In gcc/: 2011-01-08 Nicola Pero <nicola.pero@meta-innovation.com>
[official-gcc.git] / ChangeLog
blob09a03f7ca2e4e24b22ba6b0b893f2914fe4fdfab
1 2011-01-07  Jan Hubicka  <jh@suse.cz>
3         * Makefile.in: Regenerate.
4         * Makefile.def (gcc host module) and soft dependency on lto-plugin
5         and configure dependency on lto-plugin configure.
6         (lto-plugin module): Remove dependency on GCC; add dependency on
7         liniberty.
9 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
11         * MAINTAINERS (Write After Approval): Add myself.
13 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
15         * configure: Regenerate.
17 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
19         * configure.ac: (picochip): Disable libiberty.
21 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
23         * MAINTAINERS (Write After Approval): Add myself.
25 2010-12-10  Ian Lance Taylor  <iant@google.com>
27         PR bootstrap/46819
28         * configure.ac: For --disable-libgcj clear libgcj_saved.
29         * configure: Rebuild.
31 2010-12-10  Tobias Burnus  <burnus@net-b.de>
33         PR fortran/46540
34         * configure.ac: Add --disable-libquadmath and
35         --disable-libquadmath-support.
36         * configure: Regenerate.
38 2010-12-03  Ian Lance Taylor  <iant@google.com>
40         * MAINTAINERS: Add myself as libgo maintainer.
42 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
44         PR libffi/46792
45         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
46         * configure: Regenerate.
48 2010-12-02  Ian Lance Taylor  <iant@google.com>
50         * configure.ac: Always set default for poststage1_ldflags to
51         -static-libstdc++ -static-libgcc.
53 2010-11-29  Andreas Schwab  <schwab@redhat.com>
55         * configure.ac: Move comment to remove extra space in last argument
56         of GCC_TARGET_TOOL.
58 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
60         PR other/46026
61         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
62         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
63         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
64         (BASE_FLAGS_TO_PASS): Use it.
65         * configure: Rebuilt.
66         * Makefile.in: Rebuilt.
68 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
70         PR binutils/12258
71         * configure.ac: Correct comments for --enable-gold/--enable-ld.
72         Properly check default linker.
73         * configure: Regnerated.
75 2010-11-23  Matthias Klose  <doko@ubuntu.com>
77         * configure.ac: For --enable-gold, handle value `default' instead of
78         `both*'.   New configure option --{en,dis}able-ld.
79         * configure: Regenerate.
81 2010-11-20  Ian Lance Taylor  <iant@google.com>
83         * configure.ac: Only disable a language library if no language needs
84         it.  Don't let --disable-libgcj uncondtionally disable libffi.
85         * configure: Rebuild.
87 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
89         * Makefile.in: Regenerate.
91         PR other/46202
92         * configure.ac: Fix just-built in-tree STRIP name to be
93         binutils/strip-new.
94         * configure: Regenerate.
95         * Makefile.def (install-strip-gcc, install-strip-binutils)
96         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
97         (install-strip-sid): Mirror dependencies on non-strip variants
98         of these targets on the respective -strip prerequisites.
99         * Makefile.tpl (install-strip, install-strip-host)
100         (install-strip-target): New targets.
101         (install-strip-[+module+], install-strip-target-[+module+]):
102         New targets.
103         * Makefile.in: Regenerate.
105 2010-11-19  Ian Lance Taylor  <iant@google.com>
106             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
108         * configure.ac: Add target-libgo to target_libraries.  Set
109         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
110         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
111         (HOST_EXPORTS): Add GOC.
112         (BASE_TARGET_EXPORTS): Add GOC.
113         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
114         (GOCFLAGS_FOR_TARGET): New variable.
115         (EXTRA_HOST_FLAGS): Add GOC.
116         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
117         * Makefile.def (target_modules): Add libgo.
118         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
119         (dependencies): Add dependency from configure-target-libgo to
120         configure-target-libffi and all-target-libstdc++-v3.  Add
121         dependencies from all-target-libgo to all-target-libffi.
122         (languages): Add go.
123         * configure: Rebuild.
124         * Makefile.in: Rebuild.
126 2010-11-19  Ian Lance Taylor  <iant@google.com>
128         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
129         compiler/flag environment variables.
131 2010-11-18  Ian Lance Taylor  <iant@google.com>
133         * configure.ac: Check for lang_requires_boot_languages in
134         config-lang.in files.
135         * configure: Rebuild.
137 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
138             Tobias Burnus  <burnus@net-b.de>
140         PR fortran/32049
141         * Makefile.def: Add libquadmath; build it with language=fortran.
142         * configure.ac: Add libquadmath.
143         * Makefile.tpl: Handle multiple libs in check-[+language+].
144         * Makefile.in: Regenerate.
145         * configure: Regenerate.
147 2010-11-16  Tom Tromey  <tromey@redhat.com>
149         * MAINTAINERS: Moved myself to reviewers section.
151 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
153         * MAINTAINERS: Moved myself to reviewers section.
155 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
157         * MAINTAINERS (Various Maintainers): Add self for build machinery.
158         (Write After Approval): Remove self.
160 2010-11-15  Andreas Schwab  <schwab@redhat.com>
162         * configure.ac: Fix spelling in option names.
163         * configure: Regenerated.
165 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
167         PR bootstrap/39622
168         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
169         * configure: Regenerated.
171 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
173         * MAINTAINERS: Update my email address.
175 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
177         * configure: Regenerate.
179 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
181         * configure: Regenerate.
183 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
185         * configure: Regenerate.
187 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
189         * configure: Regenerate.
191 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
193         * configure.ac: Support official CLooG.org versions.
194         * configure: Regenerate.
195         * config/cloog.m4: New.
197 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
199         * MAINTAINERS (Write After Approval): Add myself.
201 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
203         * MAINTAINERS: Update my email address.
205 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
207         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
208         * configure: Regenerate.
210 2010-11-03  Ian Lance Taylor  <iant@google.com>
211             Dave Korn  <dave.korn.cygwin@gmail.com>
213         PR lto/46273
214         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
215         and on other supported platforms whenever LTO is enabled.
216         * configure: Rebuild.
218 2010-11-02  Alan Modra  <amodra@gmail.com>
220         PR binutils/12110
221         * configure.ac: Error when source path contains spaces.
222         * configure: Regenerate.
224 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
226         * MAINTAINERS: Update my email address.
228 2010-10-20  Ian Lance Taylor  <iant@google.com>
230         * Makefile.def (target_modules): Set lib_path to src/.libs for
231         libstdc++-v3 module.
232         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
233         * Makefile.in: Rebuild.
235 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
237         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
238         (Write After Approval): Remove myself.
240 2010-10-15  Tristan Gingold  <gingold@adacore.com>
242         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
244 2010-10-14  Douglas Rupp  <rupp@gnat.com>
246         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
248 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
250         * configure.ac (build_lto_plugin): New shell variable.
251         (--enable-lto): Turn on by default for all non-ELF platforms that
252         have had LTO support added so far.  Set build_lto_plugin appropriately
253         for both ELF and non-ELF.
254         (configdirs): Add lto-plugin or not based on build_lto_plugin.
255         * configure: Regenerate.
257 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
259         Sync from src:
260         * configure.ac (v850 support): Remove target-libgloss from
261         noconfigdirs.
262         * configure: Regenerate.
264 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
266         PR bootstrap/45326
267         PR bootstrap/45174
268         * configure.ac: Honor initial values of $build_configargs,
269         $host_configargs, $target_configargs.  Mark the precious, so
270         environment settings get recorded.
271         * configure: Regenerate.
273 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
275         PR bootstrap/45796
276         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
277         Depend on all-build-libiberty.
278         * Makefile.in: Regenerate.
280 2010-09-30  Michael Eager  <eager@eagercon.com>
282         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
283         * configure: Regenerate.
285 2010-09-28  Michael Eager  <eager@eagercon.com>
287         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
289 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
291         PR bootstrap/44621
292         * configure.ac: Fix unportable shell quoting.
293         * configure: Regenerate.
295 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
297         * configure.ac (enable-lto): Add Darwin to the list of supported lto
298         targets and amend comment.
299         * configure: Regenerate.
301 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
303         * MAINTAINERS (Write After Approval): Add myself.
305 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
307         * configure.ac: Enable LTO by default on Darwin.
308         * configure: Regenerate.
310 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
312         * MAINTAINERS (Write After Approval): Add myself.
314 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
316         * MAINTAINERS (Write After Approval): Add myself.
318 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
320         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
321         ports
323 2010-07-28  David Yuste  <david.yuste@gmail.com>
325         * MAINTAINERS (Write After Approval): Add myself.
327 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
329         * configure.ac: Support all v850 targets.
330         * configure: Regenerate.
332 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
334         PR bootstrap/44455
335         * configure.ac (extra_mpfr_configure_flags): Copy from
336         extra_mpc_gmp_configure_flags.
337         * configure: Re-generated.
339 2010-07-22  Andi Kleen  <ak@linux.intel.com>
341         * MAINTAINERS (Write After Approval): Add myself.
343 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
345         * MAINTAINERS (Write After Approval): Add myself.
347 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
349         * MAINTAINERS (Write After Approval): Add myself.
351 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
353         PR target/44862
354         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
355         Provide -B option to allow for link spec %s substitutions for
356         libstdc++.a on darwin.
357         * Makefile.in: Regenerate.
359 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
361         * MAINTAINERS (Reviewers): Update my e-mail address
363 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
365         * Makefile.def (configure-gcc): Depend on all-libelf.
366         * Makefile.in: Rebuild.
368 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
370         * MAINTAINERS (Write After Approval): Add myself in the right place.
372 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
374         * MAINTAINERS (Write After Approval): Add myself.
376 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
378         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
380 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
382         * config.sub: Update to version 2010-05-21.
383         * config.guess: Update to version 2010-04-03.
385 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
387         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
388         * configure: Regenerate.
390 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
392         * MAINTAINERS (Write After Approval): Add myself.
394 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
396         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
397         a platform that supports LTO.
398         * configure: Regenerate.
400 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
402         * configure.ac: Allow all the versions greater than 0.10 of PPL.
403         * configure: Regenerated.
405 2010-04-27  Roland McGrath  <roland@redhat.com>
406             H.J. Lu  <hongjiu.lu@intel.com>
408         * configure.ac (--enable-gold): Support both, both/gold and
409         both/bfd to add gold to configdirs without removing ld.
410         * configure: Regenerated.
412         * Makefile.def: Add install-gold dependency to install-ld.
413         * Makefile.in: Regenerated.
415 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
417         PR lto/42776
418         * configure.ac (--enable-lto): Refactor handling so libelf tests
419         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
420         and allow LTO to be explicitly enabled on non-ELF platforms that
421         are known to support it inside else-clause.
422         * configure: Regenerate.
424 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
426         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
427         * configure: Regenerate.
429 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
431         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
432         * configure: Regenerate.
434 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
436         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
437         separately.
438         * configure: Regenerate.
440 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
442         * MAINTAINERS (Write After Approval): Add myself.
444 2010-04-14  Tristan Gingold  <gingold@adacore.com>
446         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
447         * configure: Regenerate.
449 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
451         * configure: Regenerate after change to elf.m4.
453 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
455         * MAINTAINERS (Write After Approval): Add myself.
457 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
459         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
460         * configure: Regenerated.
462 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
464         * configure.ac: Print "buggy but acceptable" when CLooG
465         revision is less than 9.
466         * configure: Regenerated.
468 2010-04-01  Diego Novillo  <dnovillo@google.com>
470         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
472 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
474         PR bootstrap/43615
475         PR bootstrap/43328
477         Revert:
479         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
481         * configure.ac: Do not pass --enable-multilib nor
482         --disable-multilib in baseargs.  Accept explicitly passed
483         --enable_multilib.
484         * configure: Regenerate.
486 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
488         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
490 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
492         * MAINTAINERS: Remove myself.
494 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
496         PR bootstrap/43328
497         * configure.ac: Do not pass --enable-multilib nor
498         --disable-multilib in baseargs.  Accept explicitly passed
499         --enable_multilib.
500         * configure: Regenerate.
502 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
504         * MAINTAINERS (spu port): Remove me.
506 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
508         * configure.ac (tic6x-*-*): New case.
509         * configure: Regenerate.
511 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
513         * config.sub: Update to version 2010-03-22.
514         * config.guess: Update to version 2009-12-30.
516 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
518         PR ada/42554
519         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
520         * configure: Regenerate.
522 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
524         * MAINTAINERS: Update my email address.
526 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
528         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
529         (ghassan.shobaki@amd.com): Removed.
531 2010-03-17  Alan Modra  <amodra@gmail.com>
533         * MAINTAINERS: Update my email address.
535 2010-03-16  Diego Novillo  <dnovillo@google.com>
537         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
538         Matthews.
540 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
542         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
543         Gutson, Jeffrey D. Oldham and Mark Shinwell.
545 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
547         * MAINTAINERS: Update my email address.
549 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
551         * MAINTAINERS: Update my email address.
553 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
555         * MAINTAINERS: Update my email address.
557 2010-03-09  Jie Zhang  <jie@codesourcery.com>
559         * MAINTAINERS: Update my email address.
561 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
563         PR libstdc++/32499
564         * configure.ac (RANLIB): Default to true.
565         (STRIP): Likewise.
566         (RANLIB_FOR_TARGET): Remove superfluous : argument.
567         * configure: Regenerate.
569 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
571         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
572         (Write After Approval): Update my email address.
574 2010-02-17  Nick Clifton  <nickc@redhat.com>
576         PR 11238
577         * Makefile.tpl (local-distclean): Also remove config.cache files in
578         sub-directories as there may not be Makefiles present in the
579         sub-directories.
580         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
581         the config.cache files found by the find command.
583         * Makefile.in: Regenerate.
584         * configure.ac: Revert previous delta.
585         * configure: Regenerate.
587 2010-02-15  Nick Clifton  <nickc@redhat.com>
589         PR 11238
590         * configure.ac: Delete config.cache files in sub-directories when
591         deleting Makefiles.
592         * configure: Regenerate.
594 2010-02-12  Ben Elliston  <bje@gnu.org>
596         * MAINTAINERS: Update my email address.
598 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
600         * MAINTAINERS (spu port): Update my email address.
602 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
604         * MAINTAINERS: Add myself as a maintainer for the bfin port.
606 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
608         * configure.ac: Add "recommended" version checks for GMP/MPC.
609         Update recommended GMP/MPFR/MPC versions.
610         * configure: Regenerate.
612 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
614         * MAINTAINERS: Move my Embecosm email address into the
615         write-after-approval section.
617 2010-01-26  Ian Lance Taylor  <iant@google.com>
619         * MAINTAINERS: Add myself as Go frontend maintainer.
621 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
623         PR libstdc++/36101, PR libstdc++/42813
624         * configure.ac (bootstrap_target_libs): Make inclusion of
625         target-libgomp conditional on libgomb being in target_configdirs.
626         * configure: Regenerate.
628 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
630         PR libstdc++/36101, PR libstdc++/42813
631         * configure.ac (bootstrap_target_libs): Include target-libgomp.
632         * configure: Regenerate.
634 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
636         PR libstdc++/36101, PR libstdc++/42813
637         * configure.ac (target_configdirs): Substitute.
638         * Makefile.def: Bootstrap target module libgomp.
639         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
640         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
641         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
642         * configure, Makefile.in: Regenerate.
644 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
646         * MAINTAINERS: Adjust my details.
648 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
650         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
652 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
654         * MAINTAINERS: reindented my entry with tabs instead of spaces.
656 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
658         * MAINTAINERS (Write After Approval): Add myself.
660 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
662         * MAINTAINERS (Write After Approval): Add myself.
664 2010-01-11  Richard Guenther  <rguenther@suse.de>
666         PR lto/41569
667         * Makefile.def (all-lto-plugin): Depend on all-gcc.
668         * Makefile.in: Regenerated.
670 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
672         * configure.ac: Enable libjava build on x86_64-*freebsd*.
673         * configure: Regenerate.
675 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
676             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
678         PR bootstrap/42424
679         * configure.ac: Include libtool m4 files.
680         (_LT_CHECK_OBJDIR): Call it.
681         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
682         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
684         * configure: Regenerate.
686 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
688         PR bootstrap/41818
689         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
690         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
691         * Makefile.in: Regenerate.
693 2010-01-02  Richard Guenther  <rguenther@suse.de>
695         PR lto/41529
696         * configure.ac: Include config/elf.m4.  Disable LTO if not
697         builting for an elf target.
698         * configure: Regenerate.
700 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
702         * MAINTAINERS: Change my email address.
704 2009-12-18  Ben Elliston  <bje@au.ibm.com>
706         * config.sub, config.guess: Update from upstream sources.
708 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
710         * MAINTAINERS (Write After Approval): Add myself.
712 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
714         PR middle-end/30447
715         PR middle-end/30789
716         PR other/40302
718         * configure.ac: Require MPC.
719         * configure: Regenerate.
721 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
723         PR target/38384
724         PR bootstrap/40972
725         * libtool.m4: Sync from git Libtool.
726         * ltoptions.m4: Likewise.
727         * ltversion.m4: Likewise.
728         * lt~obsolete.m4: Likewise.
729         * ltmain.sh: Likewise.
731 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
733         * configure.ac: Update minimum MPC version to 0.8.
734         * configure: Regenerate.
736 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
738         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
739         * configure: Regenerated.
741 2009-11-21  Ian Lance Taylor  <iant@google.com>
743         * configure.ac: Change default of poststage1_ldflags to be empty if
744         poststage1_libs is set.  When poststage1_libs is empty, and
745         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
746         * configure: Rebuild.
748 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
750         * MAINTAINERS (Write After Approval): Update my email address.
752 2009-11-20  Ben Elliston  <bje@au.ibm.com>
754         * config.guess: Update from upstream sources.
756 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
758         * Makefile.def: Restore host and target settings for gmp.
759         * Makefile.in: Rebuild.
761 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
763         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
764         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
765         Fix portability of test of C++ as bootstrap language.  Add
766         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
767         * configure: Rebuild.
768         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
769         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
770         in-tree building.
771         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
772         (POSTSTAGE1_HOST_EXPORTS): Use it.
773         (STAGE[+id+]_CXXFLAGS): New.
774         (BASE_FLAGS_TO_PASS): Pass it down.
775         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
776         extra_exports.
777         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
778         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
779         extra_exports.
780         * Makefile.in: Rebuild.
782 2009-11-17  Ben Elliston  <bje@au.ibm.com>
784         * config.sub, config.guess: Update from upstream sources.
786 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
788         * MAINTAINERS (Write After Approval): Add myself.
790 2009-11-09  Jon Beniston  <jon@beniston.com>
792         * MAINTAINERS (Write After Approval): Add myself.
794 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
796         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
797         paths for *-w64-mingw* and x86_64-*mingw*.
798         * configure: Regenerated.
800 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
802         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
804 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
806         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
807         Phil Edwards to Write-After Approval.
809 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
811         * configure.ac: Disable target-winsup & co for
812         x86_64-*-mingw* and *-w64-mingw* targets.
813         * configure: Regenerated.
815 2009-10-16  Nick Clifton  <nickc@redhat.com>
817         * MAINTAINERS: Add myself as a maintainer for the RX port.
819 2009-10-26  Johannes Singler  <singler@kit.edu>
821         * MAINTAINERS (Write After Approval): Update my e-mail address.
823 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
825         * configure.ac (CLooG test): Use = with test.
826         * configure: Regenerate.
828 2009-10-22  Richard Guenther  <rguenther@suse.de>
830         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
831         cloog if the ppl version check failed.  Move flags saving
832         before setting in libelf check.
833         * configure: Regenerate.
835 2009-10-21  Richard Guenther  <rguenther@suse.de>
837         * configure.ac: Adjust the ppl and cloog configure to work as
838         documented.  Disable cloog if ppl was disabled.  Omit the version
839         checks if they were disabled.
840         * configure: Re-generate.
842 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
844         * configure.ac: Add 'lto' to enable_languages, not
845         new_enable_languages, and only if not already present.
846         * configure: Regenerate.
848 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
850         * README: Refer to the various COPYING* files instead of just
851         COPYING.
852         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
854 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
856         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
857         
858 2009-10-07  Richard Guenther  <rguenther@suse.de>
860         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
861         and Richard Guenther as reviewers.
862         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
863         as reviewers.
865 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
867         * config.sub: Update from upstream sources.
869 2009-10-06  Ian Lance Taylor  <iant@google.com>
871         * Makefile.def: check-gold depends upon all-gas.
872         * Makefile.in: Rebuild.
874 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
876         * MAINTAINERS (Write After Approval): Add myself.
878 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
880         * Makefile.def: all-lto-plugin depends on all-libiberty.
881         set bootstrap=true for lto-plugin.
882         Add lto-plugin.
883         * Makefile.in: Regenerate.
884         * configure.ac (host_libs): Add lto-plugin.
885         * configure: Regenerate.
887 2009-10-03  Diego Novillo  <dnovillo@google.com>
889         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
890         (HOST_LIBELFLIBS): Define.
891         (HOST_LIBELFINC): Define.
892         * Makefile.in: Regenerate.
893         * configure.ac: Add --enable-lto.
894         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
895         If --enable-lto is used, add 'lto' to new_enable_languages.
896         If --enable-lto is used and gold is enabled, add
897         lto-plugin to configdirs.
898         * configure: Regenerate.
900 2009-10-03  Simon Baldwin  <simonb@google.com>
902         * configure.ac: If --with-system-zlib, suppress local zlib and
903         pass --with-system-zlib to subdir configure scripts.
904         * configure: Regenerate.
906 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
907             Paolo Bonzini  <bonzini@gnu.org>
909         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
910         $(srcdir).
911         * Makefile.in: Rebuilt.
913 2009-09-26  Gary Funck  <gary@intrepid.com>
915         * MAINTAINERS (Write After Approval): Add myself.
917 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
919         * configure.ac: Update minimum MPC version to 0.7.
920         * configure: Regenerate.
922 2009-09-25  Nick Clifton  <nickc@redhat.com>
924         * configure.ac: Pass any --cache-file=/dev/null option on to
925         subconfigures.
926         * configure: Regenerate.
928 2009-09-23  Nick Clifton  <nickc@redhat.com>
930         * config.sub, config.guess: Update from upstream sources.
932 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
934         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
935         * Makefile.in: Rebuilt.
937 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
939         PR bootstrap/32272
940         * configure.ac: Error out if $srcdir isn't '.' but contains
941         host-${host_noncanonical}.
942         * configure: Regenerate.
944 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
946         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
947         maintainer.
949 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
951         * configure.ac: If bootstrapping a combined tree with
952         --enable-gold, require c++ in stage1_languages.
953         * configure: Regenerate.
955         * configure.ac: Also add target_libs of stage1_languages to
956         bootstrap_target_libs.
957         * configure: Regenerate.
959         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
960         with --enable-languages not containing c++.
961         * configure: Regenerate.
963 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
965         * configure.ac: Disable java and boehm-gc for bfin-*-*.
966         * configure: Regenerate.
968 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
970         * MAINTAINERS (Write After Approval): Update my e-mail address,
971         and move from from here...
972         (Waiting for paperwork): To here.
974 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
976         * MAINTAINERS (Reviewers): Add self as driver reviewer.
978 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
980         * configure.ac: Do not use $extrasub for replacing @if/@endif
981         parts in Makefile; instead, use additional arguments to
982         AC_CONFIG_COMMANDS to do the replacement manually, with several
983         sed invocations, to avoid HP-UX sed command limits.
984         * configure: Regenerate.
986 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
988         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
989         blank before -L.
991 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
993         * configure.ac (with-build-config): Document.  Handle without.
994         Handle missing argument.
995         * configure: Rebuilt.
997 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
999         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
1000         Default to bootstrap-debug only if compare-debug works.
1001         * configure: Rebuilt.
1002         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1003         * Makefile.in: Rebuilt.
1005 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1007         * MAINTAINERS (OS Port Maintainers): Update my email address.
1009 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
1011         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1012         * Makefile.in: Rebuilt.
1014 2009-09-01  Chris Demetriou  <cgd@google.com>
1016         * MAINTAINERS (Write After Approval): Add myself.
1018 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
1020         PR debug/30161
1021         * include/dwarf2.h (enum dwarf_tag): Added
1022         DW_TAG_GNU_template_template_param
1023         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
1025 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1027         * Makefile.tpl (AWK): Fix typo.
1028         * Makefile.in: Regenerate.
1030 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1032         * configure.ac: Detect awk and sed.
1033         * Makefile.def (flags_to_pass): Add AWK and SED.
1034         * Makefile.tpl (AWK, SED): New.
1035         (BASE_FLAGS_TO_PASS): Add AWK and SED.
1036         * configure: Regenerate.
1037         * Makefile.in: Regenerate.
1039 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
1041         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
1042         (collapseslashes): Likewise.
1044 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1046         * configure.ac (AC_PREREQ): Bump to 2.64.
1048 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1050         * configure.ac: Remove --with-datarootdir, --with-docdir,
1051         --with-pdfdir, --with-htmldir switches.
1052         * configure: Regenerate.
1054         * configure: Regenerate.
1056         * compile: Sync from Automake 1.11.
1057         * depcomp: Likewise.
1058         * install-sh: Likewise.
1059         * missing: Likewise.
1060         * mkinstalldirs: Likewise.
1061         * ylwrap: Likewise.
1063 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
1065         * ltmain.sh (func_normal_abspath): New function.
1066         (func_relative_path): Likewise.
1067         (func_mode_help): Document new -bindir option for link mode.
1068         (func_mode_link): Add new -bindir option, and use it to place
1069         output DLL if specified.
1071 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1073         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1074         (baseargs): Add --disable-option-checking.
1075         * configure: Regenerate.
1077         * Makefile.def (configure-target-libiberty): Depend on
1078         all-binutils and all-ld.
1079         (configure-target-newlib): Likewise.
1080         * Makefile.in: Regenerate.
1082 2009-08-17  Ben Elliston  <bje@au.ibm.com>
1084         * config.sub, config.guess: Update from upstream sources.
1086 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1088         Sync from src, merge:
1090         2009-07-02  Tristan Gingold  <gingold@adacore.com>
1092         * configure.ac: Do not exclude gas for i386-*-darwin.
1093         Add a case for x86_64-*-darwin.
1094         * configure: Regenerate.
1096 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
1098         * MAINTAINERS: Add my name to Write After Approval list.
1100 2009-08-06  Michael Eager  <eager@eagercon.com>
1102         * configure.ac: Add Microblaze target.
1103         * configure: Regenerate.
1105 2009-07-31  Christian Bruel  <christian.bruel@st.com>
1107         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1108         * configure: Regenerate.
1109         
1110 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
1112         * MAINTAINERS (Write After Approval): Update my e-mail address.
1114 2009-07-06  Ian Lance Taylor  <iant@google.com>
1116         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1117         * configure: Rebuild.
1119 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
1121         * MAINTAINERS: Move myself to the Graphite Reviewers.
1123 2009-06-30  Wei Guozhi  <carrot@google.com>
1125         * MAINTAINERS: Add my name to Write After Approval list.
1127 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
1129         PR bootstrap/40338
1130         * configure.ac (comparestring): Create new variable.
1131         * Makefile.tpl (comparestring): Use to skip some comparisions.
1132         * configure: Regenerate.
1133         * Makefile.in: Regenerate.
1135 2009-06-26  Doug Evans  <dje@sebabeach.org>
1137         * Makefile.def (host_modules): Add cgen.
1138         * Makefile.in: Regenerate.
1139         * configure.ac (host_tools): Add cgen.
1140         * configure: Regenerate.
1142 2009-06-23  DJ Delorie  <dj@redhat.com>
1144         * MAINTAINERS: Add myself as mep maintainer.
1146 2009-06-23  Ian Lance Taylor  <iant@google.com>
1148         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
1149         boot_languages.  Only bootstrap target libraries listed in
1150         target_libs for some boot language.  Add --with-stage1-ldflags,
1151         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
1152         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
1153         if not building with C++.
1154         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1155         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1156         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1157         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1158         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
1159         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1160         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1161         * configure, Makefile.in: Rebuild.
1163 2009-06-23  Li Feng  <nemokingdom@gmail.com>
1165         * MAINTAINERS: Added my name to write-after-approval list.
1167 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
1169         * configure.ac: Define is_elf for QNX Neutrino targets.
1170         * configure: Regenerate.
1172 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
1174         * MAINTAINERS: Added my name to the write-after-approval list
1176 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1178         * configure.ac: Detect MPC in default directory.
1179         * configure: Regenerate.
1181 2009-06-03  Jerome Guitton  <guitton@adacore.com>
1182             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1184         * Makefile.tpl (all): Avoid a trailing backslash.
1185         * Makefile.in: Regenerate.
1187 2009-06-03  Ben Elliston  <bje@au.ibm.com>
1189         * config.sub, config.guess: Update from upstream sources.
1191 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
1193         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1194         to noconfdirs.
1195         * configure: Regenerate.
1197 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
1199         * Makefile.tpl ([+compare-target+]): Compare all stage
1200         directories, rather than just gcc.
1201         * Makefile.in: Rebuilt.
1203 2009-06-01  Doug Kwan  <dougkwan@google.com>
1205         * configure.ac: Support gold for target arm*-*-*.
1206         * configure: Regenerate.
1208 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1210         * Makefile.def: Add MPC support and dependencies.
1211         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
1213         * Makefile.in, configure: Regenerate.
1215 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
1217         * Makefile.tpl (all): Avoid harmless warning in make all when
1218         gcc-bootstrap is enabled but stage_last does not exist.
1219         * Makefile.in: Rebuilt.
1221 2009-05-24  Nicolas Roche  <roche@adacore.com>
1223         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1224         * Makefile.in: Regenerate.
1226 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
1228         * MAINTAINERS: Update my e-mail address.
1230 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1232         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
1233         * configure:  Regenerate.
1235 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1237         PR other/40159
1238         * Makefile.tpl (all): Don't assume gcc-bootstrap and
1239         gcc-no-bootstrap are mutually exclusive.
1240         * Makefile.in: Rebuilt.
1242 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1244         PR other/40159
1245         * Makefile.tpl (all): Don't end with unconditional success.
1246         * Makefile.in: Rebuilt.
1248 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
1250         PR target/37137
1251         * Makefile.def (flags_to_pass): Remove redundant and incomplete
1252         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1253         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1254         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
1255         stage_configureflags, stage_cflags and stage_libcflags into
1256         explicit Makefile macros.
1257         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1258         GFORTRAN.
1259         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1260         CC.  Set CC_FOR_BUILD from CC.
1261         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1262         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1263         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1264         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
1265         and GFORTRAN.
1266         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1267         (_LIBCFLAGS): Renamed to _TFLAGS.
1268         (do-compare-debug, do-compare3-debug): Drop.
1269         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1270         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1271         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1272         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1273         (XGCC_FLAGS_FOR_TARGET): New.
1274         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
1275         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
1276         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
1277         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
1278         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
1279         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
1280         TFLAGS.
1281         (BUILD_CONFIG): Include if requested.
1282         (all): Set TFLAGS on bootstrap.
1283         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
1284         (all-stageid-prefixmodule): Likewise.
1285         (do-clean, distclean-stageid): Set TFLAGS.
1286         (restrap): Fix whitespace.
1287         * Makefile.in: Rebuilt.
1289 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
1291         * config.guess: Sync with src.
1293 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1295         * configure.ac ($with_ppl):  Default to no if not supplied.
1296         ($with_cloog):  Likewise.
1297         configure:  Regenerate.
1299 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
1301         * MAINTAINERS: Update my e-mail address.
1303 2009-04-27  Nick Clifton  <nickc@redhat.com>
1305         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
1307 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
1309         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1310         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1311         * Makefile.in: Regenerate.
1313 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1315         PR bootstrap/39739
1316         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1317         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1319         * configure, Makefile.in: Regenerate.
1321 2009-04-21  Taras Glek  <tglek@mozilla.com>
1323         * include/hashtab.h: Update GTY annotations to new syntax
1324         * include/splay-tree.h: Likewise
1326 2009-04-17  Ben Elliston  <bje@au.ibm.com>
1328         * config.sub, config.guess: Update from upstream sources.
1330 2009-04-15  Anthony Green  <green@moxielogic.com>
1332         * configure.ac: Add moxie support.
1333         * configure: Rebuilt.
1335 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
1337         * configure.ac: Change copyright header to refer to version
1338         3 of the GNU General Public License and to point readers at the
1339         COPYING3 file and the FSF's license web page.
1340         * Makefile.def: Likewise.
1341         * Makefile.tpl: Likewise.
1342         * Makefile.in: Regenerate.
1344 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
1346         * configure.ac: Restore match for darwin9 or later. Use double
1347         brackets since regeneration eats one pair.
1348         * configure: Regenerate.
1350 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
1352         PR gas/10039
1353         * configure.ac: Require texinfo 4.7.
1354         * configure: Regenerated.
1356 2009-04-09  Nick Clifton  <nickc@redhat.com>
1358         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
1359         the GCC Runtime Library Exception.
1361 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1363         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1364         * configure: Regenerate.
1366 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
1368         * Makefil.def (languages): New entries.
1369         * Makefile.tpl (check-gcc-*): New generic target.
1370         * Makefile.in: Regenerate.
1372 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
1374         * MAINTAINERS:  Update my email address.
1376 2009-03-18  Tom Tromey  <tromey@redhat.com>
1378         * configure: Rebuild.
1379         * configure.ac (host_libs): Add libiconv.
1380         * Makefile.in: Rebuild.
1381         * Makefile.def (host_modules): Add libiconv.
1382         (configure-gdb, all-gdb): Depend on libiconv.
1384 2009-03-16  Tristan Gingold  <gingold@adacore.com>
1386         * configure.ac: Treat gdb as supported on x86_64-darwin.
1387         * configure: Regenerate.
1389 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1391         * configure.ac (--with-host-libstdcxx): New option.
1392         * configure: Regenerate.
1394 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
1396         * MAINTAINERS:  Move myself into the write after approval list.
1398 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
1400         * MAINTAINERS: Update e-mail address.
1401         
1402 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
1404         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
1406 2009-03-10  Ira Rosen  <irar@il.ibm.com>
1408         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
1410 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1412         Backport from git Libtool:
1414         2009-01-19  Robert Millan  <rmh@aybabtu.com>
1415         Support GNU/kOpenSolaris.
1416         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1417         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1418         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1419         GNU/kOpenSolaris.
1421 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
1423         * MAINTAINERS: Update e-mail address.
1425 2009-02-24  Michael Eager  <eager@eagercon.com>
1427         * MAINTAINERS (Write After Approval): Add self.
1429 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
1431         * MAINTAINERS (Write After Approval): Add myself.
1433 2009-02-05  Andreas Schwab  <schwab@suse.de>
1435         * Makefile.tpl (stage_last): Define $r and $s before using
1436         $(RECURSE_FLAGS_TO_PASS).
1437         * Makefile.in: Regenerate
1439 2009-01-30  Ian Lance Taylor  <iant@google.com>
1441         * MAINTAINERS: Move myself to the Global Reviewers list.
1443 2009-01-29  Robert Millan  <rmh@aybabtu.com>
1445         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1446         * configure: Regenerate.
1448 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
1450         * MAINTAINERS: Make whitespace consistent.
1451         Remove Robert Millan from Write After Approval.
1453 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
1455         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
1456         (all-opcodes): Depend on all-libiberty.
1457         * Makefile.in: Regenerate.
1459 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
1461         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1462         * configure: Regenerate.
1464 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
1466         * MAINTAINERS (Write After Approval): Add myself.
1468 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
1470         * MAINTAINERS: Add myself to reviewers (Fortran).
1472 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
1474         PR tree-optimization/38515
1475         * configure.ac (cloog-polylib): Removed.
1476         (with_ppl, with_cloog): Test for "no".
1477         * configure: Regenerated.
1479 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
1481         * MAINTAINERS: Moved myself to reviewers (Fortran).
1483 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
1485         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
1486         (Write After Approval): Remove myself.
1488 2009-01-03  Diego Novillo  <dnovillo@google.com>
1490         * MAINTAINERS: Remove myself from alias maintainership.
1492 2009-01-02  David Ayers  <ayers@fsfe.org>
1494         * MAINTAINERS: Update e-mail address.
1496 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
1498         * MAINTAINERS: Make whitespace consistent.
1500 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1502         Backport from upstream Libtool:
1503         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1504         Add cache variables to tests that require the linker to work.
1505         For shlibpath_overrides_runpath, this also changes the semantics
1506         to let the result from the C compiler take precedence.
1508 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1510         * config.sub, config.guess: Update from upstream sources.
1512 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
1514         * configure.ac (ppllibs): Add by default the lib flags.
1515         * configure: Regenerate.
1517 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
1519         * MAINTAINERS:  Add myself to the write after approval list.
1521 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1523         * configure.ac: Add double brackets on darwin[912].
1524         * configure: Regenerate.
1526 2008-12-03  Daniel Kraft  <d@domob.eu>
1528         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
1529         Approval to Reviewer section (for Fortran front-end).
1531 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
1533         * configure.ac: Expand to darwin10 and later.
1534         * configure: Regenerate.
1536 2008-12-02  Andreas Schwab  <schwab@suse.de>
1538         * Makefile.def: configure-target-boehm-gc depends on
1539         all-target-libstdc++-v3.
1540         * Makefile.in: Regenerate.
1542 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
1544         * MAINTAINERS:  Add myself as mingw maintainer.
1546 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1548         * config.sub, config.guess: Update from upstream sources.
1550 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
1552         * README.SCO: Remove.
1554 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
1556         * MAINTAINERS:  Add myself to the write after approval list.
1558 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
1560         * MAINTAINERS:  Update my email address in WAA section.
1562 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
1564         * MAINTAINERS: Update e-mail address.
1566 2008-11-27  Toon Moene  <toon@moene.org>
1568         * MAINTAINERS: Change e-mail address.
1570 2008-11-27  Tristan Gingold  <gingold@adacore.com>
1572         * configure.ac: Build gdb for i?86-*-darwin*
1573         * configure: Regenerated.
1575 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
1577         * MAINTAINERS: Added my full name.
1579 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
1581         PR bootstrap/38014
1582         PR bootstrap/37923
1584         Revert:
1586         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1588         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1589         * Makefile.in: Regenerated.
1591         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1593         PR gdb/921
1594         PR gdb/1646
1595         PR gdb/2175
1596         PR gdb/2176
1598         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1599         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1600         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1601         (HOST_EXPORTS): Pass CPPFLAGS.
1602         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1603         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1604         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1605         * Makefile.in, configure: Regenerated.
1606         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1607         and CPPFLAGS_FOR_BUILD.
1609 2008-11-06  Jeff Law  <law@redhat.com>
1611         * MAINTAINERS: Add myself as middle end maintainer.
1613 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
1615         * MAINTAINERS (Write after approval): Add myself.
1617 2008-11-05  Diego Novillo  <dnovillo@google.com>
1619         * MAINTAINERS (Global Reviewers): Add myself.
1620         (Non-Algorithmic Maintainers): Remove myself.
1622 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
1624         * MAINTAINERS (Write after approval): Add myself.
1626 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
1628         * MAINTAINERS (Write after approval): Add myself.
1630 2008-10-31  Ben Elliston  <bje@au.ibm.com>
1632         * configure.ac (spu-*-*): Remove special case.
1633         * configure: Regenerate.
1635 2008-10-30  Catherine Moore  <clm@codesourcery.com>
1637         * MAINTAINERS (Write after approval): Update my email address.
1639 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
1641         * configure.ac [spu-*-*]: Do not set skipdirs.
1642         * configure: Re-generate.
1644 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
1646         * MAINTAINERS (Various Maintainers): Add myself to reload.
1648 2008-10-25  Richard Guenther  <rguenther@suse.de>
1650         * MAINTAINERS (Various Maintainers): Add myself as middle-end
1651         maintainer.  Remove myself as libgcc-math maintainer.
1652         (Non-Algorithmic Maintainers): Remove myself.
1654 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1656         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1657         * Makefile.in: Regenerated.
1659 2008-10-23  Cary Coutant  <ccoutant@google.com>
1661         * MAINTAINERS (Write after approval): Add myself.
1663 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1665         PR gdb/921
1666         PR gdb/1646
1667         PR gdb/2175
1668         PR gdb/2176
1670         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1671         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1672         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1673         (HOST_EXPORTS): Pass CPPFLAGS.
1674         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1675         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1676         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1677         * Makefile.in, configure: Regenerated.
1678         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1679         and CPPFLAGS_FOR_BUILD.
1681 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
1683         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
1684         Sebastian Pop.
1686 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
1688         * MAINTAINERS (Write After Approval): Added myself.
1690 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1692         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1693         recommended version to 2.3.2.
1695         * configure: Regenerate.
1697 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
1699         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
1701 2008-09-29  David Daney <david.daney@caviumnetworks.com>
1703         * MAINTAINERS (Write After Approval): Update e-mail address.
1705 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
1707         * libtool.m4: Update to libtool 2.2.6.
1708         * lt~obsolete.m4: Update to libtool 2.2.6.
1709         * ltmain.sh: Update to libtool 2.2.6.
1710         * ltsugar.m4: Update to libtool 2.2.6.
1711         * ltversion.m4: Update to libtool 2.2.6.
1712         * ltoptions.m4: Update to libtool 2.2.6.
1713         * ltgcc.m4: Update to match changes from libtool 2.2.6.
1715 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
1717         * MAINTAINERS (Write After Approval): Add myself.
1719 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1721         * MAINTAINERS (Write After Approval): Update my name.
1723 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
1725         * MAINTAINERS: Add myself in "Write After Approval".
1727 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
1729         * MAINTAINERS: Add myself as ia64 maintainer.
1731 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
1733         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
1734         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
1735         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
1736         and Michael Tiemann from Write After Approval since they do not
1737         actually have access.
1739 2008-09-05  Richard Guenther  <rguenther@suse.de>
1741         * configure.ac: Initialize clooglibs to -lcloog.
1742         * configure: Re-generate.
1744 2008-09-04  Le-Chun Wu  <lcwu@google.com>
1746         * MAINTAINERS (Write After Approval): Add myself.
1748 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
1750         * configure.ac (--with-cloog-polylib): New.
1751         (--disable-cloog-version-check): New.
1752         (--disable-ppl-version-check): New.
1753         * configure: Re-generate.
1755 2008-09-03  Richard Guenther  <rguenther@suse.de>
1757         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1758         cloog test.
1759         * configure: Re-generate.
1761 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
1763         Add picoChip port.
1764         * MAINTAINERS: Add picoChip maintainers.
1766 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
1767             Tobias Grosser  <grosser@fim.uni-passau.de>
1768             Jan Sjodin  <jan.sjodin@amd.com>
1769             Harsha Jagasia  <harsha.jagasia@amd.com>
1770             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
1771             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1772             Adrien Eliche  <aeliche@isty.uvsq.fr>
1774         Merge from graphite branch.
1775         * configure: Regenerate.
1776         * Makefile.in: Regenerate.
1777         * configure.ac (host_libs): Add ppl and cloog.
1778         Add checks for PPL and CLooG.
1779         * Makefile.def (ppl, cloog): Added modules and dependences.
1780         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1781         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1783 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1785         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1786         (GCC_SHLIB_SUBDIR): New.
1787         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1788         * configure: Regenerate.
1789         * Makefile.in: Regenerate.
1791 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
1793         * MAINTAINERS: Consistently use tabs to separate columns.
1795 2008-08-29  Tristan Gingold  <gingold@adacore.com>
1797         * MAINTAINERS (Write after Approval): Add myself.
1799 2008-08-28  Tristan Gingold  <gingold@adacore.com>
1801         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
1802         Enable bfd, binutils and opcodes.
1803         * configure: Regenerate.
1805 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1807         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
1809 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
1811         * MAINTAINERS:  Use correct Umlaut for last name.
1813 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1815         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
1817 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
1819         * MAINTAINERS: Update my email address.
1821 2008-08-16  Nicolas Roche  <roche@adacore.com>
1823         * Makefile.tpl: Add BOOT_ADAFLAGS.
1824         * Makefile.in: Regenerate.
1826 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
1828         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1829         * configure: Regenerate.
1831 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
1833         * configure.ac: Add makefile fragments for hpux.
1834         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1835         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
1836         * configure: Regenerate.
1837         * Makefile.in: Regenerate.
1839 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
1841         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
1843 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
1845         * MAINTAINERS (Write after Approval): Add myself.
1847 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
1849         * MAINTAINERS (Write After Approval):  Add myself.
1851 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
1853         * MAINTAINERS (Write After Approval):  Add myself.
1855 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
1857         * MAINTAINERS: Update my email address.
1859 2008-06-25  Joey Ye  <joey.ye@intel.com>
1861         * MAINTAINERS (Write After Approval):  Add myself.
1863 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1865         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
1866         * Makefile.in: Regenerate.
1867         * configure: Regenerate.
1869 2008-06-17  Daniel Kraft  <d@domob.eu>
1871         * MAINTAINERS (Write After Approval):  Add myself.
1873 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1875         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
1876         "$@" is still intact with both Autoconf 2.59 and 2.62.
1877         * configure: Regenerate.
1879 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1881         * Makefile.tpl: Fix comment errors.
1882         * Makefile.in: Regenerate.
1884 2008-06-12  David S. Miller  <davem@davemloft.net>
1885             David Edelsohn  <edelsohn@gnu.org>
1887         * configure.ac: Add powerpc*-*-* to gold supported targets.
1888         * configure: Regenerate.
1890 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
1892         PR tree-optimization/36218
1893         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
1894         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
1895         (all prefix="build-"): Pass them to build-system sub-makes.
1896         * Makefile.in: Regenerate.
1898 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
1900         * MAINTAINERS (mt port): Remove.
1901         (sco5, unixware, sco udk): Remove.
1902         (Kean Johnston): Add to Write After Approval.
1904 2008-05-30  Julian Brown  <julian@codesourcery.com>
1906         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
1907         of libobjc for ARM EABI Linux.
1908         * configure: Regenerate.
1910 2008-05-18  Xinliang David Li   <davidxl@google.com>
1912         * ChangeLog: Remove wrong ChangeLog entry.
1914 2008-05-17  Xinliang David Li   <davidxl@google.com>
1916         * MAINTAINERS (Write After Approval): Add myself.
1918 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
1920         * MAINTAINERS (Write After Approval): Add myself.
1922 2008-05-14  Rafael Espíndola  <espindola@google.com>
1924         * config-ml.in: don't handle --enable-shared and --enable-static.
1926 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
1928         * MAINTAINERS: Update my email address.
1930 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
1932         * MAINTAINERS: Update my email address.
1934 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
1936         * MAINTAINERS (Write After Approval): Add myself.
1938 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
1940         * MAINTAINERS (Write After Approval): Add myself.
1942 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
1944         * MAINTAINERS (crx): Add myself.
1946 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1948         Sync with src:
1949         2008-04-14  David S. Miller  <davem@davemloft.net>
1951         * configure.ac: Add sparc*-*-* to gold supported targets.
1952         * configure: Regenerate.
1954 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1956         PR bootstrap/35457
1957         * configure.ac: Include override.m4.
1958         * configure: Regenerate.
1960 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1962         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
1963         * Makefile.in: Regenerate.
1965 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
1967         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
1968         as nonconfigurable directories list.
1969         * configure: Regenerate.
1971 2008-04-14  Ben Elliston  <bje@au.ibm.com>
1973         * config.sub, config.guess: Update from upstream sources.
1975 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
1977         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
1978         * Makefile.in: Regenerate.
1980 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
1982         * configure.ac: Do not build libssp for the AVR.
1983         * configure: Regenerate.
1985 2008-04-07  Ian Lance Taylor  <iant@google.com>
1987         * Makefile.def: check-gold depends upon all-binutils.
1988         * Makefile.in: Regenerate.
1990 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
1992         * MAINTAINERS (Write After Approval): Add myself.
1994 2008-04-04  Nick Clifton  <nickc@redhat.com>
1996         PR binutils/4334
1997         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
1998         builds.
1999         * configure: Regenerate.
2001 2008-04-04  NightStrike  <NightStrike@gmail.com>
2003         PR other/35151
2004         * configure.ac: Combine rules for mingw32 and mingw64.
2005         * configure: Regenerate.
2007 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
2009         * MAINTAINERS (Write After Approval): Add myself.
2011 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
2013         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
2014         * Makefile.in (.NOTPARALLEL): Ditto.
2016 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
2018         * MAINTAINERS (Write After Approval): Add myself.
2020 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
2022         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
2023         * Makefile.in (.NOTPARALLEL): Regenerate.
2025 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
2027         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2028         * Makefile.in: Regenerate.
2030 2008-03-26  Jakub Staszak  <kuba@et.pl>
2032         * MAINTAINERS (Write After Approval): Add myself.
2034 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2036         * MAINTAINERS:  Update e-mail address.
2038 2008-03-20  Ian Lance Taylor  <iant@google.com>
2040         * configure.ac: Add support for --enable-gold.
2041         * Makefile.def: Add gold as a directory like ld.
2042         * configure, Makefile.in: Regenerate.
2044 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2046         * configure.ac: m4_include config/proginstall.m4.
2047         * configure: Regenerate.
2049         Backport from upstream Libtool:
2051         2007-10-12  Eric Blake  <ebb9@byu.net>
2053         Deal with Autoconf 2.62's semantic change in m4_append.
2054         * ltsugar.m4 (lt_append): Replace broken versions of
2055         m4_append.
2056         (lt_if_append_uniq): Don't require separator to be overquoted,
2057         and avoid broken m4_append.
2058         (lt_dict_add): Fix typo.
2059         * libtool.m4 (_LT_DECL): Don't overquote separator.
2061 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
2063         * config.rpath: Add AIX 6 support.
2065 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
2067         * Makefile.def (stageprofile).  Remove -fprofile-generate
2068         from stage_libcflags.
2069         * Makefile.in: Regenerate.
2071 2008-03-13  Ben Elliston  <bje@au.ibm.com>
2073         * config.sub, config.guess: Update from upstream sources.
2075 2008-03-06  Tom Tromey  <tromey@redhat.com>
2077         * MAINTAINERS: Update for treelang deletion.
2079 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
2081         * MAINTAINERS: Update my email address.
2083 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
2085         * MAINTAINERS (darwin port): Add myself as a maintainer.
2086         (objective-c/c++): Add myself as a maintainer.
2088 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
2090         * MAINTAINERS (Write After Approval): Update my email address.
2092 2008-02-25  Tomas Bily  <tbily@suse.cz>
2094         * MAINTAINERS (Write After Approval): Add myself.
2096 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
2098         * MAINTAINERS (OpenMP): Add myself.
2100 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
2102         PR bootstrap/32009
2103         PR bootstrap/32161
2105         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2106         * configure: Regenerate.
2108         * Makefile.def: Define stage_libcflags for all bootstrap stages.
2109         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2110         STAGE4_LIBCFLAGS): New.
2111         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2112         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2113         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2114         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2115         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2116         for target modules.  Don't export LIBCFLAGS.
2117         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2118         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2119         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2120         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2121         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2122         * Makefile.in: Regenerate.
2124 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2126         PR libgcj/33085
2127         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2128         Do not use -DDLL_EXPORT.  Backport from upstream.
2130 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2132         * MAINTAINERS (Write After Approval): Add myself.
2134 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
2136         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2137         * configure: Regenerate.
2139 2008-01-31  Marc Gauthier  <marc@tensilica.com>
2141         * configure.ac (xtensa*-*-*): Recognize processor variants.
2142         * configure: Regenerate.
2144 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2146         PR bootstrap/34922
2147         * configure.ac (PARSE_ARGS): Push suitable setting of
2148         ac_subdirs_all, for `./configure --help=recursive'.
2149         Handle `+' in generic toplevel directory disabling.
2150         * configure: Regenerate.
2152 2008-01-28  Nick Clifton  <nickc@redhat.com>
2154         * MAINTAINERS (xstormy16): Take over maintainership.
2156 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
2158         * MAINTAINERS (c4x port): Remove.
2160 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
2162         * libtool.m4: Backport AIX 6 support from ToT Libtool.
2164 2008-01-23  Ben Elliston  <bje@au.ibm.com>
2166         * config.sub, config.guess: Update from upstream sources.
2168 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
2170         * MAINTAINERS (Write After Approval): Add myself.
2172 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
2174         * MAINTAINERS: Update my email address.
2176 2008-01-09  Raksit Ashok  <raksit@google.com>
2178         * MAINTAINERS (Write After Approval): Add myself.
2180 2008-01-09  Raksit Ashok  <raksit@google.com>
2182         * MAINTAINERS (Write After Approval): Add myself.
2184 2008-01-08  Ben Elliston  <bje@au.ibm.com>
2186         * config.sub, config.guess: Update from upstream sources.
2188 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2190         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2191         Change recommended MPFR from 2.2.1 -> 2.3.0.
2192         * configure: Regenerate.
2194 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
2196         * MAINTAINERS: Update my email address.
2198 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
2200         * MAINTAINERS: Update my email address.
2202 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
2204         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2205         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2206         * Makefile.in: Regenerate.
2208 2007-12-10  Mark Heffernan  <meheff@google.com>
2210         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
2211         misplaced entries.
2213 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2215         * configure.ac: Enable libjava for x86_64-*-darwin9.
2216         * configure: Regenerate.
2218 2007-12-07  Bill Maddox  <maddox@google.com>
2220         * MAINTAINERS (Write After Approval): Add myself.
2222 2007-12-05  Ben Elliston  <bje@au.ibm.com>
2224         * config.sub, config.guess: Update from upstream sources.
2226 2007-12-02  Matthias Klose  <doko@ubuntu.com>
2228         * config-ml.in: Remove 64bit configure tests.
2230 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2232         * config-ml.in: Robustify against white space in absolute file
2233         names.
2235         * config-ml.in (multi-clean): Substitute ${Makefile}.
2236         Remove superfluous ${Makefile} in list.
2238 2007-11-19  Thiemo Seufer  <ths@mips.com>
2240         * config-ml.in: Don't hardcode the Makefile name.
2242 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
2244         * MAINTAINERS (Write After Approval): Add myself.
2246 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
2248         * MAINTAINERS (Write After Approval): Add myself.
2250 2007-11-06  Doug Kwan  <dougkwan@google.com>
2252         * MAINTAINERS (Write After Approval): Add myself.
2254 2007-10-25  Ben Elliston  <bje@au.ibm.com>
2256         * MAINTAINERS (mercury): Remove entry.
2257         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
2259 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
2261         * Makefile.def (dependencies): Make configure-gdb depend on
2262         all-intl.
2263         * Makefile.in: Regenerated.
2265 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
2267         * MAINTAINERS (Fortran maintainer): Remove myself.
2269 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
2271         * Makefile.def: To avoid problems running with parallel makes,
2272         build newlib before libgloss so that target specific header
2273         files are availble.
2274         * Makefile.in: Regenerate
2276 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
2278         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2279         * Makefile.in: Regenerate.
2281 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
2283         * MAINTAINERS (Register allocation reviewer): Add myself.
2285 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
2287         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2288         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2289         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
2290         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2291         * configure: Regenerate.
2293 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
2295         * MAINTAINERS (Register allocation reviewer): Add myself.
2297 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
2299         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2300         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2301         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2302         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2303         * configure.ac: Default them to host tools for $host = $build.
2304         Subst them.
2306         * configure: Regenerate.
2307         * Makefile.in: Regenerate.
2309 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
2311         * MAINTAINERS (Register allocation reviewer): Add myself.
2313 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
2315         * MAINTAINERS (Register allocation reviewer): Add myself.
2317 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
2319         * MAINTAINERS (Write After Approval): Fix typo.
2321 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
2323         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2324         * configure: Regenerate.
2326 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
2328         PR bootstrap/31906
2329         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
2330         they're already prefixed.
2332 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
2334         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2335         libstdc++.
2336         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2337         * configure: Regenerate.
2338         * Makefile.in: Regenerate.
2340 2007-09-17  Andreas Schwab  <schwab@suse.de>
2342         * configure.ac: Raise minimum makeinfo version to 4.6.
2343         * configure: Regenerate.
2345 2007-09-17  Johannes Singler  <singler@ira.uka.de>
2347         * MAINTAINERS (write-after-approval) add myself
2349 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
2351         * configure.ac: Correct makeinfo version check.
2352         * configure: Regenerate.
2354 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
2356         * MAINTAINERS: Update my email address.
2358 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
2360         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
2361         to $skipdirs and only disable gprof for newlib.  Use the normal
2362         mips*-elf* handling in other respects.
2363         * configure: Regnerate.
2365 2007-09-12  David Daney  <ddaney@avtrex.com>
2367         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2368         enabling libgcj.
2369         * configure: Regenerate.
2371 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2373         PR other/32154
2374         * configure.ac: For libgloss targets, point the linker to the linker
2375         script, startup code and simulator library.
2376         * configure: Regenerate.
2378 2007-09-07  Andrew Haley  <aph@redhat.com>
2380         * configure.ac (noconfigdirs): Remove target-libffi and
2381         target-libjava.
2382         * configure: Regenerate.
2384 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2386         PR target/33281
2387         * configure.ac: Use config/mh-mingw on mingw.
2388         * configure: Regenerate.
2390 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
2392         * MAINTAINERS (Write After Approval): Add myself.
2394 2007-09-05  Richard Guenther  <rguenther@suse.de>
2396         * configure.ac (--enable-stage1-checking): If neither --enable-checking
2397         nor --disable-checking is provided also turn on yes and types
2398         checking for stage1.
2399         * configure: Re-generate.
2401 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
2403         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
2404         (Write After Approval): Remove myself.
2406 2007-08-29  Nick Clifton  <nickc@redhat.com>
2408         * config.sub, config.guess: Update from upstream sources.
2410 2007-08-22  Bud Davis  <jmdavis@link.com>
2412         * MAINTAINERS (Write After Approval): Added myself.
2413         * MAINTAINERS (Reviewers): Removed myself.
2415 2007-08-18  Paul Brook  <paul@codesourcery.com>
2416             Joseph Myers  <joseph@codesourcery.com>
2418         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2419         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2420         * Makefile.in: Regenerate.
2421         * configure.ac (--with-debug-prefix-map): New.
2422         * configure: Regenerate.
2424 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
2425             Nigel Stephens  <nigel@mips.com>
2427         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
2428         as target_makefile_frag.
2429         * configure: Regenerate.
2431 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
2433         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2434         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
2435         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2436         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2437         (do-compare, do-compare3, do-compare-debug): New.
2438         ([+compare-target+]): Use them.
2440 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
2442         * MAINTAINERS (Write After Approval): Change my email address.
2444 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2445             Ben Elliston  <bje@au.ibm.com>
2447         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2448         --silent if $silent.
2449         * configure: Regenerate.
2451 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
2453         * MAINTAINERS (Various Maintainers): Add myself as
2454         loop infrastructure maintainer.  Update my e-mail
2455         address.
2457 2007-07-31  Diego Novillo  <dnovillo@google.com>
2459         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
2460         Adjust description.
2462 2007-07-26  Richard Guenther  <rguenther@suse.de>
2464         * configure.ac: Add types checking to stage1 checking flags.
2465         * configure: Regenerate.
2467 2007-07-17  Nick Clifton  <nickc@redhat.com>
2469         * COPYING3: New file.  Contains version 3 of the GNU General
2470         Public License.
2471         * COPYING3.LIB: New file.  Contains version 3 of the GNU
2472         Lesser General Public License.
2474 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2476         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
2478 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2480         * MAINTAINERS (S/390 co-maintainer): Add myself.
2481         (Write After Approval): Remove myself.
2483 2007-07-13  Dan Hipschman  <dsh@google.com>
2485         * MAINTAINERS (Write After Approval): Add myself.
2487 2007-07-11  Nick Clifton  <nickc@redhat.com>
2489         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
2490         WINDRES export.
2491         * Makefile.in: Regenerate.
2493 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2495         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
2496         maintainer.
2498 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
2500         * lt~obsolete.m4: New. Import from 20070318 libtool.
2502 2007-07-03  Julian Brown  <julian@codesourcery.com>
2504         * MAINTAINERS (Write After Approval): Add myself.
2506 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2508         * configure.ac: Rewrite 'configure --help' strings to look nicer.
2509         * configure: Regenerate.
2511 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2513         * configure.ac: Add some missing m4 quotation.
2514         * configure: Regenerate.
2516 2007-07-02  Simon Baldwin  <simonb@google.com>
2518         * MAINTAINERS (Write After Approval): Add myself.
2520 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
2522         * configure: Regenerate.
2524 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
2526         * Makefile.def: Add windmc tool to build.
2527         * Makefile.tpl: Likewise.
2528         * configure.ac: Likewise.
2529         * Makefile.in: Regenerate.
2530         * configure: Regenerate.
2532 2007-06-28  DJ Delorie  <dj@redhat.com>
2534         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2535         not building newlib.
2536         * configure: Regenerated.
2538 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
2540         * MAINTAINERS (Write After Approval): Add myself.
2542 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
2544         * MAINTAINERS (Write After Approval): Add myself.
2546 2007-06-19  Chris Matthews  <chrismatthews@google.com>
2548         * MAINTAINERS (Write After Approval): Add myself.
2550 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2552         * MAINTAINERS (Write After Approval): Add myself.
2554 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
2556         * Makefile.def: Add dependency from configure-gdb to all-bfd.
2557         * Makefile.in: Regenerated.
2559 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
2561         * configure.ac: Don't add target-libmudflap to noconfigdirs for
2562         bfin*-*-uclinux* targets.
2563         * configure: Regenerate.
2565 2007-06-14  Ian Lance Taylor  <iant@google.com>
2567         * MAINTAINERS: Add myself as non-algorithmic global write
2568         maintainer.
2570 2007-06-14  Diego Novillo  <dnovillo@google.com>
2572         * MAINTAINERS: Add self as middle-end maintainer and
2573         non-algorithmic global write maintainer.
2575 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2577         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
2578         Move all Fortran maintainers except Paul Brook into the
2579         Non-Autopoiesis section.
2581 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
2583         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2584         (distclean-stage[+id+]): Possibly delete stage_last.
2585         * Makefile.in: Regenerate.
2587 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
2589         * MAINTAINERS (Various Maintainer): Fix typo.
2591 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
2593         * MAINTAINERS (Various Maintainer): Add myself as
2594         dataflow maintainer.
2596 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2598         * config.sub, config.guess: Update from upstream sources.
2600 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2602         * Makefile.tpl: Fix spelling error.
2603         * Makefile.in: Regenerate.
2605 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
2607         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2608         lt_cv_sys_max_cmd_len.
2610 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
2612         * MAINTAINERS (Various Maintainers): Add myself as
2613         auto-vectorizer maintainer.
2615 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
2617         PR libjava/32098
2618         * libtool.m4: Revert previous change.
2619         * ltgcc.m4: Put it here.
2621 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
2623         * MAINTAINERS (Various Maintainers): Add myself as
2624         auto-vectorizer maintainer.
2626 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
2628         PR libjava/32098
2629         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
2631 2007-05-30  Richard Guenther  <rguenther@suse.de>
2633         * MAINTAINERS (Various Maintainers): Add myself as
2634         auto-vectorizer maintainer.
2636 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
2638         PR bootstrap/29382
2639         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2640         * configure: Rebuilt.
2642 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
2644         * MAINTAINERS (Write After Approval): Removed my name.
2646 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
2648         * MAINTAINERS (Write After Approval): Remove myself.
2650 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
2652         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
2654 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
2656         * ltmain.sh: Update from ToT Libtool.
2657         * libtool.m4: Update from ToT Libtool.
2658         * ltsugar.m4: New. Update from ToT Libtool.
2659         * ltversion.m4: New. Update from ToT Libtool.
2660         * ltoptions.m4: New. Update from ToT Libtool.
2661         * ltconfig: Remove.
2662         * ltcf-c.sh: Remove.
2663         * ltcf-cxx.sh: Remove.
2664         * ltcf-gcj.sh: Remove.
2666 2007-05-22  Ollie Wild  <aaw@google.com>
2668         * MAINTAINERS (Write After Approval): Add myself.
2670 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
2672         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2673         stage_cflags.
2674         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2675         Remove CFLAGS/LIBCFLAGS.
2676         (configure-stage[+id+]-[+prefix+][+module+],
2677         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2678         * Makefile.in: Regenerate.
2680 2007-05-15  Diego Novillo  <dnovillo@google.com>
2682         * MAINTAINERS: Update e-mail address.
2684 2007-05-15  Revital Eres  <eres@il.ibm.com>
2686         * MAINTAINERS (Write After Approval): Add myself.
2688 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
2690         * MAINTAINERS (Write After Approval): Updated my address.
2692 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
2694         * MAINTAINERS (Write After Approval): Add myself.
2696 2007-05-11  Silvius Rus  <rus@google.com>
2698         * MAINTAINERS (Write After Approval): Add myself.
2700 2007-04-23  Tom Tromey  <tromey@redhat.com>
2702         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
2704 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
2706         * MAINTAINERS (cpplib): Rename to ...
2707         (libcpp): ... this.  Add C/C++ front end maintainers.
2709 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
2711         * config-ml.in: Pass ${ml_config_env} to configure calls.
2713 2007-04-04  Christian Bruel  <christian.bruel@st.com>
2715         * MAINTAINERS (Write After Approval): Add myself.
2717 2007-04-02  Dave Korn  <dave.korn@artimi.com>
2719         * MAINTAINERS (Write After Approval): Add myself.
2721 2007-03-31  Tobias Burnus  <burnus@net-b.de>
2723         * MAINTAINERS (fortran 95 front end): Add myself.
2725 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2727         * MAINTAINERS (Write After Approval): Add myself.
2729 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
2731         * MAINTAINERS (Modulo Scheduler): Add myself.
2733 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
2735         * MAINTAINERS (fortran 95 front end): Add myself.
2736         (c++ front end): whitespace fix.
2738 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
2740         * MAINTAINERS (Write After Approval): Add myself.
2742 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
2744         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2745         of glob.  Quote arguments with single quotes too.
2746         * configure: Regenerate.
2748 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
2750         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2751         * Makefile.in: Regenerate
2753 2007-03-07  Andreas Schwab  <schwab@suse.de>
2755         * configure: Regenerate.
2757 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
2759         * configure.ac: Add "--with-pdfdir" configure option,
2760         which defines pdfdir variable.
2761         * Makefile.def (target=fixincludes): Add install-pdf to
2762         missing targets.
2763         (recursive_targets): Add install-pdf target.
2764         (flags_to_pass): Add pdfdir.
2765         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2766         target.
2767         * configure: Regenerate
2768         * Makefile.in: Regenerate
2770 2007-02-28  Eric Christopher  <echristo@apple.com>
2772         Revert:
2773         2006-12-07  Mike Stump  <mrs@apple.com>
2775         * Makefile.def (dependencies): Add dependency for
2776         install-target-libssp and install-target-libgomp on
2777         install-gcc.
2778         * Makefile.in: Regenerate.
2780 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
2782         * configure: Regenerate.
2783         * configure.ac: Move statements after variable declarations.
2785 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
2787         * MAINTAINERS: Add myself as sh maintainer.
2789 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
2791         * configure.ac: Adjust for loop syntax.
2792         * configure: Regenerate.
2794 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2796         * configure: Rebuilt.
2798 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2800         * configure.ac: Drop multiple occurrences of --enable-languages,
2801         and fix its quoting.
2802         * configure: Rebuilt.
2804 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
2805             Nathan Sidwell  <nathan@codesourcery.com>
2806             Vladimir Prus  <vladimir@codesourcery.com>
2807             Joseph Myers  <joseph@codesourcery.com>
2809         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2810         * configure: Regenerate.
2812 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
2814         * ltconfig (freebsd*): Default to elf.
2816 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2818         * configure.ac (target_libraries): Move libgcc before libiberty.
2819         * configure: Regenerated.
2821 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2822             Paolo Bonzini  <bonzini@gnu.org>
2824         PR bootstrap/30753
2825         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
2826         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
2827         * configure: Regenerated.
2829 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2831         * MAINTAINERS (Language Front End Maintainers): Update my mail
2832         address.
2834 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2836         PR bootstrap/30748
2837         * configure.ac: Correct syntax for Solaris ksh.
2838         * configure: Regenerated.
2840 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2842         * configure.ac: Sync with src.
2843         * configure: Regenerate.
2845 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2847         * Makefile.in: Regenerate.
2849 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2851         * config.sub: Sync with src.
2853 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2855         * Makefile.tpl (build_alias, host_alias, target_alias): Use
2856         noncanonical equivalents.
2857         * configure.in: Rename to...
2858         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
2859         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
2860         target_noncanonical.  Use them.  Rewrite removal of configure
2861         arguments for autoconf 2.59.  Discard variable settings.  Force
2862         program_transform_name for native tools.
2864         * Makefile.in: Regenerated.
2865         * configure: Regenerated with autoconf 2.59.
2867 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
2869         * MAINTAINERS (Write After Approval): Add myself.
2871 2007-01-31  Andreas Schwab  <schwab@suse.de>
2873         * Makefile.tpl (LDFLAGS): Substitute it.
2874         * Makefile.in: Regenerate.
2876 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
2878         * MAINTAINERS (Write After Approval): Add myself.
2880 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
2882         * MAINTAINERS (spu port): Add myself.
2884 2007-01-23  Richard Guenther  <rguenther@suse.de>
2886         PR bootstrap/30541
2887         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
2888         * Makefile.tpl (GNATBIND): Substitute it.
2889         (GNATMAKE): Likewise.
2890         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
2891         of STAGE_PREFIX.
2892         * Makefile.in: Regenerate.
2893         * configure: Regenerate.
2895 2007-01-18  Mike Stump  <mrs@apple.com>
2897         * configure.in: Re-enable -Werror for gcc builds.
2899 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
2901         * MAINTAINERS (Write After Approval): Add myself.
2903 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2905         * configure.in: Change == to = in test command.
2906         * configure: Regenerate.
2908 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2909             Nick Clifton  <nickc@redhat.com>
2910             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
2912         * configure.in (build_configargs, host_configargs, target_configargs):
2913         Remove build/host/target parameters.
2914         (host_libs): Add gmp and mpfr.
2915         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2916         * Makefile.def (gmp, mpfr): New.
2917         (gcc): Remove target.
2918         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2919         target_os, target_vendor): New.
2920         (configure): Add host_alias/target_alias arguments; adjust invocations.
2921         * configure: Regenerate.
2922         * Makefile.in: Regenerate.
2924 2007-01-11  Matt Fago  <fago@earthlink.net>
2926         * configure.in: Try to link to functions only in mpfr 2.2.x
2927         to improve robustness of configure tests.
2928         * configure: Regenerate.
2930 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
2932         * MAINTAINERS: Add myself as i386 maintainer.
2934 2007-01-08  Jan Hubicka  <jh@suse.cz>
2936         * MAINTAINERS: Add myself as i386 maintainer.
2938 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
2940         * configure.in: Add support for an x86_64-mingw* target.
2941         * configure: Regenerate.
2943 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
2945         * Makefile.tpl (all-target): Correct @if conditional for target
2946         modules.
2947         * configure.in: Omit libiberty if building only target libgcc.
2948         * configure, Makefile.in: Regenerated.
2950 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
2952         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
2953         * configure: Regenerate.
2955 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
2957         * Makefile.def (target_modules): Add libgcc.
2958         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
2959         * Makefile.tpl (clean-target-libgcc): Delete.
2960         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2961         on gcc even for bootstrapped modules.  Rewrite handling of
2962         lang_env_dependencies to loop over target_modules.
2963         * configure.in (target_libraries): Add target-libgcc.
2964         * Makefile.in, configure: Regenerated.
2966 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2968         * configure.in: Reorganize recognition of languages.  Add
2969         --enable-stage1-languages.  Show supported languages for the chosen
2970         target rather than all recognized languages.
2971         * configure: Regenerate.
2973 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2975         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
2976         * Makefile.in: Regenerate.
2978 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2980         * configure.in: Warn that MPFR 2.2.0 is buggy.
2981         * configure: Regenerate.
2983 2006-12-27  Ian Lance Taylor  <iant@google.com>
2985         * configure.in: When removing Makefiles to force a reconfigure, also
2986         remove prev-DIR*/Makefile.
2987         * configure: Regenerate.
2989 2006-12-22  Andreas Schwab  <schwab@suse.de>
2991         * configure: Regenerate with correct autoconf version.
2993 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
2995         * configure.in: add AC_SUBST for *_FOR_TARGET.
2996         * configure: Regenerate.
2998 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3000         * configure.in: Simplify logic for rejecting languages that cannot
3001         be built.  Separate the case when a language is unsupported,
3002         from the case when the user chooses not to build a language.
3004 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3006         * configure.in: Remove "$build" case for powerpc-*-darwin* since
3007         it only affects bootstrap and could be tested on "$host" as well.
3008         * configure: Regenerate.
3009         * config/mh-ppc-darwin: Add to the stage1 cflags here.
3011 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3013         PR bootstrap/29544
3014         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3015         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3016         move here comment from Makefile.tpl.
3017         * Makefile.tpl: Move some definitions higher in the file.
3018         (STAGE1_CHECKING): New.
3019         * configure.in: Add --enable-stage1-checking.
3020         * configure: Regenerate.
3021         * Makefile.in: Regenerate.
3023 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3025         * MAINTAINERS: Add myself as build system maintainer.
3027 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
3029         * MAINTAINERS (Write After Approval): Add myself.
3031 2006-12-13  Eric Christopher  <echristo@apple.com>
3033         * MAINTAINERS: Add myself as darwin maintainer.
3035 2006-12-11  Ian Lance Taylor  <ian@airs.com>
3037         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
3039 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
3041         MAINTAINERS: Update my entry.
3043 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
3045         * configure.in:  Handle spu makefile frag.
3046         * Makefile.tpl (MAINT): Define
3047         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3048         * configure: Regenerate.
3049         * Makefile.in: Regenerate.
3051 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3053         * config.guess: Import latest version.
3054         * config.sub: Likewise.
3056 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3058         * configure.in (spu-*-*): Don't skip target-libiberty.
3059         * configure: Regenerate.
3061 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3063         PR bootstrap/30134
3064         * configure.in: Correct x86 darwin support for libjava to powerpc
3065         and i?86 only.
3066         * configure: Regenerate.
3068 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
3070         * configure.in: Add x86 darwin support for libjava.
3071         * configure: Regenerate.
3073 2006-12-07  Mike Stump  <mrs@apple.com>
3075         * Makefile.def (dependencies): Add dependency for
3076         install-target-libssp and install-target-libgomp on
3077         install-gcc.
3078         * Makefile.in: Regenerate.
3080 2006-12-04  Richard Guenther  <rguenther@suse.de>
3082         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
3083         (Non-Algorithmic Maintainers): Move over non-algorithmic
3084         loop optimizer maintainers, add myself as a non-algorithmic
3085         middle-end maintainer.
3087 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
3089         * MAINTAINERS (Write After Approval): Add myself.
3091 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3093         * configure.in: Update error message for missing GMP/MPFR.
3095         * configure: Regenerate.
3097 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3099         * configure.in: Update MPFR version in error message.
3101         * configure: Regenerate.
3103 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3105         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3106         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3107         --with-gmp-lib): New flags.
3109         * configure: Regenerate.
3111 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
3113         * MAINTAINERS (Write After Approval): Change my email address.
3115 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3117         * MAINTAINERS (Write After Approval): Add myself.
3119 2006-11-22  Philipp Thomas  <pth@suse.de>
3121         * MAINTAINERS (i18n): Update e-mail address.
3123 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3125         * MAINTAINERS (spu port): Add myself as maintainer.
3126         (Write After Approval): Remove myself.
3128 2006-11-22  Ben Elliston  <bje@au.ibm.com>
3130         * configure.in (skipdirs): Don't build libssp for SPU.
3131         * configure: Regenerate.
3133 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3135         * MAINTAINERS (spu port): Add myself as maintainer.
3136         (libobjc): Update my email address.
3138 2006-11-21  Andrea Bona  <andrea.bona@st.com>
3140         * MAINTAINERS (Write After Approval): Add myself.
3142 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3144         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
3145         * configure : Rebuilt.
3147 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3149         * MAINTAINERS (Write After Approval): Add myself.
3151 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
3153         * MAINTAINERS (Write After Approval): Add myself.
3155 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3157         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
3158         libmpfr.a.
3159         * configure: Regenerate.
3161 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
3163         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3164         (unstage): Test for stage_last presence.
3166         PR bootstrap/29802
3167         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
3168         STAGE_PREFIX.
3169         * Makefile.in: Regenerate.
3171 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
3173         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
3174         maintainers.
3176 2006-11-14  Erven Rohou  <erven.rohou@st.com>
3178         * MAINTAINERS (Write After Approval): Add myself.
3180 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
3182         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
3183         and stageN-package/Makefile.
3184         * Makefile.in: Regenerated.
3186 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
3188         * configure.in: Remove target-libgloss from noconfigdirs for
3189         bfin-*-*.
3190         * configure: Regenerated.
3192 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3194         * configure.in (have_gmp): Only error if the gcc directory exists.
3196         * configure: Regenerate.
3198 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3200         * configure.in: Robustify error message for missing GMP/MPFR.
3202         * configure: Regenerate.
3204 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
3206         * MAINTAINERS (Write After Approval): Add myself.
3208 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
3210         * MAINTAINERS: Change email address.
3212 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
3214         * MAINTAINERS (Write After Approval): Add myself.
3216 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
3218         * MAINTAINERS (Write After Approval): Add myself.
3220 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
3222         * MAINTAINERS (Write After Approval): Move myself to
3223         Write After Approval section.
3225 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3227         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
3228         need_gmp anymore.
3229         * configure: Regenerate.
3231 2006-10-16  Tobias Burnus  <burnus@net-b.de>
3233         * MAINTAINERS (Write After Approval): Add myself.
3235 2006-10-16  Ben Elliston  <bje@au.ibm.com>
3237         * config.guess: Import latest version.
3238         * config.sub: Likewise.
3240 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
3242         * Makefile.def: Added pdf target handling.
3243         * Makefile.tpl: Added pdf target handling.
3244         * Makefile.in: Regenerated.
3246 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
3248         * MAINTAINERS: Add self as score port maintainer.
3250 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
3252         * MAINTAINERS (Write After Approval): Add myself.
3254 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
3256         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
3257         or newer.
3258         * configure: Regenerated.
3260 2006-09-27  Dave Brolley  <brolley@redhat.com>
3262         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
3263         using $s instead of $r.
3264         * configure: Regenerated.
3266 2006-09-26  Thiemo Seufer  <ths@mips.com>
3268         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3269         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3270         * configure: Regenerate.
3272 2006-09-24  Graeme Peterson  <gridly@gmail.com>
3274         * MAINTAINERS (Write After Approval): Remove myself.
3276 2006-09-22  Chao-ying Fu  <fu@mips.com>
3278         * MAINTAINERS (Write After Approval): Add myself.
3280 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
3282         * MAINTAINERS: Add self as soft-fp maintainer.
3284 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
3286         * MAINTAINERS: Add myself as avr maintainer.
3287         Remove Marek Michalkiewicz as avr maintainer.
3289 2006-09-07  Roberto Costa  <roberto.costa@st.com>
3291         * MAINTAINERS (Write After Approval): Add myself.
3293 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
3295         * configure.in: Never build newlib for a Mingw host.
3296         Never build newlib as Mingw target library.
3297         Test the existence of winsup/cygwin for building a Cygwin newlib,
3298         rather than just winsup.
3299         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3300         building a Mingw target.
3301         * configure: Regenerate.
3303 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
3305         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
3307 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
3309         * config.guess: Import from src (was more updated).
3310         * config.sub: Likewise.
3312 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
3314         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3315         * configure: Regenerated.
3317 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
3319         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3320         for stages after the first.
3322 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
3324         * Makefile.def: Add dependencies for configure-opcodes
3325         on configure-intl and all-opcodes on all-intl.
3326         * Makefile.in: Regenerated.
3328 2006-07-13  Ben Elliston  <bje@au.ibm.com>
3330         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
3332 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
3334         Port to hosts whose 'sort' and 'tail' implementations
3335         treat operands with leading '+' as file names, as POSIX
3336         has required since 2001.  However, make sure the code still
3337         works on pre-POSIX hosts.
3338         * ltmain.sh: Don't assume "sort +2" is equivalent to
3339         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
3341 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
3343         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
3345 2006-07-04  Peter O'Gorman  <peter@pogma.com>
3347         * ltconfig: chmod 644 before ranlib during install.
3349 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3351         PR bootstrap/18058
3352         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3353         if the bootstrap compiler is a GCC version that supports it.
3354         * configure: Regenerate.
3356 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3358         * configure.in: Fix thinkos in previous check-in.
3359         * configure: Regenerate.
3361 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3363         PR other/27063
3364         * configure.in: Test subdir_requires and give an appropriate
3365         error message.
3366         * configure: Regenerate.
3368 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
3370         * MAINTAINERS (Write After Approval): Add myself.
3372 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
3374         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3376 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
3378         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3380 2006-06-20  David Ayers  <d.ayers@inode.at>
3382         PR bootstrap/28072
3383         * configure.in: Add target-boehm-gc to noconfigdirs depending on
3384         whether target-libjava is being configured instead of whether the
3385         java front end is enabled.
3386         * configure: Regenerate.
3388 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3390         PR target/27540
3391         * configure.in: Only enable libgomp on IRIX 6.
3392         * configure: Regenerate.
3394 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
3396         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3397         too.
3398         * Makefile.in: Regenerate.
3400 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
3402         * config-ml.in: Alter CCASFLAGS to include special
3403         multilib options the same as is done for CFLAGS.
3405 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3407         * configure.in: Don't enable libgomp on hpux10.
3408         * configure: Rebuilt.
3410 2006-06-12  David Ayers  <d.ayers@inode.at>
3412         PR bootstrap/27963
3413         PR target/19970
3414         * configure.in: Remove target-boehm-gc from noconfigdirs where
3415         ${libgcj} is specified.
3416         * configure: Regenerate.
3418 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
3420         Sync from src:
3422         * configure.in: Sync.
3423         * configure: Regenerated.
3425         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
3427         * Makefile.def: Added dependencies from sim and gdb on intl, and
3428         added configure dependencies to everything with an all dependency
3429         on intl.
3430         * Makefile.in: Regenerated.
3432 2006-06-06  David Ayers  <d.ayers@inode.at>
3434         PR libobjc/13946
3435         * Makefile.def: Add dependencies for libobjc which boehm-gc.
3436         * Makefile.in: Regenerate.
3437         * configure.in: Add --enable-objc-gc at toplevel and have it
3438         enable boehm-gc for Objective-C.
3439         Remove target-boehm-gc from libgcj.
3440         Add target-boehm-gc to target_libraries.
3441         Add target-boehm-gc to noconfigdirs where ${libgcj}
3442         is specified.
3443         Assert that boehm-gc is supported when requested for Objective-C.
3444         Only build boehm-gc if needed either for Java or Objective-C.
3445         * configure: Regenerate.
3447 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
3449         PR 27674
3450         * Makefile.tpl (configure-[+prefix+][+module+],
3451         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3452         Remove rule to unstage bootstrapped modules.
3453         (stage_current): New.
3454         * Makefile.in: Regenerate.
3456 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3458         * MAINTAINERS (Write After Approval): Update my e-mail address.
3460 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
3462         * include/libiberty.h: Declare pex_run_in_environment.
3464 2006-05-31  Asher Langton  <langton2@llnl.gov>
3466         * MAINTAINERS (Write After Approval): Add myself.
3468 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
3470         * Makefile.def (bfd, opcodes): Fix lib_path.
3471         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3472         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
3473         * Makefile.in: Regenerate.
3475 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3477         * Makefile.in: Regenerate.
3479 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3481         * Makefile.def: Add install-html target. Add datarootdir
3482         docdir and htmldir to flags_to_pass.
3483         * Makefile.tpl: Add install-html target.
3484         * Makefile.in: Regenerate.
3485         * configure.in: Add --with-datarootdir, --with-docdir, and
3486         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
3487         * configure: Regenerate.
3489 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
3491         * configure.in: Enable gprof for cross builds.
3492         * configure: Regenerate.
3494 2006-05-22  Richard Guenther  <rguenther@suse.de>
3496         Revert
3497         2006-01-31  Richard Guenther  <rguenther@suse.de>
3498         Paolo Bonzini  <bonzini@gnu.org>
3500         * Makefile.def (target_modules): Add libgcc-math target module.
3501         * configure.in (target_libraries): Add libgcc-math target library.
3502         (--enable-libgcc-math): New configure switch.
3503         * Makefile.in: Re-generate.
3504         * configure: Re-generate.
3505         * libgcc-math: New toplevel directory.
3507 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3508             Andreas Tobler  <a.tobler@schweiz.ch>
3510         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
3511         * configure: Rebuilt.
3513 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
3515         * MAINTAINERS (Write After Approval): Add myself.
3517 2006-05-01  DJ Delorie  <dj@redhat.com>
3519         * configure.in: Restore CFLAGS if GMP isn't present.
3520         * configure: Regenerate.
3522 2006-05-01  Richard Guenther  <rguenther@suse.de>
3524         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
3525         maintainer.
3527 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
3529         * MAINTAINERS (Write After Approval): Add myself.
3531 2006-04-28  Jan Beulich  <jbeulich@novell.com>
3533         * MAINTAINERS (Write After Approval): Add myself.
3535 2006-04-18  DJ Delorie  <dj@redhat.com>
3537         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
3538         reference libgloss so that libssp can be built in a combined
3539         tree.
3540         * configure: Regenerate.
3542 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
3544         * MAINTAINERS (Write After Approval): Add myself.
3546 2006-04-05  Ben Elliston  <bje@au.ibm.com>
3548         * configure.in: Require makeinfo 4.4 or higher.
3549         * configure: Regenerate.
3551 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
3553         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
3554         Rearrange the entries of other libraries to have them in one place.
3556 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
3558         * MAINTAINERS (Write After Approval): Remove myself.
3559         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
3561 2006-03-14  Richard Guenther  <rguenther@suse.de>
3563         * configure: Regenerate with autoconf 2.13.
3565 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
3567         * MAINTAINERS: Use my work address.
3569         * MAINTAINERS: Update my E-mail address.
3571 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
3573         * configure.in: Handle --disable-<component> generically.
3574         * configure: Regenerate.
3576 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
3578         PR libgcj/17311
3579         * ltmain.sh: Don't use "$finalize_rpath" for compile.
3581 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
3583         * MAINTAINERS (Write After Approval):  Remove myself.
3584         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3586 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
3588         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
3589         (TARGET_CONFIGDIRS): Remove.
3590         * configure.in: Remove AC_SUBST(target_configdirs).
3591         * Makefile.in, configure: Regenerated.
3593 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
3595         * MAINTAINERS (Write After Approval):  Remove myself.
3596         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3598 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
3600         PR bootstrap/25670
3602         * Makefile.tpl ([+compare-target+]): Print explanation messages.
3604         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3605         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3606         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3607         BUILD_PREFIX, BUILD_PREFIX_1.
3608         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3610         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3611         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3613         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3614         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3615         of `cat stage_current`.  Always provide the `r' and `s' variables.
3616         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3617         a single shell execution.
3618         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3619         bootstrapped modules, make the stage1 module if the build was not
3620         started yet, else build the current stage.
3621         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3622         (all-build, all-host, all-target, [+make_target+]-host,
3623         [+make_target+]-target): Do not use \-continued lines.
3624         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3625         (current_stage, restrap, stage_last): New.
3627         * Makefile.in: Regenerate.
3628         * configure: Regenerate.
3630 2006-02-19  Bud Davis  <jmdavis@link.com>
3632         * MAINTAINERS (Write After Approval):  Remove myself.
3633         (Language Front End Maintainers):  Add myself as fortran 95
3634         maintainer and update e-mail address.
3636 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3638         * MAINTAINERS (Write After Approval):  Remove myself.
3639         (Language Front End Maintainers):  Add myself as fortran 95
3640         maintainer.
3642 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
3644         * MAINTAINERS (Write After Approval): Add myself.
3646 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
3648         * MAINTAINERS (Write After Approval):  Remove myself.
3649         (Language Front End Maintainers):  Add myself as
3650         fortran 95 maintainer.
3652 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3654         Sync from src:
3656         2005-12-27  Leif Ekblad  <leif@rdos.net>
3658         * configure.in: Add support for RDOS target.
3659         * configure: Regenerate.
3661 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3662             Andreas Schwab  <schwab@suse.de>
3664         * configure: Regenerate.
3666 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
3668         * configure.in (enable_libgomp): Add AIX.
3669         * configure: Regenerate.
3671 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
3673         * MAINTAINERS (Write After Approval): Add myself.
3675 2006-02-03  Lee Millward  <lee.millward@gmail.com>
3677         * MAINTAINERS (Write After Approval): Add myself.
3679 2006-01-31  Richard Guenther  <rguenther@suse.de>
3680         Paolo Bonzini  <bonzini@gnu.org>
3682         * Makefile.def (target_modules): Add libgcc-math target module.
3683         * configure.in (target_libraries): Add libgcc-math target library.
3684         (--enable-libgcc-math): New configure switch.
3685         * Makefile.in: Re-generate.
3686         * configure: Re-generate.
3687         * libgcc-math: New toplevel directory.
3689 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
3691         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3692         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3693         the assembler, linker and binutils.
3694         * configure: Regenerate.
3696 2006-01-22  Dirk Mueller  <dmueller@suse.de>
3698         * MAINTAINERS (Write After Approval): Add myself.
3700 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
3702         * configure: Regenerate.
3704 2006-01-18  Richard Henderson  <rth@redhat.com>
3705             Jakub Jelinek  <jakub@redhat.com>
3706             Diego Novillo  <dnovillo@redhat.com>
3708         * libgomp: New directory.
3709         * Makefile.def: Add target_module libgomp.
3710         * Makefile.in: Regenerate.
3711         * configure.in (target_libraries): Add target-libgomp.
3712         * configure: Regenerate.
3714 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
3716         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3717         @ from continuation.
3718         * Makefile.in: Rebuilt.
3720 2006-01-04  Chris Lattner  <sabre@gnu.org>
3722         * MAINTAINERS (Write After Approval): Add myself.
3724 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3726         PR bootstrap/24252
3728         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3729         * Makefile.tpl (OBJDUMP): New.
3730         (EXTRA_HOST_FLAGS): Add it.
3731         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3733         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3734         to use symbolic links between directories.  Avoid race conditions
3735         or make them harmless.
3736         * configure.in: Do not try to use symbolic links between directories.
3738         * Makefile.def (LEAN): Pass.
3739         * Makefile.tpl (LEAN): Define.
3740         (stage[+id+]-start): Accept that the previous directory does not
3741         exist, if the bootstrap is lean.
3742         (stage[+id+]-bubble): Invoke lean bootstrap commands after
3743         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
3744         configure substitution.
3745         ([+compare-target+]): Likewise.
3746         ([+bootstrap-target+]-lean): New.
3747         * configure.in: Remove lean bootstrap support from here.
3749         * Makefile.in: Regenerate.
3750         * configure: Regenerate.
3752 2006-01-04  Ben Elliston  <bje@au.ibm.com>
3754         * MAINTAINERS (libdecnumber): Add myself.
3756 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
3758         * libtool-ldflags: New script.
3760 2006-01-02  Andreas Schwab  <schwab@suse.de>
3762         * configure.in: When reconfiguring remove Makefile in
3763         all stage directories.
3764         * configure: Regenerate.
3766 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
3768         * MAINTAINERS: Update my email address.
3770 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
3772         Revert Ada-related part of the previous change.
3774         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3775         Do not pass.
3776         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3777         * Makefile.in: Regenerate.
3778         * configure.in: Do not include mt-ppc-aix target fragment.
3779         * configure: Regenerate.
3781 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
3783         * configure.in: Select appropriate fragments for PowerPC/AIX.
3784         * configure: Regenerate.
3786         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3787         BOOT_CFLAGS, BOOT_LDFLAGS.
3788         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3789         BOOT_CFLAGS, BOOT_LDFLAGS.
3790         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3791         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3792         (stage): Fail if we cannot complete the work.
3793         * Makefile.in: Regenerate.
3795 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
3797         * configure.in: Replace ms1 with mt.
3798         * configure: Rebuilt.
3800 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
3802         * MAINTAINERS: Update my email address.
3804 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
3806         * Makefile.tpl (all, do-[+make_target+], do-check, install,
3807         install-host-nogcc): Don't invoke $(stage) at the end.
3808         * Makefile.in: Regenerate.
3810 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
3812         * configure.in: Flip the top-level bootstrap switch.
3813         * configure: Regenerate.
3815 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
3817         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3818         $(stage) and $(unstage).
3819         (EXTRA_TARGET_FLAGS): Correct double-quoting.
3820         (all): Remove stray semicolon.
3821         (local-distclean): Don't handle multilib.tmp and multilib.out.
3822         (install.all): Set $s for consistency.
3823         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3824         check_multilibs setting.  Always make the install directory.
3825         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3826         Correct @if/@endif.
3827         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3828         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3829         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3830         (multilib.out): Remove.
3831         * Makefile.in: Regenerated.
3833 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
3835         * MAINTAINERS (Write After Approval): Add myself.
3837 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3839         * MAINTAINERS: Add myself as mt maintainer.
3841         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
3843 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
3845         * MAINTAINERS: Change email address.
3847 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3849         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3850         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3851         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
3852         Find in-tree tools if available.
3853         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3854         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3855         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3856         (COMPILER_*_FOR_TARGET): New.
3857         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3858         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3859         (CONFIGURED_*, USUAL_*): Remove.
3860         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3861         STRIP): Use autoconf substitutions.
3862         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3863         COMPILER_NM_FOR_TARGET): New.
3864         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3866         (all): Make all-host and all-target in parallel.
3867         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3868         that $$r and $$s are set before invoking a recursive make.
3869         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3870         ([+bootstrap-target+]): Inline most of the `all' target.
3872 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3874         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3875         from the gcc build directory.
3876         * Makefile.in: Regenerate.
3878 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3880         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
3881         depend on all-libdecnumber.
3882         * configure.in (host_libs): Include libdecnumber.
3883         * Makefile.in: Regenerate.
3884         * configure: Likewise.
3886 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3888         * libdecnumber: Import decNumber sources from the dfp-branch.
3890 2005-11-21  Kean Johnston  <jkj@sco.com>
3892         * config.sub, config.guess: Sync from upstream sources.
3894 2005-11-21  Ben Elliston  <bje@au.ibm.com>
3896         Import from Autoconf sources:
3898         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
3899         * config/move-if-change: Don't output "$2 is unchanged";
3900         suggested by Ben Elliston.  Handle weird characters correctly.
3902 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
3904         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
3905         to match upstream libtool for darwin.
3907 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
3909         * Makefile.def: Remove gdb dependencies for gdbtk.
3910         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3911         (configure-gdb, install-gdb): New rules.
3912         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3913         * Makefile.in, configure: Regenerated.
3915 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
3917         * MAINTAINERS (Write After Approval): Add myself.
3919 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
3921         * MAINTAINERS (Write After Approval): Add myself.
3923 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
3925         * MAINTAINERS (alias analysis): Add Daniel Berlin and
3926         Diego Novillo.
3928 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
3930         PR bootstrap/24297
3931         * Makefile.tpl (do-[+make-target+], do-check, install,
3932         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3933         are set before recursing.
3934         * Makefile.in: Regenerate.
3936 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
3938         PR bootstrap/18939
3939         * Makefile.def (gcc) <target>: Fix thinko.
3940         * Makefile.in: Regenerate.
3942 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
3944         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3945         * configure: Regenerate.
3947 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
3949         * MAINTAINERS (Write After Approval): Add self.
3951 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
3953         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3954         target-libffi, target-qthreads, target-libjava, and
3955         targetlibobjc.
3956         * configure: Regenerate.
3958 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
3960         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3961         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3962         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3963         (USUAL_OBJDUMP_FOR_TARGET): New.
3964         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3965         * configure.in: Check for $OBJDUMP_FOR_TARGET.
3966         * configure, Makefile.in: Regenerated.
3968 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3970         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3971         before other host packages.
3973 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
3975         * MAINTAINERS: Add self as sh libraries/configury maintainer.
3977 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3979         PR bootstrap/22340
3981         * configure.in (default_target): Remove.
3982         * Makefile.tpl (all): Do not use prerequisites as subroutines
3983         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3984         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3985         use prerequisites as subroutines.
3986         (check-host, check-target): New.
3987         (bootstrap configure & all targets): Do not use stage*-start
3988         if the directory layout is already ok.
3989         (non-bootstrap configure & all targets): Prepend a $(unstage).
3990         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
3991         (NOTPARALLEL): Remove.
3992         (unstage, stage variables): New variables.
3993         (unstage, stage targets): Simply expand to those variables.
3995         * configure: Regenerate.
3996         * Makefile.in: Regenerate.
3998 2005-10-04  James E Wilson  <wilson@specifix.com>
4000         * Makefile.def (lang_env_dependencies): Add libmudflap.
4001         * Makefile.in: Regenerate.
4003 2005-10-03  Andreas Schwab  <schwab@suse.de>
4005         Backport from libtool CVS:
4006         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
4008         * ltmain.sh: add support for installing into temporary
4009         staging area (e.g. 'make install DESTDIR=...')
4011 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
4013         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4014         * configure: Regenerated.
4016 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
4018         * configure: Regenerate with the correct
4019         autoconf version.
4021 2005-09-30  Catherine Moore  <clm@cm00re.com>
4023         * configure.in (bfin-*-*): New.
4024         * configure: Regenerated.
4026 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
4028         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4029         (LIPO_FOR_TARGET): New.
4030         (CONFIGURED_LIPO_FOR_TARGET): New.
4031         (USUAL_LIPO_FOR_TARGET): New.
4032         (STRIP_FOR_TARGET): New.
4033         (CONFIGURED_STRIP_FOR_TARGET): New.
4034         (USUAL_STRIP_FOR_TARGET): New.
4035         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4036         STRIP_FOR_TARGET.
4037         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4038         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4039         * Makefile.in: Regenerate.
4040         * configure: Regenerate.
4042 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
4044         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4045         (rs6000-*-aix*): Same.
4046         * configure: Regenerate.
4048 2005-09-16  Tom Tromey  <tromey@redhat.com>
4050         * MAINTAINERS: Add self as java maintainer.
4052 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4054         * configure.in: Recognize f95 in the --enable-languages option,
4055         and substitute it for fortran, issuing a warning.
4056         * configure: Regenerate.
4058 2005-08-30  Phil Edwards  <phil@codesourcery.com>
4060         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
4061         * configure:  Regenerated.
4063 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
4065         * MAINTAINERS: Add self as ms1 maintainer.
4067 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
4069         * Makefile.def (libssp): Add to lang_env_dependencies.
4070         * Makefile.in: Regenerate.
4072 2005-08-18  Ian Lance Taylor  <ian@airs.com>
4074         * MAINTAINERS: Add myself as middle-end maintainer.
4076 2005-08-17  Christian Groessler  <chris@groessler.org>
4078         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4079         * Makefile.in: Regenerate.
4081 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
4083         * MAINTAINERS (write after approval): Added myself.
4085 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
4087         * MAINTAINERS (Write After Approval): Add myself.
4089 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
4091         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4092         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4093         Look for alternate names of the target cc and c++
4094         * configure: Regenerate.
4096 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
4098         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4099         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4100         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4101         tools; remove code to manually set them.
4102         (Target tools): Look in the environment for them.
4103         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4104         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4105         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4106         build directory.
4107         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4108         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4109         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4110         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4111         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4112         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4113         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4114         * configure: Regenerate.
4115         * Makefile.in: Regenerate.
4117 2005-07-28  Ben Elliston  <bje@au.ibm.com>
4119         * MAINTAINERS: Update for removed CPU targets.
4121 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
4123         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4124         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4125         * Makefile.in: Regenerated.
4127 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
4129         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4130         (CFLAGS_FOR_TARGET): Use it.
4131         (CXXFLAGS_FOR_TARGET): Likewise.
4132         * Makefile.in: Regenerated.
4133         * configure.in (--with-build-sysroot): New option.
4134         * configure: Regenerated.
4136 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
4138         * Makefile.tpl: Wrap install between unstage and stage
4139         * Makefile.in: Regenerate.
4141 2005-07-21  Eric Christopher  <echristo@apple.com>
4143         * MAINTAINERS: Update affiliation.
4145 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
4147         * MAINTAINERS: Add self as crx port maintainer.
4149 2005-07-20  DJ Delorie  <dj@redhat.com>
4151         * MAINTAINERS: Add self as m32c maintainer.
4153 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
4155         * all files: Update FSF address.
4157 2005-07-15  Eric Christopher  <echristo@redhat.com>
4159         * MAINTAINERS: Change affiliation.
4161 2005-07-14  Jim Blandy  <jimb@redhat.com>
4163         * configure.in: Add cases for Renesas m32c.
4164         * configure: Regenerated.
4166 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4168         * COPYING.LIB: Update from fsf.org.
4170 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4172         * COPYING, compile, config.guess,
4173         config.sub, install-sh, missing, mkinstalldirs,
4174         symlink-tree, ylwrap: Sync from upstream sources.
4175         * config-ml.in: Update FSF address.
4177 2005-07-13  Eric Christopher  <echristo@redhat.com>
4179         * configure.in: Add toplevel noconfigdir support for tpf.
4180         * configure: Regenerate.
4182 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
4184         PR ada/22340
4186         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4187         * Makefile.in: Regenerate.
4189 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
4191         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
4192         Brolley to write-after-approval.
4194 2005-07-07  Andreas Schwab  <schwab@suse.de>
4196         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4197         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4198         * Makefile.in: Regenerated.
4200 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
4202         * configure.in: Don't build sim or rda when targetting darwin.
4203         * configure: Regenerate.
4205 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
4207         * configure.in: Add --enable-libssp and --disable-libssp.
4208         * configure: Regenerate with autoconf-2.13.
4210 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
4212         * Makefile.def (target_modules): Add libssp.
4213         * configure.in (target_libraries): Add target-libssp.
4214         * configure: Rebuilt.
4215         * Makefile.in: Rebuilt.
4217 2005-07-01  Zack Weinberg  <zackw@panix.com>
4219         * MAINTAINERS: Change email address.  Resign from maintainership.
4221 2005-07-01  Richard Guenther  <rguenther@suse.de>
4223         * MAINTAINERS: Change my e-mail address and affiliation.
4225 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
4227         * Makefile.def (stagefeedback): Come after profile.
4228         Define profiledbootstrap target.
4229         * Makefile.tpl (profiledbootstrap): Remove.
4230         (stageprofile-end): Zap stagefeedback.
4231         (stagefeedback-start): Copy all .gcda files, not only GCC's.
4232         * Makefile.in: Regenerate.
4234 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
4236         * MAINTAINERS: Update my email address.
4238 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
4240         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
4241         In 'cpp' stanza, support '#line' as well as '# '.
4243 2005-06-08  Andreas Schwab  <schwab@suse.de>
4245         * MAINTAINERS: Move myself from 'Write After Approval' to
4246         'CPU Port Maintainers' section as m68k maintainer.
4248 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
4250         * configure.in (unsupported_languages): New macro.
4251         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
4252         non-ported target libraries in noconfigdirs.
4253         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4254         non-linux-gnu.  Remove libgcj_ex_libffi.
4255         <lang_frag loop>: Set add_this_lang=no if the language is in
4256         unsupported_languages.
4257         * configure: Regenerate.
4259 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
4261         * configure.in: Fix typo in handling of --with-mpfr-dir.
4262         * configure: Regenerate.
4264 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
4266         * MAINTAINERS: Update my email address.
4268 2005-06-02  Jim Blandy  <jimb@redhat.com>
4270         * config.sub: Add cases for the Renesas m32c.  (This patch has been
4271         accepted into the master sources.)
4273 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
4274             Michael Snyder  <msnyder@redhat.com>
4275             Stan Cox  <scox@redhat.com>
4277         * configure.in: Set noconfigdirs for ms1.
4279         * configure: Regenerate.
4281 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
4283         * MAINTAINERS (Write After Approval): Add self.
4285 2005-06-01  Josh Conner  <jconner@apple.com>
4287         * MAINTAINERS (Write After Approval): Add self.
4289 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
4291         * MAINTAINERS: Update my email address.
4293 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
4295         * MAINTAINERS (Write After Approval): Add self.
4297 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
4299         * MAINTAINERS (Write After Approval): Remove self.
4301 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
4303         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4304         (Dependencies): Consider target modules for bootstrap dependencies.
4305         Make target bootstrap modules depend on each stage's gcc.
4306         * Makefile.in: Regenerate.
4308 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
4310         * Makefile.def (configure-gcc): Depend on binutils having been built.
4311         (all-gcc): No need to do it here.
4312         * Makefile.in: Regenerate.
4314 2005-05-19  Paul Brook  <paul@codesourcery.com>
4316         * configure.in: Rewrite misleading error message when requested
4317         language cannot be built.
4318         * configure: Regenerate.
4320 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
4322         * ylwrap: Import from Automake 1.9.5.
4324 2005-05-13  David Ung  <davidu@mips.com>
4326         * MAINTAINERS (Write After Approval): Add self.
4328 2005-05-09  Mike Stump  <mrs@apple.com>
4330         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
4331         lt_cv_sys_max_cmd_len for now.
4333 2005-05-09  Stan Cox  <scox@redhat.com>
4335         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
4337 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
4339         * README.SCO: Update the URL.
4341 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
4343         * ltconfig: Define file_list_spec.  Pass file_list_spec and
4344         with_gnu_ld to libtool.
4345         * ltcf-c.sh (aix[45]): Define file_list_spec.
4346         * ltcf-cxx.sh (aix[45]): Same.
4347         * ltcf-gcj.sh (aix[45]): Same.
4348         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
4349         exists, write list of input files to temporary file.
4351 2005-05-04  Mike Stump  <mrs@apple.com>
4353         * configure.in: Always pass --target to target configures as
4354         otherwise rebuilds that do --recheck will fail.
4355         * confiugure: Rebuilt.
4357 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
4359         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4360         STAGE_HOST_EXPORTS.
4361         (configure, all): Add bootstrap support.
4362         (Host modules, target modules): Pass post-stage1 flags and exports.
4363         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4364         * Makefile.in: Regenerate.
4366 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
4368         * configure: Regenerate.
4370 2005-04-27  Mike Stump  <mrs@apple.com>
4372         * MAINTAINERS: Add self as darwin maintainer.
4374 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
4376         * config.sub: Update from master copy.
4378 2005-04-21  Mike Stump  <mrs@apple.com>
4380         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
4381         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
4383 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
4385         * configure.in <crisv32-*-*, cris-*-*>: New local variable
4386         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
4387         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
4388         "*-*-elf" and "*-*-linux*".
4389         * configure: Regenerate.
4391 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
4393         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
4395 2005-04-12  Mike Stump  <mrs@apple.com>
4397         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
4399 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
4401         * MAINTAINERS (Write After Approval): Add myself.
4403 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
4405         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
4407 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
4409         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
4410         (TARGET_CONFIGARGS): Include --with-target-subdir.
4411         (configure, all): New macros.  Use them throughout.
4412         * Makefile.in: Regenerate.
4414 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
4416         * MAINTAINERS (Write After Approval): Add myself.
4418 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4420         * MAINTAINERS: Remove 'loop unrolling' maintainer.
4422 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
4424         * MAINTAINERS: Move John Carr to Write After Approval.
4426 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
4428         * config/mh-mingw32: Delete.
4429         * configure.in: Don't use it.
4430         * configure: Regenerate.
4432 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
4434         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4435         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4436         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
4437         (HOST_LIB_PATH): Generate from Makefile.def.
4438         (TARGET_LIB_PATH): Likewise.
4439         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4440         * Makefile.in: Regenerate.
4441         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4442         (RPATH_ENVVAR): Include Darwin case.
4443         * configure: Regenerate.
4445 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
4447         * MAINTAINERS (Various Maintainers): Remove self.
4448         (Write After Approval): Add self.
4450 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
4452         * MAINTAINERS (Various Maintainers): Add self.
4454 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
4456         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4457         * configure: Regenerate.
4459 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
4461         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4462         gcc_version, and gcc_version_trigger from set of flags to pass.
4463         * Makefile.tpl: Remove definitions of above variables.
4464         (config.status): Remove dependency on $(gcc_version_trigger).
4465         * Makefile.in: Regenerate.
4466         * configure.in: Do not reference config/gcc-version.m4 nor
4467         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
4468         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
4469         * configure: Regenerate.
4471 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
4472             Andrew Pinski  <pinskia@physics.uc.edu>
4474         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4475         * Makefile.in: Regenerate.
4477 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
4479         * MAINTAINERS (Write After Approval): Add myself.
4481 2005-03-03  David Ayers  <d.ayers@inode.at>
4483         * MAINTAINERS (Write After Approval): Add myself.
4485 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
4487         PR libgcj/20160
4488         * ltmain.sh: Avoid creating archives with components that have
4489         duplicate basenames.
4491 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
4493         PR bootstrap/20250
4494         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4495         instead of check.
4496         * Makefile.in: Regenerate.
4498 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4500         * Makefile.in: Regenerate to fix conflict between the previous two
4501         patches.
4503 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4505         PR bootstrap/17383
4506         * Makefile.def (target_modules): Remove "stage", now unnecessary.
4507         * Makefile.tpl (HOST_SUBDIR): New substitution.
4508         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4509         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4510         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4511         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4512         (Host modules, Bootstrapped modules): Use it.
4513         (Build modules, Target modules): Do not create symlink trees,
4514         always configure out-of-srcdir.
4515         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4516         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4517         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4518         $(HOST_SUBDIR).  Create a symlink for host_subdir.
4520         * Makefile.in: Regenerate.
4521         * configure: Regenerate.
4523 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4525         Merged from libada-gnattools-branch:
4526         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4528         * gnattools: New directory.
4529         * Makefile.def: Add gnattools as a module, depending on target-libada.
4530         * Makefile.in: Regenerate.
4531         * configure.in: Include gnattools in host_tools; disable it if ada
4532         is disabled.
4533         * configure: Regenerate.
4535 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
4537         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
4538         treelang maintainer.
4539         (Write After Approval): Remove myself.
4541 2005-02-23  Paul Schlie  <schlie@comcast.net>
4543         * configure.in: Allow darwin targeted ports to build tk, itcl and
4544         libgui.
4545         * configure: Regenerate.
4547 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4549         PR libgcj/10353
4550         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4551         * configure: Regenerate.
4553 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
4555         * MAINTAINERS (Write After Approval): Add myself.
4557 2005-02-10  Ian Lance Taylor  <ian@airs.com>
4559         * MAINTAINERS: Update my e-mail address.
4561 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
4563         * MAINTAINERS (Write After Approval): Add myself.
4565 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
4567         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4568         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4569         target-libgloss when not *-*-elf and *-*-aout.
4570         * configure: Regenerate.
4572 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
4574         * MAINTAINERS: Remove obsolete entries.
4576         * MAINTAINERS (Write After Approval): Add Michael Matz.
4578 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
4580         * MAINTAINERS: Remove self as cpplib maintainer.
4582 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4584         * install-sh, config.sub: Import from upstream.
4586 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4588         PR bootstrap/18222
4589         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4590         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4591         * Makefile.in: Regenerate.
4593 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
4595         * MAINTAINERS: Update my email address.
4597 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
4598             Andreas Schwab  <schwab@suse.de>
4600         PR bootstrap/18033
4601         * config-ml.in: Eval option if surrounded by single quotes.
4603 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
4605         Revert 2004-12-28 Makefile changes, a better fix will be
4606         applied to mainline and src after GCC 4.0 branches.
4608 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
4610         PR bootstrap/17383
4612         * Makefile.def (target_modules): Remove stage parameter,
4613         it is always true now.
4614         * Makefile.tpl (configure-build-[+module+],
4615         configure-target-[+module+]): Always build symlink tree
4616         for the directory and for include.  BUILD_SUBDIR and
4617         TARGET_SUBDIR cannot be . anymore.
4618         * Makefile.in: Regenerate.
4620 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
4622         Revert 2004-12-08 Makefile changes.
4624 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
4626         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
4627         cygwin, mingw.
4629 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
4631         * configure.in (sh64-*-*): Reenable gprof.
4632         * configure: Regenerate.
4634 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
4636         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4637         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4638         (EXTRA_TARGET_FLAGS): Add PICFLAG.
4639         * Makefile.in: Regenerate.
4641 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
4643         * MAINTAINERS: Update my email address.
4645 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
4647         * Makefile.tpl: Generate normal dependencies if the LHS module is
4648         not bootstrapped.
4649         * Makefile.in: Regenerate.
4651 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4653         * configure.in: Include config/gxx-include-dir.m4.  Use
4654         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
4655         * configure: Regenerate.
4657 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4659         * config.if: Delete.
4660         * configure.in: Set libstdcxx_incdir directly.
4661         * configure: Regenerate.
4663 2004-12-02  Eric Christopher  <echristo@redhat.com>
4665         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
4666         * Makefile.in: Regenerate.
4668 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4670         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4671         * configure: Regenerate.
4673 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4675         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
4676         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
4677         * configure: Regenerate.
4679 2004-12-01  Eric Christopher  <echristo@redhat.com>
4681         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
4682         of things to remove.
4684 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
4686         * MAINTAINERS (Write After Approval): Update my e-mail address.
4688 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
4690         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
4691         from CVS libtool to always pass_all.
4693 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4695         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4696         (hppa*64*-*-*): Delete incorrect comment.
4697         * configure: Rebuilt.
4699 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4701         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
4703 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4705         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
4706         from CVS libtool to always pass_all.
4708 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4710         * install-sh, compile: Import from automake.
4712 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4714         * config.guess, config.sub:  Import from savannnah.
4716 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
4718         * MAINTAINERS (Write After Approval): Add myself
4720 2004-11-12  Mike Stump  <mrs@apple.com>
4722         * Makefile.def: Add html support.
4723         * Makefile.tpl: Likewise.
4724         * Makefile.in: Regenerate.
4726 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
4728         PR 18423
4729         * configure.in: Remove all instances of build-fixincludes from
4730         noconfigdirs.
4731         (build_configargs): Supply --target to subdirectories.
4732         * configure: Regenerate.
4734         * Makefile.def: Make gcc install depend on fixincludes install.
4735         * Makefile.in: Regenerate.
4737 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
4739         * MAINTAINERS: Add myself as gcc testsuite maintainer.
4741 2004-11-11  Paul Brook  <paul@codesourcery.com>
4743         * MAINTAINERS: Add self as arm maintainer.  Update email address.
4745 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
4747         * configure.in (noconfigdirs) [mmix-*-*]: Disable
4748         target-libgfortran.
4749         * configure: Regenerate.
4751 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
4753         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4754         like CC.
4756 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
4758         * Makefile.def (host fixincludes): Specify missing targets.
4759         * Makefile.in: Regenerate.
4761 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
4763         * MAINTAINERS: Add myself
4765 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
4767         * MAINTAINERS (Write After Approval): Add myself.
4769 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
4771         * Makefile.def: Build fixincludes for the host, too.
4772         * Makefile.in: Regenerate.
4773         * configure.in (host_tools): Add fixincludes.
4774         * configure: Regenerate.
4776 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
4778         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4779         * configure: Regenerated.
4781 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
4783         PR other/17783
4784         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4785         * configure: Regenerated.
4787 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
4789         * README.SCO: Update per FSF instructions.
4791 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
4793         PR target/18151
4794         * configure.in (case ${target}): Do not build fixincludes for avr.
4795         * configure: Regenerated.
4797 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
4799         * configure.in (case ${target}): Do not build fixincludes
4800         on platforms where it is not used.
4801         * configure: Regenerated.
4803 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
4805         * configure.in: Use an absolute path to install-sh.
4806         * configure: Regenerated.
4808 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
4810         * MAINTAINERS (Write After Approval): Add myself.
4812 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
4814         * MAINTAINERS: Remove from Write After Approval those that are
4815         already maintainers.
4817 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
4819         * MAINTAINERS:  Update my email address.
4821 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
4823         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4824         * configure: Regenerate.
4826 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
4828         * MAINTAINERS:  Update my email address.
4830 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
4832         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
4833         entries belonging to this category.
4835 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
4837         * MAINTAINERS: Update my e-mail address.
4839 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
4841         Fix wrong conflict resolution in:
4843         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4845         * Makefile.in: Regenerate.
4846         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4847         in the recursive `make', instead of hardwiring `all'.
4848         (Autogenerated TARGET-* variables): New.
4850 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
4852         * configure.in: Enable target-libgloss for crx-*-*.
4853         * configure: Regenerate.
4855 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4857         * MAINTAINERS (Various Maintainers): Move the "windows,
4858         cygwin, mingw" maintainer to ...
4859         (OS Port Maintainers): ... here.
4861 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4863         * MAINTAINERS (Write After Approval): Remove those that are
4864         maintainers of some subsystem.
4866 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
4868         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4869         * ltcf-cxx.sh (tpf*): Likewise.
4870         * ltconfig (tpf*): Add TPF OS configuration support.
4872 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
4874         * MAINTAINERS: Change my email address to my new work account.
4876 2004-09-24  Michael Roth  <mroth@nessie.de>
4878         * configure.in (--without-headers): Add missing double quotes.
4879         * configure: Regenerate.
4881 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
4883         * ylwrap: Revert to previous version.
4885 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
4887         PR bootstrap/17369
4888         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4889         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4890         SET_GCC_LIB_PATH_CMD.
4891         (BASE_TARGET_EXPORTS): Likewise.
4892         * Makefile.in: Regenerated.
4894         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4895         * configure: Regenerated.
4897 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
4899         * config.guess: New upstream version
4900         * compile, depcomp, install-sh, ylwrap: Likewise.
4902 2004-09-19  Roger Sayle  <roger@eyesopen.com>
4904         * config/mh-x86omitfp: New host makefile fragment.  Add
4905         -fomit-frame-pointer to the default BOOT_CFLAGS.
4906         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4907         * configure: Regenerate.
4909 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
4911         PR target/11572
4912         * configure.in (*-*-darwin*): Renable libobjc.
4913         * configure: Regenerate.
4915 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
4917         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
4919 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
4921         * Makefile.def: Remove libbanshee.
4922         * Makefile.tpl: Ditto.
4923         * configure.in: Ditto.
4924         * Makefile.in: Regen.
4925         * configure: Ditto.
4927 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
4929         * ltmain.sh: Use $pic_object as $non_pic_object if
4930         $non_pic_object=none.
4932 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
4934         * missing: Import latest version from master repository.
4936 2004-09-06  Nick Clifton  <nickc@redhat.com>
4938         * config.sub: Import latest version from master repository.
4939         * config.guess: Likewise.
4940         This includes these changes:
4942         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
4944         * config.sub: Handle crisv32, alias etraxfs.
4945         * config.guess (crisv32:Linux:*:*): Handle.
4947         2004-08-13  Brad Smith  <brad@comstyle.com>
4949         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4950         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4952         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
4954         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4955         assume the processor is a powerpc.  This is because coreutils
4956         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4957         in this case, due to a MacOS X bug that causes
4958         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4959         to return a negative number.
4960         Problem reported by Petter Reinholdtsen in:
4961         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4963         2004-07-19  Ben Elliston  <bje@gnu.org>
4965         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4967         2004-06-24  Ben Elliston  <bje@gnu.org>
4969         * config.guess: Update copyright years.
4970         * config.sub: Likewise.
4972         2004-06-22  Robert Millan  <robertmh@gnu.org>
4974         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4975         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4977         2004-06-22  Stanley F. Quayle <stan@stanq.com>
4979         * config.guess (*:*VMS:*:*): New entry. Replaces
4980         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4981         manufacturer.
4983         2004-06-22  Ben Elliston  <bje@gnu.org>
4985         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4986         * config.sub: Likewise.
4988         2004-06-22  Ben Elliston  <bje@gnu.org>
4990         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4991         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4993         2004-06-11  Ben Elliston  <bje@gnu.org>
4995         * config.guess (pegasos:OpenBSD:*:*): Remove.
4997         2004-06-11  Ben Elliston  <bje@gnu.org>
4999         From Wouter Verhelst <wouter@grep.be>:
5000         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5002         2004-06-11  Ben Elliston  <bje@gnu.org>
5004         * config.guess (luna88k:OpenBSD:*:*): New.
5006         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
5008         * config.guess (m32r*:Linux:*:*): New case.
5009         * config.sub: Handle m32rle.
5011         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
5013         From Jens Petersen  <petersen@redhat.com>:
5014         * config.sub: Handle sparcv8.
5016         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
5018         From Tom Smith <smith@cag.lkg.hp.com>:
5019         * config.guess: Version suffixes are equally significant on Tru64
5020         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
5021         prefix of "P" (patched kernel).
5023         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
5025         * config.sub: Add support for National Semiconductor CRX target.
5027 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
5029         * MAINTAINERS (Various Maintainers): Remove myself as web page
5030         maintainer, add myself as maintainer of build status lists.
5032 2004-09-03  Jan Beulich  <jbeulich@novell.com>
5034         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5035         *-*-netware, but add target-libmudflap.
5036         Consolidate *-*-netware targets (of which really only i?86 exists)
5037         into a single entry.
5038         * configure: Likewise.
5040 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
5042         * Makefile.tpl (sorry): Remove.
5043         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5044         (cleanstrap targets): Depend on distclean, not distclean-stage1.
5045         (do-clean): Clean per-stage directories too.
5046         (do-distclean): Run distclean-stage1 too.
5047         (.NOTPARALLEL): Enable during toplevel bootstrap.
5048         (stage[+id+]-bubble): Enable parallel execution during
5049         the recursive invocation.
5050         * Makefile.in: Regenerate.
5052         Fix previous checkin:
5054         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5055         include.
5056         * configure.in: Fix indentation.
5057         * configure: Regenerate.
5059 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
5061         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5062         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5063         * configure: regenerate
5064         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5065         -mdynamic-no-pic
5067 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
5069         * Makefile.def (build_modules): Add fixincludes.
5070         (dependencies): Make gcc depend on fixincludes.
5071         * configure.in (build_tools): Add fixincludes.
5072         (build_configdirs): Always include build_libs.
5073         * Makefile.in: Regenerate.
5074         * configure: Regenerate.
5076 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
5078         * Makefile.def (bootstrap stages): Add 'lean' parameter.
5079         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5080         phony targets; do not generate timestamp files.
5081         (distclean-stageN): Remove references to their timestamp files.
5082         (restageN, touch-stageN): Remove.
5083         (stageN-bubble): Rewritten.
5084         (compare): Support lean bootstraps.
5085         * Makefile.in: Regenerate.
5087         * configure.in: Only warn when bootstrapping but
5088         build != host or build != target.  Support lean bootstraps.
5089         * configure: Regenerate.
5091 2004-08-26  Phil Edwards  <phil@codesourcery.com>
5093         * configure.in:  Give a better error message if GMP/MPFR are missing
5094         and a language needing them has been requested.
5095         * configure:  Regenerated.
5097 2004-08-25  Phil Edwards  <phil@codesourcery.com>
5099         * configure.in:  Print a list of available language front-ends if
5100         a requested one is missing.  Tidy stray tab characters.
5101         * configure:  Regenerated.
5103 2004-08-19  Michael Koch  <konqueror@gmx.de>
5105         * gcc/doc/install.texi: Update entry about automake for libjava.
5107 2004-08-17  Robert Millan  <robertmh@gnu.org>
5109         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5110         (instead of FreeBSD).
5111         * configure: Regenerate.
5113 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5115         * Makefile.in: Regenerate.
5116         * configure: Regenerate.
5118         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5119         stage_*_flags.
5120         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5121         for bootstrapped modules if toplevel bootstrap is going.
5122         (GCC bootstrap): Generate per-stage targets for all bootstrapped
5123         modules.  Adjust for changes in Makefile.def.  Enable several
5124         rules even in non-bootstrap mode, just to avoid peppering the
5125         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5126         (stage-[+prev+]-bubble): Remove.
5128         * Makefile.def (Dependencies): Depend on all-build-bison,
5129         all-build-flex, all-build-byacc, all-build-texinfo, rather
5130         than the host variations.
5131         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
5132         with BUILD_SUBDIR.
5133         (BISON): Update for recent Bisons.
5134         (YACC): Fix typo.
5135         (cross): Depend on all-build.
5136         (all): Do not depend on all-build.
5137         (prebootstrap): Remove.
5138         (dep-kind): Accept separate prefixes for MODULE and ON variables.
5139         (Prebootstrap dependencies): Add them to the per-stage targets
5140         and to all-prebootstrap.
5141         * configure.in (build_configdirs): Always enable build_tools.
5142         (BUILD_DIR_PREFIX): Remove.
5144         * Makefile.def (gcc): Add target variable.
5145         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5146         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5147         in the recursive `make', instead of hardwiring `all'.
5148         (Autogenerated TARGET-* variables): New.
5150 2004-08-13  Brian Booth  <bbooth@redhat.com>
5152         * MAINTAINERS: Remove myself from write-after-approval.
5154 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5156         * src-release: Stop distributing mmalloc with gdb (which doesn't
5157         use it).
5158         * Makefile.def: GDB doesn't depend on mmalloc anymore.
5159         * Makefile.in: Regenerate.
5161 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
5163         * configure.in (arm*-*-eabi*): New target.
5164         * configure: Regenerate.
5166 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
5168         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5169         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5170         (Dependencies): New section.
5171         * Makefile.tpl (Dependencies): Generate from Makefile.def.
5172         (configure-target-[+module+]): Depend on maybe-all-gcc
5173         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
5174         (toplevel profiledbootstrap): Fix dependencies.
5175         * Makefile.in: Regenerate.
5177 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
5179         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5180         target-libiberty to noconfigdirs.
5181         * configure: Regenerate.
5183 2004-08-03  Paul Brook  <paul@codesourcery.com>
5185         * configure.in: Check for MPFR as well as GMP.
5186         * configure: Regenerate.
5188 2004-08-01  Robert Millan  <robertmh@gnu.org>
5190         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5191         libmudflap for all GNU-based systems (with Glibc).
5192         * configure: Regenerate.
5194 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
5196         * Makefile.def (host-modules): Add gcc.
5197         * Makefile.in: Regenerate.
5198         * Makefile.tpl (sorry): New rule.
5199         (configure-host, all-host, [+make_target+]-host, do-check,
5200         install-host): Do not add gcc as a special case.
5201         (host modules): Add a small special-casing for gcc.  Export
5202         extra_make_flags through the environment.
5203         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5204         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5205         other recursive targets for gcc): Remove.
5207         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5208         (stage, unstage): New rules.
5209         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5210         distclean-stage[+id+]): Use stage_current.
5211         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5212         the stage*-start rules.
5214 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
5216         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
5217         use -all_load flag.
5219 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
5221         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
5222         * configure: Regenerate.
5224 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
5226         * maintainer-scripts/gcc_release: Revert yesterday's change.
5228 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
5230         * MAINTAINERS: Add myself to write-after-approval.
5232 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
5234         * libf2c: Removed.
5235         * gcc/gccbug.in: Updated because of libf2c removal.
5236         * maintainer-scripts/gcc_release: Ditto.
5238 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
5240         * configure.in: Build libmudflap by default on FreeBSD.
5241         * configure: Regenerated.
5243 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
5245         * configure.in: Do not build libmudflap by default on non-GNU/Linux
5246         systems.
5247         * configure: Regenerated.
5249 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5251         PR target/16344
5252         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5253         feedback based compiler.
5254         * Makefile.in: Rebuilt.
5256 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
5258         * Makefile.def (host_modules): Set bootstrap=true for flex.
5259         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5260         * Makefile.in: Rebuilt.
5262 2004-07-07  Jan Hubicka  <jh@suse.cz>
5264         * MAINTAINERS: Add self as a profile feedback maintainer.
5266 2004-07-05  Phil Edwards  <phil@codesourcery.com>
5268         * configure.in:  Do not prepend $srcdir to /dev/null in
5269         makefile fragments.
5270         * configure:  Regenerate.
5272 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
5274         * Makefile.def (build_modules): Add bison, byacc, flex,
5275         m4, texinfo.
5276         (flags_to_pass): Add FLEX.
5277         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5278         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5279         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5280         DEFAULT_MAKEINFO): Remove.
5281         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5282         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5283         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5284         objdir or else use configured tool.
5285         (all-build): New.
5286         (all): Depend on it.
5287         (Build module dependencies): Add.
5288         * Makefile.in: Regenerate.
5289         * configure.in: Better support for multiple build modules,
5290         matching what is done for host/target modules.  Do not look
5291         for "plausible" locations of build tools if Canadian cross.
5292         Use autoconf's AC_PROG_CC to find a C compiler.  Define
5293         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
5294         * configure: Regenerate.
5296 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
5298         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5299         * Makefile.in: Regenerate.
5301 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
5303         * Makefile.tpl (configure-build-[+module+],
5304         configure-[+module+], configure-target-[+module+]): Pass
5305         [+extra_configure_args+].
5306         (all-build-[+module+], all-[+module+], check-[+module+],
5307         install-[+module+], [+make_target+]-[+module+],
5308         all-target-[+module+], check-target-[+module+],
5309         install-target-[+module+], [+make_target+]-target-[+module+]):
5310         Pass [+extra_make_args+].
5311         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5312         (GCC_HOST_EXPORTS): Remove.
5313         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5314         cross, check-gcc, check-gcc-c++, install-gcc,
5315         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5316         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5317         * Makefile.in: Regenerate.
5319 2004-06-21  Matthew Sachs  <msachs@apple.com>
5321         * MAINTAINERS: Added self to write-after-approval.
5323 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
5325         * configure.in: Check for srcdir/winsup rather than build directory
5326         winsup.
5327         * configure: Regenerate.
5329 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
5331         * configure.in: Don't build Cygwin native newlib if winsup
5332         directory is missing.  Emit warning instead.
5333         * configure: Regenerate.
5335 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
5337         * Makefile.tpl (touch-stage[+id+]): New.
5338         (restage[+prev+]): Depend on touch-stage[+id+].
5340         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5341         Use it throughout.
5343         * Makefile.def: Add profile and feedback bootstrap stages.
5344         Remove next field from bootstrap stages.
5345         * Makefile.tpl (LN, LN_S): Substitute.
5346         (stageN-start, stageN-end): Use double-colon rules, to
5347         provide a hook for additional setup commands.
5348         (distclean-stageN-gcc, restageN): Create dependencies from
5349         [+prev+], not from [+next+].
5350         (stageN-bubble): Add commands for successive stages from
5351         [+prev+], using double-colon rules.
5352         (all-stageN-gcc): Fix typo.
5353         (stagefeedback-start, profiledbootstrap): New.
5354         * Makefile.in: Regenerate.
5355         * configure.in: Call ACX_PROG_LN.
5356         * configure: Regenerate.
5358 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
5360         * MAINTAINERS (Write After Approval): Add myself.
5362 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
5364         * MAINTAINERS (Write After Approval): Add myself.
5366 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
5368         * configure.in: Fix --enable-bootstrap breakage introduced in trees
5369         without gcc.
5370         * configure: Regenerate.
5372 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5374         * Makefile.tpl: Fix typo.
5375         * Makefile.in: Regenerate.
5377 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5379         * configure.in: Remove new- prefix from toplevel
5380         bootstrap targets.
5381         * configure: Regenerate.
5383 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5385         * Makefile.tpl (all.normal): Rename to all.
5386         (all): Replace with a rule to pick the default
5387         target from configure.
5388         (all-gcc, configure-gcc): Use conditionals to
5389         do nothing when toplevel bootstrap is going on.
5390         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5391         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5392         * configure.in: Support --enable-bootstrap.
5394         * Makefile.def: Remove new- prefix from toplevel
5395         bootstrap targets.
5396         * Makefile.tpl: Likewise.
5398         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
5399         target.
5401         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5402         $(RECURSE_FLAGS) to recursive invocation of make.
5404         * Makefile.in: Regenerate.
5405         * configure: Regenerate.
5407 2004-05-30  Andreas Jaeger  <aj@suse.de>
5408             Jim Wilson  <wilson@specifixinc.com>
5410         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5411         like CC.
5413 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
5415         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5416         * configure: Regenerate.
5418 2004-05-25  Daniel Jacobowitz  <drow@false.org>
5420         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5421         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5422         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
5423         targets.
5424         * Makefile.in: Regenerate.
5426 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
5428         * configure.in: Test the ability to symlink directories.
5429         * configure: Regenerate.
5431         * Makefile.def (bootstrap-stage): New definitions.
5432         * Makefile.tpl (configure-stage1-gcc,
5433         configure-stage2-gcc, configure-stage3-gcc,
5434         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5435         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5436         new-restage3, compare): Autogenerate, see Makefile.in
5437         entry for behavioral changes.
5438         (distclean-stage1, new-stage1-start, new-stage1-end,
5439         new-stage1-bubble, distclean-stage2, new-stage2-start,
5440         new-stage2-end, new-stage2-bubble, distclean-stage3,
5441         new-stage3-start, new-stage3-end): New autogenerated targets.
5442         (objext, prebootstrap, BOOT_CFLAGS,
5443         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5444         targets.
5446         * Makefile.in: Regenerate.
5447         (distclean-stage1, new-stage1-start, new-stage1-end,
5448         new-stage1-bubble, distclean-stage2, new-stage2-start,
5449         new-stage2-end, new-stage2-bubble, distclean-stage3,
5450         new-stage3-start, new-stage3-end): New targets.
5451         (all-stage1-gcc): Move prebootstrap dependency from here...
5452         (configure-stage1-gcc): ...to here.
5453         (new-bootstrap): Use bubble targets.
5454         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5455         Use per-stage distclean targets.
5456         (configure-stage1-gcc, configure-stage2-gcc,
5457         configure-stage3-gcc, all-stage1-gcc,
5458         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5459         Use new-stageN-start to prepare the tree.
5461 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
5463         * Makefile.def (host_modules): add libcpp.
5464         * Makefile.tpl: Add dependencies on and for libcpp.
5465         * Makefile.in: Regenerate.
5466         * configure.in: Add libcpp host module.
5467         * configure: Regenerate.
5469 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
5471         * Makefile.tpl: Whenever a recursive target is defined, wrap
5472         it in a special @if/@endif block, and prepare its maybe
5473         dependency in the @if/@endif block
5474         * configure.in: Instead of writing maybe dependencies, remove
5475         the @if/@endif statements, and remove the @if/@endif blocks
5476         that remain.
5477         * configure: Regenerate.
5478         * Makefile.in: Regenerate.
5480 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
5482         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
5484 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
5486         PR bootstrap/15120
5487         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
5488         * */configure: Rebuilt.
5490 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
5492         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5493         of libf2c.
5494         * configure, Makefile.in: Regenerate.
5496 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
5498         * MAINTAINERS (Write After Approval): Add myself.
5500 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
5502         Merge from tree-ssa-20020619-branch.
5504         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5505         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5506         (HOST_GMPLIBS): Define.
5507         (HOST_GMPINC): Define.
5508         (TARGET_LIB_PATH): Add libmudflap.
5509         (GFORTRAN_FOR_TARGET): Define.
5510         (configure-build*): Export GFORTRAN.
5511         (configure-gcc): Export GMPLIBS and GMPINC.
5512         (all-gcc): Add maybe-all-libbanshee.
5513         (configure-target-libgfortran): Define.
5514         * Makefile.in: Regenerate.
5515         * configure.in (host_libs): Add libbanshee.
5516         (target_libraries): Add target-libmudflap and target-libgfortran.
5517         Add --with-libbanshee.
5518         Handle --disable-libmudflap.
5519         (*-*-freebsd*): Use with_gmp.
5520         Add $(libgcj) to noconfigdirs.
5521         * configure: Regenerate.
5522         * depcomp: New file.
5523         * MAINTAINERS: Add tree-ssa maintainers.
5525 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
5527         * MAINTAINERS (Various Maintainers): Add myself.
5529 2004-04-30  Brian Ford  <ford@vss.fsi.com>
5531         * MAINTAINERS (Write After Approval): Add myself.
5533 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
5535         * MAINTAINERS (Write After Approval): Add myself.
5537 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
5539         * config/acx.m4: Fix fastcompare support for new-bootstrap.
5540         * configure: Regenerate.
5542 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
5544         Revert:
5545         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5547         * Makefile.def (flags_to_pass): Remove *dir variables that
5548         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5549         as well as prefix and exec_prefix.
5550         * Makefile.in: Regenerate.
5552 2004-04-26  Robert Millan  <robertmh@gnu.org>
5554         Add patches from libtool CVS.
5555         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5556         * ltconfig: Likewise.
5557         * ltcf-c.sh: Likewise.
5558         * ltcf-cxx.sh: Likewise.
5559         * ltcf-gcj.sh: Likewise.
5561 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5563         * Makefile.def (host_modules): Mark with the bootstrap
5564         flag packages on which gcc depends.
5565         * Makefile.tpl (all-bootstrap): Use it.
5566         * Makefile.in: Regenerate.
5568 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5570         * Makefile.def (flags_to_pass): Remove *dir variables that
5571         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5572         as well as prefix and exec_prefix.
5573         * Makefile.in: Regenerate.
5575 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5577         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5578         * configure: Regenerate.
5579         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5580         * gcc/Makefile.tpl (compare): Use the result of the test.
5581         * gcc/Makefile.in: Regenerate.
5583 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
5585         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5586         Always relocate gcc and prev-gcc to the original names, even
5587         if the build fails.
5588         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5589         New targets.
5591 2004-04-23  Laurent GUERBY <laurent@guerby.net>
5593         * MAINTAINERS: Update my email address.
5595 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5597         * configure.in (mips*-*-irix5*): Enable ld.
5598         * configure: Regenerate.
5600 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5602         * configure: Regenerate.
5604 2004-04-15  James E Wilson  <wilson@specifixinc.com>
5606         * Makefile.tpl (configure-[+module+], configure-gcc,
5607         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5608         Set and export LDFLAGS.
5609         * Makefile.in: Regenerate.
5611 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
5613         * MAINTAINERS: Add myself to write-after-approval.
5615 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5617         PR bootstrap/14871
5618         * Makefile.tpl: If we don't have built-in-tree target tools,
5619         use the ones found by configure rather than hacking around with
5620         program_transform_name.
5621         * configure.in: Give Makefile.tpl the information necessary
5622         to do that.
5623         * Makefile.in: Regenerate.
5624         * configure: Regenerate.
5626 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
5628         PR bootstrap/14760
5629         * configure.in: When computing baseargs, strip *all* copies of
5630         offending options.  Also, don't match/substitute the trailing space,
5631         so that this actually works when two similar options are separated by
5632         only one space.
5633         * configure: Regenerate.
5635 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
5637         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5638         (rs6000-*-aix*): Same.
5639         * configure: Regenerate.
5641 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
5643         * MAINTAINERS: Add myself to write-after-approval.
5645 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
5647         * MAINTAINERS: Add myself to write-after-approval.
5649 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
5651         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5652         STRICT_WARN, WARN_CFLAGS flags passed down to make.
5653         * Makefile.in: Regenerate.
5655         * configure.in (top level bootstrap support): Rework --enable-werror
5656         to set @stage2_werror_flag@.
5657         * configure: Regenerate.
5658         * Makefile.tpl (top level bootstrap support): Pass
5659         @stage2_werror_flag@ down to configure in stages 2 and 3.
5660         * Makefile.in: Regenerate.
5662 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5664         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5665         for stages 2 and 3 as well as in make.  As a consequence, remove
5666         OUTPUT_OPTION (now detected by configure) from the flags passed down
5667         to make.
5668         * Makefile.in: Regenerate.
5670         * Makefile.tpl (new-bootstrap): Fix typo.
5671         * Makefile.in: Regenerate.
5673 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
5675         * Makefile.tpl: Rearrange by moving recursive_targets rules
5676         into their proper sections.
5677         * Makefile.tpl (top level bootstrap support): Move disabling
5678         of coverage flags from 'make' to 'configure'; improve comments.
5679         * Makefile.in: Regenerate.
5681         * Makefile.tpl (experimental top level bootstrap) Move stage1
5682         language setting from all- target to configure- target; disable
5683         intermodule optimization in stage 1; prevent gratuitous rebuilds
5684         of stage 1.
5685         * Makefile.in: Regenerate.
5686         * configure.in: Comma-separate stage 1 language list for top
5687         level bootstrap.
5688         * configure: Regenerate.
5690         * Makefile.tpl: Clean up experimental top level bootstrap support:
5691         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5692         prev-gcc in configure- targets as well as all- targets.
5693         * Makefile.in: Regenerate.
5695 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
5697         * compile: New file imported from automake.
5699 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
5701         * configure.in: Remove symbolic link section.
5702         * configure: Regenerate.
5703         * Makefile.tpl (links): Remove.
5704         * Makefile.in: Regenerate.
5706 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
5707             Nathanael Nerode  <neroden@gcc.gnu.org>
5709         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
5710         Set with AC_CHECK_PROGS.
5711         * configure.in: Fix comment typo from last patch.
5712         * configure: Regenerate.
5714 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
5716         * Makefile.tpl: Introduce experimental top level bootstrap support.
5717         * Makefile.in: Regenerate.
5718         * configure.in: Introduce support for top level bootstrap.
5719         * configure: Regenerate.
5721 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5722             Paolo Bonzini  <bonzini@gnu.org>
5724         PR bootstrap/14522
5725         * configure.in: Cope with shells that do not support unquoted ^
5726         * configure: Regenerate.
5728 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5729             Paolo Bonzini  <bonzini@gnu.org>
5731         PR bootstrap/14522
5732         * configure.in: Cope with shells that do not support nesting
5733         quotes inside quoted backquote substitutions.
5734         * configure: Regenerate.
5736 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
5738         PR bootstrap/14522
5739         * configure.in: Fix escaping of $.
5740         * configure: Regenerate.
5742 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
5744         * configure: Regenerate, since I forgot to while committing Paolo's
5745         changes.
5747 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
5749         PR ada/14131
5750         Move language detection to the top level.
5751         * configure.in: Find default values for the tools as
5752         soon as possible.  Disable ada if GNAT is not found.
5753         Emit error message about missing languages.  Expand
5754         --enable-languages=all for the gcc subdirectory.
5756 2004-03-10  Ben Elliston  <bje@gnu.org>
5758         * MAINTAINERS: Update my email address.
5760 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
5762         * ltconfig: Disable building static libraries if building shared
5763         libraries on AIX 5L.
5765 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
5767         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5768         and disable libgcj.
5769         * configure: Regenerated.
5771 2004-03-01  Brian Booth  <bbooth@redhat.com>
5773         * MAINTAINERS: Add myself to write-after-approval.
5775 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
5777         * MAINTAINERS: Add myself to write-after-approval.
5779 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5781         PR bootstrap/7087
5782         * Makefile.tpl: Guard XFOO sed statements better.
5783         * Makefile.tpl: Add dependency for configure-target-libada.
5784         * Makefile.in: Regenerate (incidentally fixes broken
5785         commit when libada-branch was merged).
5787 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
5789         * MAINTAINERS: Add myself to write-after-approval.
5791 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
5793         * MAINTAINERS: Add Nicola Pero and myself as libobjc
5794         maintainers.
5796 2004-02-20  Andrew Cagney  <cagney@redhat.com>
5798         * config.guess: Update from version 2003-10-16 to 2004-02-16.
5799         * config.sub: Update from version 2003-11-03 to 2004-02-16.
5801 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5803         PR bootstrap/11932
5804         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5806 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
5808         * MAINTAINERS: Added myself to write-after-approval.
5810 2004-02-14  Michael Koch  <konqueror@gmx.de>
5812         * MAINTAINERS: Added myself to write-after-approval.
5814 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
5816         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
5817         some OS port maintainers to OS port maintainers section.
5819 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
5821         * MAINTAINERS: Add self.
5823 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
5825         * MAINTAINERS: Alphabetize.
5827 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
5829         * MAINTAINERS: Remove myself.
5831 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
5833         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5834         (rs6000-*-aix*): Same.
5835         * configure: Regenerate.
5837 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
5839         * configure.in (host): Add in missing $noconfigdirs to defines.
5840         * configure: Regenerate.
5842 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
5843             Nathanael Nerode  <neroden@gcc.gnu.org>
5845         PR ada/6637, PR ada/5911
5846         Merge with libada-branch:
5847         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5848         with appropriate dependencies. Add --enable-libada configure switch.
5849         * configure, Makefile.in: Regenerate.
5851 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
5853         * MAINTAINERS: Add myself to write-after-approval.
5855 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5857         * configure.in: Don't pass --with-stabs on IRIX 5 either.
5858         * configure: Regenerate.
5860 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
5862         Merge from upstream:
5864         * ltmain.in: When setting IFS to '~', be careful about user
5865         arguments that contain '~'.
5867         2004-02-04  Peter O'Gorman  <peter@pogma.com>
5869         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
5870         Also test $base_compile against $CC with escaped arguments. Bug
5871         reported by Geoff Keating <geoffk@apple.com>.
5873 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
5875         * MAINTAINERS: Remove i960 port.
5877 2004-01-23  DJ Delorie  <dj@redhat.com>
5879         * Makefile.def (target_modules) [libiberty]: Don't stage.
5880         * Makefile.in: Rebuilt.
5882 2004-01-20  Caroline Tice  <ctice@apple.com>
5884         * MAINTAINERS: Add myself to write-after-approval.
5886 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
5888         * MAINTAINERS: Update my email address.
5890 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
5892         * MAINTAINERS: Add myself to write-after-approval.
5894 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5896         * MAINTAINERS: Remove entries without email address.
5898 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
5900         * MAINTAINERS: Add myself to write-after-approval.
5902 2004-01-15  Steven Bosscher  <stevenb@suse.de>
5904         * MAINTAINERS: Update my email address.
5906 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
5908         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5909         * Makefile.tpl (configure-target-[+module+]): Support stage.
5910         * Makefile.in: Rebuilt.
5912 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
5914         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
5916 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
5918         * MAINTAINERS: Add myself as a MIPS maintainer.
5920 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5922         * configure.in: Use ./config.cache, not config.cache.
5923         * configure: Regenerate.
5924         * Makefile.tpl: Special-casing not needed for GCC any more.
5925         * Makefile.in: Regenerate.
5927         * configure.in: Don't share a cache file for host dirs.
5928         * configure: Regenerate.
5930         * config-ml.in: Don't mess with the cache file.
5932 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5934         * MAINTAINERS: Move myself from 'Write After Approval' to
5935         'CPU Port Maintainers' section as SPARC maintainer.
5937 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5939         * Makefile.tpl: Make GCC use a separate config.cache.
5940         * Makefile.in: Regenerate.
5942         PR bootstrap/11932, PR bootstrap/11933
5943         (I don't know if it will fix either of them, but it relates
5944         to them.)
5945         * configure.in: Don't use shared config.cache for target
5946         directories.
5947         * configure: Regenerate.
5949 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
5951         * MAINTAINERS: Add myself to 'Write After Approval' section.
5953 2003-12-31  Roger Sayle  <roger@eyesopen.com>
5955         * configure.in (ia64*-*-hpux*): Disable building java libraries.
5956         * configure: Regenerated.
5958 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
5960         * MAINTAINERS: Remove the mn10200 maintainer.
5962 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
5964         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5965         * configure: Regenerated.
5967 2003-12-16  Jan Hubicka  <jh@suse.cz>
5969         * MAINTAINERS: Add myself as callgraph maintainer.
5971 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
5973         * configure.in (raw_libstdcxx_flags): Remove the leading space.
5974         * configure: Regenerate.
5976 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5978         * MAINTAINERS: Move myself from 'Bug database only accounts' to
5979         'Write After Approval' section. Update email.
5981 2003-12-01  James Lemke  <jim@wasabisystems.com>
5983         * MAINTAINERS (Write After Approval): Add myself.
5985 2003-11-20  Matt Thomas  <matt@3am-software.com>
5987         * MAINTAINERS: Add myself as a vax port maintainer.
5989 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
5991         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5992         (configure-build-[+module+], configure-[+module+]): Likewise.
5993         (configure-target-[+module+], configure-gcc, config.status): Likewise.
5994         * Makefile.in: Regenerate.
5996 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
5998         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
5999         shared/dylibed libraries.
6000         * ltmain.sh: Likewise.
6001         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
6002         * ltcf-cxx.sh: Likewise.
6003         * ltcf-gcj.sh: Likewise.
6004         * ltconfig: Likewise.
6006 2003-11-17  Stan Cox  <scox@redhat.com>
6008         * MAINTAINERS: Add myself as iq2000 port maintainer.
6010 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
6012         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6013         * Makefile.in: Regenerate.
6015 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
6017         * config.sub: Update to 2003-11-03 version.
6019 2003-10-20  Phil Edwards  <phil@codesourcery.com>
6021         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
6022         * configure:  Regenerate.
6024 2003-10-20  Nicolas Pitre  <nico@cam.org>
6026         * MAINTAINERS: Add myself to 'Write After Approval' section.
6028 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
6030         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
6032 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
6034         * MAINTAINERS: Update my email address.
6036 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6038         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
6040 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
6042         * MAINTAINERS: Add myself to 'Write After Approval' section.
6044 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
6046         * config.guess: Update to 2003-10-16 version.
6047         * config.sub: Update to 2003-10-16 version.
6049 2003-10-15  David Daney  <ddaney@avtrex.com>
6051         * MAINTAINERS: Added myself to 'Write After Approval' section.
6053 2003-10-15  Falk Hueffner  <falk@debian.org>
6055         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6056         'Write After Approval' section. Update email.
6058 2003-10-14  Roger Sayle  <roger@eyesopen.com>
6060         * MAINTAINERS: Move myself from 'Write After Approval' to
6061         'Various Maintainers' section as middle-end maintainer.
6063 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6065         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6066         HOST_FLAGS_TO_PASS.
6067         * Makefile.in: Regenerate.
6069 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
6071         * config.guess: Update to 2003-10-07 version.
6072         * config.sub: Update to 2003-10-07 version.
6074 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6076         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
6077         * ltconfig (irix5*, irix6*): Don't override version_type.
6079 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
6081         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6082         * configure: Rebuilt
6083         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6084         * Makefile.in: Rebuilt
6086 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
6088         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6090 2003-09-30  Carlo Wood  <carlo@alinoe.com>
6092         * MAINTAINERS (Write After Approval): Add myself.
6094 2003-09-29  Paul Koning  <ni1d@arrl.net>
6096         * MAINTAINERS: Move myself from "Write After Approval"
6097         to CPU platform maintainers for pdp11 platform.
6099 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
6101         * MAINTAINERS: Move myself from 'Write After Approval' to
6102         'Various Maintainers' section as libffi testsuite maintainer.
6104 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
6106         * configure.in: Pass a computed --program-transform-name
6107         to subconfigures.
6108         * configure: Regenerated.
6110 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6112         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6113         * Makefile.in: Regenerate.
6115         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6116         * Makefile.in: Regenerate.
6118 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
6120         * MAINTAINERS: Move myself from 'Write After Approval'
6121         to 'Various Maintainers' (objective-c) section.
6123 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
6125         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6126         quoting.
6127         * configure: Regenerated.
6129 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
6131         * MAINTAINERS (Write After Approval): Add myself to write after
6132         approval list.
6134 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
6136         * MAINTAINERS (Write After Approval): Add myself.
6138 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
6140         * MAINTAINERS: Update my e-mail address.
6142 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
6144         * libtool.m4 (LD): Correct powerpc64 host match.
6146 2003-09-06  James E Wilson  <wilson@tuliptree.org>
6148         * MAINTAINTERS: Update my affiliation and email address.
6150 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6152         * MAINTAINERS (Write After Approval): Add myself.
6154 2003-09-04  DJ Delorie  <dj@redhat.com>
6156         * configure: Regenerate.
6158 2003-09-04  Robert Millan  <robertmh@gnu.org>
6160         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6162 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6164         * configure.in: Ensure arguments to sed are properly spaced.
6165         * configure: Regenerate.
6167 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
6169         * MAINTAINERS: Update my e-mail address.
6171 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
6173         * MAINTAINERS (Write After Approval): Add myself.
6175 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
6177         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6178         * configure: Regenerated.
6180 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6182         * MAINTAINERS: Update my email address.
6184 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
6186         * configure.in:  Use newline instead of semicolon when assuming
6187         shell arguments in a for loop.
6188         * configure:  Regenerated.
6190 2003-08-22  Jason Eckhardt  <jle@rice.edu>
6192         * MAINTAINERS: Resurrect the i860 maintainer.
6194 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
6196         PR 8180
6197         * configure.in: When testing with_libs and with_headers, treat
6198         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
6199         * configure: Regenerate.
6201         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6202         make, shell, etc.
6203         (baseargs): Likewise.
6204         * configure: Regenerate.
6206 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
6208         * MAINTAINERS (Write After Approval): Add myself.
6210 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
6212         * configure.in: Disable libgcj for darwin not on powerpc.
6213         * configure: Rebuild.
6215 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
6217         * config-ml.in, symlink-tree: Add license.
6219 2003-08-03  Richard Stallman  <rms@gnu.org>
6220             Eben Moglen  <moglen@columbia.edu>
6222         * README.SCO: New file.
6224 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
6226         * Makefile.tpl (check, check-c++): Express dependencies using
6227         dependencies rather than commands.
6228         * Makefile.in: Regenerate.
6230 2003-08-01  Andrew Cagney  <cagney@redhat.com>
6232         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6233         * configure: Ditto.
6235 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
6237         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6238         * Makefile.in: Update.
6240 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
6242         * configure.in: Enable libgcj for darwin.
6243         * configure: Rebuild.
6245 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
6247         * config-ml.in:  Use ac_configure_args directly instead of
6248         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
6249         actually seen.
6251 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6253         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6254         creating target and build subdirs to build all parent dirs as needed.
6255         * Makefile.in: Rebuild.
6256         * configure.in: Don't build dirs explicitly here.
6257         * configure: Rebuild.
6259 2003-07-26  Paul Brook  <paul@nowt.org>
6261         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
6263 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
6265         * Makefile.tpl (all-make): Depend on intl.
6266         * Makefile.in: Rebuilt.
6268 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
6270         * install-sh:  Update to newer upstream versions (associated with
6271         aclocal 1.7).
6272         * mkinstalldirs:  Likewise.
6273         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
6275 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
6277         * MAINTAINERS: Move self from Bug database only accounts
6278         to write-after-approval.
6280 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
6282         * config.if: Remove unused libc_interface determination.
6284 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6286         * MAINTAINERS: Move self from write-after-approval to
6287         build machinery (*.in).
6289 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6291         PR bootstrap/11273
6292         PR bootstrap/11408
6293         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
6294         unused INSTALL_PROGRAM_ARGS.
6295         * configure.in: Use AC_PROG_INSTALL.
6296         * Makefile.in: Regenerate.
6297         * configure: Regenerate.
6299 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
6301         * MAINTAINERS: Alphabetize.
6303 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
6305         * configure: Rebuilt.
6306         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
6307         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6308         newlib nor libgloss.
6309         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
6310         * configure.in (am33_2.0-*-linux*): Added.
6312 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
6314         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6315         * configure: Regenerate.
6317 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
6319         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
6320         * Makefile.in: Regenerate.
6322 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6324         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
6325         * Makefile.in: Regenerate.
6327 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
6329         * Makefile.tpl: Replace PWD with PWD_COMMAND.
6330         * Makefile.in: Regenerated.
6332         * config-ml.in: Replace PWD with PWD_COMMAND.
6334 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6336         * intl: New directory; see intl/ChangeLog for details.
6337         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
6338         * Makefile.tpl: all-gcc depends on maybe-all-intl.
6339         * Makefile.in: Regenerate.
6341 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6343         * configure.in: Clean up config-lang.in handling.  Delete
6344         useless assignment to "subdirs".
6345         * configure: Regenerate.
6347 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
6349         * configure.in: Rename 'target_libs' to 'target_libraries'.
6350         Remove useless reference to 'target_libs'.
6351         * configure: Regenerate.
6353 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
6355         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6356         * Makefile.in: Regenerate.
6358 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6360         * Makefile.def: Introduce flags_to_pass.
6361         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6362         * Makefile.in: Regenerate.
6364 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
6366         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6367         and target-libgloss.
6368         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6369         <h8300*-*-*>: Disable libf2c and ${libgcj}.
6370         * configure: Regenerate.
6372 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
6374         * configure.in: Update testsuite_flags to new location.
6375         * configure. Regenerate.
6377 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6379         * Makefile.tpl: Remove BUILD_CC stuff.
6380         * Makefile.in: Regenerate.
6382 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
6384         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
6386 2003-06-16  Graeme Peterson  <gp@qnx.com>
6388         * MAINTAINERS (Write After Approval): Add myself.
6390 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
6392         * config.guess: Update to 2003-06-12 version.
6393         * config.sub: Update to 2003-06-13 version.
6395 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
6397         * config.guess: Update to 2003-06-06 version.
6398         * config.sub: Update to 2003-06-06 version.
6400 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6402         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6403         * configure. Regenerate.
6405 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6407         * configure.in: Disable serial configure by default.
6408         * configure: Regenerate.
6409         * Makefile.tpl: Abolish .NOTPARALLEL.
6410         * Makefile.in: Regenerate.
6412         * Makefile.tpl: Replace {build,host,target}_canonical by
6413         {build,host,target}.
6414         * Makefile.in: Regenerate.
6416         * Makefile.tpl: Fix stupid pasto.
6417         * Makefile.in: Regenerate.
6419 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6421         * Makefile.tpl: Remove bogus conditional.
6422         * Makefile.in: Regenerate.
6424 2003-06-05  Jan Hubicka  <jh@suse.cz>
6426         * Makefile.tpl (profiledbootstrap): New target.
6427         * Makefile.in (profiledbootstrap): New target.
6429 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
6431         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
6432         Pinski. Remove user names from other bugzilla-only maintainers.
6434 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6436         * Makefile.tpl: Make 'recursive targets' using autogen rather
6437         than shell loop.  Remove duplicate 'clean' targets and false
6438         comments.
6439         * Makefile.def: Add systematic dependencies to 'recursive' targets.
6440         Add systematic method of specifying missing targets in subdirs.
6441         Add copyright boilerplate.
6442         * Makefile.in: Regenerate.
6443         * configure.in: Add 'recursive targets' to maybe list.
6444         * configure: Regenerate.
6446         * MAINTAINERS: "GNATS only" -> "Bug database only".
6448         * Makefile.tpl: Rename [+target+] to [+make_target+].
6449         * Makefile.def: Rename 'target' to 'make_target'.
6451 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
6453         * MAINTAINERS: Add self as options handling maintainer.
6455 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
6457         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
6458         been too long since I touched those ports.
6460 2003-05-28  DJ Delorie  <dj@redhat.com>
6462         * Makefile.tpl: Make maybe-check-gcc .PHONY.
6463         * Makefile.in: Regenerate.
6465 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
6467         * configure.in: Use curly braces in the definition of tooldir.
6468         * configure: Regenerate.
6470 2003-05-21  DJ Delorie  <dj@redhat.com>
6472         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6473         newlib or libgloss.
6474         * Makefile.in: Regenerate.
6476 2003-05-21  DJ Delorie  <dj@redhat.com>
6478         * Makefile.tpl: Add missing empty maybe-check-gcc target.
6479         * Makefile.in: Regenerate.
6481 2003-05-20  Ian Lance Taylor  <ian@airs.com>
6483         * MAINTAINERS: Update my e-mail address.
6485 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6487         * configure.in: Switch more things to use maybe dependencies.
6488         * Makefile.tpl: Switch more things to use maybe dependencies.
6489         Factor out common code from autogen IF statements.
6490         * configure: Regenerate.
6491         * Makefile.in: Regenerate.
6493 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
6495         * configure.in: Accept i[3456789]86 for machine type.
6496         * configure: Regenerate.
6498 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6500         * configure.in: Switch more things to use maybe dependencies.
6501         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
6502         * configure: Regenerate.
6503         * Makefile.tpl: Switch more things to use maybe dependencies.
6504         * Makefile.in: Regenerate.
6506 2003-05-16  Andreas Schwab  <schwab@suse.de>
6508         * Makefile.tpl (install-opcodes): Define.
6509         * Makefile.in: Rebuild.
6511 2003-05-13  Andreas Jaeger  <aj@suse.de>
6513         * config.guess: Update to 2003-05-09 version.
6514         * config.sub: Update to 2003-05-09 version.
6516 2003-05-13  Michael Eager  <eager@mvista.com>
6518         * configure.in: Correct sed script so that options in quotes are not
6519         deleted.
6520         * configure: Rebuild.
6522 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
6524         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6525         and $$s/newlib/libc/sys/cygwin32 include paths.
6526         * configure: Ditto.
6528 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
6530         * MAINTAINERS: Update my email addresses.
6532 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
6534         * config-ml.in: Propagate INSTALL variables.
6536 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6538         * MAINTAINERS: Remove duplicate entries in Write After Approval.
6540 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
6542         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6543         * Makefile.in: Regenerate.
6545 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
6547         * MAINTAINERS (GNATS only): Add Falk Hueffner.
6549 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
6551         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
6553 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
6555         * Makefile.tpl: Clean $(BUILD_SUBDIR).
6556         * Makefile.in: Regenerated.
6558 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
6560         * MAINTAINERS (Write After Approval): Upgrade myself from
6561         GNATS only to write-after-approval. Update my mail address.
6563 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
6565         (OS Port Maintainers: freebsd): Add myself.
6567 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
6569         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
6571 2003-04-22  Kean Johnston  <jkj@sco.com>
6573         * MAINTAINERS (SCO ports): Added myself.
6575 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
6577         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
6579 2003-04-19  Kean Johnston  <jkj@sco.com>
6581         * MAINTAINERS (Write After Approval): Add myself.
6583 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6585         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6586         * Makefile.in: Regenerate.
6588 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
6590         * configure.in (powerpc64*-*-linux*): Remove.
6591         * configure: Rebuilt.
6593 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
6595         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
6596         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6597         and restrap.
6598         * Makefile.in:  Regenerate.
6600 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
6602         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6603         * configure: Regenerated.
6605 2003-04-15  DJ Delorie  <dj@redhat.com>
6607         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
6609 2003-04-13  Nick Clifton  <nickc@redhat.com>
6611         * config-ml.in: Remove support for --disable-aix removing
6612         call-aix multilibs.
6614 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
6616         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6617         * */configure: Rebuilt.
6619 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
6621         * MAINTAINERS: Add my email address.
6623 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
6625         * MAINTAINERS (Write After Approval): Add myself.
6627 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6629         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6630         * Makefile.in: Regenerate.
6632 2003-03-14  Michael Chastain  <mec@shout.net>
6634         * Makefile.in: Regenerate with correct Makefile.def.
6636 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6638         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
6639         Make macro.
6640         * Makefile.in: Regenerate.
6641         * configure.in: Clean up gxx_include_dir logic.
6642         * configure: Regenerate.
6644 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
6646         * MAINTAINERS (Write After Approval): Add myself.
6648 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
6650         * MAINTAINERS: Update my mail address.
6652 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6654         * configure.in (gxx_include_dir): Fix typo.
6655         * configure: Regenerated.
6657 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6659         * Makefile.tpl: Reindent.
6660         * Makefile.in: Regenerate.
6661         * configure.in: Reindent.  Don't set unused variables.
6662         * configure: Regenerate.
6664 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
6666         * configure.in: Include $(build_tooldir)/sys-include in
6667         FLAGS_FOR_TARGET.
6668         * configure: Regenerated.
6670 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6672         * Makefile.tpl: Always pass down RANLIB.
6673         * Makefile.in: Regenerate.
6675         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6676         * Makefile.in: Regenerate.
6677         * configure.in: Remove unused logic relating to --enable-shared
6678         and --enable-threads.  Remove bogus comments.  Remove redundant
6679         noconfigdirs.
6680         * configure: Regenerate.
6682         * configure.in: Replace ${libstdcxx_version} by its value.
6683         Remove reference to mh-dgux.
6684         * configure: Regenerate.
6686 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
6688         * MAINTAINERS (Write After Approval): Add myself.
6690 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6692         * Makefile.tpl: Rearrange.
6693         * Makefile.in: Regenerate.
6695 2003-02-25  Uwe Stieber  <uwe@wwws.de>
6697         * configure.in: Add support for kaOS as cross build target system.
6698         * configure: Regenerated.
6700 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
6702         * MAINTAINERS (Write after approval): Add myself.
6704 2003-02-21  James E Wilson  <wilson@tuliptree.org>
6706         * MAINTAINERS: Update my email address.
6708 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
6710         * MAINTAINERS: Add self to blanket write privs. section.
6712 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
6714         * Makefile.tpl: Add definition of CPPFLAGS to pass into
6715         configure-target-* as some target builds may require additional
6716         flags for preprocessor tests.
6717         * Makefile.in: Regenerated.
6719 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
6721         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6722         * ltconfig: Handle it.
6723         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6724         auto-detecting it.
6726         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6727         it is used as argument to $CC.
6728         * ltcf-gcj.sh: Likewise.
6730         * configure.in: Introduce --enable-maintainer-mode.
6731         * configure: Rebuilt.
6732         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6733         for maintainer mode.
6734         * Makefile.in: Rebuilt.
6736 2003-02-18  Jason Merrill  <jason@redhat.com>
6738         * Makefile.tpl (check-c++): Allow parallelism.
6740 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6742         * MAINTAINERS: Remove John Carr (who never actually had access to
6743         gcc.gnu.org).
6745 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
6747         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6748         don't configure target-libobjc.
6749         * configure: Regenerate.
6751 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6753         * Makefile.tpl (RANLIB): Define.
6754         * Makefile.in: Regenerate.
6756 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
6758         * MAINTAINERS: Update my email.
6760 2003-02-06  Keith R Seitz  <keiths@redhat.com>
6762         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6763         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6764         * Makefile.in: Regenerated.
6765         * configure.in: Remove all traces of snavigator, db, and grep.
6766         * configure: Regenerated.
6768 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6770         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
6771         After Approval.
6773 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6775         * MAINTAINERS (Write after approval): Add myself.
6777 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
6779         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6780         * Makefile.in: Regenerated.
6782 2003-01-30  Roger Sayle  <roger@eyesopen.com>
6784         * config.guess: Updated to 2003-01-30's version.
6785         * config.sub: Updated to 2003-01-28's version.
6787 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
6789         * config.if: If gcc_version is already set, just use it.  Don't set
6790         gcc_version_trigger if it's already set, otherwise set it to
6791         gcc/version.c, but only if the file exists.  If it is not set and
6792         gcc/version.c does not exist, try to extract the version number from
6793         $CC.
6795 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
6797         * MAINTAINERS: Add myself to write-after-approval list.
6799 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
6801         * configure.in:  Revert 24Jan change.
6802         * configure:  Regenerate.
6804 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6806         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
6807         entry of HJ Lu.
6809 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6811         * configure.in: Revert previous change.
6812         * configure: Regenerate.
6814 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6816         * configure.in: Make rda native-only.
6817         * configure: Regenerate.
6819 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6821         * MAINTAINERS: Move myself from GNATS-only-accounts to
6822         write-after-approval.
6824 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6826         * configure.in: Add missing \.
6827         * configure: Rebuilt.
6829 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
6831         * configure.in (baseargs): Avoid using \| in sed regular
6832         expressions.
6833         * configure: Rebuilt.
6835 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
6837         * configure.in (baseargs): Remove all supported forms of
6838         --cache-file, --srcdir, --host, --build and --target options
6839         from argument lists.
6840         * configure: Rebuilt.
6842 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
6844         * MAINTAINERS: Add myself to write-after-approval list.
6846 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
6848         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6849         * configure: Rebuilt.
6851 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6853         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6854         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6855         * Makefile.in: Regenerate.
6856         * configure: Regenerate.
6858 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
6860         * configure.in: Remove Makefile in build, host and target modules
6861         unless configure was run with --no-recursion.
6862         * configure: Rebuilt.
6864 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6866         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6867         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6868         * Makefile.in: Regenerate.
6870 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
6872         * config.guess: Update to 2003-01-03 version.
6873         * config.sub: Update to 2003-01-03 version.
6875 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6877         * configure: Regenerate with proper autoconf 2.13.
6879 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6881         * configure.in: Add AC_PREREQ for consistency.
6882         * configure: Regenerate.
6884 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
6886         * configure.in (GDB_TK): Add tcl directories conditional on
6887         gdb/gdbtk directory being present.
6888         * configure: Regenerate.
6890 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
6892         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
6893         used by gcc if LD is not defined and we are not doing a Canadian Cross.
6894         * configure: Rebuilt.
6896 2002-12-31  Tom Tromey  <tromey@redhat.com>
6898         * Makefile.in: Rebuilt.
6899         * Makefile.def (target_modules) [libffi]: Allow installation.
6901 2002-12-31  Andreas Schwab  <schwab@suse.de>
6903         * configure.in: Fix use of $program_transform_name.
6904         * configure: Regenerated.
6906 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
6908         * configure.in (baseargs): Don't remove first configure argument.
6909         * configure: Regenerated.
6911 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
6913         * Makefile.tpl (local-distclean): Don't remove...
6914         (multilib.ts): ... this.  Moved into...
6915         (multilib.out): ... this.  Don't use sub-make.
6916         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6917         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6918         (configure-build-[+module+], configure-[+module+],
6919         configure-target-[+module+], configure-gcc): ... these.  Test
6920         for Makefile existence.  Drop config.status from dependencies.
6921         * Makefile.in: Rebuilt.
6922         * configure.in: Move gcc-version-trigger to the end of
6923         ac_configure_args.  Add comments to maybedep.tmp and
6924         serdep.tmp.  Introduce --disable-serial-configure.  Remove
6925         nonopt from baseargs, matching and removing corresponding
6926         whitespace while at it.
6927         * configure: Rebuilt.
6929 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
6931         * configure.in (host_configargs): Replace reference to
6932         no-longer-defined buildopts with --build=${build_alias}.
6933         * configure: Rebuilt.
6935         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
6936         program_transform_name to standard idiom.
6937         (AUTOGEN, AUTOCONF): Define.
6938         (Makefile.in): Use $(AUTOGEN).
6939         (Makefile): Depend on config.status, and use autoconf-style rule to
6940         build it.  Move original commands to...
6941         (config.status): ... this new target.
6942         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
6943         $(AUTOCONF).
6944         * Makefile.in: Rebuilt.
6946 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6948         * Makefile.tpl: Fix dramatic bustage due to change in
6949         program_transform_name.
6950         * Makefile.in: Regenerate.
6952         * configure.in: Remove unnecessary PATH setting.
6953         * configure: Regnerate.
6955         * configure.in: Don't default to unprefixed tools unless
6956         the native tools will work.
6957         * configure: Regenerate.
6959         * configure.in: Convert to autoconf script.  Blow away lots
6960         of now-redundant Makefile fragments.
6961         * configure: Generate using Autoconf.
6962         * Makefile.tpl: Rewrite to reflect autoconfiscation.
6963         * Makefile.in: Regenerate.
6965 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6967         * configure: Fix stupid bug where RANLIB was mistakenly included.
6969         * configure.in: Rename (buildargs, hostargs, targargs) to
6970         (build_configargs, host_configargs, target_configargs).
6972         * configure.in: Move logic out of sed statement.
6974         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
6975         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6977 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
6979         * config.sub: Import from master repository
6980         * config.guess: Ditto
6982 2002-12-24  Andreas Schwab  <schwab@suse.de>
6984         * Makefile.tpl (multilib.out): Fix missing space.
6985         * Makefile.in: Regenerate.
6987 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6989         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
6990         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
6991         * Makefile.in: Regenerate.
6992         * configure.in: Remove unnecessary leftovers.
6994 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
6996         * configure.in (extra_ranlibflags_for_target): New variable.
6997         (*-*-darwin): Add -c to ranlib commands.
6998         * configure (tooldir): Handle extra_ranlibflags_for_target.
7000 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7002         * Makefile.tpl: Revert HJL's change.
7003         * Makefile.in: Regenerated.
7004         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7005         always.
7007 2002-12-19  Andreas Schwab  <schwab@suse.de>
7009         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7010         * Makefile.in: Regenerate.
7012 2002-12-18  H.J. Lu  <hjl@gnu.org>
7014         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7015         * Makefile.in: Regenerated.
7017         * configure.in (build_prefix): New. Substitute.
7019 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7021         * Makefile.tpl: Don't let real targets depend on phony targets.
7022         * Makefile.in: Regenerate.
7024         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7025         * Makefile.in: Regenerate.
7027 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
7029         * config.sub: Import from master repository
7030         * config.guess: Ditto
7032 2002-12-16  Jason Merrill  <jason@redhat.com>
7034         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7035         previous 'make bootstrap'.
7036         * Makefile.in: Regenerate.
7038 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
7040         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7042 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7044         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7045         * Makefile.in: Regenerate.
7047 2002-12-13  Jason Merrill  <jason@redhat.com>
7049         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
7050         library tests.
7051         (check-c++): Just depend on it and check-target-libstdc++-v3.
7052         * Makefile.in: Regenerate.
7054 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7056         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7057         * Makefile.in: Rebuilt.
7059 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7061         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
7063 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7065         * configure: Fix bug put in by gremlins.
7067         * Makefile.tpl: Substitute more autoconfily.
7068         * configure: Substitute more autoconfily.
7069         * Makefile.in: Regenerate.
7071 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
7073         * config.sub: Import from master repository
7074         * config.guess: Ditto
7075         * MAINTAINERS: Added Svein Seldal under write after approval
7077 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
7079         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7080         * Makefile.in (all-sim): Ditto.
7082 2002-12-06  DJ Delorie  <dj@redhat.com>
7084         * Makefile.tpl: Change configure dependencies to not have real
7085         targets depend on phony targets.
7087 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
7089         * configure.in: Revert unintentional change.
7091         * Makefile.tpl: Change dependency for */multilib.out so that
7092         it works when gcc isn't in the tree.
7094         * configure.in: Substitute more.
7095         * configure: Run subconfigures from the Makefile.
7096         * Makefile.tpl: Run subconfigures from the Makefile; add a few
7097         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
7099 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7101         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
7103 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7105         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7106         and corresponding dependencies.
7107         * Makefile.in: Regenerate.
7109         * configure.in (host_tools): Order binutils, gas and ld for
7110         convenience in running the testsuites.
7112         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7113         * Makefile.in: Regenerate.
7114         * configure.in: Introduce rules to serialize subconfigure runs.
7116         * configure.in: Introduce BASE_CC_FOR_TARGET.
7117         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
7118         Realize configure-build-* targets.  Realize configure-target-* targets.
7119         * Makefile.in: Regenerate.
7121 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7123         * configure: Move gcc_version_trigger stuff from here...
7124         * configure.in: ...to here.
7126         * configure.in: Separate subconfigure options added by this file from
7127         options given by the user.  Add machinery to put args for host
7128         subconfigures into the Makefile.
7130         * Makefile.tpl: Remove 'vault' targets.
7131         * Makefile.tpl: Reorder and comment dependencies.
7132         * Makefile.in: Regenerate.
7134 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7135         * configure.in: Fix my broken commit of previous patch. (sigh)
7137 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7139         * configure.in: Move host-specific darwin noconfigdirs into
7140         the host-specific section.
7142 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7144         * configure.in: Move host-specific darwin noconfigdirs into
7145         the host-specific section.
7147 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7149         * configure: Remove skip-this-dir support.
7150         * Makefile.tpl: Remove skip-this-dir support.
7152         * Makefile.tpl: Remove leftover support for non-autoconfiscated
7153         subdirectories.
7154         * Makefile.in: Regenerate.
7156         * Makefile.tpl: Strip out useless setting of 'dir'.
7157         * Makefile.in: Regenerate.
7159 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7161         * configure.in: Fix deeply stupid bug.
7163         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7164         shell code in CXX_FOR_TARGET
7165         * Makefile.def: Introduce raw_cxx.
7166         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7167         RAW_CXX_FOR_TARGET.
7168         * Makefile.in: Regenerate.
7170 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
7172         * Makefile.tpl: Remove unnecessary ifs.
7173         * Makefile.in: Regenerate.
7175         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
7176         dependencies.  Maybe-ize build-libiberty.  Create dummy install
7177         targets for 'no_install' modules.
7178         * configure: Move GDB_TK substitution to configure.in.  Move
7179         build_modules stuff to configure.in.
7180         * configure.in: Implement soft dependency machinery.  Maybe-ize
7181         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
7182         * Makefile.in: Regenerate.
7184 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7186         * Makefile.tpl: Make all-target, install-target behave similarly
7187         to all, install (only hitting configured targets).  Eliminate
7188         unused macro defintions.
7190         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7191         build != host.
7193         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7195         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7197         * configure.in: Produce lists of subdir targets we're actually
7198         configuring.  Remove references to "dosrel".
7199         * Makefile.tpl: Let configure set which subdir targets are hit.
7200         Remove install-cross; clean up install; remove ALL.  Remove
7201         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
7202         Autogenerate host module targets.  Remove empty dependency lines
7203         and redundant dependency; rearrange slightly.
7204         * Makefile.def: Add host-side libtermcap, utils.
7206         * Makefile.in: Regenerate.
7208 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7210         * ltconfig (osf[345]): Append $major to soname_spec.
7211         Reflect this in library_names_spec.
7212         * ltmain.sh (osf): Prefix $major with . for use as extension.
7214 2002-11-19  Andreas Jaeger  <aj@suse.de>
7216         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
7217         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
7218         and sparc64 GNU/Linux systems.
7220 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
7222         * MAINTAINERS: Update email.
7224 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7226         * MAINTAINERS: Complete James Dennett's entry.
7228 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
7230         * MAINTAINERS (Write After Approval): Add myself.
7232 2002-11-13  Bruce Korb  <bkorb@gnu.org>
7234         * Makefile.tpl: syntactic cleanup
7236 2002-11-13  Stuart Hastings  <stuart@apple.com>
7238         * MAINTAINERS: Add myself to write-after-approval list.
7240 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7242         * Makefile.def: Add list of recursive targets to autogenerate.
7243         Add build_modules.
7244         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
7245         targets.  Autogenerate *-build-* targets.
7246         * Makefile.in: Regenerate.
7248 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7250         * configure: More autoconf-style substitutions.
7251         * Makefile.tpl: More autoconf-style substitutions.
7252         * Makefile.in: Regenerate.
7254 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7256         * configure: Substitute more variables in a more autoconf-friendly
7257         way.  Simplify slightly.
7258         * Makefile.tpl: Make more variables substitutable in an
7259         autoconf-friendly way.
7260         * Makefile.in: Regenerate.
7262 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
7264         * MAINTAINERS (Write After Approval): Add myself.
7266 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7268         * configure.in (v810*): Remove special setting of tools.
7270         * configure: Add support for extra required flags for ar or nm.
7271         * configure.in (aix4.3+): Use above support for target-specific
7272         issues, rather than using config/mt-aix43.
7274 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7276         * configure: Remove 'removing', which doesn't work.  Replace $subdir
7277         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
7278         with $srcdir.  Reformat indentation.  Substitute some variables
7279         formerly hard-coded in the Makefile for build=host.
7280         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7281         * Makefile.def: Autogenerate more.
7282         * Makefile.in: Regenerate.
7284 2002-11-04  Adam Nemet  <anemet@lnxw.com>
7286         * MAINTAINERS (Write After Approval): Add myself.
7288 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
7290         * Makefile.def (host_modules): Add rda.
7291         * Makefile.in: Regenerate.
7292         * configure.in (target_tool): Add target-rda to list.
7294 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7296         * MAINTAINERS: Remove "co-maintainer" note for web pages.
7298 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
7300         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
7301         and restrap targets to this rule.
7302         * Makefile.in:  Regenerate.
7304 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7306         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
7307         GNATS only accounts.
7309 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
7311         * configure.in (i[3456]86-*-linux*): Add check to disable
7312         ${libgcj} for glibc1.
7314 2002-10-24  Denis Chertykov  <denisc@overta.ru>
7316         * MAINTAINERS: Add myself as ip2k port maintainer.
7318 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
7320         * configure.in: Add tic4x target.
7322 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7324         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7325         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7326         * Makefile.in: Regenerate.
7328         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7329         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7330         * Makefile.in: Regenerate.
7332 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
7334         * MAINTAINERS: Add myself as web pages co-maintainer.
7336 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7338         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7339         * Makefile.in: Regenerate.
7341 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
7343         * MAINTAINERS: Add myself and Nathan Sidwell
7344         <nathan@codesourcery.com> as VxWorks maintainers.
7346 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7348         * Makefile.def: Remove order dependency comments.
7349         * Makefile.tpl: Add explicit install-install dependencies.
7350         * Makefile.in: Regenerate.
7352         * Makefile.tpl: Remove material now in src-release.  (Finally!)
7353         * Makefile.in: Regenerate.
7355         * Makefile.tpl: Add configure-target (for src-release in src)
7356         * Makefile.in: Regenerate.
7358 2002-09-30  Nick Clifton  <nickc@redhat.com>
7360         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7362 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
7364         * configure.in (s390*-*-linux*): Enable libgcj.
7366 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
7368         * configure: Revert accidentally applied changes.
7370         * Makefile.tpl: Make more autoconf-friendly.
7371         * Makefile.in: Regenerate.
7372         * configure: Make substitution more autoconf-like.
7374 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
7376         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7377         single entry to handle all these.
7378         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
7379         libjava on arm-*-elf.
7381 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
7383         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7384         things that depend on them.
7386 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7388         * Makefile.tpl: Make subsituted variables more autoconfy.
7389         * Makefile.in: Regenerate.
7390         * configure: Make seds more autoconfy.
7392 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7394         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7395         * Makefile.in: Regenerate.
7396         * configure.in: Rewrite sed statements to look autoconfy.
7398         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7399         all-target-foo on configure-target-foo.
7400         * Makefile.def: Ditto.
7401         * Makefile.in: Rebuild.
7403 2002-09-25  Andrew Haley  <aph@redhat.com>
7405         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
7407 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7409         * Makefile.def: New file.
7410         * Makefile.tpl: New file.
7411         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7412         * contrib/gcc_update: Note that Makefile.in is a generated file.
7414         * configure.in: Minor rearrangement.  Simplify tests.
7416 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
7418         * configure.in (with_headers): Skip copy if value is "yes".
7419         (with_libs): Likewise.
7421 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7423         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7424         * configure.in (sh*-*-pe*): Ditto.
7425         * configure.in (mips*-*-pe*): Ditto.
7426         * configure.in (*arm-wince-pe): Ditto.
7428         * configure.in: Rearrange.
7430 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
7432         * MAINTAINERS: Update my email address.
7434 2002-08-30  Paul Koning  <pkoning@equallogic.com>
7436         * MAINTAINERS: (Write After Approval): Add myself.
7438 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
7440         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
7442 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
7444         * MAINTAINERS: Change my mailing address.
7446 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
7448         * MAINTAINERS (Write After Approval): Remove myself.
7449         (Various Maintainers: c++ runtime libs): Add myself.
7451 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
7453         * MAINTAINERS (Write After Approval): Remove myself.
7454         (Various Maintainers: c++ runtime libs): Add myself.
7456 2002-08-15  Eric Christopher  <echristo@redhat.com>
7458         * config.sub: Import from master repository.
7459         * config.guess: Ditto.
7461 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
7463         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7464         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7465         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7467 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
7469         * MAINTAINERS: Add self to rs6000 vector extensions.
7471 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
7473         * libiberty/configure: Reverted unintended yesterday's check in.
7475 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
7477         * boehm-gc/configure, libf2c/configure: Rebuilt.
7478         * libffi/configure, libiberty/configure: Ditto.
7479         * libjava/configure, libobjc/configure: Ditto.
7480         * libstdc++-v3/configure, zlib/configure: Ditto.
7481         Merged from binutils:
7482         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
7483         From Steve Ellcey <sje@cup.hp.com>:
7484         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7485         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7486         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7487         IA64.
7488         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7489         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7490         soname_spec, sys_lib_search_path_spec): Ditto.
7492 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
7494         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7496 2002-08-04  H.J. Lu  (hjl@gnu.org)
7498         * configure.in (mips*-*-linux*): Don't skip target-libffi.
7500 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
7502         * MAINTAINERS (Write After Approval): Add myself.
7504 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
7506         * configure.in: Move generic linux case to end.  Copy generic
7507         linux noconfigdirs to mips*-*-linux* entry and new
7508         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
7510 2002-07-19  Michael Matz  <matz@suse.de>
7512         * MAINTAINERS: Add myself as ra* maintainer.
7514 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
7516         * config.guess: Update to 2002-07-09 version.
7517         * config.sub: Update to 2002-07-03 version.
7519 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
7521         * MAINTAINERS: Fix typo in a maintainer email address.
7523 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7525         * configure.in: Remove two redundant tests.
7527 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7529         * configure.in (mips*-*-irix6*o32): Enable stabs.
7531 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
7533         * configure.in: Don't build grez.
7534         * Makefile.in: Ditto.
7536         * Makefile.in: Remove references to bsp, cygmon, libstub.
7537         * configure.in: Ditto.
7539         * configure.in: Remove leftover reference to gdbtest.
7541 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
7543         * configure.in (gxx_include_dir):  Change to match versioned
7544         C++ headers if --enable-version-specific-runtime-libs is used.
7546 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
7548         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7550 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7552         * configure.in: Make --without-x work.
7554 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7556         * configure.in: Rearrange target Makefile fragment collection.
7558         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7559         cvs[src].
7560         * configure.in: Ditto.
7562 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
7564         * MAINTAINERS (Write After Approval): Update my e-mail address.
7566 2002-06-24  Ben Elliston  <bje@redhat.com>
7568         * configure.in (host_tools): Remove cgen.
7570         * Makefile.in (all-cgen): Remove; runs from its source directory.
7571         (check-cgen, install-cgen, clean-cgen): Likewise.
7572         (all-opcodes): Do not depend on all-cgen.
7573         (all-sim): Likewise.
7575 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7577         * Makefile.in: Eliminate 'apache' targets.
7578         * configure.in: Eliminate 'apache' targets.
7580         * configure.in: Eliminate redundant tests.  Reorganize.
7582         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7584         * config-ml.in: Eliminate references to Cygnus configure.
7586         * Makefile.in: Eliminate references to building emacs.
7588 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
7590         * MAINTAINERS: Update my email address.
7592 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
7594         * config.if (libstdcxx_incdir): Version C++ headers.
7595         (cxx_incdir): Remove.
7597 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7599         * MAINTAINERS (Write After Approval): Add self.
7601 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
7603         * configure.in: Add support for ip2k.
7605 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
7607         * configure.in: Fix AIX configury bug.
7609 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
7611         * MAINTAINERS (Write After Approval): Add self.
7613 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7615         * configure.in: replace ${topsrcdir} with ${srcdir}
7617         * configure.in: Move definition of libstdcxx_flags
7618         right above usage, rather than waaay earlier.
7620         * configure.in: Pull definition of is_cross_compiler earlier.
7622         * configure.in: Rearrange a little.
7624         * configure.in: Remove references to librx.
7625         * Makefile.in: Remove references to librx.
7627 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
7629         * config.sub: Add support for avr target.
7630         Import from master sources, rev 1.255
7632 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
7634         * configure, .cvsignore:  Revert previous change...
7635         * Makefile:  ...delete.
7637 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7639         * configure.in: Eliminate ${gasdir} variable.
7641 2002-06-18  Dave Brolley  <brolley@redhat.com>
7643         * configure.in: Add support for frv.
7644         * config.sub: Add support for frv.
7646 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7648         * configure:  Remove garbage from previous commit.
7650 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7652         * configure:  For in-source builds, make a subdir and re-exec there.
7653         * Makefile:  New file.  Pass targets through to build directory.
7654         * .cvsignore:  No longer ignore "Makefile".
7656 2002-06-16  Douglas Rupp  <rupp@gnat.com>
7658         * MAINTAINERS (Write After Approval): Add self.
7660 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7662         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7664 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
7666         * configure.in (vax-*-netbsd*): Re-enable gas.
7668 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
7670         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7671         BUILD_PREFIX_1, to correct nomenclature.
7672         * configure: Likewise.
7674         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7675         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7677 2002-05-31  Olaf Hering  <olh@suse.de>
7679         * config-ml.in: Propogate DESTDIR also.
7681 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
7683         * configure.in (vax-*-netbsd*): Don't build gas for this
7684         platform.
7686 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7688         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7689         and libgcj for AVR.
7691 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
7693         * MAINTAINERS (Write After Approval): Add myself.
7695 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
7697         * config.guess: Update to 2002-05-22 version.
7698         * config.sub: Likewise.
7700 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7702         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7703         * config-ml.in: Likewise.
7704         * configure: Likewise.
7705         * configure.in: Likewise.
7707 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
7709         * MAINTAINERS: Update my email address.
7711 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
7713         * configure.in: Simplify makefile fragment collection.
7715         * configure.in: Remove code to build emacs.
7717         * configure.in : Remove --srcdir argument from targargs and buildargs
7718         (it's always overridden in the Makefile anyway).  Rearrange a bit.
7720         * configure: Move some logic to configure.in.
7721         * configure.in: Move some logic from configure.
7723 2002-05-11  Tom Tromey  <tromey@redhat.com>
7725         * MAINTAINERS: Reflect libgcj reality.
7727 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
7729         * Makefile.in: Honour DESTDIR.
7731 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
7733         * config.guess: Import 2002-03-20 version.
7734         * config.sub: Import 2002-04-26 version.
7736 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7738         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
7740 2002-05-07  Tim Josling  <tej@melbpc.org.au>
7742         * MAINTAINERS: Add self.
7744 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
7746         * ltmain.sh: Detect and handle object name conflicts
7747         while piecewise linking a static library.
7749 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
7751         * configure.in (noconfigdirs): Don't disable libgcj on
7752         sparc64-*-solaris* and sparcv9-*-solaris*.
7754 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
7756         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7758 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
7760         * configure.in (FLAGS_FOR_TARGET): Do not add
7761         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7762         on i[3456]86-*-linux*.
7764 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
7766         * configure.in (noconfigdirs): Replace [ ] with test.
7768         * configure.in (noconfigdirs): Do not add target-newlib if
7769         target == i[3456]86-*-linux*, and host == target.
7771 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
7773         * configure.in: delete reference to absent file
7775         * configure.in: replace '[' with 'test'
7777         * configure.in: Eliminate references to gash.
7778         * Makefile.in: Eliminate references to gash.
7780         * configure.in: remove useless references to 'pic' makefile fragments.
7782         * configure.in: (*-*-windows*) Finish removing.
7784         * configure.in: Eliminate redundant test for libgui.
7786 2002-04-29  Roger Sayle  <roger@eyesopen.com>
7788         * MAINTAINERS: Add self and realphabetize.  Update entries
7789         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
7790         entry for a29k port maintainer.
7792 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
7794         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7795         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7797 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
7799         * configure.in: remove references to dead files
7801 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
7803         * MAINTAINERS: Add information about purpose of this file.
7805 2002-04-18  Tom Tromey  <tromey@redhat.com>
7807         * configure.in: Disallow configuring libgcj when it is already
7808         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
7809         Solaris 2.8 by default.  For PR libgcj/6158.
7811 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7813         * configure.in:  Move default CC setting out of config/mh-* fragments
7814         directly into here.
7816 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7818         * configure.in: don't even try to configure or make a subdirectory
7819         if there's no configure script for it.
7821 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
7823         * MAINTAINERS: Remove chill maintainers.
7824         * Makefile.in (CHILLFLAGS): Remove.
7825         (CHILL_LIB): Remove.
7826         (TARGET_CONFIGDIRS): Remove libchill.
7827         (CHILL_FOR_TARGET): Remove.
7828         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7829         CHILL_LIB.
7830         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7831         (CHECK_TARGET_MODULES): Likewise.
7832         (INSTALL_TARGET_MODULES): Likewise.
7833         (CLEAN_TARGET_MODULES): Likewise.
7834         (configure-target-libchill): Remove.
7835         (all-target-libchill): Remove.
7836         * configure.in (target_libs): Remove target-libchill.
7837         Do not compute CHILL_FOR_TARGET.
7838         * libchill: Remove directory.
7840 2002-04-11  DJ Delorie  <dj@redhat.com>
7842         * Makefile.in, configure.in: Sync with binutils, entries
7843         follow...
7845 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7847         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
7848         (do-tar, do-bz2): New rules.
7849         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
7850         (gdb-tar): New rule.
7851         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
7852         (insight_dejagnu.tar): New rule.
7853         (insight.tar): New rule.
7854         (gdb+dejagnu.tar): New rule.
7855         (gdb.tar): New rule.
7857 2002-02-01  Mo DeJong  <supermo@bayarea.net>
7859         * Makefile.in: Add all-tix to deps for all-snavigator
7860         so that tix is built when building snavigator.
7862 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
7864         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7865         ld and gdb are not supported.
7867 2002-01-07  Mark Salter  <msalter@redhat.com>
7869         * configure.in: Remove target-bsp and target-cygmon from arm builds.
7870         Allow target-libgloss to be built for arm, strongarm, and xscale.
7872 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
7874         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7875         options for i[3456]86-pc-linux* native builds.
7877 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
7879         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7880         files from .po files for a distribution.
7882 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
7884         * configure.in: Enable libstdc++-v3 for h8300 targets.
7886 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
7888         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
7889         version from bfd/.
7891 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
7893         * Makefile.in (VER): When present, extract the version number from
7894         the file version.in.
7896 2001-05-24  Tom Rix  <trix@redhat.com>
7898         * configure.in : enable ld for aix
7900 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7902         * config.guess: Add linux target for S/390.
7904 2000-11-07  Philip Blundell  <pb@futuretv.com>
7906         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7908 2000-11-03  Philip Blundell  <pb@futuretv.com>
7910         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7911         files.
7913 2001-01-15  Ben Elliston  <bje@redhat.com>
7915         * configure.in (host_tools): Add sid.
7916         Always configure cgen.
7918 2000-11-24  Nick Clifton  <nickc@redhat.com>
7920         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
7923 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
7925         * Makefile.in (ALL_MODULES): Add all-cgen.
7926         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7927         (all-cgen): New target.
7928         (all-opcodes,all-sim): Depend on all-cgen.
7929         * configure.in (host_tools): Add cgen.
7930         Only configure cgen if --enable-cgen-maint.
7932 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
7934         * configure.in: Add *-*-freebsd* configurations.
7936 2002-04-08  Tom Tromey  <tromey@redhat.com>
7938         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7939         Fixes PR libgcj/6068.
7941 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
7943         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7945 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7947         * configure.in (alpha*-dec-osf*): Enable libgcj.
7949 2003-03-27  Matthew Gingell  <gingell@gnat.com>
7951         * MAINTAINERS (Write After Approval): Add myself.
7953 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
7955         Fix for: PR bootstrap/3591, target/5676
7956         * configure.in (mcore-pe): Disable the configuration of
7957         libstdc++-v3 since exceptions are not supported.
7959 2002-03-20  Anthony Green  <green@redhat.com>
7961         * configure.in: Enable libgcj for xscale-elf target.
7963 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
7965         * MAINTAINERS:  Update my email address.
7967 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
7969         * ltmain.sh (relink_command): Fix typo in previous change.
7971 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
7973         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
7974         (relink_command): Added --tag flags.
7975         (mode=install): If relinking fails; error out.
7977 2002-03-12  Richard Henderson  <rth@redhat.com>
7979         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
7980         .NOTPARALLEL tag.
7981         (do-check): Rename from check.
7982         (check): Allow parallel check.
7984 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
7986         * MAINTAINERS: Add myself as maintainer for xtensa port.
7987         Fix alphabetical order in CPU port maintainer list.
7988         Remove myself from Write After Approval list.
7990 2002-03-11  Richard Henderson  <rth@redhat.com>
7992         * Makefile.in (.NOTPARALLEL): Add fake tag.
7994 2002-03-07  H.J. Lu  (hjl@gnu.org)
7996         * configure.in: Enable gprof for mips*-*-linux*.
7998 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
8000         * MAINTAINERS (Write After Approval): Add myself.
8002 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
8004         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8005         libjava.
8006         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8008 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
8010         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8011         because its Makefile is there; test for the executable instead.
8013 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
8015         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8016         libstdc++-v3 and libjava.
8018 2002-02-11  Adam Megacz  <adam@xwt.org>
8020         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8021         boehm-gc
8023 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
8025         * config.guess: Updated to 2002-01-30's version.
8026         * config.sub: Updated to 2002-02-01's version.
8027         Contribute sh64-elf.
8028         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
8029         * configure.in: Added sh64-*-*.
8031 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
8033         * MAINTAINERS: Belatedly add myself to write after approval list.
8035 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
8037         * MAINTAINERS: Put self in as maintainer for x86-64 port.
8038         Remove self as Write After Approval.
8040 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
8042         * MAINTAINERS: Put self in as maintainer for contrib/regression
8043         directory.
8045 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
8047         * MAINTAINERS:  Update my email address.
8049 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
8051         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
8052         target-libiberty, and target-libgloss.  Skip Java-related
8053         libraries if not supported for NetBSD on target CPU.
8055 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
8057         * install-sh: Use _inst.$$_ for temp file name.
8059 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
8061         * MAINTAINERS (Write After Approval): Move my contact info
8062         from here...
8063         (OS Port Maintainers): ...to here (netbsd).
8065 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
8067         * MAINTAINERS (Write After Approval): Add myself.
8069 2002-01-17  H.J. Lu  <hjl@gnu.org>
8071         * Makefile.in (all-fastjar): Also depend on all-libiberty.
8072         (all-target-fastjar): Also depend on all-target-libiberty.
8074 2002-01-16  H.J. Lu  (hjl@gnu.org)
8076         * config.guess: Import from master sources, rev 1.225.
8077         * config.sub: Import from master sources, rev 1.238.
8079 2002-01-16  Kazu Hirata  <kazu@hxi.com>
8081         * MAINTAINERS (Write After Approval): Remove myself.
8083 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
8085         * MAINTAINERS (Write After Approval): Add myself.
8087 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8089         * MAINTAINERS: Add self as docs co-maintainer.
8091 2001-12-11  Matthias Klose  <doko@debian.org>
8093         * MAINTAINERS (Write After Approval): Add myself.
8095 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
8097         * MAINTAINERS: Update my email address.
8099 2001-12-07  Turly O'Connor  <turly@apple.com>
8100         * MAINTAINERS (Write After Approval): Add myself.
8101         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
8102         (rs6000_initialize_trampoline): Call __trampoline_setup for
8103         ABI_DARWIN too.
8104         * darwin-tramp.asm: New file, implements __trampoline_setup.
8105         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
8107 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
8109         * MAINTAINERS (Write After Approval): Add myself.
8111 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
8113         * configure, configure.in: Use temp file for long sed commands.
8115 2001-12-03  Laurent Guerby  <guerby@acm.org>
8117         * config.sub: Update to version 1.232 on subversion.
8119 2001-12-03  Ben Elliston  <bje@redhat.com>
8121         * MAINTAINERS: Update mail address for config.* patches.
8123 2001-11-27  DJ Delorie  <dj@redhat.com>
8124             Zack Weinberg  <zack@codesourcery.com>
8126         When build != host, create libiberty for the build machine.
8128         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8129         CONFIG_ARGUMENTS.
8130         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8131         New variables.
8132         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8133         and rules.
8134         (all.normal): Depend on ALL_BUILD_MODULES.
8135         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8136         (all-build-libiberty): Depend on configure-build-libiberty.
8138         * configure: Calculate and substitute proper value for
8139         ALL_BUILD_MODULES.
8140         * configure.in: Create the build subdirectory.
8141         Calculate and substitute TARGET_CONFIGARGS (formerly
8142         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8144 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
8146         * MAINTAINERS (write-after-approval): Add self.
8148 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8150         * MAINTAINERS (GNATS only accounts): Remove self.
8152 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
8154         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8155         libf2c.
8157 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8159         * MAINTAINERS (Write After Approval): Add self.
8161 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8163         * MAINTAINERS: mips and s390 are also CPU ports.
8165 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8167         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
8169 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
8171         * MAINTAINERS: Alphabetize.
8173 2001-11-09  Kazu Hirata  <kazu@hxi.com>
8175         * MAINTAINERS (Various maintainers: h8 port): Add myself.
8177 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8179         * MAINTAINERS (Various maintainers: hppa port): Added myself.
8181 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
8183         * configure.in (--enable-languages): Be more permissive about
8184         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
8186 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
8188         * config.sub: Import from master sources, rev. 1.230.
8189         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
8191 2001-11-07  Laurent Guerby  <guerby@acm.org>
8193         * MAINTAINERS (Write After Approval): Add self.
8195 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
8197         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8199 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
8201         * config.sub: Import from master sources, rev 1.226.
8202         * config.guess: Import from master sources, rev 1.216.
8204 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
8206         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8207         * MAINTAINERS: Add self as maintainer of MMIX port.
8208         Remove old after-approval entry.
8210 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
8212         * ChangeLog, configure: Fix spelling errors.
8214 2001-10-20  Brendan Kehoe  <brendan@zen.org>
8216         * MAINTAINERS: Tweak my address.
8218 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
8220         * MAINTAINERS: Update my email address.
8222 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
8224         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8225         * MAINTAINERS: Add self as maintainer of CRIS port.
8227 2001-10-10  Geert Bosch  <bosch@gnat.com>
8229         * MAINTAINERS (Various maintainers: Ada front end):
8230         Added Robert Dewar.
8232 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
8234         * MAINTAINERS (Write After Approval): Added self
8236 2001-10-02  Geert Bosch  <bosch@gnat.com>
8238         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
8240 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
8242         * configure: Handle temporary files securely using mkdir.
8244 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
8246         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8248 2001-09-26  Will Cohen  <wcohen@redhat.com>
8250         * configure.in (*-*-linux*): Disable configuration of target-newlib
8251         and target-libgloss.
8253 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
8255         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8256         RANLIB.
8258 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
8260         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8261         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8262         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8263         avoid quotes nesting problems.
8264         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8265         (DO_X): Export only variables that are set.
8267 2001-09-19  Ben Elliston  <bje@redhat.com>
8269         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8270         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8271         semantics.  Use the shell built-in "type" command instead.
8273 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
8275         Merged from gcc-3_0-branch:
8276         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
8277         * ltcf-c.sh: Use $objext, not $ac_objext.
8278         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
8279         * ltcf-cxx.sh: Add support for GNU.
8280         2001-07-22  Timothy Wall  <twall@redhat.com>
8281         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
8282         default settings if using GNU tools with that configuration.
8283         * ltcf-cxx.sh: Ditto.
8284         * ltcf-gcj.sh: Ditto.
8285         2001-07-21  Michael Chastain  <chastain@redhat.com>
8286         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8287         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
8288         * ltmain.sh: Mark as gcc-local.
8290 2001-08-30  Eric Christopher  <echristo@redhat.com>
8291             Jason Eckhardt  <jle@redhat.com>
8293         * config.guess: Merge from master sources.
8294         * config.sub: Merge from master sources, add support for mipsisa32.
8296 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
8297         * config.sub: Merge from master sources, rev 1.219.
8298         * MAINTAINERS: Add self as contact for stormy16 port.
8300 2001-08-14  Zack Weinberg  <zackw@panix.com>
8302         * config.sub: Merge from master sources, rev 1.218.
8303         * config.guess: Merge from master sources, rev 1.209.
8305 2001-08-11  Graham Stott  <grahams@redhat.com>
8307         * Makefile.in (check-c++): Add missing semicolon.
8309 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
8311         * MAINTAINERS (Various maitainers: predict.def): Added myself.
8313 2001-07-30  Eric Christopher  <echristo@redhat.com>
8315         * MAINTAINERS (Various maintainers: mips port): Added myself.
8317 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
8319         * configure.in (sh-*-linux*): New.
8321 2001-07-27  Richard Henderson  <rth@redhat.com>
8323         * .cvsignore: Add LAST_UPDATED.
8325 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
8327         * MAINTAINERS (Various maintainers: s390 port): Added myself.
8329 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
8331         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
8333 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
8335         * MAINTAINERS (Write After Approval): Added myself.
8337 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8339         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8340         and libgcj on m68hc11/m68hc12.
8342 2001-06-27  H.J. Lu  (hjl@gnu.org)
8344         * Makefile (CFLAGS_FOR_BUILD): New.
8345         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8347 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8349         * README: Remove version number.
8351 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8353         * INSTALL/README: Update wrt. to the installation instructions now
8354         residing in gcc/doc/install.texi.
8356 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8358         * README: Replace with a cut-down and updated version of gcc/README.
8360 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
8362         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
8363         multilibs to be disabled.
8365 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
8367         * MAINTAINERS (Write After Approval): Add myself.
8369 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
8371         * config.guess: Import CVS version 1.195.
8372         * config.sub: Import CVS version 1.212.
8374 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
8376         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8377         gcc/xgcc is built, use -print-prog-name to find out the program
8378         name to use.
8380 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
8382         * config.guess:  Import CVS version 1.194.  All gcc-local changes
8383         appear to also be in the master copy.
8384         * config.sub:  Import CVS version 1.211.
8386 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
8388         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8389         with_gcc]: Use `gcc -shared' to build a shared library.
8391 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8393         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8394         archives.
8396 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8398         * MAINTAINERS (Write After Approval): Add myself.
8400 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
8402         * configure.in (libstdcxx_flags): Do not try to execute
8403         libstdc++-v3/testsuite_flags until it exists.
8405 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
8407         * MAINTAINERS: Update my email address.
8409 2001-05-31  Graham Stott  <grahams@redhat.com>
8411         * MAINTAINERS (Write After Approval): Add myself.
8413 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
8415         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
8416         libraries when using g++ with native linker.
8418 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
8420         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8422 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
8424         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8425         [aix4*|aix5*]: Prepend blank.
8427 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
8429         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8430         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
8431         of subdir/configure scripts to use the new libtool.m4.
8433 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
8435         * MAINTAINERS (Write After Approval): Add myself.
8437 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
8439         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8441 2001-05-11  Ben Elliston  <bje@redhat.com>
8443         * Makefile.in (all-sid): New target.
8444         (check-sid, clean-sid, install-sid): Likewise.
8446 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
8448         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8450 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8452         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8453         libgcj.
8455 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8457         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8458         gcc/xgcc is built, use -print-prog-name to find out the program
8459         name to use.
8461 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
8463         * configure.in (noconfigdirs): Don't reset it from scratch in the
8464         target case; only append to it.
8466         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8467         sparc-*-solaris2.8]: Disable ${libgcj}.
8469 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
8471         * configure.in (libgcj_saved): Copy from $libgcj.
8472         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8473         --disable-libgcj.
8475 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
8477         * MAINTAINERS: Remove self as MIPS maintainer and
8478         C front end maintainer.
8480 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
8482         * configure.in: Move *-chorusos target case to the proper switch.
8483         Disable libgcj.
8485 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8487         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8488         1.641.2.228.
8490 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8492         * Makefile.in (STAGE1_CFLAGS): Pass down.
8494 2001-04-13  Alan Modra  <amodra@one.net.au>
8496         * config.guess: Add hppa64-linux support.  Note for next import that
8497         this is already in the master file.
8498         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
8500 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8502         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8503         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8505 2001-04-11  Stan Shebs  <shebs@apple.com>
8507         * MAINTAINERS: Add self as Darwin port maintainer.
8509 2001-04-11  Alan Modra  <amodra@one.net.au>
8511         * MAINTAINERS: Update my email address.
8513 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
8515         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8516         recent versions of FreeBSD (release 3 or later).
8517         * ltconfig: On FreeBSD, -lc must not be provided when building
8518         a shared library or else the standard -pthread gcc option is
8519         rendered worthless to later users of the built library.
8521 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
8523         * MAINTAINERS: Add self and RTH as C front end maintainers.
8525 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
8527         * config.sub: Make sure to match an already-canonicalized
8528         machine name (eg. mn10300-unknown-elf).
8530 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
8532         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8533         New macros.
8534         (bootstrap, cross): Use RECURSE_FLAGS.
8535         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8537 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
8539         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8541 2001-03-22  Colin Howell  <chowell@redhat.com>
8543         * Makefile.in (DO_X): Do not backslash single-quotes in
8544         backquotes (two places).
8546 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8548         Re-installed:
8549         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8550         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8551         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8552         * ltcf-cxx.sh: Likewise.
8553         * ltcf-gcj.sh: Likewise.
8555 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8557         * MAINTAINERS: Add myself as "documentation co-maintainer".
8559 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8561         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8562         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8564 2001-03-19  Tom Tromey  <tromey@redhat.com>
8566         * config-ml.in: Handle GCJ and GCJFLAGS.
8568 2001-03-21  Michael Chastain  <chastain@redhat.com>
8570         * Makefile.in: all-m4 depends on all-texinfo.
8572 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
8574         * MAINTAINERS: Add myself to write after approval list.
8576 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
8578         * Makefile.in (DO_X): Quote nested quotes.
8580 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
8582         * MAINTAINERS: Add myself to write after approval list.
8584 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
8586         * Makefile.in (DO_X): Use double quotes for quoting
8587         "RANLIB=$${RANLIB}".
8589 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
8591         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
8593 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
8595         * configure.in: Only use `lang_requires' for languages athat are
8596         actually enabled.
8598 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
8600         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
8602 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
8604         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8606 2001-03-07  Tom Tromey  <tromey@redhat.com>
8608         * configure.in: Allow config-lang.in to set `lang_requires' to list
8609         of other required languages.
8611 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
8613         * Makefile.in: Remove RANLIB definition. Use RANLIB
8614         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8615         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8617 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
8618             Alexandre Oliva  <aoliva@redhat.com>
8620         * Makefile.in (check-c++): Use tabs, not spaces.
8622 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
8624         * MAINTAINERS: add myself to Write After Approval list.
8626 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
8628         * Makefile.in (check-c++): New rule.
8630         * configure.in (target_libs): Remove libg++.
8631         (noconfigdirs): Remove libg++.
8632         (noconfigdirs): Same.
8633         (noconfigdirs): Same.
8634         (noconfigdirs): Same.
8636         * config-ml.in: Remove libg++ references.
8638         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8639         (ALL_TARGET_MODULES): Same.
8640         (configure-target-libg++): Remove.
8641         (all-target-libg++): Remove.
8642         (configure-target-libio): Remove.
8643         (all-target-libio): Remove.
8644         (check-target-libio): Remove.
8645         (.PHONY): Remove.
8646         (libg++.tar.bz2): Remove.
8647         (all-target-cygmon): Remove libio.
8648         (all-target-libstdc++): Remove.
8649         (configure-target-libstdc++): Remove.
8650         (TARGET_LIB_PATH): Remove libstdc++.
8651         (ALL_GCC_CXX): Remove libstdc++.
8652         (all-target-gperf): Correct.
8654 2001-02-16  Nick Clifton  <nickc@redhat.com>
8656         * configure.in (noconfigdirs): Allow configuration of texinfo
8657         for Cygwin hosts.
8659 2001-02-15  Anthony Green  <green@redhat.com>
8661         * configure: Introduce GCJ_FOR_TARGET.
8662         * configure.in: Ditto.
8663         * Makefile.in: Ditto.
8665 2001-02-13  Andreas Schwab  <schwab@suse.de>
8667         * MAINTAINERS: Update mail address.
8669 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8671         * config.guess: Add linux target for S/390.
8672         * config.sub: Likewise.
8674 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
8676         * configure.in: for *-chorusos, don't config target-newlib and
8677         target-libgloss.
8679 2001-02-06  Ben Elliston  <bje@redhat.com>
8681         * configure: Output host type to stdout, not stderr.
8683 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
8685         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
8686         * ltcf-cxx.sh: Likewise.
8688         * config.if: Assume enable_libstdcxx_v3 is defined.
8690 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
8692         Remove V2 C++ library.
8693         * configure.in: Remove --enable-libstdcxx_v3 support.
8695 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
8697         * include/demangle.h: Add prototype for java_demangle_v3.
8699 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
8701         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
8703 2001-01-27  Richard Henderson  <rth@redhat.com>
8705         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8707 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8709         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8710         Don't unset, it's non-portable and no longer necessary, set to empty
8711         instead.
8713 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8715         * ltconfig: Shell portability fix for the tagname validity check.
8717 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
8719         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8720         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8722 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8724         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8726 2001-01-26  Tom Tromey  <tromey@redhat.com>
8728         * configure.in: Allow libgcj to be built on Sparc Solaris.
8730 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
8732         * ltcf-c.sh: Add aix5 case.
8733         * ltcf-cxx.sh: Likewise.
8734         * ltconfig: Likewise.
8736 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
8738         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8739         keep at least one of build_libtool_libs or build_old_libs set to
8740         yes.
8742         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8743         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8745 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
8747         * configure.in: Enable libgcj on several additional platforms.
8749 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
8751         * configure.in: Enable libgcj for linux targets.
8753 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8755         * MAINTAINERS (Write After Approval): Add myself.
8757 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8759         * MAINTAINERS: Add myself as vax port maintainer.
8761 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
8763         * MAINTAINERS: Add myself as Mercury front-end maintainer.
8765 2001-01-09  Mike Stump  <mrs@wrs.com>
8767         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8768         failures of subdirectories.
8770 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8772         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8773         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8774         * ltcf-cxx.sh: Likewise.
8775         * ltcf-gcj.sh: Likewise.
8776         * ltconfig.sh: Fix typo.
8778 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8780         * configure: handle DOS-style absolute paths.
8782 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8784         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8786 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
8788         * MAINTAINERS: Add myself as avr port co-maintainer.
8790 2000-12-28  Ben Elliston  <bje@redhat.com>
8792         * MAINTAINERS: Add myself under ``Write After Approval''.
8794 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
8796         * texinfo: Remove directory from GCC.
8798 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8800         * COPYING: Update to current
8801         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
8802         to 19yy as example year in copyright notice).
8804 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
8806         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8807         (libstdcxx_incdir): Pass down.
8808         * config.if: Remove expired bits for cxx_interface, add stub.
8809         (libstdcxx_incdir): Add variable for g++ include directory.
8810         * configure.in (gxx_include_dir): Use it.
8812 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
8814         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
8815         with old-email address from ``Write After Approval''.
8817 2000-12-15  Andreas Jaeger  <aj@suse.de>
8819         * configure.in: Handle lang_dirs.
8821 2000-12-14  Tom Tromey  <tromey@redhat.com>
8823         * MAINTAINERS: Removed brads.
8825         * MAINTAINERS: Added gcj developers.
8827 2000-12-13  Anthony Green  <green@redhat.com>
8829         * configure.in: Disable libgcj for any target not specifically
8830         listed.  Disable libgcj for x86 and Alpha Linux until compatible
8831         with g++ abi.
8833 2000-12-13  Mike Stump  <mrs@wrs.com>
8835         * Makefile.in (local-distclean): Also remove fastjar.
8837 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
8839         * contrib/gcc_update: Add fastjar --touch entries.
8841 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
8843         * configure.in: Disable language-specific target libraries for
8844         languages that aren't enabled.
8846 2000-12-10  Anthony Green  <green@redhat.com>
8848         * configure.in: Define libgcj.  Disable libgcj target libraries for
8849         most targets.
8851 2000-12-10  Neil Booth  <neilb@earthling.net>
8853         * MAINTAINERS: Update mail address, remove from WAA list.
8855 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8857         * libjava: Imported from /cvs/java.
8858         * libffi: Likewise.
8859         * Boehm-gc: Likewise.
8861 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8863         * configure.in (target_libs): Revert 2000-12-08 patch.
8864         (noconfigdirs): Added target-libjava.
8866 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8868         * djunpack.bat: removed.
8870 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8872         * Makefile.in: handle DOS-style absolute paths.
8873         * config-ml.in: likewise.
8874         * symlink-tree: likewise.
8876 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8878         * fastjar: Imported.
8880 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8882         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8883         libjava.
8884         * configure.in (target_libs): Removed `target-libjava'.
8886 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8888         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8889         (ALL_MODULES): Added fastjar.
8890         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8891         (all-target-libjava): all-fastjar replaces all-zip.
8892         (all-fastjar): Added.
8893         (configure-target-fastjar, all-target-fastjar): Likewise.
8894         * configure.in (host_tools): Added fastjar.
8896 2000-12-07  Mike Stump  <mrs@wrs.com>
8898         * Makefile.in (local-distclean): Remove leftover built files.
8900 2000-11-24  Nick Clifton  <nickc@redhat.com>
8902         * configure.in (xscale-elf): Add target.
8903         (xscale-coff): Add target.
8905 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
8907         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8908         recent versions of FreeBSD (release 3 or later).
8909         * ltconfig: On FreeBSD, -lc must not be provided when building
8910         a shared library or else the standard -pthread gcc option is
8911         rendered worthless to later users of the built library.
8913 2000-11-16  Fred Fish  <fnf@be.com>
8915         * configure.in (enable_libstdcxx_v3): Fix typo,
8916         libstd++ -> libstdc++.
8918 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8920         * MAINTAINERS: Add self to Write After Approval list.
8922 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
8924         * MAINTAINERS: Update my email address.  Add myself to global write
8925         privs list.
8927 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
8929         * Makefile.in: Merge with src and libgcj.
8930         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
8931         configure-target-<library> when their configure scripts need the C
8932         or C++ library to have already been built to work properly.
8933         (do_proto_toplev): Set them to an empty string.
8935         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8936         (REALLY_SET_LIB_PATH): Use them.
8938 2000-11-17  Stan Shebs  <shebs@apple.com>
8940         * MAINTAINERS: Add self to Write After Approval list.
8942 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8944         * configure: Provide the original toplevel configure arguments
8945         (including $0) to subprocesses in the environment rather than
8946         through gcc/configargs.h.
8948 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8950         * MAINTAINERS: Remove references to cccp. Change C9X reference to
8951         C99.  Alphabetise "Write After Approval" list.
8953 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
8955         * configure: Turn on libstdc++ V3 by default.
8957         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
8958         if we've got GCC.
8960 2000-11-11  Philip Blundell  <philb@gnu.org>
8962         * MAINTAINERS: Add self to Write After Approval list.
8964 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
8966         * ltcf-c.sh (aix4): Improve shared library configuration; require
8967         exporting symbols.
8968         * ltcf-cxx.sh (aix4): Define.
8969         * ltconfig (aix4): Define library and soname specs appropriate for
8970         AIX.  Define command to create export symbols list.
8972 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
8974         * config.sub: Add support for Sun Chorus
8976 2000-10-31  Nick Clifton  <nickc@redhat.com>
8978         * MAINTAINERS: Rename <name>@cygnus.com addresses to
8979         <name>@redhat.com.  Also installed new email address for Clint
8980         Popetz.
8982 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
8984         * etc: Remove directory from GCC.
8986 2000-10-16  Michael Meissner  <meissner@redhat.com>
8988         * configure (gcc/configargs.h): Only create if there is a build GCC
8989         directory created.
8991 2000-10-16  Matthias Klose  <doko@debian.org>
8993         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
8994         when configured for libstdc++-v3.
8996 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
8998         * configure: Save configure arguments to gcc/configargs.h.
9000 2000-10-04  Philipp Thomas  <pthomas@suse.de>
9002         * config.guess: Import CVS version 1.157.
9003         * config.sub: Import CVS version 1.181.
9005 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
9007         * Makefile.in (bootstrap): avoid recursion if subdir missing
9008         (cross): ditto
9009         (do-proto-toplev): ditto
9011 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
9013         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
9014         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
9016         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
9017         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
9018         all affected `configure' scripts.
9020 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
9022         * MAINTAINERS: Add self as cpplib co-maintainer.
9024 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
9026         * MAINTAINERS: Add self to Write After Approval list.
9028 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9030         * INSTALL/README: egcs -> GCC update.
9032 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
9034         * MAINTAINERS: Add myself to Write After Approval list.
9036 2000-09-15  Kazu Hirata  <kazu@hxi.com>
9038         * MAINTAINERS: Add myself to Write After Approval list.
9040 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
9042         * configure.in: Do not build byacc for hppa64.  Provide paths to the
9043         X11 libraries for hppa64.
9045 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9047         * MAINTAINERS: Add myself as 68hc11 port maintainer.
9049 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
9051         * Makefile.in (all-zlib): Added dummy target.
9053         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9054         ltcf-gcj.sh: Updated from libtool multi-language branch.
9056 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
9058         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9059         (bootstrap*): Depend on all-bootstrap.
9061 2000-09-05  Philipp Thomas  <pthomas@suse.de>
9063         * config.guess: Import CVS version 1.156.
9064         * config.sub: Import CVS version 1.179.
9066 2000-09-02  Anthony Green  <green@cygnus.com>
9068         * Makefile.in (all-gcc): Depend on all-zlib.
9069         (CLEAN_MODULES): Add clean-zlib.
9070         (ALL_MODULES): Add all-zlib.
9071         * configure.in (host_libs): Add zlib.
9073 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
9075         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9076         crosses, but add gcc/include to the header search path for them.
9078 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
9080         * MAINTAINERS: Add self to Write After Approval list.
9082 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9084         * config.guess: Import CVS version 1.152.
9085         * config.sub: Import CVS version 1.177.
9087 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
9089         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
9090         $targargs to tell whether newlib is going to be built.
9092         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
9093         $$r/TARGET_SUBDIR/libio for _G_config.h.
9095 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
9097         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
9099 2000-08-22  DJ Delorie  <dj@redhat.com>
9101         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
9103 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
9105         * config-ml.in (CC, CXX): Avoid trailing whitespace.
9106         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9107         sub-configures.
9109 2000-08-21  DJ Delorie  <dj@redhat.com>
9111         * MAINTAINERS: Add self as a libiberty maintainer
9113 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
9115         * configure.in (libstdcxx_flags): Use
9116         libstdc++-v3/src/libstdc++.INC.
9118 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
9120         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9122 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
9124         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
9126         * configure: Make enable_threads and enable_shared defaults
9127         explicit.  Substitute enable_threads into generated Makefiles.
9128         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
9129         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
9131 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
9133         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
9135 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
9137         * config-ml.in (CC): Remove bogus duplicate quotation mark from
9138         previous delta.
9140 2000-08-11  Jason Merrill  <jason@redhat.com>
9142         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9143         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9144         (FLAGS_FOR_TARGET): Not here.
9145         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9147 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
9149         * config-ml.in (CC, CXX): Don't introduce a leading space.
9151 2000-08-07  DJ Delorie  <dj@delorie.com>
9153         * MAINTAINERS: Add self as a DJGPP maintainer
9155 2000-08-07  DJ Delorie  <dj@redhat.com>
9157         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9158         "if we're also building gcc, and it's a gcc that will run on the
9159         build machine, we want to use its includes instead of the system's
9160         default includes".
9162 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
9164         * MAINTAINERS: Add self to Write After Approval list.
9166 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
9168         * configure.in (libstdcxx_flags): Don't use `"'.
9170         * config-ml.in: Adjust multilib search paths to the
9171         appropriate multilib tree.
9173 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
9175         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9176         commas in $LANGUAGES.
9178 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
9180         * configure.in: Re-enable all references to libg++ and librx.
9182 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
9184         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
9185         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
9186         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
9187         * ltcf-cxx.sh (need_lc): Set based on postdeps.
9189         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9191 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
9193         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9194         CXX_FOR_TARGET for sed.
9196 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
9198         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9199         Do not override if already set in the environment or in configure.
9200         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9201         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9203 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
9205         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
9206         the libtool CVS tree multi-language branch.
9207         * ltconfig, ltmain.sh: Updated.
9209 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
9211         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
9212         (clean-target): Depend on it.
9214         * Makefile.in (FLAGS_FOR_TARGET): New macro.
9215         (GCC_FOR_TARGET): Use it.
9216         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9217         * configure.in: ... here.
9218         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
9219         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9221 2000-07-24  Eric Christopher  <echristo@cygnus.com>
9223         * MAINTAINERS: Add self to Write After Approval list.
9225 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
9227         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9228         (configure-target-libchill, configure-target-libobjc): Likewise.
9230         * configure.in: Use the same cache file for all target libs.
9231         * config-ml.in: But different cache files per multilib variant.
9233 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9235         * configure (topsrcdir): Don't use dirname.
9237 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
9239         * MAINTAINERS: Add self to Write After Approval list.
9241 2000-07-20  Jason Merrill  <jason@redhat.com>
9243         * configure.in: Remove all references to libg++ and librx.
9245         * configure, configure.in, Makefile.in: Unify gcc and binutils.
9247 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
9249         * config.sub: Update to subversions version 2000-07-06.
9251 2000-07-12  Andrew Haley  <aph@cygnus.com>
9253         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9254         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9256 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
9258         * symlink-tree:  Check number of arguments.
9260 2000-07-05  Jim Wilson  <wilson@cygnus.com>
9262         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9263         search path for a g++ extracted from the build tree.  This
9264         will allow link tests run by configure scripts in
9265         subdirectories to succeed.
9267 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
9269         * ltconfig: Add support for mips-dde-sysv4.2MP
9271 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9273         * MAINTAINERS: Add myself as loop discovery maintainer.
9275 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
9277         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9278         `os2'. Force ac_cv_exeext to be ".exe" in that case.
9280 2000-06-19  Timothy Wall  <twall@cygnus.com>
9282         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9283         * config.sub: Add tic54x target.
9285 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9287         * MAINTAINERS: Add self as Fortran maintainer,
9288         remove Craig Burley.
9290 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9292         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9293         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9295 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
9297         * MAINTAINERS: Add self as i18n maintainer
9299 20000-05-21  H.J. Lu  (hjl@gnu.org)
9301         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9302         directory are used if they exist. Make sure
9303         $(build_tooldir)/include is searched for header files,
9304         $(build_tooldir)/lib/ for library files.
9305         (GCC_FOR_TARGET): Likewise.
9306         (CXX_FOR_TARGET): Likewise.
9308 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
9310         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9312 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
9314         * Makefile.in (configure-target-libiberty): Depend on
9315         configure-target-newlib.
9317 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
9319         * configure.in, Makefile.in: Merge all libffi-related
9320         configury stuff from the libgcj tree.
9322 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9324         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9325         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9327 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9329         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9330         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9331         current version information.  Add to proto-toplev directory.
9332         (gdb-taz): Build do-djunpack.
9334 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
9336         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9338 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9340         * MAINTAINERS: Add self to Write After Approval list.
9342 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9344         * ltmain.sh: Preserve in relink_command any environment
9345         variables that may affect the linker behavior.
9347 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
9349         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9351 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
9353         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9355 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
9357         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9358         with the version name.
9360 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
9362         * MAINTAINERS: Add self as bb-reorder maintainer.
9364 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
9366         * config.if: Tweak.
9368 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
9370         * djunpack.bat: New file.
9372 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9374         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9375         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9376         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9377         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9379 2000-04-16  Dave Pitts  <dpitts@cozx.com>
9381         * config.sub (case $basic_machine): Change default for "ibm-*"
9382         to "openedition".
9384 2000-04-13  Andreas Jaeger  <aj@suse.de>
9386         * MAINTAINERS: Added myself.
9388 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9390         * Makefile.in (gdb-taz): New target.  GDB specific archive.
9391         (do-md5sum): New target.
9392         (MD5PROG): Define.
9393         (PACKAGE): Default to TOOL.
9394         (VER): Default to a shell script.
9395         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
9396         md5 checksum generation.
9397         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9398         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9399         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9400         insight.tar.bz2): Use gdb-taz to create archive.
9402 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9404         * configure (warn_cflags): Delete.
9406 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
9408         * MAINTAINERS: Added myself.
9410 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
9411             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
9413         * configure.in (enable_libstdcxx_v3): Add.
9414         (target_libs): Add bits here to switch between libstdc++-v2 and
9415         libstdc++-v3.
9416         * config.if: And this file too.
9417         * Makefile.in: Add libstdc++-v3 targets.
9419 2000-04-05  Michael Meissner  <meissner@redhat.com>
9421         * config.sub (d30v): Add d30v as a basic machine type.
9423 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
9425         * configure.in: -linux-gnu*, not -linux-gnu.
9427 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9429         * MAINTAINERS: Add self in write-after-approval section.
9431 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
9433         * MAINTAINERS: Add self as ia64 port maintainer.
9435 2000-03-08  Neil Booth  <NeilB@earthling.net>
9437         * MAINTAINERS: Add self in write-after-approval section.
9439 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9441         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9442         (do-tar-bz2): Replace TOOL with PACKAGE.
9443         (gdb.tar.bz2): Remove GDBTK from GDB package.
9444         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9445         dejagnu.tar.bz2): New packages.
9447 2000-02-27  Andreas Jaeger  <aj@suse.de>
9449         * configure.in: Add entry for mips*-*-linux*, move catch all
9450         *-*-*linux* entry below this one.
9452 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
9454         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9456 2000-02-24  Nick Clifton  <nickc@cygnus.com>
9458         * config.sub: Support an OS of "wince".
9460 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9462         * config.guess, config.sub: Updated to match config's 2000-02-15
9463         version.
9465 2000-02-23  Linas Vepstas  <linas@linas.org>
9467         * config.sub: Add support for Linux/IBM 370.
9468         * configure.in: Likewise.
9470 2000-02-22  Nick Clifton  <nickc@cygnus.com>
9472         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9474 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
9476         * config.guess: Guess "cygwin" rather than "cygwin32".
9478 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9480         * configure (gcc_version): When setting, narrow search to
9481         lines containing `version_string'.
9483 2000-02-15  Denis Chertykov  <denisc@overta.ru>
9485         * config.sub: Add support for avr target.
9487 2000-02-14  Nick Clifton  <nickc@cygnus.com>
9489         * MAINTAINERS: Add maintainers for MCore port.
9491 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9493         * config.sub: Add mmix-knuth-mmixware.
9495 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9497         * MAINTAINERS: Pair cccp with cpplib maintainership.
9499 2000-01-27  Christopher Faylor  <cgf@redhat.com>
9501         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9502         structure stuff to -L library search.
9503         (CXX_FOR_TARGET): Ditto.
9504         (CROSS_CHECK_MODULES): Fix spelling mistake.
9506 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
9508         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9509         the C++ compiler.
9511 2000-01-12  Richard Henderson  <rth@cygnus.com>
9513         * configure.in: Don't build some bits for beos.
9515 2000-01-12  Joel Sherrill (joel@OARcorp.com)
9517         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9518         as include files.
9520 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
9522         * Add self as cpplib maintainer, as requested by Jason
9523         Merrill.  Correct my e-mail address.
9525 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
9527         * configure.in: Use mt-aix43 to handle *_TARGET defs,
9528         not mh-aix43.
9530 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
9532         * MAINTAINERS: Add myself to "write after approval" list.
9534 1999-12-14  Richard Henderson  <rth@cygnus.com>
9536         * config.guess (alpha-osf, alpha-linux): Detect ev67.
9537         * config.sub: Accept alphaev[78], alphaev8.
9539 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9541         * config.guess, config.sub: Update from autoconf.
9543 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
9545         * MAINTAINERS:  update my playtime e-address.
9547 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9549         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9550         necessary libraries are missing.
9552 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
9554         * MAINTAINERS: Add new 'write after approval' maintainer.
9556 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9558         * MAINTAINERS: Add new Java maintainer.
9560 1999-10-25  Andreas Schwab  <schwab@suse.de>
9562         * configure: Fix quoting inside arguments of eval.
9564 1999-10-21  Nick Clifton  <nickc@cygnus.com>
9566         * config-ml.in: Allow suppression of some ARM multilibs.
9568 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
9570         * config.guess: Add OS/390 match pattern.
9571         * config.sub: Add mvs, openedition targets.
9572         * configure.in (i370-ibm-opened*): New.
9574 1999-09-04  Steve Chamberlain  <sac@pobox.com>
9576         * config.sub: Add support for configuring for pj.
9578 1999-08-31  Nick Clifton  <nickc@cygnus.com>
9580         * config.sub (maybe_os): Add support for configuring for fr30.
9582 1999-08-25  Nick Clifton  <nickc@cygnus.com>
9584         * configure.in: Do not configure or build ld for AIX
9585         platforms.  ld is known to be broken on these platforms.
9587 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9589         * config-ml.in: Pass compiler flag corresponding to multidirs to
9590         subdir configures.
9592 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
9594         * Makefile.in (LDFLAGS): Define.
9596 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
9598         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9599         noconfigdirs.
9600         (*-*-cygwin*): Likewise.
9602 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
9604         * mkdep: New file.
9605         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9606         (BINUTILS_SUPPORT_DIRS): Add mkdep.
9608         From Eli Zaretskii <eliz@is.elta.co.il>:
9609         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9610         long file name when using DJGPP on MS-DOS.
9612 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
9614         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9616 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
9618         * Makefile.in (check-target-libio): Remove all-target-libstdc++
9619         dependency as this causes "make check" to globally "make all"
9621 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
9623         * configure.in (target_libs): Added target-zlib.
9624         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9625         (CONFIGURE_TARGET_MODULES): Likewise.
9626         (CHECK_TARGET_MODULES): Likewise.
9627         (INSTALL_TARGET_MODULES): Likewise.
9628         (CLEAN_TARGET_MODULES): Likewise.
9629         (configure-target-zlib): New target.
9630         (all-target-zlib): Likewise.
9631         (all-target-libjava): Depend on all-target-zlib.
9632         (configure-target-libjava): Depend on configure-target-zlib.
9634         * Makefile.in (configure-target-libjava): Depend on
9635         configure-target-newlib.
9636         (configure-target-boehm-gc): New target.
9637         (configure-target-qthreads): New target.
9639         * configure.in (target_libs): Added target-qthreads.
9640         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9641         (CONFIGURE_TARGET_MODULES): Likewise.
9642         (CHECK_TARGET_MODULES): Likewise.
9643         (INSTALL_TARGET_MODULES): Likewise.
9644         (CLEAN_TARGET_MODULES): Likewise.
9645         (all-target-qthreads): New target.
9646         (configure-target-libjava): Depend on configure-target-qthreads.
9647         (all-target-libjava): Depend on all-target-qthreads.
9649         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9650         (CONFIGURE_TARGET_MODULES): Likewise.
9651         (CHECK_TARGET_MODULES): Likewise.
9652         (INSTALL_TARGET_MODULES): Likewise.
9653         (CLEAN_TARGET_MODULES): Likewise.
9654         (all-target-libjava): New target.
9655         (all-target-boehm-gc): Likewise.
9656         * configure.in (target_libs): Added libjava, boehm-gc.
9658 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
9660         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9661         configure.bat in SUPPORT_FILES.
9662         (gas+binutils.tar.bz2): Likewise.
9664         * makeall.bat: Remove; obsolete.
9666 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
9668         From Mark Elbrecht:
9669         * configure.bat: Remove; obsolete.
9671 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
9673         * configure: Add -W -Wall to the default CFLAGS when compiling with
9674         gcc.
9676 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
9678         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9680 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
9682         * configure.in: Build ld on IRIX6.
9684 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
9686         * Makefile.in: Change distribution targets to use bzip2 instead of
9687         gzip.
9688         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9689         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9691 1999-06-04  Nick Clifton  <nickc@cygnus.com>
9693         * config.sub: Add mcore target.
9695 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
9697         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9699 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
9701         * config.guess (dummy): Changed to $dummy.
9703 1999-05-24  Nick Clifton  <nickc@cygnus.com>
9705         * config.sub: Tidied up case statements.
9707 1999-05-22  Ben Elliston  <bje@cygnus.com>
9709         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9710         <jiro@din.or.jp>.
9712         * config.guess: Merge with FSF version. Future changes will be
9713         more accurately recorded in this ChangeLog.
9714         * config.sub: Likewise.
9716 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
9718          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9720 1999-04-30  Tom Tromey  <tromey@cygnus.com>
9722         * ltmain.sh: [mode link] Always use CC given by ltconfig.
9724 1999-04-23  Tom Tromey  <tromey@cygnus.com>
9726         * ltconfig, ltmain.sh: Update to libtool 1.2f.
9728 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
9730         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9731         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9732         Bad merge removed these two changes.
9734 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
9735                           Martin Heller (Ing.-Buero_Heller@t-online.de)
9737         * config.guess (interix Alpha): Add.
9739 1999-04-11  Richard Henderson  <rth@cygnus.com>
9741         * configure.in (i?86-*-beos*): Do config gperf; don't config
9742         gdb, newlib, or libgloss.
9744 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
9746         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9747         link a trivial program with -mabi=64.  If it fails, remove mabi=64
9748         from multidirs.
9750 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
9752         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9754 1999-04-08  Nick Clifton  <nickc@cygnus.com>
9756         * config.sub: Add support for mcore targets.
9758 1999-04-07  Michael Meissner  <meissner@cygnus.com>
9760         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9761         not mt-ospace, in order to shut up assembler warning about using
9762         symbols that are named the same as registers.
9764 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
9766         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9767         dependency list for all-target-cygmon.
9769 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
9771         * config-ml.in: Check $host, not $target, for selective multilibs.
9772         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9773         thumb interworking, and underscore prefix multilibs.
9775 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
9777         * missing: Update to version from current automake.
9779 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
9781         * configure (gxx_include_dir): Removed.
9783         * configure.in (gxx_include_dir): Handle it.
9784         * Makefile.in: Likewise.
9786 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
9788         * config.sub (mips64vr4111,mips64vr4111el) Add.
9790 1999-03-21  Ben Elliston  <bje@cygnus.com>
9792         * config.guess: Correct typo for detecting ELF on FreeBSD.
9794 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
9796         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9797         config/mh-djgpp.
9799 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
9801         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9802         all-target-newlib to dependency list for all-target-bsp.
9804 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9806         * config.sub: Add i386-uwin support.
9807         * config.guess: Likewise.
9809 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9811         * configure.in: cleanup, add mh-*pic handling for arm, special
9812         case powerpc*-*-aix*
9814 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
9816         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9817         can be built.
9819 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
9821         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
9822         targets.
9824 1999-03-02  Nick Clifton  <nickc@cygnus.com>
9826         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9828 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
9830         * config.sub: Check for "cygwin*" rather than "cygwin32*"
9832 1999-02-24  Nick Clifton  <nickc@cygnus.com>
9834         * config.sub: Fix typo in arm recognition.
9836 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
9838         * configure.in (noconfigdirs): Changed target_configdirs to
9839         include target-bsp only for m68k-*-elf* and m68k-*-coff*
9840         rather than m68k-*-* since it is not known to work on
9841         m68k-aout. Ditto for arm-*-*oabi.
9843 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
9845         * configure.in (*-*-windows*): Remove, no longer used.
9847 1999-02-19  Ben Elliston <bje@cygnus.com>
9849         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9850         Smart and improved by Andrew Cagney.
9852 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
9854         * config.guess: Recognize openbsd-*-hppa.
9856 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
9858         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9859         only if it is not empty.
9861 1999-02-17  Nick Clifton  <nickc@cygnus.com>
9863         Patch from: Scott Bambrough <scottb@corelcomputer.com>
9865         * config.guess: Modified to recognize uname's armv* syntax.
9867         * config.sub: Modified to recognize uname's armv* syntax.
9869 1999-02-17  Mark Salter  <msalter@cygnus.com>
9871         * configure.in: Added target-bsp for sparclite.
9873 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
9875         * config.sub: Recognize alphapca5[67] and up to alphaev8.
9877 1999-02-08  Nick Clifton  <nickc@cygnus.com>
9879         * configure.in: Add support for strongarm port.
9880         * config.sub: Add support for strongarm target.
9882 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9884         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9885         the old name config/mh-cygwin32.
9886         Enable texinfo.
9888 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
9890         * configure.in: Do build ld for ix86 Solaris.
9892 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
9894         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
9895         $AR_FOR_TARGET.  Likewise for RANLIB.
9897 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
9899         * config.sub (oabi):  Recognize.
9900         * configure.in (arm-*-oabi):  Handle.
9902 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
9904         * config.guess: Improve detection of i686 on UnixWare 7.
9906 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9908         * config.guess: Add support for i386-pc-interix.
9909         * config.sub: Likewise.
9910         * configure.in: Likewise.
9912 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
9914         * Makefile.in: Remove unneeded all-target-libio from
9915         from all-target-winsup target since it is now unneeded.
9916         Add all-target-libtermcap in its place since it is now
9917         needed.
9919 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
9921         * configure.in: makefile stub for cygwin target is probably
9922         unnecessary.  Remove it for now.
9924 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
9926         * configure.in: libtermcap.a should be built when cygwin is the
9927         target as well as the host.
9928         * config.guess: Allow mixed case in cygwin uname output.
9929         * Makefile.in: Add libtermcap target.
9931 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
9933         * config.sub: Clean up handling of hppa2.0.
9935 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
9937         * config.guess: Use C code to identify more HP machines.
9939 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
9941         * config.sub: Handle hppa2.0.
9943 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
9945         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
9946         cygmon for all sparclite targets, regardless of object format.
9948 1998-12-15  Mark Salter  <msalter@cygnus.com>
9950         * configure.in: Added target-bsp for several target architectures.
9952         * Makefile.in: Added rules for bsp.
9954 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
9956         * config.guess: Improve detection of hppa2.0 processors.
9958 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
9960         * config.guess: Recognize FreeBSD using ELF automatically.
9962 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
9964         * configure (skip-this-dir): Add handling for new shell script, which
9965         might be created by a sub-directory's configure to indicate, this particular
9966         directory is "unwanted".
9967         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9969 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
9971         * ltconfig: import from libtool, after changing libtool to
9972         account for the cygwin name change.
9974 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
9976         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9977         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9979 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
9981         * configure.in: Add libtermcap to list of cygwin dependencies.
9983 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
9985         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9986         they include winsup/include when it's a cygwin target.
9988 1998-11-12  Tom Tromey  <tromey@cygnus.com>
9990         * configure.in (host_tools): Added zip.
9991         * Makefile.in (all-target-libjava): Depend on all-zip.
9992         (all-zip): New target.
9993         (ALL_MODULES): Added all-zip.
9994         (NATIVE_CHECK_MODULES): Added check-zip.
9995         (INSTALL_MODULES): Added install-zip.
9996         (CLEAN_MODULES): Added clean-zip.
9998 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
10000         * Makefile.in: lose "32" from comment about cygwin.
10002 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
10004         * configure.in: Use -Os to build target libraries for the fr30.
10006 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
10008         * config.sub: Add fr30.
10010 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
10012         * configure.in: drop "32" from config/mh-cygwin32.  Check
10013         cygwin* instead of cygwin32*.
10014         * config.sub: Check cygwin* instead of cygwin32*.
10016 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
10018         * config.guess: Match any version of Unixware7.
10020 1998-10-20  Syd Polk  <spolk@cygnus.com>
10022         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10023         if desired.
10025 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
10027         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10028         these if the appropriate directories and files to not exist.
10030 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
10032         * Makefile.in (DEVO_SUPPORT): Add config.if.
10034 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10036         * configure: Add pattern to replace "build_tooldir"'s
10037         definition in the generated Makefile with "tooldir"'s
10038         actual value.
10040 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
10042         * config.sub: Bring back lost sparcv9.
10044         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10046 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
10048         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10049         CC_FOR_TARGET and friends.
10051 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
10053         * Makefile.in (build_tooldir): New variable, same as tooldir.
10054         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10055         -B$(build_tooldir)/bin/.
10056         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10058 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10060         * README: Remove installation instructions and refer to the
10061         INSTALL directory instead.
10063 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
10065         * config.sub: Add support for i[34567]86-pc-udk.
10066         * configure.in: Likewise.
10068 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
10070         * Makefile.in: add bzip2 package building bits for user
10071         tools module
10072         * configure.in: ditto
10074 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
10076         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10077         (ALL_TARGET_MODULES): Add all-target-libobjc.
10078         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10079         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10080         (all-target-libchill): Add dependencies.
10081         * configure.in (target_libs): Add libchill.
10083 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
10085         * configure.in (target_subdir): Remove duplicate line.
10087 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
10089         * Makefile.in (all-automake): fix dependencies.
10091 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
10093         * configure.in: Minor cleanups for building in the $(target_alias)
10094         subdir.
10096 1998-09-22  Jim Wilson  <wilson@cygnus.com>
10098         * Makefile.in (bootstrap): Set r and s before make all.  Use
10099         BASE_FLAGS_TO_PASS in make all.
10100         (cross): Likewise.
10102 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
10104         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10106 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
10108         * config.sub: Fix typo in last change.
10110 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10112         * config.sub: Add support for C4x target.
10113         * configure.in: Likewise.
10115 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
10117         * config.sub: Recognize sparcv9 just like sparc64.
10119 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
10121         * config.guess: Match "Pent II" or "PentII" for OpenServer.
10123 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
10125         * config.guess: Correctly identify Pentium II sco boxes.
10127         * config.guess: Fix "tr" code.  From Weiwen Liu.
10129 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
10131         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10132         stabs.
10134 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
10136         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10137         (ALL_TARGET_MODULES): Add all-target-libchill.
10138         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10139         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10140         (all-target-libchill): Add dependencies.
10141         * configure.in (target_libs): Add libchill.
10143 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10145         * config.guess: Avoid assumptions about "tr" behaves when
10146         LANG is set to something other than English.
10148 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
10150         * configure (gxx_include_dir): Changed to
10151         '${prefix}/include/g++'-${libstdcxx_interface}.
10153         * config.if: New to determine the interfaces.
10155 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
10157         * config.guess: Detect and handle MPE/IX.
10158         * config.sub: Deal with MPE/IX.
10160 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
10162         * configure.in: Use mh-aix43.
10164 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
10166         * configure: Fix --without/--disable cases for gxx-include-dir.
10168 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
10170         * mdata-sh:  Imported.  Needed for automake support.
10172 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
10174         * Makefile.in (taz): Try "chmod -R og=u ." before
10175         "chmod og=u `find . -print`".
10177 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
10179         * configure.in: Add arm-elf and thumb-elf support.
10181 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
10183         * Makefile.in: Undo previous patch.
10185 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
10187         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10188         to here ...
10189         (install-no-fixedincludes): and here
10190         (INSTALL_MODULES): ... from here.
10192 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10194         * config.sub: Merge with FSF.
10196         * config.guess: Merge with FSF.
10198 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
10200         * configure (extraconfigdirs): New variable.
10201         (SUBDIRS): Add extraconfigdirs and recurse on them too.
10202         * Makefile.in (all): Move higher in file.
10203         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10204         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10205         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10206         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10207         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10209 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
10211         * Makefile.in (all-target-libjava): Depend on all-gcc and
10212         all-target-newlib.
10213         (configure-target-libjava): Depend on $(ALL_GCC).
10215 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
10217         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10218         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10220 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
10222         * INSTALL/README: Fix typo.
10224 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10226         * ylwrap: Change absolute path checks to check for DOS style path
10227         names.
10229         * ylwrap: Don't use a full path name if the source file is in the
10230         same directory.  From hjl@lucon.org (H.J. Lu).
10232         * config-ml.in: Default to being verbose, to match Feb 18 change to
10233         configure.
10235 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
10237         Brought over from egcs:
10239         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10241         * configure.in (target_subdir): Set to ${target_alias} instead
10242         of "libraries".
10244         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
10246         * configure.in (target_subdir): Set to libraries if enable_multilib.
10248 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
10250         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10251         multilibs, force reconfiguration the first time we create
10252         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10254 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
10256         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10257         avoid confusion with --no-recursion.
10259 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
10261         * configure.in: Win32 hosts shouldn't use install -x
10262         * install-sh: remove -x option, and special .exe-handling
10263         hack.
10265 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
10267         * config.guess: Recognize i586-pc-beos.
10268         * configure.in: Don't build some bits for beos.
10270 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10272         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10273         CFLAGS default to -O2.
10275         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10276         when using GNU ld.
10278 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
10280         * ltmain.sh: Correct install when using a different shell.
10282 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10284         * ltconfig, ltmain.sh: Update to libtool 1.2b.
10286 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
10288         * makefile.vms: Update to build binutils/makefile.vms.  Add install
10289         target.
10291 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
10293         * ltconfig: Update to correct AIX handling.
10295 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10297         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10299         * configure.in (target_subdir): Set to ${target_alias} instead
10300         of "libraries".
10302 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
10304         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10305         (Makefile): Depend on $(gcc_version_trigger).
10307         * configure (gcc_version): Change default initializer to empty
10308         string.
10309         (gcc_version_trigger): New variable; pass this variable down
10310         to subdir configures to enable them checking gcc's version
10311         themselves. Emit make macros for both gcc_version vars.
10312         (topsrcdir): Initialize reliably.
10313         (recursion line): Remove --with-gcc-version=${gcc_version}.
10315 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10317         * configure (enable_version_specific_runtime_libs): Implement new flag
10318         --enable-version-specific-runtime-libs which installs C++ runtime stuff
10319         in $(libsubdir); emit definition in each generated Makefile.
10320         (gxx_include_dir): Initialize depending on
10321         $enable_version_specific_runtime_libs.
10323 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10325         * configure (gcc_version): Initialize properly depending on
10326         how and where configure is started.
10327         (recursion line): Pass a --with-gcc-version=${gcc_version}
10328         to configures in subdirs.
10330 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
10332         * configure.in (noconfigdirs): Add configure pattern for mips tx39
10333         cygmon
10335 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
10337         * configure.in: Add cygmon and libstub support for mn10200.
10339 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
10341         * configure (gcc_version): Add new variable describing the
10342         particular gcc version we're building.
10343         * Makefile.in (libsubdir): Add new macro for the directory
10344         in which the compiler finds executables, libraries, etc.
10345         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10346         and libsubdir.
10348 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10350         * Makefile.in (local-clean): Remove *.log.
10351         (warning.log): Built with warn_summary from build.log.
10352         (mail-report.log): Run test_summary.
10353         (mail-report-with-warnings.log): Run test_summary including
10354         warning.log in the report.
10356 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
10358         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10360 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10362         * Makefile.in (grep): Grep no longer depends on libiberty.
10364 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
10366         * Makefile.in: all-snavigator needs all-libgui.
10368 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
10370         * configure.in: Add cygmon and libstub support for mn10300.
10372 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
10374         * missing: Update to version from automake 1.3.
10376         * ltmain.sh: On installation, don't get confused if the same name
10377         appears more than once in the list of library names.
10379 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10381         * config.sub: Accept m68060 and m5200 as CPU names.
10383 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
10385         * configure: Use && rather than using -a in test, because odd
10386         strings can confuse test.
10387         * configure.in: Likewise.
10389 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10391         * ltconfig, ltmain.sh: Bring in Visual C++ support.
10393 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10395         * Makefile.in (boostrap2-lean, bootstrap3-lean,
10396         bootstrap4-lean): New targets.
10398 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
10400         * mpw-* Delete.  Not used.
10402 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
10404         * COPYING.LIB: Update FSF address.
10406 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
10408         * ltconfig, ltmain.sh: Update to libtool 1.2a.
10410         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10411         GAS_SUPPORT_DIRS.
10413 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
10415         * ltconfig, ltmain.sh: Avoid producing a version number if
10416         -version-info was not used.
10418 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10420         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10421         building with newlib.
10423 1998-04-30  Paul Eggert  <eggert@twinsun.com>
10425         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10426         Solaris `make' causes it to continue to next definition.
10428 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10430         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10431         the right GUI libraries and files are installed along with GDB.
10433 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10435         * configure.in: Change alpha to alpha* in several places.
10437 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
10439         * config.sub: Recognize sparc86x.
10441 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
10443         * configure.in (--enable-target-optspace): Remove debug echo.
10445 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
10447         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10449 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10451         * ltconfig: Update cygwin32 support.
10453         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10454         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10455         (GDB_SUPPORT_DIRS): Likewise.
10457 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
10459         * configure.in (target_makefile_frag): If --enable-target-optspace,
10460         use -Os to compile target libraries rather than -O2.  Default to
10461         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10462         not used.
10463         * configure.in (target_cflags): Ditto for d30v.
10465 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
10467         * Makefile.in (all-bfd): Depend on all-intl.
10468         (all-binutils): Likewise.
10469         (all-gas): Likewise.
10470         (all-gprof): Likewise.
10471         (all-ld): Likewise.
10473 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
10475         * configure.in (host_tools): Fix typo, lbtool -> libtool.
10477 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10479         * Makefile.in (all-bfd): Depend upon all-libiberty.
10481         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10483 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
10485         * Makefile.in: Add libstub.
10487         * configure.in: Ditto. Build libstub for targets that have cygmon
10488         support.
10490 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
10492         * configure.in: Don't set PICFLAG on ix86-cygwin32.
10494 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
10496         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10497         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
10499 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
10501         * configure: Define DEFAULT_M4 by searching PATH.
10502         * Makfile.in: Use DEFAULT_M4.
10504 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10506         * ltconfig: Add cygwin32 support.
10508         * Makefile.in, configure.in: Add libtool as a native only directory
10509         to configure and build.
10511 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
10513         * Makefile.in (INSTALL_MODULES): Remove texinfo.
10515 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
10517         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10519 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
10521         * Makefile.in: add ash make rules
10522         * configure.in: add ash to native_only and host_tools lists
10524 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
10526         * Makefile.in (all-gettext, all-intl): New targets.
10527         (ALL_MODULES): Added all-gettext, all-intl.
10528         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10529         (INSTALL_MODULES): Added install-gettext, install-intl.
10530         (CLEAN_MODULES): Added clean-gettext, clean-intl.
10532         * configure.in (host_tools): Added gettext.
10533         (native_only): Likewise.
10534         (noconfigdirs) [various cases]: Likewise.
10535         (host_libs): Added intl.
10537 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
10539         * configure: Do not disable building gdbtk for cygwin32 hosts.
10541 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
10543         * configure.in: Add thumb-coff target.
10544         * config.sub: Add thumb-coff target.
10546 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10548         * Makefile.in: Revert yesterday's change.
10549         (all-target-winsup):  all-target-librx stays out of here.
10551 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10553         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10554         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10555         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10556         Remove references to librx and libg++.
10558 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
10560         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10561         recursive makes
10563 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
10565         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10566         for newlib directory.
10567         (CXX_FOR_TARGET): Likewise.
10569 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
10571         * ltconfig: Update after libtool/ltconfig.in change for
10572         hpux11.
10574 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
10576         * ltconfig, ltmain.sh: Update to libtool 1.2.
10578 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10580         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10581         (install-gcc-cross): Instead, override LANGUAGES here.
10583 1998-03-18  Dave Love  <d.love@dl.ac.uk>
10585         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10586         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10588 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
10590         * configure.in: Add Thumb-pe target.
10592 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
10594         * Makefile.in - changed sn targets to snavigator
10595         * configure.in - changed sn targets to snavigator
10597 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10599         * config-ml.in: After building symlink tree call make distclean
10600         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10601         to be the case for libiberty.
10603 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
10605         * configure: When making link, also check the current
10606         directory. The configure scripts may create one.
10608 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
10610         * config.sub: Accept alphapca56 and alphaev6 properly.
10612 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10614         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10616 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10618         * config.sub (sco5): Fix typo.
10620 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
10622         * Makefile.in (INSTALL_MODULES): Move install-tcl before
10623         install-itcl.
10624         (install-itcl): Remove dependency on install-tcl.
10626 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
10628         * configure.in: Remove libgloss from noconfigdirs for MN10300.
10630 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
10632         * configure.in: Don't build libgui for a cygwin32 target when not on
10633         a cygwin32 host.
10635 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10637         * configure (redirect): Set to null, so default behavior of
10638         configure is now --verbose.
10640 1998-02-16  Dave Love  <d.love@dl.ac.uk>
10642         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10643         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10645 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
10647         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10648         this change to sync Makefile.in with its ChangeLog entries.
10650 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
10652         * ltmain.sh (mkdir): Check that the directory doesn't exist
10653         before we exit with error, so that we don't get races during
10654         parallel builds.
10656 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10658         * ltconfig, ltmain.sh: Update from libtool 1.0i.
10660 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10662         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10663         PICFLAG_FOR_TARGET.
10664         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10666         * configure: Emit a definition for the new macro enable_shared
10667         into each Makefile.
10669 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10671         * configure.in (host_tools, native_only): Add libtool.
10673 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
10675         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10676         Fix typo in ming config comment.
10678 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10680         * ltconfig, ltmain.sh: Update from libtool 1.0h.
10682 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
10684         * config.sub: Add tic30 cases, and map c30 to tic30.
10686 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
10688         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10689         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10690         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10691         (CLEAN_TARGET_MODULES): Similarly
10692         (all-target-libf2c): Add dependences.
10693         * configure.in (target_libs): Add libf2c.
10695 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
10697         * configure.in: Remove expect from noconfigdirs when target
10698         is cygwin32.  OK to build expect and dejagnu with Canadian
10699         Cross.
10701 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
10703         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10704         host.
10706         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10707         and mingw32.
10709 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10711         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10712         here as it is not defined in the toplevel Makefile.
10714 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10716         * configure (package_makefile_rules_frag): New variable, which names
10717         a file with generic rules, ...
10718         Change comment to mention we now have FIVE parts.
10719         * configure: Undo last change.
10721 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
10723         * config.guess: More accurate determination of HP processor types.
10724         * config.sub: More accurate determination of HP processor types.
10726 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10728         * configure (package_makefile_frag): Move inserting the
10729         ${package_makefile_frag} to where it should be according
10730         to the comment.
10732 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
10734         * config.guess: Add support for Linux/ARM.
10736 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
10738         * .cvsignore: Remove *-info and *-install since they match
10739         release-info and mpw-install, which we don't want to just ignore.
10741 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
10743         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10745 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
10747         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10748         local_prefix to sub-make invocations.
10750 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
10752         * configure.in: Check makefile fragments in the source
10753         directory.
10755 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10757         * configure.in: Check whether host and target makefile
10758         fragments exist before adding them to *_makefile_frag.
10760 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
10762         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10764 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
10766         * configure.in: Make sure we only replace RPATH_ENVVAR on
10767         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10768         regexp to sed.
10770         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10771         to sub-makes.
10773 1998-01-13  Lee Iverson   (leei@ai.sri.com)
10775         * config-ml.in (multi-do): LDFLAGS must include multilib
10776         designator.
10778 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
10780         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10782 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
10784         * config.sub: Add mingw32 support.
10785         * configure.in: Likewise.
10787 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10789         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10791 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
10793         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10794         * configure (gxx_include_dir): Provide a definition for subdirs
10795         which do not use autoconf.
10797 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
10799         * config.guess: Sync with egcs.  Picks up new alpha support,
10800         BeOS & some additional linux support.
10802 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
10804         * config.guess: HP 9000/803 is a PA1.1 machine.
10806 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
10808         * configure.in: It's alpha*-...
10810 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10812         * configure.in (host_makefile_frag, target_makefile_frag):
10813         Handle multiple config files.
10814         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10815         alpha-*-*.
10817 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
10819         * mkdep: New file.
10821 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
10823         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10825 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
10827         * Makefile.in: Add libgui directory.
10828         (GDB_TK): Add all-libgui.
10829         * configure.in: Add libgui directory.
10830         * configure: Add all-libgui to GDB_TK.
10832 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
10834         * config-ml.in (multidirs): Add m32r to multilib list.
10836 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
10838         * Makefile.in (all-target-gperf): Change dependency to
10839         all-target-libstdc++.
10841 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
10843         * config.guess: Add BeOS support.
10845 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
10847         Source directory cvs renamed to cvssrc:
10848         * configure.in (host_tools): Change cvs to cvssrc.
10849         (native_only): Likewise.
10850         (noconfigdirs) [various cases]: Likewise.
10851         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10852         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10853         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10854         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10855         (all-cvssrc): Rename target from all-cvs.
10857 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
10859         * configure (gxx_include_dir): Fix thinko.
10861 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
10863         * Makefile.in (INSTALL_TARGET_CROSS): Define.
10864         (install-cross, install-gcc-cross): New targets.
10866 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
10868         * configure.in (noconfigdirs): Add support for Thumb target.
10870         * config.sub (maybe_os): Add support for Thumb target.
10872 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
10874         * Makefile.in: Add rules for cygmon.
10876         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10878 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
10880         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10881         * configure (gxx_include_dir): Provide a definition for subdirs
10882         which do not use autoconf.
10884 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
10886         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
10887         11/18/97 build
10889 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
10891         * From Franz Sirl.
10892         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10893         found on RedHat Linux systems.
10895 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
10897         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10898         guesses.
10900 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
10902         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10904 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
10906         * ltmain.sh: If mkdir fails, check whether the directory was created
10907         anyhow by some other process.
10909 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
10911         * configure.in (d30v-*-*): Configure all directories.
10913 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
10915         * configure.in (d30v-*-*): Configure newlib, libiberty directories
10916         for the D30V.
10918 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
10920         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10922 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
10924         * include/libiberty.h: Add extern "C" { so it can be used with C++
10925         progrms.
10926         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
10927         programs.
10929 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
10931         * configure.in (d30v-*-*): Configure GCC now.
10933 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
10935         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10936         is no longer needed.
10938 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
10940         * Makefile.in: check-target-libio depends on all-target-libstdc++.
10942 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
10944         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10945         targets using "$@" to provide support for similar but not identical
10946         targets without having to duplicate code.
10948 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
10950         * makefile.vms: Fix to work with DEC C.
10952 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
10954         * config.sub: Add mips-tx39-elf to marketing names.
10956 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
10958         * ltmain.sh: Handle symlinks in generated script.
10960 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
10962         * configure: Handle autoconf style directory options: --bindir,
10963         --datadir, --includedir, --infodir, --libdir, --libexecdir,
10964         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10965         --sysconfdir.
10966         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10967         (sharedstatedir, localstatedir, oldincludedir): New variables.
10968         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10969         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10970         sbindir, sharedstatedir, and sysconfdir.
10972 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10974         * Makefile.in (bootstrap-lean): New target.
10976 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
10978         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
10979         sn, and gnuserv from noconfigdirs.
10981 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
10983         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10985 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
10987         * Makefile.in (cross): New target.
10989 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
10990                           Jeff Law         <law@cygnus.com>
10992         * Makefile.in (bootstrap2, bootstrap3): New targets.
10993         (all-bootstrap): Remove outdated and confusing target.
10994         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10996 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10998         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
10999         windows.  Consistent with gdb/configure.
11001 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
11003         * configure.in: Name Linux target fragment.
11005         * configure: Rewrite so that project Makefile fragment is inserted
11006         first and appears last in the resulting Makefile.
11008 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11010         * Makefile.in (install-itcl): Install tcl first.
11012 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
11014         * configure.in: remove bison from noconfigdirs for Cygwin32 host
11016 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11018         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11020         * configure.in (skipdirs): Add target-librx for Linux.
11021         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11023 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
11025         * Makefile.in (bootstrap): New target.
11027 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
11029         * config.sub: Accept 'amigados' for backward compatibility.
11031 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
11033         * config.guess: Merge with FSF.
11035 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
11037         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11039 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
11041         * config.sub: Add "marketing-names" patch.
11043 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
11045         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11047 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
11049         * config.sub: Handle v850-elf.
11051 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
11053         * .cvsignore (*-install): Remove.
11055 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
11057         * ltconfig: Set CONFIG_SHELL in libtool.
11058         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11060 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11062         * configure.in (target_subdir): Set to libraries if enable_multilib.
11064 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
11066         * config.guess: Update from gcc directory.
11068 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11070         * Makefile.in (all-sim): Depends on all-readline.
11072 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
11074         * Makefile.in (BISON, YACC): Use $$s.
11075         (all-bison): Depend on all-texinfo.
11077 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
11079         * Makefile.in (BISON): Add -L flag.
11080         (YACC): Likewise.
11082 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11084         * configure.in (noconfigdirs): Add support for v850e target.
11086         * config.sub (maybe_os): Add support for v850e target.
11088 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11090         * configure.in (noconfigdirs): Add support for v850ea target.
11092         * config.sub (maybe_os): Add support for v850ea target.
11094 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
11096         * config.sub: Add mipstx39.  Delete r3900.
11098 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11100         * Makefile.in (all-autoconf): Depends on all-texinfo.
11102 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
11104         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11105         eabi targets.
11107 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
11109         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11111         * configure: When handling a Canadian Cross, handle YACC as well as
11112         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
11113         * Makefile.in (all-bison): Depend upon all-texinfo.
11115 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
11117         * Makefile.in (BISON): bison, not byacc or bison -y.
11118         (YACC): bison -y or byacc or yacc.
11119         (various): Add *-bison as appropriate.
11120         (taz): No need to mess with BISON anymore.
11122 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
11124         * configure: If OSTYPE matches *win32*, try to find a good value for
11125         CONFIG_SHELL.
11127 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
11129         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11130         configure.in if it is present.
11132 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
11134         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11136 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
11138         * config.sub: Recognize `arc' cpu.
11139         * configure.in: Likewise.
11140         * config-ml.in: Likewise.
11142 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
11144         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11146 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
11148         * configure: Changed sed delimiter from ':' to '|' when
11149         attempting to substitute ${config_shell} for SHELL. On
11150         NT ${config_shell} may contain a ':' in it.
11152 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
11154         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11156 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
11158         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11160 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11162         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11164         * ylwrap: If the program is a relative path, force it to be
11165         absolute.
11167 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11169         * configure (tooldir): Set BISON to `bison -y' and not just bison.
11171 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11173         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11174         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11175         for libraries.
11177 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
11179         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11180         separated by spaces.
11182 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
11184         * ylwrap: New file.
11185         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11187         * ltmain.sh: Handle /bin/sh at start of install program.
11189         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11191         * ltconfig, ltmain.sh: New files, from libtool 1.0.
11192         * missing: New file, from automake 1.2.
11194 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
11196         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
11197         check-tk to CHECK_X11_MODULES.
11199 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11201         * config.sub: Merge with FSF.
11203 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11205         * config.guess: Merge with FSF.
11207 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11209         * configure: Treat msdosdjgpp like go32.
11210         * configure.in: Likewise.  Don't remove gprof for go32.
11212         * configure: Change Makefile.tem2 to Makefile.tm2.
11214 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
11216         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11218 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11220         * install-sh (chmodcmd): Set to null if the DST directory already
11221         exists.  Same as Nov 11th change.
11223 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
11225         * configure (GDB_TK): Needs itcl and tix.
11227 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
11229         * config.guess: Update from FSF.
11231 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
11233         * Makefile.in (GDB_TK): Depend on itcl and tix.
11235 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11237         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11238         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11239         (INSTALL_SCRIPT): New variable.
11240         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11241         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11242         to -x.
11243         * install-sh: Add support for -x option.
11245 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
11247         * configure.in, Makefile.in: Treat tix like itcl.
11249 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
11251         * Makefile.in (WINDRES): New variable.
11252         (WINDRES_FOR_TARGET): New variable.
11253         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11254         (EXTRA_HOST_FLAGS): Add WINDRES.
11255         (EXTRA_TARGET_FLAGS): Add WINDRES.
11256         (EXTRA_GCC_FLAGS): Add WINDRES.
11257         ($(DO_X)): Pass down WINDRES.
11258         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11259         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11260         DLLTOOL_FOR_TARGET.
11262 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
11264         * configure.in: configure sim before gdb for win32-x-ppc
11266 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11268         Move gperf into the toplevel, from libg++.
11269         * configure.in (target_tools): Add target-gperf.
11270         (native_only): Add target-gperf.
11271         * Makefile.in (all-target-gperf): New target, depend on
11272         all-target-libg++.
11273         (configure-target-gperf): Empty rule.
11274         (ALL_TARGET_MODULES): Add all-target-gperf.
11275         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11276         (CHECK_TARGET_MODULES): Add check-target-gperf.
11277         (INSTALL_TARGET_MODULES): Add install-target-gperf.
11278         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11280 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
11282         * config.sub (mn10200): Recognize new basic machine.
11284 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11286         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11287         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11289 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11291         * configure.in: If we're building mips-sgi-irix6* native, turn on
11292         ENABLE_MULTILIB and set TARGET_SUBDIR.
11294 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
11296         * Makefile.in (all-sn): Depend on all-grep.
11298 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
11300         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11302         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11303         Makefile.  From Jeff Makey <jeff@cts.com>.
11304         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11306         * Makefile.in (DISTBISONFILES): Remove.
11307         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
11308         $(DEFAULT_YACC).
11310         * configure.in: Build itl, db, sn, etc., when building for native
11311         cygwin32.
11313         * Makefile.in (LD): New variable.
11314         (EXTRA_HOST_FLAGS): Pass down LD.
11315         ($(DO_X)): Likewise.
11317 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
11319         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11321 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
11323         * configure.in (targargs): Strip out any supplied --build argument
11324         before adding our own. Always add --build.
11326 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
11328         * configure.in (targargs): Pass --build if we're doing
11329         a cross-compile.
11331 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
11333         * configure: Use '|' instead of ":" as the separator in
11334         sed. Otherwise sed chokes on NT path names with drive
11335         designators. Also look for "?:*" as the leading characters in an
11336         absolute pathname.
11338 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
11340         * config.sub: Support for r3900.
11342 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11344         * configure.in: Use install-sh, not install.sh.
11346 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11348         * Makefile.in (taz): Improve check for BISON so it doesn't try to
11349         apply it twice.
11351 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11353         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11354         install-binutils.
11356 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
11358         * Makefile.in: Add automake targets.
11359         * configure.in (host_tools): Add automake.
11361 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11363         * configure: Default CXX to c++, not gcc.
11364         * Makefile.in (CXX): Set to c++, not gcc.
11365         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11367 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
11369         * install-sh: try appending a .exe if source file doesn't
11370         exist
11372 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
11374         * configure.in: Turn on multilib by default.
11375         (cross_only): Remove target-libiberty.
11377         * Makefile.in (all-gcc): Don't depend on libiberty.
11379 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
11381         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11383 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11385         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11386         (DISTBISONFILES): Add ld/Makefile.in
11388 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
11390         * configure.in: if target is cygwin32 but host isn't cygwin32,
11391         don't configure gdb tcl tk expect, not just gdb.
11393 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
11395         * configure.in: Added gnuserv everywhere sn appears.
11397         * Makefile.in (ALL_MODULES): Added all-gnuserv.
11398         (CROSS_CHECK_MODULES): Added check-gnuserv.
11399         (INSTALL_MODULES): Added install-gnuserv.
11400         (CLEAN_MODULES): Added clean-gnuserv.
11401         (all-gnuserv): New target.
11403 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
11405         * config.guess: Fixes for MIPS OpenBSD systems.
11407 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11409         * Makefile.in (INSTALL_XFORM): Remove.
11410         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11412         * mkinstalldirs: New file, copied from automake.
11413         * Makefile.in (installdirs): Rename from install-dirs.  Use
11414         mkinstalldirs.  Change all users.
11415         (DEVO_SUPPORT): Add mkinstalldirs.
11417 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11419         * install-sh: Rename from install.sh.
11420         * Makefile.in (INSTALL): Change install.sh to install-sh.
11421         (DEVO_SUPPORT): Likewise.
11423         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
11424         Graichen <graichen@rzpd.de>.
11426 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
11428         * config.guess: Recognize OpenBSD systems correctly.
11430 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11432         * README, Makefile.in (ETC_SUPPORT): Remove references to
11433         cfg-paper*, configure.{texi,man,info*}._
11435 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
11437         * Makefile.in (all.normal): Ensure that gcc is built after all
11438         the x11 - ie gdb - targets.
11440 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
11442         * makefile.vms: Don't run conf-a-gas.
11444 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
11446         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11448 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
11450         * configure.in: Remove noconfigdirs case since gdb also
11451         configures and builds for tic80-coff.
11453 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11455         * configure: Set cache_file to config.cache.
11456         * Makefile.in (local-distclean): Remove config.cache.
11458 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11460         * COPYING: Update FSF address.
11462 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
11464         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11465         noconfigdirs.
11467 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11469         * Makefile.in (install-dirs): Don't crash if prefix, and hence
11470         MAKEDIRS, is empty.
11472 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
11474         * config.sub: Tweak mn10300 entry.
11476 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
11478         * configure.in (host_tools): Put sim before gdb, so gdb's
11479         configure.tgt can determine if the simulator was configured.
11481 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
11483         * config.sub: Move BeOS $os case to be with other Cygnus
11484         local cases.
11486 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
11488         * config.sub: Remove misplaced comment that broke Linux.
11490 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
11492         * config.sub: Add BeOS support.
11494 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
11496         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11498 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
11500         * configure.in (noconfigdirs): Remove tcl and tk from
11501         noconfigdirs for cygwin32 builds.
11503 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
11505         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11507 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
11509         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11510         make-all.com, use makefile.vms instead.
11512 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
11514         * config.sub: Accept -lnews*.
11516 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
11518         * configure.in (noconfigdirs): Disable target-newlib,
11519         target-examples and target-libiberty for d30v.
11521 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11523         * configure.in (noconfigdirs): Enable ld for d30v.
11525 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
11527         * configure.in (tic80-*-*): Build compiler.
11529 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
11531         * configure.in (d30v-*): Remove sim directory from list of
11532         unsupported d30v directories
11534 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11536         * config.sub, configure.in: Add d30v target cpu.
11538 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
11540         * makefile.vms: New file.
11541         * make-all.com: Remove.
11543 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
11545         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11547 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
11549         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11551 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
11553         * Makefile.in (ALL_MODULES): Added all-db.
11554         (CROSS_CHECK_MODULES): Addec check-db.
11555         (INSTALL_MODULES): Added install-db.
11556         (CLEAN_MODULES): Added clean-db.
11558 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
11560         * config.guess: Merge with latest FSF sources.
11562 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
11564         * Makefile.in (ALL_MODULES): Added all-itcl.
11565         (CROSS_CHECK_MODULES): Added check-itcl.
11566         (INSTALL_MODULES): Added install-itcl.
11567         (CLEAN_MODULES): Added clean-itcl.
11569 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
11571         * configure.in: build gdb for mn10200
11573 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
11575         * Makefile.in (all-target-winsup): Depend on all-target-libio.
11577 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
11579         * configure.in (tic80-*-*): Turn off most targets right now.
11581 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
11583         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11584         rather than the makeinfo program.
11585         (do-info): Depend upon all-texinfo.
11587 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11589         * configure.in: Remove uses of config/mh-linux.
11591         * config.sub, config.guess: Merge with latest FSF sources.
11593 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
11595         * config.sub (case $basic_machine): Add tic80 entries.
11597 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
11599         * config.sub, config.guess: Merge with latest FSF sources.
11601 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
11603         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11604         * mpw-config.in: Test for NewFolderRecursive.
11605         * mpw-install: Use symbolic name for startup filename.
11606         * mpw-README: Add various additional details.
11608 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
11610         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11612 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
11614         * configure.in: Do build gcc and the target libraries for
11615         the mn10200.
11617 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
11619         * configure.in: don't avoid building gdb for mn10300 any more
11620         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11621         instead of single-quoting it.
11623 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
11625         * configure.in: Don't use --with-stabs on IRIX 6.
11627 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
11629         * configure.in (m32r): Build gdb, libg++ now.
11631 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11633         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
11634         directories from noconfigdirs.
11636 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
11638         * config.sub (basic_machine): added mips16 configuration
11640 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11642         * config.sub: Handle d10v-unknown.
11644 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
11646         * config.sub: Handle v850-unknown.
11648 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
11650         * Makefile.in: add findutils
11651         * configure.in: add findutils to list of host_tools
11653 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
11655         * config.sub: Handle mn10200 and mn10300.
11657 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11659         * configure.in (d10v-*): Do not build librx.
11661 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
11663         * configure.in (mn10300): Build everything except gdb & libgloss.
11665 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
11667         * config.guess:  Patch for Dansk Data Elektronik servers,
11668         from Niels Skou Olsen <nso@dde.dk>.
11670         For ncr, use /bin/uname rather than uname, since GNU uname does not
11671         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
11673         Patch for MIPS R4000 running System V,
11674         from Eric S. Raymond <esr@snark.thyrsus.com>.
11676         Fix thinko for nextstep.
11678         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11680         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
11681         * config.guess: Guess mips-dec-mach_bsd4.3.
11683         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
11684         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
11685         release numbers.
11686         * config.guess (mips-mips-riscos*):  Emit just enough of the
11687         release number.
11689         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
11690         * config.guess (sparc-auspex-sunos*):  Added.
11691         (f300-fujitsu-*): Added.
11693         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
11694         * config.guess:  Recognize a Tadpole as a sparc.
11696 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11698         * config.guess: Don't assume that NextStep version is either 2 or
11699         3.  NextStep 4 (aka OpenStep 4) has come out now.
11701 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11703         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11704         From Rik Faith <faith@cs.unc.edu>.
11706 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
11708         * config.sub: Contributions from bug-gnu-utils to:
11709         Support plain "hppa" (no version given) architecture, reported by
11710         OpenStep.
11711         OpenBSD like NetBSD.
11712         LynxOs is not a hardware supplier.
11714         * config.guess: Contributions from bug-gnu-utils to add support for:
11715         OpenBSD like NetBSD.
11716         Stratus systems.
11717         More Pyramid systems.
11718         i[n>4]86 Intel chips.
11719         M680[n>4]0 Motorola chips.
11720         Use unknown instead of lynx for hardware manufacturer.
11722 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11724         * install.sh (chmodcmd): Set to null if the DST directory already
11725         exists.
11727 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11729         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11730         not use mt-ppc target Makefile fragment any more.
11732 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11734         * configure.in (*-*-windows):  Exclude everything but those dirs
11735         needed to build windows.
11737 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
11739         * Makefile.in (all-target-winsup): Depend on all-target-librx.
11741 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11743         * configure.in:  Exclude mmalloc from i386-windows.
11745 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11747         * Undo my previous change.
11749 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
11751         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11752         unconditionally.
11753         (MAKEOVERRIDES): Define (revert this part of October 18 change).
11755 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11757         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
11758         host to add it's own flags.
11760 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
11762         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11764 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
11766         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11767         (CXX_FOR_TARGET): Likewise.
11768         (GCC_FOR_TARGET): Define.
11769         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11770         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11771         CC_FOR_TARGET was specified on the command line.
11772         (MAKEOVERRIDES): Don't define.
11774 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
11776         * configure.in (m32r): Fix spelling of libg++ libs.
11778 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
11780         * config.sub (-apple*): Remove, now redundant.
11782 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
11784         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11786         * configure: Rework yesterday's sed script patch.
11788         * config.sub: Merge with FSF.
11790 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
11792         * config.guess:  Merge from FSF.
11794         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
11795         * config.guess: Use pc instead of unknown, for pc clone systems.
11796         Change linux to linux-gnu.
11798         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
11799         * config.guess: Avoid non-portable tr syntax.
11801 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
11803         * test-build.mk (HOLES): Add "xargs" for gdb.
11805         * configure: Avoid hpux10.20 sed bug.
11807 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
11809         * configure.in:  Add support for windows host
11810         (that is a build done under the Microsoft build environment).
11812 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
11814         * Makefile.in: Replace all uses of srcroot with s, to shrink
11815         command line lengths.
11817         Patches from Geoffrey Noer <noer@cygnus.com>:
11818         * configure.in: If configuring for newlib, pass --with-newlib to
11819         subdirectories.
11820         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11821         -Bnewlib/ and -Lwinsup to gcc.
11822         (CXX_FOR_TARGET): Likewise.
11824 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
11826         * Makefile.in (ETC_SUPPORT): Add configure.
11828 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
11830         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
11831         host configuration file.
11833 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
11835         * configure.in: Break mn10x00 support into separate
11836         mn10200 and mn10300 configurations.
11837         * config.sub: Likewise.
11839 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
11841         * configure.in: Add lots of stuff to noconfigdirs for
11842         the mn10x00 targets.
11844         * config.sub, configure.in: Add mn10x00 support.
11846 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
11848         * make-all.com: Call conf-a-gas, not config-a-gas.
11850 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
11852         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
11853         targets.
11855 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
11857         * mpw-README: Add much more detail for native PowerMac.
11858         * mpw-install: New file.
11859         * mpw-configure: Add --norecursion and --help options.
11860         * mpw-config.in: Translate readme and install files when
11861         copying to objdir.
11862         * mpw-build.in: Don't always depend on byacc and flex.
11863         (install-only-top): New action.
11865 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
11867         * configure.in:  You can now configure GDB for the v850.
11869 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
11871         * configure.in (noconfigdirs): Don't configure any C++ dirs
11872         if targeting D10V.
11874 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11876         * config.sub: Recognize mips64vr5000.
11878 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
11880         * configure.in: Use a single line for host_tools and native_only.
11882 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
11884         * config.sub, configure.in: Add entries for m32r.
11886 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
11888         * Makefile.in (inet-install): Don't run install-gzip.
11890 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
11892         * configure.in:  Don't config lots of things for *-*-windows*.
11894 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
11896         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11897         (host_libs, host_tools): Copy from configure.in.
11898         * mpw-configure: Don't complain about directories not found.
11900 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11902         * configure.in (i[345]86): Recognize i686 for pentium pro.
11903         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11904         file.
11906         * config.guess (i[345]86): Ditto.
11908 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11910         * configure.in (noconfigdirs): Removed gdb for D10V.
11912 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
11914         * configure.in: Remove ld, target-libio, target-libg++, and
11915         target-libstdc++ from noconfigdirs.
11917 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
11919         * configure: Fix three locations where shell scripts were
11920         being run directly rather than with config_shell.
11922 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
11924         * configure.in (v850-*-*): Set up initial $noconfigdirs.
11925         * config.sub (basic_machine): Recognize v850.
11927 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
11929         * mpw-configure: Handle multiple enable/disable options and
11930         pass them down recursively, handle -c and -s flags appropriately
11931         depending on choice of compiler, add escape mechanism for
11932         quoted arguments to gC.
11934 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11936         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11937         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11938         so that -mrelocatable-lib and -mno-eabi are used.
11940         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11941         not support --print-multi-lib, don't abort.
11943 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
11945         * make-all.com: Run config-a-gas.
11946         * setup.com: Don't copy subdirectory files around.
11948 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
11950         * configure.in (*-*-ose): Remove exclusion of libgloss for this
11951         target, it now compiles correctly.
11953 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
11955         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11957 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11959         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
11961 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11963         * configure.in (native_only): Add prms.
11965 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
11967         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11968         (BINUTILS_SUPPORT_DIRS): Likewise.
11970 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11972         * configure.in (d10v-*-*): Don't configure ld or gdb until the
11973         d10v support is added.
11975 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11977         * configure.in (d10v-*-*): New target.
11979 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
11981         * config.guess (HP 9000/811): Recognize this as a PA1.1
11982         machine.
11984 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
11986         * Makefile.in (do-tar-gz): New target, split out from tail end of
11987         taz target.  Run each command separately, don't use pipes.
11988         (taz): Use it.
11990 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
11992         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11993         * mpw-build.in: No builds should depend on building byacc or flex,
11994         they are assumed to be installed already.
11996 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11998         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11999         variable that CC_FOR_TARGET needs.
12001 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12003         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12004         options have changed since the last time the subdirectory was
12005         configured, and if it has, reconfigure.
12006         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12007         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12009 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
12011         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12012         CLEAN_MODULES): Add bash.
12013         (all-bash): New target.
12015 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
12017         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12019 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12021         * config.sub (basic_machine): Recognize d10v as a valid processor.
12023 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
12025         * mpw-configure: Add support for --bindir.
12026         * mpw-build.in: Use a GCC-specific build script for GCC actions.
12028 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
12030         * configure.in: add bash, time, gawk to list of hosttools and things
12031         to only build for native toolchains
12033 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12035         * Makefile.in (docdir): Remove.
12037 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12039         * Makefile.in (datadir): Set to $(prefix)/share.
12041 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
12043         * configure.in: build diff and patch for cygwin32-hosted
12044         toolchains.
12046 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
12048         * config.sub: Accept -rtems*.
12050 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
12052         * configure.in: enable dosrel for cygwin32-hosted builds,
12053                 remove diff from the list of things not buildable
12054                 via Canadian Cross
12056 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
12058         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12059         don't get ". ".
12061 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
12063         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12065 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
12067         * Makefile.in (taz): Handle case where tex3patch didn't even get
12068         checked out.  Also, if it was found, put the symlink in a new util
12069         subdirectory.
12071 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12073         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12075 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
12077         * config.sub: Recognize -openvms.
12078         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12079         * make-all.com, setup.com: New files.
12081 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12083         * Makefile.in (taz): tex3patch moved to texinfo/util.
12085 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
12087         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12088         * configure.in: remove make from disable-if-Can-Cross list
12089                 enable gdb if ${host} and ${target} are cygwin32
12091 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
12093         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
12094         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12096 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12098         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
12099         distinguish sysv/svr4/bsd variants.
12100         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12102 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
12104         * configure.in: Added copyright notice.
12105         * move-if-change: Added copyright notice.
12107 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12109         * configure.in (powerpcle-*-solaris*): Until we get shared
12110         libraries working, don't build gdb, sim, make, tcl, tk, or
12111         expect.
12113 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
12115         * config.guess:  Merge with FSF:
12117         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12118         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12120         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
12121         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12123         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
12124         * config.guess:  Combine two OSF1 rules.
12125         Also recognize field test versions.  From mjr@zk3.dec.com.
12126         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
12127         because GNU uname does not support -p.  From pmr@pajato.com.
12129 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
12131         * Makefile.in (MAKEDIRS): Removed $(tooldir).
12133 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
12135         * mpw-README: Document GCCIncludes.
12137 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
12139         * configure.in (alpha-*-linux*): Set enable_shared to yes.
12141 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12143         * mpw-configure: Handle --enable-FOO and --disable-FOO.
12145 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
12147         * configure.in (*-*-cygwin32): Configure make.
12149 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
12151         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12153 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
12155         * Makefile.in (all-inet): Depend on all-perl.
12157         * Makefile.in (inet-install): New target.
12159         * Makefile.in (all-inet): Depend on all-tcl.
12160         (all-inet): Depend on all-send-pr.
12162 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12164         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12165         temporarily.
12167 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
12169         * configure.in: Don't configure --with-gnu-ld on AIX.
12171 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12173         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12175 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
12177         * Makefile.in (ALL_MODULES): Added all-inet.
12178         (CROSS_CHECK_MODULES): Added check-inet.
12179         (INSTALL_MODULES): Added install-inet.
12180         (CLEAN_MODULES): Added clean-inet.
12181         (all-indent): New target.
12183         * configure.in (host_tools): Added inet.
12184         (native_only): Added inet.
12185         (noconfigdirs): Added inet.
12187 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
12189         * configure.in: Don't configure libgloss if we are not configuring
12190         newlib.
12192 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
12194         * configure.in: Don't configure libgloss for unsupported
12195         architectures.
12197 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12199         * Makefile.in (CLEAN_MODULES): Add clean-apache.
12201 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
12203         * Makefile.in (ALL_MODULES): Include all-apache.
12204         (CROSS_CHECK_MODULES): Include check-apache.
12205         (INSTALL_MODULES): Include install-apache.
12206         (all-apache): New target.
12208         * configure.in: Added apache everywhere perl is seen.
12210 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12212         * Makefile.in: Add support for clean-{module} and
12213         clean-target-{module} rules.
12215 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
12217         * configure.in (*-*-ose) do not build libgloss.
12219 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12221         * config.guess (prep*:SunOS:5.*:*): Turn into
12222         powerpele-unknown-solaris2.
12224 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
12226         * configure.in: Permit --enable-shared to specify a list of
12227         directories.
12229 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12231         * configure.in (host==solaris): Pass only the first word of $CC
12232         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12234 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12236         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12238 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
12240         * Makefile.in (ALL_MODULES): Include all-perl.
12241         (CROSS_CHECK_MODULES): Include check-perl.
12242         (INSTALL_MODULES): Include install-perl.
12243         (ALL_X11_MODULES): Include all-guile.
12244         (CHECK_X11_MODULES): Include check-guile.
12245         (INSTALL_X11_MODULES): Include install-guile.
12246         (all-perl): New target.
12247         (all-guile): New target.
12249         * configure.in (host_tools): Include perl and guile.
12250         (native_only): Include perl and guile.
12251         (noconfigdirs): Don't build guile and perl; no ports have been
12252         done.
12254 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
12256         * configure (--enable-*): Handle quoted option lists such as
12257         --enable-sim-cflags='-g0 -O' better.
12259 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12261         * Makefile.in ({,inst}all-target): New rule so we can make and
12262         install all of the target directories easily.
12264 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12266         * configure.in: Add missing global flag in sed substitution when
12267         deleting `target-' from ${configdirs}.
12269 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
12271         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12272         option.
12274         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12275         config/mh-necv4.
12277         * install.sh: Correct misspelling of transformbasename.
12279         * config.guess: Recognize mips-*-sysv*.
12281 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
12283         * config.sub: Recognize mon960.
12285 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
12287         * configure: Restore Canadian Cross handling of BISON and LEX,
12288         removed in Feb 20 change.
12290 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
12292         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12293         Mention make install.  Remove the old copyright date as well the
12294         clumsy and rather pointless copyright on the README file.
12296 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12298         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12299         Makefile after running symlink-tree, then run `make distclean' to
12300         avoid clobbering any generated files in srcdir.
12302 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
12304         * configure.in (m68k-*-netbsd*): Build everything now.
12306 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12308         * Makefile.in (taz): Fix quoting.
12310 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
12312         * configure.in (sparclet-*-*): Build everything now.
12314 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12316         * configure.in (m68k-*-linux*): New host.
12318 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
12320         * configure: Check for bison before byacc.
12322 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
12324         * Makefile.in configure:  Change the way LEX and BISON/YACC are
12325         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
12326         searching PATH.  These are used as fallbacks by Makefile.in if
12327         flex/bison/byacc aren't in objdir.
12329 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
12331         * Makefile.in: Make everything which depends upon all-bfd also
12332         depend upon all-opcodes, in case --with-commonbfdlib is used.
12334 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12336         * configure.in (host *-*-cygwin32): Don't build gdb if we are
12337         building NT native compilers on Unix.
12339 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
12341         * configure.in: Don't get CC from the host Makefile fragment if we
12342         can find gcc in PATH, or if this is a Canadian Cross.  Move the
12343         Solaris test for /usr/ucb/cc to the post target script, just after
12344         the compiler sanity test.
12346 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
12348         * config.sub: Merge with FSF.
12350 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
12352         * Makefile.in (RPATH_ENVVAR): New variable.
12353         (REALLY_SET_LIB_PATH): Use it.
12354         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12356 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
12358         * config.sub, configure.in: Recognize sparclet cpu.
12360 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12362         * config.guess:  Support m68k-cbm-sysv4.
12364 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12366         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12367         m68k-unknown-linuxaout from linker help string.  Put quotes around
12368         $ld_help_string.
12370 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
12372         * config.guess (powerpc-harris-powerunix): Add guess for port
12373         to new target.
12375 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12377         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12379 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
12381         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12382         $(REALLY_SET_LIB_PATH) in Makefile.
12383         * Makefile.in (SET_LIB_PATH): New variable.
12384         (REALLY_SET_LIB_PATH): New variable.
12385         ($(DO_X)): Use $(SET_LIB_PATH).
12386         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12387         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12388         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12389         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12390         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12391         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12392         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12393         (install-dosrel): Likewise.
12394         (all-opcodes): Depend upon all-libiberty.
12396 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12398         * config.guess (*:CYGWIN*): New
12400 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12402         * Makefile.in (all-target-winsup): All all-target-libiberty.
12404 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12406         * configure.in (noconfigdirs): Add missing # in front of comment.
12408 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
12410         * configure.in: add second pass to things added to noconfigdirs
12411         so *-gm-magic can exclude libgloss properly.
12413 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
12415         * mpw-configure (extralibs_name, rez_name): Set correctly
12416         for MWC68K compiler.
12418         * mpw-README: Add more info on the necessary build tools.
12420 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12422         * configure.in, config.sub: Recognize cygwin32.
12424 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
12426         * config.guess, config.sub: Recognize A/UX.
12428 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
12430         * config.sub: Merge with gcc/config.sub.
12432 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
12434         * mpw-build.in (do-binutils): Add build of stamps.
12436 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
12438         * config.sub: Add recognition for mips64vr4100*-* targets.
12440 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12442         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12443         Add creation of gconfigargs with `--enable-shared' turned on.
12444         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12445         ($(host)-stamp-stage3-configured): Likewise.
12446         (HOLES): Add chatr and ldd.
12447         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12449 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
12451         * configure: Pass --nfp to recursive configures.
12453 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12455         * Makefile.in (DLLTOOL): New.
12456         (DLLTOOL_FOR_TARGET): New.
12457         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12458         (EXTRA_TARGET_FLAGS): Ditto.
12459         (EXTRA_GCC_FLAGS): Ditto.
12460         (CONFIGURE_TARGET_MODULES): Ditto.
12461         (DO_X): Ditto.
12462         * configure: Add DLLTOOL.
12464 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
12466         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12467         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12468         mh-sco, since old workarounds no longer needed, and don't
12469         build ld, since libraries have weak symbols in COFF.
12471 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
12473         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12475 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12477         * configure.in: Make sure that ${CC} can be used to compile an
12478         executable.
12480 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12482         * Makefile.in (all-gdb): Depend on $(GDB_TK).
12483         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12484         nothing depending on whether gdbtk is being built.
12486 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
12488         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12490 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
12492         * configure.in (noconfigdirs): Put ld or gas in this early, if the
12493         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12495 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
12497         * config-ml.in: Add support for
12498         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12499         Simplify setting of multidirs from --disable-foo.
12501 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12503         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12504         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12505         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12506         non-empty, pass them on to the  GCC make.
12507         (all-bootstrap): New rule that is like all-gcc, except it executes
12508         the GCC bootstrap rule instead of the GCC all rule.
12510 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
12512         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12514 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12516         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12517         DG/UX support.
12519 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
12521         * config.sub (i*86*) Change [345] to [3456]
12523 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12525         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12526         --with-gnu-ld=no.
12528 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12530         * config-ml.in (rs6000*, powerpc*): Add switches to control which
12531         AIX multilibs get built.
12533 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12535         * configure.in (i386-win32): Don't build expect if we're not
12536         building the tcl subdir.
12538 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
12540         * Makefile.in: (configure-target-examples, all-target-examples):
12541         New targets, configure and build example programs.
12543 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
12545         * mpw-configure: If an mpw-config.in generated a file mk.sed,
12546         use it as input to sedit the generated MPW makefile.
12547         * mpw-README: Add a suggestion about Gestalt.h.
12549 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
12551         * config.sub: Accept *-*-ieee*.
12553 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
12555         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
12556         Ronald F. Guilmette <rfg@monkeys.com>.
12558 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12560         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12561         for powerpc-pe native.
12562         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12563         (target==powerpc-pe): duplicate i386-win32 entry.
12565 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12567         * configure.in (noconfigdirs): Exclude target-newlib for all versions
12568         of vxworks, not just vxworks5.1.
12570 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
12572         * mpw-configure: Add support for exec-prefix.
12574 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12576         * config.guess: Recognize HP model 816 machines as having
12577         a PA1.1 processor.
12579 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12581         * configure: Ignore new autoconf configure options.
12583 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12585         * config.guess:  Recognize Pentium under SCO.
12586         From Robert Lipe <robertl@arnet.com>.
12588 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12590         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12592 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
12594         * configure.in: Don't configure gas for alpha-dec-osf*.
12596 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
12598         * configure.in: Default to --with-stabs for some targets for which
12599         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12600         i[345]86*-*-unixware*.
12602 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12604         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12605         rather than basing it on the target.  Simplify handling of options
12606         controlling which directories to configure.  Remove extraneous
12607         slash in multi-clean target.
12609 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
12611         * config-ml.in: Prefix more variables with ml_ so they don't collide
12612         with configure's.
12614 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
12616         * configure: Don't turn -v into --v.
12618 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
12620         * configure.in (targargs): Fix typo.
12622         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12624 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
12626         * configure.in: Strip --host and --target options from
12627         CONFIG_ARGUMENTS, and always configure for --host only.  Add
12628         --with-cross-host option when building with a cross-compiler.
12629         * configure: Canonicalize the arguments put into config.status by
12630         always using `=' for an option with an argument.  Pass a presumed
12631         --host or --target explicitly.
12633 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
12635         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12636         into general OS recognition case.
12638 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12640         * configure.in (target_configdirs): add target-winsup only
12641         for win32 target systems.
12643 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
12645         * Makefile.in (all-target-libgloss): Depend upon
12646         configure-target-newlib, since when libgloss is built it looks to
12647         see if the newlib directory exists.
12649 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
12651         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12652         cfg-ml-*.in.
12654 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
12656         * configure: Handle LD and LD_FOR_TARGET when configuring a
12657         Canadian Cross.
12659 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12661         * configure.in (target_libs): add target-winsup.
12662         (target==i386-win32): add patch diff flex make to $noconfigdirs.
12663         (target==ppcle-pe): remove ld from $noconfigdirs.
12665 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
12667         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12668         Preserve relative path names in $srcdir.  Build symlink tree if
12669         configuring cross target dir and srcdir=. (= no VPATH support).
12670         (configure-target-libg++): Depend on configure-target-librx.
12671         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12672         * config-ml.in: New file.
12673         * symlink-tree: New file.
12674         * configure: Ensure srcdir="." if that's what it is.
12676 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
12678         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12679         includes and FLEX_SKELETON setting.
12680         * mpw-configure (--with-gnu-ld): New option, controls whether
12681         to use PPCLink or ld with PowerMac GCC.
12682         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12683         * mpw-config.in: Configure grez if targeting Mac.
12685         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12686         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12687         just macos.
12688         * configure.in: Configure grez resource compiler if targeting Mac.
12689         * Makefile.in (all-grez, install-grez): New targets.
12691 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
12693         * configure: CXX defaults to gcc, not g++.  If we find
12694         gcc in the path, set CC to gcc -O2.
12696 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
12698         * configure: Default ${build} correctly.  Avoid picking up extra
12699         spaces when reading CC and CXX from Makefile.  When doing a
12700         Canadian Cross, use plausible default values for numerous
12701         variables.
12702         * configure.in: When doing a Canadian Cross, don't try to
12703         configure tools whose configure script can't handle it.
12705 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12707         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12709 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12711         * configure:  Remove dubious bug reporting address.
12713 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12715         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
12716         configure script, run that instead of this directory's configure.
12717         In either case, print a message that we're configuring the sub-dir.
12719 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12721         * configure.in: Before checking for the existence of various files,
12722         use sed to filter out "target-".
12724 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12726         * Makefile.in (DO_X): Split rule to decrease command line length
12727         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
12728         (Philippe De Muyter).
12730 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12732         * Makefile.in (all-patch): depend on all-libiberty.
12734 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
12736         * configure.in: If the only directory in target_configdirs which
12737         actually exists is libiberty, then set target_configdirs to empty,
12738         to avoid trying to build a target libiberty in a gas or gdb
12739         distribution.
12741 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
12743         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12744         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12745         systems.
12747 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12749         * configure.in (copy_dirs): Use sys-include instead of include
12750         for --with-headers option.
12752 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
12754         * Makefile.in, configure.in: Make winsup builds work with
12755         new scheme.
12757 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
12759         * configure.in: Build the linker on AIX.
12761 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12763         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
12764         where needed.
12766 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
12768         * Makefile.in (all-gcc): Fix typo.
12770 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12772         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
12774 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12776         * configure.in:  Rename libFOO to target-libFOO, and xiberty
12777         to target-xiberty, to provide more flexibility.
12778         (target_subdir):  Define.  Create if cross.
12779         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12780         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
12781         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12782         check-libFOO -> check-target-libFOO, etc.
12783         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12784         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12785         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12786         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
12787         allow ALL_GCC="" to only configure.
12788         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
12789         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
12790         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
12792 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
12794         * Makefile.in (taz): Build "info" in etc explicitly.
12796 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
12798         * configure.in:  Make sure that CC is undefined (as opposed to
12799         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
12800         problem with autoconf trying to configure on a host without GCC.
12802 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
12804         * mpw-configure: Set host alias from choice of host compiler,
12805         only use generic MPW Makefile sed if present, edit a file
12806         named "hacked_Makefile.in" instead of "Makefile.in" if present.
12807         * mpw-README: Add problem notes about CW6 and CW7.
12809 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
12811         * Makefile.in (taz): Use ";" instead of ";;".
12813 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12815         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
12816         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12817         DISTDOCDIRS.
12818         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
12819         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
12821 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12823         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
12824         and gnats, because they are now subsumed by DISTSTUFFDIRS.
12825         Move bfd to DISTSTUFFDIRS.
12827 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12829         * Makefile.in (X11_LIB): Removed.
12830         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12832         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12834 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12836         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12837         names.
12839 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12841         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12843 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
12845         * configure.in (i[345]86-*-win32): Always build newlib.
12846         Don't configure cvs, autoconf or texinfo.
12847         * Makefile.in (LD_FOR_TARGET): New.
12848         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12849         Pass down LD_FOR_TARGET.
12851 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
12853         * winsup: New directory.
12854         * Makefile.in: Build winsup.
12855         * configure.in: Winsup is configured when target is win32.
12856         Can only build win32 target GDB when native.
12858 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
12860         * config.guess: Recognize HP model 819 machines as having
12861         a PA 1.1 processor.
12863 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
12865         * configure: Fix sed loop which substitutes for CC and CXX to
12866         avoid bug found in various sed implementations.
12868 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12870         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12871         simulator.  Use standard powerpc-*-eabi*.
12873 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12875         * configure.in: Stop putting gas and binutils in noconfigdirs for
12876         powerpc-*-aix* and rs6000-*-*.
12878 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
12880         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12881         -mcall-aixdesc libraries.
12883 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
12885         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12887         * config.sub (arm | armel | armeb): Fix shell syntax.
12889 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12891         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12892         -msoft-float and -mcpu=common support.
12893         (powerpc*-*-eabisim*): Add support for building -mcall-aix
12894         libraries.
12896 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12898         * configure.in: Allow configuration and build of emacs19 for the alpha.
12900 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12902         * configure.in (CC): Get ^CC, not just any old CC, from
12903         ${host_makefile_frag}.
12905 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12907         * configure.in (CC): Try to get CC from
12908         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12910 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12912         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12913         only if it exists in $(srcdir).
12915 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
12917         * configure: If CC and CXX are not set in the environment, set
12918         them, based on either an existing Makefile or on searching for gcc
12919         in PATH.  Substitute for CC and CXX in Makefile.
12920         * configure.in: Remove libm from target_libs.  Separate
12921         target_configdirs from configdirs.  If CC is not set in
12922         environment, try to get it from a host Makefile fragment.  Rewrite
12923         changes of configdirs to use skipdirs instead.  A few minor
12924         tweaks.  Take directories out of target_configdirs as they are
12925         taken out of configdirs.  Remove existing Makefile files from
12926         subdirectories.  Substitute for TARGET_CONFIGDIRS and
12927         CONFIG_ARGUMENTS in Makefile.
12928         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12929         by configure.in.
12930         (CONFIG_ARGUMENTS): Likewise.
12931         (CONFIGURE_TARGET_MODULES): New variable.
12932         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12933         ($(CONFIGURE_TARGET_MODULES)): New target.
12934         (configure-libg++, configure-libio): New targets.
12935         (all-libg++): Depend upon configure-libg++.
12936         (all-libio): Depend upon configure-libio.
12937         (configure-libgloss, all-libgloss): New targets.
12938         (configure-libstdc++): New target.
12939         (all-libstdc++): Depend upon configure-libstdc++.
12940         (configure-librx, all-librx): New targets.
12941         (configure-newlib): New target.
12942         (all-newlib): Depend upon configure-newlib
12943         (configure-xiberty): New target.
12944         (all-xiberty): Depend upon configure-xiberty.
12946 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
12948         * configure.in (host i[345]86-*-win32):  Expand the
12949         noconfigdirs again.
12951 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
12953         * mpw-configure: Fix sed command file name.
12955 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
12957         * configure.in (host i[345]86-*-win32): Reduce the
12958         noconfigdirs again.
12960 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
12962         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12963         or powerpc*-*-pe*, since they are not yet supported.
12965 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
12967         Add PowerMac support and many other enhancements.
12968         * mpw-configure: New option --cc to select compiler to use,
12969         paste options set according to --cc into the generated
12970         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12971         if mpw-make.sed is present.
12972         * mpw-config.in: Don't test for gC1, test for mpw-touch,
12973         add forward includes for PowerPC include files.
12974         * mpw-build.in: Build using Makefile.PPC if present.
12975         (do-byacc, etc): Remove separate version resource builds.
12976         (do-gas): Build "stamps" before "all".
12977         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12978         * mpw-README: Update to reflect --cc option, PowerMac support,
12979         and recently-reported compatibility problems.
12981 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
12983         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12984         embedded m68k systems (-aout, -coff, -elf, -vxworks).
12985         (--with-multilib-top): Pass to recursive invocations.
12987 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
12989         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12990         v810-*-*.
12992 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12994         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12995         gdb, ld and opcodes on v810-*-*.
12997 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
12999         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13000         (local-maintainer-clean): New target.
13001         (maintainer-clean): New target.
13002         (realclean): Just depend upon maintainer-clean.
13004 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13006         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13008 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
13010         * configure.in: Build ld in mips*-*-bsd* case.
13012 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
13014         * config.sub: Accept -lites* OS.  From Ian Dall.
13016 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
13018         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13019         targets.
13021 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13023         * configure.in: treat i386-win32 canadian cross the same as
13024         i386-go32 canadian cross.
13026 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13028         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13029         running under the simulator to build a reduced set of libraries.
13030         (powerpc-*-eabiaix): Add fine grained multilib support added to
13031         other powerpc targets yesterday.
13033 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13035         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13036         -disable-softfloat, -disable-relocatable, -disable-aix, and
13037         -disable-sysv to control which multilib libraries get built.
13039 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13041         * configure: Add Makefile.tem to list of files to remove in trap
13042         handler.
13044 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13046         * config.guess (*Linux*):  Add missing "exit"s.
13047         Also, need specific check for alpha-unknown-linux (uses COFF).
13049 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13051         * config.guess:  Merge with FSF:
13053         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
13054         * config.guess (AIX4): More robust release numbering discovery.
13056         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
13057         * config.guess (i386-sequent-ptx): Properly get version number.
13059         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
13060         * config.guess (mips:*:4*:UMIPS): New case.
13062 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13064         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13065         (i386-win32 host): Likewise.  Don't build readline.
13067 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
13069         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
13070         SUPPORT_FILES to submakes.
13072 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
13074         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13075         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13076         mpw-configure.
13078 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
13080         * configure.in (appdirs): Use =, not ==, in test expression when
13081         trying to build the text to print in the warning message for
13082         Solaris users.
13084 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
13086         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13088 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13090         * config.guess: Recognize lynx-2.3.
13092 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
13094         * config.sub (z8ksim): Deleted
13095         (z8k-*-coff): New, this is the one true name of the target.
13097 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
13099         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13101 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
13103         * config.guess (*:Linux:*:*): First try asking the linker what the
13104         default object file format is (elf, aout, or coff).  Then if this
13105         fails, try previous methods.
13107 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13109         * configure.in: Don't build newlib for *-*-vxworks5.1.
13111 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13113         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13114         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13116 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
13118         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13120 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
13122         * cfg-ml-com.in: New file.
13123         * cfg-ml-pos.in: New file.
13125 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13127         * COPYING.NEWLIB: Add HP free copyright to list.
13129 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13131         * config.sub: Recognize -eabi* for the system, not just -eabi.
13133 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13135         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13136         * config.sub, configure.in (win32): New target and host.
13138 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13140         * configure.in: Add i386-pe configuration.
13142 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
13144         * mpw-build.in (install): Install GDB after LD.
13146 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
13148         * mpw-config.in (elf/mips.h): Always forward-include, needed
13149         for GDB to build.
13151 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13153         * testsuite: New directory for customer acceptance and whole tool
13154         chain tests.
13156 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13158         * configure: If per-host line isn't found, but AC_OUTPUT is found
13159         and a configure script exists, run it instead.
13161 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13163         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
13165 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13167         * configure: Set build_{cpu,vendor,os,alias} to host values when
13168         --build isn't specified.
13170 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13172         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13173         (FLAGS_TO_PASS): Pass them.
13174         (EXTRA_TARGET_FLAGS): Ditto.
13176 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13178         * Makefile.in (all-libg++): Depend on all-libstdc++.
13180 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13182         * configure.in (noconfigdirs): Enable all packages for
13183           i386-unknown-netbsd.
13185 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
13187         * configure.in (noconfigdirs): Don't configure tk for i386-go32
13188         hosted builds (DOS builds)
13190 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13192         Changes for ARM based on patches from Richard Earnshaw:
13193         * config.sub: Handle armeb and armel.
13194         * configure.in: Omit arm linker only for riscix.
13196 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13198         * config.guess:  Update from FSF.
13200 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
13202         * config.sub: Recognize powerpcle as the little endian variant of
13203         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
13204         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
13205         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
13206         temporarily.
13208 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
13210         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13212 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
13214         * config.sub: Accept -lites* as a basic system type.
13216 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
13218         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13219         installed, and if so return linuxoldld as the system name.
13221 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
13223         * config.guess: Add hppa1.1-hp-lites support.
13225 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13227         * configure.in: Don't build newlib for m68k-vxworks5.1.
13229 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13231         * configure.in (mips-sgi-irix6): Use mh-irix5.
13233 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
13235         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13237 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13239         * test-build.mk: Enable building of shared libraries on IRIX 5 and
13240         OSF/1.  Fix compiler flags.
13241         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
13243 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
13245         * configure.in: Recognize --with-newlib.
13246         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13248 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13250         * Makefile.in: move {all,check,install}-gdb from *_MODULES
13251         to *_X11_MODULES due to gdbtk needing X include files et al.
13253 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
13255         Merge in support for Mac MPW as a host.
13256         (Old change descriptions retained for informational value.)
13258         * mpw-config.in: Add generic include forwards for cpu-specific
13259         include files in aout and elf directories.
13261         * mpw-configure: Added copyright.
13262         * mpw-config.in: Check for presence of required build tools.
13263         (target_libs): Add newlib.
13264         (target_tools): Add examples.
13265         (Read Me): Generate as "Read Me for MPW" instead.
13266         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13267         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13268         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13270         * mpw-configure: Remove subdir-specific makefile hackery,
13271         delete mk.tmp after using it.
13273         * mpw-build.in (all): Display start and end times.
13275         * mpw-configure (host_canonical): Set.
13276         (target_cpu): Always add to makefiles.
13277         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13278         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13279         (mpw-mh-mpw): Look for in srcdir and srcroot.
13280         Use sed instead of mpw-edit-prefix to edit prefix definitions.
13282         * mpw-build.in: (install-only): New target.
13284         * mpw-configure (host_alias, target_alias): Rename from hostalias
13285         and targetalias, add into generated Makefile.
13286         (mk.tmp): If present, add into generated Makefile.
13287         * mpw-build.in (all-gas): Build config.h first before gas proper.
13289         * mpw-configure (config.status): Write only if changed.
13290         * mpw-config.in (readline): Configure it (not built, just used for
13291         definitions).
13293         * mpw-config.in (elf/mips.h): Add a forward include.
13295         * mpw-config.in: Forward-include most .h files in include into
13296         extra-include.
13297         (readline): Don't build.
13298         mpw-build.in (install): Install GDB.
13300         * mpw-configure (prefix, mpw_prefix): Handle it.
13301         * mpw-config.in (mmalloc, readline): Don't configure.
13302         * mpw-build.in (thisscript): Rename to ThisScript.
13303         Use mpw-build instead of BuildProgram everywhere.
13304         (mmalloc, readline): Don't build.
13305         * mpw-README: New file, basic documentation about the MPW port.
13307         * mpw-config.in: Use forward-include to create include files.
13309         * mpw-configure: Add more things to the top of each configured
13310         Makefile, including contents of config/mpw-mh-mpw.
13311         * mpw-config.in (extra-include): Create this directory and fill it
13312         with Posix-like include files when configuring.
13314         * config.sub (apple, mac, mpw): Add various aliases.
13316         * mpw-build.in: New file, top-level build script fragment for MPW.
13317         * mpw-configure: New file, configure script for MPW.
13318         * mpw-config.in: New file, config fragment for MPW.
13320 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13322         * configure.in (host_libs): Remove glob, since it is gone from the
13323         sources.
13325 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13327         * Makefile.in: define empty GDB_NLM_DEPS var.
13329         * configure.in(target_makefile_frag): use config/mt-netware
13330         for netware targets.
13332 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
13334         * config.sub: Merge in recent FSF changes.  Remove linux special
13335         cases.
13337 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13339         Revert this change:
13341         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
13343                 * build-all.mk: Use CC=cc -Xs on Solaris.
13345 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13347         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
13348         stop using it.
13349         * Makefile.in: Nuke all references to glob subdirectory.
13351 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13353         * configure.in: Fix --enable-shared logic in per-host.
13355 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13357         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13359 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13361         * configure.in (noconfigdirs): Don't build gas on AIX, for
13362         powerpc*-*-aix* as well as for rs6000*-*-aix*.
13364 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
13366         * configure: Fix --cache-file to work if the file argument is a
13367         relative path.
13369 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
13371         * configure: If the --cache-file is used, pass it down to
13372         configure in subdirectories.
13374 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
13376         * config.sub: add vxworks29k configuration.
13378 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13380         * Makefile.in (taz): Do "diststuff" part quietly.
13382 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13384         * config.sub: Mini-merge with gcc/config.sub.
13386 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13388         * config.guess (IRIX): Sed - to _.
13390 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13392         * Makefile.in (source-vault, binary-vault): New targets.
13394 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
13396         * config.sub: Recognize -eabi as a basic system type.
13398 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13400         * configure.in (enable_shared stuff): Fix typo.
13402 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
13404         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13406 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13408         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13410 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
13412         * configure.in (rs6000-*-*): Don't build gas.
13414 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
13416         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13417         reduce command line length.
13418         (AS_FOR_TARGET): Check for as.new, not Makefile.
13419         (NM_FOR_TARGET): Check for nm.new, not Makefile.
13421 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13423         * config.guess:  Merge from FSF.
13425 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13427         * configure: Don't use $ when handling program_suffix.
13429 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
13431         * configure.in:  Configure tk for hppa/hpux.
13433 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13435         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
13437 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13439         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
13440         to LIBCXXFLAGS.  Tests are better run without it.
13442 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
13444         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13446 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
13448         * configure.in (*-*-netware*): Don't configure xiberty.
13450 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
13452         * configure.in:  Remove tk from native_only list.
13454 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
13456         * build-all.mk: Add mips-ncd-elf target to sun4 targets
13457           for special NCD build.
13459 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13461         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13462         makeall.bat, they're only useful for binutils snapshots.
13463         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13464         makeall.bat to specified SUPPORT_FILES.
13466 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
13468         * build-all.mk: Add Ericsson targets to sun4 and solaris
13469           hosts.  Add  BNR's sun4 target to solaris host, so their
13470           build-from-source will be tested in-house first.
13472 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13474         * Makefile.in (LIBCFLAGS): New variable.
13475         (CFLAGS_FOR_TARGET): Ditto.
13476         (LIBCFLAGS_FOR_TARGET): Ditto.
13477         (LIBCXXFLAGS): Ditto.
13478         (CXXFLAGS_FOR_TARGET): Ditto.
13479         (LIBCXXFLAGS_FOR_TARGET): Ditto.
13480         (BASE_FLAGS_TO_PASS): Pass them.
13481         (EXTRA_TARGET_FLAGS): Ditto.
13483         * configure.in: Support --enable-shared.
13485 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13487         * configure.in (target_libs):  Include libstdc++ again.
13488         * config.guess:  Update from FSF (for FreeBSD).
13490 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13492         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13493         makeall.bat.
13494         (DISTDOCDIRS): Add `etc'.
13495         (ETC_SUPPORT_PFX): New variable.
13496         (taz): Include anything from etc starting with a word in
13497         ETC_SUPPORT_PFX.
13499 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13501         * config.sub: Update for recent FSF changes.  Remove obsolete
13502         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
13503         spacing changes.
13505 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13507         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
13509         * config.guess:  Merge with FSF.
13510         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13512 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13514         * configure: Since the "trap 0" handler will override the exit
13515         status on many systems, only use it for "exit 1", and make it set
13516         a non-zero exit status; reset it before "exit 0".  Also, check
13517         exit status of config.sub, and error out if it failed.
13519 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
13521         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13522         and install libgloss.
13524 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13526         * Makefile.in (all-binutils): Depend upon all-byacc.
13528         * configure.in: Don't build emacs on Irix 5.
13530 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13532         * configure.in (*-*-netware*): Add libio.
13534 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13536         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13537         (CHECK_TARGET_MODULES): Ditto.
13538         (INSTALL_TARGET_MODULES): Ditto.
13539         (TARGET_LIBS): Ditto.
13540         (all-libstdc++): Note dependencies.
13542 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13544         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13546 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13548         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13549         -fexternal-templates.
13551         * configure.in (target_libs): Add libstdc++.
13552         (noconfigdirs): Add libstdc++ as appropriate.
13554 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13556         * config.guess:  Update from FSF.
13558 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13560         * configure: Use ${config_shell} when running ${configsub}.
13562 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
13564         * config.sub: No longer recognize h8300h.
13566 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13568         * config.sub: Remove extraneous differences between config.sub and
13569         gcc/config.sub.
13571 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13573         * Makefile.in (DISTSTUFFDIRS): Add gas.
13575 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
13577         * COPYING.NEWLIB: New file.
13579 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13581         * config.guess (HP-UX):  Patch from Harlan Stenn
13582         <harlan@landmark.com> to also emit release level.
13584 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13586         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13588 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13590         * config.sub:  Merge nextstep cleanup from FSF.
13592 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13594         * configure.in (arm-*-*): Don't configure ld for this target.
13596 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13598         * configure.in (*-*-netware): don't configure libg++, libio,
13599           librx, or newlib.
13601 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13603         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
13604         configure ld--it works, but it doesn't support shared libraries.
13606 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13608         * config.guess (*-unknown-freebsd*):  Get rid of possible
13609         trailing "(Release)" in version string.
13610         Patch from Paul Richards <paul@isl.cf.ac.uk>.
13612 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13614         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13615         Fix type: *-next-neststep -> *-next-nextstep.
13617         * config.guess:  Merge from FSF:
13619         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
13621         * config.guess: Recognize powerpc-ibm-aix3.2.5.
13623         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
13625         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13626         instead of UNIX_SV for UnixWare 1.0).
13628 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
13630         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
13631         to make gdb/nlm/* build after the compiler and linker.
13633 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13635         * config.guess (netbsd, freebsd, linux):  Accept any machine,
13636         not just i[34]86.
13637         (m68k-atari-sysv4):  Relocate to match FSF version.
13639         * config.guess:  More merges from the FSF:
13641         Add a space before function call or macro invocation.
13643         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13645         * config.guess: Add trap cmd to remove dummy.c and dummy when
13646         interrupted.
13648         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13650         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13651         (dummy): Redirect stderr from compilation of dummy.c.
13653         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
13655         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13657 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
13659         * configure: Accept and ignore --cache*, for compatibility with
13660         new autoconf.
13662 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13664         * config.guess:  Merge from FSF:
13666         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13668         * config.guess (Pyramid*:OSx*:*:*): New case.
13669         (PATH): Add /.attbin at end for finding uname.
13670         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
13672         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
13674         * config.guess (M88*:DolphinOS:*:*): New case.
13676         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
13678         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13679         to select whether to use ELF or COFF.
13681         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13683         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13685         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
13687         * config.guess: Guess the OS version for HPUX.
13689         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
13691         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13693 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13695         * configure.in: Recognize --with-headers, --with-libs, and
13696         --without-newlib.
13697         * Makefile.in (all-xiberty): Depend upon all-ld.
13699 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13701         * configure.in: Change i[34]86 to i[345]86.
13703 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13705         * configure (version): A few more tweaks to help message.
13707 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13709         * Makefile.in:  Remove (for now) librx as a host library,
13710         now that we're building it for target.
13712 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13714         * configure: Fix up help message; from karl@owl.hq.ileaf.com
13715         (Karl Berry).
13717 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13719         * configure.in:  Also configure librx.
13721 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13723         * Makefile.in:  Update various rules to reflect that librx
13724         is now needed for libg++.
13726 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13728         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13730 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
13732         * configure.in: Configure the examples directory.
13734 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13736         * configure: Simplify Jun 2 1994 change.
13738 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13740         * change CC to /usr/latest/bin/gcc for lynx host builds, since
13741         /bin/gcc isn't good enough to build gcc.
13743 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
13745         * Makefile.in (GDB_SUPPORT_FILES): Remove
13746         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
13747         (gdb.tar.gz): Add new rule to use standard distribution building
13748         mechanism.
13750 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13752         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
13753         Bill Cox <bill@cygnus.com>.
13755 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13757         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
13759 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
13761         * configure:  Search current dir first in .gdbinit.
13763 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13765         * config.sub:  Recognize freebsd (merged from gcc config.sub).
13767 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13769         * config.sub:  Refer to NeXT's operating system as nextstep.
13771         * config.sub (case $basic_machine):  Re-order the cases, to match
13772         the order in the FSF version (which is mostly alphabethical).
13773         Merge in some additions and changes from the FSF.
13775 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
13777         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13778         * config.sub: Recognize cxux7.
13779         * configure.in: Use mh-cxux for m88k-harris-cxux*.
13781 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13783         * config.sub:  Fix typo powerpc -> powerpc-*.
13785 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
13787         * Makefile.in: `all-emacs19' depends on `all-byacc'.
13789         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13790         parallel with all-emacs and install-emacs).  Top-level command
13791         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13793 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13795         * test-build.mk ($(host)-stamp-stage2-installed): Remove
13796         $(relbindir)/make before doing ``make install'', and use
13797         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
13798         installing over running make binary.
13799         ($(host)-stamp-stage3-installed): Likewise.
13801 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13803         * config.guess: Recognize Mach.
13805 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13807         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13808         see whether --exec-prefix was used.
13810 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13812         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
13814 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13816         * Makefile.in: Add all-librx target similar to all-libproc.
13818 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
13820         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
13821         with post 1.2 uname bogosity.
13823 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13825         * configure: Remove temporary files on receipt of a signal.
13827 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
13829         * configure: If there is a package_makefile_frag, remove
13830         ${subdir}/Makefile.tem after copying it in.
13832 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13834         * build_all.mk: support rs6000 lynx identifies itself as
13835         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
13836         since /bin/gcc is too feeble to compile a modern gcc.
13838 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13840         * brought devo/test-build.mk update-to-date with progressive/
13841           test-build.mk. Add lynx targets and hppa flag info.
13843 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13845         * configure.in:  Use mh-ncrsvr43.  Patch from
13846         Tom McConnell <tmcconne@sedona.intel.com>.
13848 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13850         * config.guess (i386-unknown-bsdi):  No longer need to
13851         check #if defined(__bsdi__) && defined(__i386__).
13853 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13855         * configure: Set program_transform_nameoption correctly.
13857 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13859         * brought build-all.mk update-to-date with progressive build-all.mk,
13860           added new targets and hppa info.
13862 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13864         * configure: If config.guess result is a prefix of the user
13865         specified target, assume a native build and use the user specified
13866         target as the host alias.  Remove SunOS patch suffix removal hack.
13867         * configure.in: Remove SunOS patch suffix removal hack.
13869         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13870         in NATIVE_CHECK_MODULES.
13872 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
13874         * Makefile.in: Rename HOST_ONLY to NATIVE.
13875         * configure: Delete SunOs patch suffix from host_canonical
13876           and build_canonical variables that are prepended to Makefiles.
13877         * configure.in: Add comments for easier maintenance.
13879 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13881         * Makefile.in: Add all-libproc target similar to all-gui.
13883 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
13885         * Makefile.in (CHECK_MODULES): split into
13886         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13888 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
13890         * config.guess (i386-unknown-bsdi): New system to guess.
13892 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13894         * Makefile.in: Add all-gui target (but not yet build by "all").
13896 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
13898         * config.sub: Move deletion of patch suffix from here...
13899         * configure.in: To here, at Ian's suggestion.  The top-
13900           level scripts might need to know of a patch level.
13902 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
13904         * config.sub: Strip off patch suffix so rtl is recognized
13905           as a sunos4.1.3 machine, even though it's been patched.
13907 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
13909         * Makefile.in (INSTALL_LAST): Delete.
13910         (INSTALL_DOSREL): New.
13912 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13914         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13915         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13916         whether we pass down --with-gnu-ld anyhow.
13918 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
13920         * Makefile.in (INSTALL_LAST): Change operation so it works
13921         on more flavors of make.
13922         * configure.in (go32): Don't build libg++ or libio.
13924 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
13926         * Makefile.in (Move HOST_PREFIX_1 and friends up so
13927         they can be overriden by templates.
13929 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
13931         * configure.in (target==go32): Don't build gdb.
13932         * dosrel: New directory.
13934 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
13936         * configure.in (host==go32): Configure dosrel too.
13937         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13938         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13939         be set by incoming names or templates.
13940         (INSTALL_LAST): New rule.
13942 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
13944         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13946 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13948         * configure.in (appdirs): New variable.  Currently empty, but will
13949         be used in gas distribution.  If nonempty, lists a set of
13950         directories at least one of which must get configured, or top
13951         level configuration is considered to have failed.
13952         (rs6000-*-lynxos*): Use new file name.
13954 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13956         Eliminate XTRAFLAGS.
13957         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13958         newlib include files using -idirafter, and also use -nostdinc.
13959         (CXX_FOR_TARGET): Likewise.
13960         (XTRAFLAGS): Removed.
13961         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13962         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13963         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13964         ($(DO_X)): Don't pass down XTRAFLAGS.
13966 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13968         * configure.in (mips*-dec-bsd*): New target; do build linker.
13969         (mips*-*-bsd*): New target; don't build linker.
13971 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13973         * configure.in: support rs6000-*-lynxos* configuration.
13974         support sunos4 as a cross target.
13976         * config.sub: look for lynx*, not lynx since the OS version may
13977         legitimately be part of the name.
13979 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13981         * configure.in (i[34]86-*-sco*): Move to be with other i386
13982         targets.
13983         (romp-*-*): New target.  Skip various binary utilities.
13984         (vax-*-*): New target.  Don't build newlib.
13985         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
13987 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13989         * configure.in: Only set host_makefile_frag if config
13990         directory exists.
13992 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13994         * install.sh: If $dstdir exists, don't check whether each
13995         component does.
13997 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13999         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14001 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
14003         * configure.in (*-*-lynxos*): Don't configure newlib for either
14004         native or cross Lynx.
14006 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
14008         * config.sub (sparc64-elf): Fix os.
14009         (z8k): Remove duplicate.
14011 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14013         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14014         gcc/stmp-fixproto, to try to prevent fixproto from being run.
14016 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
14018         * configure: Make file links cleanly even if Lynx fails on
14019           an NFS symlink (at least fail cleanly).
14021 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14023         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14024         -XNh2000.
14026 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14028         * configure: Unknown options are fatal again.
14030 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
14032         * configure: Ignore --x-includes and --x-libraries, for Autoconf
14033         compatibility.
14035 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
14037         * build-all.mk: Add `clean' target.
14039 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14041         * config.guess:  Add SINIX support.
14042         * configure.in:  Add mips-*-sysv4* support.
14044 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
14046         * build-all.mk: Document all useful targets.
14047         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14048         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14050 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14052         * configure: Support --silent, --quiet.
14054 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14056         * configure: Support --disable-FEATURE.
14058 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14060         * config.guess: Recognize NCR running SVR4.3.
14062 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14064         * config.guess:  Make BSDI generate i386-unknown-bsd386.
14065         Patch from Paul Eggert <eggert@twinsun.com>.
14067 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14069         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14071 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14073         * configure: Make unrecognized options give nonfatal warnings
14074         instead of fatal errors, and pass them to any subdirectory
14075         configures in case they recognize them.
14076         Make --x equivalent to --with-x.
14078 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14080         * configure: Add --enable-* options.  Clean up usage message and
14081         some comments.
14083 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
14085         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14087 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14089         * configure.in (hppa*-*-*): Enable binutils.
14091 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14093         * config.sub: Recognize cisco.
14095 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
14097         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14099 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14101         * config.guess: about target *-hitachi-hiuxwe2, don't print more
14102         than one configuration name.  Add comment.
14104 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
14106         * config.guess: about target *-hitachi-hiuxwe2, fixed
14107         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
14108         macro is incorrect.]
14110 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14112         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14113         than the "make ls" stuff which used to be here.
14115 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14117         * config.guess:  Recognize i[34]86-unknown-freebsd.
14118         From Shawn M Carey <smcarey@rodan.syr.edu>.
14120 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14122         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14124 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
14126         * config.guess: Check for ptx.
14128 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
14130         * config.sub: Add os9k checking.
14132 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14134         * config.guess: Handle OSF1 running on HPPA processors
14136 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14138         * configure: If subdir configure fails, print out a message with
14139         subdirectory name, in case subdir's configure code didn't identify
14140         itself.
14142 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
14144         * configure.in: Remove embedded newlines from configdirs.
14145         Avoid mismatches of substrings.  Fix matching strings at end
14146         of configdirs.
14148 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
14150         * config.guess:  Add Lynx/rs6000 config support.
14152 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14154         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14156 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
14158         * configure.in (hppa*-*-osf*): Treat this just like most other
14159         PA configurations (eg no binutils or ld).
14160         (hppa*-*-*elf*): These configurations have binutils and ld.
14162 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14164         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
14166 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14168         * configure.in (rs6000-*-*): Build gas.
14170 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14172         * Makefile.in:  Avoid bug in losing hpux sed.
14174 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14176         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14177         for GDB and GDB has been fixed to not need it.
14179 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14181         * config.guess: Recognize vax hosts.
14183 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14185         * configure (while loop): Don't use "break 2" inside case
14186         statement -- the case statement isn't an enclosing loop.
14188 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14190         * config.guess:  Clean up NeXT support, to allow nextstep
14191         on Intel machines.  Make OS be nextstep.
14193 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
14195         * config.guess: Add alternate forms for Convex.
14197 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
14199         * configure:  Completely rewrite option processing.  Take
14200         advantage of pattern-matching to avoid invoking test frequently.
14201         Also clean up host and target defaulting logic.
14203 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14205         * Makefile.in: Replace all occurrances of "rootme" with "r" and
14206         "$${rootme}" with "$$r", to increase the likelihood that the do-*
14207         commands (plus user environment) will fit SCO limits.
14209 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14211         * configure.in: Don't issue warnings about directories which are
14212         not being configured if -norecursion is set.  Correct test for
14213         --with-gnu-as and --with-gnu-ld to not get confused by substring
14214         matches.
14216         * configure.in: Don't build gas for alpha-dec-osf1*.
14218 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
14220         * configure:  Back out Per's change of 12/19/1993.  It changes the
14221         behavior of configure in unexpected and confusing ways.
14223         Also, use different delim char when calculating
14224         program_transform_name so that the name can contain slashes.
14226 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
14228         * configure.in, config.sub: Add support for VSTa micro-kernel.
14230 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
14232         * configure.in: Nuke hacks which were used to get a special
14233         version of GAS for HPPA configurations.
14235 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14237         * configure:  If only ${target_alias} is given, use that
14238         as the default for ${host_alias}.
14239         * configure:  Add missing back-slashes before nested quotes.
14241 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14243         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14245 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
14247         * config.guess:  Recognize some Tektronix configurations.
14248         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14250 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14252         * config.sub: Match any flavor of SH.
14254 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
14256         * configure.in: Don't try to configure newlib for Alpha.
14258 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14260         * configure.in: Don't build ld for Irix 5.  Don't build gas,
14261         libg++ or libio for any Alpha target.
14263         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14265 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
14267         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14268         default arguments -- so it tried to compress itself.
14270 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14272         * configure.in (notsupp): ensure that a space is always at the end
14273           of the configdirs list, since the grep checks for an explicit space
14275 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14277         * configure.in (target i386-sysv4.2): don't build ld, since static
14278           versions of many libraries are not available.
14280 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14282         * config.guess: Recognize Apollos (using environment variables).
14283         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14285 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14287         * config.guess: Recognize Sony news mips running newsos.
14289 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
14291         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14292         "fi ; else" for bash.
14294 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
14296         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14298 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
14300         * config.sub: accept unixware as an alias for svr4.2.
14301         Fix some inconsistancies with the gcc version.
14303 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14305         * Makefile.in (DISTDOCDIRS):  Add gdb.
14307 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14309         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
14311 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14313         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14314         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14315         this now.
14317 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14319         * config.sub: Accept hiux* as an OS name.
14321         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14322         etc/make-stds.texi.  The underscore came from gcc, and dje now
14323         agrees that RUNTESTFLAGS is the correct name.
14325 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14327         * install.sh:  Remove 'set -e'.  It makes any conditionals
14328         in the script useless.
14330         * config.guess: Automatically recognize arm-acorn-riscix
14331         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14333 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14335         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14337 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14339         * Makefile.in (DISTDOCDIRS): New variable.
14340         (taz): Edit local Makefile.in sooner, instead of proto-toplev
14341         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
14343 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14345         * configure.in (hppa target): check the source directory for the
14346           pagas sub-directory
14348 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
14350         * config.sub: Allow -aout* and -elf*.
14352 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14354         * configure.in: Don't build ld on i386-solaris2, same as for
14355         sparc-solaris2.
14357 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14359         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14361 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14363         * configure.in:  Configure gdb for alpha.
14365 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14367         * Makefile.in (CXXFLAGS): Add -O.
14369 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14371         * config.guess: added support for DG Aviion
14373 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14375         * configure.in: Produce warning message for subdirectories not
14376         configurable for this host/target combination.  Don't try to
14377         configure gdb for vms.
14379 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14381         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14382         appropriate files before making "diststuff".
14383         (DISTBISONFILES): New var: list of files to be edited.
14384         (DISTSTUFFDIRS): Add binutils.
14386 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14388         * config.sub: also handle mipsel and mips64el (for little endian mips)
14390 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14392         * configure.in: Add * to end of all OS names.
14394 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
14396         * configure.in: Build newlib for LynxOS native.
14398 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14400         * config.guess: Add support for delta 88k running SVR3.
14402         * configure.in: Add comment about HP compiler vs. emacs.
14404 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14406         * configure.in: don't build ld on solaris2 (not a viable option
14407           due to bugs in getpwnam & getpwuid)
14409 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14411         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14412         config.guess will produce a full version number.
14414 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14416         * configure.in: Build linker and binutils for alpha-dec-osf1.
14418 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14420         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14421         and gdb/testsuite/Makefile.in.
14423 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14425         * configure.in: recognize mips*- instead of mips-
14427 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
14429         * config.sub: Accept linux*coff and linux*elf as operating
14430         systems.
14432 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14434         * config.sub: Recognize mips64, and mips3 as an alias for it.
14436 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14438         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14439         gdb knows how to handle OSF/1 shared libraries.
14441 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14443         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14444         * config.guess: Recognize Hitachi's HIUX.
14445         * config.sub: Recognize h3050r* and hppahitachi.
14446         Remove redundant cases for hp9k[23]*.
14448 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14450         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14451         if gas and ld are in the source tree and are in ${configdirs}.
14452         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14453         --with options (but still pass them down on the command line,
14454         if they were explicitly specified).
14456 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14458         * configure: substitute SHELL value in Makefile.in with
14459         ${CONFIG_SHELL}
14461 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14463         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14464         *-*-solaris2* targets.
14466 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14468         * Makefile.in: define M4, and pass it down to sub-makes;
14469         all-autoconf now depends on all-m4
14471 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14473         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14474         presence of {ar,ranlib} instead of a configured directory
14476 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
14478         * config.guess: Accept 34?? as well as 33?? for NCR.
14480 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14482         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14483         of 'gas' in sed commands, since 'gash' is now in the tree as well.
14485 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14487         * configure: grab values for $(CC) and $(CXX) from the
14488         environment, so that someone can do "CC=gcc configure; make" and
14489         have it work right (matching the way that autoconf works now)
14491         * configure.in, Makefile.in: add support for gash, the tcl
14492         interface to Galaxy
14494         * config.guess: add NetBSD variants (hp300, x86)
14496 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
14498         * install.sh: Support -d option (in the manner of SunOS 4 install,
14499         as it is more deterministic than that of GNU install)
14500         (chmodcmd): Set file to mode 755 by default (should also do default
14501         chgrp and chown, but I don't feel like dealing with that now)
14503 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
14505         * config.sub: Remove h8300hhms alias.
14507 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14509         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14511 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14513         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14514         as stmp-fixinc
14516 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14518         * config.sub: recognize m88110-bug-coff.
14520 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14522         * Makefile.in (all-libio): all dependencies on the toolchain used
14523         to build this (gcc, gas, ld, etc)
14525 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14527         * config.guess: Deal with OSF/1 1.3 on alpha.
14529 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14531         * install.sh: add some 'else true' clauses for portability
14533         * configure.in: don't build libio for h8[35]00-*-* targets
14535 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14537         * Makefile.in:  Add support for new libio.
14539 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14541         * install.sh: If one command fails, don't try the rest.  Don't try
14542         to remove $dsttmp (via trap) unless we have already created it.
14543         If $src doesn't exist, detect it and exit with an error.
14545         * config.guess: Recognize BSD on hp300.
14547 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14549         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14550         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14552 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
14554         * Makefile.in (all-send-pr): depends on all-prms
14556 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14558         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14560 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14562         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14563         Added test for mips-mips-riscos5.
14565 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14567         * configure.in: use mh-hp300 for 68k HP hosts
14569 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14571         * configure: add support for CONFIG_SHELL, so that you can use
14572         some alternate shell for evaluating configure scripts
14574 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
14576         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
14577         in configure script to bug-gdb@prep.ai.mit.edu when building
14578         distribution archive.
14579         * Makefile.in (COMPRESS):  Remove def.
14580         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
14581         gdb.tar.Z and make-gdb.tar.Z respectively.
14582         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
14583         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
14584         to convergence with 'taz' target in Makefile.in.
14586 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14588         * install.sh (dsttmp): use trap to ensure that tmp files go
14589         away on error conditions
14591 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14593         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14595 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14597         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14598         its parent is '/' not ''.
14600         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14602 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
14604         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14605         that ${newsrcdir}/configure.in does.
14607 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14609         * test-build.mk: support for CONFIG_SHELL
14611 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
14613         * config.sub (netware):  Add as a basic system type.
14615 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14617         * Makefile.in (Makefile): depend on configure.in.  Also drop the
14618           $(srcdir)/ from the dependency on Makefile.in.
14620 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
14622         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14623         (h8300hhms is temporary until multi-libraries are implemented).
14624         * configure.in: Handle h8300h too.
14626 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14628         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14630 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
14632         * configure:  Remove extraneous output when guessing host type.
14633         * config.guess:  Remove extraneous output when guessing using C
14634         compiler rather than uname, or when guessing fails.
14636 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
14638         * Makefile.in: remove all.cross and install.cross targets
14640         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14641           definitions
14643 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
14645         * configure.in (target sh): Build gprof.
14647 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14649         * config.sub: change -solaris to -solaris2
14651 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14653         * configure.in: Use config/mh-riscos for mips-*-sysv*.
14655 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
14657         * configure: Correct error message for missing Makefile.in to
14658         print correct directory.
14660 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14662         * install.sh: kludge around 386BSD shell bug
14664 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
14666         * config.guess:  Recognize NeXT.
14667         * config.guess:  Recognize i486-ncr-sysv4.
14668         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
14670 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
14672         * Makefile.in (MAKEINFOFLAGS): New variable.
14673         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14674         * build-all.mk, test-build.mk: Pass down --no-split as
14675         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
14677 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
14679         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
14681 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
14683         * Makefile.in (libg++.tar.z):  New rule.
14684         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
14685         * Makefile.in (taz):  Only do a single chmod.
14687 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14689         * install.sh: don't use dirname anymore (replaced with sed usage)
14691 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
14693         * Makefile.in:  Change extension for gzip'd files from '.z' to
14694         '.gz' per new FSF standard usage.
14696 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14698         * configure: put quotes around the final value of program_transform_name
14700 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14702         * Makefile.in: new install.sh support; update install-info rules
14704 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
14706         * configure.in: Build diff for crosses, but not for go32 host.
14708         * configure.in: Build gprof only for native, and don't build it
14709         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14711 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
14713         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14715 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14717         * configure.in (host_tools): Add prms.
14719 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14721         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14722         with $(FLAGS_TO_PASS) on the command line
14724         * config.sub: Recognize lynx and lynxos
14726 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
14728         * config.sub: Accept -ecoff*, not just -ecoff.
14730 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14732         * Makefile.in (taz): Use .gz suffix instead of .z.
14733         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14734         names.
14736 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14738         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14740 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14742         * Makefile.in (install-no-fixedincludes):  install gcc last, so
14743         that rebuilds that might happen during 'make install' don't get
14744         bogus gcc include files
14746 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14748         Change from Utah for HPPA support:
14749         * config.guess: Recognize hppa1.x-hp-bsd.
14751 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
14753         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
14754         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14756 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14758         * config.sub: Add support for rom68k and bug boot monitors.
14760 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
14762         * Makefile.in: Make all-opcodes depend on all-bfd.
14764 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
14766         * config.guess: Added special check for i[34]86-univel-sysv4*.
14768 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
14770         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14771         the processor rather than assuming i486.
14773 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14775         * config.guess: Recognize SunOS6 as Solaris3.
14777 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
14779         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
14780         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14782 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
14784         * build-all.mk (all-cross): New target for Canadian Cross.
14785         Added Q2 go32 targets.
14786         * test-build.mk: Configure go32 cross sparclite-aout and
14787         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
14788         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14790 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14792         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14793         GO32 hosted toolchains
14795 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14797         * configure: change  so "-exec-prefix" gets passed down rather
14798         than "-exec_prefix" so autoconf generated Makefiles get the
14799         exec_prefix set right.
14801 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14803         * config.guess: get the Solaris2 minor version number
14805         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14807 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14809         * config.guess: Recognize some Sequent platforms.
14811 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14813         * Makefile.in: added the vault-install target
14815         * configure.in: actually use the Sun3 makefile fragment that's in
14816         config, also added the release dir to configdirs
14818 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14820         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14822 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14824         * configure.in: remove some program from Alpha targetted toolchains
14826 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
14828         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
14829         gprof.
14830         (taz): Run "make diststuff" in those directories instead of "make
14831         proto-dir".  Look for "VERSION=" only at start of line in subdir
14832         Makefile.  Use "gzip -9" for compression.
14833         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14834         (binutils.tar.z): New target.
14836 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14838         * Makefile.in (taz): Include gpl.texinfo.
14840 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14842         * Makefile.in (setup-dirs): Merged into "taz" target.
14843         (taz): Only do `proto-dir' stuff if a directory is actually needed
14844         for this target.
14846 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
14848         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14849         (FLAGS_TO_PASS): Pass down MUNCH_NM.
14850         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14851         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14852         (gcc-no-fixedincludes): Correct for current gcc Makefile.
14854 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
14856         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
14857         config.sub, and move-if-change to gdb testsuite distribution
14858         archive, so the testsuite can be extracted, configured, and
14859         run separately from the gdb distribution.  Blow away the Chill
14860         tests that require a Chill compiled executable, since GNU Chill
14861         is not yet publically available.
14863 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14865         * test-build.mk: set environment variables in a single command,
14866         instead of a list of assignments and exports
14868         * config.guess: recognize Alpha/OSF1 systems
14870 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14872         * configure: Change help message to prefer --options rather than
14873           -options.
14875 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14877         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14878         zippy@ecst.csuchico.edu.
14879         * config.guess: Recognize miniframe.
14881 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14883         * Makefile.in: Use srcroot to find runtest rather than rootme.
14884         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
14886 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
14888         * test-build.mk: Extensive additions to support building on a
14889         machine other than the host.
14891 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14893         * configure (tooldir): Fix for i386-aix again.
14895 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
14897         * configure, Makefile.in:  Change definition of $(tooldir)
14898         to match the FSF.
14900 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
14902         * config.guess:  Recognize i[34]86/SVR4.
14904 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14906         * Makefile.in (all-gdb): gdb depends on sim.
14908 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
14910         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
14911         at the same time we make the prototype gdb directory.
14912         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
14913         files at the same time as the gdb base release distribution.
14915 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
14917         * Makefile.in (check): Use individual check targets rather than
14918         DO_X rule.
14919         (check-gcc): Added.
14921 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
14923         * config.sub: Use sysv3.2 not sysv32 for canonical OS
14924         for System V release 3.2.
14926 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14928         * config.sub: Recognize hppaosf.
14929         * configure.in: Do configure ld/binutils/gas for it.
14931 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14933         * configure (tooldir): Alter syntax used to set this, for systems
14934         where "\$" isn't handled right, like i386-aix.
14936 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14938         * configure: Pass program-transform-name, not
14939         program_transform_name, to recursive configures.
14941 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
14943         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14944         of gas+ld+binutils.
14946 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
14948         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
14950 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14952         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14954 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14956         * Makefile.in (PRMS): Set back to all-prms.
14958 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
14960         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14961         targets, rather than for MIPS hosts.
14963 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14965         * configure.in: add comment for --with-x default values
14967         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14969         * Makefile.in: add check-* targets for each of the directories in
14970         the tree.  Add a definition of RUNTEST that will use the one we
14971         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
14973 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
14975         * configure.in: Removed obsolete references to bfd_target and
14976         target_makefile_frag.
14978         * build-all.mk: Set assorted targets for Q2.
14979         * config.sub: Recognize z8k-sim and h8300-hms.
14980         * test-build.mk: Really don't pass host to configure.
14981         (HOLES): Added uname.
14983 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
14985         * configure: Handle an empty program-prefix, program-suffix or
14986         program-transform-name correctly.
14988 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
14990         * build-all.mk: -G 8 no longer required for MIPS targets.
14991         * test-build.mk: Don't pass host argument to configure; make it
14992         guess.
14994 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
14996         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
14997         * Makefile.in (COMPRESS):  New macro, like GZIP.
14999 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15001         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15003         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15004         with gas currently defaults to -G 0.
15006 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
15008         * Makefile.in (all-flex): flex depends on byacc.
15010         * build-all.mk: If host not specified, use config.guess.  Pass TAG
15011         to test-build.mk as RELEASE_TAG.
15012         * test-build.mk (configargs): New variable containing arguments to
15013         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
15014         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15016         * config.guess: Use /bin/uname when checking -X argument on SCO,
15017         to avoid invoking GNU uname which doesn't understand -X.
15019         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15021         * configure.in: Build gas for mips-*-*.
15023 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15025         * Makefile.in (all.normal): insert missing backslash.
15027 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15029         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15031         * Makefile.in: Complete overhaul to merge many almost identical
15032         targets.
15034 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15036         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15037         (gdb.tar.Z): Adjusted.
15039         * Makefile.in (setup-dirs, taz): New targets; should be general
15040         enough to adapt for gdb sometime.  Build only .z file.
15041         (gas.tar.z): New target.
15043 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
15045         * build-all.mk: Use CC=cc -Xs on Solaris.
15047 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
15049         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
15050         for handling BISON for FSF releases.
15052 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15054         * configure: Actually implement the change zoo just documented.
15056 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
15058         * configure: when using config.guess, only set target_alias when
15059         it's not already been set (ie, on the command line)
15061 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15063         * Makefile.in: add installcheck target, set PRMS to install-prms
15065 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15067         * configure: add support for package_makefile_fragment, handle the
15068         case where a directory has a configure.in file but no Makefile.in
15069         more gracefully (with an actual understandable error message, even);
15070         add support for --without (and add this to the usage message); also
15071         explicitly add a --host=${host_alias} to the command line when
15072         config.guess is used
15074 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15076         * configure: Must use both --host and --target in recursive calls.
15078 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15080         * Makefile.in: Change deja-gnu to dejagnu.
15082 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15084         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15086 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15088         * configure.in: canonicalize all instances to *-*-solaris2*,
15089         also strip out a number of tools to not build for go32 host
15091 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15093         * config.guess: add GPL.
15095         * Makefile.in, config.guess, config.sub, configure: bump
15096           copyrights to 93.
15098 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
15100         * Makefile.in (do-info): Removed obsolete check for existence of
15101         localenv file.
15103         * Makefile.in (MAKEOVERRIDES): Define to be empty.
15105 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15107         * Makefile.in: a couple of 'else true' for decstation,
15108         support for TclX
15110         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15112 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
15114         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15116 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
15118         * config.guess: Recognize i386-ibm-aix (PS/2).
15119         * configure.in: Use config/mh-aix386 file for it.
15121 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
15123         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15124         CC_FOR_TARGET instead.
15125         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15127 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
15129         * Makefile.in: Add sim to list of directories sent with gdb
15131 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15133         * configure.in: Put back mips-dec-bsd* case.
15135 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
15137         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15138         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
15139         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15141 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15143         * configure.in: remove no-op mips-dec-bsd* in "case $target"
15145         * Makefile.in (dir.info): only run gen-info-dir if it exists,
15146         (install-info): install dir.info only if it exists,
15147         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15149 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
15151         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
15152         gas for mips-dec-bsd.
15154 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
15156         * configure (makesrcdir): If ${srcdir} is relative and not ".",
15157         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15159 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15161         * configure.in: Added "dejagnu" to hosttools list.
15163 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
15165         * config.sub, configure.in, config.guess:  Add support
15166         for Bosx, an AIX variant from Bull.
15167         Patches from F.Pierresteguy@frcl.bull.fr.
15169 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15171         * devo/dejagnu: Initial creation of devo/dejagnu.
15172         Migrated dejagnu testcases and support files for testing software
15173         tools to reside as subdirectories, currently called "testsuite",
15174         within the directory of the software tool.  Migrated all programs,
15175         support libraries, etc. beloging to dejagnu proper from
15176         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
15177         with no modifications.  The changes to these files which will
15178         allow them to configure, build, and execute properly will be made
15179         in a future update.
15181 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15183         * Makefile.in: Change send_pr to send-pr.
15184         * configure.in: Likewise.
15185         * send_pr: Renamed directory to send-pr.
15187 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
15189         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
15191 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
15193         * README:  Update for gdb-4.8 release.
15194         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
15195         gdb-xxx.tar.z (gzip'd) file also.
15197 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15199         * Makefile.in: make all-diff depend on all-libiberty
15201 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
15203         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15205 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15207         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15209 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
15211         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
15212         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
15213         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
15215 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15217         * Makefile.in:  makeinfo binary is in a new location
15219 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
15221         * config.sub: Accept -ecoff as an OS.
15223         * Makefile.in: Various changes to eliminate a level of make
15224         recursion and reduce the required command line length.
15225         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15226         sub-makes.
15227         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15228         variables holding settings for specific sub-makes.
15229         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15230         in terms of BASE_FLAGS_TO_PASS.
15231         (TARGET_LIBS): New variable listing directories which use
15232         TARGET_FLAGS_TO_PASS.
15233         (subdir_do): Eliminated.
15234         (do-*): New set of targets to replace subdir_do.
15235         (various): All targets which used subdir_do now depend on do-*.
15236         (local-clean): Renamed from do_clean.
15237         (local-distclean): New target, dependency of distclean and
15238         realclean.
15239         (install-info): Don't create directories.  Depend on dir.info
15240         rather than calling make recursively.
15241         (install-dir.info): Eliminated.
15242         (install-info-dirs): Create all info directories here.
15243         (dir.info): Depend upon do-install-info.
15245         * test-build.mk (HOLES): Added false.
15247 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
15249         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
15251 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15253         * Makefile.in (info): remove dependency on all-texinfo.  The
15254         problem was really in texinfo/C, not at this level.
15256 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15258         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15260 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
15262         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
15263         GDB releases.
15265 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15267         * configure: Include srcdir in message about target of link not
15268         being found.  Don't convert `-' to `_' in `with' options being
15269         passed to subdirs.
15271 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15273         * configure.in: add uudecode to host_tools
15275         * Makefile.in: added {all,install}-uudecode targets, added them to
15276         the appropriate lists
15278 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
15280         * Makefile.in (all-gcc): Added dependency on all-gas.
15282         * configure.in (mips-*-*): Build ld and binutils.
15284 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15286         * configure: check return code from mkdir, print error message and
15287           exit on failure.
15289 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
15291         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
15293 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
15295         * test-build.mk (HOLES): Added tar, cpio and uudecode.
15297 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15299         * config.sub (h8500):  Recognize this as a cpu type.
15301 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15303         * configure: source directory missing is no longer a warning
15305         * configure.in: recognize irix[34]* instead of irix[34]
15307         * Makefile.in: define and pass down X11_LIB
15309 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
15311         * guess-systype: Renamed to ...
15312         * config.guess:  ... by popular request.
15313         * configure.in, Makefile.in:  Update accordingly.
15315 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
15317         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
15318         + Add Convex, Cray/Unicos, and Encore/Multimax support.
15319         + Execute ./dummy instead of assuming . is in PATH.
15321 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
15323         * guess-systype:  New shell script.  Attempts to guess the
15324         canonical host name of the executing host.
15325         Only a few hosts are supported so far.
15326         * configure:  Call guess-systype if no host is specified.
15328 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15330         * Makefile.in (gcc-no-fixedincludes): Made to work with current
15331         gcc Makefile.
15334 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
15336         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15337         (all-gcc, install-gcc, subdir_do): Use it.
15339 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15341         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15343 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
15345         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15346           set exclusively by configure, using configure.in .
15348 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15350         * test-build.mk: set $PATH for all builds
15352         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15354 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
15356         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
15357         the one used in gcc/Makefile.in, so that a null expansion doesn't
15358         override the one needed to build gcc with a native cc.
15361 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15363         * configure: Accept -with arguments.
15365 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15367         * Makefile.in: added h8300sim
15369 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
15371         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15372         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
15373         (all-cygnus, native, build-cygnus): Make
15374         $(canonhost)-stamp-3stage-done, not $(host)....
15375         * test-build.mk (stamp-3stage-compared): Use tail +10c for
15376         i386-sco3.2v4.  Added else true to if command.
15378 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
15380         * config.sub: (from FSF) Sequent uses a BSD-like OS.
15382 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
15384         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15386 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15388         * configure.in: don't remove binutils from Solaris builds
15390 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
15392         * Makefile.in: get rid of earlier definitions for *clean,
15393         also handle the recursive info rule better
15395 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
15397         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
15398         do more-or-less the right thing.
15400 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
15402         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15403         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15405 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15407         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15408         $(host_canonical).
15410         * configure.in: split the configdirs list into 4 categories (native
15411         v. cross, library v. tool) and handle the cross-only and native-
15412         only in more reasonable (and correct!) way.
15414 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
15416         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
15417         configdirs anymore.
15419 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15421         * Makefile.in: extensive cleanup::  removed all of the explicit
15422         clean-* targets, collapsed many wrappers around subdir_do into
15423         one, added additional targets to satisfy standards.texi, deleted
15424         some old targets, some changes for consistency
15426 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15428         * configure.in: handle some programs as cross-only, and others as
15429         native only
15431         * test-build.mk: handle partial holes in a more generic manner
15433         * Makefile.in: m4 depends on libiberty
15435 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15437         * configure.in: add m4, textutils, fileutils, sed, shellutils,
15438         time, wdiff, and find to configdirs
15440         * Makefile.in: all, clean, and install rules for the new programs
15441         added to configure.in
15443 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15445         * configure.in: use mh-sun for all *-sun-* hosts
15447 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15449         * Makefile.in: define flags for X11 include files and library file
15450         locations, pass them down to the programs that need this info
15452         * build-all.mk: added a 'native' target, to 3stage the native toolchain
15454 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15456         * configure.in: start building libg++ for HP-UX targets
15458 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
15460         * README:  Update references to files moved into etc/.
15462 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
15464         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
15465         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
15467 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15469         * configure: accept dash as well as underscore in long option
15470         names for FSF compatibility.
15472 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
15474         * config.sub: added -sco3.2v4 support from FSF.
15476 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15478         * configure.in: expand the section that adds or removes
15479         directories from the list of programs to build, to handle native
15480         vs. cross in addition to host v. native
15482 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
15484         * Makefile.in:  Replace C++ in macro names with CXX.
15485         This is less likely to break ...
15487 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15489         * test-build.mk: add -w to GNU_MAKE
15491 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15493         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15494         add 'sparc' to list of recognized cpus.  This needed to make
15495         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15496         Delete some redundant ose68 variants.  Recognize -wrs as an os,
15497         then changes that into $CPU-wrs-vxworks.
15499         * configure.in: remove most references to gdbtest, regularize
15500         target based program removal
15502         * test-build.mk: import from p3 tree (many fixes and changes)
15504 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
15506         * Makefile.in: added rules to handle tcl, tk, and expect
15508         * configure.in: handle those directories if they exist
15510 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15512         * config.sub: removed bogus hppabsd and hppahpux names, since
15513         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15515 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15517         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
15518         depends upon all-xiberty
15520         * Makefile.in: changes from p3, including:
15522         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
15524         * Makefile.in (XTRAFLAGS): include newlib directories if
15525         newlib/Makefile exists, rather than if host != target.
15527         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
15529         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15530         from the same source tree and not building a cross-compiler.  This
15531         matters for the libg++ configuration if reconfiguring a tree that
15532         has already been installed.
15534         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
15536         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15537         pick up the machine and system specific header files.
15539         * Makefile.in: added AS_FOR_TARGET, passed down in
15540         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15541         the C compiler to use to create programs which are run in the
15542         build environment, set it to default to $(CC), and passed it down
15543         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15545         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
15547         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15548         We need them for unusual native builds, like systems without
15549         ranlib.
15551         * configure: also define $(host_canonical) and
15552         $(target_canonical), which are the full, canonical names for the
15553         given host and target
15555 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
15557         * Makefile.in:  Added separate definitions for C++.
15559 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
15561         * configure.in (configdirs):  Add deja-gnu.
15563 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
15565         * README:  Update for configure.texi and gdb-4.7 release.
15567 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
15569         * Makefile.in:  Move "all" target to top of file.
15570         Previously, first target was ".PHONY" which caused BSD4.4 make
15571         to build .PHONY when make was run without arguments.
15573 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
15575         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
15576         Library-copylefted code in libiberty.
15578 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
15580         * config.sub:  Replace m68kmote with plain old m68k.
15582 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
15584         * Makefile.in:  Remove space from blank line, avoid Make complaints.
15586 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
15588         * config.sub: Complain if no argument is given.  Added support for
15589         386bsd as OS and target alias.
15591 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
15593         * Makefile.in (XTRAFLAGS): include newlib directories if
15594         newlib/Makefile exists, rather than if host != target.
15596 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
15598         * config.sub: recognize sparclite-wrs-vxworks.
15600         * Makefile.in (install-xiberty): added *-xiberty make rules (from
15601         p3.) Added clean-xiberty to clean.
15603 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15605         * configure.in: use *-*-* instead of nested cases for host and target
15607 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
15609         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15610         from the same source tree and not building a cross-compiler.  This
15611         matters for the libg++ configuration if reconfiguring a tree that
15612         has already been installed.
15614 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
15616         * config.sub (i486v/i486v4):  Merge in from FSF version.
15618 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
15620         * configure: only set PWD if it is already set.
15622 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
15624         * configure: just set PWD=`pwd` at the top, since Ultrix sh
15625         doesn't have unset and all success paths (and most error paths)
15626         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15627         to just ${PWD} to avoid confusion.)
15629 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
15631         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15632         even for a native compilation.
15634 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
15636         Changes to make the gdb.tar.Z rule work better.
15638         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
15639         (DEVO_SUPPORT):  Add configure.texi.
15640         (bfd-ilrt.tar.Z):  Remove ancient rule.
15642 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
15644         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15645         pick up the machine and system specific header files.
15647         * configure.in, config.sub: added new target m68010-adobe-scout,
15648         with alias of adobe68k.  Changed configure.in to check for
15649         -scout before -sco* to avoid a false match.
15651         * Makefile.in: added AS_FOR_TARGET, passed down in
15652         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15653         the C compiler to use to create programs which are run in the
15654         build environment, set it to default to $(CC), and passed it down
15655         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15657 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15659         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15660         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
15661         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15662         FOR_TARGET variants, to newlib and libg++.
15664 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15666         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15667         first.
15669 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
15671         * config.sub:  Accept `elf' as an environment.
15673 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15675         * Makefile.in (all-opcodes):  cd into the right directory
15677 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
15679         * configure: added -program_transform_name option, used as
15680         argument to sed when installing programs.
15681         configure.texi: added documentation for -program_prefix,
15682         -program_suffix and -program_transform_name.
15684 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
15686         * config.sub:  Accept i486 where i386 ok.
15688 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
15690         * config.sub: accept we32k
15692 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
15694         * config.sub, configure.in: accept OSE68000 and OSE68k.
15696         * Makefile.in: don't create all directories for ``make install'';
15697         let the subdirectories create the ones they need.
15699 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15701         * COPYING: new file, GPL v2
15703 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15705         * Makefile.in: use the new gen-info-dir, which needs a template
15706         argument (which also lives in texinfo)
15708         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15710 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
15712         * config.sub (ncr3000):  Change i386 to i486.
15714 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15716         * Makefile.in: add install-rcs, install-grep to
15717         install-no-fixedincludes, removed install-bison and install-libgcc
15719 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
15721         * configure.in: grab the HPUX makefile fragment if on HPUX
15723 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15725         * Makefile.in: eradicate bison spoor (ditto libgcc).
15726          configure.in: recognise m68{k,000}-ericsson-OSE.
15727          es1800 is alias for m68k-ericsson-OSE
15729 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15731         * configure.in: rearrange the parts that remove programs from
15732         configdirs, based now on HOST==TARGET or by canonical triple.
15734 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15736         * test-build.mk: recurse explicitly with -f test-build.mk when
15737           appropriate.  predicate stage3 and comparison on the existence
15738           of gcc.  That is, if gcc isn't around, we aren't three-staging.
15739           On very clean, also remove ...stamp-co.  Build in-place before
15740           doing other builds.
15742 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15744         * Makefile.in, configure.in: add tgas
15746 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15748         * Makefile.in: a number of changes merged in from progressive.
15750         * configure.in: add libm.
15752         * .cvsignore: ignore some stuff that comes from test-build.mk.
15754 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
15756         * config.sub:  Add es1800 (m68k-ericsson-es1800).
15758 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15760         * configure: Add program_suffix (parallel to program_prefix)
15761         * Makefile.in: adjust directory-creating script for losing decstation
15763 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
15765         * configure:  Minor $subdir-related fixes.
15767 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15769         * configure: fix various problems with propogating
15770         makefile_target_frag in subdirs.
15771         * configure.in: config libgcc if its there
15773 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
15775         * config.sub:  HPPA merge.
15777 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
15779         * Makefile.in:  Replace all-bison with all-byacc in all
15780         dependency lines for other tools (which now use byacc).
15782 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
15784         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
15786 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
15788         * Makefile.in: make gprof rules similar to byacc rules (instead of
15789         vestigal $(unsubdir) that didn't work...)
15791 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
15793         * config.sub:  Add support for Linux.
15794         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
15795         (at least for libg++).
15797 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
15799         * configure.texi: fix doc for the -nfp option to configure
15801 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
15803         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15805 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
15807         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15808         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15809         * configure.in: added solaris* host_makefile_frag hook.
15811 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15813         * config.sub: changed recognition of m68000 so that various
15814         m68k types can be specified via m680[01234]0
15816 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15818         * config.sub (basic_machine): fix sed so that '-foo' isn't
15819         completely substituted out while .+'-foo' loses the '-foo'
15821 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15823         * config.sub ($os): Add -aout.
15825 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
15827         * configure:  If host_makefile_frag is absolute, don't
15828         prefix ${invsubdir} (relevant to libg++ auto-configure).
15830 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15832         * Makefile.in (tooldir): Define it.
15833         (all-ld): Depend on all-flex.
15835 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
15837         * Makefile.in (check):  Fix libg++ special case.
15839 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
15841         * configure: do not bury `pwd` into config.status, thus do fewer
15842           pwd's.
15844         * configure: print the "Building in" message only when building in
15845           other than "." AND verbose.
15847         * configure: remove -s, rework -v to better accommodate guested
15848           configures.
15850         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15852 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
15854         * Makefile.in: macroize flags passed on recursion.  remove
15855           fileutils.
15857 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
15859         * configure: get makesrcdir right for subdirs deeper than 1.
15861         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15862           install.
15864 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
15866         * Makefile.in: don't print subdir_do or recursion lines.
15868 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
15870         * standards.texi: added menu item.
15872         * Makefile.in: build and install standards.info.
15874         * standards.texi: new file.
15876 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15878         * configure: test for and move config.status pieces from
15879           ${subdir}/.
15881 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
15883         * configure:  Test for existance of files before trying to mv
15884         them, to avoid numerous non-existance messages.
15886 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
15888         * configure: correct final line of config.status.
15890         * configure: patch from eggert.  Avoids a protection problem if
15891           the original Makefile.in is read only.
15893         * configure: use move-if-change from gcc to create config.status.
15894           Some makefiles depend on config.status to tell if a directory
15895           has been reconfigured for a different host.  This change
15896           prevents those directories from remaking everything in the case
15897           where the reconfig was only intended to rebuild a Makefile.
15899         * configure: test for config.sub with "config.sub sun4" rather
15900           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
15901           host alias from a missing config.sub.
15903 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15905         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15906           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
15908 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
15910         * configure: mkdir ${subdir} as needed.
15912 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
15914         * Makefile.in,configure.in: added autoconf.
15916 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15918         * Makefile.in: no longer pass against on recursion.
15920         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15921           definitions are not inherited.
15923         * configure: correct makesrcdir when subdir is .
15925 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
15927         * configure:  Add support for 'subdirs' variable, which is
15928         like 'configdirs', except that configure doesn't re-invoke
15929         itself for subdirs, it just creates a Makefile for each subdir.
15930         * configure.texi:  Document subdirs.
15932 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15934         * configure.in: added flex to configdirs
15936 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
15938         * Makefile.in: remove clean-stamps from clean.
15940 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
15942         * configure.in:  Add gdbtest to configdirs.
15944 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
15946         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
15947         to recursive makes.
15948         * configure.in:  Recognize new ncr3000 config.
15950 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
15952         * Makefile.in, configure.in: removed references to gdbm.
15954 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
15956         * config.sub:  Don't canonicalize os value
15957         newsos* to bsd (readline needs to check for newsos).
15958         (This fix was earlier made Jan 31, but got re-broken.)
15960 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
15962         * configure.in:  sco is an os, not a vendor!
15964         * configure:  Quote $( better.  Keep various shells happy.
15966 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
15968         * Makefile.in: eliminate stamp-files.
15970 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
15972         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
15973           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15975 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
15977         * config.sub:  fix iris/iris3.
15979 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
15981         * configure: re-add -rm.
15983 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
15985         * Maskefile.in: add .stmp-rcs to all.
15987         * configure.in: remove gas from rs6000 build, use aix host fragment.
15989 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
15991         * configure: pass down site_option during recursion.
15993 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
15995         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
15997 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
15999         * configure: Change exec_prefix so that it really defaults to prefix.
16001 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
16003         * Makefile.in, configure.in:  Add support for mmalloc library.
16005 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
16007         * Makefile.in: add stmp dependencies for a few more things.
16009 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
16011         * configure: adjusted error message on objdir/srcdir configure
16012           collision, per john's suggestion.
16014         * Makefile.in: add libiberty stmp to all and all.cross.
16016 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
16018         * Makefile.in: remove force dependencies, add grep to all.
16020 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
16022         * Makefile.in: drop flex.  make stamp files work.
16024         * configure: added test for conflicting configuration in srcdir,
16025           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
16026           gets cranky.  use relative paths for configure and srcdir
16027           whenever possible.  Send some error messages to stderr that were
16028           going to stdout.
16030 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
16032         * Makefile.in:  Fix libg++ rule to check for gcc directory
16033         before using gcc/gcc.  Also pass XTRAFLAGS.
16035 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
16037         * Makefile.in: added stmp-files so that directories aren't polled
16038           when they are already built.
16040         * configure.texi: fixed a node pointer problem.
16042 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
16044         * config.sub configure.in gdb/configure.in
16045         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16046         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16047         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
16049 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16051         * configure: -recurring becomes -silent.  corrected help message
16052           for -site= option.
16054         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16056 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16058         * configure: when building Makefile for crosses, replace
16059           tooldir and program_prefix.  default srcdir from location of
16060           config.sub.  remove "for host in hosts" and "for target in
16061           targets" loops.
16063 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16065         * Makefile.in: Do not pass bindir or mandir to cvs.
16067 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
16069         * Makefile.in, configure.in: removed traces of namesubdir,
16070           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
16071           copyrights to '92, changed some from Cygnus to FSF.
16073         * configure.texi: remove most references to multiple hosts,
16074           multiple targets, subdirs, etc.
16076         * configure.man: removed rcsid. reference config.sub not
16077           config.subr.
16079         * Makefile.in: mkdir $(infodir) on install-info.
16081 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
16083         * configure.texi:  Explain better about .gdbinit and about
16084         the environment that configure.in sections run in.
16086 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
16088         * configure.in:  Ultrix is only a decstation if it's a MIPS.
16090 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
16092         * README:  DOC.configure => cfg-paper.texi.
16094 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
16096         * config.sub (near case $os):  Don't convert newsos* to bsd!
16098 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
16100         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
16101         the number of copies of COPYING that go into the GDB tar file.
16103 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
16105         * bfd/configure.in, gdb/config/mh-i386sco,
16106         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16107         Fix SCO configuration stuff.
16109 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
16111         * Makefile.in:  For libg++, make sure the -I pointing
16112         to the gcc directory goes *after* all the libg++-local -I flags.
16113         Also, move just-gcc dependency from just-libg++ to all-libg++.
16115 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
16117         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
16119 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
16121         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
16123 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
16125         * config.sub:  Add stratus configuration frags.  Also
16126         submitted to FSF.
16128 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
16130         * Makefile.in (DEV_SUPPORT):  add configure.man.
16132         * config.sub(Decode manufacturer-specific):  add -none*.
16134 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
16136         * Makefile.in:  remove form feeds to make Sun's make happy.
16137         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
16139 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
16141         * Makefile.in (AR_FLAGS):  Make quieter.
16143 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
16145         * configure.in:  Add libg++.
16146         * configure:  When verbose, don't output the command line at each
16147         level; it will be unremarkably the same as the previous version,
16148         which will be the same as what the user typed.
16150 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
16152         * configure.in, Makefile.in: fix clean-info, add flex.  add
16153           fileutils.
16155         * configure: be less sensitive to spaces in Makefile.in.  Do not
16156           look for sources in "..".  Doing so breaks subdirectories that
16157           might have their own configure.  If a subdir has it's own
16158           configure script, use it.
16160 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
16162         * cfg-paper.texi: some changes suggested by rms.
16164 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
16166         * config.sub:  Merge in some small additions from the FSF version,
16167         taken from the gcc distribution, to bring the Cygnus and FSF
16168         versions into closer sync.
16170 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
16172         * configure.in:  Changed svr4 references to sysv4.
16174 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
16176         * configure: added -V for version number option.
16178 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
16180         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16181           renamed from DOC.configure to cfg-paper.texi.
16183 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16185         * configure, config.subr, config.sub: config.subr is now
16186           config.sub again.
16188 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
16190         * configure.texi: new file, in progress.
16192         * Makefile.in: build info file and install the man page for
16193           configure.
16195         * configure.man: new file, first cut.
16197         * configure: find config.subr again now that configuration "none"
16198           has gone.  removed all traces of the -ansi option.  removed all
16199           traces of the -languages option.
16201         * config.subr: resync from rms.
16203 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16205         * configure, config.sub, config.subr: merge config.sub into
16206           config.subr, call the result config.subr, remove config.sub, use
16207           config.subr.
16209         * Makefile.in: revised install for dir.info.
16211 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16213         * configure.in: add decstation host makefile frag.
16215         * Makefile.in: BISON now bison -y again.  also install-gcc on
16216           install.  clean-gdbm on clean.  infodir belongs in datadir.
16217           Make directories for info install.  Build dir.info here then
16218           install it.
16220 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16222         * Makefile.in: fix for bad directory tests.
16224 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16226         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
16227           regexp.  -srcdir relative was being handled incorrectly.
16229         * Makefile.in: unwrapped some for loops so that parallel makes
16230           work again and so one can focus one's attention on a particular
16231           package.
16233 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16235         * configure: added PWD as a stand in for `pwd` (for speed). use
16236           elif wherever possible.  make -srcdir work without -objdir.
16237           -objdir= commented out.
16239 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16241         * configure: +options become --options.  -subdirs commented out.
16242           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
16243           Makefile now at top of generated Makefile.  Removed cvs log
16244           entries.  added -srcdir.  create .gdbinit only if there is one
16245           in ${srcdir}.
16247         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
16248           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
16249           and mandir now keyed off datadir by default.
16251 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16253         * Freshly created ChangeLog.
16256 Local Variables:
16257 mode: change-log
16258 left-margin: 8
16259 fill-column: 76
16260 version-control: never
16261 End: