[PR68083] don't introduce undefined behavior in ifcombine
[official-gcc.git] / ChangeLog
bloba82a792435b8a0a6c71f1e6a7608b2802d8cab57
1 2015-11-02  Alexandre Oliva <aoliva@redhat.com>
3         PR tree-optimization/68083
4         * tree-ssa-ifcombine.c: Include tree-ssa.h.
5         (bb_no_side_effects_p): Test for undefined uses too.
6         * tree-ssa.c (gimple_uses_undefined_value_p): New.
7         * tree-ssa.h (gimple_uses_undefined_value_p): Declare.
9 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
11         * MAINTAINERS: Update email address.
13 2015-10-23  Paulo Matos  <pmatos@linki.tools>
15         * MAINTAINERS: Update email address.
17 2015-10-23  Alan Hayward <alan.hayward@arm.com>
19         * MAINTAINERS  (Write After Approval): Add myself.
21 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
23         Sync with binutils-gdb:
24         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
26         PR gas/19109
27         * configure.ac: Add
28         --enable-compressed-debug-sections={all,gas,gold,ld}.
29         * configure: Regenerated.
31 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
33         * MAINTAINERS: Update list of Ada maintainers and email addresses.
35 2015-10-09  Martin Liska  <mliska@suse.cz>
37         * MAINTAINERS (Write After Approval): Add myself.
39 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
41         * MAINTAINERS (Write After Approval): Add myself.
43 2015-10-02  Florian Weimer  <fweimer@redhat.com>
45         * MAINTAINERS: Update email address.
47 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
49         * MAINTAINERS  (Write After Approval): Add myself.
51 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
53         * MAINTAINERS: Update email.
55 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
57         * MAINTAINERS: Update my email address.
59 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
61         * MAINTAINERS (ft32 port): Add myself.
63 2015-08-28  David Sherwood  <david.sherwood@arm.com>
65         * MAINTAINERS: Add myself.
67 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
69         * MAINTAINERS (Write After Approval): Add myself.
71 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
73         PR libfortran/54572
74         * Makefile.def: Make libgfortran depend on libbacktrace.
75         * Makefile.in: Regenerate.
77 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
79         * MAINTAINERS (Write After Approval): Add myself.
81 2015-08-12  Tom de Vries  <tom@codesourcery.com>
83         PR other/67092
84         * configure.ac: Remove --with_host_libstdcxx support.
85         * configure: Regenerate.
87 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
88             Jakub Jelinek  <jakub@redhat.com>
90         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
91         nvptx*-*-*.
92         * configure: Regenerate.
94 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
96         * Makefile.def (libiconv): Define bootstrap=true.
97         Mark pdf/html/info as missing.
98         (configure-gcc): Depend on all-libiconv.
99         (all-gcc): Ditto.
100         (configure-libcpp): Ditto.
101         (all-libcpp): Ditto.
102         (configure-intl): Ditto.
103         (all-intl): Ditto.
104         * Makefile.in: Regenerate.
106 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
108         * MAINTAINERS (loop ivopts): Add the entry and myself.
110 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
112         * MAINTAINERS (nvptx): Add self.
114 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
116         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
117         128-bit vector modes.
119 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
121         * MAINTAINERS (Write After Approval): Add myself.
123 2015-07-28  Ben Elliston  <bje@gnu.org>  
125         * config.sub, config.guess: Import from upstream.
127 2015-07-24  Michael Darling  <darlingm@gmail.com>
129         PR other/66259
130         * config-ml.in: Reflects renaming of configure.in to configure.ac
131         * configure: Likewise
132         * configure.ac: Likewise
134 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
136         * MAINTAINERS: Update my email address.
138 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
140         Sync with binutils-gdb:
141         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
143         * configure.ac (target_configdirs): Exclude target-zlib if
144         target-libjava isn't built.
145         * configure: Regenerated.
147 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
149         Sync with binutils-gdb:
150         2015-05-13  John David Anglin  <dave.anglin@bell.net>
152         * configure.ac: Disable configuration of GDB for HPUX targets.
153         * configure: Regenerate.
155         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
157         * configure.ac: Add --with-system-zlib.
158         * configure: Regenerated.
160         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
162         * configure.ac: Add FT32 support.
163         * configure: Regenerate.
165         2015-01-12  Anthony Green  <green@moxielogic.com>
167         * configure.ac: Don't disable gprof for moxie.
168         * configure: Rebuild.
170 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
172         Sync with binutils-gdb:
173         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
175         PR ld/18355
176         * Makefile.def: Add extra_configure_flags to host zlib.
177         * configure.ac (extra_host_zlib_configure_flags): New.  Set
178         to --enable-host-shared When bfd is to be built as shared
179         library.  AC_SUBST.
180         * Makefile.in: Regenerated.
182 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
184         Sync with src:
185         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
186         * Makefile.def (dependencies): Add all-zlib to all-bfd.
187         * Makefile.in: Regenerated.
189 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
191         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
192         target.
193         * configure: Regenerate.
195 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
197         * MAINTAINERS (Write After Approval): Add myself.
199 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
201         * MAINTAINERS (OS Port Maintainers): Add myself.
202         (Various Maintainers): Remove myself from libffi testsuite.
204 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
206         * MAINTAINERS (gen* on machine desc): Add self.
208 2015-06-02  Jason Merrill  <jason@redhat.com>
210         PR bootstrap/66319
211         * configure.ac: Use -std=gnu++98.
213 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
215         * MAINTAINERS (Write After Approval): Add myself.
217 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
219         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
220         * configure: Regenerate.
222 2015-05-26  Jason Merrill  <jason@redhat.com>
224         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
225         * configure: Regenerate.
227 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
229         * configure.ac: FT32 target added.
230         * configure: Regenerated.
232 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
234         * MAINTAINERS (Write After Approval): Add myself.
236 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
238         * MAINTAINERS (Write After Approval): Add myself.
240 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
242         * configure.ac: Fix typo.
243         * configure: Regenerate.
245 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
247         * MAINTAINERS (Write After Approval): Add myself.
249 2015-05-03  Matthias Klose  <doko@ubuntu.com>
251         * configure.ac: Match $host configured with triplets.
252         * configure: Regenerate.
254 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
256         * Makefile.tpl: Remove surplus whitespace throughout.
257         * Makefile.in: Regenerate.
259 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
261         * MAINTAINERS (Various Maintainers): Add myself as instruction
262         combiner maintainer.
264 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
266         PR bootstrap/62077
267         * configure.ac (--enable-stage1-checking): Default to
268         release,misc,gimple,rtlflag,tree,types if --disable-checking
269         or --enable-checking is not specified and DEV-PHASE is not
270         experimental.
271         * configure: Regenerated.
273 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
275         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
276         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
277         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
278         * Makefile.in: Regenerate.
280 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
282         * MAINTAINERS: Update my email address.
284 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
286         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
288 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
290         * MAINTAINERS: Add myself as an arm port reviewer.
292 2015-03-25  Martin Liska  <mliska@suse.cz>
293             Yury Gribov  <y.gribov@samsung.com>
295         * Makefile.in: Fix ln source location for vimrc file.
296         * Makefile.tpl: Likewise.
298 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
300         PR bootstrap/25672
301         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
302         cross-compiling.  Similarly for CXX_FOR_TARGET.
303         * configure: Regenerate.
305 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
307         * Makefile.def: Add libmpx.
308         * configure.ac: Add libmpx.
309         * Makefile.in: Regenerate.
310         * configure: Regenerate.
312 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
314         * MAINTAINERS (CPU Port Maintainers): Add myself
315         i386 vector ISA extns mantainer.
317 2015-03-13  Jeff Law  <law@redhat.com>
319         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
320         maintainer.
321         Remove Richard Henderson as a maintainer for the x86 port.
323 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
325         * MAINTAINERS (CPU Port Maintainers): Update my email address.
327 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
329         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
330         pointer bounds checker and i386 MPX maintainer.
332 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
334         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
336 2015-02-26  Martin Sebor  <msebor@redhat.com>
338         * MAINTAINERS (Various Maintainers): Add self.
340 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
342         * configure.ac [--enable-as-accelerator-for] (enable_languages):
343         Make sure it contains lto.
344         * configure: Regenerate.
346 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
348         * configure: Regenerate.
350 2015-02-06  Diego Novillo  <dnovillo@google.com>
352         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
353         middle-end, docstring): Remove myself.
354         (Write After Approval): Add myself.
356 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
358         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
359         (Write After Approval): Update address.
361 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
363         PR jit/64780
364         * configure.ac: Require the user to explicitly specify
365         --enable-host-shared if the jit is enabled.
366         * configure: Regenerate.
368 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
370         * MAINTAINERS (Write After Approval): Add myself.
372 2015-01-25  Tom de Vries  <tom@codesourcery.com>
374         * MAINTAINERS: Make whitespace consistent.
376 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
378         * MAINTAINERS (Write After Approval): Add myself.
380 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
382         * MAINTAINERS: (Write After Approval): Add myself.
384 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
386         * MAINTAINERS: (Write After Approval): Add myself.
388 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
390         * MAINTAINERS: (Write After Approval): Add myself.
392 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
394         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
395         objective-c/c++ front end maintainer.
397 2015-01-13  Marek Polacek  <polacek@redhat.com>
399         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
401 2015-01-12  Jeff Law  <law@redhat.com>
403         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
404         a very long time.
406 2015-01-09  Ian Lance Taylor  <iant@google.com>
408         * configure.ac (host_tools): Add gotools.
409         * Makefile.def (host_modules): Add gotools.
410         (dependencies): Add dependency of all-gotools on all-target-libgo.
412 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
414         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
415         * configure: Regenerate.
417 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
419         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
420         all-target-libgomp.
421         * Makefile.in: Regenerate.
423 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
425         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
427 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
429         * configure.ac: Add Visium support.
430         * configure: Regenerate.
432 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
434         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
435         * configure: Regenerate.
437 2015-01-03  Andrew Pinski  <apinski@cavium.com>
439         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
440         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
441         (BASE_TARGET_EXPORTS): Add OBJCOPY.
442         (OBJCOPY_FOR_TARGET): New variable.
443         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
444         * Makefile.in: Regenerate.
445         * configure.ac: Check for already installed target objcopy.
446         Also GCC_TARGET_TOOL on objcopy.
447         * configure: Regenerate.
449 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
451         * config.sub: Update from upstream, to 2015-01-01 version.
452         * config.guess: Ditto.
454 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
456         * MAINTAINERS (RTEMS Ports): Add myself.
458 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
460         * MAINTAINERS (Write After Approval): Add myself.
462 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
464         * MAINTAINERS (Write After Approval): Add myself.
466 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
468         * configure.ac (--enable-as-accelerator-for): Don't set
469         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
470         * configure: Regenerate.
472 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
474         PR bootstrap/64023
475         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
476         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
477         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
478         to CXX.
479         * Makefile.in: Regenerated.
481 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
482             Yury Gribov  <y.gribov@samsung.com>
484         * .gitignore: Added .local.vimrc and .lvimrc.
485         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
486         * Makefile.in: Regenerate.
488 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
490         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
491         * configure: Regenerated.
493 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
495         * MAINTAINERS (nvptx port): New entry.
497 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
499         * configure: Regenerate.
501 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
503         * configure.ac: Merge with Binutils.
505 2014-11-26  Tobias Burnus  <burnus@net-b.de>
507         * Makefile.def: Make more dependent on mpfr, mpc and isl.
508         * Makefile.in: Regenerate.
510 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
512         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
513         missing flex.
514         * Makefile.in: Regenerated.
516 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
518         * Makefile.in: Regenerate.
520 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
522         PR bootstrap/63784
523         * libtool.m4: Add $pic_flag with -shared.
525 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
527         * MAINTAINERS (Write After Approval): Added myself.
529 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
531         * MAINTAINERS (write-after-approval): Add myself.
533 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
535         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
536         from 2 years ago.
538 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
540         Revert:
541         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
543         * MAINTAINERS (Write After Approval): Added myself as line map
544         maintainer.
546 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
548         Revert:
549         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
551         * MAINTAINERS (Write After Approval): Added myself.
553 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
555         * MAINTAINERS (Write After Approval): Added myself.
557 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
559         * MAINTAINERS (Write After Approval): Added myself as line map
560         maintainer.
562 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
564         * MAINTAINERS (Various Maintainers): Added myself as line map
565         maintainer.
567 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
569         * move-if-change: Sync from upstream gnulib.
571 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
573         * compile: Sync with upstream Automake.
574         * depcomp: Ditto.
575         * install-sh: Ditto.
576         * missing: Ditto.
577         * mkinstalldirs: Ditto.
578         * ylwrap: Ditto.
580 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
582         * config.sub: Update from upstream config repo.
583         * config.guess: Ditto.
585 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
587         * Makefile.def: Add liboffloadmic to target_modules.  Make
588         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
589         * Makefile.in: Regenerate.
590         * configure: Regenerate.
591         * configure.ac: Add liboffloadmic to target binaries.
592         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
593         Add liboffloadmic to noconfig list when C++ is not supported.
595 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
596             Thomas Schwinge  <thomas@codesourcery.com>
597             Ilya Verbin  <ilya.verbin@intel.com>
598             Andrey Turetskiy  <andrey.turetskiy@intel.com>
600         * configure: Regenerate.
601         * configure.ac (--enable-as-accelerator-for)
602         (--enable-offload-targets): New configure options.
604 2014-11-11  Tobias Burnus  <burnus@net-b.de>
606         * Makefile.def: Make all-gcc depend on all-isl.
607         * Makefile.in: Regenerate.
609 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
611         * ChangeLog.jit: New.
612         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
614 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
616         PR target/63610
617         * libtool.m4: Fix globbing of darwin versions.
618         * configure: Regenerate.
620 2014-11-11  Tobias Burnus  <burnus@net-b.de>
622         * Makefile.def: Remove CLooG.
623         * Makefile.tpl: Ditto.
624         * configure.ac: Ditto.
625         * configure: Regenerate.
626         * Makefile.in: Ditto.
628 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
630         * configure.ac: Handle nvptx-*-*.
631         * configure: Regenerate.
633 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
635         * MAINTAINERS (Write After Approval): Add myself.
637 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
639         * Makefile.def (libcc1): Remove bootstrap=true;.
640         * Makefile.in: Regenerated.
642 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
644         * configure.ac: Update comment.
645         * configure: Regenerate.
647 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
649         * MAINTAINERS (Write After Approval): Add myself.
651 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
653         * configure.ac (extra_host_libiberty_configure_flags): Add
654         --enable-shared also for libcc1's benefit.
655         * configure: Regenerate.
657 2014-10-29  Tristan Gingold  <gingold@adacore.com>
659         * MAINTAINERS: Change my email address.
661 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
662             Tom Tromey  <tromey@redhat.com>
664         * Makefile.def: Add libcc1 to host_modules.
665         * configure.ac (host_tools): Add libcc1.
666         * Makefile.in, configure: Rebuild.
668 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
670         * configure.ac (build_configargs): Don't share config.cache between
671         build subdirs.
672         * configure: Regenerate.
674 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
676         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
677         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
678         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
679         leon3v7 as leon3.
680         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
681         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
682         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
683         * config/sparc/sparc.md (cpu): Add leon3v7.
684         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
686 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
688         * MAINTAINERS (write-after-approval): Add myself.
690 2014-10-23  Ian Lance Taylor  <iant@google.com>
692         * configure.ac: Disable the Go frontend on systems where it is known
693         to not work.
694         * configure: Regenerate.
696 2014-10-23  Richard Biener  <rguenther@suse.de>
698         * Makefile.def: Add libcpp build module and dependencies.
699         * configure.ac: Add libcpp build module.
700         * Makefile.in: Regenerate.
701         * configure: Likewise.
703 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
705         * MAINTAINERS (write-after-approval): Add myself.
707 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
709         * INSTALL/README: Do not mention CVS.
711 2014-10-03  Jing Yu  <jingyu@google.com>
713         * configure.ac: Add aarch64 to list of targets that support gold.
714         * configure: Regenerate.
716 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
718         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
720 2014-09-29  Catherine Moore  <clm@codesourcery.com>
722         * MAINTAINERS:  Add myself as MIPS maintainer.
724 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
726         * MAINTAINERS: Move myself to MIPS maintainers.
728 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
730         * MAINTAINERS: Put all email addresses between '<' and '>'.
732 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
734         * MAINTAINERS: Move myself to reviewers (Fortran).
736 2014-09-01  Andi Kleen  <ak@linux.intel.com>
738         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
739         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
740         * Makefile.in: Regenerate.
742 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
744         * rtx-classes-status.txt: Delete
746 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
748         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
750 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
752         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
753         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
754         of checking for version number.
755         * configure: Regenerated.
756         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
758 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
760         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
761         is done; begin phase 6 (use extra rtx_def subclasses).
763 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
765         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
766         done; begin phase 5 (additional rtx_def subclasses).
768 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
770         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
772 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
774         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
775         SET_BB_HEADER are done.
777 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
779         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
780         done.
782 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
784         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
786 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
788         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
790 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
792         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
794 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
796         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
798 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
800         * rtx-classes-status.txt: Phase 3 (per-file commits within
801         "config" subdirs) is done; begin phase 4 (removal of
802         "scaffolding").
804 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
806         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
807         dir) is done; begin phase 3 (per-file commits within "config"
808         subdirs).
810 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
812         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
813         phase 2 (per-file commits in main source dir).
815 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
817         * configure: Regenerated.
819 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
821         * rtx-classes-status.txt (TODO): Add SET_BND_TO
823 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
825         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
827 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
829         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
831 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
833         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
835 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
837         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
839 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
841         * MAINTAINERS (Write After Approval): Add myself.
843 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
845         * MAINTAINERS: Remove myself
847 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
849         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
851 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
853         * MAINTAINERS (Write After Approval): Add myself.
855 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
857         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
858         SET_BB_HEADER, SET_BB_FOOTER
860 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
862         * rtx-classes-status.txt: New file
864 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
866         * configure.ac: Eliminate ClooG installation dependency.
867         * configure: Regenerate.
868         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
869         * Makefile.in: Regenerate.
871 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
873         * MAINTAINERS (Write After Approval): Add myself.
875 2014-08-15  Ilya Tocar  <tocarip@gmail.com> 
877         * MAINTAINERS (Write After Approval): Add myself.
879 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
881         * MAINTAINERS (Write After Approval): Add myself.
883 2014-07-28  Anthony Green  <green@moxielogic.com>
885         Import from savannah.gnu.org:
886         * config.sub: Update to 2014-07-28 version.
888 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
890         * MAINTAINERS: Remove my MIPS maintainer entry.
892 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
894         PR target/47230
895         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
896         * configure: Regenerate.
898 2014-07-24  James Norris  <jnorris@codesourcery.com>
900         * MAINTAINERS (Write After Approval): Add myself.
902 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
904         * configure.ac: Accept only CLooG 0.18.1.
905         * configure: Regenerate.
907 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
909         * configure.ac: Don't accept isl 0.11.
910         * configure: Regenerate.
912 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
914         * MAINTAINERS (Write After Approval): Add myself.
916 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
918         * configure.ac: Don't accept isl 0.10.
919         * configure: Regenerate.
921 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
923         Fix include path for in-tree cloog.
924         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
925         * configure: Regenerate.
927 2014-06-18  Richard Henderson  <rth@redhat.com>
929         * .gitignore: Import gcc_update output.
931 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
933         * config-ml.in: Robustify ac_configure_args parsing.
935         * configure.ac (--enable-linker-plugin-configure-flags)
936         (--enable-linker-plugin-flags): New flags.
937         (configdirs): Conditionally add libiberty-linker-plugin.
938         * configure: Regenerate.
939         * Makefile.def (host_modules): Add libiberty-linker-plugin.
940         (host_modules) <lto-plugin>: Pay attention to
941         @extra_linker_plugin_flags@ and
942         @extra_linker_plugin_configure_flags@.
943         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
944         * Makefile.in: Regenerate.
946         * Makefile.tpl (configure-[+prefix+][+module+])
947         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
948         "module_srcdir" instead of "module" for locating a module's srcdir.
949         * Makefile.in: Regenerate.
951 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
953         * MAINTAINERS (Write After Approval): Add myself.
955 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
957         * MAINTAINERS: Update my email address.
959 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
961         * MAINTAINERS (Write After Approval): Add myself.
963 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
965         * MAINTAINERS (Write After Approval): Add myself.
967 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
969         PR libstdc++/61011
970         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
971         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
972         * configure: Regenerate.
974 2014-05-28  Pedro Alves  <palves@redhat.com>
976         * MAINTAINERS (Write After Approval): Add myself.
978 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
980         * MAINTAINERS: Update my affiliation/email.
982 2014-05-19  Mike Stump  <mikestump@comcast.net>
984         * MAINTAINERS: Add wide-int reviewers.
986 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
988         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
989         * configure: Regenerated.
991 2014-05-15  Torvald Riegel  <triegel@redhat.com>
993         * MAINTAINERS (libitm): Add myself as maintainer.
995 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
997         * MAINTAINERS (Write After Approval): Add myself.
999 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
1001         * config.sub, config.guess: Import from upstream.
1003 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
1005         * MAINTAINERS (Write After Approval): Put myself in correct order.
1007 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
1009         * MAINTAINERS (Write After Approval): Add myself.
1011 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1013         * MAINTAINERS: Move myself from Reviewers to Write After Approval
1014         section.
1016 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
1018         * MAINTAINERS (Write After Approval): Delete myself.
1020 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
1022         PR sanitizer/56781
1023         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
1024         and -B* options with -Xcompiler.
1026 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
1028         PR bootstrap/60620
1029         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3. 
1030         * Makefile.in: Regenerate.
1032 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1034         * Makefile.def (dependencies): Make all-ld depend on all-binutils
1035         for WINDRES_FOR_TARGET in default-manifest.o rule.
1036         * Makefile.in: Regenerate.
1038 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
1040         * MAINTAINERS (Write After Approval): Add myself.
1042 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
1044         PR sanitizer/56781
1045         * Makefile.def: Set bootstrap=true; for host fixincludes.
1046         * configure.ac: Don't bootstrap host fixincludes unless
1047         --with-build-config=bootstrap-{a,ub}san.
1048         * Makefile.in: Regenerated.
1049         * configure: Regenerated.
1051 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
1053         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
1054         --enable-vtable-verify option parsing.  Don't add
1055         target-libsanitizer to bootstrap_target_libs unless
1056         --with-build-config=bootstrap-asan or
1057         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
1058         to bootstrap_target_libs unless --enable-vtable-verify.
1059         * configure: Regenerated.
1061 2014-03-10  Anatoly Sokolov <aesok@post.ru>
1063         * MAINTAINERS (Write After Approval): Add myself.
1065 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
1067         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
1069 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
1071         PR bootstrap/58572
1072         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1073         -I for libstdc++-v3 includes if $(LEAN).
1074         * Makefile.in: Regenerated.
1076 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
1078         * MAINTAINERS: Update my email address.
1080 2014-02-24  Walter Lee  <walt@tilera.com>
1082         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1083         (tilegx-*-*): Change to tilegx*-*-*.
1084         * configure: Regenerate.
1086 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
1088         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
1090 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
1092         * MAINTAINERS (Write After Approval): Add myself.
1094 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1096         PR target/59788
1097         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1098         *solaris2*.
1100 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
1102         * MAINTAINERS: Update my email address.
1104 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
1106         * MAINTAINERS: Convert to UTF-8.
1107         Properly sort Xinliang David Li's entry.
1109 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
1110             Sandra Loosemore  <sandra@codesourcery.com>
1112         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
1113         nios2 port maintainers.
1115 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
1117         * MAINTAINERS (Write After Approval): Add myself.
1119 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1121         * configure.ac: Add user-friendly check for native x86_64-linux
1122         multilibs.
1123         * configure: Regenerate.
1125 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
1127         * MAINTAINERS: Add myself as sh maintainer.
1129 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1131         * MAINTAINERS: Add self as SLSR maintainer.
1133 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
1135         * MAINTAINERS: Update my email address.
1137 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
1139         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
1141 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
1143         * Makefile.in: Regenerate.
1145         * Makefile.tpl: Fix typo.
1146         * Makefile.in: Regenerate partially.
1148 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
1150         * configure.ac: Added libcilkrts to noconfig list when C++ is not
1151         supported.
1152         * configure: Regenerated.
1154 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
1156         * MAINTAINERS (Write After Approval): Add myself.
1158 2013-10-30  Jason Merrill  <jason@redhat.com>
1160         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1161         --disable-build-format-warnings.
1163 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
1165         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts 
1166         depend on libstdc++ and libgcc.
1167         * configure: Regenerate.
1168         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
1169         libcilkrts for POSIX and i*86, and x86_64 architectures.
1170         * Makefile.in: Added libcilkrts related fields to support building it.
1172 2013-10-26  Jeff Law  <law@redhat.com>
1174         * Makefile.def (target_modules): Remove libmudflap
1175         (languages): Remove check-target-libmudflap).
1176         * Makefile.in: Rebuilt.
1177         * Makefile.tpl (check-target-libmudflap-c++): Remove.
1178         * configure.ac (target_libraries): Remove target-libmudflap.
1179         Remove checks which disabled libmudflap on some systems.
1180         * configure: Rebuilt.
1181         * libmudflap: Directory removed.
1183 2013-10-21  Cong Hou  <congh@google.com>
1185         * MAINTAINERS (Write After Approval): Add myself.
1187 2013-10-16  Mike Stump  <mikestump@comcast.net>
1189         * .dir-locals.el: Add.
1191 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
1193         * configure.ac: Add --enable-host-shared
1194         * configure: Regenerate.
1196 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
1198         Import from savannah.gnu.org:
1199         * config.guess: Update to 2013-06-10 version.
1200         * config.sub: Update to 2013-10-01 version.
1202 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
1204         Changes to build configuration to allow big endian ARC ELF toolchain
1205         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
1206         * configure: Regenerate.
1208 2013-09-20  Alan Modra  <amodra@gmail.com>
1210         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1211         ppc host match.  Support little-endian powerpc linux hosts.
1213 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
1215         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
1216         maintainer.
1218 2013-09-12  DJ Delorie  <dj@redhat.com>
1220         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
1221         maintainers.
1223 2013-09-03  Richard Biener  <rguenther@suse.de>
1225         * configure.ac: Also allow ISL 0.12.
1226         * configure: Regenerated.
1228 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1230         * MAINTAINERS (Write After Approval): Add myself.
1232 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
1234         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
1236 2013-08-26  Caroline Tice  <cmtice@google.com>
1238         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
1239         "Various Reviewers" to libvtv "Various Maintainers".
1241 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
1243         * MAINTAINERS: Add myself as RTL optimizers reviewer.
1245 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
1247         * MAINTAINERS: Update name, email.
1249 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
1251         * MAINTAINERS (Write After Approval): Add myself.
1253 2013-08-12  Caroline Tice  <cmtice@google.com>
1255         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
1256         address in the Write After Approval section.
1258 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
1260         * MAINTAINERS (Write After Approval): Update email.
1262 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
1264         * configure.ac: Adjust to check VTV_SUPPORTED.
1265         * configure: Regenerated.
1267 2013-08-02  Caroline Tice  <cmtice@google.com>
1269         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
1270         on non-linux systems; add target-libvtv to noconfigdirs; add
1271         libsupc++/.libs to C++ library search paths.
1272         * configure: Regenerated.
1273         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
1274         libstdc++ and libgcc.
1275         * Makefile.in: Regenerated.
1277 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
1279         * MAINTAINERS (Write After Approval): Add myself.
1281 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
1282             Shiva Chen  <shiva0217@gmail.com>
1284         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
1285         nds32 port maintainers.
1287 2013-07-17  Tim Shen  <timshen91@gmail.com>
1289         * MAINTAINERS (Write After Approval): Add myself.
1291 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1293         * configure.ac: Sync from binutils.
1294         * configure: Regenerate.
1296 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
1298         * MAINTAINERS (Write After Approval): Add myself.
1300 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
1302         * MAINTAINERS (Write After Approval): Add myself.
1304 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
1306         * MAINTAINERS (Write After Approval): Add myself.
1308 2013-04-30  Brooks Moses  <bmoses@google.com>
1310         * MAINTAINERS: Update my email; move myself from Fortran
1311         reviewer to Write After Approval.
1313 2013-04-16  Andreas Schwab  <schwab@suse.de>
1315         * configure.ac (aarch64-*-*): Don't disable java.
1316         * configure: Regenerate.
1318 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
1320         * MAINTAINERS (Write After Approval): Add myself.
1322 2013-03-30  Matthias Klose  <doko@ubuntu.com>
1324         * Makefile.def (target_modules): Don't install libffi.
1325         * Makefile.in: Regenerate.
1327 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
1329         * MAINTAINERS (Write After Approval): Add myself.
1331 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
1333         * MAINTAINERS (Write After Approval): Add myself.
1335 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
1337         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
1338         * configure: Regenerated.
1340 2013-02-05  Ian Lance Taylor  <iant@google.com>
1342         PR go/55969
1343         * configure.ac: Disable libgo on some systems where it does not
1344         work.
1346 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
1348         * MAINTAINERS: Explicitly add myself as AIX maintainer.
1349         Remove Geoff Keating as rs6000 port maintainer, at his request.
1351 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
1353         * MAINTAINERS: Update my email.
1355 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
1357         * configure: Re-generate.
1359 2013-01-15  Richard Biener  <rguenther@suse.de>
1361         PR other/55973
1362         * configure: Re-generate.
1364 2013-01-14  Matthias Klose  <doko@ubuntu.com>
1366         * Makefile.def (install-target-libsanitizer): Depend on
1367         install-target-libstdc++-v3.
1368         * Makefile.in: Regenerate.
1370 2013-01-14  Richard Biener  <rguenther@suse.de>
1372         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
1373         * configure: Re-generate
1375 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1377         * config.sub: Update from config repo.
1379 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
1381         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1382         * Makefile.in: Regenerate.
1384 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
1386         * MAINTAINERS (arc): Add new port maintainership for myself.
1388 2013-01-09  Jason Merrill  <jason@redhat.com>
1390         * .gitignore: Import from gdb repository.
1392 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
1394         * Makefile.def (configure-gcc): Depend on all-gmp.
1395         (all-gcc): Remove dependency on all-gmp.
1396         * Makefile.in: Regenerated.
1398 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1400         * config.sub: Merge from config repo.
1401         * config.guess: Ditto.
1403 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1405         * Makefile.def: Merge from binutils.
1406         * Makefile.in: Ditto.
1408 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
1410         * MAINTAINERS: Update my email.
1412 2012-12-29  Ben Elliston  <bje@gnu.org>
1414         * config.guess: Update to 2012-12-29 version.
1415         * config.sub: Likewise.
1417 2012-12-20  Matthias Klose  <doko@ubuntu.com>
1419         * Makefile.def (install-target-libgfortran): Depend on
1420         install-target-libquadmath, install-target-libgcc.
1421         (install-target-libsanitizer): Depend on install-target-libgcc.
1422         (install-target-libjava): Depend on install-target-libgcc.
1423         (install-target-libitm): Depend on install-target-libgcc.
1424         (install-target-libobjc): Depend on install-target-libgcc.
1425         (install-target-libstdc++-v3): Depend on install-target-libgcc.
1426         * Makefile.in: Regenerate.
1428 2012-12-19  Matthias Klose  <doko@ubuntu.com>
1430         * Makefile.def (install-target-libgo): Depend on
1431         install-target-libatomic.
1432         * Makefile.in: Regenerate.
1434 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
1436         PR go/55201
1437         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
1438         * Makefile.in: Regenerate.
1440 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
1442         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1443         * configure: Regenerate.
1445 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1447         * config.sub: Merge from config repo.
1449 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
1451         * Makefile.def (target_modules): Add bootstrap=true and
1452         raw_cxx=true to libsanitizer.
1453         * configure.ac (bootstrap_target_libs): Add libsanitizer.
1454         * Makefile.in: Regenerated.
1455         * configure: Likewise.
1457 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
1459         * MAINTAINERS: Remove self as RTL optimization maintainer.
1461 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1463         * MAINTAINERS (Write After Approval): Add myself.
1465 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
1467         * Makefile.def (target_modules): Remove bootstrap=true and
1468         raw_cxx=true from libsanitizer.
1469         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
1470         * Makefile.in: Regenerated.
1471         * configure: Likewise.
1473 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
1475         * Makefile.def (target_modules): Add bootstrap=true and
1476         raw_cxx=true to libsanitizer.
1477         * configure.ac (bootstrap_target_libs): Add libsanitizer.
1478         * Makefile.in: Regenerated.
1479         * configure: Likewise.
1481 2012-11-28  Andrew Pinski  <apinski@cavium.com>
1483         PR bootstrap/54279
1484         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
1485         * configure: Regenerate.
1486         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
1487         * Makefile.in: Regenerate.
1489 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1491         * configure.ac: Disable libsanitizer if we're not building C++.
1492         * configure: Regenerate.
1494 2012-11-15  Roland McGrath  <roland@hack.frob.com>
1496         * MAINTAINERS (Write After Approval): Add myself.
1498 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
1500         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
1501         Kostya Serebryany (kcc@google.com) and
1502         Jakub Jelinek (jakub@redhat.com).
1503         Rename area for Dodji Seketeli (dodji@redhat.com).
1505 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
1507         * MAINTAINERS: (asan.c, related): Add myself.
1509 2012-11-14  Roland McGrath  <mcgrathr@google.com>
1511         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1512         * configure: Regenerate.
1514 2012-11-13  Richard Henderson  <rth@redhat.com>
1516         * configure.ac: Move libsanitizer logic to subdirectory.
1517         * configure: Regenerate.
1519 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
1521         * configure.ac: Enable libsanitizer just on x86 linux for now.
1522         * configure: Re-generate.
1524 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
1526         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
1527         sections.
1528         * configure: Regenerate.
1530 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
1532         * configure.ac: Add section for configdirs for libsanitizer.
1533         Disable for cris-*-* and mmix-*-*.
1534         * configure: Regenerate.
1536 2012-11-12  Wei Mi <wmi@google.com>
1538         * configure.ac: Add libsanitizer to target_libraries.
1539         * Makefile.def: Ditto.
1540         * configure: Regenerate.
1541         * Makefile.in: Regenerate.
1542         * libsanitizer: New directory for asan runtime.  Contains an empty
1543         tsan directory.
1545 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
1547         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1548         against Mingw64 w32api.
1549         * configure: Regenerate.
1551 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
1553         * configure: Regenerated.
1555 2012-11-03  Robert Mason  <rbmj@verizon.net>
1557         * configure.ac: add --disable-libstdcxx configure option
1558         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1560 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
1562         * MAINTAINERS (Write After Approval): Add myself.
1564 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
1566         * MAINTAINERS (Write After Approval): Add myself.
1568 2012-10-24  Sharad Singhai  <singhai@google.com>
1570         * MAINTAINERS (Write After Approval): Add myself.
1572 2012-10-24  Eric Christopher  <echristo@gmail.com>
1574         * MAINTAINERS: Update email address.
1576 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
1578         PR bootstrap/54820
1579         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1580         * configure: Regenerate.
1582 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
1584         * MAINTAINERS (aarch64): Add Marcus and myself.
1586 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
1588         PR bootstrap/54820
1589         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1590         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1591         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1592         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1593         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1594         * Makefile.in: Regenerate.
1595         * configure.ac (have_static_libs): New variable and associated check.
1596         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1597         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1598         * configure: Regenerate.
1600 2012-10-10  Richard Biener  <rguenther@suse.de>
1602         * MAINTAINERS: Adjust for changed surname.
1604 2012-10-04  Lawrence Crowl  <crowl@google.com>
1606         * MAINTAINERS (Write After Approval): Add myself.
1608 2012-10-01  Cary Coutant  <ccoutant@google.com>
1610         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
1612 2012-09-28  Ian Lance Taylor  <iant@google.com>
1614         * Makefile.def: Make all-target-libgo depend on
1615         all-target-libbacktrace.
1616         * Makefile.in: Rebuild.
1618 2012-09-26  Ian Lance Taylor  <iant@google.com>
1620         * Makefile.def: Make all-gcc depend on all-libbacktrace.
1621         * Makefile.in: Rebuild.
1623 2012-09-20  Walter Lee  <walt@tilera.com>
1625         * configure.ac: Add tilegx to list of targets that support gold.
1626         * configure: Regenerate.
1628 2012-09-20  Marek Polacek  <polacek@redhat.com>
1630         * MAINTAINERS (Write After Approval): Add myself.
1632 2012-09-19  Steve Ellcey  <sellcey@mips.com>
1634         * configure.ac: Add mips*-mti-elf* target.
1635         * configure: Regenerate.
1637 2012-09-17  Ian Lance Taylor  <iant@google.com>
1639         * MAINTAINERS (Various Maintainers): Add libbacktrace.
1640         * configure.ac (host_libs): Add libbacktrace.
1641         (target_libraries): Add libbacktrace.
1642         * Makefile.def (host_modules): Add libbacktrace.
1643         (target_modules): Likewise.
1644         * configure, Makefile.in: Rebuild.
1646 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
1648         PR target/38607
1649         Merge upstream change.
1650         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1652         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1653         Add libgomp*.o to compare_exclusions for AIX.
1654         * configure: Regenerate.
1656 2012-09-06  Diego Novillo  <dnovillo@google.com>
1658         * configure.ac: Bump minimum GMP version to 4.2.3.
1659         * configure: Re-generate.
1661 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
1663         PR target/54461
1664         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1665         target-libgloss if not configured --with-avrlibc=no.
1666         * configure: Regenerate.
1668 2012-09-04  Jason Merrill  <jason@redhat.com>
1670         * configure.ac: Fix --enable-languages=all.
1672 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
1674         * MAINTAINERS (Write After Approval): Add myself.
1676 2012-09-03  Richard Guenther  <rguenther@suse.de>
1678         PR bootstrap/54138
1679         * configure.ac: Re-organize ISL / CLOOG checks to allow
1680         disabling with either --without-isl or --without-cloog.
1681         * configure: Regenerated.
1683 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
1685         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1686         * configure: Regenerate.
1688 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
1690         * MAINTAINERS: Fix my email address.
1692 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
1694         PR binutils/4970
1695         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1696         and opcodes.
1697         * Makefile.in: Regenerated.
1699 2012-08-26  Art Haas <ahaas@impactweather.com>
1701         * configure: Regenerate.
1703 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
1705         * INSTALL/README: Also refer to the online installation
1706         instructions.
1708 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
1710         * MAINTAINERS (Write After Approval): Add myself.
1711         (Picochip port): Remove myself.
1713 2012-08-14   Diego Novillo  <dnovillo@google.com>
1715         Merge from cxx-conversion branch.
1717         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1718         POSTSTAGE1_CONFIGURE_FLAGS.
1719         * Makefile.in: Regenerate.
1720         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
1721         Force C++ when bootstrapping.
1722         * configure: Regenerate.
1724 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1726         * MAINTAINERS (Write After Approval): Add myself.
1728 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
1730         * README: Document use of ranges of years in copyright notices.
1732 2012-07-06  Richard Guenther  <rguenther@suse.de>
1734         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1735         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1736         --with-gmp=system.
1737         * Makefile.in: Regenerated.
1738         * configure: Likewise.
1740 2012-07-06  Richard Guenther  <rguenther@suse.de>
1742         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1743         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1744         supply V=1 as extra_make_flags.
1745         * configure: Regenerated.
1746         * Makefile.in: Likewise.
1748 2012-07-04  Tristan Gingold  <gingold@adacore.com>
1750         * configure: Regenerate.
1752 2012-07-03  Richard Guenther  <rguenther@suse.de>
1754         * Makfile.def (isl): Remove not necessary extra_exports and
1755         extra_make_flags.
1756         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1757         * Makefile.in: Regenerated.
1759 2012-07-03  Richard Guenther  <rguenther@suse.de>
1761         * Makefile.def (cloog): Add V=1 to extra_make_flags.
1762         * configure.ac: If either the ISL or the CLooG check failed
1763         do not try to build in-tree versions.
1764         * Makefile.in: Regenerated.
1765         * configure: Regenerated.
1767 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1769         * configure: Regenerate.
1771 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
1773         * MAINTAINERS (Various Maintainers): Add myself as testsuite
1774         maintainer.
1776 2012-07-02  Richard Guenther  <rguenther@suse.de>
1778         * configure: Regenerated.
1780 2012-07-02  Richard Guenther  <rguenther@suse.de>
1781         Michael Matz  <matz@suse.de>
1782         Tobias Grosser <tobias@grosser.es>
1783         Sebastian Pop <sebpop@gmail.com>
1785         * Makefile.def: Add ISL host module, remove PPL host module.
1786         Adjust ClooG host module to use the proper ISL.
1787         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1788         * configure.ac: Include config/isl.m4.  Add ISL host library,
1789         remove PPL.  Remove PPL configury, add ISL configury, adjust
1790         ClooG configury.
1791         * Makefile.in: Regenerated.
1792         * configure: Likewise.
1794 2012-07-02  Richard Guenther  <rguenther@suse.de>
1796         Merge from graphite branch
1797         2011-07-21  Tobias Grosser  <tobias@grosser.es>
1799         * configure: Regenerated.
1800         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1801         both cloog.org and legacy versions. The only supported version will
1802         be CLooG with the isl backend.
1804         2011-07-21  Tobias Grosser  <tobias@grosser.es>
1806         * configure: Regenerated.
1807         * configure.ac: Require cloog isl 0.17.0
1809         2011-07-21  Tobias Grosser  <tobias@grosser.es>
1811         * configure: Regenerated.
1812         * config/cloog.m4: Do not define CLOOG_ORG
1814 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
1816         * configure.ac: Skip C if explicitly selected.
1817         * configure: Regenerate.
1819 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
1821         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1822         they contain -O2.
1823         * configure: Regenerate.
1825 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
1827         PR debug/53740
1828         * df.h, df-problems.c, dce.c: Revert last patch.
1830 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
1832         * MAINTAINERS (Write After Approval): Update my email address.
1834 2012-06-21  Meador Inge  <meadori@codesourcery.com>
1836         * MAINTAINERS (Write After Approval): Add myself.
1838 2012-06-20  Jason Merrill  <jason@redhat.com>
1840         * Makefile.tpl (check-target-libgomp-c++): New.
1841         (check-target-libitm-c++): New.
1842         * Makefile.def (c++): Add them.
1843         * Makefile.in: Regenerate.
1845 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
1847         * MAINTAINERS (Write After Approval): Add myself.
1849 2012-05-16  Olivier Hainque  <hainque@adacore.com>
1851         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1852         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1853         (install-no-fixedincludes): Adjust accordingly.
1854         * Makefile.in: Regenerate.
1856 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
1858         Merge upstream change
1859         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1861 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
1863         * MAINTAINERS (Write After Approval): Add myself.
1865 2012-05-09  Nick Clifton  <nickc@redhat.com>
1866             Paul Smith  <psmith@gnu.org>
1868         PR bootstrap/50461
1869         * configure.ac (mpfr-dir): When using in-tree MPFR sources
1870         allow for the fact that from release v3.1.0 of MPFR the source
1871         files were moved into a src sub-directory.
1872         * configure: Regenerate.
1874 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
1876         * configure.ac: Bump minimum MPFR version to 2.4.0.
1877         * configure: Regenerated.
1879 2012-05-01  Richard Henderson  <rth@redhat.com>
1881         * Makefile.def (libatomic): New target_module.
1882         * configure.ac (target_libraries): Add libatomic.
1883         (noconfigdirs): Check if libatomic is supported.
1884         * Makefile.in, configure: Rebuild.
1886 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
1888         * MAINTAINERS (Write After Approval): Add myself.
1890 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
1892         * config.sub: Update to 2012-04-18 version from official repo.
1894 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
1896         * MAINTAINERS (Write After Approval): Add myself.
1898 2012-04-11  Steve Ellcey  <sellcey@mips.com>
1900         * MAINTAINERS: Changed email address.
1902 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
1904         PR target/52737
1905         * contrib/gcc_update (files_and_dependencies):
1906         Remove gcc/config/avr/t-multilib from touch data.
1908 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1910         * MAINTAINERS (OS Port Maintainers): Remove irix.
1911         * configure.ac (enable_libgomp): Remove *-*-irix6*.
1912         (unsupported_languages): Remove mips-sgi-irix6.*.
1913         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1914         (with_stabs): Remove.
1915         * configure: Regenerate.
1917 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1919         * MAINTAINERS (OS Port Maintainers): Remove osf.
1920         * configure.ac (enable_libgomp): Remove *-*-osf*.
1921         (with_stabs): Remove alpha*-*-osf*.
1922         * configure: Regenerate.
1924 2012-03-05  Tristan Gingold  <gingold@adacore.com>
1926         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1927         * configure: Regenerate.
1929 2012-02-17  Walter Lee  <walt@tilera.com>
1931         * MAINTAINERS: (Write After Approval): Delete myself.
1933 2012-02-14  Walter Lee  <walt@tilera.com>
1935         * MAINTAINERS (tilegx port): Add myself.
1936         (tilepro port): Add myself.
1937         (Write After Approval): Add myself.
1939 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
1941         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
1942         and Joseph Myers as docstring relicensing maintainers.
1944 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
1946         * MAINTAINERS (write-after-approval): Add myself.
1948 2012-02-08  Ira Rosen <irar@il.ibm.com>
1950         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
1951         maintainer.
1953 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
1955         * MAINTAINERS (Write After Approval): Move myself to
1956         maintain alphabetical order.
1958 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
1960         * MAINTAINERS (Write After Approval): Add myself.
1962 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
1964         * MAINTAINERS (Write After Approval): Add myself.
1966 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
1967             Jayant R Sonar <jayant.sonar@kpitcummins.com>
1969         * configure.ac (cr16-*-*): Remove nonconfigdirs.
1970         * configure: Regenerate.
1972 2012-01-23  Harshit Chopra  <harshit@google.com>
1974         * MAINTAINERS (Write After Approval): Add myself.
1976 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
1978         * configure.ac: Remove reference to mh-interix.
1979         * configure: Regenerate.
1981 2012-01-05  Richard Henderson  <rth@redhat.com>
1983         PR bootstrap/51072
1984         * configure.ac: Disable libitm if c++ is not enabled.
1985         * configure: Rebuild.
1987         * configure.ac: Fix regexp for same.
1988         * configure: Rebuild.
1990 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
1992         * MAINTAINERS (Write After Approval): Add myself.
1994 2012-01-02  Richard Guenther  <rguenther@suse.de>
1996         PR bootstrap/51686
1997         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
1998         * Makefile.in: Regenerate.
2000 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
2002         * MAINTAINERS (Write After Approval): Add myself.
2004 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
2006         * configure: Regenerate.
2008 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
2010         * MAINTAINERS (picochip): Changed email address.
2012 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
2014         * MAINTAINERS (write-after-approval): Add self.
2016 2011-11-29  DJ Delorie  <dj@redhat.com>
2018         * configure.ac (rl78-*-*) New case.
2019         * configure: Regenerate.
2020         * MAINTAINERS: Add myself as RL78 maintainer.
2022 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
2024         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
2026 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
2028         * libtool.m4: Additional FreeBSD 10 fixes.
2030 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
2032         * MAINTAINERS: Move myself from Write After Approval to CPU Port
2033         Maintainers section, as Epiphany maintainer.
2035 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
2037         PR target/49992
2038         * configure.ac: Remove ranlib special-casing for Darwin.
2039         * configure: Regenerate.
2041 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
2043         * MAINTAINERS (Reviewers): Keep the list sorted.
2045 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
2047         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
2049 2011-11-09  Roland McGrath  <mcgrathr@google.com>
2051         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
2052         * configure: Rebuild.
2053         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
2054         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
2055         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
2056         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
2057         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
2058         Add READELF.
2059         * Makefile.in: Rebuild.
2061 2011-11-09  Jason Merrill  <jason@redhat.com>
2063         * Makefile.def (language=c++): Remove check-c++0x.
2064         * Makefile.in (check-gcc-c++): Regenerate.
2066 2011-11-08  Richard Henderson  <rth@redhat.com>
2068         * configure.ac: Test for libitm directory present first.
2070         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
2072         * configure.ac: Test libitm/configure.tgt to disable libitm.
2073         * configure: Rebuild.
2075 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
2076             Richard Henderson  <rth@redhat.com>
2078         Merged from transactional-memory.
2080         * Makefile.def (lang_env_dependencies): libitm is c++.
2081         Add libitm target module.
2082         * configure.ac: Likewise.
2083         * config/mmap.m4: New file.
2084         * contrib/gcc_update: Add libitm to touch data.
2085         * Makefile.in, configure: Rebuild.
2087 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2089         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
2090         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
2091         * Makefile.in: Regenerate.
2093 2011-11-01  DJ Delorie  <dj@redhat.com>
2095         * config.sub: Update to version 2011-10-29 (added rl78)
2097 2011-10-27  Nick Clifton  <nickc@redhat.com>
2099         * config.sub: Import these changes from the config project:
2101         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
2102             Ben Elliston  <bje@gnu.org>
2104         * config.sub (epiphany): New.
2106         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
2107             Ben Elliston  <bje@gnu.org>
2109         * config.sub (hexagon, hexagon-*): New.
2111         2011-08-23  Roland McGrath  <mcgrathr@google.com>
2113         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
2114         64eb to be64.
2116         2011-08-16  Roland McGrath  <mcgrathr@google.com>
2118         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
2119         (nacl): Grok as alias for 32el-unknown-nacl.
2121 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
2123         * MAINTAINERS (Write After Approval): Add myself.
2125 2011-10-24  Teresa Johnson  <tejohnson@google.com>
2127         * MAINTAINERS (Write After Approval): Add myself.
2129 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
2131         * MAINTAINERS (sparc port): Remove myself.
2133 2011-09-14  Tom de Vries  <tom@codesourcery.com>
2135         * MAINTAINERS (Write After Approval): Add myself.
2137 2011-08-14  Yao Qi  <yao@codesourcery.com>
2139         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2140         * configure: Regenerate.
2142 2011-07-26  Ian Lance Taylor  <iant@google.com>
2144         * configure.ac: Set have_compiler based on whether gcc directory
2145         exists, rather than on whether gcc is in configdirs.
2146         * configure: Rebuild.
2148 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
2150         * MAINTAINERS (Global Reviewers): Add self.
2152 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
2154         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2155         link directories.
2156         * Makefile.in: Rebuild.
2158 2011-07-20  Ian Lance Taylor  <iant@google.com>
2160         PR bootstrap/49787
2161         * configure.ac: Move --enable-bootstrap handling earlier in file.
2162         If --enable-bootstrap and either --enable-build-with-cxx or
2163         --enable-build-poststage1-with-cxx, enable C++ automatically.
2164         * configure: Rebuild.
2166 2011-07-19  Ian Lance Taylor  <iant@google.com>
2168         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
2169         make C++ a boot_language.  Set and substitute
2170         POSTSTAGE1_CONFIGURE_FLAGS.
2171         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2172         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2173         * configure, Makefile.in: Rebuild.
2175 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
2177         * MAINTAINERS (Register Allocation): Move myself from reviewers to
2178         maintainers.
2180 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
2182         * MAINTAINERS (Global Reviewers): Add myself.
2184 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2186         * configure: Regenerate.
2188 2011-07-16  Jason Merrill  <jason@redhat.com>
2190         * Makefile.def (language=c++): Add check-c++0x and
2191         check-target-libmudflap-c++.
2192         * Makefile.tpl (check-target-libmudflap-c++): New.
2193         * Makefile.in: Regenerate.
2195 2011-07-16  Matthias Klose  <doko@ubuntu.com>
2197         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2198         * Makefile.def (target_modules/libjava): Pass
2199         $(EXTRA_CONFIGARGS_LIBJAVA).
2200         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2201         if not configured with --enable-static-libjava.
2202         * Makefile.in: Regenerate.
2203         * configure: Likewise.
2205 2011-07-15  Jason Merrill  <jason@redhat.com>
2207         * Makefile.in (check-c++): Move check-gcc-c++0x after
2208         check-target-libstdc++-v3.
2210 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
2212         * MAINTAINERS (c6x port): New entry.
2214 2011-07-13  Jason Merrill  <jason@redhat.com>
2216         * Makefile.in (check-gcc-c++0x): New.
2217         (check-c++): Depend on it.
2219 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2221         PR target/39150
2222         * configure.ac (i[3456789]86-*-solaris2*): Also accept
2223         x86_64-*-solaris2.1[0-9]*.
2224         * configure: Regenerate.
2226 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
2228         * MAINTAINERS (RTL optimizers): Add self.
2230 2011-06-27  Gabriel Charette  <gchare@google.com>
2232         * MAINTAINERS (Write After Approval): Add myself.
2234 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
2236         PR regression/47836
2237         PR bootstrap/23656
2238         PR other/47733
2239         PR bootstrap/49247
2240         PR c/48825
2241         * configure.ac (target_libraries): Remove target-libiberty.
2242         Remove case-statement setting skipdirs=target-libiberty for
2243         multiple targets.  Remove checking target_configdirs and
2244         removing target-libiberty but keeping target-libgcc if
2245         otherwise empty.
2246         * Makefile.def (target_modules): Don't add libiberty.
2247         (dependencies): Remove all traces of target-libiberty.
2248         * configure, Makefile.in: Regenerate.
2250 2011-06-13  Walter Lee <walt@tilera.com>
2252         * configure.ac (tilepro-*-*) New case.
2253         (tilegx-*-*): Likewise.
2254         * configure: Regenerate.
2256 2011-06-06  Jing Yu  <jingyu@google.com>
2258         * configure.ac: Skip target-libiberty for
2259         arm*-*-linux-androideabi.
2260         * configure: Regenerated.
2262 2011-06-06  Nick Clifton  <nickc@redhat.com>
2264         * config.sub: Sync from upstream.
2266 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
2268         * MAINTAINERS (Write After Approval): Add myself.
2270 2011-06-01  Daniel Jacobowitz  <drow@false.org>
2272         * MAINTAINERS: Update my email address.
2274 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
2276         * MAINTAINERS (Write After Approval): Update my email address.
2278 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
2280         * MAINTAINERS (Write After Approval): Add myself.
2282 2011-05-08  Doug Kwan  <dougkwan@google.com>
2284         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2285         * configure: Regenerated.
2286         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2287         value from configure.
2288         * Makefile.in: Regenerated.
2290 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
2292         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2293         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2294         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2295         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2296         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2297         *-*-vxworks*): Disable newlib and libgloss in separate case
2298         statement.
2299         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2300         to separate case statement.
2301         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2302         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2303         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2304         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2305         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2306         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2307         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2308         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2309         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2310         i[[3456789]]86-*-rdos*, m32r-*-*,
2311         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2312         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2313         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2314         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2315         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2316         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2317         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2318         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2319         and libgloss in main case over targets.  Remove most empty cases
2320         in main case over targets.
2321         * configure: Regenerate.
2323 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
2325         * MAINTAINERS (Write After Approval): Add myself.
2327 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
2329         * configure.ac: Remove code setting special library locations for
2330         hppa*64*-*-hpux11*.  Remove code setting compiler for
2331         sparc-sun-solaris2*.
2332         * configure: Regenerate.
2334 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
2336         * configure.ac: Separate libgloss_dir settings from general case
2337         over targets.
2338         * configure: Regenerate.
2340 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
2342         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2343         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2344         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2345         cases in libgcj-disabling case statement.
2346         (hppa*64*-*-linux*): Set unsupported_languages instead of
2347         disabling target-zlib.
2348         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2349         to hppa*64*-*-hpux*.
2350         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2351         hppa*-*-hpux*.
2352         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2353         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2354         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2355         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2356         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2357         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2358         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2359         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2360         libgcj-disabling case statement.
2361         * configure: Regenerate.
2363 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
2365         * configure.ac: Disable Java for targets not supporting libffi.
2366         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2367         Remove cases in Java-disabling statement.
2368         (*arm-wince-pe): Change to arm-wince-pe.
2369         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2370         cases in Java-disabling statement.
2371         (bfin-*-*): Don't disable Java again.
2372         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2373         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2374         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2375         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2376         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2377         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2378         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2379         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2380         Java-disabling statement.
2381         (mmix-*-*): Don't disable Java again.
2382         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2383         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2384         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2385         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2386         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2387         statement.
2388         * configure: Regenerate.
2390 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
2392         * configure.ac: Separate cases disabling Java and Java libraries
2393         from general case over targets.
2394         * configure: Regenerate.
2396 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
2398         * MAINTAINERS: Update my email address.
2400 2011-04-20  Easwaran Raman  <eraman@google.com>
2402         * MAINTAINERS (Write After Approval): Add myself.
2404 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
2406         PR lto/48086
2407         * configure.ac: Re-enable LTO on *-apple-darwin9*.
2408         * configure: Regenerate.
2410 2011-04-16  Jim Meyering  <meyering@redhat.com>
2412         * MAINTAINERS (Write After Approval): Add myself.
2414 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
2416         * MAINTAINERS: Update my email address.
2418 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
2420         * MAINTAINERS (Write After Approval): Add myself.
2422 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
2424         * MAINTAINERS (Write After Approval): Add myself.
2426 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
2428         * MAINTAINERS (Write After Approval): Add myself.
2430 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
2432         * configure.ac (build_tools): Remove build-byacc.
2433         (host_libs): Remove mmalloc.
2434         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2435         autoconf automake libtool diff rcs fileutils shellutils time
2436         textutils wdiff find uudecode hello tar gzip indent recode release
2437         sed perl gawk findutils gettext zip.
2438         (libgcj): Remove target-qthreads.
2439         (target_tools): Remove target-examples target-gperf.
2440         (YACC): Don't handle building byacc.
2441         * configure: Regenerate.
2442         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2443         dosutils, examples, fileutils, find, findutils, gawk, gettext,
2444         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2445         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2446         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2447         handle building components.
2448         * Makefile.in: Regenerate.
2450 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
2452         * MAINTAINERS: Update my email address as Xtensa maintainer.
2454 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2456         * config.sub: Sync from upstream.
2458 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
2460         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2461         (microblaze*): Don't disable libssp.
2462         * configure: Regenerate.
2464 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
2466         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2467         moveifchange.
2468         * configure: Regenerate.
2469         * Makefile.tpl: Use @SHELL@ not @config_shell@.
2470         * Makefile.in: Regenerate.
2472 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
2474         * configure.ac (*-*-sysv4*): Don't enable libgomp.
2475         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2476         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2477         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2478         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2479         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2480         md_exec_prefix cases.
2481         * configure: Regenerate.
2483 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
2485         * configure.ac: Separate cases disabling target-libssp,
2486         target-libiberty, target-libstdc++-v3 and Fortran from general
2487         case over targets.
2488         * configure: Regenerate.
2490 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
2492         * configure.ac (*-*-chorusos): Don't disable libgcj.
2493         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2494         Remove case.
2495         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2496         (arm-*-coff): Don't disable libgcj.
2497         (arm*-*-linux-gnueabi): Remove useless assignment.
2498         (arm-*-riscix*): Don't disable libgcj.
2499         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2500         configuration.
2501         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2502         (c54x*-*-*): Remove case.
2503         (tic54x-*-*): Don't disable GCC or GCC libraries.
2504         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
2505         to *.
2506         (d10v-*-*): Don't disable GCC libraries.
2507         (d30v-*-*): Don't disable libgcj.
2508         (h8500-*-*): Don't disable GCC libraries.
2509         (i960-*-*): Don't disable libgcj.
2510         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2511         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2512         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2513         libgcj.
2514         (m68k-*-coff*): Remove case.
2515         (mmix-*-*): Don't disable libgloss on host.
2516         (mn10200-*-*, mn10300-*-*): Remove cases.
2517         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2518         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2519         Don't disable libgcj.
2520         (romp-*-*): Remove case.
2521         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2522         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2523         case.
2524         (v810-*-*): Don't disable GCC libraries.
2525         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2526         (ip2k-*-*): Don't disable GCC libraries.
2527         * configure: Regenerate.
2529 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
2531         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2532         libffi on host.
2533         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2534         on host.
2535         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2536         * configure: Regenerate.
2538 2011-03-26  John Marino  <binutils@marino.st>
2540         * configure.ac: Add support for *-*-dragonfly*
2541         * configure: Regenerate.
2543 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
2545         * configure.ac (native_only): Remove.
2546         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2547         send-pr uudecode guile gnuserv on host.
2548         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2549         send-pr rcs guile perl texinfo libtool on host.
2550         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2551         automake send-pr rcs guile perl texinfo libtool on host.
2552         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2553         (*-*-kaos*): Don't disable target-examples target-gperf on target.
2554         (alpha*-dec-osf*): Don't disable fileutils on target.
2555         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2556         texinfo send-pr expect dejagnu on target.
2557         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2558         target-qthreads on target.
2559         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2560         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2561         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2562         x86_64-*-mingw*): Don't disable expect on target.
2563         (*-*-cygwin*): Don't disable target-gperf on target.
2564         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2565         gnuserv on target.
2566         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2567         target.
2568         * configure: Regenerate.
2570 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
2572         * configure.ac (target_tools): Remove target-groff.
2573         (native_only): Remove target-groff.
2574         (hppa*64*-*-*): Don't disable byacc.
2575         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2576         setting.
2577         (*-*-kaos*): Don't skip target-librx and target-groff.
2578         (*-*-netware*): Don't skip target-libmudflap.
2579         (*-*-tpf*): Don't skip target-libmudflap.
2580         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2581         directories on the host.
2582         (ia64*-*-*vms*): Don't skip tix.
2583         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2584         host.
2585         * configure: Regenerate.
2587 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
2589         * configure.ac: Remove references to mt-mep, mt-netware,
2590         mt-wince.
2591         * Makefile.def: Add all-utils soft dependencies.
2592         * Makefile.tpl: Remove GDB_NLM_DEPS.
2593         * configure: Regenerate.
2594         * Makefile.in: Regenerate.
2596 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
2598         * configure.ac: Do not include mh-x86omitfp.
2599         * configure: Regenerate.
2601 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
2603         * configure.ac: Remove empty cases.
2604         * configure: Regenerate.
2606 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
2608         * Makefile.def: Add dependency from termcap to gdb.
2609         * Makefile.in: Regenerate.
2611 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
2613         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2614         * configure: Regenerate.
2615         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2616         * Makefile.tpl: Likewise.
2617         * Makefile.in: Regenerate.
2619 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
2621         * configure.ac: Remove all mentions of tentative_cc.
2622         * configure: Regenerate.
2624 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
2626         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2627         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2628         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2629         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2630         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2631         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2632         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2633         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2634         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2635         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2636         *-*-rhapsody*): Remove host cases.
2637         * configure: Regenerate.
2639 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
2641         * configure.ac (ppc*-*-pe): Remove host case.
2642         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2643         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2644         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2645         cases.
2646         * configure: Regenerate.
2648 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
2650         * config.sub: Update to version 2011-03-23.
2652 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
2654         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2655         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2656         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2657         * configure: Regenerate.
2659 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
2661         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
2662         to Write After Approval.
2663         * config-ml.in: Don't handle arc-*-elf*.
2664         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2665         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2666         handle GCC libraries.
2667         * configure: Regenerate.
2669 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2671         PR bootstrap/48120:
2672         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2673         Add -lstdc++ -lm to LIBS.
2674         * configure: Regenerate.
2676 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
2678         * config.guess: Update to version 2011-02-02
2679         * config.sub: Update to version 2011-02-24
2681 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
2683         PR lto/48086
2684         * configure.ac: Re-enable LTO on *-apple-darwin9.
2685         * configure: Regenerate.
2687 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
2689         PR lto/48086
2690         * configure.ac: Disable LTO on darwin due to an assembler change in
2691         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
2692         under 256.
2693         * configure: Regenerate.
2695 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
2697         * MAINTAINERS: Update myself as score backend maintainer,
2698         update my e-mail address.
2700 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
2702         * MAINTAINERS: Update my e-mail address.
2704 2011-03-06  Joey Ye  <joey.ye@arm.com>
2706         * MAINTAINERS: Update my e-mail address.
2708 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
2710         * configure.ac: Adjust test of with_ppl.
2711         * configure: Regenerated.
2713 2011-03-02  Kai Tietz  <ktietz@redhat.com>
2715         * MAINTAINERS: Adjust my e-mail address.
2717 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
2719         * configure.ac: Add -lpwl to ppllibs.
2720         * configure: Regenerated.
2722 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
2724         * config/cloog.m4: Add -lisl to clooglibs.
2725         * configure: Regenerated.
2727 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2729         * MAINTAINERS (CPU Port maintainers): Add self.
2731 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2733         * MAINTAINERS: Add myself as testsuite maintainer.
2735 2011-02-15  Mike Stump  <mikestump@comcast.net>
2737         * MAINTAINERS: Add myself as testsuite maintainer.
2739 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2741         Import from Libtool and gnulib:
2743         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
2745         Prepare for supporting FreeBSD 10.
2746         * config.rpath: Remove handling of freebsd1* which soon would
2747         match FreeBSD 10.0.
2749         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
2751         Remove support for FreeBSD 1.x.
2752         * libtool.m4 (_LT_LINKER_SHLIBS)
2753         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2754         soon would incorrectly match FreeBSD 10.0.
2756 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2758         PR binutils/12283
2759         * move-if-change: Import version from gnulib.
2761 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
2763         PR lto/47225
2764         * Makefile.def (lto-plugin): Double dash for enable-shared.
2765         (configure-gcc): Depend on all-lto-plugin.
2766         * Makefile.in: Rebuilt.
2768 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2770         * configure.ac: Remove extra bracket.
2771         * configure: Regenerate.
2773 2011-02-08  Tobias Burnus  <burnus@net-b.de>
2775         * MAINTAINERS: Add myself as libquadmath maintainer.
2777 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
2779         * MAINTAINERS: Update my email address.
2781 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
2783         * MAINTAINERS (option handling): Add self.
2785 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
2787         PR lto/47225
2788         * Makefile.def: Add dependency for install-gcc
2789         on install-lto-plugin.
2790         * Makfile.in: Regenerated
2792 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
2794         * MAINTAINERS (CPU Port Maintainers): Add myself.
2796 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
2798         PR libgcj/44341
2799         * configure.ac: Discard --with-* flags for host when configuring
2800         target libraries for cross build.
2801         * configure: Rebuilt.
2803 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
2805         * MAINTAINERS (linear loop transforms): Removed.
2807 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
2809         * configure.ac: If with_ppl is no, move setting with_cloog=no
2810         after CLOOG_REQUESTED check.
2811         * configure: Regenerated.
2813 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
2815         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2816         CLooG has been requested.
2817         * configure: Regenerated.
2819 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
2821         * configure: Regenerated.
2822         * configure.ac: Check for version 0.11 (or later revision) of PPL.
2824 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
2826         * configure: Regenerated.
2827         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2829 2011-01-21  Andreas Schwab  <schwab@redhat.com>
2831         * configure.ac: Use AS_HELP_STRING throughout.
2832         * configure: Regenerate.
2834 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
2836         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2837         * configure: Regenerate.
2839 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2841         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2843 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
2845         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2846         for ia64-hpux.
2847         * configure: Regenerate.
2849 2011-01-07  Jan Hubicka  <jh@suse.cz>
2851         PR lto/47225
2852         * Makefile.in: Regenerate.
2853         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2854         configure.
2856 2011-01-07  Jan Hubicka  <jh@suse.cz>
2858         * Makefile.in: Regenerate.
2859         * Makefile.def (gcc host module) and soft dependency on lto-plugin
2860         and configure dependency on lto-plugin configure.
2861         (lto-plugin module): Remove dependency on GCC; add dependency on
2862         liniberty.
2864 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
2866         * MAINTAINERS (Write After Approval): Add myself.
2868 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
2870         * configure: Regenerate.
2872 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
2874         * configure.ac: (picochip): Disable libiberty.
2876 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
2878         * MAINTAINERS (Write After Approval): Add myself.
2880 2010-12-10  Ian Lance Taylor  <iant@google.com>
2882         PR bootstrap/46819
2883         * configure.ac: For --disable-libgcj clear libgcj_saved.
2884         * configure: Rebuild.
2886 2010-12-10  Tobias Burnus  <burnus@net-b.de>
2888         PR fortran/46540
2889         * configure.ac: Add --disable-libquadmath and
2890         --disable-libquadmath-support.
2891         * configure: Regenerate.
2893 2010-12-03  Ian Lance Taylor  <iant@google.com>
2895         * MAINTAINERS: Add myself as libgo maintainer.
2897 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
2899         PR libffi/46792
2900         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2901         * configure: Regenerate.
2903 2010-12-02  Ian Lance Taylor  <iant@google.com>
2905         * configure.ac: Always set default for poststage1_ldflags to
2906         -static-libstdc++ -static-libgcc.
2908 2010-11-29  Andreas Schwab  <schwab@redhat.com>
2910         * configure.ac: Move comment to remove extra space in last argument
2911         of GCC_TARGET_TOOL.
2913 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
2915         PR other/46026
2916         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2917         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2918         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2919         (BASE_FLAGS_TO_PASS): Use it.
2920         * configure: Rebuilt.
2921         * Makefile.in: Rebuilt.
2923 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
2925         PR binutils/12258
2926         * configure.ac: Correct comments for --enable-gold/--enable-ld.
2927         Properly check default linker.
2928         * configure: Regnerated.
2930 2010-11-23  Matthias Klose  <doko@ubuntu.com>
2932         * configure.ac: For --enable-gold, handle value `default' instead of
2933         `both*'.  New configure option --{en,dis}able-ld.
2934         * configure: Regenerate.
2936 2010-11-20  Ian Lance Taylor  <iant@google.com>
2938         * configure.ac: Only disable a language library if no language needs
2939         it.  Don't let --disable-libgcj uncondtionally disable libffi.
2940         * configure: Rebuild.
2942 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2944         * Makefile.in: Regenerate.
2946         PR other/46202
2947         * configure.ac: Fix just-built in-tree STRIP name to be
2948         binutils/strip-new.
2949         * configure: Regenerate.
2950         * Makefile.def (install-strip-gcc, install-strip-binutils)
2951         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2952         (install-strip-sid): Mirror dependencies on non-strip variants
2953         of these targets on the respective -strip prerequisites.
2954         * Makefile.tpl (install-strip, install-strip-host)
2955         (install-strip-target): New targets.
2956         (install-strip-[+module+], install-strip-target-[+module+]):
2957         New targets.
2958         * Makefile.in: Regenerate.
2960 2010-11-19  Ian Lance Taylor  <iant@google.com>
2961             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2963         * configure.ac: Add target-libgo to target_libraries.  Set
2964         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2965         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2966         (HOST_EXPORTS): Add GOC.
2967         (BASE_TARGET_EXPORTS): Add GOC.
2968         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2969         (GOCFLAGS_FOR_TARGET): New variable.
2970         (EXTRA_HOST_FLAGS): Add GOC.
2971         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2972         * Makefile.def (target_modules): Add libgo.
2973         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2974         (dependencies): Add dependency from configure-target-libgo to
2975         configure-target-libffi and all-target-libstdc++-v3.  Add
2976         dependencies from all-target-libgo to all-target-libffi.
2977         (languages): Add go.
2978         * configure: Rebuild.
2979         * Makefile.in: Rebuild.
2981 2010-11-19  Ian Lance Taylor  <iant@google.com>
2983         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2984         compiler/flag environment variables.
2986 2010-11-18  Ian Lance Taylor  <iant@google.com>
2988         * configure.ac: Check for lang_requires_boot_languages in
2989         config-lang.in files.
2990         * configure: Rebuild.
2992 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2993             Tobias Burnus  <burnus@net-b.de>
2995         PR fortran/32049
2996         * Makefile.def: Add libquadmath; build it with language=fortran.
2997         * configure.ac: Add libquadmath.
2998         * Makefile.tpl: Handle multiple libs in check-[+language+].
2999         * Makefile.in: Regenerate.
3000         * configure: Regenerate.
3002 2010-11-16  Tom Tromey  <tromey@redhat.com>
3004         * MAINTAINERS: Moved myself to reviewers section.
3006 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
3008         * MAINTAINERS: Moved myself to reviewers section.
3010 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3012         * MAINTAINERS (Various Maintainers): Add self for build machinery.
3013         (Write After Approval): Remove self.
3015 2010-11-15  Andreas Schwab  <schwab@redhat.com>
3017         * configure.ac: Fix spelling in option names.
3018         * configure: Regenerated.
3020 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
3022         PR bootstrap/39622
3023         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
3024         * configure: Regenerated.
3026 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
3028         * MAINTAINERS: Update my email address.
3030 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3032         * configure: Regenerate.
3034 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3036         * configure: Regenerate.
3038 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3040         * configure: Regenerate.
3042 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3044         * configure: Regenerate.
3046 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
3048         * configure.ac: Support official CLooG.org versions.
3049         * configure: Regenerate.
3050         * config/cloog.m4: New.
3052 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
3054         * MAINTAINERS (Write After Approval): Add myself.
3056 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
3058         * MAINTAINERS: Update my email address.
3060 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
3062         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
3063         * configure: Regenerate.
3065 2010-11-03  Ian Lance Taylor  <iant@google.com>
3066             Dave Korn  <dave.korn.cygwin@gmail.com>
3068         PR lto/46273
3069         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
3070         and on other supported platforms whenever LTO is enabled.
3071         * configure: Rebuild.
3073 2010-11-02  Alan Modra  <amodra@gmail.com>
3075         PR binutils/12110
3076         * configure.ac: Error when source path contains spaces.
3077         * configure: Regenerate.
3079 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
3081         * MAINTAINERS: Update my email address.
3083 2010-10-20  Ian Lance Taylor  <iant@google.com>
3085         * Makefile.def (target_modules): Set lib_path to src/.libs for
3086         libstdc++-v3 module.
3087         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
3088         * Makefile.in: Rebuild.
3090 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3092         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
3093         (Write After Approval): Remove myself.
3095 2010-10-15  Tristan Gingold  <gingold@adacore.com>
3097         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3099 2010-10-14  Douglas Rupp  <rupp@gnat.com>
3101         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3103 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
3105         * configure.ac (build_lto_plugin): New shell variable.
3106         (--enable-lto): Turn on by default for all non-ELF platforms that
3107         have had LTO support added so far.  Set build_lto_plugin appropriately
3108         for both ELF and non-ELF.
3109         (configdirs): Add lto-plugin or not based on build_lto_plugin.
3110         * configure: Regenerate.
3112 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3114         Sync from src:
3115         * configure.ac (v850 support): Remove target-libgloss from
3116         noconfigdirs.
3117         * configure: Regenerate.
3119 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3121         PR bootstrap/45326
3122         PR bootstrap/45174
3123         * configure.ac: Honor initial values of $build_configargs,
3124         $host_configargs, $target_configargs.  Mark the precious, so
3125         environment settings get recorded.
3126         * configure: Regenerate.
3128 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3130         PR bootstrap/45796
3131         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
3132         Depend on all-build-libiberty.
3133         * Makefile.in: Regenerate.
3135 2010-09-30  Michael Eager  <eager@eagercon.com>
3137         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
3138         * configure: Regenerate.
3140 2010-09-28  Michael Eager  <eager@eagercon.com>
3142         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
3144 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3146         PR bootstrap/44621
3147         * configure.ac: Fix unportable shell quoting.
3148         * configure: Regenerate.
3150 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
3152         * configure.ac (enable-lto): Add Darwin to the list of supported lto
3153         targets and amend comment.
3154         * configure: Regenerate.
3156 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
3158         * MAINTAINERS (Write After Approval): Add myself.
3160 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
3162         * configure.ac: Enable LTO by default on Darwin.
3163         * configure: Regenerate.
3165 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3167         * MAINTAINERS (Write After Approval): Add myself.
3169 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
3171         * MAINTAINERS (Write After Approval): Add myself.
3173 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
3175         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
3176         ports
3178 2010-07-28  David Yuste  <david.yuste@gmail.com>
3180         * MAINTAINERS (Write After Approval): Add myself.
3182 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
3184         * configure.ac: Support all v850 targets.
3185         * configure: Regenerate.
3187 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
3189         PR bootstrap/44455
3190         * configure.ac (extra_mpfr_configure_flags): Copy from
3191         extra_mpc_gmp_configure_flags.
3192         * configure: Re-generated.
3194 2010-07-22  Andi Kleen  <ak@linux.intel.com>
3196         * MAINTAINERS (Write After Approval): Add myself.
3198 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
3200         * MAINTAINERS (Write After Approval): Add myself.
3202 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
3204         * MAINTAINERS (Write After Approval): Add myself.
3206 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
3208         PR target/44862
3209         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
3210         Provide -B option to allow for link spec %s substitutions for
3211         libstdc++.a on darwin.
3212         * Makefile.in: Regenerate.
3214 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
3216         * MAINTAINERS (Reviewers): Update my e-mail address
3218 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
3220         * Makefile.def (configure-gcc): Depend on all-libelf.
3221         * Makefile.in: Rebuild.
3223 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
3225         * MAINTAINERS (Write After Approval): Add myself in the right place.
3227 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
3229         * MAINTAINERS (Write After Approval): Add myself.
3231 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
3233         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
3235 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
3237         * config.sub: Update to version 2010-05-21.
3238         * config.guess: Update to version 2010-04-03.
3240 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
3242         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
3243         * configure: Regenerate.
3245 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
3247         * MAINTAINERS (Write After Approval): Add myself.
3249 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
3251         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
3252         a platform that supports LTO.
3253         * configure: Regenerate.
3255 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
3257         * configure.ac: Allow all the versions greater than 0.10 of PPL.
3258         * configure: Regenerated.
3260 2010-04-27  Roland McGrath  <roland@redhat.com>
3261             H.J. Lu  <hongjiu.lu@intel.com>
3263         * configure.ac (--enable-gold): Support both, both/gold and
3264         both/bfd to add gold to configdirs without removing ld.
3265         * configure: Regenerated.
3267         * Makefile.def: Add install-gold dependency to install-ld.
3268         * Makefile.in: Regenerated.
3270 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
3272         PR lto/42776
3273         * configure.ac (--enable-lto): Refactor handling so libelf tests
3274         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
3275         and allow LTO to be explicitly enabled on non-ELF platforms that
3276         are known to support it inside else-clause.
3277         * configure: Regenerate.
3279 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
3281         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
3282         * configure: Regenerate.
3284 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
3286         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
3287         * configure: Regenerate.
3289 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3291         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
3292         separately.
3293         * configure: Regenerate.
3295 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
3297         * MAINTAINERS (Write After Approval): Add myself.
3299 2010-04-14  Tristan Gingold  <gingold@adacore.com>
3301         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
3302         * configure: Regenerate.
3304 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
3306         * configure: Regenerate after change to elf.m4.
3308 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
3310         * MAINTAINERS (Write After Approval): Add myself.
3312 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
3314         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
3315         * configure: Regenerated.
3317 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
3319         * configure.ac: Print "buggy but acceptable" when CLooG
3320         revision is less than 9.
3321         * configure: Regenerated.
3323 2010-04-01  Diego Novillo  <dnovillo@google.com>
3325         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
3327 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3329         PR bootstrap/43615
3330         PR bootstrap/43328
3332         Revert:
3334         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3336         * configure.ac: Do not pass --enable-multilib nor
3337         --disable-multilib in baseargs.  Accept explicitly passed
3338         --enable_multilib.
3339         * configure: Regenerate.
3341 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
3343         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
3345 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
3347         * MAINTAINERS: Remove myself.
3349 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3351         PR bootstrap/43328
3352         * configure.ac: Do not pass --enable-multilib nor
3353         --disable-multilib in baseargs.  Accept explicitly passed
3354         --enable_multilib.
3355         * configure: Regenerate.
3357 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
3359         * MAINTAINERS (spu port): Remove me.
3361 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
3363         * configure.ac (tic6x-*-*): New case.
3364         * configure: Regenerate.
3366 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
3368         * config.sub: Update to version 2010-03-22.
3369         * config.guess: Update to version 2009-12-30.
3371 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
3373         PR ada/42554
3374         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
3375         * configure: Regenerate.
3377 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3379         * MAINTAINERS: Update my email address.
3381 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
3383         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
3384         (ghassan.shobaki@amd.com): Removed.
3386 2010-03-17  Alan Modra  <amodra@gmail.com>
3388         * MAINTAINERS: Update my email address.
3390 2010-03-16  Diego Novillo  <dnovillo@google.com>
3392         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
3393         Matthews.
3395 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
3397         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
3398         Gutson, Jeffrey D. Oldham and Mark Shinwell.
3400 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
3402         * MAINTAINERS: Update my email address.
3404 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
3406         * MAINTAINERS: Update my email address.
3408 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
3410         * MAINTAINERS: Update my email address.
3412 2010-03-09  Jie Zhang  <jie@codesourcery.com>
3414         * MAINTAINERS: Update my email address.
3416 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3418         PR libstdc++/32499
3419         * configure.ac (RANLIB): Default to true.
3420         (STRIP): Likewise.
3421         (RANLIB_FOR_TARGET): Remove superfluous : argument.
3422         * configure: Regenerate.
3424 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
3426         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
3427         (Write After Approval): Update my email address.
3429 2010-02-17  Nick Clifton  <nickc@redhat.com>
3431         PR 11238
3432         * Makefile.tpl (local-distclean): Also remove config.cache files in
3433         sub-directories as there may not be Makefiles present in the
3434         sub-directories.
3435         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3436         the config.cache files found by the find command.
3438         * Makefile.in: Regenerate.
3439         * configure.ac: Revert previous delta.
3440         * configure: Regenerate.
3442 2010-02-15  Nick Clifton  <nickc@redhat.com>
3444         PR 11238
3445         * configure.ac: Delete config.cache files in sub-directories when
3446         deleting Makefiles.
3447         * configure: Regenerate.
3449 2010-02-12  Ben Elliston  <bje@gnu.org>
3451         * MAINTAINERS: Update my email address.
3453 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
3455         * MAINTAINERS (spu port): Update my email address.
3457 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
3459         * MAINTAINERS: Add myself as a maintainer for the bfin port.
3461 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3463         * configure.ac: Add "recommended" version checks for GMP/MPC.
3464         Update recommended GMP/MPFR/MPC versions.
3465         * configure: Regenerate.
3467 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
3469         * MAINTAINERS: Move my Embecosm email address into the
3470         write-after-approval section.
3472 2010-01-26  Ian Lance Taylor  <iant@google.com>
3474         * MAINTAINERS: Add myself as Go frontend maintainer.
3476 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
3478         PR libstdc++/36101, PR libstdc++/42813
3479         * configure.ac (bootstrap_target_libs): Make inclusion of
3480         target-libgomp conditional on libgomb being in target_configdirs.
3481         * configure: Regenerate.
3483 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
3485         PR libstdc++/36101, PR libstdc++/42813
3486         * configure.ac (bootstrap_target_libs): Include target-libgomp.
3487         * configure: Regenerate.
3489 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
3491         PR libstdc++/36101, PR libstdc++/42813
3492         * configure.ac (target_configdirs): Substitute.
3493         * Makefile.def: Bootstrap target module libgomp.
3494         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3495         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3496         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3497         * configure, Makefile.in: Regenerate.
3499 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
3501         * MAINTAINERS: Adjust my details.
3503 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
3505         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
3507 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
3509         * MAINTAINERS: reindented my entry with tabs instead of spaces.
3511 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
3513         * MAINTAINERS (Write After Approval): Add myself.
3515 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
3517         * MAINTAINERS (Write After Approval): Add myself.
3519 2010-01-11  Richard Guenther  <rguenther@suse.de>
3521         PR lto/41569
3522         * Makefile.def (all-lto-plugin): Depend on all-gcc.
3523         * Makefile.in: Regenerated.
3525 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
3527         * configure.ac: Enable libjava build on x86_64-*freebsd*.
3528         * configure: Regenerate.
3530 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3531             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3533         PR bootstrap/42424
3534         * configure.ac: Include libtool m4 files.
3535         (_LT_CHECK_OBJDIR): Call it.
3536         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3537         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3539         * configure: Regenerate.
3541 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3543         PR bootstrap/41818
3544         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3545         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
3546         * Makefile.in: Regenerate.
3548 2010-01-02  Richard Guenther  <rguenther@suse.de>
3550         PR lto/41529
3551         * configure.ac: Include config/elf.m4.  Disable LTO if not
3552         builting for an elf target.
3553         * configure: Regenerate.
3555 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
3557         * MAINTAINERS: Change my email address.
3559 2009-12-18  Ben Elliston  <bje@au.ibm.com>
3561         * config.sub, config.guess: Update from upstream sources.
3563 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
3565         * MAINTAINERS (Write After Approval): Add myself.
3567 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3569         PR middle-end/30447
3570         PR middle-end/30789
3571         PR other/40302
3573         * configure.ac: Require MPC.
3574         * configure: Regenerate.
3576 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3578         PR target/38384
3579         PR bootstrap/40972
3580         * libtool.m4: Sync from git Libtool.
3581         * ltoptions.m4: Likewise.
3582         * ltversion.m4: Likewise.
3583         * lt~obsolete.m4: Likewise.
3584         * ltmain.sh: Likewise.
3586 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3588         * configure.ac: Update minimum MPC version to 0.8.
3589         * configure: Regenerate.
3591 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
3593         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
3594         * configure: Regenerated.
3596 2009-11-21  Ian Lance Taylor  <iant@google.com>
3598         * configure.ac: Change default of poststage1_ldflags to be empty if
3599         poststage1_libs is set.  When poststage1_libs is empty, and
3600         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
3601         * configure: Rebuild.
3603 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
3605         * MAINTAINERS (Write After Approval): Update my email address.
3607 2009-11-20  Ben Elliston  <bje@au.ibm.com>
3609         * config.guess: Update from upstream sources.
3611 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
3613         * Makefile.def: Restore host and target settings for gmp.
3614         * Makefile.in: Rebuild.
3616 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
3618         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
3619         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
3620         Fix portability of test of C++ as bootstrap language.  Add
3621         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3622         * configure: Rebuild.
3623         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3624         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
3625         in-tree building.
3626         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3627         (POSTSTAGE1_HOST_EXPORTS): Use it.
3628         (STAGE[+id+]_CXXFLAGS): New.
3629         (BASE_FLAGS_TO_PASS): Pass it down.
3630         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
3631         extra_exports.
3632         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3633         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3634         extra_exports.
3635         * Makefile.in: Rebuild.
3637 2009-11-17  Ben Elliston  <bje@au.ibm.com>
3639         * config.sub, config.guess: Update from upstream sources.
3641 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3643         * MAINTAINERS (Write After Approval): Add myself.
3645 2009-11-09  Jon Beniston  <jon@beniston.com>
3647         * MAINTAINERS (Write After Approval): Add myself.
3649 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
3651         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
3652         paths for *-w64-mingw* and x86_64-*mingw*.
3653         * configure: Regenerated.
3655 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
3657         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
3659 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
3661         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
3662         Phil Edwards to Write-After Approval.
3664 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
3666         * configure.ac: Disable target-winsup & co for
3667         x86_64-*-mingw* and *-w64-mingw* targets.
3668         * configure: Regenerated.
3670 2009-10-16  Nick Clifton  <nickc@redhat.com>
3672         * MAINTAINERS: Add myself as a maintainer for the RX port.
3674 2009-10-26  Johannes Singler  <singler@kit.edu>
3676         * MAINTAINERS (Write After Approval): Update my e-mail address.
3678 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3680         * configure.ac (CLooG test): Use = with test.
3681         * configure: Regenerate.
3683 2009-10-22  Richard Guenther  <rguenther@suse.de>
3685         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
3686         cloog if the ppl version check failed.  Move flags saving
3687         before setting in libelf check.
3688         * configure: Regenerate.
3690 2009-10-21  Richard Guenther  <rguenther@suse.de>
3692         * configure.ac: Adjust the ppl and cloog configure to work as
3693         documented.  Disable cloog if ppl was disabled.  Omit the version
3694         checks if they were disabled.
3695         * configure: Re-generate.
3697 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3699         * configure.ac: Add 'lto' to enable_languages, not
3700         new_enable_languages, and only if not already present.
3701         * configure: Regenerate.
3703 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
3705         * README: Refer to the various COPYING* files instead of just
3706         COPYING.
3707         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
3709 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
3711         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
3713 2009-10-07  Richard Guenther  <rguenther@suse.de>
3715         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
3716         and Richard Guenther as reviewers.
3717         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
3718         as reviewers.
3720 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
3722         * config.sub: Update from upstream sources.
3724 2009-10-06  Ian Lance Taylor  <iant@google.com>
3726         * Makefile.def: check-gold depends upon all-gas.
3727         * Makefile.in: Rebuild.
3729 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
3731         * MAINTAINERS (Write After Approval): Add myself.
3733 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
3735         * Makefile.def: all-lto-plugin depends on all-libiberty.
3736         set bootstrap=true for lto-plugin.
3737         Add lto-plugin.
3738         * Makefile.in: Regenerate.
3739         * configure.ac (host_libs): Add lto-plugin.
3740         * configure: Regenerate.
3742 2009-10-03  Diego Novillo  <dnovillo@google.com>
3744         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3745         (HOST_LIBELFLIBS): Define.
3746         (HOST_LIBELFINC): Define.
3747         * Makefile.in: Regenerate.
3748         * configure.ac: Add --enable-lto.
3749         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3750         If --enable-lto is used, add 'lto' to new_enable_languages.
3751         If --enable-lto is used and gold is enabled, add
3752         lto-plugin to configdirs.
3753         * configure: Regenerate.
3755 2009-10-03  Simon Baldwin  <simonb@google.com>
3757         * configure.ac: If --with-system-zlib, suppress local zlib and
3758         pass --with-system-zlib to subdir configure scripts.
3759         * configure: Regenerate.
3761 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
3762             Paolo Bonzini  <bonzini@gnu.org>
3764         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3765         $(srcdir).
3766         * Makefile.in: Rebuilt.
3768 2009-09-26  Gary Funck  <gary@intrepid.com>
3770         * MAINTAINERS (Write After Approval): Add myself.
3772 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3774         * configure.ac: Update minimum MPC version to 0.7.
3775         * configure: Regenerate.
3777 2009-09-25  Nick Clifton  <nickc@redhat.com>
3779         * configure.ac: Pass any --cache-file=/dev/null option on to
3780         subconfigures.
3781         * configure: Regenerate.
3783 2009-09-23  Nick Clifton  <nickc@redhat.com>
3785         * config.sub, config.guess: Update from upstream sources.
3787 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
3789         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3790         * Makefile.in: Rebuilt.
3792 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3794         PR bootstrap/32272
3795         * configure.ac: Error out if $srcdir isn't '.' but contains
3796         host-${host_noncanonical}.
3797         * configure: Regenerate.
3799 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3801         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
3802         maintainer.
3804 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3806         * configure.ac: If bootstrapping a combined tree with
3807         --enable-gold, require c++ in stage1_languages.
3808         * configure: Regenerate.
3810         * configure.ac: Also add target_libs of stage1_languages to
3811         bootstrap_target_libs.
3812         * configure: Regenerate.
3814         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3815         with --enable-languages not containing c++.
3816         * configure: Regenerate.
3818 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
3820         * configure.ac: Disable java and boehm-gc for bfin-*-*.
3821         * configure: Regenerate.
3823 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
3825         * MAINTAINERS (Write After Approval): Update my e-mail address,
3826         and move from from here...
3827         (Waiting for paperwork): To here.
3829 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
3831         * MAINTAINERS (Reviewers): Add self as driver reviewer.
3833 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3835         * configure.ac: Do not use $extrasub for replacing @if/@endif
3836         parts in Makefile; instead, use additional arguments to
3837         AC_CONFIG_COMMANDS to do the replacement manually, with several
3838         sed invocations, to avoid HP-UX sed command limits.
3839         * configure: Regenerate.
3841 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
3843         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
3844         blank before -L.
3846 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
3848         * configure.ac (with-build-config): Document.  Handle without.
3849         Handle missing argument.
3850         * configure: Rebuilt.
3852 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
3854         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
3855         Default to bootstrap-debug only if compare-debug works.
3856         * configure: Rebuilt.
3857         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3858         * Makefile.in: Rebuilt.
3860 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3862         * MAINTAINERS (OS Port Maintainers): Update my email address.
3864 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
3866         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3867         * Makefile.in: Rebuilt.
3869 2009-09-01  Chris Demetriou  <cgd@google.com>
3871         * MAINTAINERS (Write After Approval): Add myself.
3873 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
3875         PR debug/30161
3876         * include/dwarf2.h (enum dwarf_tag): Added
3877         DW_TAG_GNU_template_template_param
3878         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
3880 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
3882         * Makefile.tpl (AWK): Fix typo.
3883         * Makefile.in: Regenerate.
3885 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
3887         * configure.ac: Detect awk and sed.
3888         * Makefile.def (flags_to_pass): Add AWK and SED.
3889         * Makefile.tpl (AWK, SED): New.
3890         (BASE_FLAGS_TO_PASS): Add AWK and SED.
3891         * configure: Regenerate.
3892         * Makefile.in: Regenerate.
3894 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
3896         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
3897         (collapseslashes): Likewise.
3899 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3901         * configure.ac (AC_PREREQ): Bump to 2.64.
3903 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3905         * configure.ac: Remove --with-datarootdir, --with-docdir,
3906         --with-pdfdir, --with-htmldir switches.
3907         * configure: Regenerate.
3909         * configure: Regenerate.
3911         * compile: Sync from Automake 1.11.
3912         * depcomp: Likewise.
3913         * install-sh: Likewise.
3914         * missing: Likewise.
3915         * mkinstalldirs: Likewise.
3916         * ylwrap: Likewise.
3918 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
3920         * ltmain.sh (func_normal_abspath): New function.
3921         (func_relative_path): Likewise.
3922         (func_mode_help): Document new -bindir option for link mode.
3923         (func_mode_link): Add new -bindir option, and use it to place
3924         output DLL if specified.
3926 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3928         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3929         (baseargs): Add --disable-option-checking.
3930         * configure: Regenerate.
3932         * Makefile.def (configure-target-libiberty): Depend on
3933         all-binutils and all-ld.
3934         (configure-target-newlib): Likewise.
3935         * Makefile.in: Regenerate.
3937 2009-08-17  Ben Elliston  <bje@au.ibm.com>
3939         * config.sub, config.guess: Update from upstream sources.
3941 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3943         Sync from src, merge:
3945         2009-07-02  Tristan Gingold  <gingold@adacore.com>
3947         * configure.ac: Do not exclude gas for i386-*-darwin.
3948         Add a case for x86_64-*-darwin.
3949         * configure: Regenerate.
3951 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
3953         * MAINTAINERS: Add my name to Write After Approval list.
3955 2009-08-06  Michael Eager  <eager@eagercon.com>
3957         * configure.ac: Add Microblaze target.
3958         * configure: Regenerate.
3960 2009-07-31  Christian Bruel  <christian.bruel@st.com>
3962         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3963         * configure: Regenerate.
3965 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
3967         * MAINTAINERS (Write After Approval): Update my e-mail address.
3969 2009-07-06  Ian Lance Taylor  <iant@google.com>
3971         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3972         * configure: Rebuild.
3974 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
3976         * MAINTAINERS: Move myself to the Graphite Reviewers.
3978 2009-06-30  Wei Guozhi  <carrot@google.com>
3980         * MAINTAINERS: Add my name to Write After Approval list.
3982 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
3984         PR bootstrap/40338
3985         * configure.ac (comparestring): Create new variable.
3986         * Makefile.tpl (comparestring): Use to skip some comparisions.
3987         * configure: Regenerate.
3988         * Makefile.in: Regenerate.
3990 2009-06-26  Doug Evans  <dje@sebabeach.org>
3992         * Makefile.def (host_modules): Add cgen.
3993         * Makefile.in: Regenerate.
3994         * configure.ac (host_tools): Add cgen.
3995         * configure: Regenerate.
3997 2009-06-23  DJ Delorie  <dj@redhat.com>
3999         * MAINTAINERS: Add myself as mep maintainer.
4001 2009-06-23  Ian Lance Taylor  <iant@google.com>
4003         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
4004         boot_languages.  Only bootstrap target libraries listed in
4005         target_libs for some boot language.  Add --with-stage1-ldflags,
4006         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
4007         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
4008         if not building with C++.
4009         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
4010         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
4011         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
4012         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
4013         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
4014         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
4015         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
4016         * configure, Makefile.in: Rebuild.
4018 2009-06-23  Li Feng  <nemokingdom@gmail.com>
4020         * MAINTAINERS: Added my name to write-after-approval list.
4022 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
4024         * configure.ac: Define is_elf for QNX Neutrino targets.
4025         * configure: Regenerate.
4027 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
4029         * MAINTAINERS: Added my name to the write-after-approval list
4031 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4033         * configure.ac: Detect MPC in default directory.
4034         * configure: Regenerate.
4036 2009-06-03  Jerome Guitton  <guitton@adacore.com>
4037             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4039         * Makefile.tpl (all): Avoid a trailing backslash.
4040         * Makefile.in: Regenerate.
4042 2009-06-03  Ben Elliston  <bje@au.ibm.com>
4044         * config.sub, config.guess: Update from upstream sources.
4046 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
4048         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
4049         to noconfdirs.
4050         * configure: Regenerate.
4052 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
4054         * Makefile.tpl ([+compare-target+]): Compare all stage
4055         directories, rather than just gcc.
4056         * Makefile.in: Rebuilt.
4058 2009-06-01  Doug Kwan  <dougkwan@google.com>
4060         * configure.ac: Support gold for target arm*-*-*.
4061         * configure: Regenerate.
4063 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4065         * Makefile.def: Add MPC support and dependencies.
4066         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
4068         * Makefile.in, configure: Regenerate.
4070 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
4072         * Makefile.tpl (all): Avoid harmless warning in make all when
4073         gcc-bootstrap is enabled but stage_last does not exist.
4074         * Makefile.in: Rebuilt.
4076 2009-05-24  Nicolas Roche  <roche@adacore.com>
4078         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
4079         * Makefile.in: Regenerate.
4081 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
4083         * MAINTAINERS: Update my e-mail address.
4085 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
4087         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
4088         * configure:  Regenerate.
4090 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
4092         PR other/40159
4093         * Makefile.tpl (all): Don't assume gcc-bootstrap and
4094         gcc-no-bootstrap are mutually exclusive.
4095         * Makefile.in: Rebuilt.
4097 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
4099         PR other/40159
4100         * Makefile.tpl (all): Don't end with unconditional success.
4101         * Makefile.in: Rebuilt.
4103 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
4105         PR target/37137
4106         * Makefile.def (flags_to_pass): Remove redundant and incomplete
4107         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
4108         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
4109         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
4110         stage_configureflags, stage_cflags and stage_libcflags into
4111         explicit Makefile macros.
4112         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
4113         GFORTRAN.
4114         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
4115         CC.  Set CC_FOR_BUILD from CC.
4116         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
4117         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
4118         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
4119         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
4120         and GFORTRAN.
4121         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
4122         (_LIBCFLAGS): Renamed to _TFLAGS.
4123         (do-compare-debug, do-compare3-debug): Drop.
4124         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
4125         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
4126         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
4127         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
4128         (XGCC_FLAGS_FOR_TARGET): New.
4129         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
4130         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
4131         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
4132         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
4133         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
4134         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
4135         TFLAGS.
4136         (BUILD_CONFIG): Include if requested.
4137         (all): Set TFLAGS on bootstrap.
4138         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
4139         (all-stageid-prefixmodule): Likewise.
4140         (do-clean, distclean-stageid): Set TFLAGS.
4141         (restrap): Fix whitespace.
4142         * Makefile.in: Rebuilt.
4144 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
4146         * config.guess: Sync with src.
4148 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
4150         * configure.ac ($with_ppl):  Default to no if not supplied.
4151         ($with_cloog):  Likewise.
4152         configure:  Regenerate.
4154 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
4156         * MAINTAINERS: Update my e-mail address.
4158 2009-04-27  Nick Clifton  <nickc@redhat.com>
4160         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
4162 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
4164         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
4165         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
4166         * Makefile.in: Regenerate.
4168 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4170         PR bootstrap/39739
4171         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
4172         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
4174         * configure, Makefile.in: Regenerate.
4176 2009-04-21  Taras Glek  <tglek@mozilla.com>
4178         * include/hashtab.h: Update GTY annotations to new syntax
4179         * include/splay-tree.h: Likewise
4181 2009-04-17  Ben Elliston  <bje@au.ibm.com>
4183         * config.sub, config.guess: Update from upstream sources.
4185 2009-04-15  Anthony Green  <green@moxielogic.com>
4187         * configure.ac: Add moxie support.
4188         * configure: Rebuilt.
4190 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
4192         * configure.ac: Change copyright header to refer to version
4193         3 of the GNU General Public License and to point readers at the
4194         COPYING3 file and the FSF's license web page.
4195         * Makefile.def: Likewise.
4196         * Makefile.tpl: Likewise.
4197         * Makefile.in: Regenerate.
4199 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
4201         * configure.ac: Restore match for darwin9 or later. Use double
4202         brackets since regeneration eats one pair.
4203         * configure: Regenerate.
4205 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
4207         PR gas/10039
4208         * configure.ac: Require texinfo 4.7.
4209         * configure: Regenerated.
4211 2009-04-09  Nick Clifton  <nickc@redhat.com>
4213         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
4214         the GCC Runtime Library Exception.
4216 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4218         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
4219         * configure: Regenerate.
4221 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
4223         * Makefil.def (languages): New entries.
4224         * Makefile.tpl (check-gcc-*): New generic target.
4225         * Makefile.in: Regenerate.
4227 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
4229         * MAINTAINERS:  Update my email address.
4231 2009-03-18  Tom Tromey  <tromey@redhat.com>
4233         * configure: Rebuild.
4234         * configure.ac (host_libs): Add libiconv.
4235         * Makefile.in: Rebuild.
4236         * Makefile.def (host_modules): Add libiconv.
4237         (configure-gdb, all-gdb): Depend on libiconv.
4239 2009-03-16  Tristan Gingold  <gingold@adacore.com>
4241         * configure.ac: Treat gdb as supported on x86_64-darwin.
4242         * configure: Regenerate.
4244 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
4246         * configure.ac (--with-host-libstdcxx): New option.
4247         * configure: Regenerate.
4249 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
4251         * MAINTAINERS:  Move myself into the write after approval list.
4253 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
4255         * MAINTAINERS: Update e-mail address.
4257 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
4259         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
4261 2009-03-10  Ira Rosen  <irar@il.ibm.com>
4263         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
4265 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4267         Backport from git Libtool:
4269         2009-01-19  Robert Millan  <rmh@aybabtu.com>
4270         Support GNU/kOpenSolaris.
4271         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
4272         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
4273         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
4274         GNU/kOpenSolaris.
4276 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
4278         * MAINTAINERS: Update e-mail address.
4280 2009-02-24  Michael Eager  <eager@eagercon.com>
4282         * MAINTAINERS (Write After Approval): Add self.
4284 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
4286         * MAINTAINERS (Write After Approval): Add myself.
4288 2009-02-05  Andreas Schwab  <schwab@suse.de>
4290         * Makefile.tpl (stage_last): Define $r and $s before using
4291         $(RECURSE_FLAGS_TO_PASS).
4292         * Makefile.in: Regenerate
4294 2009-01-30  Ian Lance Taylor  <iant@google.com>
4296         * MAINTAINERS: Move myself to the Global Reviewers list.
4298 2009-01-29  Robert Millan  <rmh@aybabtu.com>
4300         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
4301         * configure: Regenerate.
4303 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
4305         * MAINTAINERS: Make whitespace consistent.
4306         Remove Robert Millan from Write After Approval.
4308 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
4310         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
4311         (all-opcodes): Depend on all-libiberty.
4312         * Makefile.in: Regenerate.
4314 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
4316         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
4317         * configure: Regenerate.
4319 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
4321         * MAINTAINERS (Write After Approval): Add myself.
4323 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
4325         * MAINTAINERS: Add myself to reviewers (Fortran).
4327 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
4329         PR tree-optimization/38515
4330         * configure.ac (cloog-polylib): Removed.
4331         (with_ppl, with_cloog): Test for "no".
4332         * configure: Regenerated.
4334 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
4336         * MAINTAINERS: Moved myself to reviewers (Fortran).
4338 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
4340         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
4341         (Write After Approval): Remove myself.
4343 2009-01-03  Diego Novillo  <dnovillo@google.com>
4345         * MAINTAINERS: Remove myself from alias maintainership.
4347 2009-01-02  David Ayers  <ayers@fsfe.org>
4349         * MAINTAINERS: Update e-mail address.
4351 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
4353         * MAINTAINERS: Make whitespace consistent.
4355 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4357         Backport from upstream Libtool:
4358         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
4359         Add cache variables to tests that require the linker to work.
4360         For shlibpath_overrides_runpath, this also changes the semantics
4361         to let the result from the C compiler take precedence.
4363 2008-12-02  Ben Elliston  <bje@au.ibm.com>
4365         * config.sub, config.guess: Update from upstream sources.
4367 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
4369         * configure.ac (ppllibs): Add by default the lib flags.
4370         * configure: Regenerate.
4372 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
4374         * MAINTAINERS:  Add myself to the write after approval list.
4376 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
4378         * configure.ac: Add double brackets on darwin[912].
4379         * configure: Regenerate.
4381 2008-12-03  Daniel Kraft  <d@domob.eu>
4383         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
4384         Approval to Reviewer section (for Fortran front-end).
4386 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
4388         * configure.ac: Expand to darwin10 and later.
4389         * configure: Regenerate.
4391 2008-12-02  Andreas Schwab  <schwab@suse.de>
4393         * Makefile.def: configure-target-boehm-gc depends on
4394         all-target-libstdc++-v3.
4395         * Makefile.in: Regenerate.
4397 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
4399         * MAINTAINERS:  Add myself as mingw maintainer.
4401 2008-12-02  Ben Elliston  <bje@au.ibm.com>
4403         * config.sub, config.guess: Update from upstream sources.
4405 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
4407         * README.SCO: Remove.
4409 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
4411         * MAINTAINERS:  Add myself to the write after approval list.
4413 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
4415         * MAINTAINERS:  Update my email address in WAA section.
4417 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
4419         * MAINTAINERS: Update e-mail address.
4421 2008-11-27  Toon Moene  <toon@moene.org>
4423         * MAINTAINERS: Change e-mail address.
4425 2008-11-27  Tristan Gingold  <gingold@adacore.com>
4427         * configure.ac: Build gdb for i?86-*-darwin*
4428         * configure: Regenerated.
4430 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
4432         * MAINTAINERS: Added my full name.
4434 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
4436         PR bootstrap/38014
4437         PR bootstrap/37923
4439         Revert:
4441         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
4443         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
4444         * Makefile.in: Regenerated.
4446         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
4448         PR gdb/921
4449         PR gdb/1646
4450         PR gdb/2175
4451         PR gdb/2176
4453         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4454         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4455         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
4456         (HOST_EXPORTS): Pass CPPFLAGS.
4457         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4458         (LDFLAGS_FOR_TARGET): Initialize from configure script.
4459         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4460         * Makefile.in, configure: Regenerated.
4461         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4462         and CPPFLAGS_FOR_BUILD.
4464 2008-11-06  Jeff Law  <law@redhat.com>
4466         * MAINTAINERS: Add myself as middle end maintainer.
4468 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
4470         * MAINTAINERS (Write after approval): Add myself.
4472 2008-11-05  Diego Novillo  <dnovillo@google.com>
4474         * MAINTAINERS (Global Reviewers): Add myself.
4475         (Non-Algorithmic Maintainers): Remove myself.
4477 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
4479         * MAINTAINERS (Write after approval): Add myself.
4481 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
4483         * MAINTAINERS (Write after approval): Add myself.
4485 2008-10-31  Ben Elliston  <bje@au.ibm.com>
4487         * configure.ac (spu-*-*): Remove special case.
4488         * configure: Regenerate.
4490 2008-10-30  Catherine Moore  <clm@codesourcery.com>
4492         * MAINTAINERS (Write after approval): Update my email address.
4494 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
4496         * configure.ac [spu-*-*]: Do not set skipdirs.
4497         * configure: Re-generate.
4499 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
4501         * MAINTAINERS (Various Maintainers): Add myself to reload.
4503 2008-10-25  Richard Guenther  <rguenther@suse.de>
4505         * MAINTAINERS (Various Maintainers): Add myself as middle-end
4506         maintainer.  Remove myself as libgcc-math maintainer.
4507         (Non-Algorithmic Maintainers): Remove myself.
4509 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
4511         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
4512         * Makefile.in: Regenerated.
4514 2008-10-23  Cary Coutant  <ccoutant@google.com>
4516         * MAINTAINERS (Write after approval): Add myself.
4518 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
4520         PR gdb/921
4521         PR gdb/1646
4522         PR gdb/2175
4523         PR gdb/2176
4525         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4526         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4527         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
4528         (HOST_EXPORTS): Pass CPPFLAGS.
4529         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4530         (LDFLAGS_FOR_TARGET): Initialize from configure script.
4531         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4532         * Makefile.in, configure: Regenerated.
4533         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4534         and CPPFLAGS_FOR_BUILD.
4536 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
4538         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
4539         Sebastian Pop.
4541 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
4543         * MAINTAINERS (Write After Approval): Added myself.
4545 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4547         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
4548         recommended version to 2.3.2.
4550         * configure: Regenerate.
4552 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
4554         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
4556 2008-09-29  David Daney <david.daney@caviumnetworks.com>
4558         * MAINTAINERS (Write After Approval): Update e-mail address.
4560 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
4562         * libtool.m4: Update to libtool 2.2.6.
4563         * lt~obsolete.m4: Update to libtool 2.2.6.
4564         * ltmain.sh: Update to libtool 2.2.6.
4565         * ltsugar.m4: Update to libtool 2.2.6.
4566         * ltversion.m4: Update to libtool 2.2.6.
4567         * ltoptions.m4: Update to libtool 2.2.6.
4568         * ltgcc.m4: Update to match changes from libtool 2.2.6.
4570 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
4572         * MAINTAINERS (Write After Approval): Add myself.
4574 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
4576         * MAINTAINERS (Write After Approval): Update my name.
4578 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
4580         * MAINTAINERS: Add myself in "Write After Approval".
4582 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
4584         * MAINTAINERS: Add myself as ia64 maintainer.
4586 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
4588         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
4589         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
4590         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
4591         and Michael Tiemann from Write After Approval since they do not
4592         actually have access.
4594 2008-09-05  Richard Guenther  <rguenther@suse.de>
4596         * configure.ac: Initialize clooglibs to -lcloog.
4597         * configure: Re-generate.
4599 2008-09-04  Le-Chun Wu  <lcwu@google.com>
4601         * MAINTAINERS (Write After Approval): Add myself.
4603 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
4605         * configure.ac (--with-cloog-polylib): New.
4606         (--disable-cloog-version-check): New.
4607         (--disable-ppl-version-check): New.
4608         * configure: Re-generate.
4610 2008-09-03  Richard Guenther  <rguenther@suse.de>
4612         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
4613         cloog test.
4614         * configure: Re-generate.
4616 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
4618         Add picoChip port.
4619         * MAINTAINERS: Add picoChip maintainers.
4621 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
4622             Tobias Grosser  <grosser@fim.uni-passau.de>
4623             Jan Sjodin  <jan.sjodin@amd.com>
4624             Harsha Jagasia  <harsha.jagasia@amd.com>
4625             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
4626             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
4627             Adrien Eliche  <aeliche@isty.uvsq.fr>
4629         Merge from graphite branch.
4630         * configure: Regenerate.
4631         * Makefile.in: Regenerate.
4632         * configure.ac (host_libs): Add ppl and cloog.
4633         Add checks for PPL and CLooG.
4634         * Makefile.def (ppl, cloog): Added modules and dependences.
4635         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
4636         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
4638 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
4640         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
4641         (GCC_SHLIB_SUBDIR): New.
4642         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
4643         * configure: Regenerate.
4644         * Makefile.in: Regenerate.
4646 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
4648         * MAINTAINERS: Consistently use tabs to separate columns.
4650 2008-08-29  Tristan Gingold  <gingold@adacore.com>
4652         * MAINTAINERS (Write after Approval): Add myself.
4654 2008-08-28  Tristan Gingold  <gingold@adacore.com>
4656         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
4657         Enable bfd, binutils and opcodes.
4658         * configure: Regenerate.
4660 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4662         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
4664 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
4666         * MAINTAINERS:  Use correct Umlaut for last name.
4668 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4670         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
4672 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
4674         * MAINTAINERS: Update my email address.
4676 2008-08-16  Nicolas Roche  <roche@adacore.com>
4678         * Makefile.tpl: Add BOOT_ADAFLAGS.
4679         * Makefile.in: Regenerate.
4681 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
4683         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
4684         * configure: Regenerate.
4686 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
4688         * configure.ac: Add makefile fragments for hpux.
4689         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
4690         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
4691         * configure: Regenerate.
4692         * Makefile.in: Regenerate.
4694 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
4696         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
4698 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
4700         * MAINTAINERS (Write after Approval): Add myself.
4702 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
4704         * MAINTAINERS (Write After Approval):  Add myself.
4706 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
4708         * MAINTAINERS (Write After Approval):  Add myself.
4710 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
4712         * MAINTAINERS: Update my email address.
4714 2008-06-25  Joey Ye  <joey.ye@intel.com>
4716         * MAINTAINERS (Write After Approval):  Add myself.
4718 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4720         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
4721         * Makefile.in: Regenerate.
4722         * configure: Regenerate.
4724 2008-06-17  Daniel Kraft  <d@domob.eu>
4726         * MAINTAINERS (Write After Approval):  Add myself.
4728 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4730         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
4731         "$@" is still intact with both Autoconf 2.59 and 2.62.
4732         * configure: Regenerate.
4734 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4736         * Makefile.tpl: Fix comment errors.
4737         * Makefile.in: Regenerate.
4739 2008-06-12  David S. Miller  <davem@davemloft.net>
4740             David Edelsohn  <edelsohn@gnu.org>
4742         * configure.ac: Add powerpc*-*-* to gold supported targets.
4743         * configure: Regenerate.
4745 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
4747         PR tree-optimization/36218
4748         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
4749         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
4750         (all prefix="build-"): Pass them to build-system sub-makes.
4751         * Makefile.in: Regenerate.
4753 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
4755         * MAINTAINERS (mt port): Remove.
4756         (sco5, unixware, sco udk): Remove.
4757         (Kean Johnston): Add to Write After Approval.
4759 2008-05-30  Julian Brown  <julian@codesourcery.com>
4761         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
4762         of libobjc for ARM EABI Linux.
4763         * configure: Regenerate.
4765 2008-05-18  Xinliang David Li   <davidxl@google.com>
4767         * ChangeLog: Remove wrong ChangeLog entry.
4769 2008-05-17  Xinliang David Li   <davidxl@google.com>
4771         * MAINTAINERS (Write After Approval): Add myself.
4773 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
4775         * MAINTAINERS (Write After Approval): Add myself.
4777 2008-05-14  Rafael Espíndola  <espindola@google.com>
4779         * config-ml.in: don't handle --enable-shared and --enable-static.
4781 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
4783         * MAINTAINERS: Update my email address.
4785 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
4787         * MAINTAINERS: Update my email address.
4789 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
4791         * MAINTAINERS (Write After Approval): Add myself.
4793 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
4795         * MAINTAINERS (Write After Approval): Add myself.
4797 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
4799         * MAINTAINERS (crx): Add myself.
4801 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
4803         Sync with src:
4804         2008-04-14  David S. Miller  <davem@davemloft.net>
4806         * configure.ac: Add sparc*-*-* to gold supported targets.
4807         * configure: Regenerate.
4809 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
4811         PR bootstrap/35457
4812         * configure.ac: Include override.m4.
4813         * configure: Regenerate.
4815 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
4817         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
4818         * Makefile.in: Regenerate.
4820 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
4822         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
4823         as nonconfigurable directories list.
4824         * configure: Regenerate.
4826 2008-04-14  Ben Elliston  <bje@au.ibm.com>
4828         * config.sub, config.guess: Update from upstream sources.
4830 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
4832         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
4833         * Makefile.in: Regenerate.
4835 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
4837         * configure.ac: Do not build libssp for the AVR.
4838         * configure: Regenerate.
4840 2008-04-07  Ian Lance Taylor  <iant@google.com>
4842         * Makefile.def: check-gold depends upon all-binutils.
4843         * Makefile.in: Regenerate.
4845 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
4847         * MAINTAINERS (Write After Approval): Add myself.
4849 2008-04-04  Nick Clifton  <nickc@redhat.com>
4851         PR binutils/4334
4852         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
4853         builds.
4854         * configure: Regenerate.
4856 2008-04-04  NightStrike  <NightStrike@gmail.com>
4858         PR other/35151
4859         * configure.ac: Combine rules for mingw32 and mingw64.
4860         * configure: Regenerate.
4862 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
4864         * MAINTAINERS (Write After Approval): Add myself.
4866 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
4868         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
4869         * Makefile.in (.NOTPARALLEL): Ditto.
4871 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
4873         * MAINTAINERS (Write After Approval): Add myself.
4875 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
4877         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
4878         * Makefile.in (.NOTPARALLEL): Regenerate.
4880 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
4882         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
4883         * Makefile.in: Regenerate.
4885 2008-03-26  Jakub Staszak  <kuba@et.pl>
4887         * MAINTAINERS (Write After Approval): Add myself.
4889 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
4891         * MAINTAINERS:  Update e-mail address.
4893 2008-03-20  Ian Lance Taylor  <iant@google.com>
4895         * configure.ac: Add support for --enable-gold.
4896         * Makefile.def: Add gold as a directory like ld.
4897         * configure, Makefile.in: Regenerate.
4899 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4901         * configure.ac: m4_include config/proginstall.m4.
4902         * configure: Regenerate.
4904         Backport from upstream Libtool:
4906         2007-10-12  Eric Blake  <ebb9@byu.net>
4908         Deal with Autoconf 2.62's semantic change in m4_append.
4909         * ltsugar.m4 (lt_append): Replace broken versions of
4910         m4_append.
4911         (lt_if_append_uniq): Don't require separator to be overquoted,
4912         and avoid broken m4_append.
4913         (lt_dict_add): Fix typo.
4914         * libtool.m4 (_LT_DECL): Don't overquote separator.
4916 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
4918         * config.rpath: Add AIX 6 support.
4920 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
4922         * Makefile.def (stageprofile).  Remove -fprofile-generate
4923         from stage_libcflags.
4924         * Makefile.in: Regenerate.
4926 2008-03-13  Ben Elliston  <bje@au.ibm.com>
4928         * config.sub, config.guess: Update from upstream sources.
4930 2008-03-06  Tom Tromey  <tromey@redhat.com>
4932         * MAINTAINERS: Update for treelang deletion.
4934 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
4936         * MAINTAINERS: Update my email address.
4938 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
4940         * MAINTAINERS (darwin port): Add myself as a maintainer.
4941         (objective-c/c++): Add myself as a maintainer.
4943 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
4945         * MAINTAINERS (Write After Approval): Update my email address.
4947 2008-02-25  Tomas Bily  <tbily@suse.cz>
4949         * MAINTAINERS (Write After Approval): Add myself.
4951 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
4953         * MAINTAINERS (OpenMP): Add myself.
4955 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
4957         PR bootstrap/32009
4958         PR bootstrap/32161
4960         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4961         * configure: Regenerate.
4963         * Makefile.def: Define stage_libcflags for all bootstrap stages.
4964         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4965         STAGE4_LIBCFLAGS): New.
4966         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4967         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4968         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4969         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4970         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4971         for target modules.  Don't export LIBCFLAGS.
4972         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4973         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4974         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4975         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4976         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4977         * Makefile.in: Regenerate.
4979 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4981         PR libgcj/33085
4982         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4983         Do not use -DDLL_EXPORT.  Backport from upstream.
4985 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4987         * MAINTAINERS (Write After Approval): Add myself.
4989 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
4991         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4992         * configure: Regenerate.
4994 2008-01-31  Marc Gauthier  <marc@tensilica.com>
4996         * configure.ac (xtensa*-*-*): Recognize processor variants.
4997         * configure: Regenerate.
4999 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5001         PR bootstrap/34922
5002         * configure.ac (PARSE_ARGS): Push suitable setting of
5003         ac_subdirs_all, for `./configure --help=recursive'.
5004         Handle `+' in generic toplevel directory disabling.
5005         * configure: Regenerate.
5007 2008-01-28  Nick Clifton  <nickc@redhat.com>
5009         * MAINTAINERS (xstormy16): Take over maintainership.
5011 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
5013         * MAINTAINERS (c4x port): Remove.
5015 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
5017         * libtool.m4: Backport AIX 6 support from ToT Libtool.
5019 2008-01-23  Ben Elliston  <bje@au.ibm.com>
5021         * config.sub, config.guess: Update from upstream sources.
5023 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
5025         * MAINTAINERS (Write After Approval): Add myself.
5027 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
5029         * MAINTAINERS: Update my email address.
5031 2008-01-09  Raksit Ashok  <raksit@google.com>
5033         * MAINTAINERS (Write After Approval): Add myself.
5035 2008-01-09  Raksit Ashok  <raksit@google.com>
5037         * MAINTAINERS (Write After Approval): Add myself.
5039 2008-01-08  Ben Elliston  <bje@au.ibm.com>
5041         * config.sub, config.guess: Update from upstream sources.
5043 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5045         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
5046         Change recommended MPFR from 2.2.1 -> 2.3.0.
5047         * configure: Regenerate.
5049 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
5051         * MAINTAINERS: Update my email address.
5053 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
5055         * MAINTAINERS: Update my email address.
5057 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
5059         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
5060         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
5061         * Makefile.in: Regenerate.
5063 2007-12-10  Mark Heffernan  <meheff@google.com>
5065         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
5066         misplaced entries.
5068 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
5070         * configure.ac: Enable libjava for x86_64-*-darwin9.
5071         * configure: Regenerate.
5073 2007-12-07  Bill Maddox  <maddox@google.com>
5075         * MAINTAINERS (Write After Approval): Add myself.
5077 2007-12-05  Ben Elliston  <bje@au.ibm.com>
5079         * config.sub, config.guess: Update from upstream sources.
5081 2007-12-02  Matthias Klose  <doko@ubuntu.com>
5083         * config-ml.in: Remove 64bit configure tests.
5085 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5087         * config-ml.in: Robustify against white space in absolute file
5088         names.
5090         * config-ml.in (multi-clean): Substitute ${Makefile}.
5091         Remove superfluous ${Makefile} in list.
5093 2007-11-19  Thiemo Seufer  <ths@mips.com>
5095         * config-ml.in: Don't hardcode the Makefile name.
5097 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
5099         * MAINTAINERS (Write After Approval): Add myself.
5101 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
5103         * MAINTAINERS (Write After Approval): Add myself.
5105 2007-11-06  Doug Kwan  <dougkwan@google.com>
5107         * MAINTAINERS (Write After Approval): Add myself.
5109 2007-10-25  Ben Elliston  <bje@au.ibm.com>
5111         * MAINTAINERS (mercury): Remove entry.
5112         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
5114 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
5116         * Makefile.def (dependencies): Make configure-gdb depend on
5117         all-intl.
5118         * Makefile.in: Regenerated.
5120 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
5122         * MAINTAINERS (Fortran maintainer): Remove myself.
5124 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
5126         * Makefile.def: To avoid problems running with parallel makes,
5127         build newlib before libgloss so that target specific header
5128         files are availble.
5129         * Makefile.in: Regenerate
5131 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
5133         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
5134         * Makefile.in: Regenerate.
5136 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
5138         * MAINTAINERS (Register allocation reviewer): Add myself.
5140 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
5142         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
5143         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
5144         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
5145         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
5146         * configure: Regenerate.
5148 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
5150         * MAINTAINERS (Register allocation reviewer): Add myself.
5152 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
5154         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
5155         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
5156         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
5157         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
5158         * configure.ac: Default them to host tools for $host = $build.
5159         Subst them.
5161         * configure: Regenerate.
5162         * Makefile.in: Regenerate.
5164 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
5166         * MAINTAINERS (Register allocation reviewer): Add myself.
5168 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
5170         * MAINTAINERS (Register allocation reviewer): Add myself.
5172 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
5174         * MAINTAINERS (Write After Approval): Fix typo.
5176 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
5178         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
5179         * configure: Regenerate.
5181 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
5183         PR bootstrap/31906
5184         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
5185         they're already prefixed.
5187 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
5189         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
5190         libstdc++.
5191         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
5192         * configure: Regenerate.
5193         * Makefile.in: Regenerate.
5195 2007-09-17  Andreas Schwab  <schwab@suse.de>
5197         * configure.ac: Raise minimum makeinfo version to 4.6.
5198         * configure: Regenerate.
5200 2007-09-17  Johannes Singler  <singler@ira.uka.de>
5202         * MAINTAINERS (write-after-approval) add myself
5204 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
5206         * configure.ac: Correct makeinfo version check.
5207         * configure: Regenerate.
5209 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
5211         * MAINTAINERS: Update my email address.
5213 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
5215         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
5216         to $skipdirs and only disable gprof for newlib.  Use the normal
5217         mips*-elf* handling in other respects.
5218         * configure: Regnerate.
5220 2007-09-12  David Daney  <ddaney@avtrex.com>
5222         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
5223         enabling libgcj.
5224         * configure: Regenerate.
5226 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
5228         PR other/32154
5229         * configure.ac: For libgloss targets, point the linker to the linker
5230         script, startup code and simulator library.
5231         * configure: Regenerate.
5233 2007-09-07  Andrew Haley  <aph@redhat.com>
5235         * configure.ac (noconfigdirs): Remove target-libffi and
5236         target-libjava.
5237         * configure: Regenerate.
5239 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5241         PR target/33281
5242         * configure.ac: Use config/mh-mingw on mingw.
5243         * configure: Regenerate.
5245 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
5247         * MAINTAINERS (Write After Approval): Add myself.
5249 2007-09-05  Richard Guenther  <rguenther@suse.de>
5251         * configure.ac (--enable-stage1-checking): If neither --enable-checking
5252         nor --disable-checking is provided also turn on yes and types
5253         checking for stage1.
5254         * configure: Re-generate.
5256 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
5258         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
5259         (Write After Approval): Remove myself.
5261 2007-08-29  Nick Clifton  <nickc@redhat.com>
5263         * config.sub, config.guess: Update from upstream sources.
5265 2007-08-22  Bud Davis  <jmdavis@link.com>
5267         * MAINTAINERS (Write After Approval): Added myself.
5268         * MAINTAINERS (Reviewers): Removed myself.
5270 2007-08-18  Paul Brook  <paul@codesourcery.com>
5271             Joseph Myers  <joseph@codesourcery.com>
5273         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
5274         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
5275         * Makefile.in: Regenerate.
5276         * configure.ac (--with-debug-prefix-map): New.
5277         * configure: Regenerate.
5279 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
5280             Nigel Stephens  <nigel@mips.com>
5282         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
5283         as target_makefile_frag.
5284         * configure: Regenerate.
5286 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
5288         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
5289         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
5290         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
5291         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
5292         (do-compare, do-compare3, do-compare-debug): New.
5293         ([+compare-target+]): Use them.
5295 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
5297         * MAINTAINERS (Write After Approval): Change my email address.
5299 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5300             Ben Elliston  <bje@au.ibm.com>
5302         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
5303         --silent if $silent.
5304         * configure: Regenerate.
5306 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
5308         * MAINTAINERS (Various Maintainers): Add myself as
5309         loop infrastructure maintainer.  Update my e-mail
5310         address.
5312 2007-07-31  Diego Novillo  <dnovillo@google.com>
5314         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
5315         Adjust description.
5317 2007-07-26  Richard Guenther  <rguenther@suse.de>
5319         * configure.ac: Add types checking to stage1 checking flags.
5320         * configure: Regenerate.
5322 2007-07-17  Nick Clifton  <nickc@redhat.com>
5324         * COPYING3: New file.  Contains version 3 of the GNU General
5325         Public License.
5326         * COPYING3.LIB: New file.  Contains version 3 of the GNU
5327         Lesser General Public License.
5329 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
5331         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
5333 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
5335         * MAINTAINERS (S/390 co-maintainer): Add myself.
5336         (Write After Approval): Remove myself.
5338 2007-07-13  Dan Hipschman  <dsh@google.com>
5340         * MAINTAINERS (Write After Approval): Add myself.
5342 2007-07-11  Nick Clifton  <nickc@redhat.com>
5344         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
5345         WINDRES export.
5346         * Makefile.in: Regenerate.
5348 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5350         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
5351         maintainer.
5353 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
5355         * lt~obsolete.m4: New. Import from 20070318 libtool.
5357 2007-07-03  Julian Brown  <julian@codesourcery.com>
5359         * MAINTAINERS (Write After Approval): Add myself.
5361 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5363         * configure.ac: Rewrite 'configure --help' strings to look nicer.
5364         * configure: Regenerate.
5366 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5368         * configure.ac: Add some missing m4 quotation.
5369         * configure: Regenerate.
5371 2007-07-02  Simon Baldwin  <simonb@google.com>
5373         * MAINTAINERS (Write After Approval): Add myself.
5375 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
5377         * configure: Regenerate.
5379 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
5381         * Makefile.def: Add windmc tool to build.
5382         * Makefile.tpl: Likewise.
5383         * configure.ac: Likewise.
5384         * Makefile.in: Regenerate.
5385         * configure: Regenerate.
5387 2007-06-28  DJ Delorie  <dj@redhat.com>
5389         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
5390         not building newlib.
5391         * configure: Regenerated.
5393 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
5395         * MAINTAINERS (Write After Approval): Add myself.
5397 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
5399         * MAINTAINERS (Write After Approval): Add myself.
5401 2007-06-19  Chris Matthews  <chrismatthews@google.com>
5403         * MAINTAINERS (Write After Approval): Add myself.
5405 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
5407         * MAINTAINERS (Write After Approval): Add myself.
5409 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
5411         * Makefile.def: Add dependency from configure-gdb to all-bfd.
5412         * Makefile.in: Regenerated.
5414 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
5416         * configure.ac: Don't add target-libmudflap to noconfigdirs for
5417         bfin*-*-uclinux* targets.
5418         * configure: Regenerate.
5420 2007-06-14  Ian Lance Taylor  <iant@google.com>
5422         * MAINTAINERS: Add myself as non-algorithmic global write
5423         maintainer.
5425 2007-06-14  Diego Novillo  <dnovillo@google.com>
5427         * MAINTAINERS: Add self as middle-end maintainer and
5428         non-algorithmic global write maintainer.
5430 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5432         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
5433         Move all Fortran maintainers except Paul Brook into the
5434         Non-Autopoiesis section.
5436 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
5438         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
5439         (distclean-stage[+id+]): Possibly delete stage_last.
5440         * Makefile.in: Regenerate.
5442 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
5444         * MAINTAINERS (Various Maintainer): Fix typo.
5446 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
5448         * MAINTAINERS (Various Maintainer): Add myself as
5449         dataflow maintainer.
5451 2007-06-07  Ben Elliston  <bje@au.ibm.com>
5453         * config.sub, config.guess: Update from upstream sources.
5455 2007-06-07  Ben Elliston  <bje@au.ibm.com>
5457         * Makefile.tpl: Fix spelling error.
5458         * Makefile.in: Regenerate.
5460 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
5462         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
5463         lt_cv_sys_max_cmd_len.
5465 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
5467         * MAINTAINERS (Various Maintainers): Add myself as
5468         auto-vectorizer maintainer.
5470 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
5472         PR libjava/32098
5473         * libtool.m4: Revert previous change.
5474         * ltgcc.m4: Put it here.
5476 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
5478         * MAINTAINERS (Various Maintainers): Add myself as
5479         auto-vectorizer maintainer.
5481 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
5483         PR libjava/32098
5484         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
5486 2007-05-30  Richard Guenther  <rguenther@suse.de>
5488         * MAINTAINERS (Various Maintainers): Add myself as
5489         auto-vectorizer maintainer.
5491 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
5493         PR bootstrap/29382
5494         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
5495         * configure: Rebuilt.
5497 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
5499         * MAINTAINERS (Write After Approval): Removed my name.
5501 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
5503         * MAINTAINERS (Write After Approval): Remove myself.
5505 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
5507         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
5509 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
5511         * ltmain.sh: Update from ToT Libtool.
5512         * libtool.m4: Update from ToT Libtool.
5513         * ltsugar.m4: New. Update from ToT Libtool.
5514         * ltversion.m4: New. Update from ToT Libtool.
5515         * ltoptions.m4: New. Update from ToT Libtool.
5516         * ltconfig: Remove.
5517         * ltcf-c.sh: Remove.
5518         * ltcf-cxx.sh: Remove.
5519         * ltcf-gcj.sh: Remove.
5521 2007-05-22  Ollie Wild  <aaw@google.com>
5523         * MAINTAINERS (Write After Approval): Add myself.
5525 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
5527         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
5528         stage_cflags.
5529         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
5530         Remove CFLAGS/LIBCFLAGS.
5531         (configure-stage[+id+]-[+prefix+][+module+],
5532         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
5533         * Makefile.in: Regenerate.
5535 2007-05-15  Diego Novillo  <dnovillo@google.com>
5537         * MAINTAINERS: Update e-mail address.
5539 2007-05-15  Revital Eres  <eres@il.ibm.com>
5541         * MAINTAINERS (Write After Approval): Add myself.
5543 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
5545         * MAINTAINERS (Write After Approval): Updated my address.
5547 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
5549         * MAINTAINERS (Write After Approval): Add myself.
5551 2007-05-11  Silvius Rus  <rus@google.com>
5553         * MAINTAINERS (Write After Approval): Add myself.
5555 2007-04-23  Tom Tromey  <tromey@redhat.com>
5557         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
5559 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
5561         * MAINTAINERS (cpplib): Rename to ...
5562         (libcpp): ... this.  Add C/C++ front end maintainers.
5564 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
5566         * config-ml.in: Pass ${ml_config_env} to configure calls.
5568 2007-04-04  Christian Bruel  <christian.bruel@st.com>
5570         * MAINTAINERS (Write After Approval): Add myself.
5572 2007-04-02  Dave Korn  <dave.korn@artimi.com>
5574         * MAINTAINERS (Write After Approval): Add myself.
5576 2007-03-31  Tobias Burnus  <burnus@net-b.de>
5578         * MAINTAINERS (fortran 95 front end): Add myself.
5580 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
5582         * MAINTAINERS (Write After Approval): Add myself.
5584 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
5586         * MAINTAINERS (Modulo Scheduler): Add myself.
5588 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
5590         * MAINTAINERS (fortran 95 front end): Add myself.
5591         (c++ front end): whitespace fix.
5593 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
5595         * MAINTAINERS (Write After Approval): Add myself.
5597 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
5599         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
5600         of glob.  Quote arguments with single quotes too.
5601         * configure: Regenerate.
5603 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
5605         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
5606         * Makefile.in: Regenerate
5608 2007-03-07  Andreas Schwab  <schwab@suse.de>
5610         * configure: Regenerate.
5612 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
5614         * configure.ac: Add "--with-pdfdir" configure option,
5615         which defines pdfdir variable.
5616         * Makefile.def (target=fixincludes): Add install-pdf to
5617         missing targets.
5618         (recursive_targets): Add install-pdf target.
5619         (flags_to_pass): Add pdfdir.
5620         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
5621         target.
5622         * configure: Regenerate
5623         * Makefile.in: Regenerate
5625 2007-02-28  Eric Christopher  <echristo@apple.com>
5627         Revert:
5628         2006-12-07  Mike Stump  <mrs@apple.com>
5630         * Makefile.def (dependencies): Add dependency for
5631         install-target-libssp and install-target-libgomp on
5632         install-gcc.
5633         * Makefile.in: Regenerate.
5635 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
5637         * configure: Regenerate.
5638         * configure.ac: Move statements after variable declarations.
5640 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
5642         * MAINTAINERS: Add myself as sh maintainer.
5644 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
5646         * configure.ac: Adjust for loop syntax.
5647         * configure: Regenerate.
5649 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
5651         * configure: Rebuilt.
5653 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
5655         * configure.ac: Drop multiple occurrences of --enable-languages,
5656         and fix its quoting.
5657         * configure: Rebuilt.
5659 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
5660             Nathan Sidwell  <nathan@codesourcery.com>
5661             Vladimir Prus  <vladimir@codesourcery.com>
5662             Joseph Myers  <joseph@codesourcery.com>
5664         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
5665         * configure: Regenerate.
5667 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
5669         * ltconfig (freebsd*): Default to elf.
5671 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
5673         * configure.ac (target_libraries): Move libgcc before libiberty.
5674         * configure: Regenerated.
5676 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
5677             Paolo Bonzini  <bonzini@gnu.org>
5679         PR bootstrap/30753
5680         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
5681         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
5682         * configure: Regenerated.
5684 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5686         * MAINTAINERS (Language Front End Maintainers): Update my mail
5687         address.
5689 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
5691         PR bootstrap/30748
5692         * configure.ac: Correct syntax for Solaris ksh.
5693         * configure: Regenerated.
5695 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
5697         * configure.ac: Sync with src.
5698         * configure: Regenerate.
5700 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
5702         * Makefile.in: Regenerate.
5704 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
5706         * config.sub: Sync with src.
5708 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
5710         * Makefile.tpl (build_alias, host_alias, target_alias): Use
5711         noncanonical equivalents.
5712         * configure.in: Rename to...
5713         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
5714         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
5715         target_noncanonical.  Use them.  Rewrite removal of configure
5716         arguments for autoconf 2.59.  Discard variable settings.  Force
5717         program_transform_name for native tools.
5719         * Makefile.in: Regenerated.
5720         * configure: Regenerated with autoconf 2.59.
5722 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
5724         * MAINTAINERS (Write After Approval): Add myself.
5726 2007-01-31  Andreas Schwab  <schwab@suse.de>
5728         * Makefile.tpl (LDFLAGS): Substitute it.
5729         * Makefile.in: Regenerate.
5731 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
5733         * MAINTAINERS (Write After Approval): Add myself.
5735 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
5737         * MAINTAINERS (spu port): Add myself.
5739 2007-01-23  Richard Guenther  <rguenther@suse.de>
5741         PR bootstrap/30541
5742         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
5743         * Makefile.tpl (GNATBIND): Substitute it.
5744         (GNATMAKE): Likewise.
5745         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
5746         of STAGE_PREFIX.
5747         * Makefile.in: Regenerate.
5748         * configure: Regenerate.
5750 2007-01-18  Mike Stump  <mrs@apple.com>
5752         * configure.in: Re-enable -Werror for gcc builds.
5754 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
5756         * MAINTAINERS (Write After Approval): Add myself.
5758 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
5760         * configure.in: Change == to = in test command.
5761         * configure: Regenerate.
5763 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
5764             Nick Clifton  <nickc@redhat.com>
5765             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
5767         * configure.in (build_configargs, host_configargs, target_configargs):
5768         Remove build/host/target parameters.
5769         (host_libs): Add gmp and mpfr.
5770         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
5771         * Makefile.def (gmp, mpfr): New.
5772         (gcc): Remove target.
5773         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
5774         target_os, target_vendor): New.
5775         (configure): Add host_alias/target_alias arguments; adjust invocations.
5776         * configure: Regenerate.
5777         * Makefile.in: Regenerate.
5779 2007-01-11  Matt Fago  <fago@earthlink.net>
5781         * configure.in: Try to link to functions only in mpfr 2.2.x
5782         to improve robustness of configure tests.
5783         * configure: Regenerate.
5785 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
5787         * MAINTAINERS: Add myself as i386 maintainer.
5789 2007-01-08  Jan Hubicka  <jh@suse.cz>
5791         * MAINTAINERS: Add myself as i386 maintainer.
5793 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
5795         * configure.in: Add support for an x86_64-mingw* target.
5796         * configure: Regenerate.
5798 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
5800         * Makefile.tpl (all-target): Correct @if conditional for target
5801         modules.
5802         * configure.in: Omit libiberty if building only target libgcc.
5803         * configure, Makefile.in: Regenerated.
5805 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
5807         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
5808         * configure: Regenerate.
5810 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
5812         * Makefile.def (target_modules): Add libgcc.
5813         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
5814         * Makefile.tpl (clean-target-libgcc): Delete.
5815         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
5816         on gcc even for bootstrapped modules.  Rewrite handling of
5817         lang_env_dependencies to loop over target_modules.
5818         * configure.in (target_libraries): Add target-libgcc.
5819         * Makefile.in, configure: Regenerated.
5821 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
5823         * configure.in: Reorganize recognition of languages.  Add
5824         --enable-stage1-languages.  Show supported languages for the chosen
5825         target rather than all recognized languages.
5826         * configure: Regenerate.
5828 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
5830         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
5831         * Makefile.in: Regenerate.
5833 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5835         * configure.in: Warn that MPFR 2.2.0 is buggy.
5836         * configure: Regenerate.
5838 2006-12-27  Ian Lance Taylor  <iant@google.com>
5840         * configure.in: When removing Makefiles to force a reconfigure, also
5841         remove prev-DIR*/Makefile.
5842         * configure: Regenerate.
5844 2006-12-22  Andreas Schwab  <schwab@suse.de>
5846         * configure: Regenerate with correct autoconf version.
5848 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
5850         * configure.in: add AC_SUBST for *_FOR_TARGET.
5851         * configure: Regenerate.
5853 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
5855         * configure.in: Simplify logic for rejecting languages that cannot
5856         be built.  Separate the case when a language is unsupported,
5857         from the case when the user chooses not to build a language.
5859 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
5861         * configure.in: Remove "$build" case for powerpc-*-darwin* since
5862         it only affects bootstrap and could be tested on "$host" as well.
5863         * configure: Regenerate.
5864         * config/mh-ppc-darwin: Add to the stage1 cflags here.
5866 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
5868         PR bootstrap/29544
5869         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
5870         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
5871         move here comment from Makefile.tpl.
5872         * Makefile.tpl: Move some definitions higher in the file.
5873         (STAGE1_CHECKING): New.
5874         * configure.in: Add --enable-stage1-checking.
5875         * configure: Regenerate.
5876         * Makefile.in: Regenerate.
5878 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
5880         * MAINTAINERS: Add myself as build system maintainer.
5882 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
5884         * MAINTAINERS (Write After Approval): Add myself.
5886 2006-12-13  Eric Christopher  <echristo@apple.com>
5888         * MAINTAINERS: Add myself as darwin maintainer.
5890 2006-12-11  Ian Lance Taylor  <ian@airs.com>
5892         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
5894 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
5896         MAINTAINERS: Update my entry.
5898 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
5900         * configure.in:  Handle spu makefile frag.
5901         * Makefile.tpl (MAINT): Define
5902         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
5903         * configure: Regenerate.
5904         * Makefile.in: Regenerate.
5906 2006-12-11  Ben Elliston  <bje@au.ibm.com>
5908         * config.guess: Import latest version.
5909         * config.sub: Likewise.
5911 2006-12-11  Ben Elliston  <bje@au.ibm.com>
5913         * configure.in (spu-*-*): Don't skip target-libiberty.
5914         * configure: Regenerate.
5916 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
5918         PR bootstrap/30134
5919         * configure.in: Correct x86 darwin support for libjava to powerpc
5920         and i?86 only.
5921         * configure: Regenerate.
5923 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
5925         * configure.in: Add x86 darwin support for libjava.
5926         * configure: Regenerate.
5928 2006-12-07  Mike Stump  <mrs@apple.com>
5930         * Makefile.def (dependencies): Add dependency for
5931         install-target-libssp and install-target-libgomp on
5932         install-gcc.
5933         * Makefile.in: Regenerate.
5935 2006-12-04  Richard Guenther  <rguenther@suse.de>
5937         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
5938         (Non-Algorithmic Maintainers): Move over non-algorithmic
5939         loop optimizer maintainers, add myself as a non-algorithmic
5940         middle-end maintainer.
5942 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
5944         * MAINTAINERS (Write After Approval): Add myself.
5946 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5948         * configure.in: Update error message for missing GMP/MPFR.
5950         * configure: Regenerate.
5952 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5954         * configure.in: Update MPFR version in error message.
5956         * configure: Regenerate.
5958 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5960         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
5961         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
5962         --with-gmp-lib): New flags.
5964         * configure: Regenerate.
5966 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
5968         * MAINTAINERS (Write After Approval): Change my email address.
5970 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
5972         * MAINTAINERS (Write After Approval): Add myself.
5974 2006-11-22  Philipp Thomas  <pth@suse.de>
5976         * MAINTAINERS (i18n): Update e-mail address.
5978 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
5980         * MAINTAINERS (spu port): Add myself as maintainer.
5981         (Write After Approval): Remove myself.
5983 2006-11-22  Ben Elliston  <bje@au.ibm.com>
5985         * configure.in (skipdirs): Don't build libssp for SPU.
5986         * configure: Regenerate.
5988 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
5990         * MAINTAINERS (spu port): Add myself as maintainer.
5991         (libobjc): Update my email address.
5993 2006-11-21  Andrea Bona  <andrea.bona@st.com>
5995         * MAINTAINERS (Write After Approval): Add myself.
5997 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
5999         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
6000         * configure : Rebuilt.
6002 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
6004         * MAINTAINERS (Write After Approval): Add myself.
6006 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
6008         * MAINTAINERS (Write After Approval): Add myself.
6010 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6012         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
6013         libmpfr.a.
6014         * configure: Regenerate.
6016 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
6018         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
6019         (unstage): Test for stage_last presence.
6021         PR bootstrap/29802
6022         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
6023         STAGE_PREFIX.
6024         * Makefile.in: Regenerate.
6026 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
6028         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
6029         maintainers.
6031 2006-11-14  Erven Rohou  <erven.rohou@st.com>
6033         * MAINTAINERS (Write After Approval): Add myself.
6035 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
6037         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
6038         and stageN-package/Makefile.
6039         * Makefile.in: Regenerated.
6041 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
6043         * configure.in: Remove target-libgloss from noconfigdirs for
6044         bfin-*-*.
6045         * configure: Regenerated.
6047 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6049         * configure.in (have_gmp): Only error if the gcc directory exists.
6051         * configure: Regenerate.
6053 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6055         * configure.in: Robustify error message for missing GMP/MPFR.
6057         * configure: Regenerate.
6059 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
6061         * MAINTAINERS (Write After Approval): Add myself.
6063 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
6065         * MAINTAINERS: Change email address.
6067 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
6069         * MAINTAINERS (Write After Approval): Add myself.
6071 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
6073         * MAINTAINERS (Write After Approval): Add myself.
6075 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
6077         * MAINTAINERS (Write After Approval): Move myself to
6078         Write After Approval section.
6080 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6082         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
6083         need_gmp anymore.
6084         * configure: Regenerate.
6086 2006-10-16  Tobias Burnus  <burnus@net-b.de>
6088         * MAINTAINERS (Write After Approval): Add myself.
6090 2006-10-16  Ben Elliston  <bje@au.ibm.com>
6092         * config.guess: Import latest version.
6093         * config.sub: Likewise.
6095 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
6097         * Makefile.def: Added pdf target handling.
6098         * Makefile.tpl: Added pdf target handling.
6099         * Makefile.in: Regenerated.
6101 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
6103         * MAINTAINERS: Add self as score port maintainer.
6105 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
6107         * MAINTAINERS (Write After Approval): Add myself.
6109 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
6111         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
6112         or newer.
6113         * configure: Regenerated.
6115 2006-09-27  Dave Brolley  <brolley@redhat.com>
6117         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
6118         using $s instead of $r.
6119         * configure: Regenerated.
6121 2006-09-26  Thiemo Seufer  <ths@mips.com>
6123         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
6124         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
6125         * configure: Regenerate.
6127 2006-09-24  Graeme Peterson  <gridly@gmail.com>
6129         * MAINTAINERS (Write After Approval): Remove myself.
6131 2006-09-22  Chao-ying Fu  <fu@mips.com>
6133         * MAINTAINERS (Write After Approval): Add myself.
6135 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
6137         * MAINTAINERS: Add self as soft-fp maintainer.
6139 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
6141         * MAINTAINERS: Add myself as avr maintainer.
6142         Remove Marek Michalkiewicz as avr maintainer.
6144 2006-09-07  Roberto Costa  <roberto.costa@st.com>
6146         * MAINTAINERS (Write After Approval): Add myself.
6148 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
6150         * configure.in: Never build newlib for a Mingw host.
6151         Never build newlib as Mingw target library.
6152         Test the existence of winsup/cygwin for building a Cygwin newlib,
6153         rather than just winsup.
6154         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
6155         building a Mingw target.
6156         * configure: Regenerate.
6158 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
6160         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
6162 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
6164         * config.guess: Import from src (was more updated).
6165         * config.sub: Likewise.
6167 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
6169         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
6170         * configure: Regenerated.
6172 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
6174         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
6175         for stages after the first.
6177 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
6179         * Makefile.def: Add dependencies for configure-opcodes
6180         on configure-intl and all-opcodes on all-intl.
6181         * Makefile.in: Regenerated.
6183 2006-07-13  Ben Elliston  <bje@au.ibm.com>
6185         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
6187 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6189         Port to hosts whose 'sort' and 'tail' implementations
6190         treat operands with leading '+' as file names, as POSIX
6191         has required since 2001.  However, make sure the code still
6192         works on pre-POSIX hosts.
6193         * ltmain.sh: Don't assume "sort +2" is equivalent to
6194         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
6196 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
6198         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
6200 2006-07-04  Peter O'Gorman  <peter@pogma.com>
6202         * ltconfig: chmod 644 before ranlib during install.
6204 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6206         PR bootstrap/18058
6207         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
6208         if the bootstrap compiler is a GCC version that supports it.
6209         * configure: Regenerate.
6211 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
6213         * configure.in: Fix thinkos in previous check-in.
6214         * configure: Regenerate.
6216 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
6218         PR other/27063
6219         * configure.in: Test subdir_requires and give an appropriate
6220         error message.
6221         * configure: Regenerate.
6223 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
6225         * MAINTAINERS (Write After Approval): Add myself.
6227 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
6229         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6231 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
6233         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6235 2006-06-20  David Ayers  <d.ayers@inode.at>
6237         PR bootstrap/28072
6238         * configure.in: Add target-boehm-gc to noconfigdirs depending on
6239         whether target-libjava is being configured instead of whether the
6240         java front end is enabled.
6241         * configure: Regenerate.
6243 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6245         PR target/27540
6246         * configure.in: Only enable libgomp on IRIX 6.
6247         * configure: Regenerate.
6249 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
6251         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
6252         too.
6253         * Makefile.in: Regenerate.
6255 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
6257         * config-ml.in: Alter CCASFLAGS to include special
6258         multilib options the same as is done for CFLAGS.
6260 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6262         * configure.in: Don't enable libgomp on hpux10.
6263         * configure: Rebuilt.
6265 2006-06-12  David Ayers  <d.ayers@inode.at>
6267         PR bootstrap/27963
6268         PR target/19970
6269         * configure.in: Remove target-boehm-gc from noconfigdirs where
6270         ${libgcj} is specified.
6271         * configure: Regenerate.
6273 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
6275         Sync from src:
6277         * configure.in: Sync.
6278         * configure: Regenerated.
6280         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
6282         * Makefile.def: Added dependencies from sim and gdb on intl, and
6283         added configure dependencies to everything with an all dependency
6284         on intl.
6285         * Makefile.in: Regenerated.
6287 2006-06-06  David Ayers  <d.ayers@inode.at>
6289         PR libobjc/13946
6290         * Makefile.def: Add dependencies for libobjc which boehm-gc.
6291         * Makefile.in: Regenerate.
6292         * configure.in: Add --enable-objc-gc at toplevel and have it
6293         enable boehm-gc for Objective-C.
6294         Remove target-boehm-gc from libgcj.
6295         Add target-boehm-gc to target_libraries.
6296         Add target-boehm-gc to noconfigdirs where ${libgcj}
6297         is specified.
6298         Assert that boehm-gc is supported when requested for Objective-C.
6299         Only build boehm-gc if needed either for Java or Objective-C.
6300         * configure: Regenerate.
6302 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
6304         PR 27674
6305         * Makefile.tpl (configure-[+prefix+][+module+],
6306         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
6307         Remove rule to unstage bootstrapped modules.
6308         (stage_current): New.
6309         * Makefile.in: Regenerate.
6311 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
6313         * MAINTAINERS (Write After Approval): Update my e-mail address.
6315 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
6317         * include/libiberty.h: Declare pex_run_in_environment.
6319 2006-05-31  Asher Langton  <langton2@llnl.gov>
6321         * MAINTAINERS (Write After Approval): Add myself.
6323 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
6325         * Makefile.def (bfd, opcodes): Fix lib_path.
6326         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
6327         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
6328         * Makefile.in: Regenerate.
6330 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
6332         * Makefile.in: Regenerate.
6334 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
6336         * Makefile.def: Add install-html target. Add datarootdir
6337         docdir and htmldir to flags_to_pass.
6338         * Makefile.tpl: Add install-html target.
6339         * Makefile.in: Regenerate.
6340         * configure.in: Add --with-datarootdir, --with-docdir, and
6341         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
6342         * configure: Regenerate.
6344 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
6346         * configure.in: Enable gprof for cross builds.
6347         * configure: Regenerate.
6349 2006-05-22  Richard Guenther  <rguenther@suse.de>
6351         Revert
6352         2006-01-31  Richard Guenther  <rguenther@suse.de>
6353         Paolo Bonzini  <bonzini@gnu.org>
6355         * Makefile.def (target_modules): Add libgcc-math target module.
6356         * configure.in (target_libraries): Add libgcc-math target library.
6357         (--enable-libgcc-math): New configure switch.
6358         * Makefile.in: Re-generate.
6359         * configure: Re-generate.
6360         * libgcc-math: New toplevel directory.
6362 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6363             Andreas Tobler  <a.tobler@schweiz.ch>
6365         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
6366         * configure: Rebuilt.
6368 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
6370         * MAINTAINERS (Write After Approval): Add myself.
6372 2006-05-01  DJ Delorie  <dj@redhat.com>
6374         * configure.in: Restore CFLAGS if GMP isn't present.
6375         * configure: Regenerate.
6377 2006-05-01  Richard Guenther  <rguenther@suse.de>
6379         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
6380         maintainer.
6382 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
6384         * MAINTAINERS (Write After Approval): Add myself.
6386 2006-04-28  Jan Beulich  <jbeulich@novell.com>
6388         * MAINTAINERS (Write After Approval): Add myself.
6390 2006-04-18  DJ Delorie  <dj@redhat.com>
6392         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
6393         reference libgloss so that libssp can be built in a combined
6394         tree.
6395         * configure: Regenerate.
6397 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
6399         * MAINTAINERS (Write After Approval): Add myself.
6401 2006-04-05  Ben Elliston  <bje@au.ibm.com>
6403         * configure.in: Require makeinfo 4.4 or higher.
6404         * configure: Regenerate.
6406 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
6408         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
6409         Rearrange the entries of other libraries to have them in one place.
6411 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
6413         * MAINTAINERS (Write After Approval): Remove myself.
6414         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6416 2006-03-14  Richard Guenther  <rguenther@suse.de>
6418         * configure: Regenerate with autoconf 2.13.
6420 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
6422         * MAINTAINERS: Use my work address.
6424         * MAINTAINERS: Update my E-mail address.
6426 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
6428         * configure.in: Handle --disable-<component> generically.
6429         * configure: Regenerate.
6431 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
6433         PR libgcj/17311
6434         * ltmain.sh: Don't use "$finalize_rpath" for compile.
6436 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
6438         * MAINTAINERS (Write After Approval):  Remove myself.
6439         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
6441 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
6443         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
6444         (TARGET_CONFIGDIRS): Remove.
6445         * configure.in: Remove AC_SUBST(target_configdirs).
6446         * Makefile.in, configure: Regenerated.
6448 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
6450         * MAINTAINERS (Write After Approval):  Remove myself.
6451         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
6453 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
6455         PR bootstrap/25670
6457         * Makefile.tpl ([+compare-target+]): Print explanation messages.
6459         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
6460         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
6461         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
6462         BUILD_PREFIX, BUILD_PREFIX_1.
6463         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
6465         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
6466         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
6468         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
6469         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
6470         of `cat stage_current`.  Always provide the `r' and `s' variables.
6471         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
6472         a single shell execution.
6473         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
6474         bootstrapped modules, make the stage1 module if the build was not
6475         started yet, else build the current stage.
6476         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
6477         (all-build, all-host, all-target, [+make_target+]-host,
6478         [+make_target+]-target): Do not use \-continued lines.
6479         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
6480         (current_stage, restrap, stage_last): New.
6482         * Makefile.in: Regenerate.
6483         * configure: Regenerate.
6485 2006-02-19  Bud Davis  <jmdavis@link.com>
6487         * MAINTAINERS (Write After Approval):  Remove myself.
6488         (Language Front End Maintainers):  Add myself as fortran 95
6489         maintainer and update e-mail address.
6491 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
6493         * MAINTAINERS (Write After Approval):  Remove myself.
6494         (Language Front End Maintainers):  Add myself as fortran 95
6495         maintainer.
6497 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
6499         * MAINTAINERS (Write After Approval): Add myself.
6501 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
6503         * MAINTAINERS (Write After Approval):  Remove myself.
6504         (Language Front End Maintainers):  Add myself as
6505         fortran 95 maintainer.
6507 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
6509         Sync from src:
6511         2005-12-27  Leif Ekblad  <leif@rdos.net>
6513         * configure.in: Add support for RDOS target.
6514         * configure: Regenerate.
6516 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
6517             Andreas Schwab  <schwab@suse.de>
6519         * configure: Regenerate.
6521 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
6523         * configure.in (enable_libgomp): Add AIX.
6524         * configure: Regenerate.
6526 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
6528         * MAINTAINERS (Write After Approval): Add myself.
6530 2006-02-03  Lee Millward  <lee.millward@gmail.com>
6532         * MAINTAINERS (Write After Approval): Add myself.
6534 2006-01-31  Richard Guenther  <rguenther@suse.de>
6535         Paolo Bonzini  <bonzini@gnu.org>
6537         * Makefile.def (target_modules): Add libgcc-math target module.
6538         * configure.in (target_libraries): Add libgcc-math target library.
6539         (--enable-libgcc-math): New configure switch.
6540         * Makefile.in: Re-generate.
6541         * configure: Re-generate.
6542         * libgcc-math: New toplevel directory.
6544 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
6546         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
6547         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
6548         the assembler, linker and binutils.
6549         * configure: Regenerate.
6551 2006-01-22  Dirk Mueller  <dmueller@suse.de>
6553         * MAINTAINERS (Write After Approval): Add myself.
6555 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
6557         * configure: Regenerate.
6559 2006-01-18  Richard Henderson  <rth@redhat.com>
6560             Jakub Jelinek  <jakub@redhat.com>
6561             Diego Novillo  <dnovillo@redhat.com>
6563         * libgomp: New directory.
6564         * Makefile.def: Add target_module libgomp.
6565         * Makefile.in: Regenerate.
6566         * configure.in (target_libraries): Add target-libgomp.
6567         * configure: Regenerate.
6569 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
6571         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
6572         @ from continuation.
6573         * Makefile.in: Rebuilt.
6575 2006-01-04  Chris Lattner  <sabre@gnu.org>
6577         * MAINTAINERS (Write After Approval): Add myself.
6579 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
6581         PR bootstrap/24252
6583         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
6584         * Makefile.tpl (OBJDUMP): New.
6585         (EXTRA_HOST_FLAGS): Add it.
6586         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
6588         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
6589         to use symbolic links between directories.  Avoid race conditions
6590         or make them harmless.
6591         * configure.in: Do not try to use symbolic links between directories.
6593         * Makefile.def (LEAN): Pass.
6594         * Makefile.tpl (LEAN): Define.
6595         (stage[+id+]-start): Accept that the previous directory does not
6596         exist, if the bootstrap is lean.
6597         (stage[+id+]-bubble): Invoke lean bootstrap commands after
6598         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
6599         configure substitution.
6600         ([+compare-target+]): Likewise.
6601         ([+bootstrap-target+]-lean): New.
6602         * configure.in: Remove lean bootstrap support from here.
6604         * Makefile.in: Regenerate.
6605         * configure: Regenerate.
6607 2006-01-04  Ben Elliston  <bje@au.ibm.com>
6609         * MAINTAINERS (libdecnumber): Add myself.
6611 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
6613         * libtool-ldflags: New script.
6615 2006-01-02  Andreas Schwab  <schwab@suse.de>
6617         * configure.in: When reconfiguring remove Makefile in
6618         all stage directories.
6619         * configure: Regenerate.
6621 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
6623         * MAINTAINERS: Update my email address.
6625 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
6627         Revert Ada-related part of the previous change.
6629         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
6630         Do not pass.
6631         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
6632         * Makefile.in: Regenerate.
6633         * configure.in: Do not include mt-ppc-aix target fragment.
6634         * configure: Regenerate.
6636 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
6638         * configure.in: Select appropriate fragments for PowerPC/AIX.
6639         * configure: Regenerate.
6641         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
6642         BOOT_CFLAGS, BOOT_LDFLAGS.
6643         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
6644         BOOT_CFLAGS, BOOT_LDFLAGS.
6645         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
6646         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
6647         (stage): Fail if we cannot complete the work.
6648         * Makefile.in: Regenerate.
6650 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
6652         * configure.in: Replace ms1 with mt.
6653         * configure: Rebuilt.
6655 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
6657         * MAINTAINERS: Update my email address.
6659 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
6661         * Makefile.tpl (all, do-[+make_target+], do-check, install,
6662         install-host-nogcc): Don't invoke $(stage) at the end.
6663         * Makefile.in: Regenerate.
6665 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
6667         * configure.in: Flip the top-level bootstrap switch.
6668         * configure: Regenerate.
6670 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
6672         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
6673         $(stage) and $(unstage).
6674         (EXTRA_TARGET_FLAGS): Correct double-quoting.
6675         (all): Remove stray semicolon.
6676         (local-distclean): Don't handle multilib.tmp and multilib.out.
6677         (install.all): Set $s for consistency.
6678         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
6679         check_multilibs setting.  Always make the install directory.
6680         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
6681         Correct @if/@endif.
6682         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
6683         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
6684         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
6685         (multilib.out): Remove.
6686         * Makefile.in: Regenerated.
6688 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
6690         * MAINTAINERS (Write After Approval): Add myself.
6692 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
6694         * MAINTAINERS: Add myself as mt maintainer.
6696         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
6698 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
6700         * MAINTAINERS: Change email address.
6702 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
6704         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
6705         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
6706         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
6707         Find in-tree tools if available.
6708         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
6709         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
6710         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
6711         (COMPILER_*_FOR_TARGET): New.
6712         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
6713         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
6714         (CONFIGURED_*, USUAL_*): Remove.
6715         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
6716         STRIP): Use autoconf substitutions.
6717         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
6718         COMPILER_NM_FOR_TARGET): New.
6719         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
6721         (all): Make all-host and all-target in parallel.
6722         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
6723         that $$r and $$s are set before invoking a recursive make.
6724         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
6725         ([+bootstrap-target+]): Inline most of the `all' target.
6727 2005-11-29  Ben Elliston  <bje@au.ibm.com>
6729         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
6730         from the gcc build directory.
6731         * Makefile.in: Regenerate.
6733 2005-11-29  Ben Elliston  <bje@au.ibm.com>
6735         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
6736         depend on all-libdecnumber.
6737         * configure.in (host_libs): Include libdecnumber.
6738         * Makefile.in: Regenerate.
6739         * configure: Likewise.
6741 2005-11-29  Ben Elliston  <bje@au.ibm.com>
6743         * libdecnumber: Import decNumber sources from the dfp-branch.
6745 2005-11-21  Kean Johnston  <jkj@sco.com>
6747         * config.sub, config.guess: Sync from upstream sources.
6749 2005-11-21  Ben Elliston  <bje@au.ibm.com>
6751         Import from Autoconf sources:
6753         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
6754         * config/move-if-change: Don't output "$2 is unchanged";
6755         suggested by Ben Elliston.  Handle weird characters correctly.
6757 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
6759         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
6760         to match upstream libtool for darwin.
6762 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
6764         * Makefile.def: Remove gdb dependencies for gdbtk.
6765         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
6766         (configure-gdb, install-gdb): New rules.
6767         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
6768         * Makefile.in, configure: Regenerated.
6770 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
6772         * MAINTAINERS (Write After Approval): Add myself.
6774 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
6776         * MAINTAINERS (Write After Approval): Add myself.
6778 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
6780         * MAINTAINERS (alias analysis): Add Daniel Berlin and
6781         Diego Novillo.
6783 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
6785         PR bootstrap/24297
6786         * Makefile.tpl (do-[+make-target+], do-check, install,
6787         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
6788         are set before recursing.
6789         * Makefile.in: Regenerate.
6791 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
6793         PR bootstrap/18939
6794         * Makefile.def (gcc) <target>: Fix thinko.
6795         * Makefile.in: Regenerate.
6797 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
6799         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
6800         * configure: Regenerate.
6802 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
6804         * MAINTAINERS (Write After Approval): Add self.
6806 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
6808         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
6809         target-libffi, target-qthreads, target-libjava, and
6810         targetlibobjc.
6811         * configure: Regenerate.
6813 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
6815         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
6816         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
6817         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
6818         (USUAL_OBJDUMP_FOR_TARGET): New.
6819         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
6820         * configure.in: Check for $OBJDUMP_FOR_TARGET.
6821         * configure, Makefile.in: Regenerated.
6823 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
6825         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
6826         before other host packages.
6828 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
6830         * MAINTAINERS: Add self as sh libraries/configury maintainer.
6832 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
6834         PR bootstrap/22340
6836         * configure.in (default_target): Remove.
6837         * Makefile.tpl (all): Do not use prerequisites as subroutines
6838         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
6839         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
6840         use prerequisites as subroutines.
6841         (check-host, check-target): New.
6842         (bootstrap configure & all targets): Do not use stage*-start
6843         if the directory layout is already ok.
6844         (non-bootstrap configure & all targets): Prepend a $(unstage).
6845         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
6846         (NOTPARALLEL): Remove.
6847         (unstage, stage variables): New variables.
6848         (unstage, stage targets): Simply expand to those variables.
6850         * configure: Regenerate.
6851         * Makefile.in: Regenerate.
6853 2005-10-04  James E Wilson  <wilson@specifix.com>
6855         * Makefile.def (lang_env_dependencies): Add libmudflap.
6856         * Makefile.in: Regenerate.
6858 2005-10-03  Andreas Schwab  <schwab@suse.de>
6860         Backport from libtool CVS:
6861         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
6863         * ltmain.sh: add support for installing into temporary
6864         staging area (e.g. 'make install DESTDIR=...')
6866 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
6868         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
6869         * configure: Regenerated.
6871 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
6873         * configure: Regenerate with the correct
6874         autoconf version.
6876 2005-09-30  Catherine Moore  <clm@cm00re.com>
6878         * configure.in (bfin-*-*): New.
6879         * configure: Regenerated.
6881 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
6883         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
6884         (LIPO_FOR_TARGET): New.
6885         (CONFIGURED_LIPO_FOR_TARGET): New.
6886         (USUAL_LIPO_FOR_TARGET): New.
6887         (STRIP_FOR_TARGET): New.
6888         (CONFIGURED_STRIP_FOR_TARGET): New.
6889         (USUAL_STRIP_FOR_TARGET): New.
6890         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
6891         STRIP_FOR_TARGET.
6892         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
6893         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
6894         * Makefile.in: Regenerate.
6895         * configure: Regenerate.
6897 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
6899         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
6900         (rs6000-*-aix*): Same.
6901         * configure: Regenerate.
6903 2005-09-16  Tom Tromey  <tromey@redhat.com>
6905         * MAINTAINERS: Add self as java maintainer.
6907 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
6909         * configure.in: Recognize f95 in the --enable-languages option,
6910         and substitute it for fortran, issuing a warning.
6911         * configure: Regenerate.
6913 2005-08-30  Phil Edwards  <phil@codesourcery.com>
6915         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
6916         * configure:  Regenerated.
6918 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
6920         * MAINTAINERS: Add self as ms1 maintainer.
6922 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
6924         * Makefile.def (libssp): Add to lang_env_dependencies.
6925         * Makefile.in: Regenerate.
6927 2005-08-18  Ian Lance Taylor  <ian@airs.com>
6929         * MAINTAINERS: Add myself as middle-end maintainer.
6931 2005-08-17  Christian Groessler  <chris@groessler.org>
6933         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
6934         * Makefile.in: Regenerate.
6936 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
6938         * MAINTAINERS (write after approval): Added myself.
6940 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
6942         * MAINTAINERS (Write After Approval): Add myself.
6944 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
6946         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
6947         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
6948         Look for alternate names of the target cc and c++
6949         * configure: Regenerate.
6951 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
6953         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
6954         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
6955         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
6956         tools; remove code to manually set them.
6957         (Target tools): Look in the environment for them.
6958         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
6959         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
6960         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
6961         build directory.
6962         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
6963         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
6964         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
6965         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
6966         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
6967         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
6968         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
6969         * configure: Regenerate.
6970         * Makefile.in: Regenerate.
6972 2005-07-28  Ben Elliston  <bje@au.ibm.com>
6974         * MAINTAINERS: Update for removed CPU targets.
6976 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
6978         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
6979         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
6980         * Makefile.in: Regenerated.
6982 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
6984         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
6985         (CFLAGS_FOR_TARGET): Use it.
6986         (CXXFLAGS_FOR_TARGET): Likewise.
6987         * Makefile.in: Regenerated.
6988         * configure.in (--with-build-sysroot): New option.
6989         * configure: Regenerated.
6991 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
6993         * Makefile.tpl: Wrap install between unstage and stage
6994         * Makefile.in: Regenerate.
6996 2005-07-21  Eric Christopher  <echristo@apple.com>
6998         * MAINTAINERS: Update affiliation.
7000 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
7002         * MAINTAINERS: Add self as crx port maintainer.
7004 2005-07-20  DJ Delorie  <dj@redhat.com>
7006         * MAINTAINERS: Add self as m32c maintainer.
7008 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
7010         * all files: Update FSF address.
7012 2005-07-15  Eric Christopher  <echristo@redhat.com>
7014         * MAINTAINERS: Change affiliation.
7016 2005-07-14  Jim Blandy  <jimb@redhat.com>
7018         * configure.in: Add cases for Renesas m32c.
7019         * configure: Regenerated.
7021 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
7023         * COPYING.LIB: Update from fsf.org.
7025 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
7027         * COPYING, compile, config.guess,
7028         config.sub, install-sh, missing, mkinstalldirs,
7029         symlink-tree, ylwrap: Sync from upstream sources.
7030         * config-ml.in: Update FSF address.
7032 2005-07-13  Eric Christopher  <echristo@redhat.com>
7034         * configure.in: Add toplevel noconfigdir support for tpf.
7035         * configure: Regenerate.
7037 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
7039         PR ada/22340
7041         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
7042         * Makefile.in: Regenerate.
7044 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
7046         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
7047         Brolley to write-after-approval.
7049 2005-07-07  Andreas Schwab  <schwab@suse.de>
7051         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
7052         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
7053         * Makefile.in: Regenerated.
7055 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
7057         * configure.in: Don't build sim or rda when targetting darwin.
7058         * configure: Regenerate.
7060 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
7062         * configure.in: Add --enable-libssp and --disable-libssp.
7063         * configure: Regenerate with autoconf-2.13.
7065 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
7067         * Makefile.def (target_modules): Add libssp.
7068         * configure.in (target_libraries): Add target-libssp.
7069         * configure: Rebuilt.
7070         * Makefile.in: Rebuilt.
7072 2005-07-01  Zack Weinberg  <zackw@panix.com>
7074         * MAINTAINERS: Change email address.  Resign from maintainership.
7076 2005-07-01  Richard Guenther  <rguenther@suse.de>
7078         * MAINTAINERS: Change my e-mail address and affiliation.
7080 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
7082         * Makefile.def (stagefeedback): Come after profile.
7083         Define profiledbootstrap target.
7084         * Makefile.tpl (profiledbootstrap): Remove.
7085         (stageprofile-end): Zap stagefeedback.
7086         (stagefeedback-start): Copy all .gcda files, not only GCC's.
7087         * Makefile.in: Regenerate.
7089 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
7091         * MAINTAINERS: Update my email address.
7093 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
7095         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
7096         In 'cpp' stanza, support '#line' as well as '# '.
7098 2005-06-08  Andreas Schwab  <schwab@suse.de>
7100         * MAINTAINERS: Move myself from 'Write After Approval' to
7101         'CPU Port Maintainers' section as m68k maintainer.
7103 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
7105         * configure.in (unsupported_languages): New macro.
7106         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
7107         non-ported target libraries in noconfigdirs.
7108         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
7109         non-linux-gnu.  Remove libgcj_ex_libffi.
7110         <lang_frag loop>: Set add_this_lang=no if the language is in
7111         unsupported_languages.
7112         * configure: Regenerate.
7114 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
7116         * configure.in: Fix typo in handling of --with-mpfr-dir.
7117         * configure: Regenerate.
7119 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
7121         * MAINTAINERS: Update my email address.
7123 2005-06-02  Jim Blandy  <jimb@redhat.com>
7125         * config.sub: Add cases for the Renesas m32c.  (This patch has been
7126         accepted into the master sources.)
7128 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
7129             Michael Snyder  <msnyder@redhat.com>
7130             Stan Cox  <scox@redhat.com>
7132         * configure.in: Set noconfigdirs for ms1.
7134         * configure: Regenerate.
7136 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
7138         * MAINTAINERS (Write After Approval): Add self.
7140 2005-06-01  Josh Conner  <jconner@apple.com>
7142         * MAINTAINERS (Write After Approval): Add self.
7144 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
7146         * MAINTAINERS: Update my email address.
7148 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
7150         * MAINTAINERS (Write After Approval): Add self.
7152 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
7154         * MAINTAINERS (Write After Approval): Remove self.
7156 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
7158         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
7159         (Dependencies): Consider target modules for bootstrap dependencies.
7160         Make target bootstrap modules depend on each stage's gcc.
7161         * Makefile.in: Regenerate.
7163 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
7165         * Makefile.def (configure-gcc): Depend on binutils having been built.
7166         (all-gcc): No need to do it here.
7167         * Makefile.in: Regenerate.
7169 2005-05-19  Paul Brook  <paul@codesourcery.com>
7171         * configure.in: Rewrite misleading error message when requested
7172         language cannot be built.
7173         * configure: Regenerate.
7175 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
7177         * ylwrap: Import from Automake 1.9.5.
7179 2005-05-13  David Ung  <davidu@mips.com>
7181         * MAINTAINERS (Write After Approval): Add self.
7183 2005-05-09  Mike Stump  <mrs@apple.com>
7185         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
7186         lt_cv_sys_max_cmd_len for now.
7188 2005-05-09  Stan Cox  <scox@redhat.com>
7190         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
7192 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
7194         * README.SCO: Update the URL.
7196 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
7198         * ltconfig: Define file_list_spec.  Pass file_list_spec and
7199         with_gnu_ld to libtool.
7200         * ltcf-c.sh (aix[45]): Define file_list_spec.
7201         * ltcf-cxx.sh (aix[45]): Same.
7202         * ltcf-gcj.sh (aix[45]): Same.
7203         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
7204         exists, write list of input files to temporary file.
7206 2005-05-04  Mike Stump  <mrs@apple.com>
7208         * configure.in: Always pass --target to target configures as
7209         otherwise rebuilds that do --recheck will fail.
7210         * confiugure: Rebuilt.
7212 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
7214         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
7215         STAGE_HOST_EXPORTS.
7216         (configure, all): Add bootstrap support.
7217         (Host modules, target modules): Pass post-stage1 flags and exports.
7218         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
7219         * Makefile.in: Regenerate.
7221 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
7223         * configure: Regenerate.
7225 2005-04-27  Mike Stump  <mrs@apple.com>
7227         * MAINTAINERS: Add self as darwin maintainer.
7229 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
7231         * config.sub: Update from master copy.
7233 2005-04-21  Mike Stump  <mrs@apple.com>
7235         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
7236         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
7238 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
7240         * configure.in <crisv32-*-*, cris-*-*>: New local variable
7241         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
7242         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
7243         "*-*-elf" and "*-*-linux*".
7244         * configure: Regenerate.
7246 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
7248         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
7250 2005-04-12  Mike Stump  <mrs@apple.com>
7252         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
7254 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
7256         * MAINTAINERS (Write After Approval): Add myself.
7258 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
7260         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
7262 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
7264         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
7265         (TARGET_CONFIGARGS): Include --with-target-subdir.
7266         (configure, all): New macros.  Use them throughout.
7267         * Makefile.in: Regenerate.
7269 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
7271         * MAINTAINERS (Write After Approval): Add myself.
7273 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7275         * MAINTAINERS: Remove 'loop unrolling' maintainer.
7277 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
7279         * MAINTAINERS: Move John Carr to Write After Approval.
7281 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
7283         * config/mh-mingw32: Delete.
7284         * configure.in: Don't use it.
7285         * configure: Regenerate.
7287 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
7289         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
7290         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
7291         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
7292         (HOST_LIB_PATH): Generate from Makefile.def.
7293         (TARGET_LIB_PATH): Likewise.
7294         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
7295         * Makefile.in: Regenerate.
7296         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
7297         (RPATH_ENVVAR): Include Darwin case.
7298         * configure: Regenerate.
7300 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
7302         * MAINTAINERS (Various Maintainers): Remove self.
7303         (Write After Approval): Add self.
7305 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
7307         * MAINTAINERS (Various Maintainers): Add self.
7309 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
7311         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
7312         * configure: Regenerate.
7314 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
7316         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
7317         gcc_version, and gcc_version_trigger from set of flags to pass.
7318         * Makefile.tpl: Remove definitions of above variables.
7319         (config.status): Remove dependency on $(gcc_version_trigger).
7320         * Makefile.in: Regenerate.
7321         * configure.in: Do not reference config/gcc-version.m4 nor
7322         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
7323         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
7324         * configure: Regenerate.
7326 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
7327             Andrew Pinski  <pinskia@physics.uc.edu>
7329         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
7330         * Makefile.in: Regenerate.
7332 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
7334         * MAINTAINERS (Write After Approval): Add myself.
7336 2005-03-03  David Ayers  <d.ayers@inode.at>
7338         * MAINTAINERS (Write After Approval): Add myself.
7340 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
7342         PR libgcj/20160
7343         * ltmain.sh: Avoid creating archives with components that have
7344         duplicate basenames.
7346 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
7348         PR bootstrap/20250
7349         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
7350         instead of check.
7351         * Makefile.in: Regenerate.
7353 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
7355         * Makefile.in: Regenerate to fix conflict between the previous two
7356         patches.
7358 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
7360         PR bootstrap/17383
7361         * Makefile.def (target_modules): Remove "stage", now unnecessary.
7362         * Makefile.tpl (HOST_SUBDIR): New substitution.
7363         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
7364         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7365         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
7366         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
7367         (Host modules, Bootstrapped modules): Use it.
7368         (Build modules, Target modules): Do not create symlink trees,
7369         always configure out-of-srcdir.
7370         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
7371         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
7372         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
7373         $(HOST_SUBDIR).  Create a symlink for host_subdir.
7375         * Makefile.in: Regenerate.
7376         * configure: Regenerate.
7378 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7380         Merged from libada-gnattools-branch:
7381         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7383         * gnattools: New directory.
7384         * Makefile.def: Add gnattools as a module, depending on target-libada.
7385         * Makefile.in: Regenerate.
7386         * configure.in: Include gnattools in host_tools; disable it if ada
7387         is disabled.
7388         * configure: Regenerate.
7390 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
7392         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
7393         treelang maintainer.
7394         (Write After Approval): Remove myself.
7396 2005-02-23  Paul Schlie  <schlie@comcast.net>
7398         * configure.in: Allow darwin targeted ports to build tk, itcl and
7399         libgui.
7400         * configure: Regenerate.
7402 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
7404         PR libgcj/10353
7405         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
7406         * configure: Regenerate.
7408 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
7410         * MAINTAINERS (Write After Approval): Add myself.
7412 2005-02-10  Ian Lance Taylor  <ian@airs.com>
7414         * MAINTAINERS: Update my e-mail address.
7416 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
7418         * MAINTAINERS (Write After Approval): Add myself.
7420 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
7422         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
7423         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
7424         target-libgloss when not *-*-elf and *-*-aout.
7425         * configure: Regenerate.
7427 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
7429         * MAINTAINERS: Remove obsolete entries.
7431         * MAINTAINERS (Write After Approval): Add Michael Matz.
7433 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
7435         * MAINTAINERS: Remove self as cpplib maintainer.
7437 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
7439         * install-sh, config.sub: Import from upstream.
7441 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
7443         PR bootstrap/18222
7444         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
7445         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
7446         * Makefile.in: Regenerate.
7448 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
7450         * MAINTAINERS: Update my email address.
7452 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
7453             Andreas Schwab  <schwab@suse.de>
7455         PR bootstrap/18033
7456         * config-ml.in: Eval option if surrounded by single quotes.
7458 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
7460         Revert 2004-12-28 Makefile changes, a better fix will be
7461         applied to mainline and src after GCC 4.0 branches.
7463 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
7465         PR bootstrap/17383
7467         * Makefile.def (target_modules): Remove stage parameter,
7468         it is always true now.
7469         * Makefile.tpl (configure-build-[+module+],
7470         configure-target-[+module+]): Always build symlink tree
7471         for the directory and for include.  BUILD_SUBDIR and
7472         TARGET_SUBDIR cannot be . anymore.
7473         * Makefile.in: Regenerate.
7475 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
7477         Revert 2004-12-08 Makefile changes.
7479 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
7481         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
7482         cygwin, mingw.
7484 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
7486         * configure.in (sh64-*-*): Reenable gprof.
7487         * configure: Regenerate.
7489 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
7491         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
7492         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
7493         (EXTRA_TARGET_FLAGS): Add PICFLAG.
7494         * Makefile.in: Regenerate.
7496 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
7498         * MAINTAINERS: Update my email address.
7500 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
7502         * Makefile.tpl: Generate normal dependencies if the LHS module is
7503         not bootstrapped.
7504         * Makefile.in: Regenerate.
7506 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
7508         * configure.in: Include config/gxx-include-dir.m4.  Use
7509         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
7510         * configure: Regenerate.
7512 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
7514         * config.if: Delete.
7515         * configure.in: Set libstdcxx_incdir directly.
7516         * configure: Regenerate.
7518 2004-12-02  Eric Christopher  <echristo@redhat.com>
7520         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
7521         * Makefile.in: Regenerate.
7523 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
7525         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
7526         * configure: Regenerate.
7528 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
7530         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
7531         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
7532         * configure: Regenerate.
7534 2004-12-01  Eric Christopher  <echristo@redhat.com>
7536         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
7537         of things to remove.
7539 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
7541         * MAINTAINERS (Write After Approval): Update my e-mail address.
7543 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
7545         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
7546         from CVS libtool to always pass_all.
7548 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7550         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
7551         (hppa*64*-*-*): Delete incorrect comment.
7552         * configure: Rebuilt.
7554 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
7556         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
7558 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
7560         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
7561         from CVS libtool to always pass_all.
7563 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
7565         * install-sh, compile: Import from automake.
7567 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
7569         * config.guess, config.sub:  Import from savannnah.
7571 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
7573         * MAINTAINERS (Write After Approval): Add myself
7575 2004-11-12  Mike Stump  <mrs@apple.com>
7577         * Makefile.def: Add html support.
7578         * Makefile.tpl: Likewise.
7579         * Makefile.in: Regenerate.
7581 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
7583         PR 18423
7584         * configure.in: Remove all instances of build-fixincludes from
7585         noconfigdirs.
7586         (build_configargs): Supply --target to subdirectories.
7587         * configure: Regenerate.
7589         * Makefile.def: Make gcc install depend on fixincludes install.
7590         * Makefile.in: Regenerate.
7592 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
7594         * MAINTAINERS: Add myself as gcc testsuite maintainer.
7596 2004-11-11  Paul Brook  <paul@codesourcery.com>
7598         * MAINTAINERS: Add self as arm maintainer.  Update email address.
7600 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
7602         * configure.in (noconfigdirs) [mmix-*-*]: Disable
7603         target-libgfortran.
7604         * configure: Regenerate.
7606 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
7608         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
7609         like CC.
7611 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
7613         * Makefile.def (host fixincludes): Specify missing targets.
7614         * Makefile.in: Regenerate.
7616 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
7618         * MAINTAINERS: Add myself
7620 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
7622         * MAINTAINERS (Write After Approval): Add myself.
7624 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
7626         * Makefile.def: Build fixincludes for the host, too.
7627         * Makefile.in: Regenerate.
7628         * configure.in (host_tools): Add fixincludes.
7629         * configure: Regenerate.
7631 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
7633         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
7634         * configure: Regenerated.
7636 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
7638         PR other/17783
7639         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
7640         * configure: Regenerated.
7642 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
7644         * README.SCO: Update per FSF instructions.
7646 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
7648         PR target/18151
7649         * configure.in (case ${target}): Do not build fixincludes for avr.
7650         * configure: Regenerated.
7652 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
7654         * configure.in (case ${target}): Do not build fixincludes
7655         on platforms where it is not used.
7656         * configure: Regenerated.
7658 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
7660         * configure.in: Use an absolute path to install-sh.
7661         * configure: Regenerated.
7663 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
7665         * MAINTAINERS (Write After Approval): Add myself.
7667 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
7669         * MAINTAINERS: Remove from Write After Approval those that are
7670         already maintainers.
7672 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
7674         * MAINTAINERS:  Update my email address.
7676 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
7678         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
7679         * configure: Regenerate.
7681 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
7683         * MAINTAINERS:  Update my email address.
7685 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
7687         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
7688         entries belonging to this category.
7690 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
7692         * MAINTAINERS: Update my e-mail address.
7694 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
7696         Fix wrong conflict resolution in:
7698         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
7700         * Makefile.in: Regenerate.
7701         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
7702         in the recursive `make', instead of hardwiring `all'.
7703         (Autogenerated TARGET-* variables): New.
7705 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
7707         * configure.in: Enable target-libgloss for crx-*-*.
7708         * configure: Regenerate.
7710 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
7712         * MAINTAINERS (Various Maintainers): Move the "windows,
7713         cygwin, mingw" maintainer to ...
7714         (OS Port Maintainers): ... here.
7716 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
7718         * MAINTAINERS (Write After Approval): Remove those that are
7719         maintainers of some subsystem.
7721 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
7723         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
7724         * ltcf-cxx.sh (tpf*): Likewise.
7725         * ltconfig (tpf*): Add TPF OS configuration support.
7727 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
7729         * MAINTAINERS: Change my email address to my new work account.
7731 2004-09-24  Michael Roth  <mroth@nessie.de>
7733         * configure.in (--without-headers): Add missing double quotes.
7734         * configure: Regenerate.
7736 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
7738         * ylwrap: Revert to previous version.
7740 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
7742         PR bootstrap/17369
7743         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
7744         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
7745         SET_GCC_LIB_PATH_CMD.
7746         (BASE_TARGET_EXPORTS): Likewise.
7747         * Makefile.in: Regenerated.
7749         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
7750         * configure: Regenerated.
7752 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
7754         * config.guess: New upstream version
7755         * compile, depcomp, install-sh, ylwrap: Likewise.
7757 2004-09-19  Roger Sayle  <roger@eyesopen.com>
7759         * config/mh-x86omitfp: New host makefile fragment.  Add
7760         -fomit-frame-pointer to the default BOOT_CFLAGS.
7761         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
7762         * configure: Regenerate.
7764 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
7766         PR target/11572
7767         * configure.in (*-*-darwin*): Renable libobjc.
7768         * configure: Regenerate.
7770 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
7772         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
7774 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
7776         * Makefile.def: Remove libbanshee.
7777         * Makefile.tpl: Ditto.
7778         * configure.in: Ditto.
7779         * Makefile.in: Regen.
7780         * configure: Ditto.
7782 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
7784         * ltmain.sh: Use $pic_object as $non_pic_object if
7785         $non_pic_object=none.
7787 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
7789         * missing: Import latest version from master repository.
7791 2004-09-06  Nick Clifton  <nickc@redhat.com>
7793         * config.sub: Import latest version from master repository.
7794         * config.guess: Likewise.
7795         This includes these changes:
7797         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
7799         * config.sub: Handle crisv32, alias etraxfs.
7800         * config.guess (crisv32:Linux:*:*): Handle.
7802         2004-08-13  Brad Smith  <brad@comstyle.com>
7804         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
7805         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
7807         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
7809         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
7810         assume the processor is a powerpc.  This is because coreutils
7811         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
7812         in this case, due to a MacOS X bug that causes
7813         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
7814         to return a negative number.
7815         Problem reported by Petter Reinholdtsen in:
7816         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
7818         2004-07-19  Ben Elliston  <bje@gnu.org>
7820         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
7822         2004-06-24  Ben Elliston  <bje@gnu.org>
7824         * config.guess: Update copyright years.
7825         * config.sub: Likewise.
7827         2004-06-22  Robert Millan  <robertmh@gnu.org>
7829         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
7830         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
7832         2004-06-22  Stanley F. Quayle <stan@stanq.com>
7834         * config.guess (*:*VMS:*:*): New entry. Replaces
7835         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
7836         manufacturer.
7838         2004-06-22  Ben Elliston  <bje@gnu.org>
7840         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
7841         * config.sub: Likewise.
7843         2004-06-22  Ben Elliston  <bje@gnu.org>
7845         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
7846         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
7848         2004-06-11  Ben Elliston  <bje@gnu.org>
7850         * config.guess (pegasos:OpenBSD:*:*): Remove.
7852         2004-06-11  Ben Elliston  <bje@gnu.org>
7854         From Wouter Verhelst <wouter@grep.be>:
7855         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
7857         2004-06-11  Ben Elliston  <bje@gnu.org>
7859         * config.guess (luna88k:OpenBSD:*:*): New.
7861         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
7863         * config.guess (m32r*:Linux:*:*): New case.
7864         * config.sub: Handle m32rle.
7866         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
7868         From Jens Petersen  <petersen@redhat.com>:
7869         * config.sub: Handle sparcv8.
7871         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
7873         From Tom Smith <smith@cag.lkg.hp.com>:
7874         * config.guess: Version suffixes are equally significant on Tru64
7875         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
7876         prefix of "P" (patched kernel).
7878         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
7880         * config.sub: Add support for National Semiconductor CRX target.
7882 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
7884         * MAINTAINERS (Various Maintainers): Remove myself as web page
7885         maintainer, add myself as maintainer of build status lists.
7887 2004-09-03  Jan Beulich  <jbeulich@novell.com>
7889         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
7890         *-*-netware, but add target-libmudflap.
7891         Consolidate *-*-netware targets (of which really only i?86 exists)
7892         into a single entry.
7893         * configure: Likewise.
7895 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
7897         * Makefile.tpl (sorry): Remove.
7898         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
7899         (cleanstrap targets): Depend on distclean, not distclean-stage1.
7900         (do-clean): Clean per-stage directories too.
7901         (do-distclean): Run distclean-stage1 too.
7902         (.NOTPARALLEL): Enable during toplevel bootstrap.
7903         (stage[+id+]-bubble): Enable parallel execution during
7904         the recursive invocation.
7905         * Makefile.in: Regenerate.
7907         Fix previous checkin:
7909         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
7910         include.
7911         * configure.in: Fix indentation.
7912         * configure: Regenerate.
7914 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
7916         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
7917         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
7918         * configure: regenerate
7919         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
7920         -mdynamic-no-pic
7922 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
7924         * Makefile.def (build_modules): Add fixincludes.
7925         (dependencies): Make gcc depend on fixincludes.
7926         * configure.in (build_tools): Add fixincludes.
7927         (build_configdirs): Always include build_libs.
7928         * Makefile.in: Regenerate.
7929         * configure: Regenerate.
7931 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
7933         * Makefile.def (bootstrap stages): Add 'lean' parameter.
7934         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
7935         phony targets; do not generate timestamp files.
7936         (distclean-stageN): Remove references to their timestamp files.
7937         (restageN, touch-stageN): Remove.
7938         (stageN-bubble): Rewritten.
7939         (compare): Support lean bootstraps.
7940         * Makefile.in: Regenerate.
7942         * configure.in: Only warn when bootstrapping but
7943         build != host or build != target.  Support lean bootstraps.
7944         * configure: Regenerate.
7946 2004-08-26  Phil Edwards  <phil@codesourcery.com>
7948         * configure.in:  Give a better error message if GMP/MPFR are missing
7949         and a language needing them has been requested.
7950         * configure:  Regenerated.
7952 2004-08-25  Phil Edwards  <phil@codesourcery.com>
7954         * configure.in:  Print a list of available language front-ends if
7955         a requested one is missing.  Tidy stray tab characters.
7956         * configure:  Regenerated.
7958 2004-08-19  Michael Koch  <konqueror@gmx.de>
7960         * gcc/doc/install.texi: Update entry about automake for libjava.
7962 2004-08-17  Robert Millan  <robertmh@gnu.org>
7964         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
7965         (instead of FreeBSD).
7966         * configure: Regenerate.
7968 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
7970         * Makefile.in: Regenerate.
7971         * configure: Regenerate.
7973         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
7974         stage_*_flags.
7975         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
7976         for bootstrapped modules if toplevel bootstrap is going.
7977         (GCC bootstrap): Generate per-stage targets for all bootstrapped
7978         modules.  Adjust for changes in Makefile.def.  Enable several
7979         rules even in non-bootstrap mode, just to avoid peppering the
7980         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
7981         (stage-[+prev+]-bubble): Remove.
7983         * Makefile.def (Dependencies): Depend on all-build-bison,
7984         all-build-flex, all-build-byacc, all-build-texinfo, rather
7985         than the host variations.
7986         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
7987         with BUILD_SUBDIR.
7988         (BISON): Update for recent Bisons.
7989         (YACC): Fix typo.
7990         (cross): Depend on all-build.
7991         (all): Do not depend on all-build.
7992         (prebootstrap): Remove.
7993         (dep-kind): Accept separate prefixes for MODULE and ON variables.
7994         (Prebootstrap dependencies): Add them to the per-stage targets
7995         and to all-prebootstrap.
7996         * configure.in (build_configdirs): Always enable build_tools.
7997         (BUILD_DIR_PREFIX): Remove.
7999         * Makefile.def (gcc): Add target variable.
8000         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
8001         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8002         in the recursive `make', instead of hardwiring `all'.
8003         (Autogenerated TARGET-* variables): New.
8005 2004-08-13  Brian Booth  <bbooth@redhat.com>
8007         * MAINTAINERS: Remove myself from write-after-approval.
8009 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8011         * src-release: Stop distributing mmalloc with gdb (which doesn't
8012         use it).
8013         * Makefile.def: GDB doesn't depend on mmalloc anymore.
8014         * Makefile.in: Regenerate.
8016 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
8018         * configure.in (arm*-*-eabi*): New target.
8019         * configure: Regenerate.
8021 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
8023         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
8024         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
8025         (Dependencies): New section.
8026         * Makefile.tpl (Dependencies): Generate from Makefile.def.
8027         (configure-target-[+module+]): Depend on maybe-all-gcc
8028         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
8029         (toplevel profiledbootstrap): Fix dependencies.
8030         * Makefile.in: Regenerate.
8032 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
8034         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
8035         target-libiberty to noconfigdirs.
8036         * configure: Regenerate.
8038 2004-08-03  Paul Brook  <paul@codesourcery.com>
8040         * configure.in: Check for MPFR as well as GMP.
8041         * configure: Regenerate.
8043 2004-08-01  Robert Millan  <robertmh@gnu.org>
8045         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
8046         libmudflap for all GNU-based systems (with Glibc).
8047         * configure: Regenerate.
8049 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
8051         * Makefile.def (host-modules): Add gcc.
8052         * Makefile.in: Regenerate.
8053         * Makefile.tpl (sorry): New rule.
8054         (configure-host, all-host, [+make_target+]-host, do-check,
8055         install-host): Do not add gcc as a special case.
8056         (host modules): Add a small special-casing for gcc.  Export
8057         extra_make_flags through the environment.
8058         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
8059         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
8060         other recursive targets for gcc): Remove.
8062         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
8063         (stage, unstage): New rules.
8064         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
8065         distclean-stage[+id+]): Use stage_current.
8066         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
8067         the stage*-start rules.
8069 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
8071         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
8072         use -all_load flag.
8074 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
8076         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
8077         * configure: Regenerate.
8079 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
8081         * maintainer-scripts/gcc_release: Revert yesterday's change.
8083 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
8085         * MAINTAINERS: Add myself to write-after-approval.
8087 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
8089         * libf2c: Removed.
8090         * gcc/gccbug.in: Updated because of libf2c removal.
8091         * maintainer-scripts/gcc_release: Ditto.
8093 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
8095         * configure.in: Build libmudflap by default on FreeBSD.
8096         * configure: Regenerated.
8098 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
8100         * configure.in: Do not build libmudflap by default on non-GNU/Linux
8101         systems.
8102         * configure: Regenerated.
8104 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8106         PR target/16344
8107         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
8108         feedback based compiler.
8109         * Makefile.in: Rebuilt.
8111 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
8113         * Makefile.def (host_modules): Set bootstrap=true for flex.
8114         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
8115         * Makefile.in: Rebuilt.
8117 2004-07-07  Jan Hubicka  <jh@suse.cz>
8119         * MAINTAINERS: Add self as a profile feedback maintainer.
8121 2004-07-05  Phil Edwards  <phil@codesourcery.com>
8123         * configure.in:  Do not prepend $srcdir to /dev/null in
8124         makefile fragments.
8125         * configure:  Regenerate.
8127 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
8129         * Makefile.def (build_modules): Add bison, byacc, flex,
8130         m4, texinfo.
8131         (flags_to_pass): Add FLEX.
8132         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
8133         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
8134         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
8135         DEFAULT_MAKEINFO): Remove.
8136         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
8137         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
8138         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
8139         objdir or else use configured tool.
8140         (all-build): New.
8141         (all): Depend on it.
8142         (Build module dependencies): Add.
8143         * Makefile.in: Regenerate.
8144         * configure.in: Better support for multiple build modules,
8145         matching what is done for host/target modules.  Do not look
8146         for "plausible" locations of build tools if Canadian cross.
8147         Use autoconf's AC_PROG_CC to find a C compiler.  Define
8148         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
8149         * configure: Regenerate.
8151 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
8153         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
8154         * Makefile.in: Regenerate.
8156 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
8158         * Makefile.tpl (configure-build-[+module+],
8159         configure-[+module+], configure-target-[+module+]): Pass
8160         [+extra_configure_args+].
8161         (all-build-[+module+], all-[+module+], check-[+module+],
8162         install-[+module+], [+make_target+]-[+module+],
8163         all-target-[+module+], check-target-[+module+],
8164         install-target-[+module+], [+make_target+]-target-[+module+]):
8165         Pass [+extra_make_args+].
8166         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
8167         (GCC_HOST_EXPORTS): Remove.
8168         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
8169         cross, check-gcc, check-gcc-c++, install-gcc,
8170         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
8171         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
8172         * Makefile.in: Regenerate.
8174 2004-06-21  Matthew Sachs  <msachs@apple.com>
8176         * MAINTAINERS: Added self to write-after-approval.
8178 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
8180         * configure.in: Check for srcdir/winsup rather than build directory
8181         winsup.
8182         * configure: Regenerate.
8184 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
8186         * configure.in: Don't build Cygwin native newlib if winsup
8187         directory is missing.  Emit warning instead.
8188         * configure: Regenerate.
8190 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
8192         * Makefile.tpl (touch-stage[+id+]): New.
8193         (restage[+prev+]): Depend on touch-stage[+id+].
8195         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
8196         Use it throughout.
8198         * Makefile.def: Add profile and feedback bootstrap stages.
8199         Remove next field from bootstrap stages.
8200         * Makefile.tpl (LN, LN_S): Substitute.
8201         (stageN-start, stageN-end): Use double-colon rules, to
8202         provide a hook for additional setup commands.
8203         (distclean-stageN-gcc, restageN): Create dependencies from
8204         [+prev+], not from [+next+].
8205         (stageN-bubble): Add commands for successive stages from
8206         [+prev+], using double-colon rules.
8207         (all-stageN-gcc): Fix typo.
8208         (stagefeedback-start, profiledbootstrap): New.
8209         * Makefile.in: Regenerate.
8210         * configure.in: Call ACX_PROG_LN.
8211         * configure: Regenerate.
8213 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
8215         * MAINTAINERS (Write After Approval): Add myself.
8217 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
8219         * MAINTAINERS (Write After Approval): Add myself.
8221 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
8223         * configure.in: Fix --enable-bootstrap breakage introduced in trees
8224         without gcc.
8225         * configure: Regenerate.
8227 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
8229         * Makefile.tpl: Fix typo.
8230         * Makefile.in: Regenerate.
8232 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
8234         * configure.in: Remove new- prefix from toplevel
8235         bootstrap targets.
8236         * configure: Regenerate.
8238 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
8240         * Makefile.tpl (all.normal): Rename to all.
8241         (all): Replace with a rule to pick the default
8242         target from configure.
8243         (all-gcc, configure-gcc): Use conditionals to
8244         do nothing when toplevel bootstrap is going on.
8245         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
8246         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
8247         * configure.in: Support --enable-bootstrap.
8249         * Makefile.def: Remove new- prefix from toplevel
8250         bootstrap targets.
8251         * Makefile.tpl: Likewise.
8253         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
8254         target.
8256         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
8257         $(RECURSE_FLAGS) to recursive invocation of make.
8259         * Makefile.in: Regenerate.
8260         * configure: Regenerate.
8262 2004-05-30  Andreas Jaeger  <aj@suse.de>
8263             Jim Wilson  <wilson@specifixinc.com>
8265         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
8266         like CC.
8268 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
8270         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
8271         * configure: Regenerate.
8273 2004-05-25  Daniel Jacobowitz  <drow@false.org>
8275         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
8276         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
8277         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
8278         targets.
8279         * Makefile.in: Regenerate.
8281 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
8283         * configure.in: Test the ability to symlink directories.
8284         * configure: Regenerate.
8286         * Makefile.def (bootstrap-stage): New definitions.
8287         * Makefile.tpl (configure-stage1-gcc,
8288         configure-stage2-gcc, configure-stage3-gcc,
8289         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
8290         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
8291         new-restage3, compare): Autogenerate, see Makefile.in
8292         entry for behavioral changes.
8293         (distclean-stage1, new-stage1-start, new-stage1-end,
8294         new-stage1-bubble, distclean-stage2, new-stage2-start,
8295         new-stage2-end, new-stage2-bubble, distclean-stage3,
8296         new-stage3-start, new-stage3-end): New autogenerated targets.
8297         (objext, prebootstrap, BOOT_CFLAGS,
8298         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
8299         targets.
8301         * Makefile.in: Regenerate.
8302         (distclean-stage1, new-stage1-start, new-stage1-end,
8303         new-stage1-bubble, distclean-stage2, new-stage2-start,
8304         new-stage2-end, new-stage2-bubble, distclean-stage3,
8305         new-stage3-start, new-stage3-end): New targets.
8306         (all-stage1-gcc): Move prebootstrap dependency from here...
8307         (configure-stage1-gcc): ...to here.
8308         (new-bootstrap): Use bubble targets.
8309         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8310         Use per-stage distclean targets.
8311         (configure-stage1-gcc, configure-stage2-gcc,
8312         configure-stage3-gcc, all-stage1-gcc,
8313         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
8314         Use new-stageN-start to prepare the tree.
8316 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
8318         * Makefile.def (host_modules): add libcpp.
8319         * Makefile.tpl: Add dependencies on and for libcpp.
8320         * Makefile.in: Regenerate.
8321         * configure.in: Add libcpp host module.
8322         * configure: Regenerate.
8324 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
8326         * Makefile.tpl: Whenever a recursive target is defined, wrap
8327         it in a special @if/@endif block, and prepare its maybe
8328         dependency in the @if/@endif block
8329         * configure.in: Instead of writing maybe dependencies, remove
8330         the @if/@endif statements, and remove the @if/@endif blocks
8331         that remain.
8332         * configure: Regenerate.
8333         * Makefile.in: Regenerate.
8335 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
8337         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
8339 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
8341         PR bootstrap/15120
8342         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
8343         * */configure: Rebuilt.
8345 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
8347         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
8348         of libf2c.
8349         * configure, Makefile.in: Regenerate.
8351 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
8353         * MAINTAINERS (Write After Approval): Add myself.
8355 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
8357         Merge from tree-ssa-20020619-branch.
8359         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
8360         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
8361         (HOST_GMPLIBS): Define.
8362         (HOST_GMPINC): Define.
8363         (TARGET_LIB_PATH): Add libmudflap.
8364         (GFORTRAN_FOR_TARGET): Define.
8365         (configure-build*): Export GFORTRAN.
8366         (configure-gcc): Export GMPLIBS and GMPINC.
8367         (all-gcc): Add maybe-all-libbanshee.
8368         (configure-target-libgfortran): Define.
8369         * Makefile.in: Regenerate.
8370         * configure.in (host_libs): Add libbanshee.
8371         (target_libraries): Add target-libmudflap and target-libgfortran.
8372         Add --with-libbanshee.
8373         Handle --disable-libmudflap.
8374         (*-*-freebsd*): Use with_gmp.
8375         Add $(libgcj) to noconfigdirs.
8376         * configure: Regenerate.
8377         * depcomp: New file.
8378         * MAINTAINERS: Add tree-ssa maintainers.
8380 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
8382         * MAINTAINERS (Various Maintainers): Add myself.
8384 2004-04-30  Brian Ford  <ford@vss.fsi.com>
8386         * MAINTAINERS (Write After Approval): Add myself.
8388 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
8390         * MAINTAINERS (Write After Approval): Add myself.
8392 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
8394         * config/acx.m4: Fix fastcompare support for new-bootstrap.
8395         * configure: Regenerate.
8397 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
8399         Revert:
8400         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
8402         * Makefile.def (flags_to_pass): Remove *dir variables that
8403         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
8404         as well as prefix and exec_prefix.
8405         * Makefile.in: Regenerate.
8407 2004-04-26  Robert Millan  <robertmh@gnu.org>
8409         Add patches from libtool CVS.
8410         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
8411         * ltconfig: Likewise.
8412         * ltcf-c.sh: Likewise.
8413         * ltcf-cxx.sh: Likewise.
8414         * ltcf-gcj.sh: Likewise.
8416 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
8418         * Makefile.def (host_modules): Mark with the bootstrap
8419         flag packages on which gcc depends.
8420         * Makefile.tpl (all-bootstrap): Use it.
8421         * Makefile.in: Regenerate.
8423 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
8425         * Makefile.def (flags_to_pass): Remove *dir variables that
8426         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
8427         as well as prefix and exec_prefix.
8428         * Makefile.in: Regenerate.
8430 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
8432         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
8433         * configure: Regenerate.
8434         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
8435         * gcc/Makefile.tpl (compare): Use the result of the test.
8436         * gcc/Makefile.in: Regenerate.
8438 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
8440         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
8441         Always relocate gcc and prev-gcc to the original names, even
8442         if the build fails.
8443         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8444         New targets.
8446 2004-04-23  Laurent GUERBY <laurent@guerby.net>
8448         * MAINTAINERS: Update my email address.
8450 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8452         * configure.in (mips*-*-irix5*): Enable ld.
8453         * configure: Regenerate.
8455 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8457         * configure: Regenerate.
8459 2004-04-15  James E Wilson  <wilson@specifixinc.com>
8461         * Makefile.tpl (configure-[+module+], configure-gcc,
8462         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
8463         Set and export LDFLAGS.
8464         * Makefile.in: Regenerate.
8466 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
8468         * MAINTAINERS: Add myself to write-after-approval.
8470 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8472         PR bootstrap/14871
8473         * Makefile.tpl: If we don't have built-in-tree target tools,
8474         use the ones found by configure rather than hacking around with
8475         program_transform_name.
8476         * configure.in: Give Makefile.tpl the information necessary
8477         to do that.
8478         * Makefile.in: Regenerate.
8479         * configure: Regenerate.
8481 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
8483         PR bootstrap/14760
8484         * configure.in: When computing baseargs, strip *all* copies of
8485         offending options.  Also, don't match/substitute the trailing space,
8486         so that this actually works when two similar options are separated by
8487         only one space.
8488         * configure: Regenerate.
8490 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
8492         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
8493         (rs6000-*-aix*): Same.
8494         * configure: Regenerate.
8496 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
8498         * MAINTAINERS: Add myself to write-after-approval.
8500 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
8502         * MAINTAINERS: Add myself to write-after-approval.
8504 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
8506         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
8507         STRICT_WARN, WARN_CFLAGS flags passed down to make.
8508         * Makefile.in: Regenerate.
8510         * configure.in (top level bootstrap support): Rework --enable-werror
8511         to set @stage2_werror_flag@.
8512         * configure: Regenerate.
8513         * Makefile.tpl (top level bootstrap support): Pass
8514         @stage2_werror_flag@ down to configure in stages 2 and 3.
8515         * Makefile.in: Regenerate.
8517 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8519         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
8520         for stages 2 and 3 as well as in make.  As a consequence, remove
8521         OUTPUT_OPTION (now detected by configure) from the flags passed down
8522         to make.
8523         * Makefile.in: Regenerate.
8525         * Makefile.tpl (new-bootstrap): Fix typo.
8526         * Makefile.in: Regenerate.
8528 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8530         * Makefile.tpl: Rearrange by moving recursive_targets rules
8531         into their proper sections.
8532         * Makefile.tpl (top level bootstrap support): Move disabling
8533         of coverage flags from 'make' to 'configure'; improve comments.
8534         * Makefile.in: Regenerate.
8536         * Makefile.tpl (experimental top level bootstrap) Move stage1
8537         language setting from all- target to configure- target; disable
8538         intermodule optimization in stage 1; prevent gratuitous rebuilds
8539         of stage 1.
8540         * Makefile.in: Regenerate.
8541         * configure.in: Comma-separate stage 1 language list for top
8542         level bootstrap.
8543         * configure: Regenerate.
8545         * Makefile.tpl: Clean up experimental top level bootstrap support:
8546         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
8547         prev-gcc in configure- targets as well as all- targets.
8548         * Makefile.in: Regenerate.
8550 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
8552         * compile: New file imported from automake.
8554 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
8556         * configure.in: Remove symbolic link section.
8557         * configure: Regenerate.
8558         * Makefile.tpl (links): Remove.
8559         * Makefile.in: Regenerate.
8561 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
8562             Nathanael Nerode  <neroden@gcc.gnu.org>
8564         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
8565         Set with AC_CHECK_PROGS.
8566         * configure.in: Fix comment typo from last patch.
8567         * configure: Regenerate.
8569 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
8571         * Makefile.tpl: Introduce experimental top level bootstrap support.
8572         * Makefile.in: Regenerate.
8573         * configure.in: Introduce support for top level bootstrap.
8574         * configure: Regenerate.
8576 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
8577             Paolo Bonzini  <bonzini@gnu.org>
8579         PR bootstrap/14522
8580         * configure.in: Cope with shells that do not support unquoted ^
8581         * configure: Regenerate.
8583 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
8584             Paolo Bonzini  <bonzini@gnu.org>
8586         PR bootstrap/14522
8587         * configure.in: Cope with shells that do not support nesting
8588         quotes inside quoted backquote substitutions.
8589         * configure: Regenerate.
8591 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
8593         PR bootstrap/14522
8594         * configure.in: Fix escaping of $.
8595         * configure: Regenerate.
8597 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8599         * configure: Regenerate, since I forgot to while committing Paolo's
8600         changes.
8602 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
8604         PR ada/14131
8605         Move language detection to the top level.
8606         * configure.in: Find default values for the tools as
8607         soon as possible.  Disable ada if GNAT is not found.
8608         Emit error message about missing languages.  Expand
8609         --enable-languages=all for the gcc subdirectory.
8611 2004-03-10  Ben Elliston  <bje@gnu.org>
8613         * MAINTAINERS: Update my email address.
8615 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
8617         * ltconfig: Disable building static libraries if building shared
8618         libraries on AIX 5L.
8620 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
8622         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
8623         and disable libgcj.
8624         * configure: Regenerated.
8626 2004-03-01  Brian Booth  <bbooth@redhat.com>
8628         * MAINTAINERS: Add myself to write-after-approval.
8630 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
8632         * MAINTAINERS: Add myself to write-after-approval.
8634 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8636         PR bootstrap/7087
8637         * Makefile.tpl: Guard XFOO sed statements better.
8638         * Makefile.tpl: Add dependency for configure-target-libada.
8639         * Makefile.in: Regenerate (incidentally fixes broken
8640         commit when libada-branch was merged).
8642 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
8644         * MAINTAINERS: Add myself to write-after-approval.
8646 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
8648         * MAINTAINERS: Add Nicola Pero and myself as libobjc
8649         maintainers.
8651 2004-02-20  Andrew Cagney  <cagney@redhat.com>
8653         * config.guess: Update from version 2003-10-16 to 2004-02-16.
8654         * config.sub: Update from version 2003-11-03 to 2004-02-16.
8656 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8658         PR bootstrap/11932
8659         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
8661 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
8663         * MAINTAINERS: Added myself to write-after-approval.
8665 2004-02-14  Michael Koch  <konqueror@gmx.de>
8667         * MAINTAINERS: Added myself to write-after-approval.
8669 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
8671         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
8672         some OS port maintainers to OS port maintainers section.
8674 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
8676         * MAINTAINERS: Add self.
8678 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
8680         * MAINTAINERS: Alphabetize.
8682 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
8684         * MAINTAINERS: Remove myself.
8686 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
8688         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
8689         (rs6000-*-aix*): Same.
8690         * configure: Regenerate.
8692 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
8694         * configure.in (host): Add in missing $noconfigdirs to defines.
8695         * configure: Regenerate.
8697 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
8698             Nathanael Nerode  <neroden@gcc.gnu.org>
8700         PR ada/6637, PR ada/5911
8701         Merge with libada-branch:
8702         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
8703         with appropriate dependencies. Add --enable-libada configure switch.
8704         * configure, Makefile.in: Regenerate.
8706 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
8708         * MAINTAINERS: Add myself to write-after-approval.
8710 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8712         * configure.in: Don't pass --with-stabs on IRIX 5 either.
8713         * configure: Regenerate.
8715 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
8717         Merge from upstream:
8719         * ltmain.in: When setting IFS to '~', be careful about user
8720         arguments that contain '~'.
8722         2004-02-04  Peter O'Gorman  <peter@pogma.com>
8724         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
8725         Also test $base_compile against $CC with escaped arguments. Bug
8726         reported by Geoff Keating <geoffk@apple.com>.
8728 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
8730         * MAINTAINERS: Remove i960 port.
8732 2004-01-23  DJ Delorie  <dj@redhat.com>
8734         * Makefile.def (target_modules) [libiberty]: Don't stage.
8735         * Makefile.in: Rebuilt.
8737 2004-01-20  Caroline Tice  <ctice@apple.com>
8739         * MAINTAINERS: Add myself to write-after-approval.
8741 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
8743         * MAINTAINERS: Update my email address.
8745 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
8747         * MAINTAINERS: Add myself to write-after-approval.
8749 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8751         * MAINTAINERS: Remove entries without email address.
8753 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
8755         * MAINTAINERS: Add myself to write-after-approval.
8757 2004-01-15  Steven Bosscher  <stevenb@suse.de>
8759         * MAINTAINERS: Update my email address.
8761 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
8763         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
8764         * Makefile.tpl (configure-target-[+module+]): Support stage.
8765         * Makefile.in: Rebuilt.
8767 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
8769         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
8771 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
8773         * MAINTAINERS: Add myself as a MIPS maintainer.
8775 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
8777         * configure.in: Use ./config.cache, not config.cache.
8778         * configure: Regenerate.
8779         * Makefile.tpl: Special-casing not needed for GCC any more.
8780         * Makefile.in: Regenerate.
8782         * configure.in: Don't share a cache file for host dirs.
8783         * configure: Regenerate.
8785         * config-ml.in: Don't mess with the cache file.
8787 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
8789         * MAINTAINERS: Move myself from 'Write After Approval' to
8790         'CPU Port Maintainers' section as SPARC maintainer.
8792 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8794         * Makefile.tpl: Make GCC use a separate config.cache.
8795         * Makefile.in: Regenerate.
8797         PR bootstrap/11932, PR bootstrap/11933
8798         (I don't know if it will fix either of them, but it relates
8799         to them.)
8800         * configure.in: Don't use shared config.cache for target
8801         directories.
8802         * configure: Regenerate.
8804 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
8806         * MAINTAINERS: Add myself to 'Write After Approval' section.
8808 2003-12-31  Roger Sayle  <roger@eyesopen.com>
8810         * configure.in (ia64*-*-hpux*): Disable building java libraries.
8811         * configure: Regenerated.
8813 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
8815         * MAINTAINERS: Remove the mn10200 maintainer.
8817 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
8819         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
8820         * configure: Regenerated.
8822 2003-12-16  Jan Hubicka  <jh@suse.cz>
8824         * MAINTAINERS: Add myself as callgraph maintainer.
8826 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
8828         * configure.in (raw_libstdcxx_flags): Remove the leading space.
8829         * configure: Regenerate.
8831 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8833         * MAINTAINERS: Move myself from 'Bug database only accounts' to
8834         'Write After Approval' section. Update email.
8836 2003-12-01  James Lemke  <jim@wasabisystems.com>
8838         * MAINTAINERS (Write After Approval): Add myself.
8840 2003-11-20  Matt Thomas  <matt@3am-software.com>
8842         * MAINTAINERS: Add myself as a vax port maintainer.
8844 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
8846         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
8847         (configure-build-[+module+], configure-[+module+]): Likewise.
8848         (configure-target-[+module+], configure-gcc, config.status): Likewise.
8849         * Makefile.in: Regenerate.
8851 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
8853         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
8854         shared/dylibed libraries.
8855         * ltmain.sh: Likewise.
8856         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
8857         * ltcf-cxx.sh: Likewise.
8858         * ltcf-gcj.sh: Likewise.
8859         * ltconfig: Likewise.
8861 2003-11-17  Stan Cox  <scox@redhat.com>
8863         * MAINTAINERS: Add myself as iq2000 port maintainer.
8865 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
8867         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
8868         * Makefile.in: Regenerate.
8870 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
8872         * config.sub: Update to 2003-11-03 version.
8874 2003-10-20  Phil Edwards  <phil@codesourcery.com>
8876         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
8877         * configure:  Regenerate.
8879 2003-10-20  Nicolas Pitre  <nico@cam.org>
8881         * MAINTAINERS: Add myself to 'Write After Approval' section.
8883 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
8885         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
8887 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
8889         * MAINTAINERS: Update my email address.
8891 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8893         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
8895 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
8897         * MAINTAINERS: Add myself to 'Write After Approval' section.
8899 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
8901         * config.guess: Update to 2003-10-16 version.
8902         * config.sub: Update to 2003-10-16 version.
8904 2003-10-15  David Daney  <ddaney@avtrex.com>
8906         * MAINTAINERS: Added myself to 'Write After Approval' section.
8908 2003-10-15  Falk Hueffner  <falk@debian.org>
8910         * MAINTAINERS: Move myself from 'Bug database only accounts' to
8911         'Write After Approval' section. Update email.
8913 2003-10-14  Roger Sayle  <roger@eyesopen.com>
8915         * MAINTAINERS: Move myself from 'Write After Approval' to
8916         'Various Maintainers' section as middle-end maintainer.
8918 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
8920         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
8921         HOST_FLAGS_TO_PASS.
8922         * Makefile.in: Regenerate.
8924 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
8926         * config.guess: Update to 2003-10-07 version.
8927         * config.sub: Update to 2003-10-07 version.
8929 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8931         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
8932         * ltconfig (irix5*, irix6*): Don't override version_type.
8934 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
8936         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
8937         * configure: Rebuilt
8938         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
8939         * Makefile.in: Rebuilt
8941 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
8943         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
8945 2003-09-30  Carlo Wood  <carlo@alinoe.com>
8947         * MAINTAINERS (Write After Approval): Add myself.
8949 2003-09-29  Paul Koning  <ni1d@arrl.net>
8951         * MAINTAINERS: Move myself from "Write After Approval"
8952         to CPU platform maintainers for pdp11 platform.
8954 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
8956         * MAINTAINERS: Move myself from 'Write After Approval' to
8957         'Various Maintainers' section as libffi testsuite maintainer.
8959 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
8961         * configure.in: Pass a computed --program-transform-name
8962         to subconfigures.
8963         * configure: Regenerated.
8965 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
8967         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
8968         * Makefile.in: Regenerate.
8970         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
8971         * Makefile.in: Regenerate.
8973 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
8975         * MAINTAINERS: Move myself from 'Write After Approval'
8976         to 'Various Maintainers' (objective-c) section.
8978 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
8980         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
8981         quoting.
8982         * configure: Regenerated.
8984 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
8986         * MAINTAINERS (Write After Approval): Add myself to write after
8987         approval list.
8989 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
8991         * MAINTAINERS (Write After Approval): Add myself.
8993 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
8995         * MAINTAINERS: Update my e-mail address.
8997 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
8999         * libtool.m4 (LD): Correct powerpc64 host match.
9001 2003-09-06  James E Wilson  <wilson@tuliptree.org>
9003         * MAINTAINTERS: Update my affiliation and email address.
9005 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9007         * MAINTAINERS (Write After Approval): Add myself.
9009 2003-09-04  DJ Delorie  <dj@redhat.com>
9011         * configure: Regenerate.
9013 2003-09-04  Robert Millan  <robertmh@gnu.org>
9015         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
9017 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9019         * configure.in: Ensure arguments to sed are properly spaced.
9020         * configure: Regenerate.
9022 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
9024         * MAINTAINERS: Update my e-mail address.
9026 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
9028         * MAINTAINERS (Write After Approval): Add myself.
9030 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
9032         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
9033         * configure: Regenerated.
9035 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
9037         * MAINTAINERS: Update my email address.
9039 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
9041         * configure.in:  Use newline instead of semicolon when assuming
9042         shell arguments in a for loop.
9043         * configure:  Regenerated.
9045 2003-08-22  Jason Eckhardt  <jle@rice.edu>
9047         * MAINTAINERS: Resurrect the i860 maintainer.
9049 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
9051         PR 8180
9052         * configure.in: When testing with_libs and with_headers, treat
9053         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
9054         * configure: Regenerate.
9056         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
9057         make, shell, etc.
9058         (baseargs): Likewise.
9059         * configure: Regenerate.
9061 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
9063         * MAINTAINERS (Write After Approval): Add myself.
9065 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
9067         * configure.in: Disable libgcj for darwin not on powerpc.
9068         * configure: Rebuild.
9070 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
9072         * config-ml.in, symlink-tree: Add license.
9074 2003-08-03  Richard Stallman  <rms@gnu.org>
9075             Eben Moglen  <moglen@columbia.edu>
9077         * README.SCO: New file.
9079 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
9081         * Makefile.tpl (check, check-c++): Express dependencies using
9082         dependencies rather than commands.
9083         * Makefile.in: Regenerate.
9085 2003-08-01  Andrew Cagney  <cagney@redhat.com>
9087         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
9088         * configure: Ditto.
9090 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
9092         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
9093         * Makefile.in: Update.
9095 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
9097         * configure.in: Enable libgcj for darwin.
9098         * configure: Rebuild.
9100 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
9102         * config-ml.in:  Use ac_configure_args directly instead of
9103         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
9104         actually seen.
9106 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
9108         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
9109         creating target and build subdirs to build all parent dirs as needed.
9110         * Makefile.in: Rebuild.
9111         * configure.in: Don't build dirs explicitly here.
9112         * configure: Rebuild.
9114 2003-07-26  Paul Brook  <paul@nowt.org>
9116         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
9118 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
9120         * Makefile.tpl (all-make): Depend on intl.
9121         * Makefile.in: Rebuilt.
9123 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
9125         * install-sh:  Update to newer upstream versions (associated with
9126         aclocal 1.7).
9127         * mkinstalldirs:  Likewise.
9128         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
9130 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
9132         * MAINTAINERS: Move self from Bug database only accounts
9133         to write-after-approval.
9135 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
9137         * config.if: Remove unused libc_interface determination.
9139 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
9141         * MAINTAINERS: Move self from write-after-approval to
9142         build machinery (*.in).
9144 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
9146         PR bootstrap/11273
9147         PR bootstrap/11408
9148         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
9149         unused INSTALL_PROGRAM_ARGS.
9150         * configure.in: Use AC_PROG_INSTALL.
9151         * Makefile.in: Regenerate.
9152         * configure: Regenerate.
9154 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
9156         * MAINTAINERS: Alphabetize.
9158 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
9160         * configure: Rebuilt.
9161         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
9162         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
9163         newlib nor libgloss.
9164         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
9165         * configure.in (am33_2.0-*-linux*): Added.
9167 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
9169         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
9170         * configure: Regenerate.
9172 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
9174         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
9175         * Makefile.in: Regenerate.
9177 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
9179         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
9180         * Makefile.in: Regenerate.
9182 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
9184         * Makefile.tpl: Replace PWD with PWD_COMMAND.
9185         * Makefile.in: Regenerated.
9187         * config-ml.in: Replace PWD with PWD_COMMAND.
9189 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
9191         * intl: New directory; see intl/ChangeLog for details.
9192         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
9193         * Makefile.tpl: all-gcc depends on maybe-all-intl.
9194         * Makefile.in: Regenerate.
9196 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
9198         * configure.in: Clean up config-lang.in handling.  Delete
9199         useless assignment to "subdirs".
9200         * configure: Regenerate.
9202 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
9204         * configure.in: Rename 'target_libs' to 'target_libraries'.
9205         Remove useless reference to 'target_libs'.
9206         * configure: Regenerate.
9208 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
9210         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
9211         * Makefile.in: Regenerate.
9213 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9215         * Makefile.def: Introduce flags_to_pass.
9216         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
9217         * Makefile.in: Regenerate.
9219 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
9221         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
9222         and target-libgloss.
9223         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
9224         <h8300*-*-*>: Disable libf2c and ${libgcj}.
9225         * configure: Regenerate.
9227 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
9229         * configure.in: Update testsuite_flags to new location.
9230         * configure. Regenerate.
9232 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
9234         * Makefile.tpl: Remove BUILD_CC stuff.
9235         * Makefile.in: Regenerate.
9237 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
9239         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
9241 2003-06-16  Graeme Peterson  <gp@qnx.com>
9243         * MAINTAINERS (Write After Approval): Add myself.
9245 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
9247         * config.guess: Update to 2003-06-12 version.
9248         * config.sub: Update to 2003-06-13 version.
9250 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
9252         * config.guess: Update to 2003-06-06 version.
9253         * config.sub: Update to 2003-06-06 version.
9255 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9257         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
9258         * configure. Regenerate.
9260 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
9262         * configure.in: Disable serial configure by default.
9263         * configure: Regenerate.
9264         * Makefile.tpl: Abolish .NOTPARALLEL.
9265         * Makefile.in: Regenerate.
9267         * Makefile.tpl: Replace {build,host,target}_canonical by
9268         {build,host,target}.
9269         * Makefile.in: Regenerate.
9271         * Makefile.tpl: Fix stupid pasto.
9272         * Makefile.in: Regenerate.
9274 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9276         * Makefile.tpl: Remove bogus conditional.
9277         * Makefile.in: Regenerate.
9279 2003-06-05  Jan Hubicka  <jh@suse.cz>
9281         * Makefile.tpl (profiledbootstrap): New target.
9282         * Makefile.in (profiledbootstrap): New target.
9284 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
9286         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
9287         Pinski. Remove user names from other bugzilla-only maintainers.
9289 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9291         * Makefile.tpl: Make 'recursive targets' using autogen rather
9292         than shell loop.  Remove duplicate 'clean' targets and false
9293         comments.
9294         * Makefile.def: Add systematic dependencies to 'recursive' targets.
9295         Add systematic method of specifying missing targets in subdirs.
9296         Add copyright boilerplate.
9297         * Makefile.in: Regenerate.
9298         * configure.in: Add 'recursive targets' to maybe list.
9299         * configure: Regenerate.
9301         * MAINTAINERS: "GNATS only" -> "Bug database only".
9303         * Makefile.tpl: Rename [+target+] to [+make_target+].
9304         * Makefile.def: Rename 'target' to 'make_target'.
9306 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
9308         * MAINTAINERS: Add self as options handling maintainer.
9310 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
9312         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
9313         been too long since I touched those ports.
9315 2003-05-28  DJ Delorie  <dj@redhat.com>
9317         * Makefile.tpl: Make maybe-check-gcc .PHONY.
9318         * Makefile.in: Regenerate.
9320 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
9322         * configure.in: Use curly braces in the definition of tooldir.
9323         * configure: Regenerate.
9325 2003-05-21  DJ Delorie  <dj@redhat.com>
9327         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
9328         newlib or libgloss.
9329         * Makefile.in: Regenerate.
9331 2003-05-21  DJ Delorie  <dj@redhat.com>
9333         * Makefile.tpl: Add missing empty maybe-check-gcc target.
9334         * Makefile.in: Regenerate.
9336 2003-05-20  Ian Lance Taylor  <ian@airs.com>
9338         * MAINTAINERS: Update my e-mail address.
9340 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9342         * configure.in: Switch more things to use maybe dependencies.
9343         * Makefile.tpl: Switch more things to use maybe dependencies.
9344         Factor out common code from autogen IF statements.
9345         * configure: Regenerate.
9346         * Makefile.in: Regenerate.
9348 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
9350         * configure.in: Accept i[3456789]86 for machine type.
9351         * configure: Regenerate.
9353 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
9355         * configure.in: Switch more things to use maybe dependencies.
9356         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
9357         * configure: Regenerate.
9358         * Makefile.tpl: Switch more things to use maybe dependencies.
9359         * Makefile.in: Regenerate.
9361 2003-05-16  Andreas Schwab  <schwab@suse.de>
9363         * Makefile.tpl (install-opcodes): Define.
9364         * Makefile.in: Rebuild.
9366 2003-05-13  Andreas Jaeger  <aj@suse.de>
9368         * config.guess: Update to 2003-05-09 version.
9369         * config.sub: Update to 2003-05-09 version.
9371 2003-05-13  Michael Eager  <eager@mvista.com>
9373         * configure.in: Correct sed script so that options in quotes are not
9374         deleted.
9375         * configure: Rebuild.
9377 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
9379         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
9380         and $$s/newlib/libc/sys/cygwin32 include paths.
9381         * configure: Ditto.
9383 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
9385         * MAINTAINERS: Update my email addresses.
9387 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
9389         * config-ml.in: Propagate INSTALL variables.
9391 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9393         * MAINTAINERS: Remove duplicate entries in Write After Approval.
9395 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
9397         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
9398         * Makefile.in: Regenerate.
9400 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
9402         * MAINTAINERS (GNATS only): Add Falk Hueffner.
9404 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
9406         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
9408 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
9410         * Makefile.tpl: Clean $(BUILD_SUBDIR).
9411         * Makefile.in: Regenerated.
9413 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
9415         * MAINTAINERS (Write After Approval): Upgrade myself from
9416         GNATS only to write-after-approval. Update my mail address.
9418 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
9420         (OS Port Maintainers: freebsd): Add myself.
9422 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
9424         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
9426 2003-04-22  Kean Johnston  <jkj@sco.com>
9428         * MAINTAINERS (SCO ports): Added myself.
9430 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
9432         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
9434 2003-04-19  Kean Johnston  <jkj@sco.com>
9436         * MAINTAINERS (Write After Approval): Add myself.
9438 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9440         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
9441         * Makefile.in: Regenerate.
9443 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
9445         * configure.in (powerpc64*-*-linux*): Remove.
9446         * configure: Rebuilt.
9448 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
9450         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
9451         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
9452         and restrap.
9453         * Makefile.in:  Regenerate.
9455 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
9457         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
9458         * configure: Regenerated.
9460 2003-04-15  DJ Delorie  <dj@redhat.com>
9462         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
9464 2003-04-13  Nick Clifton  <nickc@redhat.com>
9466         * config-ml.in: Remove support for --disable-aix removing
9467         call-aix multilibs.
9469 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
9471         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
9472         * */configure: Rebuilt.
9474 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
9476         * MAINTAINERS: Add my email address.
9478 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
9480         * MAINTAINERS (Write After Approval): Add myself.
9482 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
9484         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
9485         * Makefile.in: Regenerate.
9487 2003-03-14  Michael Chastain  <mec@shout.net>
9489         * Makefile.in: Regenerate with correct Makefile.def.
9491 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
9493         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
9494         Make macro.
9495         * Makefile.in: Regenerate.
9496         * configure.in: Clean up gxx_include_dir logic.
9497         * configure: Regenerate.
9499 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
9501         * MAINTAINERS (Write After Approval): Add myself.
9503 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
9505         * MAINTAINERS: Update my mail address.
9507 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9509         * configure.in (gxx_include_dir): Fix typo.
9510         * configure: Regenerated.
9512 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
9514         * Makefile.tpl: Reindent.
9515         * Makefile.in: Regenerate.
9516         * configure.in: Reindent.  Don't set unused variables.
9517         * configure: Regenerate.
9519 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
9521         * configure.in: Include $(build_tooldir)/sys-include in
9522         FLAGS_FOR_TARGET.
9523         * configure: Regenerated.
9525 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
9527         * Makefile.tpl: Always pass down RANLIB.
9528         * Makefile.in: Regenerate.
9530         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
9531         * Makefile.in: Regenerate.
9532         * configure.in: Remove unused logic relating to --enable-shared
9533         and --enable-threads.  Remove bogus comments.  Remove redundant
9534         noconfigdirs.
9535         * configure: Regenerate.
9537         * configure.in: Replace ${libstdcxx_version} by its value.
9538         Remove reference to mh-dgux.
9539         * configure: Regenerate.
9541 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
9543         * MAINTAINERS (Write After Approval): Add myself.
9545 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9547         * Makefile.tpl: Rearrange.
9548         * Makefile.in: Regenerate.
9550 2003-02-25  Uwe Stieber  <uwe@wwws.de>
9552         * configure.in: Add support for kaOS as cross build target system.
9553         * configure: Regenerated.
9555 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
9557         * MAINTAINERS (Write after approval): Add myself.
9559 2003-02-21  James E Wilson  <wilson@tuliptree.org>
9561         * MAINTAINERS: Update my email address.
9563 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
9565         * MAINTAINERS: Add self to blanket write privs. section.
9567 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
9569         * Makefile.tpl: Add definition of CPPFLAGS to pass into
9570         configure-target-* as some target builds may require additional
9571         flags for preprocessor tests.
9572         * Makefile.in: Regenerated.
9574 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
9576         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
9577         * ltconfig: Handle it.
9578         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
9579         auto-detecting it.
9581         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
9582         it is used as argument to $CC.
9583         * ltcf-gcj.sh: Likewise.
9585         * configure.in: Introduce --enable-maintainer-mode.
9586         * configure: Rebuilt.
9587         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
9588         for maintainer mode.
9589         * Makefile.in: Rebuilt.
9591 2003-02-18  Jason Merrill  <jason@redhat.com>
9593         * Makefile.tpl (check-c++): Allow parallelism.
9595 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9597         * MAINTAINERS: Remove John Carr (who never actually had access to
9598         gcc.gnu.org).
9600 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
9602         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
9603         don't configure target-libobjc.
9604         * configure: Regenerate.
9606 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9608         * Makefile.tpl (RANLIB): Define.
9609         * Makefile.in: Regenerate.
9611 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
9613         * MAINTAINERS: Update my email.
9615 2003-02-06  Keith R Seitz  <keiths@redhat.com>
9617         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
9618         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
9619         * Makefile.in: Regenerated.
9620         * configure.in: Remove all traces of snavigator, db, and grep.
9621         * configure: Regenerated.
9623 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9625         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
9626         After Approval.
9628 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
9630         * MAINTAINERS (Write after approval): Add myself.
9632 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
9634         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
9635         * Makefile.in: Regenerated.
9637 2003-01-30  Roger Sayle  <roger@eyesopen.com>
9639         * config.guess: Updated to 2003-01-30's version.
9640         * config.sub: Updated to 2003-01-28's version.
9642 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
9644         * config.if: If gcc_version is already set, just use it.  Don't set
9645         gcc_version_trigger if it's already set, otherwise set it to
9646         gcc/version.c, but only if the file exists.  If it is not set and
9647         gcc/version.c does not exist, try to extract the version number from
9648         $CC.
9650 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
9652         * MAINTAINERS: Add myself to write-after-approval list.
9654 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
9656         * configure.in:  Revert 24Jan change.
9657         * configure:  Regenerate.
9659 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9661         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
9662         entry of HJ Lu.
9664 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9666         * configure.in: Revert previous change.
9667         * configure: Regenerate.
9669 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9671         * configure.in: Make rda native-only.
9672         * configure: Regenerate.
9674 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9676         * MAINTAINERS: Move myself from GNATS-only-accounts to
9677         write-after-approval.
9679 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9681         * configure.in: Add missing \.
9682         * configure: Rebuilt.
9684 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
9686         * configure.in (baseargs): Avoid using \| in sed regular
9687         expressions.
9688         * configure: Rebuilt.
9690 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
9692         * configure.in (baseargs): Remove all supported forms of
9693         --cache-file, --srcdir, --host, --build and --target options
9694         from argument lists.
9695         * configure: Rebuilt.
9697 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
9699         * MAINTAINERS: Add myself to write-after-approval list.
9701 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
9703         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
9704         * configure: Rebuilt.
9706 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9708         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
9709         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
9710         * Makefile.in: Regenerate.
9711         * configure: Regenerate.
9713 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
9715         * configure.in: Remove Makefile in build, host and target modules
9716         unless configure was run with --no-recursion.
9717         * configure: Rebuilt.
9719 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
9721         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
9722         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
9723         * Makefile.in: Regenerate.
9725 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
9727         * config.guess: Update to 2003-01-03 version.
9728         * config.sub: Update to 2003-01-03 version.
9730 2003-01-07  Christopher Faylor  <cgf@redhat.com>
9732         * configure: Regenerate with proper autoconf 2.13.
9734 2003-01-07  Christopher Faylor  <cgf@redhat.com>
9736         * configure.in: Add AC_PREREQ for consistency.
9737         * configure: Regenerate.
9739 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
9741         * configure.in (GDB_TK): Add tcl directories conditional on
9742         gdb/gdbtk directory being present.
9743         * configure: Regenerate.
9745 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
9747         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
9748         used by gcc if LD is not defined and we are not doing a Canadian Cross.
9749         * configure: Rebuilt.
9751 2002-12-31  Tom Tromey  <tromey@redhat.com>
9753         * Makefile.in: Rebuilt.
9754         * Makefile.def (target_modules) [libffi]: Allow installation.
9756 2002-12-31  Andreas Schwab  <schwab@suse.de>
9758         * configure.in: Fix use of $program_transform_name.
9759         * configure: Regenerated.
9761 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
9763         * configure.in (baseargs): Don't remove first configure argument.
9764         * configure: Regenerated.
9766 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
9768         * Makefile.tpl (local-distclean): Don't remove...
9769         (multilib.ts): ... this.  Moved into...
9770         (multilib.out): ... this.  Don't use sub-make.
9771         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
9772         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
9773         (configure-build-[+module+], configure-[+module+],
9774         configure-target-[+module+], configure-gcc): ... these.  Test
9775         for Makefile existence.  Drop config.status from dependencies.
9776         * Makefile.in: Rebuilt.
9777         * configure.in: Move gcc-version-trigger to the end of
9778         ac_configure_args.  Add comments to maybedep.tmp and
9779         serdep.tmp.  Introduce --disable-serial-configure.  Remove
9780         nonopt from baseargs, matching and removing corresponding
9781         whitespace while at it.
9782         * configure: Rebuilt.
9784 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
9786         * configure.in (host_configargs): Replace reference to
9787         no-longer-defined buildopts with --build=${build_alias}.
9788         * configure: Rebuilt.
9790         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
9791         program_transform_name to standard idiom.
9792         (AUTOGEN, AUTOCONF): Define.
9793         (Makefile.in): Use $(AUTOGEN).
9794         (Makefile): Depend on config.status, and use autoconf-style rule to
9795         build it.  Move original commands to...
9796         (config.status): ... this new target.
9797         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
9798         $(AUTOCONF).
9799         * Makefile.in: Rebuilt.
9801 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9803         * Makefile.tpl: Fix dramatic bustage due to change in
9804         program_transform_name.
9805         * Makefile.in: Regenerate.
9807         * configure.in: Remove unnecessary PATH setting.
9808         * configure: Regnerate.
9810         * configure.in: Don't default to unprefixed tools unless
9811         the native tools will work.
9812         * configure: Regenerate.
9814         * configure.in: Convert to autoconf script.  Blow away lots
9815         of now-redundant Makefile fragments.
9816         * configure: Generate using Autoconf.
9817         * Makefile.tpl: Rewrite to reflect autoconfiscation.
9818         * Makefile.in: Regenerate.
9820 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
9822         * configure: Fix stupid bug where RANLIB was mistakenly included.
9824         * configure.in: Rename (buildargs, hostargs, targargs) to
9825         (build_configargs, host_configargs, target_configargs).
9827         * configure.in: Move logic out of sed statement.
9829         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
9830         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
9832 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
9834         * config.sub: Import from master repository
9835         * config.guess: Ditto
9837 2002-12-24  Andreas Schwab  <schwab@suse.de>
9839         * Makefile.tpl (multilib.out): Fix missing space.
9840         * Makefile.in: Regenerate.
9842 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9844         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
9845         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
9846         * Makefile.in: Regenerate.
9847         * configure.in: Remove unnecessary leftovers.
9849 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
9851         * configure.in (extra_ranlibflags_for_target): New variable.
9852         (*-*-darwin): Add -c to ranlib commands.
9853         * configure (tooldir): Handle extra_ranlibflags_for_target.
9855 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9857         * Makefile.tpl: Revert HJL's change.
9858         * Makefile.in: Regenerated.
9859         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
9860         always.
9862 2002-12-19  Andreas Schwab  <schwab@suse.de>
9864         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
9865         * Makefile.in: Regenerate.
9867 2002-12-18  H.J. Lu  <hjl@gnu.org>
9869         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
9870         * Makefile.in: Regenerated.
9872         * configure.in (build_prefix): New. Substitute.
9874 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
9876         * Makefile.tpl: Don't let real targets depend on phony targets.
9877         * Makefile.in: Regenerate.
9879         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
9880         * Makefile.in: Regenerate.
9882 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
9884         * config.sub: Import from master repository
9885         * config.guess: Ditto
9887 2002-12-16  Jason Merrill  <jason@redhat.com>
9889         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
9890         previous 'make bootstrap'.
9891         * Makefile.in: Regenerate.
9893 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
9895         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
9897 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
9899         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
9900         * Makefile.in: Regenerate.
9902 2002-12-13  Jason Merrill  <jason@redhat.com>
9904         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
9905         library tests.
9906         (check-c++): Just depend on it and check-target-libstdc++-v3.
9907         * Makefile.in: Regenerate.
9909 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
9911         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
9912         * Makefile.in: Rebuilt.
9914 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
9916         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
9918 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
9920         * configure: Fix bug put in by gremlins.
9922         * Makefile.tpl: Substitute more autoconfily.
9923         * configure: Substitute more autoconfily.
9924         * Makefile.in: Regenerate.
9926 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
9928         * config.sub: Import from master repository
9929         * config.guess: Ditto
9930         * MAINTAINERS: Added Svein Seldal under write after approval
9932 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
9934         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
9935         * Makefile.in (all-sim): Ditto.
9937 2002-12-06  DJ Delorie  <dj@redhat.com>
9939         * Makefile.tpl: Change configure dependencies to not have real
9940         targets depend on phony targets.
9942 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
9944         * configure.in: Revert unintentional change.
9946         * Makefile.tpl: Change dependency for */multilib.out so that
9947         it works when gcc isn't in the tree.
9949         * configure.in: Substitute more.
9950         * configure: Run subconfigures from the Makefile.
9951         * Makefile.tpl: Run subconfigures from the Makefile; add a few
9952         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
9954 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9956         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
9958 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9960         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
9961         and corresponding dependencies.
9962         * Makefile.in: Regenerate.
9964         * configure.in (host_tools): Order binutils, gas and ld for
9965         convenience in running the testsuites.
9967         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
9968         * Makefile.in: Regenerate.
9969         * configure.in: Introduce rules to serialize subconfigure runs.
9971         * configure.in: Introduce BASE_CC_FOR_TARGET.
9972         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
9973         Realize configure-build-* targets.  Realize configure-target-* targets.
9974         * Makefile.in: Regenerate.
9976 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
9978         * configure: Move gcc_version_trigger stuff from here...
9979         * configure.in: ...to here.
9981         * configure.in: Separate subconfigure options added by this file from
9982         options given by the user.  Add machinery to put args for host
9983         subconfigures into the Makefile.
9985         * Makefile.tpl: Remove 'vault' targets.
9986         * Makefile.tpl: Reorder and comment dependencies.
9987         * Makefile.in: Regenerate.
9989 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
9990         * configure.in: Fix my broken commit of previous patch. (sigh)
9992 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
9994         * configure.in: Move host-specific darwin noconfigdirs into
9995         the host-specific section.
9997 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
9999         * configure.in: Move host-specific darwin noconfigdirs into
10000         the host-specific section.
10002 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
10004         * configure: Remove skip-this-dir support.
10005         * Makefile.tpl: Remove skip-this-dir support.
10007         * Makefile.tpl: Remove leftover support for non-autoconfiscated
10008         subdirectories.
10009         * Makefile.in: Regenerate.
10011         * Makefile.tpl: Strip out useless setting of 'dir'.
10012         * Makefile.in: Regenerate.
10014 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
10016         * configure.in: Fix deeply stupid bug.
10018         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
10019         shell code in CXX_FOR_TARGET
10020         * Makefile.def: Introduce raw_cxx.
10021         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
10022         RAW_CXX_FOR_TARGET.
10023         * Makefile.in: Regenerate.
10025 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
10027         * Makefile.tpl: Remove unnecessary ifs.
10028         * Makefile.in: Regenerate.
10030         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
10031         dependencies.  Maybe-ize build-libiberty.  Create dummy install
10032         targets for 'no_install' modules.
10033         * configure: Move GDB_TK substitution to configure.in.  Move
10034         build_modules stuff to configure.in.
10035         * configure.in: Implement soft dependency machinery.  Maybe-ize
10036         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
10037         * Makefile.in: Regenerate.
10039 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10041         * Makefile.tpl: Make all-target, install-target behave similarly
10042         to all, install (only hitting configured targets).  Eliminate
10043         unused macro defintions.
10045         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
10046         build != host.
10048         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
10050         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
10052         * configure.in: Produce lists of subdir targets we're actually
10053         configuring.  Remove references to "dosrel".
10054         * Makefile.tpl: Let configure set which subdir targets are hit.
10055         Remove install-cross; clean up install; remove ALL.  Remove
10056         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
10057         Autogenerate host module targets.  Remove empty dependency lines
10058         and redundant dependency; rearrange slightly.
10059         * Makefile.def: Add host-side libtermcap, utils.
10061         * Makefile.in: Regenerate.
10063 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10065         * ltconfig (osf[345]): Append $major to soname_spec.
10066         Reflect this in library_names_spec.
10067         * ltmain.sh (osf): Prefix $major with . for use as extension.
10069 2002-11-19  Andreas Jaeger  <aj@suse.de>
10071         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
10072         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
10073         and sparc64 GNU/Linux systems.
10075 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
10077         * MAINTAINERS: Update email.
10079 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10081         * MAINTAINERS: Complete James Dennett's entry.
10083 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
10085         * MAINTAINERS (Write After Approval): Add myself.
10087 2002-11-13  Bruce Korb  <bkorb@gnu.org>
10089         * Makefile.tpl: syntactic cleanup
10091 2002-11-13  Stuart Hastings  <stuart@apple.com>
10093         * MAINTAINERS: Add myself to write-after-approval list.
10095 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10097         * Makefile.def: Add list of recursive targets to autogenerate.
10098         Add build_modules.
10099         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
10100         targets.  Autogenerate *-build-* targets.
10101         * Makefile.in: Regenerate.
10103 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10105         * configure: More autoconf-style substitutions.
10106         * Makefile.tpl: More autoconf-style substitutions.
10107         * Makefile.in: Regenerate.
10109 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
10111         * configure: Substitute more variables in a more autoconf-friendly
10112         way.  Simplify slightly.
10113         * Makefile.tpl: Make more variables substitutable in an
10114         autoconf-friendly way.
10115         * Makefile.in: Regenerate.
10117 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
10119         * MAINTAINERS (Write After Approval): Add myself.
10121 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
10123         * configure.in (v810*): Remove special setting of tools.
10125         * configure: Add support for extra required flags for ar or nm.
10126         * configure.in (aix4.3+): Use above support for target-specific
10127         issues, rather than using config/mt-aix43.
10129 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10131         * configure: Remove 'removing', which doesn't work.  Replace $subdir
10132         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
10133         with $srcdir.  Reformat indentation.  Substitute some variables
10134         formerly hard-coded in the Makefile for build=host.
10135         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
10136         * Makefile.def: Autogenerate more.
10137         * Makefile.in: Regenerate.
10139 2002-11-04  Adam Nemet  <anemet@lnxw.com>
10141         * MAINTAINERS (Write After Approval): Add myself.
10143 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
10145         * Makefile.def (host_modules): Add rda.
10146         * Makefile.in: Regenerate.
10147         * configure.in (target_tool): Add target-rda to list.
10149 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10151         * MAINTAINERS: Remove "co-maintainer" note for web pages.
10153 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
10155         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
10156         and restrap targets to this rule.
10157         * Makefile.in:  Regenerate.
10159 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10161         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
10162         GNATS only accounts.
10164 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
10166         * configure.in (i[3456]86-*-linux*): Add check to disable
10167         ${libgcj} for glibc1.
10169 2002-10-24  Denis Chertykov  <denisc@overta.ru>
10171         * MAINTAINERS: Add myself as ip2k port maintainer.
10173 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
10175         * configure.in: Add tic4x target.
10177 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10179         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
10180         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
10181         * Makefile.in: Regenerate.
10183         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
10184         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
10185         * Makefile.in: Regenerate.
10187 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
10189         * MAINTAINERS: Add myself as web pages co-maintainer.
10191 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
10193         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
10194         * Makefile.in: Regenerate.
10196 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
10198         * MAINTAINERS: Add myself and Nathan Sidwell
10199         <nathan@codesourcery.com> as VxWorks maintainers.
10201 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
10203         * Makefile.def: Remove order dependency comments.
10204         * Makefile.tpl: Add explicit install-install dependencies.
10205         * Makefile.in: Regenerate.
10207         * Makefile.tpl: Remove material now in src-release.  (Finally!)
10208         * Makefile.in: Regenerate.
10210         * Makefile.tpl: Add configure-target (for src-release in src)
10211         * Makefile.in: Regenerate.
10213 2002-09-30  Nick Clifton  <nickc@redhat.com>
10215         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
10217 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
10219         * configure.in (s390*-*-linux*): Enable libgcj.
10221 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
10223         * configure: Revert accidentally applied changes.
10225         * Makefile.tpl: Make more autoconf-friendly.
10226         * Makefile.in: Regenerate.
10227         * configure: Make substitution more autoconf-like.
10229 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
10231         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
10232         single entry to handle all these.
10233         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
10234         libjava on arm-*-elf.
10236 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
10238         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
10239         things that depend on them.
10241 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
10243         * Makefile.tpl: Make subsituted variables more autoconfy.
10244         * Makefile.in: Regenerate.
10245         * configure: Make seds more autoconfy.
10247 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
10249         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
10250         * Makefile.in: Regenerate.
10251         * configure.in: Rewrite sed statements to look autoconfy.
10253         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
10254         all-target-foo on configure-target-foo.
10255         * Makefile.def: Ditto.
10256         * Makefile.in: Rebuild.
10258 2002-09-25  Andrew Haley  <aph@redhat.com>
10260         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
10262 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
10264         * Makefile.def: New file.
10265         * Makefile.tpl: New file.
10266         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
10267         * contrib/gcc_update: Note that Makefile.in is a generated file.
10269         * configure.in: Minor rearrangement.  Simplify tests.
10271 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
10273         * configure.in (with_headers): Skip copy if value is "yes".
10274         (with_libs): Likewise.
10276 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
10278         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
10279         * configure.in (sh*-*-pe*): Ditto.
10280         * configure.in (mips*-*-pe*): Ditto.
10281         * configure.in (*arm-wince-pe): Ditto.
10283         * configure.in: Rearrange.
10285 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
10287         * MAINTAINERS: Update my email address.
10289 2002-08-30  Paul Koning  <pkoning@equallogic.com>
10291         * MAINTAINERS: (Write After Approval): Add myself.
10293 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
10295         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
10297 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
10299         * MAINTAINERS: Change my mailing address.
10301 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
10303         * MAINTAINERS (Write After Approval): Remove myself.
10304         (Various Maintainers: c++ runtime libs): Add myself.
10306 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
10308         * MAINTAINERS (Write After Approval): Remove myself.
10309         (Various Maintainers: c++ runtime libs): Add myself.
10311 2002-08-15  Eric Christopher  <echristo@redhat.com>
10313         * config.sub: Import from master repository.
10314         * config.guess: Ditto.
10316 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
10318         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
10319         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
10320         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
10322 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
10324         * MAINTAINERS: Add self to rs6000 vector extensions.
10326 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
10328         * libiberty/configure: Reverted unintended yesterday's check in.
10330 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
10332         * boehm-gc/configure, libf2c/configure: Rebuilt.
10333         * libffi/configure, libiberty/configure: Ditto.
10334         * libjava/configure, libobjc/configure: Ditto.
10335         * libstdc++-v3/configure, zlib/configure: Ditto.
10336         Merged from binutils:
10337         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
10338         From Steve Ellcey <sje@cup.hp.com>:
10339         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
10340         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
10341         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
10342         IA64.
10343         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
10344         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
10345         soname_spec, sys_lib_search_path_spec): Ditto.
10347 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
10349         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
10351 2002-08-04  H.J. Lu  (hjl@gnu.org)
10353         * configure.in (mips*-*-linux*): Don't skip target-libffi.
10355 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
10357         * MAINTAINERS (Write After Approval): Add myself.
10359 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
10361         * configure.in: Move generic linux case to end.  Copy generic
10362         linux noconfigdirs to mips*-*-linux* entry and new
10363         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
10365 2002-07-19  Michael Matz  <matz@suse.de>
10367         * MAINTAINERS: Add myself as ra* maintainer.
10369 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
10371         * config.guess: Update to 2002-07-09 version.
10372         * config.sub: Update to 2002-07-03 version.
10374 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
10376         * MAINTAINERS: Fix typo in a maintainer email address.
10378 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
10380         * configure.in: Remove two redundant tests.
10382 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10384         * configure.in (mips*-*-irix6*o32): Enable stabs.
10386 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
10388         * configure.in: Don't build grez.
10389         * Makefile.in: Ditto.
10391         * Makefile.in: Remove references to bsp, cygmon, libstub.
10392         * configure.in: Ditto.
10394         * configure.in: Remove leftover reference to gdbtest.
10396 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
10398         * configure.in (gxx_include_dir):  Change to match versioned
10399         C++ headers if --enable-version-specific-runtime-libs is used.
10401 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
10403         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
10405 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10407         * configure.in: Make --without-x work.
10409 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
10411         * configure.in: Rearrange target Makefile fragment collection.
10413         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
10414         cvs[src].
10415         * configure.in: Ditto.
10417 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
10419         * MAINTAINERS (Write After Approval): Update my e-mail address.
10421 2002-06-24  Ben Elliston  <bje@redhat.com>
10423         * configure.in (host_tools): Remove cgen.
10425         * Makefile.in (all-cgen): Remove; runs from its source directory.
10426         (check-cgen, install-cgen, clean-cgen): Likewise.
10427         (all-opcodes): Do not depend on all-cgen.
10428         (all-sim): Likewise.
10430 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
10432         * Makefile.in: Eliminate 'apache' targets.
10433         * configure.in: Eliminate 'apache' targets.
10435         * configure.in: Eliminate redundant tests.  Reorganize.
10437         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
10439         * config-ml.in: Eliminate references to Cygnus configure.
10441         * Makefile.in: Eliminate references to building emacs.
10443 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
10445         * MAINTAINERS: Update my email address.
10447 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
10449         * config.if (libstdcxx_incdir): Version C++ headers.
10450         (cxx_incdir): Remove.
10452 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
10454         * MAINTAINERS (Write After Approval): Add self.
10456 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
10458         * configure.in: Add support for ip2k.
10460 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
10462         * configure.in: Fix AIX configury bug.
10464 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
10466         * MAINTAINERS (Write After Approval): Add self.
10468 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
10470         * configure.in: replace ${topsrcdir} with ${srcdir}
10472         * configure.in: Move definition of libstdcxx_flags
10473         right above usage, rather than waaay earlier.
10475         * configure.in: Pull definition of is_cross_compiler earlier.
10477         * configure.in: Rearrange a little.
10479         * configure.in: Remove references to librx.
10480         * Makefile.in: Remove references to librx.
10482 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
10484         * config.sub: Add support for avr target.
10485         Import from master sources, rev 1.255
10487 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
10489         * configure, .cvsignore:  Revert previous change...
10490         * Makefile:  ...delete.
10492 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
10494         * configure.in: Eliminate ${gasdir} variable.
10496 2002-06-18  Dave Brolley  <brolley@redhat.com>
10498         * configure.in: Add support for frv.
10499         * config.sub: Add support for frv.
10501 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
10503         * configure:  Remove garbage from previous commit.
10505 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
10507         * configure:  For in-source builds, make a subdir and re-exec there.
10508         * Makefile:  New file.  Pass targets through to build directory.
10509         * .cvsignore:  No longer ignore "Makefile".
10511 2002-06-16  Douglas Rupp  <rupp@gnat.com>
10513         * MAINTAINERS (Write After Approval): Add self.
10515 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10517         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
10519 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
10521         * configure.in (vax-*-netbsd*): Re-enable gas.
10523 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
10525         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
10526         BUILD_PREFIX_1, to correct nomenclature.
10527         * configure: Likewise.
10529         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
10530         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
10532 2002-05-31  Olaf Hering  <olh@suse.de>
10534         * config-ml.in: Propogate DESTDIR also.
10536 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
10538         * configure.in (vax-*-netbsd*): Don't build gas for this
10539         platform.
10541 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
10543         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10544         and libgcj for AVR.
10546 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
10548         * MAINTAINERS (Write After Approval): Add myself.
10550 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
10552         * config.guess: Update to 2002-05-22 version.
10553         * config.sub: Likewise.
10555 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10557         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
10558         * config-ml.in: Likewise.
10559         * configure: Likewise.
10560         * configure.in: Likewise.
10562 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
10564         * MAINTAINERS: Update my email address.
10566 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
10568         * configure.in: Simplify makefile fragment collection.
10570         * configure.in: Remove code to build emacs.
10572         * configure.in : Remove --srcdir argument from targargs and buildargs
10573         (it's always overridden in the Makefile anyway).  Rearrange a bit.
10575         * configure: Move some logic to configure.in.
10576         * configure.in: Move some logic from configure.
10578 2002-05-11  Tom Tromey  <tromey@redhat.com>
10580         * MAINTAINERS: Reflect libgcj reality.
10582 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
10584         * Makefile.in: Honour DESTDIR.
10586 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
10588         * config.guess: Import 2002-03-20 version.
10589         * config.sub: Import 2002-04-26 version.
10591 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10593         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
10595 2002-05-07  Tim Josling  <tej@melbpc.org.au>
10597         * MAINTAINERS: Add self.
10599 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
10601         * ltmain.sh: Detect and handle object name conflicts
10602         while piecewise linking a static library.
10604 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
10606         * configure.in (noconfigdirs): Don't disable libgcj on
10607         sparc64-*-solaris* and sparcv9-*-solaris*.
10609 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
10611         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
10613 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
10615         * configure.in (FLAGS_FOR_TARGET): Do not add
10616         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
10617         on i[3456]86-*-linux*.
10619 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
10621         * configure.in (noconfigdirs): Replace [ ] with test.
10623         * configure.in (noconfigdirs): Do not add target-newlib if
10624         target == i[3456]86-*-linux*, and host == target.
10626 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
10628         * configure.in: delete reference to absent file
10630         * configure.in: replace '[' with 'test'
10632         * configure.in: Eliminate references to gash.
10633         * Makefile.in: Eliminate references to gash.
10635         * configure.in: remove useless references to 'pic' makefile fragments.
10637         * configure.in: (*-*-windows*) Finish removing.
10639         * configure.in: Eliminate redundant test for libgui.
10641 2002-04-29  Roger Sayle  <roger@eyesopen.com>
10643         * MAINTAINERS: Add self and realphabetize.  Update entries
10644         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
10645         entry for a29k port maintainer.
10647 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
10649         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
10650         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
10652 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
10654         * configure.in: remove references to dead files
10656 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
10658         * MAINTAINERS: Add information about purpose of this file.
10660 2002-04-18  Tom Tromey  <tromey@redhat.com>
10662         * configure.in: Disallow configuring libgcj when it is already
10663         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
10664         Solaris 2.8 by default.  For PR libgcj/6158.
10666 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
10668         * configure.in:  Move default CC setting out of config/mh-* fragments
10669         directly into here.
10671 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
10673         * configure.in: don't even try to configure or make a subdirectory
10674         if there's no configure script for it.
10676 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
10678         * MAINTAINERS: Remove chill maintainers.
10679         * Makefile.in (CHILLFLAGS): Remove.
10680         (CHILL_LIB): Remove.
10681         (TARGET_CONFIGDIRS): Remove libchill.
10682         (CHILL_FOR_TARGET): Remove.
10683         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
10684         CHILL_LIB.
10685         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
10686         (CHECK_TARGET_MODULES): Likewise.
10687         (INSTALL_TARGET_MODULES): Likewise.
10688         (CLEAN_TARGET_MODULES): Likewise.
10689         (configure-target-libchill): Remove.
10690         (all-target-libchill): Remove.
10691         * configure.in (target_libs): Remove target-libchill.
10692         Do not compute CHILL_FOR_TARGET.
10693         * libchill: Remove directory.
10695 2002-04-11  DJ Delorie  <dj@redhat.com>
10697         * Makefile.in, configure.in: Sync with binutils, entries
10698         follow...
10700 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
10702         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
10703         (do-tar, do-bz2): New rules.
10704         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
10705         (gdb-tar): New rule.
10706         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
10707         (insight_dejagnu.tar): New rule.
10708         (insight.tar): New rule.
10709         (gdb+dejagnu.tar): New rule.
10710         (gdb.tar): New rule.
10712 2002-02-01  Mo DeJong  <supermo@bayarea.net>
10714         * Makefile.in: Add all-tix to deps for all-snavigator
10715         so that tix is built when building snavigator.
10717 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
10719         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
10720         ld and gdb are not supported.
10722 2002-01-07  Mark Salter  <msalter@redhat.com>
10724         * configure.in: Remove target-bsp and target-cygmon from arm builds.
10725         Allow target-libgloss to be built for arm, strongarm, and xscale.
10727 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
10729         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
10730         options for i[3456]86-pc-linux* native builds.
10732 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
10734         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
10735         files from .po files for a distribution.
10737 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
10739         * configure.in: Enable libstdc++-v3 for h8300 targets.
10741 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
10743         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
10744         version from bfd/.
10746 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
10748         * Makefile.in (VER): When present, extract the version number from
10749         the file version.in.
10751 2001-05-24  Tom Rix  <trix@redhat.com>
10753         * configure.in : enable ld for aix
10755 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10757         * config.guess: Add linux target for S/390.
10759 2000-11-07  Philip Blundell  <pb@futuretv.com>
10761         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
10763 2000-11-03  Philip Blundell  <pb@futuretv.com>
10765         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
10766         files.
10768 2001-01-15  Ben Elliston  <bje@redhat.com>
10770         * configure.in (host_tools): Add sid.
10771         Always configure cgen.
10773 2000-11-24  Nick Clifton  <nickc@redhat.com>
10775         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
10778 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
10780         * Makefile.in (ALL_MODULES): Add all-cgen.
10781         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
10782         (all-cgen): New target.
10783         (all-opcodes,all-sim): Depend on all-cgen.
10784         * configure.in (host_tools): Add cgen.
10785         Only configure cgen if --enable-cgen-maint.
10787 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
10789         * configure.in: Add *-*-freebsd* configurations.
10791 2002-04-08  Tom Tromey  <tromey@redhat.com>
10793         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
10794         Fixes PR libgcj/6068.
10796 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
10798         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
10800 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10802         * configure.in (alpha*-dec-osf*): Enable libgcj.
10804 2003-03-27  Matthew Gingell  <gingell@gnat.com>
10806         * MAINTAINERS (Write After Approval): Add myself.
10808 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
10810         Fix for: PR bootstrap/3591, target/5676
10811         * configure.in (mcore-pe): Disable the configuration of
10812         libstdc++-v3 since exceptions are not supported.
10814 2002-03-20  Anthony Green  <green@redhat.com>
10816         * configure.in: Enable libgcj for xscale-elf target.
10818 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
10820         * MAINTAINERS:  Update my email address.
10822 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
10824         * ltmain.sh (relink_command): Fix typo in previous change.
10826 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
10828         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
10829         (relink_command): Added --tag flags.
10830         (mode=install): If relinking fails; error out.
10832 2002-03-12  Richard Henderson  <rth@redhat.com>
10834         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
10835         .NOTPARALLEL tag.
10836         (do-check): Rename from check.
10837         (check): Allow parallel check.
10839 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
10841         * MAINTAINERS: Add myself as maintainer for xtensa port.
10842         Fix alphabetical order in CPU port maintainer list.
10843         Remove myself from Write After Approval list.
10845 2002-03-11  Richard Henderson  <rth@redhat.com>
10847         * Makefile.in (.NOTPARALLEL): Add fake tag.
10849 2002-03-07  H.J. Lu  (hjl@gnu.org)
10851         * configure.in: Enable gprof for mips*-*-linux*.
10853 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
10855         * MAINTAINERS (Write After Approval): Add myself.
10857 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
10859         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
10860         libjava.
10861         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
10863 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
10865         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
10866         because its Makefile is there; test for the executable instead.
10868 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
10870         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
10871         libstdc++-v3 and libjava.
10873 2002-02-11  Adam Megacz  <adam@xwt.org>
10875         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
10876         boehm-gc
10878 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
10880         * config.guess: Updated to 2002-01-30's version.
10881         * config.sub: Updated to 2002-02-01's version.
10882         Contribute sh64-elf.
10883         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
10884         * configure.in: Added sh64-*-*.
10886 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
10888         * MAINTAINERS: Belatedly add myself to write after approval list.
10890 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
10892         * MAINTAINERS: Put self in as maintainer for x86-64 port.
10893         Remove self as Write After Approval.
10895 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
10897         * MAINTAINERS: Put self in as maintainer for contrib/regression
10898         directory.
10900 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
10902         * MAINTAINERS:  Update my email address.
10904 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
10906         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
10907         target-libiberty, and target-libgloss.  Skip Java-related
10908         libraries if not supported for NetBSD on target CPU.
10910 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
10912         * install-sh: Use _inst.$$_ for temp file name.
10914 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
10916         * MAINTAINERS (Write After Approval): Move my contact info
10917         from here...
10918         (OS Port Maintainers): ...to here (netbsd).
10920 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
10922         * MAINTAINERS (Write After Approval): Add myself.
10924 2002-01-17  H.J. Lu  <hjl@gnu.org>
10926         * Makefile.in (all-fastjar): Also depend on all-libiberty.
10927         (all-target-fastjar): Also depend on all-target-libiberty.
10929 2002-01-16  H.J. Lu  (hjl@gnu.org)
10931         * config.guess: Import from master sources, rev 1.225.
10932         * config.sub: Import from master sources, rev 1.238.
10934 2002-01-16  Kazu Hirata  <kazu@hxi.com>
10936         * MAINTAINERS (Write After Approval): Remove myself.
10938 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
10940         * MAINTAINERS (Write After Approval): Add myself.
10942 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
10944         * MAINTAINERS: Add self as docs co-maintainer.
10946 2001-12-11  Matthias Klose  <doko@debian.org>
10948         * MAINTAINERS (Write After Approval): Add myself.
10950 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
10952         * MAINTAINERS: Update my email address.
10954 2001-12-07  Turly O'Connor  <turly@apple.com>
10955         * MAINTAINERS (Write After Approval): Add myself.
10956         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
10957         (rs6000_initialize_trampoline): Call __trampoline_setup for
10958         ABI_DARWIN too.
10959         * darwin-tramp.asm: New file, implements __trampoline_setup.
10960         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
10962 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
10964         * MAINTAINERS (Write After Approval): Add myself.
10966 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
10968         * configure, configure.in: Use temp file for long sed commands.
10970 2001-12-03  Laurent Guerby  <guerby@acm.org>
10972         * config.sub: Update to version 1.232 on subversion.
10974 2001-12-03  Ben Elliston  <bje@redhat.com>
10976         * MAINTAINERS: Update mail address for config.* patches.
10978 2001-11-27  DJ Delorie  <dj@redhat.com>
10979             Zack Weinberg  <zack@codesourcery.com>
10981         When build != host, create libiberty for the build machine.
10983         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
10984         CONFIG_ARGUMENTS.
10985         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
10986         New variables.
10987         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
10988         and rules.
10989         (all.normal): Depend on ALL_BUILD_MODULES.
10990         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
10991         (all-build-libiberty): Depend on configure-build-libiberty.
10993         * configure: Calculate and substitute proper value for
10994         ALL_BUILD_MODULES.
10995         * configure.in: Create the build subdirectory.
10996         Calculate and substitute TARGET_CONFIGARGS (formerly
10997         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
10999 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
11001         * MAINTAINERS (write-after-approval): Add self.
11003 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
11005         * MAINTAINERS (GNATS only accounts): Remove self.
11007 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
11009         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
11010         libf2c.
11012 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
11014         * MAINTAINERS (Write After Approval): Add self.
11016 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
11018         * MAINTAINERS: mips and s390 are also CPU ports.
11020 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
11022         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
11024 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
11026         * MAINTAINERS: Alphabetize.
11028 2001-11-09  Kazu Hirata  <kazu@hxi.com>
11030         * MAINTAINERS (Various maintainers: h8 port): Add myself.
11032 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11034         * MAINTAINERS (Various maintainers: hppa port): Added myself.
11036 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
11038         * configure.in (--enable-languages): Be more permissive about
11039         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
11041 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
11043         * config.sub: Import from master sources, rev. 1.230.
11044         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
11046 2001-11-07  Laurent Guerby  <guerby@acm.org>
11048         * MAINTAINERS (Write After Approval): Add self.
11050 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
11052         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
11054 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
11056         * config.sub: Import from master sources, rev 1.226.
11057         * config.guess: Import from master sources, rev 1.216.
11059 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
11061         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
11062         * MAINTAINERS: Add self as maintainer of MMIX port.
11063         Remove old after-approval entry.
11065 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
11067         * ChangeLog, configure: Fix spelling errors.
11069 2001-10-20  Brendan Kehoe  <brendan@zen.org>
11071         * MAINTAINERS: Tweak my address.
11073 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
11075         * MAINTAINERS: Update my email address.
11077 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
11079         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
11080         * MAINTAINERS: Add self as maintainer of CRIS port.
11082 2001-10-10  Geert Bosch  <bosch@gnat.com>
11084         * MAINTAINERS (Various maintainers: Ada front end):
11085         Added Robert Dewar.
11087 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
11089         * MAINTAINERS (Write After Approval): Added self
11091 2001-10-02  Geert Bosch  <bosch@gnat.com>
11093         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11095 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
11097         * configure: Handle temporary files securely using mkdir.
11099 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
11101         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
11103 2001-09-26  Will Cohen  <wcohen@redhat.com>
11105         * configure.in (*-*-linux*): Disable configuration of target-newlib
11106         and target-libgloss.
11108 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
11110         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
11111         RANLIB.
11113 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
11115         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
11116         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
11117         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
11118         avoid quotes nesting problems.
11119         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
11120         (DO_X): Export only variables that are set.
11122 2001-09-19  Ben Elliston  <bje@redhat.com>
11124         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
11125         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
11126         semantics.  Use the shell built-in "type" command instead.
11128 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
11130         Merged from gcc-3_0-branch:
11131         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
11132         * ltcf-c.sh: Use $objext, not $ac_objext.
11133         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
11134         * ltcf-cxx.sh: Add support for GNU.
11135         2001-07-22  Timothy Wall  <twall@redhat.com>
11136         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
11137         default settings if using GNU tools with that configuration.
11138         * ltcf-cxx.sh: Ditto.
11139         * ltcf-gcj.sh: Ditto.
11140         2001-07-21  Michael Chastain  <chastain@redhat.com>
11141         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
11142         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
11143         * ltmain.sh: Mark as gcc-local.
11145 2001-08-30  Eric Christopher  <echristo@redhat.com>
11146             Jason Eckhardt  <jle@redhat.com>
11148         * config.guess: Merge from master sources.
11149         * config.sub: Merge from master sources, add support for mipsisa32.
11151 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
11152         * config.sub: Merge from master sources, rev 1.219.
11153         * MAINTAINERS: Add self as contact for stormy16 port.
11155 2001-08-14  Zack Weinberg  <zackw@panix.com>
11157         * config.sub: Merge from master sources, rev 1.218.
11158         * config.guess: Merge from master sources, rev 1.209.
11160 2001-08-11  Graham Stott  <grahams@redhat.com>
11162         * Makefile.in (check-c++): Add missing semicolon.
11164 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
11166         * MAINTAINERS (Various maitainers: predict.def): Added myself.
11168 2001-07-30  Eric Christopher  <echristo@redhat.com>
11170         * MAINTAINERS (Various maintainers: mips port): Added myself.
11172 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
11174         * configure.in (sh-*-linux*): New.
11176 2001-07-27  Richard Henderson  <rth@redhat.com>
11178         * .cvsignore: Add LAST_UPDATED.
11180 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
11182         * MAINTAINERS (Various maintainers: s390 port): Added myself.
11184 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
11186         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
11188 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
11190         * MAINTAINERS (Write After Approval): Added myself.
11192 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11194         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11195         and libgcj on m68hc11/m68hc12.
11197 2001-06-27  H.J. Lu  (hjl@gnu.org)
11199         * Makefile (CFLAGS_FOR_BUILD): New.
11200         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
11202 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11204         * README: Remove version number.
11206 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11208         * INSTALL/README: Update wrt. to the installation instructions now
11209         residing in gcc/doc/install.texi.
11211 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11213         * README: Replace with a cut-down and updated version of gcc/README.
11215 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
11217         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
11218         multilibs to be disabled.
11220 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
11222         * MAINTAINERS (Write After Approval): Add myself.
11224 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
11226         * config.guess: Import CVS version 1.195.
11227         * config.sub: Import CVS version 1.212.
11229 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
11231         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11232         gcc/xgcc is built, use -print-prog-name to find out the program
11233         name to use.
11235 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
11237         * config.guess:  Import CVS version 1.194.  All gcc-local changes
11238         appear to also be in the master copy.
11239         * config.sub:  Import CVS version 1.211.
11241 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
11243         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
11244         with_gcc]: Use `gcc -shared' to build a shared library.
11246 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11248         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
11249         archives.
11251 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11253         * MAINTAINERS (Write After Approval): Add myself.
11255 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
11257         * configure.in (libstdcxx_flags): Do not try to execute
11258         libstdc++-v3/testsuite_flags until it exists.
11260 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
11262         * MAINTAINERS: Update my email address.
11264 2001-05-31  Graham Stott  <grahams@redhat.com>
11266         * MAINTAINERS (Write After Approval): Add myself.
11268 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
11270         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
11271         libraries when using g++ with native linker.
11273 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
11275         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
11277 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
11279         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
11280         [aix4*|aix5*]: Prepend blank.
11282 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
11284         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11285         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
11286         of subdir/configure scripts to use the new libtool.m4.
11288 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
11290         * MAINTAINERS (Write After Approval): Add myself.
11292 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
11294         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
11296 2001-05-11  Ben Elliston  <bje@redhat.com>
11298         * Makefile.in (all-sid): New target.
11299         (check-sid, clean-sid, install-sid): Likewise.
11301 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
11303         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
11305 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
11307         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
11308         libgcj.
11310 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
11312         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11313         gcc/xgcc is built, use -print-prog-name to find out the program
11314         name to use.
11316 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
11318         * configure.in (noconfigdirs): Don't reset it from scratch in the
11319         target case; only append to it.
11321         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
11322         sparc-*-solaris2.8]: Disable ${libgcj}.
11324 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
11326         * configure.in (libgcj_saved): Copy from $libgcj.
11327         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
11328         --disable-libgcj.
11330 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
11332         * MAINTAINERS: Remove self as MIPS maintainer and
11333         C front end maintainer.
11335 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
11337         * configure.in: Move *-chorusos target case to the proper switch.
11338         Disable libgcj.
11340 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
11342         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
11343         1.641.2.228.
11345 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11347         * Makefile.in (STAGE1_CFLAGS): Pass down.
11349 2001-04-13  Alan Modra  <amodra@one.net.au>
11351         * config.guess: Add hppa64-linux support.  Note for next import that
11352         this is already in the master file.
11353         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
11355 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
11357         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11358         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
11360 2001-04-11  Stan Shebs  <shebs@apple.com>
11362         * MAINTAINERS: Add self as Darwin port maintainer.
11364 2001-04-11  Alan Modra  <amodra@one.net.au>
11366         * MAINTAINERS: Update my email address.
11368 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
11370         * ltcf-cxx.sh: Support creation of C++ shared libraries on
11371         recent versions of FreeBSD (release 3 or later).
11372         * ltconfig: On FreeBSD, -lc must not be provided when building
11373         a shared library or else the standard -pthread gcc option is
11374         rendered worthless to later users of the built library.
11376 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
11378         * MAINTAINERS: Add self and RTH as C front end maintainers.
11380 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
11382         * config.sub: Make sure to match an already-canonicalized
11383         machine name (eg. mn10300-unknown-elf).
11385 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
11387         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
11388         New macros.
11389         (bootstrap, cross): Use RECURSE_FLAGS.
11390         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
11392 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
11394         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
11396 2001-03-22  Colin Howell  <chowell@redhat.com>
11398         * Makefile.in (DO_X): Do not backslash single-quotes in
11399         backquotes (two places).
11401 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
11403         Re-installed:
11404         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
11405         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
11406         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
11407         * ltcf-cxx.sh: Likewise.
11408         * ltcf-gcj.sh: Likewise.
11410 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11412         * MAINTAINERS: Add myself as "documentation co-maintainer".
11414 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
11416         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11417         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
11419 2001-03-19  Tom Tromey  <tromey@redhat.com>
11421         * config-ml.in: Handle GCJ and GCJFLAGS.
11423 2001-03-21  Michael Chastain  <chastain@redhat.com>
11425         * Makefile.in: all-m4 depends on all-texinfo.
11427 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
11429         * MAINTAINERS: Add myself to write after approval list.
11431 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
11433         * Makefile.in (DO_X): Quote nested quotes.
11435 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
11437         * MAINTAINERS: Add myself to write after approval list.
11439 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
11441         * Makefile.in (DO_X): Use double quotes for quoting
11442         "RANLIB=$${RANLIB}".
11444 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
11446         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
11448 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
11450         * configure.in: Only use `lang_requires' for languages athat are
11451         actually enabled.
11453 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
11455         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
11457 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
11459         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
11461 2001-03-07  Tom Tromey  <tromey@redhat.com>
11463         * configure.in: Allow config-lang.in to set `lang_requires' to list
11464         of other required languages.
11466 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
11468         * Makefile.in: Remove RANLIB definition. Use RANLIB
11469         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
11470         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
11472 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
11473             Alexandre Oliva  <aoliva@redhat.com>
11475         * Makefile.in (check-c++): Use tabs, not spaces.
11477 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
11479         * MAINTAINERS: add myself to Write After Approval list.
11481 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
11483         * Makefile.in (check-c++): New rule.
11485         * configure.in (target_libs): Remove libg++.
11486         (noconfigdirs): Remove libg++.
11487         (noconfigdirs): Same.
11488         (noconfigdirs): Same.
11489         (noconfigdirs): Same.
11491         * config-ml.in: Remove libg++ references.
11493         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
11494         (ALL_TARGET_MODULES): Same.
11495         (configure-target-libg++): Remove.
11496         (all-target-libg++): Remove.
11497         (configure-target-libio): Remove.
11498         (all-target-libio): Remove.
11499         (check-target-libio): Remove.
11500         (.PHONY): Remove.
11501         (libg++.tar.bz2): Remove.
11502         (all-target-cygmon): Remove libio.
11503         (all-target-libstdc++): Remove.
11504         (configure-target-libstdc++): Remove.
11505         (TARGET_LIB_PATH): Remove libstdc++.
11506         (ALL_GCC_CXX): Remove libstdc++.
11507         (all-target-gperf): Correct.
11509 2001-02-16  Nick Clifton  <nickc@redhat.com>
11511         * configure.in (noconfigdirs): Allow configuration of texinfo
11512         for Cygwin hosts.
11514 2001-02-15  Anthony Green  <green@redhat.com>
11516         * configure: Introduce GCJ_FOR_TARGET.
11517         * configure.in: Ditto.
11518         * Makefile.in: Ditto.
11520 2001-02-13  Andreas Schwab  <schwab@suse.de>
11522         * MAINTAINERS: Update mail address.
11524 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11526         * config.guess: Add linux target for S/390.
11527         * config.sub: Likewise.
11529 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
11531         * configure.in: for *-chorusos, don't config target-newlib and
11532         target-libgloss.
11534 2001-02-06  Ben Elliston  <bje@redhat.com>
11536         * configure: Output host type to stdout, not stderr.
11538 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
11540         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
11541         * ltcf-cxx.sh: Likewise.
11543         * config.if: Assume enable_libstdcxx_v3 is defined.
11545 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
11547         Remove V2 C++ library.
11548         * configure.in: Remove --enable-libstdcxx_v3 support.
11550 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
11552         * include/demangle.h: Add prototype for java_demangle_v3.
11554 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
11556         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
11558 2001-01-27  Richard Henderson  <rth@redhat.com>
11560         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
11562 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
11564         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
11565         Don't unset, it's non-portable and no longer necessary, set to empty
11566         instead.
11568 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11570         * ltconfig: Shell portability fix for the tagname validity check.
11572 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
11574         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
11575         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
11577 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
11579         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
11581 2001-01-26  Tom Tromey  <tromey@redhat.com>
11583         * configure.in: Allow libgcj to be built on Sparc Solaris.
11585 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
11587         * ltcf-c.sh: Add aix5 case.
11588         * ltcf-cxx.sh: Likewise.
11589         * ltconfig: Likewise.
11591 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
11593         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
11594         keep at least one of build_libtool_libs or build_old_libs set to
11595         yes.
11597         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
11598         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
11600 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
11602         * configure.in: Enable libgcj on several additional platforms.
11604 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
11606         * configure.in: Enable libgcj for linux targets.
11608 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
11610         * MAINTAINERS (Write After Approval): Add myself.
11612 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11614         * MAINTAINERS: Add myself as vax port maintainer.
11616 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
11618         * MAINTAINERS: Add myself as Mercury front-end maintainer.
11620 2001-01-09  Mike Stump  <mrs@wrs.com>
11622         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
11623         failures of subdirectories.
11625 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
11627         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
11628         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
11629         * ltcf-cxx.sh: Likewise.
11630         * ltcf-gcj.sh: Likewise.
11631         * ltconfig.sh: Fix typo.
11633 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
11635         * configure: handle DOS-style absolute paths.
11637 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
11639         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
11641 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
11643         * MAINTAINERS: Add myself as avr port co-maintainer.
11645 2000-12-28  Ben Elliston  <bje@redhat.com>
11647         * MAINTAINERS: Add myself under ``Write After Approval''.
11649 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
11651         * texinfo: Remove directory from GCC.
11653 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11655         * COPYING: Update to current
11656         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
11657         to 19yy as example year in copyright notice).
11659 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
11661         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
11662         (libstdcxx_incdir): Pass down.
11663         * config.if: Remove expired bits for cxx_interface, add stub.
11664         (libstdcxx_incdir): Add variable for g++ include directory.
11665         * configure.in (gxx_include_dir): Use it.
11667 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
11669         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
11670         with old-email address from ``Write After Approval''.
11672 2000-12-15  Andreas Jaeger  <aj@suse.de>
11674         * configure.in: Handle lang_dirs.
11676 2000-12-14  Tom Tromey  <tromey@redhat.com>
11678         * MAINTAINERS: Removed brads.
11680         * MAINTAINERS: Added gcj developers.
11682 2000-12-13  Anthony Green  <green@redhat.com>
11684         * configure.in: Disable libgcj for any target not specifically
11685         listed.  Disable libgcj for x86 and Alpha Linux until compatible
11686         with g++ abi.
11688 2000-12-13  Mike Stump  <mrs@wrs.com>
11690         * Makefile.in (local-distclean): Also remove fastjar.
11692 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
11694         * contrib/gcc_update: Add fastjar --touch entries.
11696 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
11698         * configure.in: Disable language-specific target libraries for
11699         languages that aren't enabled.
11701 2000-12-10  Anthony Green  <green@redhat.com>
11703         * configure.in: Define libgcj.  Disable libgcj target libraries for
11704         most targets.
11706 2000-12-10  Neil Booth  <neilb@earthling.net>
11708         * MAINTAINERS: Update mail address, remove from WAA list.
11710 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11712         * libjava: Imported from /cvs/java.
11713         * libffi: Likewise.
11714         * Boehm-gc: Likewise.
11716 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11718         * configure.in (target_libs): Revert 2000-12-08 patch.
11719         (noconfigdirs): Added target-libjava.
11721 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
11723         * djunpack.bat: removed.
11725 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
11727         * Makefile.in: handle DOS-style absolute paths.
11728         * config-ml.in: likewise.
11729         * symlink-tree: likewise.
11731 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11733         * fastjar: Imported.
11735 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11737         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
11738         libjava.
11739         * configure.in (target_libs): Removed `target-libjava'.
11741 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11743         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
11744         (ALL_MODULES): Added fastjar.
11745         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
11746         (all-target-libjava): all-fastjar replaces all-zip.
11747         (all-fastjar): Added.
11748         (configure-target-fastjar, all-target-fastjar): Likewise.
11749         * configure.in (host_tools): Added fastjar.
11751 2000-12-07  Mike Stump  <mrs@wrs.com>
11753         * Makefile.in (local-distclean): Remove leftover built files.
11755 2000-11-24  Nick Clifton  <nickc@redhat.com>
11757         * configure.in (xscale-elf): Add target.
11758         (xscale-coff): Add target.
11760 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
11762         * ltcf-cxx.sh: Support creation of C++ shared libraries on
11763         recent versions of FreeBSD (release 3 or later).
11764         * ltconfig: On FreeBSD, -lc must not be provided when building
11765         a shared library or else the standard -pthread gcc option is
11766         rendered worthless to later users of the built library.
11768 2000-11-16  Fred Fish  <fnf@be.com>
11770         * configure.in (enable_libstdcxx_v3): Fix typo,
11771         libstd++ -> libstdc++.
11773 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11775         * MAINTAINERS: Add self to Write After Approval list.
11777 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
11779         * MAINTAINERS: Update my email address.  Add myself to global write
11780         privs list.
11782 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
11784         * Makefile.in: Merge with src and libgcj.
11785         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
11786         configure-target-<library> when their configure scripts need the C
11787         or C++ library to have already been built to work properly.
11788         (do_proto_toplev): Set them to an empty string.
11790         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
11791         (REALLY_SET_LIB_PATH): Use them.
11793 2000-11-17  Stan Shebs  <shebs@apple.com>
11795         * MAINTAINERS: Add self to Write After Approval list.
11797 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11799         * configure: Provide the original toplevel configure arguments
11800         (including $0) to subprocesses in the environment rather than
11801         through gcc/configargs.h.
11803 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11805         * MAINTAINERS: Remove references to cccp. Change C9X reference to
11806         C99.  Alphabetise "Write After Approval" list.
11808 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
11810         * configure: Turn on libstdc++ V3 by default.
11812         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
11813         if we've got GCC.
11815 2000-11-11  Philip Blundell  <philb@gnu.org>
11817         * MAINTAINERS: Add self to Write After Approval list.
11819 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
11821         * ltcf-c.sh (aix4): Improve shared library configuration; require
11822         exporting symbols.
11823         * ltcf-cxx.sh (aix4): Define.
11824         * ltconfig (aix4): Define library and soname specs appropriate for
11825         AIX.  Define command to create export symbols list.
11827 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
11829         * config.sub: Add support for Sun Chorus
11831 2000-10-31  Nick Clifton  <nickc@redhat.com>
11833         * MAINTAINERS: Rename <name>@cygnus.com addresses to
11834         <name>@redhat.com.  Also installed new email address for Clint
11835         Popetz.
11837 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
11839         * etc: Remove directory from GCC.
11841 2000-10-16  Michael Meissner  <meissner@redhat.com>
11843         * configure (gcc/configargs.h): Only create if there is a build GCC
11844         directory created.
11846 2000-10-16  Matthias Klose  <doko@debian.org>
11848         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
11849         when configured for libstdc++-v3.
11851 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
11853         * configure: Save configure arguments to gcc/configargs.h.
11855 2000-10-04  Philipp Thomas  <pthomas@suse.de>
11857         * config.guess: Import CVS version 1.157.
11858         * config.sub: Import CVS version 1.181.
11860 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
11862         * Makefile.in (bootstrap): avoid recursion if subdir missing
11863         (cross): ditto
11864         (do-proto-toplev): ditto
11866 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
11868         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
11869         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
11871         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
11872         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
11873         all affected `configure' scripts.
11875 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
11877         * MAINTAINERS: Add self as cpplib co-maintainer.
11879 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
11881         * MAINTAINERS: Add self to Write After Approval list.
11883 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11885         * INSTALL/README: egcs -> GCC update.
11887 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
11889         * MAINTAINERS: Add myself to Write After Approval list.
11891 2000-09-15  Kazu Hirata  <kazu@hxi.com>
11893         * MAINTAINERS: Add myself to Write After Approval list.
11895 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
11897         * configure.in: Do not build byacc for hppa64.  Provide paths to the
11898         X11 libraries for hppa64.
11900 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11902         * MAINTAINERS: Add myself as 68hc11 port maintainer.
11904 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
11906         * Makefile.in (all-zlib): Added dummy target.
11908         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11909         ltcf-gcj.sh: Updated from libtool multi-language branch.
11911 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
11913         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
11914         (bootstrap*): Depend on all-bootstrap.
11916 2000-09-05  Philipp Thomas  <pthomas@suse.de>
11918         * config.guess: Import CVS version 1.156.
11919         * config.sub: Import CVS version 1.179.
11921 2000-09-02  Anthony Green  <green@cygnus.com>
11923         * Makefile.in (all-gcc): Depend on all-zlib.
11924         (CLEAN_MODULES): Add clean-zlib.
11925         (ALL_MODULES): Add all-zlib.
11926         * configure.in (host_libs): Add zlib.
11928 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
11930         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
11931         crosses, but add gcc/include to the header search path for them.
11933 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
11935         * MAINTAINERS: Add self to Write After Approval list.
11937 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11939         * config.guess: Import CVS version 1.152.
11940         * config.sub: Import CVS version 1.177.
11942 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
11944         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
11945         $targargs to tell whether newlib is going to be built.
11947         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
11948         $$r/TARGET_SUBDIR/libio for _G_config.h.
11950 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
11952         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
11954 2000-08-22  DJ Delorie  <dj@redhat.com>
11956         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
11958 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
11960         * config-ml.in (CC, CXX): Avoid trailing whitespace.
11961         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
11962         sub-configures.
11964 2000-08-21  DJ Delorie  <dj@redhat.com>
11966         * MAINTAINERS: Add self as a libiberty maintainer
11968 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
11970         * configure.in (libstdcxx_flags): Use
11971         libstdc++-v3/src/libstdc++.INC.
11973 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
11975         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
11977 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
11979         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
11981         * configure: Make enable_threads and enable_shared defaults
11982         explicit.  Substitute enable_threads into generated Makefiles.
11983         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
11984         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
11986 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
11988         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
11990 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
11992         * config-ml.in (CC): Remove bogus duplicate quotation mark from
11993         previous delta.
11995 2000-08-11  Jason Merrill  <jason@redhat.com>
11997         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
11998         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
11999         (FLAGS_FOR_TARGET): Not here.
12000         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
12002 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
12004         * config-ml.in (CC, CXX): Don't introduce a leading space.
12006 2000-08-07  DJ Delorie  <dj@delorie.com>
12008         * MAINTAINERS: Add self as a DJGPP maintainer
12010 2000-08-07  DJ Delorie  <dj@redhat.com>
12012         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
12013         "if we're also building gcc, and it's a gcc that will run on the
12014         build machine, we want to use its includes instead of the system's
12015         default includes".
12017 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
12019         * MAINTAINERS: Add self to Write After Approval list.
12021 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
12023         * configure.in (libstdcxx_flags): Don't use `"'.
12025         * config-ml.in: Adjust multilib search paths to the
12026         appropriate multilib tree.
12028 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
12030         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
12031         commas in $LANGUAGES.
12033 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
12035         * configure.in: Re-enable all references to libg++ and librx.
12037 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
12039         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
12040         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
12041         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
12042         * ltcf-cxx.sh (need_lc): Set based on postdeps.
12044         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
12046 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
12048         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
12049         CXX_FOR_TARGET for sed.
12051 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
12053         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
12054         Do not override if already set in the environment or in configure.
12055         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
12056         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
12058 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
12060         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
12061         the libtool CVS tree multi-language branch.
12062         * ltconfig, ltmain.sh: Updated.
12064 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
12066         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
12067         (clean-target): Depend on it.
12069         * Makefile.in (FLAGS_FOR_TARGET): New macro.
12070         (GCC_FOR_TARGET): Use it.
12071         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
12072         * configure.in: ... here.
12073         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
12074         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
12076 2000-07-24  Eric Christopher  <echristo@cygnus.com>
12078         * MAINTAINERS: Add self to Write After Approval list.
12080 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
12082         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
12083         (configure-target-libchill, configure-target-libobjc): Likewise.
12085         * configure.in: Use the same cache file for all target libs.
12086         * config-ml.in: But different cache files per multilib variant.
12088 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12090         * configure (topsrcdir): Don't use dirname.
12092 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
12094         * MAINTAINERS: Add self to Write After Approval list.
12096 2000-07-20  Jason Merrill  <jason@redhat.com>
12098         * configure.in: Remove all references to libg++ and librx.
12100         * configure, configure.in, Makefile.in: Unify gcc and binutils.
12102 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
12104         * config.sub: Update to subversions version 2000-07-06.
12106 2000-07-12  Andrew Haley  <aph@cygnus.com>
12108         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
12109         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
12111 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
12113         * symlink-tree:  Check number of arguments.
12115 2000-07-05  Jim Wilson  <wilson@cygnus.com>
12117         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
12118         search path for a g++ extracted from the build tree.  This
12119         will allow link tests run by configure scripts in
12120         subdirectories to succeed.
12122 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
12124         * ltconfig: Add support for mips-dde-sysv4.2MP
12126 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12128         * MAINTAINERS: Add myself as loop discovery maintainer.
12130 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
12132         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
12133         `os2'. Force ac_cv_exeext to be ".exe" in that case.
12135 2000-06-19  Timothy Wall  <twall@cygnus.com>
12137         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
12138         * config.sub: Add tic54x target.
12140 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
12142         * MAINTAINERS: Add self as Fortran maintainer,
12143         remove Craig Burley.
12145 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12147         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
12148         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
12150 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
12152         * MAINTAINERS: Add self as i18n maintainer
12154 20000-05-21  H.J. Lu  (hjl@gnu.org)
12156         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
12157         directory are used if they exist. Make sure
12158         $(build_tooldir)/include is searched for header files,
12159         $(build_tooldir)/lib/ for library files.
12160         (GCC_FOR_TARGET): Likewise.
12161         (CXX_FOR_TARGET): Likewise.
12163 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
12165         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
12167 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
12169         * Makefile.in (configure-target-libiberty): Depend on
12170         configure-target-newlib.
12172 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
12174         * configure.in, Makefile.in: Merge all libffi-related
12175         configury stuff from the libgcj tree.
12177 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12179         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12180         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
12182 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12184         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12185         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
12186         current version information.  Add to proto-toplev directory.
12187         (gdb-taz): Build do-djunpack.
12189 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
12191         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
12193 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12195         * MAINTAINERS: Add self to Write After Approval list.
12197 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12199         * ltmain.sh: Preserve in relink_command any environment
12200         variables that may affect the linker behavior.
12202 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
12204         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
12206 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
12208         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
12210 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
12212         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
12213         with the version name.
12215 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
12217         * MAINTAINERS: Add self as bb-reorder maintainer.
12219 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
12221         * config.if: Tweak.
12223 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
12225         * djunpack.bat: New file.
12227 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12229         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
12230         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
12231         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
12232         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
12234 2000-04-16  Dave Pitts  <dpitts@cozx.com>
12236         * config.sub (case $basic_machine): Change default for "ibm-*"
12237         to "openedition".
12239 2000-04-13  Andreas Jaeger  <aj@suse.de>
12241         * MAINTAINERS: Added myself.
12243 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12245         * Makefile.in (gdb-taz): New target.  GDB specific archive.
12246         (do-md5sum): New target.
12247         (MD5PROG): Define.
12248         (PACKAGE): Default to TOOL.
12249         (VER): Default to a shell script.
12250         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
12251         md5 checksum generation.
12252         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
12253         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
12254         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
12255         insight.tar.bz2): Use gdb-taz to create archive.
12257 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12259         * configure (warn_cflags): Delete.
12261 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
12263         * MAINTAINERS: Added myself.
12265 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
12266             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
12268         * configure.in (enable_libstdcxx_v3): Add.
12269         (target_libs): Add bits here to switch between libstdc++-v2 and
12270         libstdc++-v3.
12271         * config.if: And this file too.
12272         * Makefile.in: Add libstdc++-v3 targets.
12274 2000-04-05  Michael Meissner  <meissner@redhat.com>
12276         * config.sub (d30v): Add d30v as a basic machine type.
12278 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
12280         * configure.in: -linux-gnu*, not -linux-gnu.
12282 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
12284         * MAINTAINERS: Add self in write-after-approval section.
12286 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
12288         * MAINTAINERS: Add self as ia64 port maintainer.
12290 2000-03-08  Neil Booth  <NeilB@earthling.net>
12292         * MAINTAINERS: Add self in write-after-approval section.
12294 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12296         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
12297         (do-tar-bz2): Replace TOOL with PACKAGE.
12298         (gdb.tar.bz2): Remove GDBTK from GDB package.
12299         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
12300         dejagnu.tar.bz2): New packages.
12302 2000-02-27  Andreas Jaeger  <aj@suse.de>
12304         * configure.in: Add entry for mips*-*-linux*, move catch all
12305         *-*-*linux* entry below this one.
12307 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
12309         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
12311 2000-02-24  Nick Clifton  <nickc@cygnus.com>
12313         * config.sub: Support an OS of "wince".
12315 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12317         * config.guess, config.sub: Updated to match config's 2000-02-15
12318         version.
12320 2000-02-23  Linas Vepstas  <linas@linas.org>
12322         * config.sub: Add support for Linux/IBM 370.
12323         * configure.in: Likewise.
12325 2000-02-22  Nick Clifton  <nickc@cygnus.com>
12327         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
12329 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
12331         * config.guess: Guess "cygwin" rather than "cygwin32".
12333 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12335         * configure (gcc_version): When setting, narrow search to
12336         lines containing `version_string'.
12338 2000-02-15  Denis Chertykov  <denisc@overta.ru>
12340         * config.sub: Add support for avr target.
12342 2000-02-14  Nick Clifton  <nickc@cygnus.com>
12344         * MAINTAINERS: Add maintainers for MCore port.
12346 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12348         * config.sub: Add mmix-knuth-mmixware.
12350 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12352         * MAINTAINERS: Pair cccp with cpplib maintainership.
12354 2000-01-27  Christopher Faylor  <cgf@redhat.com>
12356         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
12357         structure stuff to -L library search.
12358         (CXX_FOR_TARGET): Ditto.
12359         (CROSS_CHECK_MODULES): Fix spelling mistake.
12361 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
12363         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
12364         the C++ compiler.
12366 2000-01-12  Richard Henderson  <rth@cygnus.com>
12368         * configure.in: Don't build some bits for beos.
12370 2000-01-12  Joel Sherrill (joel@OARcorp.com)
12372         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
12373         as include files.
12375 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
12377         * Add self as cpplib maintainer, as requested by Jason
12378         Merrill.  Correct my e-mail address.
12380 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
12382         * configure.in: Use mt-aix43 to handle *_TARGET defs,
12383         not mh-aix43.
12385 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
12387         * MAINTAINERS: Add myself to "write after approval" list.
12389 1999-12-14  Richard Henderson  <rth@cygnus.com>
12391         * config.guess (alpha-osf, alpha-linux): Detect ev67.
12392         * config.sub: Accept alphaev[78], alphaev8.
12394 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12396         * config.guess, config.sub: Update from autoconf.
12398 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
12400         * MAINTAINERS:  update my playtime e-address.
12402 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12404         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
12405         necessary libraries are missing.
12407 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
12409         * MAINTAINERS: Add new 'write after approval' maintainer.
12411 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12413         * MAINTAINERS: Add new Java maintainer.
12415 1999-10-25  Andreas Schwab  <schwab@suse.de>
12417         * configure: Fix quoting inside arguments of eval.
12419 1999-10-21  Nick Clifton  <nickc@cygnus.com>
12421         * config-ml.in: Allow suppression of some ARM multilibs.
12423 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
12425         * config.guess: Add OS/390 match pattern.
12426         * config.sub: Add mvs, openedition targets.
12427         * configure.in (i370-ibm-opened*): New.
12429 1999-09-04  Steve Chamberlain  <sac@pobox.com>
12431         * config.sub: Add support for configuring for pj.
12433 1999-08-31  Nick Clifton  <nickc@cygnus.com>
12435         * config.sub (maybe_os): Add support for configuring for fr30.
12437 1999-08-25  Nick Clifton  <nickc@cygnus.com>
12439         * configure.in: Do not configure or build ld for AIX
12440         platforms.  ld is known to be broken on these platforms.
12442 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12444         * config-ml.in: Pass compiler flag corresponding to multidirs to
12445         subdir configures.
12447 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
12449         * Makefile.in (LDFLAGS): Define.
12451 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
12453         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
12454         noconfigdirs.
12455         (*-*-cygwin*): Likewise.
12457 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
12459         * mkdep: New file.
12460         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
12461         (BINUTILS_SUPPORT_DIRS): Add mkdep.
12463         From Eli Zaretskii <eliz@is.elta.co.il>:
12464         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
12465         long file name when using DJGPP on MS-DOS.
12467 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
12469         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
12471 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
12473         * Makefile.in (check-target-libio): Remove all-target-libstdc++
12474         dependency as this causes "make check" to globally "make all"
12476 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
12478         * configure.in (target_libs): Added target-zlib.
12479         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
12480         (CONFIGURE_TARGET_MODULES): Likewise.
12481         (CHECK_TARGET_MODULES): Likewise.
12482         (INSTALL_TARGET_MODULES): Likewise.
12483         (CLEAN_TARGET_MODULES): Likewise.
12484         (configure-target-zlib): New target.
12485         (all-target-zlib): Likewise.
12486         (all-target-libjava): Depend on all-target-zlib.
12487         (configure-target-libjava): Depend on configure-target-zlib.
12489         * Makefile.in (configure-target-libjava): Depend on
12490         configure-target-newlib.
12491         (configure-target-boehm-gc): New target.
12492         (configure-target-qthreads): New target.
12494         * configure.in (target_libs): Added target-qthreads.
12495         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
12496         (CONFIGURE_TARGET_MODULES): Likewise.
12497         (CHECK_TARGET_MODULES): Likewise.
12498         (INSTALL_TARGET_MODULES): Likewise.
12499         (CLEAN_TARGET_MODULES): Likewise.
12500         (all-target-qthreads): New target.
12501         (configure-target-libjava): Depend on configure-target-qthreads.
12502         (all-target-libjava): Depend on all-target-qthreads.
12504         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
12505         (CONFIGURE_TARGET_MODULES): Likewise.
12506         (CHECK_TARGET_MODULES): Likewise.
12507         (INSTALL_TARGET_MODULES): Likewise.
12508         (CLEAN_TARGET_MODULES): Likewise.
12509         (all-target-libjava): New target.
12510         (all-target-boehm-gc): Likewise.
12511         * configure.in (target_libs): Added libjava, boehm-gc.
12513 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
12515         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
12516         configure.bat in SUPPORT_FILES.
12517         (gas+binutils.tar.bz2): Likewise.
12519         * makeall.bat: Remove; obsolete.
12521 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
12523         From Mark Elbrecht:
12524         * configure.bat: Remove; obsolete.
12526 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
12528         * configure: Add -W -Wall to the default CFLAGS when compiling with
12529         gcc.
12531 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
12533         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
12535 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
12537         * configure.in: Build ld on IRIX6.
12539 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
12541         * Makefile.in: Change distribution targets to use bzip2 instead of
12542         gzip.
12543         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
12544         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
12546 1999-06-04  Nick Clifton  <nickc@cygnus.com>
12548         * config.sub: Add mcore target.
12550 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
12552         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
12554 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
12556         * config.guess (dummy): Changed to $dummy.
12558 1999-05-24  Nick Clifton  <nickc@cygnus.com>
12560         * config.sub: Tidied up case statements.
12562 1999-05-22  Ben Elliston  <bje@cygnus.com>
12564         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
12565         <jiro@din.or.jp>.
12567         * config.guess: Merge with FSF version. Future changes will be
12568         more accurately recorded in this ChangeLog.
12569         * config.sub: Likewise.
12571 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
12573          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
12575 1999-04-30  Tom Tromey  <tromey@cygnus.com>
12577         * ltmain.sh: [mode link] Always use CC given by ltconfig.
12579 1999-04-23  Tom Tromey  <tromey@cygnus.com>
12581         * ltconfig, ltmain.sh: Update to libtool 1.2f.
12583 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
12585         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
12586         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
12587         Bad merge removed these two changes.
12589 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
12590                           Martin Heller (Ing.-Buero_Heller@t-online.de)
12592         * config.guess (interix Alpha): Add.
12594 1999-04-11  Richard Henderson  <rth@cygnus.com>
12596         * configure.in (i?86-*-beos*): Do config gperf; don't config
12597         gdb, newlib, or libgloss.
12599 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
12601         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
12602         link a trivial program with -mabi=64.  If it fails, remove mabi=64
12603         from multidirs.
12605 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
12607         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
12609 1999-04-08  Nick Clifton  <nickc@cygnus.com>
12611         * config.sub: Add support for mcore targets.
12613 1999-04-07  Michael Meissner  <meissner@cygnus.com>
12615         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
12616         not mt-ospace, in order to shut up assembler warning about using
12617         symbols that are named the same as registers.
12619 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
12621         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
12622         dependency list for all-target-cygmon.
12624 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
12626         * config-ml.in: Check $host, not $target, for selective multilibs.
12627         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
12628         thumb interworking, and underscore prefix multilibs.
12630 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
12632         * missing: Update to version from current automake.
12634 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
12636         * configure (gxx_include_dir): Removed.
12638         * configure.in (gxx_include_dir): Handle it.
12639         * Makefile.in: Likewise.
12641 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
12643         * config.sub (mips64vr4111,mips64vr4111el) Add.
12645 1999-03-21  Ben Elliston  <bje@cygnus.com>
12647         * config.guess: Correct typo for detecting ELF on FreeBSD.
12649 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
12651         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
12652         config/mh-djgpp.
12654 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
12656         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
12657         all-target-newlib to dependency list for all-target-bsp.
12659 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
12661         * config.sub: Add i386-uwin support.
12662         * config.guess: Likewise.
12664 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12666         * configure.in: cleanup, add mh-*pic handling for arm, special
12667         case powerpc*-*-aix*
12669 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
12671         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
12672         can be built.
12674 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
12676         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
12677         targets.
12679 1999-03-02  Nick Clifton  <nickc@cygnus.com>
12681         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
12683 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
12685         * config.sub: Check for "cygwin*" rather than "cygwin32*"
12687 1999-02-24  Nick Clifton  <nickc@cygnus.com>
12689         * config.sub: Fix typo in arm recognition.
12691 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
12693         * configure.in (noconfigdirs): Changed target_configdirs to
12694         include target-bsp only for m68k-*-elf* and m68k-*-coff*
12695         rather than m68k-*-* since it is not known to work on
12696         m68k-aout. Ditto for arm-*-*oabi.
12698 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
12700         * configure.in (*-*-windows*): Remove, no longer used.
12702 1999-02-19  Ben Elliston <bje@cygnus.com>
12704         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
12705         Smart and improved by Andrew Cagney.
12707 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
12709         * config.guess: Recognize openbsd-*-hppa.
12711 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
12713         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
12714         only if it is not empty.
12716 1999-02-17  Nick Clifton  <nickc@cygnus.com>
12718         Patch from: Scott Bambrough <scottb@corelcomputer.com>
12720         * config.guess: Modified to recognize uname's armv* syntax.
12722         * config.sub: Modified to recognize uname's armv* syntax.
12724 1999-02-17  Mark Salter  <msalter@cygnus.com>
12726         * configure.in: Added target-bsp for sparclite.
12728 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
12730         * config.sub: Recognize alphapca5[67] and up to alphaev8.
12732 1999-02-08  Nick Clifton  <nickc@cygnus.com>
12734         * configure.in: Add support for strongarm port.
12735         * config.sub: Add support for strongarm target.
12737 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
12739         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
12740         the old name config/mh-cygwin32.
12741         Enable texinfo.
12743 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
12745         * configure.in: Do build ld for ix86 Solaris.
12747 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
12749         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
12750         $AR_FOR_TARGET.  Likewise for RANLIB.
12752 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
12754         * config.sub (oabi):  Recognize.
12755         * configure.in (arm-*-oabi):  Handle.
12757 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
12759         * config.guess: Improve detection of i686 on UnixWare 7.
12761 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
12763         * config.guess: Add support for i386-pc-interix.
12764         * config.sub: Likewise.
12765         * configure.in: Likewise.
12767 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
12769         * Makefile.in: Remove unneeded all-target-libio from
12770         from all-target-winsup target since it is now unneeded.
12771         Add all-target-libtermcap in its place since it is now
12772         needed.
12774 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
12776         * configure.in: makefile stub for cygwin target is probably
12777         unnecessary.  Remove it for now.
12779 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
12781         * configure.in: libtermcap.a should be built when cygwin is the
12782         target as well as the host.
12783         * config.guess: Allow mixed case in cygwin uname output.
12784         * Makefile.in: Add libtermcap target.
12786 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
12788         * config.sub: Clean up handling of hppa2.0.
12790 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
12792         * config.guess: Use C code to identify more HP machines.
12794 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
12796         * config.sub: Handle hppa2.0.
12798 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
12800         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
12801         cygmon for all sparclite targets, regardless of object format.
12803 1998-12-15  Mark Salter  <msalter@cygnus.com>
12805         * configure.in: Added target-bsp for several target architectures.
12807         * Makefile.in: Added rules for bsp.
12809 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
12811         * config.guess: Improve detection of hppa2.0 processors.
12813 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
12815         * config.guess: Recognize FreeBSD using ELF automatically.
12817 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
12819         * configure (skip-this-dir): Add handling for new shell script, which
12820         might be created by a sub-directory's configure to indicate, this particular
12821         directory is "unwanted".
12822         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
12824 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
12826         * ltconfig: import from libtool, after changing libtool to
12827         account for the cygwin name change.
12829 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
12831         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
12832         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
12834 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
12836         * configure.in: Add libtermcap to list of cygwin dependencies.
12838 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
12840         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
12841         they include winsup/include when it's a cygwin target.
12843 1998-11-12  Tom Tromey  <tromey@cygnus.com>
12845         * configure.in (host_tools): Added zip.
12846         * Makefile.in (all-target-libjava): Depend on all-zip.
12847         (all-zip): New target.
12848         (ALL_MODULES): Added all-zip.
12849         (NATIVE_CHECK_MODULES): Added check-zip.
12850         (INSTALL_MODULES): Added install-zip.
12851         (CLEAN_MODULES): Added clean-zip.
12853 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
12855         * Makefile.in: lose "32" from comment about cygwin.
12857 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
12859         * configure.in: Use -Os to build target libraries for the fr30.
12861 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
12863         * config.sub: Add fr30.
12865 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
12867         * configure.in: drop "32" from config/mh-cygwin32.  Check
12868         cygwin* instead of cygwin32*.
12869         * config.sub: Check cygwin* instead of cygwin32*.
12871 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
12873         * config.guess: Match any version of Unixware7.
12875 1998-10-20  Syd Polk  <spolk@cygnus.com>
12877         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
12878         if desired.
12880 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
12882         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
12883         these if the appropriate directories and files to not exist.
12885 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
12887         * Makefile.in (DEVO_SUPPORT): Add config.if.
12889 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12891         * configure: Add pattern to replace "build_tooldir"'s
12892         definition in the generated Makefile with "tooldir"'s
12893         actual value.
12895 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
12897         * config.sub: Bring back lost sparcv9.
12899         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
12901 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
12903         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
12904         CC_FOR_TARGET and friends.
12906 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
12908         * Makefile.in (build_tooldir): New variable, same as tooldir.
12909         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
12910         -B$(build_tooldir)/bin/.
12911         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
12913 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12915         * README: Remove installation instructions and refer to the
12916         INSTALL directory instead.
12918 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
12920         * config.sub: Add support for i[34567]86-pc-udk.
12921         * configure.in: Likewise.
12923 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
12925         * Makefile.in: add bzip2 package building bits for user
12926         tools module
12927         * configure.in: ditto
12929 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
12931         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
12932         (ALL_TARGET_MODULES): Add all-target-libobjc.
12933         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
12934         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
12935         (all-target-libchill): Add dependencies.
12936         * configure.in (target_libs): Add libchill.
12938 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
12940         * configure.in (target_subdir): Remove duplicate line.
12942 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
12944         * Makefile.in (all-automake): fix dependencies.
12946 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
12948         * configure.in: Minor cleanups for building in the $(target_alias)
12949         subdir.
12951 1998-09-22  Jim Wilson  <wilson@cygnus.com>
12953         * Makefile.in (bootstrap): Set r and s before make all.  Use
12954         BASE_FLAGS_TO_PASS in make all.
12955         (cross): Likewise.
12957 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
12959         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
12961 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
12963         * config.sub: Fix typo in last change.
12965 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12967         * config.sub: Add support for C4x target.
12968         * configure.in: Likewise.
12970 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
12972         * config.sub: Recognize sparcv9 just like sparc64.
12974 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
12976         * config.guess: Match "Pent II" or "PentII" for OpenServer.
12978 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
12980         * config.guess: Correctly identify Pentium II sco boxes.
12982         * config.guess: Fix "tr" code.  From Weiwen Liu.
12984 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
12986         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
12987         stabs.
12989 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
12991         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
12992         (ALL_TARGET_MODULES): Add all-target-libchill.
12993         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
12994         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
12995         (all-target-libchill): Add dependencies.
12996         * configure.in (target_libs): Add libchill.
12998 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
13000         * config.guess: Avoid assumptions about "tr" behaves when
13001         LANG is set to something other than English.
13003 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
13005         * configure (gxx_include_dir): Changed to
13006         '${prefix}/include/g++'-${libstdcxx_interface}.
13008         * config.if: New to determine the interfaces.
13010 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
13012         * config.guess: Detect and handle MPE/IX.
13013         * config.sub: Deal with MPE/IX.
13015 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
13017         * configure.in: Use mh-aix43.
13019 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
13021         * configure: Fix --without/--disable cases for gxx-include-dir.
13023 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
13025         * mdata-sh:  Imported.  Needed for automake support.
13027 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
13029         * Makefile.in (taz): Try "chmod -R og=u ." before
13030         "chmod og=u `find . -print`".
13032 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
13034         * configure.in: Add arm-elf and thumb-elf support.
13036 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
13038         * Makefile.in: Undo previous patch.
13040 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
13042         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
13043         to here ...
13044         (install-no-fixedincludes): and here
13045         (INSTALL_MODULES): ... from here.
13047 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
13049         * config.sub: Merge with FSF.
13051         * config.guess: Merge with FSF.
13053 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
13055         * configure (extraconfigdirs): New variable.
13056         (SUBDIRS): Add extraconfigdirs and recurse on them too.
13057         * Makefile.in (all): Move higher in file.
13058         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
13059         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
13060         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
13061         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
13062         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
13064 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
13066         * Makefile.in (all-target-libjava): Depend on all-gcc and
13067         all-target-newlib.
13068         (configure-target-libjava): Depend on $(ALL_GCC).
13070 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
13072         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
13073         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
13075 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
13077         * INSTALL/README: Fix typo.
13079 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
13081         * ylwrap: Change absolute path checks to check for DOS style path
13082         names.
13084         * ylwrap: Don't use a full path name if the source file is in the
13085         same directory.  From hjl@lucon.org (H.J. Lu).
13087         * config-ml.in: Default to being verbose, to match Feb 18 change to
13088         configure.
13090 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
13092         Brought over from egcs:
13094         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
13096         * configure.in (target_subdir): Set to ${target_alias} instead
13097         of "libraries".
13099         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
13101         * configure.in (target_subdir): Set to libraries if enable_multilib.
13103 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
13105         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
13106         multilibs, force reconfiguration the first time we create
13107         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
13109 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
13111         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
13112         avoid confusion with --no-recursion.
13114 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
13116         * configure.in: Win32 hosts shouldn't use install -x
13117         * install-sh: remove -x option, and special .exe-handling
13118         hack.
13120 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
13122         * config.guess: Recognize i586-pc-beos.
13123         * configure.in: Don't build some bits for beos.
13125 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
13127         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
13128         CFLAGS default to -O2.
13130         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
13131         when using GNU ld.
13133 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
13135         * ltmain.sh: Correct install when using a different shell.
13137 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
13139         * ltconfig, ltmain.sh: Update to libtool 1.2b.
13141 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
13143         * makefile.vms: Update to build binutils/makefile.vms.  Add install
13144         target.
13146 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
13148         * ltconfig: Update to correct AIX handling.
13150 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
13152         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
13154         * configure.in (target_subdir): Set to ${target_alias} instead
13155         of "libraries".
13157 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
13159         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
13160         (Makefile): Depend on $(gcc_version_trigger).
13162         * configure (gcc_version): Change default initializer to empty
13163         string.
13164         (gcc_version_trigger): New variable; pass this variable down
13165         to subdir configures to enable them checking gcc's version
13166         themselves. Emit make macros for both gcc_version vars.
13167         (topsrcdir): Initialize reliably.
13168         (recursion line): Remove --with-gcc-version=${gcc_version}.
13170 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
13172         * configure (enable_version_specific_runtime_libs): Implement new flag
13173         --enable-version-specific-runtime-libs which installs C++ runtime stuff
13174         in $(libsubdir); emit definition in each generated Makefile.
13175         (gxx_include_dir): Initialize depending on
13176         $enable_version_specific_runtime_libs.
13178 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
13180         * configure (gcc_version): Initialize properly depending on
13181         how and where configure is started.
13182         (recursion line): Pass a --with-gcc-version=${gcc_version}
13183         to configures in subdirs.
13185 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
13187         * configure.in (noconfigdirs): Add configure pattern for mips tx39
13188         cygmon
13190 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
13192         * configure.in: Add cygmon and libstub support for mn10200.
13194 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
13196         * configure (gcc_version): Add new variable describing the
13197         particular gcc version we're building.
13198         * Makefile.in (libsubdir): Add new macro for the directory
13199         in which the compiler finds executables, libraries, etc.
13200         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
13201         and libsubdir.
13203 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
13205         * Makefile.in (local-clean): Remove *.log.
13206         (warning.log): Built with warn_summary from build.log.
13207         (mail-report.log): Run test_summary.
13208         (mail-report-with-warnings.log): Run test_summary including
13209         warning.log in the report.
13211 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
13213         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
13215 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
13217         * Makefile.in (grep): Grep no longer depends on libiberty.
13219 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
13221         * Makefile.in: all-snavigator needs all-libgui.
13223 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
13225         * configure.in: Add cygmon and libstub support for mn10300.
13227 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
13229         * missing: Update to version from automake 1.3.
13231         * ltmain.sh: On installation, don't get confused if the same name
13232         appears more than once in the list of library names.
13234 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
13236         * config.sub: Accept m68060 and m5200 as CPU names.
13238 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
13240         * configure: Use && rather than using -a in test, because odd
13241         strings can confuse test.
13242         * configure.in: Likewise.
13244 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
13246         * ltconfig, ltmain.sh: Bring in Visual C++ support.
13248 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
13250         * Makefile.in (boostrap2-lean, bootstrap3-lean,
13251         bootstrap4-lean): New targets.
13253 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
13255         * mpw-* Delete.  Not used.
13257 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
13259         * COPYING.LIB: Update FSF address.
13261 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
13263         * ltconfig, ltmain.sh: Update to libtool 1.2a.
13265         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
13266         GAS_SUPPORT_DIRS.
13268 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
13270         * ltconfig, ltmain.sh: Avoid producing a version number if
13271         -version-info was not used.
13273 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
13275         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
13276         building with newlib.
13278 1998-04-30  Paul Eggert  <eggert@twinsun.com>
13280         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
13281         Solaris `make' causes it to continue to next definition.
13283 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13285         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
13286         the right GUI libraries and files are installed along with GDB.
13288 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
13290         * configure.in: Change alpha to alpha* in several places.
13292 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
13294         * config.sub: Recognize sparc86x.
13296 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
13298         * configure.in (--enable-target-optspace): Remove debug echo.
13300 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
13302         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
13304 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
13306         * ltconfig: Update cygwin32 support.
13308         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
13309         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
13310         (GDB_SUPPORT_DIRS): Likewise.
13312 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
13314         * configure.in (target_makefile_frag): If --enable-target-optspace,
13315         use -Os to compile target libraries rather than -O2.  Default to
13316         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
13317         not used.
13318         * configure.in (target_cflags): Ditto for d30v.
13320 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
13322         * Makefile.in (all-bfd): Depend on all-intl.
13323         (all-binutils): Likewise.
13324         (all-gas): Likewise.
13325         (all-gprof): Likewise.
13326         (all-ld): Likewise.
13328 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
13330         * configure.in (host_tools): Fix typo, lbtool -> libtool.
13332 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
13334         * Makefile.in (all-bfd): Depend upon all-libiberty.
13336         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
13338 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
13340         * Makefile.in: Add libstub.
13342         * configure.in: Ditto. Build libstub for targets that have cygmon
13343         support.
13345 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
13347         * configure.in: Don't set PICFLAG on ix86-cygwin32.
13349 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
13351         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
13352         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
13354 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
13356         * configure: Define DEFAULT_M4 by searching PATH.
13357         * Makfile.in: Use DEFAULT_M4.
13359 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
13361         * ltconfig: Add cygwin32 support.
13363         * Makefile.in, configure.in: Add libtool as a native only directory
13364         to configure and build.
13366 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
13368         * Makefile.in (INSTALL_MODULES): Remove texinfo.
13370 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
13372         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
13374 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
13376         * Makefile.in: add ash make rules
13377         * configure.in: add ash to native_only and host_tools lists
13379 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
13381         * Makefile.in (all-gettext, all-intl): New targets.
13382         (ALL_MODULES): Added all-gettext, all-intl.
13383         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
13384         (INSTALL_MODULES): Added install-gettext, install-intl.
13385         (CLEAN_MODULES): Added clean-gettext, clean-intl.
13387         * configure.in (host_tools): Added gettext.
13388         (native_only): Likewise.
13389         (noconfigdirs) [various cases]: Likewise.
13390         (host_libs): Added intl.
13392 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
13394         * configure: Do not disable building gdbtk for cygwin32 hosts.
13396 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
13398         * configure.in: Add thumb-coff target.
13399         * config.sub: Add thumb-coff target.
13401 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13403         * Makefile.in: Revert yesterday's change.
13404         (all-target-winsup):  all-target-librx stays out of here.
13406 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13408         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
13409         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
13410         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
13411         Remove references to librx and libg++.
13413 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
13415         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
13416         recursive makes
13418 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
13420         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
13421         for newlib directory.
13422         (CXX_FOR_TARGET): Likewise.
13424 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
13426         * ltconfig: Update after libtool/ltconfig.in change for
13427         hpux11.
13429 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
13431         * ltconfig, ltmain.sh: Update to libtool 1.2.
13433 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13435         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
13436         (install-gcc-cross): Instead, override LANGUAGES here.
13438 1998-03-18  Dave Love  <d.love@dl.ac.uk>
13440         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
13441         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
13443 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
13445         * configure.in: Add Thumb-pe target.
13447 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
13449         * Makefile.in - changed sn targets to snavigator
13450         * configure.in - changed sn targets to snavigator
13452 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13454         * config-ml.in: After building symlink tree call make distclean
13455         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
13456         to be the case for libiberty.
13458 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
13460         * configure: When making link, also check the current
13461         directory. The configure scripts may create one.
13463 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
13465         * config.sub: Accept alphapca56 and alphaev6 properly.
13467 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13469         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
13471 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
13473         * config.sub (sco5): Fix typo.
13475 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
13477         * Makefile.in (INSTALL_MODULES): Move install-tcl before
13478         install-itcl.
13479         (install-itcl): Remove dependency on install-tcl.
13481 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
13483         * configure.in: Remove libgloss from noconfigdirs for MN10300.
13485 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
13487         * configure.in: Don't build libgui for a cygwin32 target when not on
13488         a cygwin32 host.
13490 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13492         * configure (redirect): Set to null, so default behavior of
13493         configure is now --verbose.
13495 1998-02-16  Dave Love  <d.love@dl.ac.uk>
13497         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
13498         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
13500 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
13502         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
13503         this change to sync Makefile.in with its ChangeLog entries.
13505 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
13507         * ltmain.sh (mkdir): Check that the directory doesn't exist
13508         before we exit with error, so that we don't get races during
13509         parallel builds.
13511 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
13513         * ltconfig, ltmain.sh: Update from libtool 1.0i.
13515 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13517         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
13518         PICFLAG_FOR_TARGET.
13519         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
13521         * configure: Emit a definition for the new macro enable_shared
13522         into each Makefile.
13524 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13526         * configure.in (host_tools, native_only): Add libtool.
13528 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
13530         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
13531         Fix typo in ming config comment.
13533 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
13535         * ltconfig, ltmain.sh: Update from libtool 1.0h.
13537 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
13539         * config.sub: Add tic30 cases, and map c30 to tic30.
13541 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
13543         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
13544         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
13545         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
13546         (CLEAN_TARGET_MODULES): Similarly
13547         (all-target-libf2c): Add dependences.
13548         * configure.in (target_libs): Add libf2c.
13550 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
13552         * configure.in: Remove expect from noconfigdirs when target
13553         is cygwin32.  OK to build expect and dejagnu with Canadian
13554         Cross.
13556 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
13558         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
13559         host.
13561         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
13562         and mingw32.
13564 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13566         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
13567         here as it is not defined in the toplevel Makefile.
13569 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13571         * configure (package_makefile_rules_frag): New variable, which names
13572         a file with generic rules, ...
13573         Change comment to mention we now have FIVE parts.
13574         * configure: Undo last change.
13576 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
13578         * config.guess: More accurate determination of HP processor types.
13579         * config.sub: More accurate determination of HP processor types.
13581 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13583         * configure (package_makefile_frag): Move inserting the
13584         ${package_makefile_frag} to where it should be according
13585         to the comment.
13587 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
13589         * config.guess: Add support for Linux/ARM.
13591 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
13593         * .cvsignore: Remove *-info and *-install since they match
13594         release-info and mpw-install, which we don't want to just ignore.
13596 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
13598         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
13600 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
13602         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
13603         local_prefix to sub-make invocations.
13605 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
13607         * configure.in: Check makefile fragments in the source
13608         directory.
13610 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
13612         * configure.in: Check whether host and target makefile
13613         fragments exist before adding them to *_makefile_frag.
13615 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
13617         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
13619 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
13621         * configure.in: Make sure we only replace RPATH_ENVVAR on
13622         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
13623         regexp to sed.
13625         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
13626         to sub-makes.
13628 1998-01-13  Lee Iverson   (leei@ai.sri.com)
13630         * config-ml.in (multi-do): LDFLAGS must include multilib
13631         designator.
13633 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
13635         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
13637 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
13639         * config.sub: Add mingw32 support.
13640         * configure.in: Likewise.
13642 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
13644         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
13646 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
13648         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
13649         * configure (gxx_include_dir): Provide a definition for subdirs
13650         which do not use autoconf.
13652 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
13654         * config.guess: Sync with egcs.  Picks up new alpha support,
13655         BeOS & some additional linux support.
13657 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
13659         * config.guess: HP 9000/803 is a PA1.1 machine.
13661 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
13663         * configure.in: It's alpha*-...
13665 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
13667         * configure.in (host_makefile_frag, target_makefile_frag):
13668         Handle multiple config files.
13669         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
13670         alpha-*-*.
13672 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
13674         * mkdep: New file.
13676 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
13678         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
13680 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
13682         * Makefile.in: Add libgui directory.
13683         (GDB_TK): Add all-libgui.
13684         * configure.in: Add libgui directory.
13685         * configure: Add all-libgui to GDB_TK.
13687 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
13689         * config-ml.in (multidirs): Add m32r to multilib list.
13691 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
13693         * Makefile.in (all-target-gperf): Change dependency to
13694         all-target-libstdc++.
13696 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
13698         * config.guess: Add BeOS support.
13700 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
13702         Source directory cvs renamed to cvssrc:
13703         * configure.in (host_tools): Change cvs to cvssrc.
13704         (native_only): Likewise.
13705         (noconfigdirs) [various cases]: Likewise.
13706         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
13707         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
13708         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
13709         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
13710         (all-cvssrc): Rename target from all-cvs.
13712 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
13714         * configure (gxx_include_dir): Fix thinko.
13716 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
13718         * Makefile.in (INSTALL_TARGET_CROSS): Define.
13719         (install-cross, install-gcc-cross): New targets.
13721 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
13723         * configure.in (noconfigdirs): Add support for Thumb target.
13725         * config.sub (maybe_os): Add support for Thumb target.
13727 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
13729         * Makefile.in: Add rules for cygmon.
13731         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
13733 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
13735         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
13736         * configure (gxx_include_dir): Provide a definition for subdirs
13737         which do not use autoconf.
13739 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
13741         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
13742         11/18/97 build
13744 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
13746         * From Franz Sirl.
13747         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
13748         found on RedHat Linux systems.
13750 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
13752         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
13753         guesses.
13755 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
13757         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
13759 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
13761         * ltmain.sh: If mkdir fails, check whether the directory was created
13762         anyhow by some other process.
13764 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
13766         * configure.in (d30v-*-*): Configure all directories.
13768 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
13770         * configure.in (d30v-*-*): Configure newlib, libiberty directories
13771         for the D30V.
13773 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
13775         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
13777 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
13779         * include/libiberty.h: Add extern "C" { so it can be used with C++
13780         progrms.
13781         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
13782         programs.
13784 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
13786         * configure.in (d30v-*-*): Configure GCC now.
13788 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
13790         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
13791         is no longer needed.
13793 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
13795         * Makefile.in: check-target-libio depends on all-target-libstdc++.
13797 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
13799         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
13800         targets using "$@" to provide support for similar but not identical
13801         targets without having to duplicate code.
13803 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
13805         * makefile.vms: Fix to work with DEC C.
13807 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
13809         * config.sub: Add mips-tx39-elf to marketing names.
13811 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
13813         * ltmain.sh: Handle symlinks in generated script.
13815 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
13817         * configure: Handle autoconf style directory options: --bindir,
13818         --datadir, --includedir, --infodir, --libdir, --libexecdir,
13819         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
13820         --sysconfdir.
13821         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
13822         (sharedstatedir, localstatedir, oldincludedir): New variables.
13823         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
13824         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
13825         sbindir, sharedstatedir, and sysconfdir.
13827 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
13829         * Makefile.in (bootstrap-lean): New target.
13831 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
13833         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
13834         sn, and gnuserv from noconfigdirs.
13836 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
13838         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
13840 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
13842         * Makefile.in (cross): New target.
13844 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
13845                           Jeff Law         <law@cygnus.com>
13847         * Makefile.in (bootstrap2, bootstrap3): New targets.
13848         (all-bootstrap): Remove outdated and confusing target.
13849         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
13851 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
13853         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
13854         windows.  Consistent with gdb/configure.
13856 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
13858         * configure.in: Name Linux target fragment.
13860         * configure: Rewrite so that project Makefile fragment is inserted
13861         first and appears last in the resulting Makefile.
13863 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
13865         * Makefile.in (install-itcl): Install tcl first.
13867 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
13869         * configure.in: remove bison from noconfigdirs for Cygwin32 host
13871 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
13873         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
13875         * configure.in (skipdirs): Add target-librx for Linux.
13876         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
13878 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
13880         * Makefile.in (bootstrap): New target.
13882 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
13884         * config.sub: Accept 'amigados' for backward compatibility.
13886 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
13888         * config.guess: Merge with FSF.
13890 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
13892         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
13894 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
13896         * config.sub: Add "marketing-names" patch.
13898 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
13900         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
13902 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
13904         * config.sub: Handle v850-elf.
13906 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
13908         * .cvsignore (*-install): Remove.
13910 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
13912         * ltconfig: Set CONFIG_SHELL in libtool.
13913         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
13915 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
13917         * configure.in (target_subdir): Set to libraries if enable_multilib.
13919 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
13921         * config.guess: Update from gcc directory.
13923 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
13925         * Makefile.in (all-sim): Depends on all-readline.
13927 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
13929         * Makefile.in (BISON, YACC): Use $$s.
13930         (all-bison): Depend on all-texinfo.
13932 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
13934         * Makefile.in (BISON): Add -L flag.
13935         (YACC): Likewise.
13937 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
13939         * configure.in (noconfigdirs): Add support for v850e target.
13941         * config.sub (maybe_os): Add support for v850e target.
13943 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
13945         * configure.in (noconfigdirs): Add support for v850ea target.
13947         * config.sub (maybe_os): Add support for v850ea target.
13949 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
13951         * config.sub: Add mipstx39.  Delete r3900.
13953 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13955         * Makefile.in (all-autoconf): Depends on all-texinfo.
13957 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
13959         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
13960         eabi targets.
13962 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
13964         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
13966         * configure: When handling a Canadian Cross, handle YACC as well as
13967         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
13968         * Makefile.in (all-bison): Depend upon all-texinfo.
13970 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
13972         * Makefile.in (BISON): bison, not byacc or bison -y.
13973         (YACC): bison -y or byacc or yacc.
13974         (various): Add *-bison as appropriate.
13975         (taz): No need to mess with BISON anymore.
13977 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
13979         * configure: If OSTYPE matches *win32*, try to find a good value for
13980         CONFIG_SHELL.
13982 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
13984         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
13985         configure.in if it is present.
13987 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
13989         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
13991 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
13993         * config.sub: Recognize `arc' cpu.
13994         * configure.in: Likewise.
13995         * config-ml.in: Likewise.
13997 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
13999         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
14001 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
14003         * configure: Changed sed delimiter from ':' to '|' when
14004         attempting to substitute ${config_shell} for SHELL. On
14005         NT ${config_shell} may contain a ':' in it.
14007 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
14009         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
14011 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
14013         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
14015 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
14017         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
14019         * ylwrap: If the program is a relative path, force it to be
14020         absolute.
14022 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14024         * configure (tooldir): Set BISON to `bison -y' and not just bison.
14026 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14028         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
14029         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
14030         for libraries.
14032 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
14034         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
14035         separated by spaces.
14037 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
14039         * ylwrap: New file.
14040         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
14042         * ltmain.sh: Handle /bin/sh at start of install program.
14044         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
14046         * ltconfig, ltmain.sh: New files, from libtool 1.0.
14047         * missing: New file, from automake 1.2.
14049 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
14051         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
14052         check-tk to CHECK_X11_MODULES.
14054 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
14056         * config.sub: Merge with FSF.
14058 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
14060         * config.guess: Merge with FSF.
14062 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
14064         * configure: Treat msdosdjgpp like go32.
14065         * configure.in: Likewise.  Don't remove gprof for go32.
14067         * configure: Change Makefile.tem2 to Makefile.tm2.
14069 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
14071         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
14073 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14075         * install-sh (chmodcmd): Set to null if the DST directory already
14076         exists.  Same as Nov 11th change.
14078 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
14080         * configure (GDB_TK): Needs itcl and tix.
14082 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
14084         * config.guess: Update from FSF.
14086 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
14088         * Makefile.in (GDB_TK): Depend on itcl and tix.
14090 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
14092         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
14093         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
14094         (INSTALL_SCRIPT): New variable.
14095         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
14096         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
14097         to -x.
14098         * install-sh: Add support for -x option.
14100 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
14102         * configure.in, Makefile.in: Treat tix like itcl.
14104 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
14106         * Makefile.in (WINDRES): New variable.
14107         (WINDRES_FOR_TARGET): New variable.
14108         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
14109         (EXTRA_HOST_FLAGS): Add WINDRES.
14110         (EXTRA_TARGET_FLAGS): Add WINDRES.
14111         (EXTRA_GCC_FLAGS): Add WINDRES.
14112         ($(DO_X)): Pass down WINDRES.
14113         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
14114         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
14115         DLLTOOL_FOR_TARGET.
14117 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
14119         * configure.in: configure sim before gdb for win32-x-ppc
14121 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14123         Move gperf into the toplevel, from libg++.
14124         * configure.in (target_tools): Add target-gperf.
14125         (native_only): Add target-gperf.
14126         * Makefile.in (all-target-gperf): New target, depend on
14127         all-target-libg++.
14128         (configure-target-gperf): Empty rule.
14129         (ALL_TARGET_MODULES): Add all-target-gperf.
14130         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
14131         (CHECK_TARGET_MODULES): Add check-target-gperf.
14132         (INSTALL_TARGET_MODULES): Add install-target-gperf.
14133         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
14135 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
14137         * config.sub (mn10200): Recognize new basic machine.
14139 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14141         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
14142         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
14144 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14146         * configure.in: If we're building mips-sgi-irix6* native, turn on
14147         ENABLE_MULTILIB and set TARGET_SUBDIR.
14149 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
14151         * Makefile.in (all-sn): Depend on all-grep.
14153 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
14155         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
14157         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
14158         Makefile.  From Jeff Makey <jeff@cts.com>.
14159         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
14161         * Makefile.in (DISTBISONFILES): Remove.
14162         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
14163         $(DEFAULT_YACC).
14165         * configure.in: Build itl, db, sn, etc., when building for native
14166         cygwin32.
14168         * Makefile.in (LD): New variable.
14169         (EXTRA_HOST_FLAGS): Pass down LD.
14170         ($(DO_X)): Likewise.
14172 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
14174         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
14176 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
14178         * configure.in (targargs): Strip out any supplied --build argument
14179         before adding our own. Always add --build.
14181 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
14183         * configure.in (targargs): Pass --build if we're doing
14184         a cross-compile.
14186 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
14188         * configure: Use '|' instead of ":" as the separator in
14189         sed. Otherwise sed chokes on NT path names with drive
14190         designators. Also look for "?:*" as the leading characters in an
14191         absolute pathname.
14193 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
14195         * config.sub: Support for r3900.
14197 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
14199         * configure.in: Use install-sh, not install.sh.
14201 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
14203         * Makefile.in (taz): Improve check for BISON so it doesn't try to
14204         apply it twice.
14206 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
14208         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
14209         install-binutils.
14211 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
14213         * Makefile.in: Add automake targets.
14214         * configure.in (host_tools): Add automake.
14216 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
14218         * configure: Default CXX to c++, not gcc.
14219         * Makefile.in (CXX): Set to c++, not gcc.
14220         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
14222 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
14224         * install-sh: try appending a .exe if source file doesn't
14225         exist
14227 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
14229         * configure.in: Turn on multilib by default.
14230         (cross_only): Remove target-libiberty.
14232         * Makefile.in (all-gcc): Don't depend on libiberty.
14234 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
14236         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
14238 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
14240         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
14241         (DISTBISONFILES): Add ld/Makefile.in
14243 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
14245         * configure.in: if target is cygwin32 but host isn't cygwin32,
14246         don't configure gdb tcl tk expect, not just gdb.
14248 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
14250         * configure.in: Added gnuserv everywhere sn appears.
14252         * Makefile.in (ALL_MODULES): Added all-gnuserv.
14253         (CROSS_CHECK_MODULES): Added check-gnuserv.
14254         (INSTALL_MODULES): Added install-gnuserv.
14255         (CLEAN_MODULES): Added clean-gnuserv.
14256         (all-gnuserv): New target.
14258 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
14260         * config.guess: Fixes for MIPS OpenBSD systems.
14262 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
14264         * Makefile.in (INSTALL_XFORM): Remove.
14265         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
14267         * mkinstalldirs: New file, copied from automake.
14268         * Makefile.in (installdirs): Rename from install-dirs.  Use
14269         mkinstalldirs.  Change all users.
14270         (DEVO_SUPPORT): Add mkinstalldirs.
14272 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
14274         * install-sh: Rename from install.sh.
14275         * Makefile.in (INSTALL): Change install.sh to install-sh.
14276         (DEVO_SUPPORT): Likewise.
14278         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
14279         Graichen <graichen@rzpd.de>.
14281 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
14283         * config.guess: Recognize OpenBSD systems correctly.
14285 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
14287         * README, Makefile.in (ETC_SUPPORT): Remove references to
14288         cfg-paper*, configure.{texi,man,info*}._
14290 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
14292         * Makefile.in (all.normal): Ensure that gcc is built after all
14293         the x11 - ie gdb - targets.
14295 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
14297         * makefile.vms: Don't run conf-a-gas.
14299 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
14301         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
14303 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
14305         * configure.in: Remove noconfigdirs case since gdb also
14306         configures and builds for tic80-coff.
14308 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
14310         * configure: Set cache_file to config.cache.
14311         * Makefile.in (local-distclean): Remove config.cache.
14313 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
14315         * COPYING: Update FSF address.
14317 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
14319         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
14320         noconfigdirs.
14322 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
14324         * Makefile.in (install-dirs): Don't crash if prefix, and hence
14325         MAKEDIRS, is empty.
14327 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
14329         * config.sub: Tweak mn10300 entry.
14331 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
14333         * configure.in (host_tools): Put sim before gdb, so gdb's
14334         configure.tgt can determine if the simulator was configured.
14336 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
14338         * config.sub: Move BeOS $os case to be with other Cygnus
14339         local cases.
14341 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
14343         * config.sub: Remove misplaced comment that broke Linux.
14345 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
14347         * config.sub: Add BeOS support.
14349 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
14351         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
14353 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
14355         * configure.in (noconfigdirs): Remove tcl and tk from
14356         noconfigdirs for cygwin32 builds.
14358 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
14360         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
14362 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
14364         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
14365         make-all.com, use makefile.vms instead.
14367 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
14369         * config.sub: Accept -lnews*.
14371 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
14373         * configure.in (noconfigdirs): Disable target-newlib,
14374         target-examples and target-libiberty for d30v.
14376 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
14378         * configure.in (noconfigdirs): Enable ld for d30v.
14380 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
14382         * configure.in (tic80-*-*): Build compiler.
14384 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
14386         * configure.in (d30v-*): Remove sim directory from list of
14387         unsupported d30v directories
14389 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
14391         * config.sub, configure.in: Add d30v target cpu.
14393 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
14395         * makefile.vms: New file.
14396         * make-all.com: Remove.
14398 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
14400         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
14402 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
14404         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
14406 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
14408         * Makefile.in (ALL_MODULES): Added all-db.
14409         (CROSS_CHECK_MODULES): Addec check-db.
14410         (INSTALL_MODULES): Added install-db.
14411         (CLEAN_MODULES): Added clean-db.
14413 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
14415         * config.guess: Merge with latest FSF sources.
14417 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
14419         * Makefile.in (ALL_MODULES): Added all-itcl.
14420         (CROSS_CHECK_MODULES): Added check-itcl.
14421         (INSTALL_MODULES): Added install-itcl.
14422         (CLEAN_MODULES): Added clean-itcl.
14424 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
14426         * configure.in: build gdb for mn10200
14428 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
14430         * Makefile.in (all-target-winsup): Depend on all-target-libio.
14432 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
14434         * configure.in (tic80-*-*): Turn off most targets right now.
14436 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
14438         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
14439         rather than the makeinfo program.
14440         (do-info): Depend upon all-texinfo.
14442 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
14444         * configure.in: Remove uses of config/mh-linux.
14446         * config.sub, config.guess: Merge with latest FSF sources.
14448 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
14450         * config.sub (case $basic_machine): Add tic80 entries.
14452 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
14454         * config.sub, config.guess: Merge with latest FSF sources.
14456 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
14458         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
14459         * mpw-config.in: Test for NewFolderRecursive.
14460         * mpw-install: Use symbolic name for startup filename.
14461         * mpw-README: Add various additional details.
14463 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
14465         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
14467 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
14469         * configure.in: Do build gcc and the target libraries for
14470         the mn10200.
14472 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
14474         * configure.in: don't avoid building gdb for mn10300 any more
14475         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
14476         instead of single-quoting it.
14478 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
14480         * configure.in: Don't use --with-stabs on IRIX 6.
14482 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
14484         * configure.in (m32r): Build gdb, libg++ now.
14486 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14488         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
14489         directories from noconfigdirs.
14491 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
14493         * config.sub (basic_machine): added mips16 configuration
14495 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14497         * config.sub: Handle d10v-unknown.
14499 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
14501         * config.sub: Handle v850-unknown.
14503 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
14505         * Makefile.in: add findutils
14506         * configure.in: add findutils to list of host_tools
14508 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
14510         * config.sub: Handle mn10200 and mn10300.
14512 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14514         * configure.in (d10v-*): Do not build librx.
14516 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
14518         * configure.in (mn10300): Build everything except gdb & libgloss.
14520 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
14522         * config.guess:  Patch for Dansk Data Elektronik servers,
14523         from Niels Skou Olsen <nso@dde.dk>.
14525         For ncr, use /bin/uname rather than uname, since GNU uname does not
14526         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
14528         Patch for MIPS R4000 running System V,
14529         from Eric S. Raymond <esr@snark.thyrsus.com>.
14531         Fix thinko for nextstep.
14533         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
14535         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
14536         * config.guess: Guess mips-dec-mach_bsd4.3.
14538         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
14539         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
14540         release numbers.
14541         * config.guess (mips-mips-riscos*):  Emit just enough of the
14542         release number.
14544         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
14545         * config.guess (sparc-auspex-sunos*):  Added.
14546         (f300-fujitsu-*): Added.
14548         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
14549         * config.guess:  Recognize a Tadpole as a sparc.
14551 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
14553         * config.guess: Don't assume that NextStep version is either 2 or
14554         3.  NextStep 4 (aka OpenStep 4) has come out now.
14556 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
14558         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
14559         From Rik Faith <faith@cs.unc.edu>.
14561 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
14563         * config.sub: Contributions from bug-gnu-utils to:
14564         Support plain "hppa" (no version given) architecture, reported by
14565         OpenStep.
14566         OpenBSD like NetBSD.
14567         LynxOs is not a hardware supplier.
14569         * config.guess: Contributions from bug-gnu-utils to add support for:
14570         OpenBSD like NetBSD.
14571         Stratus systems.
14572         More Pyramid systems.
14573         i[n>4]86 Intel chips.
14574         M680[n>4]0 Motorola chips.
14575         Use unknown instead of lynx for hardware manufacturer.
14577 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14579         * install.sh (chmodcmd): Set to null if the DST directory already
14580         exists.
14582 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14584         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
14585         not use mt-ppc target Makefile fragment any more.
14587 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
14589         * configure.in (*-*-windows):  Exclude everything but those dirs
14590         needed to build windows.
14592 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
14594         * Makefile.in (all-target-winsup): Depend on all-target-librx.
14596 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
14598         * configure.in:  Exclude mmalloc from i386-windows.
14600 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
14602         * Undo my previous change.
14604 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
14606         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
14607         unconditionally.
14608         (MAKEOVERRIDES): Define (revert this part of October 18 change).
14610 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
14612         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
14613         host to add it's own flags.
14615 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
14617         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
14619 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
14621         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
14622         (CXX_FOR_TARGET): Likewise.
14623         (GCC_FOR_TARGET): Define.
14624         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
14625         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
14626         CC_FOR_TARGET was specified on the command line.
14627         (MAKEOVERRIDES): Don't define.
14629 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
14631         * configure.in (m32r): Fix spelling of libg++ libs.
14633 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
14635         * config.sub (-apple*): Remove, now redundant.
14637 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
14639         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
14641         * configure: Rework yesterday's sed script patch.
14643         * config.sub: Merge with FSF.
14645 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
14647         * config.guess:  Merge from FSF.
14649         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
14650         * config.guess: Use pc instead of unknown, for pc clone systems.
14651         Change linux to linux-gnu.
14653         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
14654         * config.guess: Avoid non-portable tr syntax.
14656 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
14658         * test-build.mk (HOLES): Add "xargs" for gdb.
14660         * configure: Avoid hpux10.20 sed bug.
14662 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
14664         * configure.in:  Add support for windows host
14665         (that is a build done under the Microsoft build environment).
14667 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
14669         * Makefile.in: Replace all uses of srcroot with s, to shrink
14670         command line lengths.
14672         Patches from Geoffrey Noer <noer@cygnus.com>:
14673         * configure.in: If configuring for newlib, pass --with-newlib to
14674         subdirectories.
14675         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
14676         -Bnewlib/ and -Lwinsup to gcc.
14677         (CXX_FOR_TARGET): Likewise.
14679 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
14681         * Makefile.in (ETC_SUPPORT): Add configure.
14683 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
14685         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
14686         host configuration file.
14688 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
14690         * configure.in: Break mn10x00 support into separate
14691         mn10200 and mn10300 configurations.
14692         * config.sub: Likewise.
14694 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
14696         * configure.in: Add lots of stuff to noconfigdirs for
14697         the mn10x00 targets.
14699         * config.sub, configure.in: Add mn10x00 support.
14701 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
14703         * make-all.com: Call conf-a-gas, not config-a-gas.
14705 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
14707         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
14708         targets.
14710 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
14712         * mpw-README: Add much more detail for native PowerMac.
14713         * mpw-install: New file.
14714         * mpw-configure: Add --norecursion and --help options.
14715         * mpw-config.in: Translate readme and install files when
14716         copying to objdir.
14717         * mpw-build.in: Don't always depend on byacc and flex.
14718         (install-only-top): New action.
14720 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
14722         * configure.in:  You can now configure GDB for the v850.
14724 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
14726         * configure.in (noconfigdirs): Don't configure any C++ dirs
14727         if targeting D10V.
14729 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
14731         * config.sub: Recognize mips64vr5000.
14733 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
14735         * configure.in: Use a single line for host_tools and native_only.
14737 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
14739         * config.sub, configure.in: Add entries for m32r.
14741 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
14743         * Makefile.in (inet-install): Don't run install-gzip.
14745 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
14747         * configure.in:  Don't config lots of things for *-*-windows*.
14749 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
14751         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
14752         (host_libs, host_tools): Copy from configure.in.
14753         * mpw-configure: Don't complain about directories not found.
14755 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14757         * configure.in (i[345]86): Recognize i686 for pentium pro.
14758         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
14759         file.
14761         * config.guess (i[345]86): Ditto.
14763 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
14765         * configure.in (noconfigdirs): Removed gdb for D10V.
14767 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
14769         * configure.in: Remove ld, target-libio, target-libg++, and
14770         target-libstdc++ from noconfigdirs.
14772 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
14774         * configure: Fix three locations where shell scripts were
14775         being run directly rather than with config_shell.
14777 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
14779         * configure.in (v850-*-*): Set up initial $noconfigdirs.
14780         * config.sub (basic_machine): Recognize v850.
14782 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
14784         * mpw-configure: Handle multiple enable/disable options and
14785         pass them down recursively, handle -c and -s flags appropriately
14786         depending on choice of compiler, add escape mechanism for
14787         quoted arguments to gC.
14789 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14791         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
14792         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
14793         so that -mrelocatable-lib and -mno-eabi are used.
14795         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
14796         not support --print-multi-lib, don't abort.
14798 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
14800         * make-all.com: Run config-a-gas.
14801         * setup.com: Don't copy subdirectory files around.
14803 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
14805         * configure.in (*-*-ose): Remove exclusion of libgloss for this
14806         target, it now compiles correctly.
14808 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
14810         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
14812 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
14814         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
14816 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14818         * configure.in (native_only): Add prms.
14820 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
14822         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
14823         (BINUTILS_SUPPORT_DIRS): Likewise.
14825 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14827         * configure.in (d10v-*-*): Don't configure ld or gdb until the
14828         d10v support is added.
14830 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
14832         * configure.in (d10v-*-*): New target.
14834 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
14836         * config.guess (HP 9000/811): Recognize this as a PA1.1
14837         machine.
14839 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
14841         * Makefile.in (do-tar-gz): New target, split out from tail end of
14842         taz target.  Run each command separately, don't use pipes.
14843         (taz): Use it.
14845 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
14847         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
14848         * mpw-build.in: No builds should depend on building byacc or flex,
14849         they are assumed to be installed already.
14851 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14853         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
14854         variable that CC_FOR_TARGET needs.
14856 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14858         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
14859         options have changed since the last time the subdirectory was
14860         configured, and if it has, reconfigure.
14861         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
14862         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
14864 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
14866         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
14867         CLEAN_MODULES): Add bash.
14868         (all-bash): New target.
14870 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
14872         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
14874 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14876         * config.sub (basic_machine): Recognize d10v as a valid processor.
14878 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
14880         * mpw-configure: Add support for --bindir.
14881         * mpw-build.in: Use a GCC-specific build script for GCC actions.
14883 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
14885         * configure.in: add bash, time, gawk to list of hosttools and things
14886         to only build for native toolchains
14888 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
14890         * Makefile.in (docdir): Remove.
14892 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
14894         * Makefile.in (datadir): Set to $(prefix)/share.
14896 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
14898         * configure.in: build diff and patch for cygwin32-hosted
14899         toolchains.
14901 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
14903         * config.sub: Accept -rtems*.
14905 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
14907         * configure.in: enable dosrel for cygwin32-hosted builds,
14908                 remove diff from the list of things not buildable
14909                 via Canadian Cross
14911 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
14913         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
14914         don't get ". ".
14916 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
14918         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
14920 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
14922         * Makefile.in (taz): Handle case where tex3patch didn't even get
14923         checked out.  Also, if it was found, put the symlink in a new util
14924         subdirectory.
14926 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14928         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
14930 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
14932         * config.sub: Recognize -openvms.
14933         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
14934         * make-all.com, setup.com: New files.
14936 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
14938         * Makefile.in (taz): tex3patch moved to texinfo/util.
14940 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
14942         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
14943         * configure.in: remove make from disable-if-Can-Cross list
14944                 enable gdb if ${host} and ${target} are cygwin32
14946 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
14948         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
14949         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
14951 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
14953         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
14954         distinguish sysv/svr4/bsd variants.
14955         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
14957 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
14959         * configure.in: Added copyright notice.
14960         * move-if-change: Added copyright notice.
14962 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14964         * configure.in (powerpcle-*-solaris*): Until we get shared
14965         libraries working, don't build gdb, sim, make, tcl, tk, or
14966         expect.
14968 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
14970         * config.guess:  Merge with FSF:
14972         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
14973         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
14975         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
14976         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
14978         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
14979         * config.guess:  Combine two OSF1 rules.
14980         Also recognize field test versions.  From mjr@zk3.dec.com.
14981         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
14982         because GNU uname does not support -p.  From pmr@pajato.com.
14984 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
14986         * Makefile.in (MAKEDIRS): Removed $(tooldir).
14988 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
14990         * mpw-README: Document GCCIncludes.
14992 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
14994         * configure.in (alpha-*-linux*): Set enable_shared to yes.
14996 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
14998         * mpw-configure: Handle --enable-FOO and --disable-FOO.
15000 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
15002         * configure.in (*-*-cygwin32): Configure make.
15004 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
15006         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
15008 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
15010         * Makefile.in (all-inet): Depend on all-perl.
15012         * Makefile.in (inet-install): New target.
15014         * Makefile.in (all-inet): Depend on all-tcl.
15015         (all-inet): Depend on all-send-pr.
15017 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15019         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
15020         temporarily.
15022 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
15024         * configure.in: Don't configure --with-gnu-ld on AIX.
15026 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
15028         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
15030 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
15032         * Makefile.in (ALL_MODULES): Added all-inet.
15033         (CROSS_CHECK_MODULES): Added check-inet.
15034         (INSTALL_MODULES): Added install-inet.
15035         (CLEAN_MODULES): Added clean-inet.
15036         (all-indent): New target.
15038         * configure.in (host_tools): Added inet.
15039         (native_only): Added inet.
15040         (noconfigdirs): Added inet.
15042 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
15044         * configure.in: Don't configure libgloss if we are not configuring
15045         newlib.
15047 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
15049         * configure.in: Don't configure libgloss for unsupported
15050         architectures.
15052 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15054         * Makefile.in (CLEAN_MODULES): Add clean-apache.
15056 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
15058         * Makefile.in (ALL_MODULES): Include all-apache.
15059         (CROSS_CHECK_MODULES): Include check-apache.
15060         (INSTALL_MODULES): Include install-apache.
15061         (all-apache): New target.
15063         * configure.in: Added apache everywhere perl is seen.
15065 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15067         * Makefile.in: Add support for clean-{module} and
15068         clean-target-{module} rules.
15070 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
15072         * configure.in (*-*-ose) do not build libgloss.
15074 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15076         * config.guess (prep*:SunOS:5.*:*): Turn into
15077         powerpele-unknown-solaris2.
15079 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
15081         * configure.in: Permit --enable-shared to specify a list of
15082         directories.
15084 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
15086         * configure.in (host==solaris): Pass only the first word of $CC
15087         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
15089 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
15091         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
15093 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
15095         * Makefile.in (ALL_MODULES): Include all-perl.
15096         (CROSS_CHECK_MODULES): Include check-perl.
15097         (INSTALL_MODULES): Include install-perl.
15098         (ALL_X11_MODULES): Include all-guile.
15099         (CHECK_X11_MODULES): Include check-guile.
15100         (INSTALL_X11_MODULES): Include install-guile.
15101         (all-perl): New target.
15102         (all-guile): New target.
15104         * configure.in (host_tools): Include perl and guile.
15105         (native_only): Include perl and guile.
15106         (noconfigdirs): Don't build guile and perl; no ports have been
15107         done.
15109 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
15111         * configure (--enable-*): Handle quoted option lists such as
15112         --enable-sim-cflags='-g0 -O' better.
15114 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15116         * Makefile.in ({,inst}all-target): New rule so we can make and
15117         install all of the target directories easily.
15119 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15121         * configure.in: Add missing global flag in sed substitution when
15122         deleting `target-' from ${configdirs}.
15124 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
15126         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
15127         option.
15129         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
15130         config/mh-necv4.
15132         * install.sh: Correct misspelling of transformbasename.
15134         * config.guess: Recognize mips-*-sysv*.
15136 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
15138         * config.sub: Recognize mon960.
15140 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
15142         * configure: Restore Canadian Cross handling of BISON and LEX,
15143         removed in Feb 20 change.
15145 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
15147         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
15148         Mention make install.  Remove the old copyright date as well the
15149         clumsy and rather pointless copyright on the README file.
15151 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
15153         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
15154         Makefile after running symlink-tree, then run `make distclean' to
15155         avoid clobbering any generated files in srcdir.
15157 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
15159         * configure.in (m68k-*-netbsd*): Build everything now.
15161 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
15163         * Makefile.in (taz): Fix quoting.
15165 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
15167         * configure.in (sparclet-*-*): Build everything now.
15169 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15171         * configure.in (m68k-*-linux*): New host.
15173 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
15175         * configure: Check for bison before byacc.
15177 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
15179         * Makefile.in configure:  Change the way LEX and BISON/YACC are
15180         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
15181         searching PATH.  These are used as fallbacks by Makefile.in if
15182         flex/bison/byacc aren't in objdir.
15184 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
15186         * Makefile.in: Make everything which depends upon all-bfd also
15187         depend upon all-opcodes, in case --with-commonbfdlib is used.
15189 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15191         * configure.in (host *-*-cygwin32): Don't build gdb if we are
15192         building NT native compilers on Unix.
15194 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
15196         * configure.in: Don't get CC from the host Makefile fragment if we
15197         can find gcc in PATH, or if this is a Canadian Cross.  Move the
15198         Solaris test for /usr/ucb/cc to the post target script, just after
15199         the compiler sanity test.
15201 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
15203         * config.sub: Merge with FSF.
15205 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
15207         * Makefile.in (RPATH_ENVVAR): New variable.
15208         (REALLY_SET_LIB_PATH): Use it.
15209         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
15211 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
15213         * config.sub, configure.in: Recognize sparclet cpu.
15215 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
15217         * config.guess:  Support m68k-cbm-sysv4.
15219 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15221         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
15222         m68k-unknown-linuxaout from linker help string.  Put quotes around
15223         $ld_help_string.
15225 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
15227         * config.guess (powerpc-harris-powerunix): Add guess for port
15228         to new target.
15230 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15232         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
15234 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
15236         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
15237         $(REALLY_SET_LIB_PATH) in Makefile.
15238         * Makefile.in (SET_LIB_PATH): New variable.
15239         (REALLY_SET_LIB_PATH): New variable.
15240         ($(DO_X)): Use $(SET_LIB_PATH).
15241         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
15242         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
15243         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
15244         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
15245         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
15246         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
15247         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
15248         (install-dosrel): Likewise.
15249         (all-opcodes): Depend upon all-libiberty.
15251 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
15253         * config.guess (*:CYGWIN*): New
15255 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15257         * Makefile.in (all-target-winsup): All all-target-libiberty.
15259 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15261         * configure.in (noconfigdirs): Add missing # in front of comment.
15263 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
15265         * configure.in: add second pass to things added to noconfigdirs
15266         so *-gm-magic can exclude libgloss properly.
15268 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
15270         * mpw-configure (extralibs_name, rez_name): Set correctly
15271         for MWC68K compiler.
15273         * mpw-README: Add more info on the necessary build tools.
15275 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
15277         * configure.in, config.sub: Recognize cygwin32.
15279 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
15281         * config.guess, config.sub: Recognize A/UX.
15283 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
15285         * config.sub: Merge with gcc/config.sub.
15287 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
15289         * mpw-build.in (do-binutils): Add build of stamps.
15291 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
15293         * config.sub: Add recognition for mips64vr4100*-* targets.
15295 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15297         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
15298         Add creation of gconfigargs with `--enable-shared' turned on.
15299         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
15300         ($(host)-stamp-stage3-configured): Likewise.
15301         (HOLES): Add chatr and ldd.
15302         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
15304 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
15306         * configure: Pass --nfp to recursive configures.
15308 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
15310         * Makefile.in (DLLTOOL): New.
15311         (DLLTOOL_FOR_TARGET): New.
15312         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
15313         (EXTRA_TARGET_FLAGS): Ditto.
15314         (EXTRA_GCC_FLAGS): Ditto.
15315         (CONFIGURE_TARGET_MODULES): Ditto.
15316         (DO_X): Ditto.
15317         * configure: Add DLLTOOL.
15319 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
15321         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
15322         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
15323         mh-sco, since old workarounds no longer needed, and don't
15324         build ld, since libraries have weak symbols in COFF.
15326 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
15328         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
15330 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
15332         * configure.in: Make sure that ${CC} can be used to compile an
15333         executable.
15335 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
15337         * Makefile.in (all-gdb): Depend on $(GDB_TK).
15338         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
15339         nothing depending on whether gdbtk is being built.
15341 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
15343         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
15345 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
15347         * configure.in (noconfigdirs): Put ld or gas in this early, if the
15348         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
15350 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
15352         * config-ml.in: Add support for
15353         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
15354         Simplify setting of multidirs from --disable-foo.
15356 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15358         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
15359         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
15360         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
15361         non-empty, pass them on to the  GCC make.
15362         (all-bootstrap): New rule that is like all-gcc, except it executes
15363         the GCC bootstrap rule instead of the GCC all rule.
15365 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
15367         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
15369 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15371         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
15372         DG/UX support.
15374 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
15376         * config.sub (i*86*) Change [345] to [3456]
15378 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
15380         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
15381         --with-gnu-ld=no.
15383 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15385         * config-ml.in (rs6000*, powerpc*): Add switches to control which
15386         AIX multilibs get built.
15388 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15390         * configure.in (i386-win32): Don't build expect if we're not
15391         building the tcl subdir.
15393 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
15395         * Makefile.in: (configure-target-examples, all-target-examples):
15396         New targets, configure and build example programs.
15398 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
15400         * mpw-configure: If an mpw-config.in generated a file mk.sed,
15401         use it as input to sedit the generated MPW makefile.
15402         * mpw-README: Add a suggestion about Gestalt.h.
15404 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
15406         * config.sub: Accept *-*-ieee*.
15408 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
15410         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
15411         Ronald F. Guilmette <rfg@monkeys.com>.
15413 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15415         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
15416         for powerpc-pe native.
15417         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
15418         (target==powerpc-pe): duplicate i386-win32 entry.
15420 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15422         * configure.in (noconfigdirs): Exclude target-newlib for all versions
15423         of vxworks, not just vxworks5.1.
15425 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
15427         * mpw-configure: Add support for exec-prefix.
15429 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
15431         * config.guess: Recognize HP model 816 machines as having
15432         a PA1.1 processor.
15434 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
15436         * configure: Ignore new autoconf configure options.
15438 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
15440         * config.guess:  Recognize Pentium under SCO.
15441         From Robert Lipe <robertl@arnet.com>.
15443 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
15445         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
15447 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
15449         * configure.in: Don't configure gas for alpha-dec-osf*.
15451 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
15453         * configure.in: Default to --with-stabs for some targets for which
15454         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
15455         i[345]86*-*-unixware*.
15457 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
15459         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
15460         rather than basing it on the target.  Simplify handling of options
15461         controlling which directories to configure.  Remove extraneous
15462         slash in multi-clean target.
15464 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
15466         * config-ml.in: Prefix more variables with ml_ so they don't collide
15467         with configure's.
15469 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
15471         * configure: Don't turn -v into --v.
15473 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
15475         * configure.in (targargs): Fix typo.
15477         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
15479 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
15481         * configure.in: Strip --host and --target options from
15482         CONFIG_ARGUMENTS, and always configure for --host only.  Add
15483         --with-cross-host option when building with a cross-compiler.
15484         * configure: Canonicalize the arguments put into config.status by
15485         always using `=' for an option with an argument.  Pass a presumed
15486         --host or --target explicitly.
15488 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
15490         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
15491         into general OS recognition case.
15493 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15495         * configure.in (target_configdirs): add target-winsup only
15496         for win32 target systems.
15498 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
15500         * Makefile.in (all-target-libgloss): Depend upon
15501         configure-target-newlib, since when libgloss is built it looks to
15502         see if the newlib directory exists.
15504 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
15506         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
15507         cfg-ml-*.in.
15509 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
15511         * configure: Handle LD and LD_FOR_TARGET when configuring a
15512         Canadian Cross.
15514 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15516         * configure.in (target_libs): add target-winsup.
15517         (target==i386-win32): add patch diff flex make to $noconfigdirs.
15518         (target==ppcle-pe): remove ld from $noconfigdirs.
15520 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
15522         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
15523         Preserve relative path names in $srcdir.  Build symlink tree if
15524         configuring cross target dir and srcdir=. (= no VPATH support).
15525         (configure-target-libg++): Depend on configure-target-librx.
15526         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
15527         * config-ml.in: New file.
15528         * symlink-tree: New file.
15529         * configure: Ensure srcdir="." if that's what it is.
15531 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
15533         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
15534         includes and FLEX_SKELETON setting.
15535         * mpw-configure (--with-gnu-ld): New option, controls whether
15536         to use PPCLink or ld with PowerMac GCC.
15537         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
15538         * mpw-config.in: Configure grez if targeting Mac.
15540         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
15541         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
15542         just macos.
15543         * configure.in: Configure grez resource compiler if targeting Mac.
15544         * Makefile.in (all-grez, install-grez): New targets.
15546 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
15548         * configure: CXX defaults to gcc, not g++.  If we find
15549         gcc in the path, set CC to gcc -O2.
15551 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
15553         * configure: Default ${build} correctly.  Avoid picking up extra
15554         spaces when reading CC and CXX from Makefile.  When doing a
15555         Canadian Cross, use plausible default values for numerous
15556         variables.
15557         * configure.in: When doing a Canadian Cross, don't try to
15558         configure tools whose configure script can't handle it.
15560 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15562         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
15564 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15566         * configure:  Remove dubious bug reporting address.
15568 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15570         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
15571         configure script, run that instead of this directory's configure.
15572         In either case, print a message that we're configuring the sub-dir.
15574 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15576         * configure.in: Before checking for the existence of various files,
15577         use sed to filter out "target-".
15579 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
15581         * Makefile.in (DO_X): Split rule to decrease command line length
15582         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
15583         (Philippe De Muyter).
15585 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15587         * Makefile.in (all-patch): depend on all-libiberty.
15589 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
15591         * configure.in: If the only directory in target_configdirs which
15592         actually exists is libiberty, then set target_configdirs to empty,
15593         to avoid trying to build a target libiberty in a gas or gdb
15594         distribution.
15596 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
15598         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
15599         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
15600         systems.
15602 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15604         * configure.in (copy_dirs): Use sys-include instead of include
15605         for --with-headers option.
15607 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
15609         * Makefile.in, configure.in: Make winsup builds work with
15610         new scheme.
15612 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
15614         * configure.in: Build the linker on AIX.
15616 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15618         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
15619         where needed.
15621 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
15623         * Makefile.in (all-gcc): Fix typo.
15625 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15627         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
15629 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15631         * configure.in:  Rename libFOO to target-libFOO, and xiberty
15632         to target-xiberty, to provide more flexibility.
15633         (target_subdir):  Define.  Create if cross.
15634         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
15635         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
15636         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
15637         check-libFOO -> check-target-libFOO, etc.
15638         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
15639         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
15640         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
15641         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
15642         allow ALL_GCC="" to only configure.
15643         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
15644         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
15645         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
15647 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
15649         * Makefile.in (taz): Build "info" in etc explicitly.
15651 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
15653         * configure.in:  Make sure that CC is undefined (as opposed to
15654         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
15655         problem with autoconf trying to configure on a host without GCC.
15657 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
15659         * mpw-configure: Set host alias from choice of host compiler,
15660         only use generic MPW Makefile sed if present, edit a file
15661         named "hacked_Makefile.in" instead of "Makefile.in" if present.
15662         * mpw-README: Add problem notes about CW6 and CW7.
15664 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
15666         * Makefile.in (taz): Use ";" instead of ";;".
15668 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15670         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
15671         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
15672         DISTDOCDIRS.
15673         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
15674         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
15676 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15678         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
15679         and gnats, because they are now subsumed by DISTSTUFFDIRS.
15680         Move bfd to DISTSTUFFDIRS.
15682 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15684         * Makefile.in (X11_LIB): Removed.
15685         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
15687         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
15689 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15691         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
15692         names.
15694 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15696         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
15698 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
15700         * configure.in (i[345]86-*-win32): Always build newlib.
15701         Don't configure cvs, autoconf or texinfo.
15702         * Makefile.in (LD_FOR_TARGET): New.
15703         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
15704         Pass down LD_FOR_TARGET.
15706 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
15708         * winsup: New directory.
15709         * Makefile.in: Build winsup.
15710         * configure.in: Winsup is configured when target is win32.
15711         Can only build win32 target GDB when native.
15713 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
15715         * config.guess: Recognize HP model 819 machines as having
15716         a PA 1.1 processor.
15718 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
15720         * configure: Fix sed loop which substitutes for CC and CXX to
15721         avoid bug found in various sed implementations.
15723 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15725         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
15726         simulator.  Use standard powerpc-*-eabi*.
15728 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
15730         * configure.in: Stop putting gas and binutils in noconfigdirs for
15731         powerpc-*-aix* and rs6000-*-*.
15733 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
15735         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
15736         -mcall-aixdesc libraries.
15738 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
15740         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15742         * config.sub (arm | armel | armeb): Fix shell syntax.
15744 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15746         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
15747         -msoft-float and -mcpu=common support.
15748         (powerpc*-*-eabisim*): Add support for building -mcall-aix
15749         libraries.
15751 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
15753         * configure.in: Allow configuration and build of emacs19 for the alpha.
15755 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15757         * configure.in (CC): Get ^CC, not just any old CC, from
15758         ${host_makefile_frag}.
15760 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15762         * configure.in (CC): Try to get CC from
15763         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
15765 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15767         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
15768         only if it exists in $(srcdir).
15770 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
15772         * configure: If CC and CXX are not set in the environment, set
15773         them, based on either an existing Makefile or on searching for gcc
15774         in PATH.  Substitute for CC and CXX in Makefile.
15775         * configure.in: Remove libm from target_libs.  Separate
15776         target_configdirs from configdirs.  If CC is not set in
15777         environment, try to get it from a host Makefile fragment.  Rewrite
15778         changes of configdirs to use skipdirs instead.  A few minor
15779         tweaks.  Take directories out of target_configdirs as they are
15780         taken out of configdirs.  Remove existing Makefile files from
15781         subdirectories.  Substitute for TARGET_CONFIGDIRS and
15782         CONFIG_ARGUMENTS in Makefile.
15783         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
15784         by configure.in.
15785         (CONFIG_ARGUMENTS): Likewise.
15786         (CONFIGURE_TARGET_MODULES): New variable.
15787         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
15788         ($(CONFIGURE_TARGET_MODULES)): New target.
15789         (configure-libg++, configure-libio): New targets.
15790         (all-libg++): Depend upon configure-libg++.
15791         (all-libio): Depend upon configure-libio.
15792         (configure-libgloss, all-libgloss): New targets.
15793         (configure-libstdc++): New target.
15794         (all-libstdc++): Depend upon configure-libstdc++.
15795         (configure-librx, all-librx): New targets.
15796         (configure-newlib): New target.
15797         (all-newlib): Depend upon configure-newlib
15798         (configure-xiberty): New target.
15799         (all-xiberty): Depend upon configure-xiberty.
15801 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
15803         * configure.in (host i[345]86-*-win32):  Expand the
15804         noconfigdirs again.
15806 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
15808         * mpw-configure: Fix sed command file name.
15810 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
15812         * configure.in (host i[345]86-*-win32): Reduce the
15813         noconfigdirs again.
15815 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
15817         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
15818         or powerpc*-*-pe*, since they are not yet supported.
15820 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
15822         Add PowerMac support and many other enhancements.
15823         * mpw-configure: New option --cc to select compiler to use,
15824         paste options set according to --cc into the generated
15825         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
15826         if mpw-make.sed is present.
15827         * mpw-config.in: Don't test for gC1, test for mpw-touch,
15828         add forward includes for PowerPC include files.
15829         * mpw-build.in: Build using Makefile.PPC if present.
15830         (do-byacc, etc): Remove separate version resource builds.
15831         (do-gas): Build "stamps" before "all".
15832         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
15833         * mpw-README: Update to reflect --cc option, PowerMac support,
15834         and recently-reported compatibility problems.
15836 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
15838         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
15839         embedded m68k systems (-aout, -coff, -elf, -vxworks).
15840         (--with-multilib-top): Pass to recursive invocations.
15842 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
15844         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
15845         v810-*-*.
15847 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
15849         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
15850         gdb, ld and opcodes on v810-*-*.
15852 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
15854         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
15855         (local-maintainer-clean): New target.
15856         (maintainer-clean): New target.
15857         (realclean): Just depend upon maintainer-clean.
15859 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
15861         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
15863 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
15865         * configure.in: Build ld in mips*-*-bsd* case.
15867 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
15869         * config.sub: Accept -lites* OS.  From Ian Dall.
15871 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
15873         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
15874         targets.
15876 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15878         * configure.in: treat i386-win32 canadian cross the same as
15879         i386-go32 canadian cross.
15881 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15883         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
15884         running under the simulator to build a reduced set of libraries.
15885         (powerpc-*-eabiaix): Add fine grained multilib support added to
15886         other powerpc targets yesterday.
15888 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15890         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
15891         -disable-softfloat, -disable-relocatable, -disable-aix, and
15892         -disable-sysv to control which multilib libraries get built.
15894 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
15896         * configure: Add Makefile.tem to list of files to remove in trap
15897         handler.
15899 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15901         * config.guess (*Linux*):  Add missing "exit"s.
15902         Also, need specific check for alpha-unknown-linux (uses COFF).
15904 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15906         * config.guess:  Merge with FSF:
15908         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
15909         * config.guess (AIX4): More robust release numbering discovery.
15911         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
15912         * config.guess (i386-sequent-ptx): Properly get version number.
15914         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
15915         * config.guess (mips:*:4*:UMIPS): New case.
15917 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
15919         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
15920         (i386-win32 host): Likewise.  Don't build readline.
15922 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
15924         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
15925         SUPPORT_FILES to submakes.
15927 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
15929         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
15930         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
15931         mpw-configure.
15933 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
15935         * configure.in (appdirs): Use =, not ==, in test expression when
15936         trying to build the text to print in the warning message for
15937         Solaris users.
15939 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
15941         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
15943 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
15945         * config.guess: Recognize lynx-2.3.
15947 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
15949         * config.sub (z8ksim): Deleted
15950         (z8k-*-coff): New, this is the one true name of the target.
15952 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
15954         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
15956 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
15958         * config.guess (*:Linux:*:*): First try asking the linker what the
15959         default object file format is (elf, aout, or coff).  Then if this
15960         fails, try previous methods.
15962 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
15964         * configure.in: Don't build newlib for *-*-vxworks5.1.
15966 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
15968         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
15969         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
15971 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
15973         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
15975 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
15977         * cfg-ml-com.in: New file.
15978         * cfg-ml-pos.in: New file.
15980 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
15982         * COPYING.NEWLIB: Add HP free copyright to list.
15984 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15986         * config.sub: Recognize -eabi* for the system, not just -eabi.
15988 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
15990         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
15991         * config.sub, configure.in (win32): New target and host.
15993 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
15995         * configure.in: Add i386-pe configuration.
15997 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
15999         * mpw-build.in (install): Install GDB after LD.
16001 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
16003         * mpw-config.in (elf/mips.h): Always forward-include, needed
16004         for GDB to build.
16006 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
16008         * testsuite: New directory for customer acceptance and whole tool
16009         chain tests.
16011 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
16013         * configure: If per-host line isn't found, but AC_OUTPUT is found
16014         and a configure script exists, run it instead.
16016 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16018         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
16020 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
16022         * configure: Set build_{cpu,vendor,os,alias} to host values when
16023         --build isn't specified.
16025 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16027         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
16028         (FLAGS_TO_PASS): Pass them.
16029         (EXTRA_TARGET_FLAGS): Ditto.
16031 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16033         * Makefile.in (all-libg++): Depend on all-libstdc++.
16035 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16037         * configure.in (noconfigdirs): Enable all packages for
16038           i386-unknown-netbsd.
16040 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
16042         * configure.in (noconfigdirs): Don't configure tk for i386-go32
16043         hosted builds (DOS builds)
16045 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
16047         Changes for ARM based on patches from Richard Earnshaw:
16048         * config.sub: Handle armeb and armel.
16049         * configure.in: Omit arm linker only for riscix.
16051 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16053         * config.guess:  Update from FSF.
16055 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
16057         * config.sub: Recognize powerpcle as the little endian variant of
16058         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
16059         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
16060         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
16061         temporarily.
16063 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
16065         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
16067 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
16069         * config.sub: Accept -lites* as a basic system type.
16071 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
16073         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
16074         installed, and if so return linuxoldld as the system name.
16076 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
16078         * config.guess: Add hppa1.1-hp-lites support.
16080 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
16082         * configure.in: Don't build newlib for m68k-vxworks5.1.
16084 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16086         * configure.in (mips-sgi-irix6): Use mh-irix5.
16088 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
16090         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
16092 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16094         * test-build.mk: Enable building of shared libraries on IRIX 5 and
16095         OSF/1.  Fix compiler flags.
16096         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
16098 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
16100         * configure.in: Recognize --with-newlib.
16101         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
16103 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
16105         * Makefile.in: move {all,check,install}-gdb from *_MODULES
16106         to *_X11_MODULES due to gdbtk needing X include files et al.
16108 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
16110         Merge in support for Mac MPW as a host.
16111         (Old change descriptions retained for informational value.)
16113         * mpw-config.in: Add generic include forwards for cpu-specific
16114         include files in aout and elf directories.
16116         * mpw-configure: Added copyright.
16117         * mpw-config.in: Check for presence of required build tools.
16118         (target_libs): Add newlib.
16119         (target_tools): Add examples.
16120         (Read Me): Generate as "Read Me for MPW" instead.
16121         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
16122         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
16123         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
16125         * mpw-configure: Remove subdir-specific makefile hackery,
16126         delete mk.tmp after using it.
16128         * mpw-build.in (all): Display start and end times.
16130         * mpw-configure (host_canonical): Set.
16131         (target_cpu): Always add to makefiles.
16132         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
16133         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
16134         (mpw-mh-mpw): Look for in srcdir and srcroot.
16135         Use sed instead of mpw-edit-prefix to edit prefix definitions.
16137         * mpw-build.in: (install-only): New target.
16139         * mpw-configure (host_alias, target_alias): Rename from hostalias
16140         and targetalias, add into generated Makefile.
16141         (mk.tmp): If present, add into generated Makefile.
16142         * mpw-build.in (all-gas): Build config.h first before gas proper.
16144         * mpw-configure (config.status): Write only if changed.
16145         * mpw-config.in (readline): Configure it (not built, just used for
16146         definitions).
16148         * mpw-config.in (elf/mips.h): Add a forward include.
16150         * mpw-config.in: Forward-include most .h files in include into
16151         extra-include.
16152         (readline): Don't build.
16153         mpw-build.in (install): Install GDB.
16155         * mpw-configure (prefix, mpw_prefix): Handle it.
16156         * mpw-config.in (mmalloc, readline): Don't configure.
16157         * mpw-build.in (thisscript): Rename to ThisScript.
16158         Use mpw-build instead of BuildProgram everywhere.
16159         (mmalloc, readline): Don't build.
16160         * mpw-README: New file, basic documentation about the MPW port.
16162         * mpw-config.in: Use forward-include to create include files.
16164         * mpw-configure: Add more things to the top of each configured
16165         Makefile, including contents of config/mpw-mh-mpw.
16166         * mpw-config.in (extra-include): Create this directory and fill it
16167         with Posix-like include files when configuring.
16169         * config.sub (apple, mac, mpw): Add various aliases.
16171         * mpw-build.in: New file, top-level build script fragment for MPW.
16172         * mpw-configure: New file, configure script for MPW.
16173         * mpw-config.in: New file, config fragment for MPW.
16175 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
16177         * configure.in (host_libs): Remove glob, since it is gone from the
16178         sources.
16180 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16182         * Makefile.in: define empty GDB_NLM_DEPS var.
16184         * configure.in(target_makefile_frag): use config/mt-netware
16185         for netware targets.
16187 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
16189         * config.sub: Merge in recent FSF changes.  Remove linux special
16190         cases.
16192 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
16194         Revert this change:
16196         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
16198                 * build-all.mk: Use CC=cc -Xs on Solaris.
16200 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
16202         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
16203         stop using it.
16204         * Makefile.in: Nuke all references to glob subdirectory.
16206 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16208         * configure.in: Fix --enable-shared logic in per-host.
16210 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
16212         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
16214 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
16216         * configure.in (noconfigdirs): Don't build gas on AIX, for
16217         powerpc*-*-aix* as well as for rs6000*-*-aix*.
16219 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
16221         * configure: Fix --cache-file to work if the file argument is a
16222         relative path.
16224 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
16226         * configure: If the --cache-file is used, pass it down to
16227         configure in subdirectories.
16229 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
16231         * config.sub: add vxworks29k configuration.
16233 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
16235         * Makefile.in (taz): Do "diststuff" part quietly.
16237 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
16239         * config.sub: Mini-merge with gcc/config.sub.
16241 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16243         * config.guess (IRIX): Sed - to _.
16245 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16247         * Makefile.in (source-vault, binary-vault): New targets.
16249 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
16251         * config.sub: Recognize -eabi as a basic system type.
16253 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16255         * configure.in (enable_shared stuff): Fix typo.
16257 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
16259         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
16261 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16263         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
16265 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
16267         * configure.in (rs6000-*-*): Don't build gas.
16269 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
16271         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
16272         reduce command line length.
16273         (AS_FOR_TARGET): Check for as.new, not Makefile.
16274         (NM_FOR_TARGET): Check for nm.new, not Makefile.
16276 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16278         * config.guess:  Merge from FSF.
16280 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16282         * configure: Don't use $ when handling program_suffix.
16284 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
16286         * configure.in:  Configure tk for hppa/hpux.
16288 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16290         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
16292 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16294         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
16295         to LIBCXXFLAGS.  Tests are better run without it.
16297 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
16299         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
16301 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
16303         * configure.in (*-*-netware*): Don't configure xiberty.
16305 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
16307         * configure.in:  Remove tk from native_only list.
16309 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
16311         * build-all.mk: Add mips-ncd-elf target to sun4 targets
16312           for special NCD build.
16314 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16316         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
16317         makeall.bat, they're only useful for binutils snapshots.
16318         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
16319         makeall.bat to specified SUPPORT_FILES.
16321 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
16323         * build-all.mk: Add Ericsson targets to sun4 and solaris
16324           hosts.  Add  BNR's sun4 target to solaris host, so their
16325           build-from-source will be tested in-house first.
16327 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
16329         * Makefile.in (LIBCFLAGS): New variable.
16330         (CFLAGS_FOR_TARGET): Ditto.
16331         (LIBCFLAGS_FOR_TARGET): Ditto.
16332         (LIBCXXFLAGS): Ditto.
16333         (CXXFLAGS_FOR_TARGET): Ditto.
16334         (LIBCXXFLAGS_FOR_TARGET): Ditto.
16335         (BASE_FLAGS_TO_PASS): Pass them.
16336         (EXTRA_TARGET_FLAGS): Ditto.
16338         * configure.in: Support --enable-shared.
16340 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16342         * configure.in (target_libs):  Include libstdc++ again.
16343         * config.guess:  Update from FSF (for FreeBSD).
16345 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16347         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
16348         makeall.bat.
16349         (DISTDOCDIRS): Add `etc'.
16350         (ETC_SUPPORT_PFX): New variable.
16351         (taz): Include anything from etc starting with a word in
16352         ETC_SUPPORT_PFX.
16354 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16356         * config.sub: Update for recent FSF changes.  Remove obsolete
16357         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
16358         spacing changes.
16360 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16362         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
16364         * config.guess:  Merge with FSF.
16365         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
16367 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16369         * configure: Since the "trap 0" handler will override the exit
16370         status on many systems, only use it for "exit 1", and make it set
16371         a non-zero exit status; reset it before "exit 0".  Also, check
16372         exit status of config.sub, and error out if it failed.
16374 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
16376         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
16377         and install libgloss.
16379 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16381         * Makefile.in (all-binutils): Depend upon all-byacc.
16383         * configure.in: Don't build emacs on Irix 5.
16385 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
16387         * configure.in (*-*-netware*): Add libio.
16389 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
16391         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
16392         (CHECK_TARGET_MODULES): Ditto.
16393         (INSTALL_TARGET_MODULES): Ditto.
16394         (TARGET_LIBS): Ditto.
16395         (all-libstdc++): Note dependencies.
16397 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16399         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
16401 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
16403         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
16404         -fexternal-templates.
16406         * configure.in (target_libs): Add libstdc++.
16407         (noconfigdirs): Add libstdc++ as appropriate.
16409 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16411         * config.guess:  Update from FSF.
16413 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16415         * configure: Use ${config_shell} when running ${configsub}.
16417 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
16419         * config.sub: No longer recognize h8300h.
16421 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16423         * config.sub: Remove extraneous differences between config.sub and
16424         gcc/config.sub.
16426 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16428         * Makefile.in (DISTSTUFFDIRS): Add gas.
16430 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
16432         * COPYING.NEWLIB: New file.
16434 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16436         * config.guess (HP-UX):  Patch from Harlan Stenn
16437         <harlan@landmark.com> to also emit release level.
16439 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
16441         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
16443 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16445         * config.sub:  Merge nextstep cleanup from FSF.
16447 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16449         * configure.in (arm-*-*): Don't configure ld for this target.
16451 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
16453         * configure.in (*-*-netware): don't configure libg++, libio,
16454           librx, or newlib.
16456 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16458         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
16459         configure ld--it works, but it doesn't support shared libraries.
16461 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16463         * config.guess (*-unknown-freebsd*):  Get rid of possible
16464         trailing "(Release)" in version string.
16465         Patch from Paul Richards <paul@isl.cf.ac.uk>.
16467 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16469         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
16470         Fix type: *-next-neststep -> *-next-nextstep.
16472         * config.guess:  Merge from FSF:
16474         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
16476         * config.guess: Recognize powerpc-ibm-aix3.2.5.
16478         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
16480         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
16481         instead of UNIX_SV for UnixWare 1.0).
16483 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
16485         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
16486         to make gdb/nlm/* build after the compiler and linker.
16488 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16490         * config.guess (netbsd, freebsd, linux):  Accept any machine,
16491         not just i[34]86.
16492         (m68k-atari-sysv4):  Relocate to match FSF version.
16494         * config.guess:  More merges from the FSF:
16496         Add a space before function call or macro invocation.
16498         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
16500         * config.guess: Add trap cmd to remove dummy.c and dummy when
16501         interrupted.
16503         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
16505         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
16506         (dummy): Redirect stderr from compilation of dummy.c.
16508         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
16510         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
16512 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
16514         * configure: Accept and ignore --cache*, for compatibility with
16515         new autoconf.
16517 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16519         * config.guess:  Merge from FSF:
16521         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
16523         * config.guess (Pyramid*:OSx*:*:*): New case.
16524         (PATH): Add /.attbin at end for finding uname.
16525         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
16527         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
16529         * config.guess (M88*:DolphinOS:*:*): New case.
16531         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
16533         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
16534         to select whether to use ELF or COFF.
16536         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
16538         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
16540         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
16542         * config.guess: Guess the OS version for HPUX.
16544         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
16546         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
16548 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16550         * configure.in: Recognize --with-headers, --with-libs, and
16551         --without-newlib.
16552         * Makefile.in (all-xiberty): Depend upon all-ld.
16554 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16556         * configure.in: Change i[34]86 to i[345]86.
16558 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16560         * configure (version): A few more tweaks to help message.
16562 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16564         * Makefile.in:  Remove (for now) librx as a host library,
16565         now that we're building it for target.
16567 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16569         * configure: Fix up help message; from karl@owl.hq.ileaf.com
16570         (Karl Berry).
16572 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16574         * configure.in:  Also configure librx.
16576 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16578         * Makefile.in:  Update various rules to reflect that librx
16579         is now needed for libg++.
16581 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16583         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
16585 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
16587         * configure.in: Configure the examples directory.
16589 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16591         * configure: Simplify Jun 2 1994 change.
16593 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
16595         * change CC to /usr/latest/bin/gcc for lynx host builds, since
16596         /bin/gcc isn't good enough to build gcc.
16598 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
16600         * Makefile.in (GDB_SUPPORT_FILES): Remove
16601         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
16602         (gdb.tar.gz): Add new rule to use standard distribution building
16603         mechanism.
16605 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16607         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
16608         Bill Cox <bill@cygnus.com>.
16610 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16612         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
16614 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
16616         * configure:  Search current dir first in .gdbinit.
16618 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16620         * config.sub:  Recognize freebsd (merged from gcc config.sub).
16622 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16624         * config.sub:  Refer to NeXT's operating system as nextstep.
16626         * config.sub (case $basic_machine):  Re-order the cases, to match
16627         the order in the FSF version (which is mostly alphabethical).
16628         Merge in some additions and changes from the FSF.
16630 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
16632         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
16633         * config.sub: Recognize cxux7.
16634         * configure.in: Use mh-cxux for m88k-harris-cxux*.
16636 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16638         * config.sub:  Fix typo powerpc -> powerpc-*.
16640 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
16642         * Makefile.in: `all-emacs19' depends on `all-byacc'.
16644         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
16645         parallel with all-emacs and install-emacs).  Top-level command
16646         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
16648 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16650         * test-build.mk ($(host)-stamp-stage2-installed): Remove
16651         $(relbindir)/make before doing ``make install'', and use
16652         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
16653         installing over running make binary.
16654         ($(host)-stamp-stage3-installed): Likewise.
16656 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16658         * config.guess: Recognize Mach.
16660 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16662         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
16663         see whether --exec-prefix was used.
16665 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16667         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
16669 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16671         * Makefile.in: Add all-librx target similar to all-libproc.
16673 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
16675         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
16676         with post 1.2 uname bogosity.
16678 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16680         * configure: Remove temporary files on receipt of a signal.
16682 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
16684         * configure: If there is a package_makefile_frag, remove
16685         ${subdir}/Makefile.tem after copying it in.
16687 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
16689         * build_all.mk: support rs6000 lynx identifies itself as
16690         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
16691         since /bin/gcc is too feeble to compile a modern gcc.
16693 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
16695         * brought devo/test-build.mk update-to-date with progressive/
16696           test-build.mk. Add lynx targets and hppa flag info.
16698 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16700         * configure.in:  Use mh-ncrsvr43.  Patch from
16701         Tom McConnell <tmcconne@sedona.intel.com>.
16703 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16705         * config.guess (i386-unknown-bsdi):  No longer need to
16706         check #if defined(__bsdi__) && defined(__i386__).
16708 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16710         * configure: Set program_transform_nameoption correctly.
16712 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
16714         * brought build-all.mk update-to-date with progressive build-all.mk,
16715           added new targets and hppa info.
16717 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16719         * configure: If config.guess result is a prefix of the user
16720         specified target, assume a native build and use the user specified
16721         target as the host alias.  Remove SunOS patch suffix removal hack.
16722         * configure.in: Remove SunOS patch suffix removal hack.
16724         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
16725         in NATIVE_CHECK_MODULES.
16727 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
16729         * Makefile.in: Rename HOST_ONLY to NATIVE.
16730         * configure: Delete SunOs patch suffix from host_canonical
16731           and build_canonical variables that are prepended to Makefiles.
16732         * configure.in: Add comments for easier maintenance.
16734 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16736         * Makefile.in: Add all-libproc target similar to all-gui.
16738 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
16740         * Makefile.in (CHECK_MODULES): split into
16741         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
16743 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
16745         * config.guess (i386-unknown-bsdi): New system to guess.
16747 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16749         * Makefile.in: Add all-gui target (but not yet build by "all").
16751 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
16753         * config.sub: Move deletion of patch suffix from here...
16754         * configure.in: To here, at Ian's suggestion.  The top-
16755           level scripts might need to know of a patch level.
16757 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
16759         * config.sub: Strip off patch suffix so rtl is recognized
16760           as a sunos4.1.3 machine, even though it's been patched.
16762 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
16764         * Makefile.in (INSTALL_LAST): Delete.
16765         (INSTALL_DOSREL): New.
16767 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16769         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
16770         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
16771         whether we pass down --with-gnu-ld anyhow.
16773 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
16775         * Makefile.in (INSTALL_LAST): Change operation so it works
16776         on more flavors of make.
16777         * configure.in (go32): Don't build libg++ or libio.
16779 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
16781         * Makefile.in (Move HOST_PREFIX_1 and friends up so
16782         they can be overriden by templates.
16784 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
16786         * configure.in (target==go32): Don't build gdb.
16787         * dosrel: New directory.
16789 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
16791         * configure.in (host==go32): Configure dosrel too.
16792         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
16793         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
16794         be set by incoming names or templates.
16795         (INSTALL_LAST): New rule.
16797 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
16799         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
16801 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
16803         * configure.in (appdirs): New variable.  Currently empty, but will
16804         be used in gas distribution.  If nonempty, lists a set of
16805         directories at least one of which must get configured, or top
16806         level configuration is considered to have failed.
16807         (rs6000-*-lynxos*): Use new file name.
16809 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16811         Eliminate XTRAFLAGS.
16812         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
16813         newlib include files using -idirafter, and also use -nostdinc.
16814         (CXX_FOR_TARGET): Likewise.
16815         (XTRAFLAGS): Removed.
16816         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
16817         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
16818         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
16819         ($(DO_X)): Don't pass down XTRAFLAGS.
16821 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16823         * configure.in (mips*-dec-bsd*): New target; do build linker.
16824         (mips*-*-bsd*): New target; don't build linker.
16826 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
16828         * configure.in: support rs6000-*-lynxos* configuration.
16829         support sunos4 as a cross target.
16831         * config.sub: look for lynx*, not lynx since the OS version may
16832         legitimately be part of the name.
16834 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
16836         * configure.in (i[34]86-*-sco*): Move to be with other i386
16837         targets.
16838         (romp-*-*): New target.  Skip various binary utilities.
16839         (vax-*-*): New target.  Don't build newlib.
16840         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
16842 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
16844         * configure.in: Only set host_makefile_frag if config
16845         directory exists.
16847 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
16849         * install.sh: If $dstdir exists, don't check whether each
16850         component does.
16852 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16854         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
16856 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
16858         * configure.in (*-*-lynxos*): Don't configure newlib for either
16859         native or cross Lynx.
16861 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
16863         * config.sub (sparc64-elf): Fix os.
16864         (z8k): Remove duplicate.
16866 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16868         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
16869         gcc/stmp-fixproto, to try to prevent fixproto from being run.
16871 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
16873         * configure: Make file links cleanly even if Lynx fails on
16874           an NFS symlink (at least fail cleanly).
16876 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
16878         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
16879         -XNh2000.
16881 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
16883         * configure: Unknown options are fatal again.
16885 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
16887         * configure: Ignore --x-includes and --x-libraries, for Autoconf
16888         compatibility.
16890 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
16892         * build-all.mk: Add `clean' target.
16894 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
16896         * config.guess:  Add SINIX support.
16897         * configure.in:  Add mips-*-sysv4* support.
16899 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
16901         * build-all.mk: Document all useful targets.
16902         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
16903         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
16905 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
16907         * configure: Support --silent, --quiet.
16909 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
16911         * configure: Support --disable-FEATURE.
16913 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16915         * config.guess: Recognize NCR running SVR4.3.
16917 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16919         * config.guess:  Make BSDI generate i386-unknown-bsd386.
16920         Patch from Paul Eggert <eggert@twinsun.com>.
16922 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16924         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
16926 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
16928         * configure: Make unrecognized options give nonfatal warnings
16929         instead of fatal errors, and pass them to any subdirectory
16930         configures in case they recognize them.
16931         Make --x equivalent to --with-x.
16933 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
16935         * configure: Add --enable-* options.  Clean up usage message and
16936         some comments.
16938 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
16940         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
16942 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
16944         * configure.in (hppa*-*-*): Enable binutils.
16946 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16948         * config.sub: Recognize cisco.
16950 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
16952         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
16954 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16956         * config.guess: about target *-hitachi-hiuxwe2, don't print more
16957         than one configuration name.  Add comment.
16959 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
16961         * config.guess: about target *-hitachi-hiuxwe2, fixed
16962         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
16963         macro is incorrect.]
16965 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16967         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
16968         than the "make ls" stuff which used to be here.
16970 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16972         * config.guess:  Recognize i[34]86-unknown-freebsd.
16973         From Shawn M Carey <smcarey@rodan.syr.edu>.
16975 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16977         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
16979 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
16981         * config.guess: Check for ptx.
16983 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
16985         * config.sub: Add os9k checking.
16987 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
16989         * config.guess: Handle OSF1 running on HPPA processors
16991 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
16993         * configure: If subdir configure fails, print out a message with
16994         subdirectory name, in case subdir's configure code didn't identify
16995         itself.
16997 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
16999         * configure.in: Remove embedded newlines from configdirs.
17000         Avoid mismatches of substrings.  Fix matching strings at end
17001         of configdirs.
17003 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
17005         * config.guess:  Add Lynx/rs6000 config support.
17007 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
17009         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
17011 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
17013         * configure.in (hppa*-*-osf*): Treat this just like most other
17014         PA configurations (eg no binutils or ld).
17015         (hppa*-*-*elf*): These configurations have binutils and ld.
17017 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
17019         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
17021 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17023         * configure.in (rs6000-*-*): Build gas.
17025 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
17027         * Makefile.in:  Avoid bug in losing hpux sed.
17029 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17031         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
17032         for GDB and GDB has been fixed to not need it.
17034 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17036         * config.guess: Recognize vax hosts.
17038 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17040         * configure (while loop): Don't use "break 2" inside case
17041         statement -- the case statement isn't an enclosing loop.
17043 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17045         * config.guess:  Clean up NeXT support, to allow nextstep
17046         on Intel machines.  Make OS be nextstep.
17048 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
17050         * config.guess: Add alternate forms for Convex.
17052 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
17054         * configure:  Completely rewrite option processing.  Take
17055         advantage of pattern-matching to avoid invoking test frequently.
17056         Also clean up host and target defaulting logic.
17058 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17060         * Makefile.in: Replace all occurrances of "rootme" with "r" and
17061         "$${rootme}" with "$$r", to increase the likelihood that the do-*
17062         commands (plus user environment) will fit SCO limits.
17064 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17066         * configure.in: Don't issue warnings about directories which are
17067         not being configured if -norecursion is set.  Correct test for
17068         --with-gnu-as and --with-gnu-ld to not get confused by substring
17069         matches.
17071         * configure.in: Don't build gas for alpha-dec-osf1*.
17073 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
17075         * configure:  Back out Per's change of 12/19/1993.  It changes the
17076         behavior of configure in unexpected and confusing ways.
17078         Also, use different delim char when calculating
17079         program_transform_name so that the name can contain slashes.
17081 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
17083         * configure.in, config.sub: Add support for VSTa micro-kernel.
17085 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
17087         * configure.in: Nuke hacks which were used to get a special
17088         version of GAS for HPPA configurations.
17090 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17092         * configure:  If only ${target_alias} is given, use that
17093         as the default for ${host_alias}.
17094         * configure:  Add missing back-slashes before nested quotes.
17096 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
17098         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
17100 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
17102         * config.guess:  Recognize some Tektronix configurations.
17103         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
17105 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
17107         * config.sub: Match any flavor of SH.
17109 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
17111         * configure.in: Don't try to configure newlib for Alpha.
17113 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17115         * configure.in: Don't build ld for Irix 5.  Don't build gas,
17116         libg++ or libio for any Alpha target.
17118         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
17120 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
17122         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
17123         default arguments -- so it tried to compress itself.
17125 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
17127         * configure.in (notsupp): ensure that a space is always at the end
17128           of the configdirs list, since the grep checks for an explicit space
17130 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17132         * configure.in (target i386-sysv4.2): don't build ld, since static
17133           versions of many libraries are not available.
17135 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17137         * config.guess: Recognize Apollos (using environment variables).
17138         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
17140 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17142         * config.guess: Recognize Sony news mips running newsos.
17144 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
17146         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
17147         "fi ; else" for bash.
17149 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
17151         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
17153 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
17155         * config.sub: accept unixware as an alias for svr4.2.
17156         Fix some inconsistancies with the gcc version.
17158 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17160         * Makefile.in (DISTDOCDIRS):  Add gdb.
17162 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17164         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
17166 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
17168         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
17169         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
17170         this now.
17172 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17174         * config.sub: Accept hiux* as an OS name.
17176         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
17177         etc/make-stds.texi.  The underscore came from gcc, and dje now
17178         agrees that RUNTESTFLAGS is the correct name.
17180 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17182         * install.sh:  Remove 'set -e'.  It makes any conditionals
17183         in the script useless.
17185         * config.guess: Automatically recognize arm-acorn-riscix
17186         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
17188 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
17190         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
17192 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
17194         * Makefile.in (DISTDOCDIRS): New variable.
17195         (taz): Edit local Makefile.in sooner, instead of proto-toplev
17196         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
17198 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17200         * configure.in (hppa target): check the source directory for the
17201           pagas sub-directory
17203 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
17205         * config.sub: Allow -aout* and -elf*.
17207 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
17209         * configure.in: Don't build ld on i386-solaris2, same as for
17210         sparc-solaris2.
17212 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17214         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
17216 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17218         * configure.in:  Configure gdb for alpha.
17220 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17222         * Makefile.in (CXXFLAGS): Add -O.
17224 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17226         * config.guess: added support for DG Aviion
17228 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
17230         * configure.in: Produce warning message for subdirectories not
17231         configurable for this host/target combination.  Don't try to
17232         configure gdb for vms.
17234 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
17236         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
17237         appropriate files before making "diststuff".
17238         (DISTBISONFILES): New var: list of files to be edited.
17239         (DISTSTUFFDIRS): Add binutils.
17241 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17243         * config.sub: also handle mipsel and mips64el (for little endian mips)
17245 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17247         * configure.in: Add * to end of all OS names.
17249 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
17251         * configure.in: Build newlib for LynxOS native.
17253 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17255         * config.guess: Add support for delta 88k running SVR3.
17257         * configure.in: Add comment about HP compiler vs. emacs.
17259 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17261         * configure.in: don't build ld on solaris2 (not a viable option
17262           due to bugs in getpwnam & getpwuid)
17264 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
17266         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
17267         config.guess will produce a full version number.
17269 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17271         * configure.in: Build linker and binutils for alpha-dec-osf1.
17273 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17275         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
17276         and gdb/testsuite/Makefile.in.
17278 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17280         * configure.in: recognize mips*- instead of mips-
17282 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
17284         * config.sub: Accept linux*coff and linux*elf as operating
17285         systems.
17287 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17289         * config.sub: Recognize mips64, and mips3 as an alias for it.
17291 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17293         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
17294         gdb knows how to handle OSF/1 shared libraries.
17296 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17298         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
17299         * config.guess: Recognize Hitachi's HIUX.
17300         * config.sub: Recognize h3050r* and hppahitachi.
17301         Remove redundant cases for hp9k[23]*.
17303 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17305         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
17306         if gas and ld are in the source tree and are in ${configdirs}.
17307         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
17308         --with options (but still pass them down on the command line,
17309         if they were explicitly specified).
17311 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17313         * configure: substitute SHELL value in Makefile.in with
17314         ${CONFIG_SHELL}
17316 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17318         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
17319         *-*-solaris2* targets.
17321 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17323         * Makefile.in: define M4, and pass it down to sub-makes;
17324         all-autoconf now depends on all-m4
17326 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17328         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
17329         presence of {ar,ranlib} instead of a configured directory
17331 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
17333         * config.guess: Accept 34?? as well as 33?? for NCR.
17335 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17337         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
17338         of 'gas' in sed commands, since 'gash' is now in the tree as well.
17340 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17342         * configure: grab values for $(CC) and $(CXX) from the
17343         environment, so that someone can do "CC=gcc configure; make" and
17344         have it work right (matching the way that autoconf works now)
17346         * configure.in, Makefile.in: add support for gash, the tcl
17347         interface to Galaxy
17349         * config.guess: add NetBSD variants (hp300, x86)
17351 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
17353         * install.sh: Support -d option (in the manner of SunOS 4 install,
17354         as it is more deterministic than that of GNU install)
17355         (chmodcmd): Set file to mode 755 by default (should also do default
17356         chgrp and chown, but I don't feel like dealing with that now)
17358 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
17360         * config.sub: Remove h8300hhms alias.
17362 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17364         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
17366 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17368         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
17369         as stmp-fixinc
17371 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
17373         * config.sub: recognize m88110-bug-coff.
17375 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17377         * Makefile.in (all-libio): all dependencies on the toolchain used
17378         to build this (gcc, gas, ld, etc)
17380 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17382         * config.guess: Deal with OSF/1 1.3 on alpha.
17384 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17386         * install.sh: add some 'else true' clauses for portability
17388         * configure.in: don't build libio for h8[35]00-*-* targets
17390 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17392         * Makefile.in:  Add support for new libio.
17394 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17396         * install.sh: If one command fails, don't try the rest.  Don't try
17397         to remove $dsttmp (via trap) unless we have already created it.
17398         If $src doesn't exist, detect it and exit with an error.
17400         * config.guess: Recognize BSD on hp300.
17402 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17404         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
17405         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
17407 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
17409         * Makefile.in (all-send-pr): depends on all-prms
17411 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17413         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
17415 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17417         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
17418         Added test for mips-mips-riscos5.
17420 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17422         * configure.in: use mh-hp300 for 68k HP hosts
17424 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17426         * configure: add support for CONFIG_SHELL, so that you can use
17427         some alternate shell for evaluating configure scripts
17429 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
17431         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
17432         in configure script to bug-gdb@prep.ai.mit.edu when building
17433         distribution archive.
17434         * Makefile.in (COMPRESS):  Remove def.
17435         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
17436         gdb.tar.Z and make-gdb.tar.Z respectively.
17437         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
17438         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
17439         to convergence with 'taz' target in Makefile.in.
17441 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17443         * install.sh (dsttmp): use trap to ensure that tmp files go
17444         away on error conditions
17446 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17448         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
17450 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17452         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
17453         its parent is '/' not ''.
17455         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
17457 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
17459         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
17460         that ${newsrcdir}/configure.in does.
17462 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17464         * test-build.mk: support for CONFIG_SHELL
17466 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
17468         * config.sub (netware):  Add as a basic system type.
17470 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
17472         * Makefile.in (Makefile): depend on configure.in.  Also drop the
17473           $(srcdir)/ from the dependency on Makefile.in.
17475 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
17477         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
17478         (h8300hhms is temporary until multi-libraries are implemented).
17479         * configure.in: Handle h8300h too.
17481 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17483         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
17485 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
17487         * configure:  Remove extraneous output when guessing host type.
17488         * config.guess:  Remove extraneous output when guessing using C
17489         compiler rather than uname, or when guessing fails.
17491 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
17493         * Makefile.in: remove all.cross and install.cross targets
17495         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
17496           definitions
17498 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
17500         * configure.in (target sh): Build gprof.
17502 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17504         * config.sub: change -solaris to -solaris2
17506 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17508         * configure.in: Use config/mh-riscos for mips-*-sysv*.
17510 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
17512         * configure: Correct error message for missing Makefile.in to
17513         print correct directory.
17515 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17517         * install.sh: kludge around 386BSD shell bug
17519 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
17521         * config.guess:  Recognize NeXT.
17522         * config.guess:  Recognize i486-ncr-sysv4.
17523         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
17525 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
17527         * Makefile.in (MAKEINFOFLAGS): New variable.
17528         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
17529         * build-all.mk, test-build.mk: Pass down --no-split as
17530         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
17532 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
17534         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
17536 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
17538         * Makefile.in (libg++.tar.z):  New rule.
17539         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
17540         * Makefile.in (taz):  Only do a single chmod.
17542 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
17544         * install.sh: don't use dirname anymore (replaced with sed usage)
17546 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
17548         * Makefile.in:  Change extension for gzip'd files from '.z' to
17549         '.gz' per new FSF standard usage.
17551 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
17553         * configure: put quotes around the final value of program_transform_name
17555 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17557         * Makefile.in: new install.sh support; update install-info rules
17559 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
17561         * configure.in: Build diff for crosses, but not for go32 host.
17563         * configure.in: Build gprof only for native, and don't build it
17564         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
17566 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
17568         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
17570 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
17572         * configure.in (host_tools): Add prms.
17574 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17576         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
17577         with $(FLAGS_TO_PASS) on the command line
17579         * config.sub: Recognize lynx and lynxos
17581 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
17583         * config.sub: Accept -ecoff*, not just -ecoff.
17585 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17587         * Makefile.in (taz): Use .gz suffix instead of .z.
17588         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
17589         names.
17591 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17593         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
17595 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17597         * Makefile.in (install-no-fixedincludes):  install gcc last, so
17598         that rebuilds that might happen during 'make install' don't get
17599         bogus gcc include files
17601 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17603         Change from Utah for HPPA support:
17604         * config.guess: Recognize hppa1.x-hp-bsd.
17606 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
17608         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
17609         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
17611 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
17613         * config.sub: Add support for rom68k and bug boot monitors.
17615 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
17617         * Makefile.in: Make all-opcodes depend on all-bfd.
17619 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
17621         * config.guess: Added special check for i[34]86-univel-sysv4*.
17623 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
17625         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
17626         the processor rather than assuming i486.
17628 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17630         * config.guess: Recognize SunOS6 as Solaris3.
17632 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
17634         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
17635         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
17637 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
17639         * build-all.mk (all-cross): New target for Canadian Cross.
17640         Added Q2 go32 targets.
17641         * test-build.mk: Configure go32 cross sparclite-aout and
17642         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
17643         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
17645 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17647         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
17648         GO32 hosted toolchains
17650 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
17652         * configure: change  so "-exec-prefix" gets passed down rather
17653         than "-exec_prefix" so autoconf generated Makefiles get the
17654         exec_prefix set right.
17656 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17658         * config.guess: get the Solaris2 minor version number
17660         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
17662 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
17664         * config.guess: Recognize some Sequent platforms.
17666 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17668         * Makefile.in: added the vault-install target
17670         * configure.in: actually use the Sun3 makefile fragment that's in
17671         config, also added the release dir to configdirs
17673 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17675         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
17677 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17679         * configure.in: remove some program from Alpha targetted toolchains
17681 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
17683         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
17684         gprof.
17685         (taz): Run "make diststuff" in those directories instead of "make
17686         proto-dir".  Look for "VERSION=" only at start of line in subdir
17687         Makefile.  Use "gzip -9" for compression.
17688         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
17689         (binutils.tar.z): New target.
17691 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
17693         * Makefile.in (taz): Include gpl.texinfo.
17695 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
17697         * Makefile.in (setup-dirs): Merged into "taz" target.
17698         (taz): Only do `proto-dir' stuff if a directory is actually needed
17699         for this target.
17701 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
17703         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
17704         (FLAGS_TO_PASS): Pass down MUNCH_NM.
17705         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
17706         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
17707         (gcc-no-fixedincludes): Correct for current gcc Makefile.
17709 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
17711         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
17712         config.sub, and move-if-change to gdb testsuite distribution
17713         archive, so the testsuite can be extracted, configured, and
17714         run separately from the gdb distribution.  Blow away the Chill
17715         tests that require a Chill compiled executable, since GNU Chill
17716         is not yet publically available.
17718 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17720         * test-build.mk: set environment variables in a single command,
17721         instead of a list of assignments and exports
17723         * config.guess: recognize Alpha/OSF1 systems
17725 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
17727         * configure: Change help message to prefer --options rather than
17728           -options.
17730 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17732         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
17733         zippy@ecst.csuchico.edu.
17734         * config.guess: Recognize miniframe.
17736 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
17738         * Makefile.in: Use srcroot to find runtest rather than rootme.
17739         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
17741 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
17743         * test-build.mk: Extensive additions to support building on a
17744         machine other than the host.
17746 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
17748         * configure (tooldir): Fix for i386-aix again.
17750 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
17752         * configure, Makefile.in:  Change definition of $(tooldir)
17753         to match the FSF.
17755 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
17757         * config.guess:  Recognize i[34]86/SVR4.
17759 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
17761         * Makefile.in (all-gdb): gdb depends on sim.
17763 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
17765         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
17766         at the same time we make the prototype gdb directory.
17767         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
17768         files at the same time as the gdb base release distribution.
17770 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
17772         * Makefile.in (check): Use individual check targets rather than
17773         DO_X rule.
17774         (check-gcc): Added.
17776 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
17778         * config.sub: Use sysv3.2 not sysv32 for canonical OS
17779         for System V release 3.2.
17781 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17783         * config.sub: Recognize hppaosf.
17784         * configure.in: Do configure ld/binutils/gas for it.
17786 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17788         * configure (tooldir): Alter syntax used to set this, for systems
17789         where "\$" isn't handled right, like i386-aix.
17791 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
17793         * configure: Pass program-transform-name, not
17794         program_transform_name, to recursive configures.
17796 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
17798         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
17799         of gas+ld+binutils.
17801 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
17803         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
17805 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17807         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
17809 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
17811         * Makefile.in (PRMS): Set back to all-prms.
17813 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
17815         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
17816         targets, rather than for MIPS hosts.
17818 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17820         * configure.in: add comment for --with-x default values
17822         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
17824         * Makefile.in: add check-* targets for each of the directories in
17825         the tree.  Add a definition of RUNTEST that will use the one we
17826         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
17828 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
17830         * configure.in: Removed obsolete references to bfd_target and
17831         target_makefile_frag.
17833         * build-all.mk: Set assorted targets for Q2.
17834         * config.sub: Recognize z8k-sim and h8300-hms.
17835         * test-build.mk: Really don't pass host to configure.
17836         (HOLES): Added uname.
17838 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
17840         * configure: Handle an empty program-prefix, program-suffix or
17841         program-transform-name correctly.
17843 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
17845         * build-all.mk: -G 8 no longer required for MIPS targets.
17846         * test-build.mk: Don't pass host argument to configure; make it
17847         guess.
17849 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
17851         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
17852         * Makefile.in (COMPRESS):  New macro, like GZIP.
17854 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
17856         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
17858         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
17859         with gas currently defaults to -G 0.
17861 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
17863         * Makefile.in (all-flex): flex depends on byacc.
17865         * build-all.mk: If host not specified, use config.guess.  Pass TAG
17866         to test-build.mk as RELEASE_TAG.
17867         * test-build.mk (configargs): New variable containing arguments to
17868         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
17869         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
17871         * config.guess: Use /bin/uname when checking -X argument on SCO,
17872         to avoid invoking GNU uname which doesn't understand -X.
17874         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
17876         * configure.in: Build gas for mips-*-*.
17878 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
17880         * Makefile.in (all.normal): insert missing backslash.
17882 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
17884         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
17886         * Makefile.in: Complete overhaul to merge many almost identical
17887         targets.
17889 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17891         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
17892         (gdb.tar.Z): Adjusted.
17894         * Makefile.in (setup-dirs, taz): New targets; should be general
17895         enough to adapt for gdb sometime.  Build only .z file.
17896         (gas.tar.z): New target.
17898 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
17900         * build-all.mk: Use CC=cc -Xs on Solaris.
17902 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
17904         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
17905         for handling BISON for FSF releases.
17907 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17909         * configure: Actually implement the change zoo just documented.
17911 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
17913         * configure: when using config.guess, only set target_alias when
17914         it's not already been set (ie, on the command line)
17916 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17918         * Makefile.in: add installcheck target, set PRMS to install-prms
17920 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17922         * configure: add support for package_makefile_fragment, handle the
17923         case where a directory has a configure.in file but no Makefile.in
17924         more gracefully (with an actual understandable error message, even);
17925         add support for --without (and add this to the usage message); also
17926         explicitly add a --host=${host_alias} to the command line when
17927         config.guess is used
17929 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
17931         * configure: Must use both --host and --target in recursive calls.
17933 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
17935         * Makefile.in: Change deja-gnu to dejagnu.
17937 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
17939         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
17941 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17943         * configure.in: canonicalize all instances to *-*-solaris2*,
17944         also strip out a number of tools to not build for go32 host
17946 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
17948         * config.guess: add GPL.
17950         * Makefile.in, config.guess, config.sub, configure: bump
17951           copyrights to 93.
17953 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
17955         * Makefile.in (do-info): Removed obsolete check for existence of
17956         localenv file.
17958         * Makefile.in (MAKEOVERRIDES): Define to be empty.
17960 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17962         * Makefile.in: a couple of 'else true' for decstation,
17963         support for TclX
17965         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
17967 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
17969         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
17971 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
17973         * config.guess: Recognize i386-ibm-aix (PS/2).
17974         * configure.in: Use config/mh-aix386 file for it.
17976 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
17978         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
17979         CC_FOR_TARGET instead.
17980         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
17982 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
17984         * Makefile.in: Add sim to list of directories sent with gdb
17986 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
17988         * configure.in: Put back mips-dec-bsd* case.
17990 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
17992         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
17993         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
17994         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
17996 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17998         * configure.in: remove no-op mips-dec-bsd* in "case $target"
18000         * Makefile.in (dir.info): only run gen-info-dir if it exists,
18001         (install-info): install dir.info only if it exists,
18002         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
18004 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
18006         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
18007         gas for mips-dec-bsd.
18009 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
18011         * configure (makesrcdir): If ${srcdir} is relative and not ".",
18012         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
18014 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
18016         * configure.in: Added "dejagnu" to hosttools list.
18018 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
18020         * config.sub, configure.in, config.guess:  Add support
18021         for Bosx, an AIX variant from Bull.
18022         Patches from F.Pierresteguy@frcl.bull.fr.
18024 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
18026         * devo/dejagnu: Initial creation of devo/dejagnu.
18027         Migrated dejagnu testcases and support files for testing software
18028         tools to reside as subdirectories, currently called "testsuite",
18029         within the directory of the software tool.  Migrated all programs,
18030         support libraries, etc. beloging to dejagnu proper from
18031         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
18032         with no modifications.  The changes to these files which will
18033         allow them to configure, build, and execute properly will be made
18034         in a future update.
18036 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18038         * Makefile.in: Change send_pr to send-pr.
18039         * configure.in: Likewise.
18040         * send_pr: Renamed directory to send-pr.
18042 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
18044         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
18046 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
18048         * README:  Update for gdb-4.8 release.
18049         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
18050         gdb-xxx.tar.z (gzip'd) file also.
18052 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18054         * Makefile.in: make all-diff depend on all-libiberty
18056 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
18058         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
18060 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18062         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
18064 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
18066         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
18067         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
18068         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
18070 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18072         * Makefile.in:  makeinfo binary is in a new location
18074 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
18076         * config.sub: Accept -ecoff as an OS.
18078         * Makefile.in: Various changes to eliminate a level of make
18079         recursion and reduce the required command line length.
18080         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
18081         sub-makes.
18082         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
18083         variables holding settings for specific sub-makes.
18084         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
18085         in terms of BASE_FLAGS_TO_PASS.
18086         (TARGET_LIBS): New variable listing directories which use
18087         TARGET_FLAGS_TO_PASS.
18088         (subdir_do): Eliminated.
18089         (do-*): New set of targets to replace subdir_do.
18090         (various): All targets which used subdir_do now depend on do-*.
18091         (local-clean): Renamed from do_clean.
18092         (local-distclean): New target, dependency of distclean and
18093         realclean.
18094         (install-info): Don't create directories.  Depend on dir.info
18095         rather than calling make recursively.
18096         (install-dir.info): Eliminated.
18097         (install-info-dirs): Create all info directories here.
18098         (dir.info): Depend upon do-install-info.
18100         * test-build.mk (HOLES): Added false.
18102 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
18104         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
18106 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18108         * Makefile.in (info): remove dependency on all-texinfo.  The
18109         problem was really in texinfo/C, not at this level.
18111 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
18113         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
18115 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
18117         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
18118         GDB releases.
18120 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18122         * configure: Include srcdir in message about target of link not
18123         being found.  Don't convert `-' to `_' in `with' options being
18124         passed to subdirs.
18126 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18128         * configure.in: add uudecode to host_tools
18130         * Makefile.in: added {all,install}-uudecode targets, added them to
18131         the appropriate lists
18133 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
18135         * Makefile.in (all-gcc): Added dependency on all-gas.
18137         * configure.in (mips-*-*): Build ld and binutils.
18139 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18141         * configure: check return code from mkdir, print error message and
18142           exit on failure.
18144 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
18146         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
18148 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
18150         * test-build.mk (HOLES): Added tar, cpio and uudecode.
18152 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
18154         * config.sub (h8500):  Recognize this as a cpu type.
18156 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18158         * configure: source directory missing is no longer a warning
18160         * configure.in: recognize irix[34]* instead of irix[34]
18162         * Makefile.in: define and pass down X11_LIB
18164 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
18166         * guess-systype: Renamed to ...
18167         * config.guess:  ... by popular request.
18168         * configure.in, Makefile.in:  Update accordingly.
18170 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
18172         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
18173         + Add Convex, Cray/Unicos, and Encore/Multimax support.
18174         + Execute ./dummy instead of assuming . is in PATH.
18176 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
18178         * guess-systype:  New shell script.  Attempts to guess the
18179         canonical host name of the executing host.
18180         Only a few hosts are supported so far.
18181         * configure:  Call guess-systype if no host is specified.
18183 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
18185         * Makefile.in (gcc-no-fixedincludes): Made to work with current
18186         gcc Makefile.
18189 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
18191         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
18192         (all-gcc, install-gcc, subdir_do): Use it.
18194 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
18196         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
18198 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
18200         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
18201           set exclusively by configure, using configure.in .
18203 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18205         * test-build.mk: set $PATH for all builds
18207         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
18209 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
18211         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
18212         the one used in gcc/Makefile.in, so that a null expansion doesn't
18213         override the one needed to build gcc with a native cc.
18216 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18218         * configure: Accept -with arguments.
18220 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
18222         * Makefile.in: added h8300sim
18224 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
18226         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
18227         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
18228         (all-cygnus, native, build-cygnus): Make
18229         $(canonhost)-stamp-3stage-done, not $(host)....
18230         * test-build.mk (stamp-3stage-compared): Use tail +10c for
18231         i386-sco3.2v4.  Added else true to if command.
18233 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
18235         * config.sub: (from FSF) Sequent uses a BSD-like OS.
18237 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
18239         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
18241 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18243         * configure.in: don't remove binutils from Solaris builds
18245 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
18247         * Makefile.in: get rid of earlier definitions for *clean,
18248         also handle the recursive info rule better
18250 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
18252         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
18253         do more-or-less the right thing.
18255 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
18257         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
18258         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
18260 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18262         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
18263         $(host_canonical).
18265         * configure.in: split the configdirs list into 4 categories (native
18266         v. cross, library v. tool) and handle the cross-only and native-
18267         only in more reasonable (and correct!) way.
18269 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
18271         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
18272         configdirs anymore.
18274 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18276         * Makefile.in: extensive cleanup::  removed all of the explicit
18277         clean-* targets, collapsed many wrappers around subdir_do into
18278         one, added additional targets to satisfy standards.texi, deleted
18279         some old targets, some changes for consistency
18281 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18283         * configure.in: handle some programs as cross-only, and others as
18284         native only
18286         * test-build.mk: handle partial holes in a more generic manner
18288         * Makefile.in: m4 depends on libiberty
18290 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18292         * configure.in: add m4, textutils, fileutils, sed, shellutils,
18293         time, wdiff, and find to configdirs
18295         * Makefile.in: all, clean, and install rules for the new programs
18296         added to configure.in
18298 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18300         * configure.in: use mh-sun for all *-sun-* hosts
18302 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18304         * Makefile.in: define flags for X11 include files and library file
18305         locations, pass them down to the programs that need this info
18307         * build-all.mk: added a 'native' target, to 3stage the native toolchain
18309 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18311         * configure.in: start building libg++ for HP-UX targets
18313 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
18315         * README:  Update references to files moved into etc/.
18317 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
18319         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
18320         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
18322 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
18324         * configure: accept dash as well as underscore in long option
18325         names for FSF compatibility.
18327 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
18329         * config.sub: added -sco3.2v4 support from FSF.
18331 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18333         * configure.in: expand the section that adds or removes
18334         directories from the list of programs to build, to handle native
18335         vs. cross in addition to host v. native
18337 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
18339         * Makefile.in:  Replace C++ in macro names with CXX.
18340         This is less likely to break ...
18342 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18344         * test-build.mk: add -w to GNU_MAKE
18346 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18348         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
18349         add 'sparc' to list of recognized cpus.  This needed to make
18350         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
18351         Delete some redundant ose68 variants.  Recognize -wrs as an os,
18352         then changes that into $CPU-wrs-vxworks.
18354         * configure.in: remove most references to gdbtest, regularize
18355         target based program removal
18357         * test-build.mk: import from p3 tree (many fixes and changes)
18359 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
18361         * Makefile.in: added rules to handle tcl, tk, and expect
18363         * configure.in: handle those directories if they exist
18365 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18367         * config.sub: removed bogus hppabsd and hppahpux names, since
18368         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
18370 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18372         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
18373         depends upon all-xiberty
18375         * Makefile.in: changes from p3, including:
18377         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
18379         * Makefile.in (XTRAFLAGS): include newlib directories if
18380         newlib/Makefile exists, rather than if host != target.
18382         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
18384         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
18385         from the same source tree and not building a cross-compiler.  This
18386         matters for the libg++ configuration if reconfiguring a tree that
18387         has already been installed.
18389         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
18391         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
18392         pick up the machine and system specific header files.
18394         * Makefile.in: added AS_FOR_TARGET, passed down in
18395         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
18396         the C compiler to use to create programs which are run in the
18397         build environment, set it to default to $(CC), and passed it down
18398         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
18400         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
18402         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
18403         We need them for unusual native builds, like systems without
18404         ranlib.
18406         * configure: also define $(host_canonical) and
18407         $(target_canonical), which are the full, canonical names for the
18408         given host and target
18410 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
18412         * Makefile.in:  Added separate definitions for C++.
18414 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
18416         * configure.in (configdirs):  Add deja-gnu.
18418 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
18420         * README:  Update for configure.texi and gdb-4.7 release.
18422 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
18424         * Makefile.in:  Move "all" target to top of file.
18425         Previously, first target was ".PHONY" which caused BSD4.4 make
18426         to build .PHONY when make was run without arguments.
18428 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
18430         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
18431         Library-copylefted code in libiberty.
18433 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
18435         * config.sub:  Replace m68kmote with plain old m68k.
18437 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
18439         * Makefile.in:  Remove space from blank line, avoid Make complaints.
18441 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
18443         * config.sub: Complain if no argument is given.  Added support for
18444         386bsd as OS and target alias.
18446 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
18448         * Makefile.in (XTRAFLAGS): include newlib directories if
18449         newlib/Makefile exists, rather than if host != target.
18451 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
18453         * config.sub: recognize sparclite-wrs-vxworks.
18455         * Makefile.in (install-xiberty): added *-xiberty make rules (from
18456         p3.) Added clean-xiberty to clean.
18458 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18460         * configure.in: use *-*-* instead of nested cases for host and target
18462 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
18464         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
18465         from the same source tree and not building a cross-compiler.  This
18466         matters for the libg++ configuration if reconfiguring a tree that
18467         has already been installed.
18469 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
18471         * config.sub (i486v/i486v4):  Merge in from FSF version.
18473 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
18475         * configure: only set PWD if it is already set.
18477 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
18479         * configure: just set PWD=`pwd` at the top, since Ultrix sh
18480         doesn't have unset and all success paths (and most error paths)
18481         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
18482         to just ${PWD} to avoid confusion.)
18484 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
18486         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
18487         even for a native compilation.
18489 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
18491         Changes to make the gdb.tar.Z rule work better.
18493         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
18494         (DEVO_SUPPORT):  Add configure.texi.
18495         (bfd-ilrt.tar.Z):  Remove ancient rule.
18497 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
18499         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
18500         pick up the machine and system specific header files.
18502         * configure.in, config.sub: added new target m68010-adobe-scout,
18503         with alias of adobe68k.  Changed configure.in to check for
18504         -scout before -sco* to avoid a false match.
18506         * Makefile.in: added AS_FOR_TARGET, passed down in
18507         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
18508         the C compiler to use to create programs which are run in the
18509         build environment, set it to default to $(CC), and passed it down
18510         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
18512 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
18514         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
18515         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
18516         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
18517         FOR_TARGET variants, to newlib and libg++.
18519 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18521         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
18522         first.
18524 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
18526         * config.sub:  Accept `elf' as an environment.
18528 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
18530         * Makefile.in (all-opcodes):  cd into the right directory
18532 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
18534         * configure: added -program_transform_name option, used as
18535         argument to sed when installing programs.
18536         configure.texi: added documentation for -program_prefix,
18537         -program_suffix and -program_transform_name.
18539 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
18541         * config.sub:  Accept i486 where i386 ok.
18543 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
18545         * config.sub: accept we32k
18547 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
18549         * config.sub, configure.in: accept OSE68000 and OSE68k.
18551         * Makefile.in: don't create all directories for ``make install'';
18552         let the subdirectories create the ones they need.
18554 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18556         * COPYING: new file, GPL v2
18558 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18560         * Makefile.in: use the new gen-info-dir, which needs a template
18561         argument (which also lives in texinfo)
18563         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
18565 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
18567         * config.sub (ncr3000):  Change i386 to i486.
18569 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18571         * Makefile.in: add install-rcs, install-grep to
18572         install-no-fixedincludes, removed install-bison and install-libgcc
18574 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
18576         * configure.in: grab the HPUX makefile fragment if on HPUX
18578 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
18580         * Makefile.in: eradicate bison spoor (ditto libgcc).
18581          configure.in: recognise m68{k,000}-ericsson-OSE.
18582          es1800 is alias for m68k-ericsson-OSE
18584 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18586         * configure.in: rearrange the parts that remove programs from
18587         configdirs, based now on HOST==TARGET or by canonical triple.
18589 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18591         * test-build.mk: recurse explicitly with -f test-build.mk when
18592           appropriate.  predicate stage3 and comparison on the existence
18593           of gcc.  That is, if gcc isn't around, we aren't three-staging.
18594           On very clean, also remove ...stamp-co.  Build in-place before
18595           doing other builds.
18597 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
18599         * Makefile.in, configure.in: add tgas
18601 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18603         * Makefile.in: a number of changes merged in from progressive.
18605         * configure.in: add libm.
18607         * .cvsignore: ignore some stuff that comes from test-build.mk.
18609 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
18611         * config.sub:  Add es1800 (m68k-ericsson-es1800).
18613 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
18615         * configure: Add program_suffix (parallel to program_prefix)
18616         * Makefile.in: adjust directory-creating script for losing decstation
18618 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
18620         * configure:  Minor $subdir-related fixes.
18622 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
18624         * configure: fix various problems with propogating
18625         makefile_target_frag in subdirs.
18626         * configure.in: config libgcc if its there
18628 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
18630         * config.sub:  HPPA merge.
18632 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
18634         * Makefile.in:  Replace all-bison with all-byacc in all
18635         dependency lines for other tools (which now use byacc).
18637 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
18639         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
18641 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
18643         * Makefile.in: make gprof rules similar to byacc rules (instead of
18644         vestigal $(unsubdir) that didn't work...)
18646 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
18648         * config.sub:  Add support for Linux.
18649         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
18650         (at least for libg++).
18652 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
18654         * configure.texi: fix doc for the -nfp option to configure
18656 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
18658         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
18660 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
18662         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
18663         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
18664         * configure.in: added solaris* host_makefile_frag hook.
18666 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18668         * config.sub: changed recognition of m68000 so that various
18669         m68k types can be specified via m680[01234]0
18671 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18673         * config.sub (basic_machine): fix sed so that '-foo' isn't
18674         completely substituted out while .+'-foo' loses the '-foo'
18676 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
18678         * config.sub ($os): Add -aout.
18680 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
18682         * configure:  If host_makefile_frag is absolute, don't
18683         prefix ${invsubdir} (relevant to libg++ auto-configure).
18685 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
18687         * Makefile.in (tooldir): Define it.
18688         (all-ld): Depend on all-flex.
18690 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
18692         * Makefile.in (check):  Fix libg++ special case.
18694 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
18696         * configure: do not bury `pwd` into config.status, thus do fewer
18697           pwd's.
18699         * configure: print the "Building in" message only when building in
18700           other than "." AND verbose.
18702         * configure: remove -s, rework -v to better accommodate guested
18703           configures.
18705         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
18707 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
18709         * Makefile.in: macroize flags passed on recursion.  remove
18710           fileutils.
18712 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
18714         * configure: get makesrcdir right for subdirs deeper than 1.
18716         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
18717           install.
18719 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
18721         * Makefile.in: don't print subdir_do or recursion lines.
18723 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
18725         * standards.texi: added menu item.
18727         * Makefile.in: build and install standards.info.
18729         * standards.texi: new file.
18731 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18733         * configure: test for and move config.status pieces from
18734           ${subdir}/.
18736 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
18738         * configure:  Test for existance of files before trying to mv
18739         them, to avoid numerous non-existance messages.
18741 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
18743         * configure: correct final line of config.status.
18745         * configure: patch from eggert.  Avoids a protection problem if
18746           the original Makefile.in is read only.
18748         * configure: use move-if-change from gcc to create config.status.
18749           Some makefiles depend on config.status to tell if a directory
18750           has been reconfigured for a different host.  This change
18751           prevents those directories from remaking everything in the case
18752           where the reconfig was only intended to rebuild a Makefile.
18754         * configure: test for config.sub with "config.sub sun4" rather
18755           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
18756           host alias from a missing config.sub.
18758 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18760         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
18761           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
18763 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
18765         * configure: mkdir ${subdir} as needed.
18767 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
18769         * Makefile.in,configure.in: added autoconf.
18771 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18773         * Makefile.in: no longer pass against on recursion.
18775         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
18776           definitions are not inherited.
18778         * configure: correct makesrcdir when subdir is .
18780 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
18782         * configure:  Add support for 'subdirs' variable, which is
18783         like 'configdirs', except that configure doesn't re-invoke
18784         itself for subdirs, it just creates a Makefile for each subdir.
18785         * configure.texi:  Document subdirs.
18787 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18789         * configure.in: added flex to configdirs
18791 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
18793         * Makefile.in: remove clean-stamps from clean.
18795 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
18797         * configure.in:  Add gdbtest to configdirs.
18799 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
18801         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
18802         to recursive makes.
18803         * configure.in:  Recognize new ncr3000 config.
18805 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
18807         * Makefile.in, configure.in: removed references to gdbm.
18809 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
18811         * config.sub:  Don't canonicalize os value
18812         newsos* to bsd (readline needs to check for newsos).
18813         (This fix was earlier made Jan 31, but got re-broken.)
18815 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
18817         * configure.in:  sco is an os, not a vendor!
18819         * configure:  Quote $( better.  Keep various shells happy.
18821 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
18823         * Makefile.in: eliminate stamp-files.
18825 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
18827         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
18828           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
18830 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
18832         * config.sub:  fix iris/iris3.
18834 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
18836         * configure: re-add -rm.
18838 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
18840         * Maskefile.in: add .stmp-rcs to all.
18842         * configure.in: remove gas from rs6000 build, use aix host fragment.
18844 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
18846         * configure: pass down site_option during recursion.
18848 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
18850         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
18852 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
18854         * configure: Change exec_prefix so that it really defaults to prefix.
18856 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
18858         * Makefile.in, configure.in:  Add support for mmalloc library.
18860 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
18862         * Makefile.in: add stmp dependencies for a few more things.
18864 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
18866         * configure: adjusted error message on objdir/srcdir configure
18867           collision, per john's suggestion.
18869         * Makefile.in: add libiberty stmp to all and all.cross.
18871 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
18873         * Makefile.in: remove force dependencies, add grep to all.
18875 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
18877         * Makefile.in: drop flex.  make stamp files work.
18879         * configure: added test for conflicting configuration in srcdir,
18880           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
18881           gets cranky.  use relative paths for configure and srcdir
18882           whenever possible.  Send some error messages to stderr that were
18883           going to stdout.
18885 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
18887         * Makefile.in:  Fix libg++ rule to check for gcc directory
18888         before using gcc/gcc.  Also pass XTRAFLAGS.
18890 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
18892         * Makefile.in: added stmp-files so that directories aren't polled
18893           when they are already built.
18895         * configure.texi: fixed a node pointer problem.
18897 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
18899         * config.sub configure.in gdb/configure.in
18900         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
18901         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
18902         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
18904 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18906         * configure: -recurring becomes -silent.  corrected help message
18907           for -site= option.
18909         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
18911 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18913         * configure: when building Makefile for crosses, replace
18914           tooldir and program_prefix.  default srcdir from location of
18915           config.sub.  remove "for host in hosts" and "for target in
18916           targets" loops.
18918 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18920         * Makefile.in: Do not pass bindir or mandir to cvs.
18922 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
18924         * Makefile.in, configure.in: removed traces of namesubdir,
18925           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
18926           copyrights to '92, changed some from Cygnus to FSF.
18928         * configure.texi: remove most references to multiple hosts,
18929           multiple targets, subdirs, etc.
18931         * configure.man: removed rcsid. reference config.sub not
18932           config.subr.
18934         * Makefile.in: mkdir $(infodir) on install-info.
18936 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
18938         * configure.texi:  Explain better about .gdbinit and about
18939         the environment that configure.in sections run in.
18941 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
18943         * configure.in:  Ultrix is only a decstation if it's a MIPS.
18945 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
18947         * README:  DOC.configure => cfg-paper.texi.
18949 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
18951         * config.sub (near case $os):  Don't convert newsos* to bsd!
18953 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
18955         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
18956         the number of copies of COPYING that go into the GDB tar file.
18958 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
18960         * bfd/configure.in, gdb/config/mh-i386sco,
18961         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
18962         Fix SCO configuration stuff.
18964 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
18966         * Makefile.in:  For libg++, make sure the -I pointing
18967         to the gcc directory goes *after* all the libg++-local -I flags.
18968         Also, move just-gcc dependency from just-libg++ to all-libg++.
18970 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
18972         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
18974 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
18976         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
18978 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
18980         * config.sub:  Add stratus configuration frags.  Also
18981         submitted to FSF.
18983 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
18985         * Makefile.in (DEV_SUPPORT):  add configure.man.
18987         * config.sub(Decode manufacturer-specific):  add -none*.
18989 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
18991         * Makefile.in:  remove form feeds to make Sun's make happy.
18992         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
18994 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
18996         * Makefile.in (AR_FLAGS):  Make quieter.
18998 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
19000         * configure.in:  Add libg++.
19001         * configure:  When verbose, don't output the command line at each
19002         level; it will be unremarkably the same as the previous version,
19003         which will be the same as what the user typed.
19005 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
19007         * configure.in, Makefile.in: fix clean-info, add flex.  add
19008           fileutils.
19010         * configure: be less sensitive to spaces in Makefile.in.  Do not
19011           look for sources in "..".  Doing so breaks subdirectories that
19012           might have their own configure.  If a subdir has it's own
19013           configure script, use it.
19015 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
19017         * cfg-paper.texi: some changes suggested by rms.
19019 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
19021         * config.sub:  Merge in some small additions from the FSF version,
19022         taken from the gcc distribution, to bring the Cygnus and FSF
19023         versions into closer sync.
19025 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
19027         * configure.in:  Changed svr4 references to sysv4.
19029 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
19031         * configure: added -V for version number option.
19033 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
19035         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
19036           renamed from DOC.configure to cfg-paper.texi.
19038 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19040         * configure, config.subr, config.sub: config.subr is now
19041           config.sub again.
19043 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
19045         * configure.texi: new file, in progress.
19047         * Makefile.in: build info file and install the man page for
19048           configure.
19050         * configure.man: new file, first cut.
19052         * configure: find config.subr again now that configuration "none"
19053           has gone.  removed all traces of the -ansi option.  removed all
19054           traces of the -languages option.
19056         * config.subr: resync from rms.
19058 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19060         * configure, config.sub, config.subr: merge config.sub into
19061           config.subr, call the result config.subr, remove config.sub, use
19062           config.subr.
19064         * Makefile.in: revised install for dir.info.
19066 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19068         * configure.in: add decstation host makefile frag.
19070         * Makefile.in: BISON now bison -y again.  also install-gcc on
19071           install.  clean-gdbm on clean.  infodir belongs in datadir.
19072           Make directories for info install.  Build dir.info here then
19073           install it.
19075 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19077         * Makefile.in: fix for bad directory tests.
19079 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19081         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
19082           regexp.  -srcdir relative was being handled incorrectly.
19084         * Makefile.in: unwrapped some for loops so that parallel makes
19085           work again and so one can focus one's attention on a particular
19086           package.
19088 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19090         * configure: added PWD as a stand in for `pwd` (for speed). use
19091           elif wherever possible.  make -srcdir work without -objdir.
19092           -objdir= commented out.
19094 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19096         * configure: +options become --options.  -subdirs commented out.
19097           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
19098           Makefile now at top of generated Makefile.  Removed cvs log
19099           entries.  added -srcdir.  create .gdbinit only if there is one
19100           in ${srcdir}.
19102         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
19103           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
19104           and mandir now keyed off datadir by default.
19106 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19108         * Freshly created ChangeLog.
19111 Local Variables:
19112 mode: change-log
19113 left-margin: 8
19114 fill-column: 76
19115 version-control: never
19116 End: