Daily bump.
[official-gcc.git] / ChangeLog
blob5d0ed209381e214c6a9abbd5b0227f89f4745992
1 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3         PR binutils/12283
4         * move-if-change: Import version from gnulib.
6 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
8         PR lto/47225
9         * Makefile.def (lto-plugin): Double dash for enable-shared.
10         (configure-gcc): Depend on all-lto-plugin.
11         * Makefile.in: Rebuilt.
13 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15         * configure.ac: Remove extra bracket.
16         * configure: Regenerate.
18 2011-02-08  Tobias Burnus  <burnus@net-b.de>
20         * MAINTAINERS: Add myself as libquadmath maintainer.
22 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
24         * MAINTAINERS: Update my email address.
26 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
28         * MAINTAINERS (option handling): Add self.
30 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
32         PR lto/47225
33         * Makefile.def: Add dependency for install-gcc
34         on install-lto-plugin.
35         * Makfile.in: Regenerated
37 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
39         * MAINTAINERS (CPU Port Maintainers): Add myself.
41 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
43         PR libgcj/44341
44         * configure.ac: Discard --with-* flags for host when configuring
45         target libraries for cross build.
46         * configure: Rebuilt.
48 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
50         * MAINTAINERS (linear loop transforms): Removed.
52 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
54         * configure.ac: If with_ppl is no, move setting with_cloog=no
55         after CLOOG_REQUESTED check.
56         * configure: Regenerated.
58 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
60         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
61         CLooG has been requested.
62         * configure: Regenerated.
64 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
66         * configure: Regenerated.
67         * configure.ac: Check for version 0.11 (or later revision) of PPL.
69 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
71         * configure: Regenerated.
72         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
74 2011-01-21  Andreas Schwab  <schwab@redhat.com>
76         * configure.ac: Use AS_HELP_STRING throughout.
77         * configure: Regenerate.
79 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
81         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
82         * configure: Regenerate.
84 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
86         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
88 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
90         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
91         for ia64-hpux.
92         * configure: Regenerate.
94 2011-01-07  Jan Hubicka  <jh@suse.cz>
96         PR lto/47225
97         * Makefile.in: Regenerate.
98         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
99         configure.
101 2011-01-07  Jan Hubicka  <jh@suse.cz>
103         * Makefile.in: Regenerate.
104         * Makefile.def (gcc host module) and soft dependency on lto-plugin
105         and configure dependency on lto-plugin configure.
106         (lto-plugin module): Remove dependency on GCC; add dependency on
107         liniberty.
109 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
111         * MAINTAINERS (Write After Approval): Add myself.
113 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
115         * configure: Regenerate.
117 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
119         * configure.ac: (picochip): Disable libiberty.
121 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
123         * MAINTAINERS (Write After Approval): Add myself.
125 2010-12-10  Ian Lance Taylor  <iant@google.com>
127         PR bootstrap/46819
128         * configure.ac: For --disable-libgcj clear libgcj_saved.
129         * configure: Rebuild.
131 2010-12-10  Tobias Burnus  <burnus@net-b.de>
133         PR fortran/46540
134         * configure.ac: Add --disable-libquadmath and
135         --disable-libquadmath-support.
136         * configure: Regenerate.
138 2010-12-03  Ian Lance Taylor  <iant@google.com>
140         * MAINTAINERS: Add myself as libgo maintainer.
142 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
144         PR libffi/46792
145         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
146         * configure: Regenerate.
148 2010-12-02  Ian Lance Taylor  <iant@google.com>
150         * configure.ac: Always set default for poststage1_ldflags to
151         -static-libstdc++ -static-libgcc.
153 2010-11-29  Andreas Schwab  <schwab@redhat.com>
155         * configure.ac: Move comment to remove extra space in last argument
156         of GCC_TARGET_TOOL.
158 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
160         PR other/46026
161         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
162         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
163         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
164         (BASE_FLAGS_TO_PASS): Use it.
165         * configure: Rebuilt.
166         * Makefile.in: Rebuilt.
168 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
170         PR binutils/12258
171         * configure.ac: Correct comments for --enable-gold/--enable-ld.
172         Properly check default linker.
173         * configure: Regnerated.
175 2010-11-23  Matthias Klose  <doko@ubuntu.com>
177         * configure.ac: For --enable-gold, handle value `default' instead of
178         `both*'.   New configure option --{en,dis}able-ld.
179         * configure: Regenerate.
181 2010-11-20  Ian Lance Taylor  <iant@google.com>
183         * configure.ac: Only disable a language library if no language needs
184         it.  Don't let --disable-libgcj uncondtionally disable libffi.
185         * configure: Rebuild.
187 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
189         * Makefile.in: Regenerate.
191         PR other/46202
192         * configure.ac: Fix just-built in-tree STRIP name to be
193         binutils/strip-new.
194         * configure: Regenerate.
195         * Makefile.def (install-strip-gcc, install-strip-binutils)
196         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
197         (install-strip-sid): Mirror dependencies on non-strip variants
198         of these targets on the respective -strip prerequisites.
199         * Makefile.tpl (install-strip, install-strip-host)
200         (install-strip-target): New targets.
201         (install-strip-[+module+], install-strip-target-[+module+]):
202         New targets.
203         * Makefile.in: Regenerate.
205 2010-11-19  Ian Lance Taylor  <iant@google.com>
206             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
208         * configure.ac: Add target-libgo to target_libraries.  Set
209         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
210         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
211         (HOST_EXPORTS): Add GOC.
212         (BASE_TARGET_EXPORTS): Add GOC.
213         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
214         (GOCFLAGS_FOR_TARGET): New variable.
215         (EXTRA_HOST_FLAGS): Add GOC.
216         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
217         * Makefile.def (target_modules): Add libgo.
218         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
219         (dependencies): Add dependency from configure-target-libgo to
220         configure-target-libffi and all-target-libstdc++-v3.  Add
221         dependencies from all-target-libgo to all-target-libffi.
222         (languages): Add go.
223         * configure: Rebuild.
224         * Makefile.in: Rebuild.
226 2010-11-19  Ian Lance Taylor  <iant@google.com>
228         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
229         compiler/flag environment variables.
231 2010-11-18  Ian Lance Taylor  <iant@google.com>
233         * configure.ac: Check for lang_requires_boot_languages in
234         config-lang.in files.
235         * configure: Rebuild.
237 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
238             Tobias Burnus  <burnus@net-b.de>
240         PR fortran/32049
241         * Makefile.def: Add libquadmath; build it with language=fortran.
242         * configure.ac: Add libquadmath.
243         * Makefile.tpl: Handle multiple libs in check-[+language+].
244         * Makefile.in: Regenerate.
245         * configure: Regenerate.
247 2010-11-16  Tom Tromey  <tromey@redhat.com>
249         * MAINTAINERS: Moved myself to reviewers section.
251 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
253         * MAINTAINERS: Moved myself to reviewers section.
255 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
257         * MAINTAINERS (Various Maintainers): Add self for build machinery.
258         (Write After Approval): Remove self.
260 2010-11-15  Andreas Schwab  <schwab@redhat.com>
262         * configure.ac: Fix spelling in option names.
263         * configure: Regenerated.
265 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
267         PR bootstrap/39622
268         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
269         * configure: Regenerated.
271 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
273         * MAINTAINERS: Update my email address.
275 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
277         * configure: Regenerate.
279 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
281         * configure: Regenerate.
283 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
285         * configure: Regenerate.
287 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
289         * configure: Regenerate.
291 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
293         * configure.ac: Support official CLooG.org versions.
294         * configure: Regenerate.
295         * config/cloog.m4: New.
297 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
299         * MAINTAINERS (Write After Approval): Add myself.
301 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
303         * MAINTAINERS: Update my email address.
305 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
307         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
308         * configure: Regenerate.
310 2010-11-03  Ian Lance Taylor  <iant@google.com>
311             Dave Korn  <dave.korn.cygwin@gmail.com>
313         PR lto/46273
314         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
315         and on other supported platforms whenever LTO is enabled.
316         * configure: Rebuild.
318 2010-11-02  Alan Modra  <amodra@gmail.com>
320         PR binutils/12110
321         * configure.ac: Error when source path contains spaces.
322         * configure: Regenerate.
324 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
326         * MAINTAINERS: Update my email address.
328 2010-10-20  Ian Lance Taylor  <iant@google.com>
330         * Makefile.def (target_modules): Set lib_path to src/.libs for
331         libstdc++-v3 module.
332         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
333         * Makefile.in: Rebuild.
335 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
337         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
338         (Write After Approval): Remove myself.
340 2010-10-15  Tristan Gingold  <gingold@adacore.com>
342         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
344 2010-10-14  Douglas Rupp  <rupp@gnat.com>
346         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
348 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
350         * configure.ac (build_lto_plugin): New shell variable.
351         (--enable-lto): Turn on by default for all non-ELF platforms that
352         have had LTO support added so far.  Set build_lto_plugin appropriately
353         for both ELF and non-ELF.
354         (configdirs): Add lto-plugin or not based on build_lto_plugin.
355         * configure: Regenerate.
357 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
359         Sync from src:
360         * configure.ac (v850 support): Remove target-libgloss from
361         noconfigdirs.
362         * configure: Regenerate.
364 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
366         PR bootstrap/45326
367         PR bootstrap/45174
368         * configure.ac: Honor initial values of $build_configargs,
369         $host_configargs, $target_configargs.  Mark the precious, so
370         environment settings get recorded.
371         * configure: Regenerate.
373 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
375         PR bootstrap/45796
376         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
377         Depend on all-build-libiberty.
378         * Makefile.in: Regenerate.
380 2010-09-30  Michael Eager  <eager@eagercon.com>
382         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
383         * configure: Regenerate.
385 2010-09-28  Michael Eager  <eager@eagercon.com>
387         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
389 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
391         PR bootstrap/44621
392         * configure.ac: Fix unportable shell quoting.
393         * configure: Regenerate.
395 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
397         * configure.ac (enable-lto): Add Darwin to the list of supported lto
398         targets and amend comment.
399         * configure: Regenerate.
401 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
403         * MAINTAINERS (Write After Approval): Add myself.
405 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
407         * configure.ac: Enable LTO by default on Darwin.
408         * configure: Regenerate.
410 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
412         * MAINTAINERS (Write After Approval): Add myself.
414 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
416         * MAINTAINERS (Write After Approval): Add myself.
418 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
420         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
421         ports
423 2010-07-28  David Yuste  <david.yuste@gmail.com>
425         * MAINTAINERS (Write After Approval): Add myself.
427 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
429         * configure.ac: Support all v850 targets.
430         * configure: Regenerate.
432 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
434         PR bootstrap/44455
435         * configure.ac (extra_mpfr_configure_flags): Copy from
436         extra_mpc_gmp_configure_flags.
437         * configure: Re-generated.
439 2010-07-22  Andi Kleen  <ak@linux.intel.com>
441         * MAINTAINERS (Write After Approval): Add myself.
443 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
445         * MAINTAINERS (Write After Approval): Add myself.
447 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
449         * MAINTAINERS (Write After Approval): Add myself.
451 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
453         PR target/44862
454         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
455         Provide -B option to allow for link spec %s substitutions for
456         libstdc++.a on darwin.
457         * Makefile.in: Regenerate.
459 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
461         * MAINTAINERS (Reviewers): Update my e-mail address
463 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
465         * Makefile.def (configure-gcc): Depend on all-libelf.
466         * Makefile.in: Rebuild.
468 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
470         * MAINTAINERS (Write After Approval): Add myself in the right place.
472 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
474         * MAINTAINERS (Write After Approval): Add myself.
476 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
478         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
480 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
482         * config.sub: Update to version 2010-05-21.
483         * config.guess: Update to version 2010-04-03.
485 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
487         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
488         * configure: Regenerate.
490 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
492         * MAINTAINERS (Write After Approval): Add myself.
494 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
496         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
497         a platform that supports LTO.
498         * configure: Regenerate.
500 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
502         * configure.ac: Allow all the versions greater than 0.10 of PPL.
503         * configure: Regenerated.
505 2010-04-27  Roland McGrath  <roland@redhat.com>
506             H.J. Lu  <hongjiu.lu@intel.com>
508         * configure.ac (--enable-gold): Support both, both/gold and
509         both/bfd to add gold to configdirs without removing ld.
510         * configure: Regenerated.
512         * Makefile.def: Add install-gold dependency to install-ld.
513         * Makefile.in: Regenerated.
515 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
517         PR lto/42776
518         * configure.ac (--enable-lto): Refactor handling so libelf tests
519         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
520         and allow LTO to be explicitly enabled on non-ELF platforms that
521         are known to support it inside else-clause.
522         * configure: Regenerate.
524 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
526         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
527         * configure: Regenerate.
529 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
531         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
532         * configure: Regenerate.
534 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
536         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
537         separately.
538         * configure: Regenerate.
540 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
542         * MAINTAINERS (Write After Approval): Add myself.
544 2010-04-14  Tristan Gingold  <gingold@adacore.com>
546         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
547         * configure: Regenerate.
549 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
551         * configure: Regenerate after change to elf.m4.
553 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
555         * MAINTAINERS (Write After Approval): Add myself.
557 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
559         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
560         * configure: Regenerated.
562 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
564         * configure.ac: Print "buggy but acceptable" when CLooG
565         revision is less than 9.
566         * configure: Regenerated.
568 2010-04-01  Diego Novillo  <dnovillo@google.com>
570         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
572 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
574         PR bootstrap/43615
575         PR bootstrap/43328
577         Revert:
579         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
581         * configure.ac: Do not pass --enable-multilib nor
582         --disable-multilib in baseargs.  Accept explicitly passed
583         --enable_multilib.
584         * configure: Regenerate.
586 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
588         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
590 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
592         * MAINTAINERS: Remove myself.
594 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
596         PR bootstrap/43328
597         * configure.ac: Do not pass --enable-multilib nor
598         --disable-multilib in baseargs.  Accept explicitly passed
599         --enable_multilib.
600         * configure: Regenerate.
602 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
604         * MAINTAINERS (spu port): Remove me.
606 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
608         * configure.ac (tic6x-*-*): New case.
609         * configure: Regenerate.
611 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
613         * config.sub: Update to version 2010-03-22.
614         * config.guess: Update to version 2009-12-30.
616 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
618         PR ada/42554
619         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
620         * configure: Regenerate.
622 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
624         * MAINTAINERS: Update my email address.
626 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
628         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
629         (ghassan.shobaki@amd.com): Removed.
631 2010-03-17  Alan Modra  <amodra@gmail.com>
633         * MAINTAINERS: Update my email address.
635 2010-03-16  Diego Novillo  <dnovillo@google.com>
637         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
638         Matthews.
640 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
642         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
643         Gutson, Jeffrey D. Oldham and Mark Shinwell.
645 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
647         * MAINTAINERS: Update my email address.
649 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
651         * MAINTAINERS: Update my email address.
653 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
655         * MAINTAINERS: Update my email address.
657 2010-03-09  Jie Zhang  <jie@codesourcery.com>
659         * MAINTAINERS: Update my email address.
661 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
663         PR libstdc++/32499
664         * configure.ac (RANLIB): Default to true.
665         (STRIP): Likewise.
666         (RANLIB_FOR_TARGET): Remove superfluous : argument.
667         * configure: Regenerate.
669 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
671         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
672         (Write After Approval): Update my email address.
674 2010-02-17  Nick Clifton  <nickc@redhat.com>
676         PR 11238
677         * Makefile.tpl (local-distclean): Also remove config.cache files in
678         sub-directories as there may not be Makefiles present in the
679         sub-directories.
680         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
681         the config.cache files found by the find command.
683         * Makefile.in: Regenerate.
684         * configure.ac: Revert previous delta.
685         * configure: Regenerate.
687 2010-02-15  Nick Clifton  <nickc@redhat.com>
689         PR 11238
690         * configure.ac: Delete config.cache files in sub-directories when
691         deleting Makefiles.
692         * configure: Regenerate.
694 2010-02-12  Ben Elliston  <bje@gnu.org>
696         * MAINTAINERS: Update my email address.
698 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
700         * MAINTAINERS (spu port): Update my email address.
702 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
704         * MAINTAINERS: Add myself as a maintainer for the bfin port.
706 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
708         * configure.ac: Add "recommended" version checks for GMP/MPC.
709         Update recommended GMP/MPFR/MPC versions.
710         * configure: Regenerate.
712 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
714         * MAINTAINERS: Move my Embecosm email address into the
715         write-after-approval section.
717 2010-01-26  Ian Lance Taylor  <iant@google.com>
719         * MAINTAINERS: Add myself as Go frontend maintainer.
721 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
723         PR libstdc++/36101, PR libstdc++/42813
724         * configure.ac (bootstrap_target_libs): Make inclusion of
725         target-libgomp conditional on libgomb being in target_configdirs.
726         * configure: Regenerate.
728 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
730         PR libstdc++/36101, PR libstdc++/42813
731         * configure.ac (bootstrap_target_libs): Include target-libgomp.
732         * configure: Regenerate.
734 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
736         PR libstdc++/36101, PR libstdc++/42813
737         * configure.ac (target_configdirs): Substitute.
738         * Makefile.def: Bootstrap target module libgomp.
739         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
740         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
741         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
742         * configure, Makefile.in: Regenerate.
744 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
746         * MAINTAINERS: Adjust my details.
748 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
750         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
752 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
754         * MAINTAINERS: reindented my entry with tabs instead of spaces.
756 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
758         * MAINTAINERS (Write After Approval): Add myself.
760 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
762         * MAINTAINERS (Write After Approval): Add myself.
764 2010-01-11  Richard Guenther  <rguenther@suse.de>
766         PR lto/41569
767         * Makefile.def (all-lto-plugin): Depend on all-gcc.
768         * Makefile.in: Regenerated.
770 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
772         * configure.ac: Enable libjava build on x86_64-*freebsd*.
773         * configure: Regenerate.
775 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
776             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
778         PR bootstrap/42424
779         * configure.ac: Include libtool m4 files.
780         (_LT_CHECK_OBJDIR): Call it.
781         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
782         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
784         * configure: Regenerate.
786 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
788         PR bootstrap/41818
789         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
790         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
791         * Makefile.in: Regenerate.
793 2010-01-02  Richard Guenther  <rguenther@suse.de>
795         PR lto/41529
796         * configure.ac: Include config/elf.m4.  Disable LTO if not
797         builting for an elf target.
798         * configure: Regenerate.
800 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
802         * MAINTAINERS: Change my email address.
804 2009-12-18  Ben Elliston  <bje@au.ibm.com>
806         * config.sub, config.guess: Update from upstream sources.
808 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
810         * MAINTAINERS (Write After Approval): Add myself.
812 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
814         PR middle-end/30447
815         PR middle-end/30789
816         PR other/40302
818         * configure.ac: Require MPC.
819         * configure: Regenerate.
821 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
823         PR target/38384
824         PR bootstrap/40972
825         * libtool.m4: Sync from git Libtool.
826         * ltoptions.m4: Likewise.
827         * ltversion.m4: Likewise.
828         * lt~obsolete.m4: Likewise.
829         * ltmain.sh: Likewise.
831 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
833         * configure.ac: Update minimum MPC version to 0.8.
834         * configure: Regenerate.
836 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
838         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
839         * configure: Regenerated.
841 2009-11-21  Ian Lance Taylor  <iant@google.com>
843         * configure.ac: Change default of poststage1_ldflags to be empty if
844         poststage1_libs is set.  When poststage1_libs is empty, and
845         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
846         * configure: Rebuild.
848 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
850         * MAINTAINERS (Write After Approval): Update my email address.
852 2009-11-20  Ben Elliston  <bje@au.ibm.com>
854         * config.guess: Update from upstream sources.
856 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
858         * Makefile.def: Restore host and target settings for gmp.
859         * Makefile.in: Rebuild.
861 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
863         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
864         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
865         Fix portability of test of C++ as bootstrap language.  Add
866         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
867         * configure: Rebuild.
868         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
869         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
870         in-tree building.
871         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
872         (POSTSTAGE1_HOST_EXPORTS): Use it.
873         (STAGE[+id+]_CXXFLAGS): New.
874         (BASE_FLAGS_TO_PASS): Pass it down.
875         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
876         extra_exports.
877         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
878         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
879         extra_exports.
880         * Makefile.in: Rebuild.
882 2009-11-17  Ben Elliston  <bje@au.ibm.com>
884         * config.sub, config.guess: Update from upstream sources.
886 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
888         * MAINTAINERS (Write After Approval): Add myself.
890 2009-11-09  Jon Beniston  <jon@beniston.com>
892         * MAINTAINERS (Write After Approval): Add myself.
894 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
896         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
897         paths for *-w64-mingw* and x86_64-*mingw*.
898         * configure: Regenerated.
900 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
902         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
904 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
906         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
907         Phil Edwards to Write-After Approval.
909 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
911         * configure.ac: Disable target-winsup & co for
912         x86_64-*-mingw* and *-w64-mingw* targets.
913         * configure: Regenerated.
915 2009-10-16  Nick Clifton  <nickc@redhat.com>
917         * MAINTAINERS: Add myself as a maintainer for the RX port.
919 2009-10-26  Johannes Singler  <singler@kit.edu>
921         * MAINTAINERS (Write After Approval): Update my e-mail address.
923 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
925         * configure.ac (CLooG test): Use = with test.
926         * configure: Regenerate.
928 2009-10-22  Richard Guenther  <rguenther@suse.de>
930         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
931         cloog if the ppl version check failed.  Move flags saving
932         before setting in libelf check.
933         * configure: Regenerate.
935 2009-10-21  Richard Guenther  <rguenther@suse.de>
937         * configure.ac: Adjust the ppl and cloog configure to work as
938         documented.  Disable cloog if ppl was disabled.  Omit the version
939         checks if they were disabled.
940         * configure: Re-generate.
942 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
944         * configure.ac: Add 'lto' to enable_languages, not
945         new_enable_languages, and only if not already present.
946         * configure: Regenerate.
948 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
950         * README: Refer to the various COPYING* files instead of just
951         COPYING.
952         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
954 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
956         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
957         
958 2009-10-07  Richard Guenther  <rguenther@suse.de>
960         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
961         and Richard Guenther as reviewers.
962         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
963         as reviewers.
965 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
967         * config.sub: Update from upstream sources.
969 2009-10-06  Ian Lance Taylor  <iant@google.com>
971         * Makefile.def: check-gold depends upon all-gas.
972         * Makefile.in: Rebuild.
974 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
976         * MAINTAINERS (Write After Approval): Add myself.
978 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
980         * Makefile.def: all-lto-plugin depends on all-libiberty.
981         set bootstrap=true for lto-plugin.
982         Add lto-plugin.
983         * Makefile.in: Regenerate.
984         * configure.ac (host_libs): Add lto-plugin.
985         * configure: Regenerate.
987 2009-10-03  Diego Novillo  <dnovillo@google.com>
989         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
990         (HOST_LIBELFLIBS): Define.
991         (HOST_LIBELFINC): Define.
992         * Makefile.in: Regenerate.
993         * configure.ac: Add --enable-lto.
994         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
995         If --enable-lto is used, add 'lto' to new_enable_languages.
996         If --enable-lto is used and gold is enabled, add
997         lto-plugin to configdirs.
998         * configure: Regenerate.
1000 2009-10-03  Simon Baldwin  <simonb@google.com>
1002         * configure.ac: If --with-system-zlib, suppress local zlib and
1003         pass --with-system-zlib to subdir configure scripts.
1004         * configure: Regenerate.
1006 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
1007             Paolo Bonzini  <bonzini@gnu.org>
1009         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1010         $(srcdir).
1011         * Makefile.in: Rebuilt.
1013 2009-09-26  Gary Funck  <gary@intrepid.com>
1015         * MAINTAINERS (Write After Approval): Add myself.
1017 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1019         * configure.ac: Update minimum MPC version to 0.7.
1020         * configure: Regenerate.
1022 2009-09-25  Nick Clifton  <nickc@redhat.com>
1024         * configure.ac: Pass any --cache-file=/dev/null option on to
1025         subconfigures.
1026         * configure: Regenerate.
1028 2009-09-23  Nick Clifton  <nickc@redhat.com>
1030         * config.sub, config.guess: Update from upstream sources.
1032 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
1034         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1035         * Makefile.in: Rebuilt.
1037 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1039         PR bootstrap/32272
1040         * configure.ac: Error out if $srcdir isn't '.' but contains
1041         host-${host_noncanonical}.
1042         * configure: Regenerate.
1044 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1046         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
1047         maintainer.
1049 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1051         * configure.ac: If bootstrapping a combined tree with
1052         --enable-gold, require c++ in stage1_languages.
1053         * configure: Regenerate.
1055         * configure.ac: Also add target_libs of stage1_languages to
1056         bootstrap_target_libs.
1057         * configure: Regenerate.
1059         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1060         with --enable-languages not containing c++.
1061         * configure: Regenerate.
1063 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
1065         * configure.ac: Disable java and boehm-gc for bfin-*-*.
1066         * configure: Regenerate.
1068 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
1070         * MAINTAINERS (Write After Approval): Update my e-mail address,
1071         and move from from here...
1072         (Waiting for paperwork): To here.
1074 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
1076         * MAINTAINERS (Reviewers): Add self as driver reviewer.
1078 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1080         * configure.ac: Do not use $extrasub for replacing @if/@endif
1081         parts in Makefile; instead, use additional arguments to
1082         AC_CONFIG_COMMANDS to do the replacement manually, with several
1083         sed invocations, to avoid HP-UX sed command limits.
1084         * configure: Regenerate.
1086 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
1088         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
1089         blank before -L.
1091 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
1093         * configure.ac (with-build-config): Document.  Handle without.
1094         Handle missing argument.
1095         * configure: Rebuilt.
1097 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
1099         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
1100         Default to bootstrap-debug only if compare-debug works.
1101         * configure: Rebuilt.
1102         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1103         * Makefile.in: Rebuilt.
1105 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1107         * MAINTAINERS (OS Port Maintainers): Update my email address.
1109 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
1111         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1112         * Makefile.in: Rebuilt.
1114 2009-09-01  Chris Demetriou  <cgd@google.com>
1116         * MAINTAINERS (Write After Approval): Add myself.
1118 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
1120         PR debug/30161
1121         * include/dwarf2.h (enum dwarf_tag): Added
1122         DW_TAG_GNU_template_template_param
1123         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
1125 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1127         * Makefile.tpl (AWK): Fix typo.
1128         * Makefile.in: Regenerate.
1130 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1132         * configure.ac: Detect awk and sed.
1133         * Makefile.def (flags_to_pass): Add AWK and SED.
1134         * Makefile.tpl (AWK, SED): New.
1135         (BASE_FLAGS_TO_PASS): Add AWK and SED.
1136         * configure: Regenerate.
1137         * Makefile.in: Regenerate.
1139 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
1141         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
1142         (collapseslashes): Likewise.
1144 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1146         * configure.ac (AC_PREREQ): Bump to 2.64.
1148 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1150         * configure.ac: Remove --with-datarootdir, --with-docdir,
1151         --with-pdfdir, --with-htmldir switches.
1152         * configure: Regenerate.
1154         * configure: Regenerate.
1156         * compile: Sync from Automake 1.11.
1157         * depcomp: Likewise.
1158         * install-sh: Likewise.
1159         * missing: Likewise.
1160         * mkinstalldirs: Likewise.
1161         * ylwrap: Likewise.
1163 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
1165         * ltmain.sh (func_normal_abspath): New function.
1166         (func_relative_path): Likewise.
1167         (func_mode_help): Document new -bindir option for link mode.
1168         (func_mode_link): Add new -bindir option, and use it to place
1169         output DLL if specified.
1171 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1173         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1174         (baseargs): Add --disable-option-checking.
1175         * configure: Regenerate.
1177         * Makefile.def (configure-target-libiberty): Depend on
1178         all-binutils and all-ld.
1179         (configure-target-newlib): Likewise.
1180         * Makefile.in: Regenerate.
1182 2009-08-17  Ben Elliston  <bje@au.ibm.com>
1184         * config.sub, config.guess: Update from upstream sources.
1186 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1188         Sync from src, merge:
1190         2009-07-02  Tristan Gingold  <gingold@adacore.com>
1192         * configure.ac: Do not exclude gas for i386-*-darwin.
1193         Add a case for x86_64-*-darwin.
1194         * configure: Regenerate.
1196 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
1198         * MAINTAINERS: Add my name to Write After Approval list.
1200 2009-08-06  Michael Eager  <eager@eagercon.com>
1202         * configure.ac: Add Microblaze target.
1203         * configure: Regenerate.
1205 2009-07-31  Christian Bruel  <christian.bruel@st.com>
1207         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1208         * configure: Regenerate.
1209         
1210 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
1212         * MAINTAINERS (Write After Approval): Update my e-mail address.
1214 2009-07-06  Ian Lance Taylor  <iant@google.com>
1216         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1217         * configure: Rebuild.
1219 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
1221         * MAINTAINERS: Move myself to the Graphite Reviewers.
1223 2009-06-30  Wei Guozhi  <carrot@google.com>
1225         * MAINTAINERS: Add my name to Write After Approval list.
1227 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
1229         PR bootstrap/40338
1230         * configure.ac (comparestring): Create new variable.
1231         * Makefile.tpl (comparestring): Use to skip some comparisions.
1232         * configure: Regenerate.
1233         * Makefile.in: Regenerate.
1235 2009-06-26  Doug Evans  <dje@sebabeach.org>
1237         * Makefile.def (host_modules): Add cgen.
1238         * Makefile.in: Regenerate.
1239         * configure.ac (host_tools): Add cgen.
1240         * configure: Regenerate.
1242 2009-06-23  DJ Delorie  <dj@redhat.com>
1244         * MAINTAINERS: Add myself as mep maintainer.
1246 2009-06-23  Ian Lance Taylor  <iant@google.com>
1248         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
1249         boot_languages.  Only bootstrap target libraries listed in
1250         target_libs for some boot language.  Add --with-stage1-ldflags,
1251         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
1252         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
1253         if not building with C++.
1254         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1255         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1256         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1257         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1258         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
1259         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1260         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1261         * configure, Makefile.in: Rebuild.
1263 2009-06-23  Li Feng  <nemokingdom@gmail.com>
1265         * MAINTAINERS: Added my name to write-after-approval list.
1267 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
1269         * configure.ac: Define is_elf for QNX Neutrino targets.
1270         * configure: Regenerate.
1272 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
1274         * MAINTAINERS: Added my name to the write-after-approval list
1276 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1278         * configure.ac: Detect MPC in default directory.
1279         * configure: Regenerate.
1281 2009-06-03  Jerome Guitton  <guitton@adacore.com>
1282             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1284         * Makefile.tpl (all): Avoid a trailing backslash.
1285         * Makefile.in: Regenerate.
1287 2009-06-03  Ben Elliston  <bje@au.ibm.com>
1289         * config.sub, config.guess: Update from upstream sources.
1291 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
1293         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1294         to noconfdirs.
1295         * configure: Regenerate.
1297 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
1299         * Makefile.tpl ([+compare-target+]): Compare all stage
1300         directories, rather than just gcc.
1301         * Makefile.in: Rebuilt.
1303 2009-06-01  Doug Kwan  <dougkwan@google.com>
1305         * configure.ac: Support gold for target arm*-*-*.
1306         * configure: Regenerate.
1308 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1310         * Makefile.def: Add MPC support and dependencies.
1311         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
1313         * Makefile.in, configure: Regenerate.
1315 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
1317         * Makefile.tpl (all): Avoid harmless warning in make all when
1318         gcc-bootstrap is enabled but stage_last does not exist.
1319         * Makefile.in: Rebuilt.
1321 2009-05-24  Nicolas Roche  <roche@adacore.com>
1323         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1324         * Makefile.in: Regenerate.
1326 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
1328         * MAINTAINERS: Update my e-mail address.
1330 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1332         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
1333         * configure:  Regenerate.
1335 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1337         PR other/40159
1338         * Makefile.tpl (all): Don't assume gcc-bootstrap and
1339         gcc-no-bootstrap are mutually exclusive.
1340         * Makefile.in: Rebuilt.
1342 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1344         PR other/40159
1345         * Makefile.tpl (all): Don't end with unconditional success.
1346         * Makefile.in: Rebuilt.
1348 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
1350         PR target/37137
1351         * Makefile.def (flags_to_pass): Remove redundant and incomplete
1352         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1353         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1354         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
1355         stage_configureflags, stage_cflags and stage_libcflags into
1356         explicit Makefile macros.
1357         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1358         GFORTRAN.
1359         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1360         CC.  Set CC_FOR_BUILD from CC.
1361         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1362         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1363         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1364         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
1365         and GFORTRAN.
1366         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1367         (_LIBCFLAGS): Renamed to _TFLAGS.
1368         (do-compare-debug, do-compare3-debug): Drop.
1369         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1370         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1371         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1372         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1373         (XGCC_FLAGS_FOR_TARGET): New.
1374         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
1375         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
1376         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
1377         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
1378         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
1379         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
1380         TFLAGS.
1381         (BUILD_CONFIG): Include if requested.
1382         (all): Set TFLAGS on bootstrap.
1383         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
1384         (all-stageid-prefixmodule): Likewise.
1385         (do-clean, distclean-stageid): Set TFLAGS.
1386         (restrap): Fix whitespace.
1387         * Makefile.in: Rebuilt.
1389 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
1391         * config.guess: Sync with src.
1393 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1395         * configure.ac ($with_ppl):  Default to no if not supplied.
1396         ($with_cloog):  Likewise.
1397         configure:  Regenerate.
1399 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
1401         * MAINTAINERS: Update my e-mail address.
1403 2009-04-27  Nick Clifton  <nickc@redhat.com>
1405         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
1407 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
1409         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1410         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1411         * Makefile.in: Regenerate.
1413 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1415         PR bootstrap/39739
1416         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1417         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1419         * configure, Makefile.in: Regenerate.
1421 2009-04-21  Taras Glek  <tglek@mozilla.com>
1423         * include/hashtab.h: Update GTY annotations to new syntax
1424         * include/splay-tree.h: Likewise
1426 2009-04-17  Ben Elliston  <bje@au.ibm.com>
1428         * config.sub, config.guess: Update from upstream sources.
1430 2009-04-15  Anthony Green  <green@moxielogic.com>
1432         * configure.ac: Add moxie support.
1433         * configure: Rebuilt.
1435 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
1437         * configure.ac: Change copyright header to refer to version
1438         3 of the GNU General Public License and to point readers at the
1439         COPYING3 file and the FSF's license web page.
1440         * Makefile.def: Likewise.
1441         * Makefile.tpl: Likewise.
1442         * Makefile.in: Regenerate.
1444 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
1446         * configure.ac: Restore match for darwin9 or later. Use double
1447         brackets since regeneration eats one pair.
1448         * configure: Regenerate.
1450 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
1452         PR gas/10039
1453         * configure.ac: Require texinfo 4.7.
1454         * configure: Regenerated.
1456 2009-04-09  Nick Clifton  <nickc@redhat.com>
1458         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
1459         the GCC Runtime Library Exception.
1461 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1463         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1464         * configure: Regenerate.
1466 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
1468         * Makefil.def (languages): New entries.
1469         * Makefile.tpl (check-gcc-*): New generic target.
1470         * Makefile.in: Regenerate.
1472 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
1474         * MAINTAINERS:  Update my email address.
1476 2009-03-18  Tom Tromey  <tromey@redhat.com>
1478         * configure: Rebuild.
1479         * configure.ac (host_libs): Add libiconv.
1480         * Makefile.in: Rebuild.
1481         * Makefile.def (host_modules): Add libiconv.
1482         (configure-gdb, all-gdb): Depend on libiconv.
1484 2009-03-16  Tristan Gingold  <gingold@adacore.com>
1486         * configure.ac: Treat gdb as supported on x86_64-darwin.
1487         * configure: Regenerate.
1489 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1491         * configure.ac (--with-host-libstdcxx): New option.
1492         * configure: Regenerate.
1494 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
1496         * MAINTAINERS:  Move myself into the write after approval list.
1498 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
1500         * MAINTAINERS: Update e-mail address.
1501         
1502 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
1504         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
1506 2009-03-10  Ira Rosen  <irar@il.ibm.com>
1508         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
1510 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1512         Backport from git Libtool:
1514         2009-01-19  Robert Millan  <rmh@aybabtu.com>
1515         Support GNU/kOpenSolaris.
1516         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1517         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1518         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1519         GNU/kOpenSolaris.
1521 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
1523         * MAINTAINERS: Update e-mail address.
1525 2009-02-24  Michael Eager  <eager@eagercon.com>
1527         * MAINTAINERS (Write After Approval): Add self.
1529 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
1531         * MAINTAINERS (Write After Approval): Add myself.
1533 2009-02-05  Andreas Schwab  <schwab@suse.de>
1535         * Makefile.tpl (stage_last): Define $r and $s before using
1536         $(RECURSE_FLAGS_TO_PASS).
1537         * Makefile.in: Regenerate
1539 2009-01-30  Ian Lance Taylor  <iant@google.com>
1541         * MAINTAINERS: Move myself to the Global Reviewers list.
1543 2009-01-29  Robert Millan  <rmh@aybabtu.com>
1545         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1546         * configure: Regenerate.
1548 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
1550         * MAINTAINERS: Make whitespace consistent.
1551         Remove Robert Millan from Write After Approval.
1553 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
1555         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
1556         (all-opcodes): Depend on all-libiberty.
1557         * Makefile.in: Regenerate.
1559 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
1561         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1562         * configure: Regenerate.
1564 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
1566         * MAINTAINERS (Write After Approval): Add myself.
1568 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
1570         * MAINTAINERS: Add myself to reviewers (Fortran).
1572 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
1574         PR tree-optimization/38515
1575         * configure.ac (cloog-polylib): Removed.
1576         (with_ppl, with_cloog): Test for "no".
1577         * configure: Regenerated.
1579 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
1581         * MAINTAINERS: Moved myself to reviewers (Fortran).
1583 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
1585         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
1586         (Write After Approval): Remove myself.
1588 2009-01-03  Diego Novillo  <dnovillo@google.com>
1590         * MAINTAINERS: Remove myself from alias maintainership.
1592 2009-01-02  David Ayers  <ayers@fsfe.org>
1594         * MAINTAINERS: Update e-mail address.
1596 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
1598         * MAINTAINERS: Make whitespace consistent.
1600 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1602         Backport from upstream Libtool:
1603         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1604         Add cache variables to tests that require the linker to work.
1605         For shlibpath_overrides_runpath, this also changes the semantics
1606         to let the result from the C compiler take precedence.
1608 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1610         * config.sub, config.guess: Update from upstream sources.
1612 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
1614         * configure.ac (ppllibs): Add by default the lib flags.
1615         * configure: Regenerate.
1617 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
1619         * MAINTAINERS:  Add myself to the write after approval list.
1621 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1623         * configure.ac: Add double brackets on darwin[912].
1624         * configure: Regenerate.
1626 2008-12-03  Daniel Kraft  <d@domob.eu>
1628         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
1629         Approval to Reviewer section (for Fortran front-end).
1631 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
1633         * configure.ac: Expand to darwin10 and later.
1634         * configure: Regenerate.
1636 2008-12-02  Andreas Schwab  <schwab@suse.de>
1638         * Makefile.def: configure-target-boehm-gc depends on
1639         all-target-libstdc++-v3.
1640         * Makefile.in: Regenerate.
1642 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
1644         * MAINTAINERS:  Add myself as mingw maintainer.
1646 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1648         * config.sub, config.guess: Update from upstream sources.
1650 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
1652         * README.SCO: Remove.
1654 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
1656         * MAINTAINERS:  Add myself to the write after approval list.
1658 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
1660         * MAINTAINERS:  Update my email address in WAA section.
1662 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
1664         * MAINTAINERS: Update e-mail address.
1666 2008-11-27  Toon Moene  <toon@moene.org>
1668         * MAINTAINERS: Change e-mail address.
1670 2008-11-27  Tristan Gingold  <gingold@adacore.com>
1672         * configure.ac: Build gdb for i?86-*-darwin*
1673         * configure: Regenerated.
1675 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
1677         * MAINTAINERS: Added my full name.
1679 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
1681         PR bootstrap/38014
1682         PR bootstrap/37923
1684         Revert:
1686         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1688         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1689         * Makefile.in: Regenerated.
1691         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1693         PR gdb/921
1694         PR gdb/1646
1695         PR gdb/2175
1696         PR gdb/2176
1698         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1699         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1700         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1701         (HOST_EXPORTS): Pass CPPFLAGS.
1702         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1703         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1704         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1705         * Makefile.in, configure: Regenerated.
1706         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1707         and CPPFLAGS_FOR_BUILD.
1709 2008-11-06  Jeff Law  <law@redhat.com>
1711         * MAINTAINERS: Add myself as middle end maintainer.
1713 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
1715         * MAINTAINERS (Write after approval): Add myself.
1717 2008-11-05  Diego Novillo  <dnovillo@google.com>
1719         * MAINTAINERS (Global Reviewers): Add myself.
1720         (Non-Algorithmic Maintainers): Remove myself.
1722 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
1724         * MAINTAINERS (Write after approval): Add myself.
1726 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
1728         * MAINTAINERS (Write after approval): Add myself.
1730 2008-10-31  Ben Elliston  <bje@au.ibm.com>
1732         * configure.ac (spu-*-*): Remove special case.
1733         * configure: Regenerate.
1735 2008-10-30  Catherine Moore  <clm@codesourcery.com>
1737         * MAINTAINERS (Write after approval): Update my email address.
1739 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
1741         * configure.ac [spu-*-*]: Do not set skipdirs.
1742         * configure: Re-generate.
1744 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
1746         * MAINTAINERS (Various Maintainers): Add myself to reload.
1748 2008-10-25  Richard Guenther  <rguenther@suse.de>
1750         * MAINTAINERS (Various Maintainers): Add myself as middle-end
1751         maintainer.  Remove myself as libgcc-math maintainer.
1752         (Non-Algorithmic Maintainers): Remove myself.
1754 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1756         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1757         * Makefile.in: Regenerated.
1759 2008-10-23  Cary Coutant  <ccoutant@google.com>
1761         * MAINTAINERS (Write after approval): Add myself.
1763 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1765         PR gdb/921
1766         PR gdb/1646
1767         PR gdb/2175
1768         PR gdb/2176
1770         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1771         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1772         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1773         (HOST_EXPORTS): Pass CPPFLAGS.
1774         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1775         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1776         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1777         * Makefile.in, configure: Regenerated.
1778         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1779         and CPPFLAGS_FOR_BUILD.
1781 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
1783         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
1784         Sebastian Pop.
1786 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
1788         * MAINTAINERS (Write After Approval): Added myself.
1790 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1792         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1793         recommended version to 2.3.2.
1795         * configure: Regenerate.
1797 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
1799         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
1801 2008-09-29  David Daney <david.daney@caviumnetworks.com>
1803         * MAINTAINERS (Write After Approval): Update e-mail address.
1805 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
1807         * libtool.m4: Update to libtool 2.2.6.
1808         * lt~obsolete.m4: Update to libtool 2.2.6.
1809         * ltmain.sh: Update to libtool 2.2.6.
1810         * ltsugar.m4: Update to libtool 2.2.6.
1811         * ltversion.m4: Update to libtool 2.2.6.
1812         * ltoptions.m4: Update to libtool 2.2.6.
1813         * ltgcc.m4: Update to match changes from libtool 2.2.6.
1815 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
1817         * MAINTAINERS (Write After Approval): Add myself.
1819 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1821         * MAINTAINERS (Write After Approval): Update my name.
1823 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
1825         * MAINTAINERS: Add myself in "Write After Approval".
1827 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
1829         * MAINTAINERS: Add myself as ia64 maintainer.
1831 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
1833         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
1834         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
1835         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
1836         and Michael Tiemann from Write After Approval since they do not
1837         actually have access.
1839 2008-09-05  Richard Guenther  <rguenther@suse.de>
1841         * configure.ac: Initialize clooglibs to -lcloog.
1842         * configure: Re-generate.
1844 2008-09-04  Le-Chun Wu  <lcwu@google.com>
1846         * MAINTAINERS (Write After Approval): Add myself.
1848 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
1850         * configure.ac (--with-cloog-polylib): New.
1851         (--disable-cloog-version-check): New.
1852         (--disable-ppl-version-check): New.
1853         * configure: Re-generate.
1855 2008-09-03  Richard Guenther  <rguenther@suse.de>
1857         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1858         cloog test.
1859         * configure: Re-generate.
1861 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
1863         Add picoChip port.
1864         * MAINTAINERS: Add picoChip maintainers.
1866 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
1867             Tobias Grosser  <grosser@fim.uni-passau.de>
1868             Jan Sjodin  <jan.sjodin@amd.com>
1869             Harsha Jagasia  <harsha.jagasia@amd.com>
1870             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
1871             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1872             Adrien Eliche  <aeliche@isty.uvsq.fr>
1874         Merge from graphite branch.
1875         * configure: Regenerate.
1876         * Makefile.in: Regenerate.
1877         * configure.ac (host_libs): Add ppl and cloog.
1878         Add checks for PPL and CLooG.
1879         * Makefile.def (ppl, cloog): Added modules and dependences.
1880         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1881         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1883 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1885         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1886         (GCC_SHLIB_SUBDIR): New.
1887         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1888         * configure: Regenerate.
1889         * Makefile.in: Regenerate.
1891 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
1893         * MAINTAINERS: Consistently use tabs to separate columns.
1895 2008-08-29  Tristan Gingold  <gingold@adacore.com>
1897         * MAINTAINERS (Write after Approval): Add myself.
1899 2008-08-28  Tristan Gingold  <gingold@adacore.com>
1901         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
1902         Enable bfd, binutils and opcodes.
1903         * configure: Regenerate.
1905 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1907         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
1909 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
1911         * MAINTAINERS:  Use correct Umlaut for last name.
1913 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1915         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
1917 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
1919         * MAINTAINERS: Update my email address.
1921 2008-08-16  Nicolas Roche  <roche@adacore.com>
1923         * Makefile.tpl: Add BOOT_ADAFLAGS.
1924         * Makefile.in: Regenerate.
1926 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
1928         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1929         * configure: Regenerate.
1931 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
1933         * configure.ac: Add makefile fragments for hpux.
1934         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1935         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
1936         * configure: Regenerate.
1937         * Makefile.in: Regenerate.
1939 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
1941         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
1943 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
1945         * MAINTAINERS (Write after Approval): Add myself.
1947 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
1949         * MAINTAINERS (Write After Approval):  Add myself.
1951 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
1953         * MAINTAINERS (Write After Approval):  Add myself.
1955 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
1957         * MAINTAINERS: Update my email address.
1959 2008-06-25  Joey Ye  <joey.ye@intel.com>
1961         * MAINTAINERS (Write After Approval):  Add myself.
1963 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1965         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
1966         * Makefile.in: Regenerate.
1967         * configure: Regenerate.
1969 2008-06-17  Daniel Kraft  <d@domob.eu>
1971         * MAINTAINERS (Write After Approval):  Add myself.
1973 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1975         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
1976         "$@" is still intact with both Autoconf 2.59 and 2.62.
1977         * configure: Regenerate.
1979 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1981         * Makefile.tpl: Fix comment errors.
1982         * Makefile.in: Regenerate.
1984 2008-06-12  David S. Miller  <davem@davemloft.net>
1985             David Edelsohn  <edelsohn@gnu.org>
1987         * configure.ac: Add powerpc*-*-* to gold supported targets.
1988         * configure: Regenerate.
1990 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
1992         PR tree-optimization/36218
1993         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
1994         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
1995         (all prefix="build-"): Pass them to build-system sub-makes.
1996         * Makefile.in: Regenerate.
1998 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
2000         * MAINTAINERS (mt port): Remove.
2001         (sco5, unixware, sco udk): Remove.
2002         (Kean Johnston): Add to Write After Approval.
2004 2008-05-30  Julian Brown  <julian@codesourcery.com>
2006         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2007         of libobjc for ARM EABI Linux.
2008         * configure: Regenerate.
2010 2008-05-18  Xinliang David Li   <davidxl@google.com>
2012         * ChangeLog: Remove wrong ChangeLog entry.
2014 2008-05-17  Xinliang David Li   <davidxl@google.com>
2016         * MAINTAINERS (Write After Approval): Add myself.
2018 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
2020         * MAINTAINERS (Write After Approval): Add myself.
2022 2008-05-14  Rafael Espíndola  <espindola@google.com>
2024         * config-ml.in: don't handle --enable-shared and --enable-static.
2026 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
2028         * MAINTAINERS: Update my email address.
2030 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
2032         * MAINTAINERS: Update my email address.
2034 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
2036         * MAINTAINERS (Write After Approval): Add myself.
2038 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
2040         * MAINTAINERS (Write After Approval): Add myself.
2042 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
2044         * MAINTAINERS (crx): Add myself.
2046 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2048         Sync with src:
2049         2008-04-14  David S. Miller  <davem@davemloft.net>
2051         * configure.ac: Add sparc*-*-* to gold supported targets.
2052         * configure: Regenerate.
2054 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2056         PR bootstrap/35457
2057         * configure.ac: Include override.m4.
2058         * configure: Regenerate.
2060 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2062         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2063         * Makefile.in: Regenerate.
2065 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
2067         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2068         as nonconfigurable directories list.
2069         * configure: Regenerate.
2071 2008-04-14  Ben Elliston  <bje@au.ibm.com>
2073         * config.sub, config.guess: Update from upstream sources.
2075 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
2077         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2078         * Makefile.in: Regenerate.
2080 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
2082         * configure.ac: Do not build libssp for the AVR.
2083         * configure: Regenerate.
2085 2008-04-07  Ian Lance Taylor  <iant@google.com>
2087         * Makefile.def: check-gold depends upon all-binutils.
2088         * Makefile.in: Regenerate.
2090 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
2092         * MAINTAINERS (Write After Approval): Add myself.
2094 2008-04-04  Nick Clifton  <nickc@redhat.com>
2096         PR binutils/4334
2097         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2098         builds.
2099         * configure: Regenerate.
2101 2008-04-04  NightStrike  <NightStrike@gmail.com>
2103         PR other/35151
2104         * configure.ac: Combine rules for mingw32 and mingw64.
2105         * configure: Regenerate.
2107 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
2109         * MAINTAINERS (Write After Approval): Add myself.
2111 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
2113         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
2114         * Makefile.in (.NOTPARALLEL): Ditto.
2116 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
2118         * MAINTAINERS (Write After Approval): Add myself.
2120 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
2122         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
2123         * Makefile.in (.NOTPARALLEL): Regenerate.
2125 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
2127         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2128         * Makefile.in: Regenerate.
2130 2008-03-26  Jakub Staszak  <kuba@et.pl>
2132         * MAINTAINERS (Write After Approval): Add myself.
2134 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2136         * MAINTAINERS:  Update e-mail address.
2138 2008-03-20  Ian Lance Taylor  <iant@google.com>
2140         * configure.ac: Add support for --enable-gold.
2141         * Makefile.def: Add gold as a directory like ld.
2142         * configure, Makefile.in: Regenerate.
2144 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2146         * configure.ac: m4_include config/proginstall.m4.
2147         * configure: Regenerate.
2149         Backport from upstream Libtool:
2151         2007-10-12  Eric Blake  <ebb9@byu.net>
2153         Deal with Autoconf 2.62's semantic change in m4_append.
2154         * ltsugar.m4 (lt_append): Replace broken versions of
2155         m4_append.
2156         (lt_if_append_uniq): Don't require separator to be overquoted,
2157         and avoid broken m4_append.
2158         (lt_dict_add): Fix typo.
2159         * libtool.m4 (_LT_DECL): Don't overquote separator.
2161 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
2163         * config.rpath: Add AIX 6 support.
2165 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
2167         * Makefile.def (stageprofile).  Remove -fprofile-generate
2168         from stage_libcflags.
2169         * Makefile.in: Regenerate.
2171 2008-03-13  Ben Elliston  <bje@au.ibm.com>
2173         * config.sub, config.guess: Update from upstream sources.
2175 2008-03-06  Tom Tromey  <tromey@redhat.com>
2177         * MAINTAINERS: Update for treelang deletion.
2179 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
2181         * MAINTAINERS: Update my email address.
2183 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
2185         * MAINTAINERS (darwin port): Add myself as a maintainer.
2186         (objective-c/c++): Add myself as a maintainer.
2188 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
2190         * MAINTAINERS (Write After Approval): Update my email address.
2192 2008-02-25  Tomas Bily  <tbily@suse.cz>
2194         * MAINTAINERS (Write After Approval): Add myself.
2196 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
2198         * MAINTAINERS (OpenMP): Add myself.
2200 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
2202         PR bootstrap/32009
2203         PR bootstrap/32161
2205         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2206         * configure: Regenerate.
2208         * Makefile.def: Define stage_libcflags for all bootstrap stages.
2209         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2210         STAGE4_LIBCFLAGS): New.
2211         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2212         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2213         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2214         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2215         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2216         for target modules.  Don't export LIBCFLAGS.
2217         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2218         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2219         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2220         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2221         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2222         * Makefile.in: Regenerate.
2224 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2226         PR libgcj/33085
2227         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2228         Do not use -DDLL_EXPORT.  Backport from upstream.
2230 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2232         * MAINTAINERS (Write After Approval): Add myself.
2234 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
2236         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2237         * configure: Regenerate.
2239 2008-01-31  Marc Gauthier  <marc@tensilica.com>
2241         * configure.ac (xtensa*-*-*): Recognize processor variants.
2242         * configure: Regenerate.
2244 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2246         PR bootstrap/34922
2247         * configure.ac (PARSE_ARGS): Push suitable setting of
2248         ac_subdirs_all, for `./configure --help=recursive'.
2249         Handle `+' in generic toplevel directory disabling.
2250         * configure: Regenerate.
2252 2008-01-28  Nick Clifton  <nickc@redhat.com>
2254         * MAINTAINERS (xstormy16): Take over maintainership.
2256 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
2258         * MAINTAINERS (c4x port): Remove.
2260 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
2262         * libtool.m4: Backport AIX 6 support from ToT Libtool.
2264 2008-01-23  Ben Elliston  <bje@au.ibm.com>
2266         * config.sub, config.guess: Update from upstream sources.
2268 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
2270         * MAINTAINERS (Write After Approval): Add myself.
2272 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
2274         * MAINTAINERS: Update my email address.
2276 2008-01-09  Raksit Ashok  <raksit@google.com>
2278         * MAINTAINERS (Write After Approval): Add myself.
2280 2008-01-09  Raksit Ashok  <raksit@google.com>
2282         * MAINTAINERS (Write After Approval): Add myself.
2284 2008-01-08  Ben Elliston  <bje@au.ibm.com>
2286         * config.sub, config.guess: Update from upstream sources.
2288 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2290         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2291         Change recommended MPFR from 2.2.1 -> 2.3.0.
2292         * configure: Regenerate.
2294 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
2296         * MAINTAINERS: Update my email address.
2298 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
2300         * MAINTAINERS: Update my email address.
2302 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
2304         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2305         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2306         * Makefile.in: Regenerate.
2308 2007-12-10  Mark Heffernan  <meheff@google.com>
2310         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
2311         misplaced entries.
2313 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2315         * configure.ac: Enable libjava for x86_64-*-darwin9.
2316         * configure: Regenerate.
2318 2007-12-07  Bill Maddox  <maddox@google.com>
2320         * MAINTAINERS (Write After Approval): Add myself.
2322 2007-12-05  Ben Elliston  <bje@au.ibm.com>
2324         * config.sub, config.guess: Update from upstream sources.
2326 2007-12-02  Matthias Klose  <doko@ubuntu.com>
2328         * config-ml.in: Remove 64bit configure tests.
2330 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2332         * config-ml.in: Robustify against white space in absolute file
2333         names.
2335         * config-ml.in (multi-clean): Substitute ${Makefile}.
2336         Remove superfluous ${Makefile} in list.
2338 2007-11-19  Thiemo Seufer  <ths@mips.com>
2340         * config-ml.in: Don't hardcode the Makefile name.
2342 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
2344         * MAINTAINERS (Write After Approval): Add myself.
2346 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
2348         * MAINTAINERS (Write After Approval): Add myself.
2350 2007-11-06  Doug Kwan  <dougkwan@google.com>
2352         * MAINTAINERS (Write After Approval): Add myself.
2354 2007-10-25  Ben Elliston  <bje@au.ibm.com>
2356         * MAINTAINERS (mercury): Remove entry.
2357         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
2359 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
2361         * Makefile.def (dependencies): Make configure-gdb depend on
2362         all-intl.
2363         * Makefile.in: Regenerated.
2365 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
2367         * MAINTAINERS (Fortran maintainer): Remove myself.
2369 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
2371         * Makefile.def: To avoid problems running with parallel makes,
2372         build newlib before libgloss so that target specific header
2373         files are availble.
2374         * Makefile.in: Regenerate
2376 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
2378         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2379         * Makefile.in: Regenerate.
2381 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
2383         * MAINTAINERS (Register allocation reviewer): Add myself.
2385 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
2387         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2388         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2389         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
2390         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2391         * configure: Regenerate.
2393 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
2395         * MAINTAINERS (Register allocation reviewer): Add myself.
2397 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
2399         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2400         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2401         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2402         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2403         * configure.ac: Default them to host tools for $host = $build.
2404         Subst them.
2406         * configure: Regenerate.
2407         * Makefile.in: Regenerate.
2409 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
2411         * MAINTAINERS (Register allocation reviewer): Add myself.
2413 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
2415         * MAINTAINERS (Register allocation reviewer): Add myself.
2417 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
2419         * MAINTAINERS (Write After Approval): Fix typo.
2421 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
2423         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2424         * configure: Regenerate.
2426 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
2428         PR bootstrap/31906
2429         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
2430         they're already prefixed.
2432 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
2434         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2435         libstdc++.
2436         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2437         * configure: Regenerate.
2438         * Makefile.in: Regenerate.
2440 2007-09-17  Andreas Schwab  <schwab@suse.de>
2442         * configure.ac: Raise minimum makeinfo version to 4.6.
2443         * configure: Regenerate.
2445 2007-09-17  Johannes Singler  <singler@ira.uka.de>
2447         * MAINTAINERS (write-after-approval) add myself
2449 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
2451         * configure.ac: Correct makeinfo version check.
2452         * configure: Regenerate.
2454 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
2456         * MAINTAINERS: Update my email address.
2458 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
2460         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
2461         to $skipdirs and only disable gprof for newlib.  Use the normal
2462         mips*-elf* handling in other respects.
2463         * configure: Regnerate.
2465 2007-09-12  David Daney  <ddaney@avtrex.com>
2467         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2468         enabling libgcj.
2469         * configure: Regenerate.
2471 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2473         PR other/32154
2474         * configure.ac: For libgloss targets, point the linker to the linker
2475         script, startup code and simulator library.
2476         * configure: Regenerate.
2478 2007-09-07  Andrew Haley  <aph@redhat.com>
2480         * configure.ac (noconfigdirs): Remove target-libffi and
2481         target-libjava.
2482         * configure: Regenerate.
2484 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2486         PR target/33281
2487         * configure.ac: Use config/mh-mingw on mingw.
2488         * configure: Regenerate.
2490 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
2492         * MAINTAINERS (Write After Approval): Add myself.
2494 2007-09-05  Richard Guenther  <rguenther@suse.de>
2496         * configure.ac (--enable-stage1-checking): If neither --enable-checking
2497         nor --disable-checking is provided also turn on yes and types
2498         checking for stage1.
2499         * configure: Re-generate.
2501 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
2503         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
2504         (Write After Approval): Remove myself.
2506 2007-08-29  Nick Clifton  <nickc@redhat.com>
2508         * config.sub, config.guess: Update from upstream sources.
2510 2007-08-22  Bud Davis  <jmdavis@link.com>
2512         * MAINTAINERS (Write After Approval): Added myself.
2513         * MAINTAINERS (Reviewers): Removed myself.
2515 2007-08-18  Paul Brook  <paul@codesourcery.com>
2516             Joseph Myers  <joseph@codesourcery.com>
2518         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2519         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2520         * Makefile.in: Regenerate.
2521         * configure.ac (--with-debug-prefix-map): New.
2522         * configure: Regenerate.
2524 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
2525             Nigel Stephens  <nigel@mips.com>
2527         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
2528         as target_makefile_frag.
2529         * configure: Regenerate.
2531 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
2533         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2534         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
2535         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2536         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2537         (do-compare, do-compare3, do-compare-debug): New.
2538         ([+compare-target+]): Use them.
2540 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
2542         * MAINTAINERS (Write After Approval): Change my email address.
2544 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2545             Ben Elliston  <bje@au.ibm.com>
2547         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2548         --silent if $silent.
2549         * configure: Regenerate.
2551 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
2553         * MAINTAINERS (Various Maintainers): Add myself as
2554         loop infrastructure maintainer.  Update my e-mail
2555         address.
2557 2007-07-31  Diego Novillo  <dnovillo@google.com>
2559         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
2560         Adjust description.
2562 2007-07-26  Richard Guenther  <rguenther@suse.de>
2564         * configure.ac: Add types checking to stage1 checking flags.
2565         * configure: Regenerate.
2567 2007-07-17  Nick Clifton  <nickc@redhat.com>
2569         * COPYING3: New file.  Contains version 3 of the GNU General
2570         Public License.
2571         * COPYING3.LIB: New file.  Contains version 3 of the GNU
2572         Lesser General Public License.
2574 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2576         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
2578 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2580         * MAINTAINERS (S/390 co-maintainer): Add myself.
2581         (Write After Approval): Remove myself.
2583 2007-07-13  Dan Hipschman  <dsh@google.com>
2585         * MAINTAINERS (Write After Approval): Add myself.
2587 2007-07-11  Nick Clifton  <nickc@redhat.com>
2589         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
2590         WINDRES export.
2591         * Makefile.in: Regenerate.
2593 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2595         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
2596         maintainer.
2598 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
2600         * lt~obsolete.m4: New. Import from 20070318 libtool.
2602 2007-07-03  Julian Brown  <julian@codesourcery.com>
2604         * MAINTAINERS (Write After Approval): Add myself.
2606 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2608         * configure.ac: Rewrite 'configure --help' strings to look nicer.
2609         * configure: Regenerate.
2611 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2613         * configure.ac: Add some missing m4 quotation.
2614         * configure: Regenerate.
2616 2007-07-02  Simon Baldwin  <simonb@google.com>
2618         * MAINTAINERS (Write After Approval): Add myself.
2620 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
2622         * configure: Regenerate.
2624 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
2626         * Makefile.def: Add windmc tool to build.
2627         * Makefile.tpl: Likewise.
2628         * configure.ac: Likewise.
2629         * Makefile.in: Regenerate.
2630         * configure: Regenerate.
2632 2007-06-28  DJ Delorie  <dj@redhat.com>
2634         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2635         not building newlib.
2636         * configure: Regenerated.
2638 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
2640         * MAINTAINERS (Write After Approval): Add myself.
2642 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
2644         * MAINTAINERS (Write After Approval): Add myself.
2646 2007-06-19  Chris Matthews  <chrismatthews@google.com>
2648         * MAINTAINERS (Write After Approval): Add myself.
2650 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2652         * MAINTAINERS (Write After Approval): Add myself.
2654 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
2656         * Makefile.def: Add dependency from configure-gdb to all-bfd.
2657         * Makefile.in: Regenerated.
2659 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
2661         * configure.ac: Don't add target-libmudflap to noconfigdirs for
2662         bfin*-*-uclinux* targets.
2663         * configure: Regenerate.
2665 2007-06-14  Ian Lance Taylor  <iant@google.com>
2667         * MAINTAINERS: Add myself as non-algorithmic global write
2668         maintainer.
2670 2007-06-14  Diego Novillo  <dnovillo@google.com>
2672         * MAINTAINERS: Add self as middle-end maintainer and
2673         non-algorithmic global write maintainer.
2675 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2677         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
2678         Move all Fortran maintainers except Paul Brook into the
2679         Non-Autopoiesis section.
2681 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
2683         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2684         (distclean-stage[+id+]): Possibly delete stage_last.
2685         * Makefile.in: Regenerate.
2687 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
2689         * MAINTAINERS (Various Maintainer): Fix typo.
2691 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
2693         * MAINTAINERS (Various Maintainer): Add myself as
2694         dataflow maintainer.
2696 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2698         * config.sub, config.guess: Update from upstream sources.
2700 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2702         * Makefile.tpl: Fix spelling error.
2703         * Makefile.in: Regenerate.
2705 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
2707         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2708         lt_cv_sys_max_cmd_len.
2710 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
2712         * MAINTAINERS (Various Maintainers): Add myself as
2713         auto-vectorizer maintainer.
2715 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
2717         PR libjava/32098
2718         * libtool.m4: Revert previous change.
2719         * ltgcc.m4: Put it here.
2721 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
2723         * MAINTAINERS (Various Maintainers): Add myself as
2724         auto-vectorizer maintainer.
2726 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
2728         PR libjava/32098
2729         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
2731 2007-05-30  Richard Guenther  <rguenther@suse.de>
2733         * MAINTAINERS (Various Maintainers): Add myself as
2734         auto-vectorizer maintainer.
2736 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
2738         PR bootstrap/29382
2739         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2740         * configure: Rebuilt.
2742 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
2744         * MAINTAINERS (Write After Approval): Removed my name.
2746 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
2748         * MAINTAINERS (Write After Approval): Remove myself.
2750 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
2752         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
2754 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
2756         * ltmain.sh: Update from ToT Libtool.
2757         * libtool.m4: Update from ToT Libtool.
2758         * ltsugar.m4: New. Update from ToT Libtool.
2759         * ltversion.m4: New. Update from ToT Libtool.
2760         * ltoptions.m4: New. Update from ToT Libtool.
2761         * ltconfig: Remove.
2762         * ltcf-c.sh: Remove.
2763         * ltcf-cxx.sh: Remove.
2764         * ltcf-gcj.sh: Remove.
2766 2007-05-22  Ollie Wild  <aaw@google.com>
2768         * MAINTAINERS (Write After Approval): Add myself.
2770 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
2772         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2773         stage_cflags.
2774         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2775         Remove CFLAGS/LIBCFLAGS.
2776         (configure-stage[+id+]-[+prefix+][+module+],
2777         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2778         * Makefile.in: Regenerate.
2780 2007-05-15  Diego Novillo  <dnovillo@google.com>
2782         * MAINTAINERS: Update e-mail address.
2784 2007-05-15  Revital Eres  <eres@il.ibm.com>
2786         * MAINTAINERS (Write After Approval): Add myself.
2788 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
2790         * MAINTAINERS (Write After Approval): Updated my address.
2792 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
2794         * MAINTAINERS (Write After Approval): Add myself.
2796 2007-05-11  Silvius Rus  <rus@google.com>
2798         * MAINTAINERS (Write After Approval): Add myself.
2800 2007-04-23  Tom Tromey  <tromey@redhat.com>
2802         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
2804 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
2806         * MAINTAINERS (cpplib): Rename to ...
2807         (libcpp): ... this.  Add C/C++ front end maintainers.
2809 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
2811         * config-ml.in: Pass ${ml_config_env} to configure calls.
2813 2007-04-04  Christian Bruel  <christian.bruel@st.com>
2815         * MAINTAINERS (Write After Approval): Add myself.
2817 2007-04-02  Dave Korn  <dave.korn@artimi.com>
2819         * MAINTAINERS (Write After Approval): Add myself.
2821 2007-03-31  Tobias Burnus  <burnus@net-b.de>
2823         * MAINTAINERS (fortran 95 front end): Add myself.
2825 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2827         * MAINTAINERS (Write After Approval): Add myself.
2829 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
2831         * MAINTAINERS (Modulo Scheduler): Add myself.
2833 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
2835         * MAINTAINERS (fortran 95 front end): Add myself.
2836         (c++ front end): whitespace fix.
2838 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
2840         * MAINTAINERS (Write After Approval): Add myself.
2842 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
2844         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2845         of glob.  Quote arguments with single quotes too.
2846         * configure: Regenerate.
2848 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
2850         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2851         * Makefile.in: Regenerate
2853 2007-03-07  Andreas Schwab  <schwab@suse.de>
2855         * configure: Regenerate.
2857 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
2859         * configure.ac: Add "--with-pdfdir" configure option,
2860         which defines pdfdir variable.
2861         * Makefile.def (target=fixincludes): Add install-pdf to
2862         missing targets.
2863         (recursive_targets): Add install-pdf target.
2864         (flags_to_pass): Add pdfdir.
2865         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2866         target.
2867         * configure: Regenerate
2868         * Makefile.in: Regenerate
2870 2007-02-28  Eric Christopher  <echristo@apple.com>
2872         Revert:
2873         2006-12-07  Mike Stump  <mrs@apple.com>
2875         * Makefile.def (dependencies): Add dependency for
2876         install-target-libssp and install-target-libgomp on
2877         install-gcc.
2878         * Makefile.in: Regenerate.
2880 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
2882         * configure: Regenerate.
2883         * configure.ac: Move statements after variable declarations.
2885 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
2887         * MAINTAINERS: Add myself as sh maintainer.
2889 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
2891         * configure.ac: Adjust for loop syntax.
2892         * configure: Regenerate.
2894 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2896         * configure: Rebuilt.
2898 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2900         * configure.ac: Drop multiple occurrences of --enable-languages,
2901         and fix its quoting.
2902         * configure: Rebuilt.
2904 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
2905             Nathan Sidwell  <nathan@codesourcery.com>
2906             Vladimir Prus  <vladimir@codesourcery.com>
2907             Joseph Myers  <joseph@codesourcery.com>
2909         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2910         * configure: Regenerate.
2912 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
2914         * ltconfig (freebsd*): Default to elf.
2916 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2918         * configure.ac (target_libraries): Move libgcc before libiberty.
2919         * configure: Regenerated.
2921 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2922             Paolo Bonzini  <bonzini@gnu.org>
2924         PR bootstrap/30753
2925         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
2926         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
2927         * configure: Regenerated.
2929 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2931         * MAINTAINERS (Language Front End Maintainers): Update my mail
2932         address.
2934 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2936         PR bootstrap/30748
2937         * configure.ac: Correct syntax for Solaris ksh.
2938         * configure: Regenerated.
2940 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2942         * configure.ac: Sync with src.
2943         * configure: Regenerate.
2945 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2947         * Makefile.in: Regenerate.
2949 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2951         * config.sub: Sync with src.
2953 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2955         * Makefile.tpl (build_alias, host_alias, target_alias): Use
2956         noncanonical equivalents.
2957         * configure.in: Rename to...
2958         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
2959         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
2960         target_noncanonical.  Use them.  Rewrite removal of configure
2961         arguments for autoconf 2.59.  Discard variable settings.  Force
2962         program_transform_name for native tools.
2964         * Makefile.in: Regenerated.
2965         * configure: Regenerated with autoconf 2.59.
2967 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
2969         * MAINTAINERS (Write After Approval): Add myself.
2971 2007-01-31  Andreas Schwab  <schwab@suse.de>
2973         * Makefile.tpl (LDFLAGS): Substitute it.
2974         * Makefile.in: Regenerate.
2976 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
2978         * MAINTAINERS (Write After Approval): Add myself.
2980 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
2982         * MAINTAINERS (spu port): Add myself.
2984 2007-01-23  Richard Guenther  <rguenther@suse.de>
2986         PR bootstrap/30541
2987         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
2988         * Makefile.tpl (GNATBIND): Substitute it.
2989         (GNATMAKE): Likewise.
2990         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
2991         of STAGE_PREFIX.
2992         * Makefile.in: Regenerate.
2993         * configure: Regenerate.
2995 2007-01-18  Mike Stump  <mrs@apple.com>
2997         * configure.in: Re-enable -Werror for gcc builds.
2999 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
3001         * MAINTAINERS (Write After Approval): Add myself.
3003 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
3005         * configure.in: Change == to = in test command.
3006         * configure: Regenerate.
3008 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
3009             Nick Clifton  <nickc@redhat.com>
3010             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
3012         * configure.in (build_configargs, host_configargs, target_configargs):
3013         Remove build/host/target parameters.
3014         (host_libs): Add gmp and mpfr.
3015         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3016         * Makefile.def (gmp, mpfr): New.
3017         (gcc): Remove target.
3018         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3019         target_os, target_vendor): New.
3020         (configure): Add host_alias/target_alias arguments; adjust invocations.
3021         * configure: Regenerate.
3022         * Makefile.in: Regenerate.
3024 2007-01-11  Matt Fago  <fago@earthlink.net>
3026         * configure.in: Try to link to functions only in mpfr 2.2.x
3027         to improve robustness of configure tests.
3028         * configure: Regenerate.
3030 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
3032         * MAINTAINERS: Add myself as i386 maintainer.
3034 2007-01-08  Jan Hubicka  <jh@suse.cz>
3036         * MAINTAINERS: Add myself as i386 maintainer.
3038 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
3040         * configure.in: Add support for an x86_64-mingw* target.
3041         * configure: Regenerate.
3043 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
3045         * Makefile.tpl (all-target): Correct @if conditional for target
3046         modules.
3047         * configure.in: Omit libiberty if building only target libgcc.
3048         * configure, Makefile.in: Regenerated.
3050 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
3052         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3053         * configure: Regenerate.
3055 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
3057         * Makefile.def (target_modules): Add libgcc.
3058         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
3059         * Makefile.tpl (clean-target-libgcc): Delete.
3060         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3061         on gcc even for bootstrapped modules.  Rewrite handling of
3062         lang_env_dependencies to loop over target_modules.
3063         * configure.in (target_libraries): Add target-libgcc.
3064         * Makefile.in, configure: Regenerated.
3066 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3068         * configure.in: Reorganize recognition of languages.  Add
3069         --enable-stage1-languages.  Show supported languages for the chosen
3070         target rather than all recognized languages.
3071         * configure: Regenerate.
3073 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3075         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3076         * Makefile.in: Regenerate.
3078 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3080         * configure.in: Warn that MPFR 2.2.0 is buggy.
3081         * configure: Regenerate.
3083 2006-12-27  Ian Lance Taylor  <iant@google.com>
3085         * configure.in: When removing Makefiles to force a reconfigure, also
3086         remove prev-DIR*/Makefile.
3087         * configure: Regenerate.
3089 2006-12-22  Andreas Schwab  <schwab@suse.de>
3091         * configure: Regenerate with correct autoconf version.
3093 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
3095         * configure.in: add AC_SUBST for *_FOR_TARGET.
3096         * configure: Regenerate.
3098 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3100         * configure.in: Simplify logic for rejecting languages that cannot
3101         be built.  Separate the case when a language is unsupported,
3102         from the case when the user chooses not to build a language.
3104 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3106         * configure.in: Remove "$build" case for powerpc-*-darwin* since
3107         it only affects bootstrap and could be tested on "$host" as well.
3108         * configure: Regenerate.
3109         * config/mh-ppc-darwin: Add to the stage1 cflags here.
3111 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3113         PR bootstrap/29544
3114         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3115         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3116         move here comment from Makefile.tpl.
3117         * Makefile.tpl: Move some definitions higher in the file.
3118         (STAGE1_CHECKING): New.
3119         * configure.in: Add --enable-stage1-checking.
3120         * configure: Regenerate.
3121         * Makefile.in: Regenerate.
3123 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3125         * MAINTAINERS: Add myself as build system maintainer.
3127 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
3129         * MAINTAINERS (Write After Approval): Add myself.
3131 2006-12-13  Eric Christopher  <echristo@apple.com>
3133         * MAINTAINERS: Add myself as darwin maintainer.
3135 2006-12-11  Ian Lance Taylor  <ian@airs.com>
3137         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
3139 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
3141         MAINTAINERS: Update my entry.
3143 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
3145         * configure.in:  Handle spu makefile frag.
3146         * Makefile.tpl (MAINT): Define
3147         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3148         * configure: Regenerate.
3149         * Makefile.in: Regenerate.
3151 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3153         * config.guess: Import latest version.
3154         * config.sub: Likewise.
3156 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3158         * configure.in (spu-*-*): Don't skip target-libiberty.
3159         * configure: Regenerate.
3161 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3163         PR bootstrap/30134
3164         * configure.in: Correct x86 darwin support for libjava to powerpc
3165         and i?86 only.
3166         * configure: Regenerate.
3168 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
3170         * configure.in: Add x86 darwin support for libjava.
3171         * configure: Regenerate.
3173 2006-12-07  Mike Stump  <mrs@apple.com>
3175         * Makefile.def (dependencies): Add dependency for
3176         install-target-libssp and install-target-libgomp on
3177         install-gcc.
3178         * Makefile.in: Regenerate.
3180 2006-12-04  Richard Guenther  <rguenther@suse.de>
3182         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
3183         (Non-Algorithmic Maintainers): Move over non-algorithmic
3184         loop optimizer maintainers, add myself as a non-algorithmic
3185         middle-end maintainer.
3187 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
3189         * MAINTAINERS (Write After Approval): Add myself.
3191 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3193         * configure.in: Update error message for missing GMP/MPFR.
3195         * configure: Regenerate.
3197 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3199         * configure.in: Update MPFR version in error message.
3201         * configure: Regenerate.
3203 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3205         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3206         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3207         --with-gmp-lib): New flags.
3209         * configure: Regenerate.
3211 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
3213         * MAINTAINERS (Write After Approval): Change my email address.
3215 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3217         * MAINTAINERS (Write After Approval): Add myself.
3219 2006-11-22  Philipp Thomas  <pth@suse.de>
3221         * MAINTAINERS (i18n): Update e-mail address.
3223 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3225         * MAINTAINERS (spu port): Add myself as maintainer.
3226         (Write After Approval): Remove myself.
3228 2006-11-22  Ben Elliston  <bje@au.ibm.com>
3230         * configure.in (skipdirs): Don't build libssp for SPU.
3231         * configure: Regenerate.
3233 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3235         * MAINTAINERS (spu port): Add myself as maintainer.
3236         (libobjc): Update my email address.
3238 2006-11-21  Andrea Bona  <andrea.bona@st.com>
3240         * MAINTAINERS (Write After Approval): Add myself.
3242 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3244         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
3245         * configure : Rebuilt.
3247 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3249         * MAINTAINERS (Write After Approval): Add myself.
3251 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
3253         * MAINTAINERS (Write After Approval): Add myself.
3255 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3257         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
3258         libmpfr.a.
3259         * configure: Regenerate.
3261 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
3263         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3264         (unstage): Test for stage_last presence.
3266         PR bootstrap/29802
3267         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
3268         STAGE_PREFIX.
3269         * Makefile.in: Regenerate.
3271 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
3273         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
3274         maintainers.
3276 2006-11-14  Erven Rohou  <erven.rohou@st.com>
3278         * MAINTAINERS (Write After Approval): Add myself.
3280 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
3282         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
3283         and stageN-package/Makefile.
3284         * Makefile.in: Regenerated.
3286 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
3288         * configure.in: Remove target-libgloss from noconfigdirs for
3289         bfin-*-*.
3290         * configure: Regenerated.
3292 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3294         * configure.in (have_gmp): Only error if the gcc directory exists.
3296         * configure: Regenerate.
3298 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3300         * configure.in: Robustify error message for missing GMP/MPFR.
3302         * configure: Regenerate.
3304 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
3306         * MAINTAINERS (Write After Approval): Add myself.
3308 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
3310         * MAINTAINERS: Change email address.
3312 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
3314         * MAINTAINERS (Write After Approval): Add myself.
3316 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
3318         * MAINTAINERS (Write After Approval): Add myself.
3320 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
3322         * MAINTAINERS (Write After Approval): Move myself to
3323         Write After Approval section.
3325 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3327         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
3328         need_gmp anymore.
3329         * configure: Regenerate.
3331 2006-10-16  Tobias Burnus  <burnus@net-b.de>
3333         * MAINTAINERS (Write After Approval): Add myself.
3335 2006-10-16  Ben Elliston  <bje@au.ibm.com>
3337         * config.guess: Import latest version.
3338         * config.sub: Likewise.
3340 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
3342         * Makefile.def: Added pdf target handling.
3343         * Makefile.tpl: Added pdf target handling.
3344         * Makefile.in: Regenerated.
3346 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
3348         * MAINTAINERS: Add self as score port maintainer.
3350 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
3352         * MAINTAINERS (Write After Approval): Add myself.
3354 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
3356         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
3357         or newer.
3358         * configure: Regenerated.
3360 2006-09-27  Dave Brolley  <brolley@redhat.com>
3362         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
3363         using $s instead of $r.
3364         * configure: Regenerated.
3366 2006-09-26  Thiemo Seufer  <ths@mips.com>
3368         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3369         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3370         * configure: Regenerate.
3372 2006-09-24  Graeme Peterson  <gridly@gmail.com>
3374         * MAINTAINERS (Write After Approval): Remove myself.
3376 2006-09-22  Chao-ying Fu  <fu@mips.com>
3378         * MAINTAINERS (Write After Approval): Add myself.
3380 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
3382         * MAINTAINERS: Add self as soft-fp maintainer.
3384 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
3386         * MAINTAINERS: Add myself as avr maintainer.
3387         Remove Marek Michalkiewicz as avr maintainer.
3389 2006-09-07  Roberto Costa  <roberto.costa@st.com>
3391         * MAINTAINERS (Write After Approval): Add myself.
3393 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
3395         * configure.in: Never build newlib for a Mingw host.
3396         Never build newlib as Mingw target library.
3397         Test the existence of winsup/cygwin for building a Cygwin newlib,
3398         rather than just winsup.
3399         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3400         building a Mingw target.
3401         * configure: Regenerate.
3403 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
3405         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
3407 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
3409         * config.guess: Import from src (was more updated).
3410         * config.sub: Likewise.
3412 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
3414         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3415         * configure: Regenerated.
3417 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
3419         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3420         for stages after the first.
3422 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
3424         * Makefile.def: Add dependencies for configure-opcodes
3425         on configure-intl and all-opcodes on all-intl.
3426         * Makefile.in: Regenerated.
3428 2006-07-13  Ben Elliston  <bje@au.ibm.com>
3430         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
3432 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
3434         Port to hosts whose 'sort' and 'tail' implementations
3435         treat operands with leading '+' as file names, as POSIX
3436         has required since 2001.  However, make sure the code still
3437         works on pre-POSIX hosts.
3438         * ltmain.sh: Don't assume "sort +2" is equivalent to
3439         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
3441 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
3443         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
3445 2006-07-04  Peter O'Gorman  <peter@pogma.com>
3447         * ltconfig: chmod 644 before ranlib during install.
3449 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3451         PR bootstrap/18058
3452         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3453         if the bootstrap compiler is a GCC version that supports it.
3454         * configure: Regenerate.
3456 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3458         * configure.in: Fix thinkos in previous check-in.
3459         * configure: Regenerate.
3461 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3463         PR other/27063
3464         * configure.in: Test subdir_requires and give an appropriate
3465         error message.
3466         * configure: Regenerate.
3468 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
3470         * MAINTAINERS (Write After Approval): Add myself.
3472 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
3474         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3476 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
3478         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3480 2006-06-20  David Ayers  <d.ayers@inode.at>
3482         PR bootstrap/28072
3483         * configure.in: Add target-boehm-gc to noconfigdirs depending on
3484         whether target-libjava is being configured instead of whether the
3485         java front end is enabled.
3486         * configure: Regenerate.
3488 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3490         PR target/27540
3491         * configure.in: Only enable libgomp on IRIX 6.
3492         * configure: Regenerate.
3494 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
3496         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3497         too.
3498         * Makefile.in: Regenerate.
3500 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
3502         * config-ml.in: Alter CCASFLAGS to include special
3503         multilib options the same as is done for CFLAGS.
3505 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3507         * configure.in: Don't enable libgomp on hpux10.
3508         * configure: Rebuilt.
3510 2006-06-12  David Ayers  <d.ayers@inode.at>
3512         PR bootstrap/27963
3513         PR target/19970
3514         * configure.in: Remove target-boehm-gc from noconfigdirs where
3515         ${libgcj} is specified.
3516         * configure: Regenerate.
3518 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
3520         Sync from src:
3522         * configure.in: Sync.
3523         * configure: Regenerated.
3525         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
3527         * Makefile.def: Added dependencies from sim and gdb on intl, and
3528         added configure dependencies to everything with an all dependency
3529         on intl.
3530         * Makefile.in: Regenerated.
3532 2006-06-06  David Ayers  <d.ayers@inode.at>
3534         PR libobjc/13946
3535         * Makefile.def: Add dependencies for libobjc which boehm-gc.
3536         * Makefile.in: Regenerate.
3537         * configure.in: Add --enable-objc-gc at toplevel and have it
3538         enable boehm-gc for Objective-C.
3539         Remove target-boehm-gc from libgcj.
3540         Add target-boehm-gc to target_libraries.
3541         Add target-boehm-gc to noconfigdirs where ${libgcj}
3542         is specified.
3543         Assert that boehm-gc is supported when requested for Objective-C.
3544         Only build boehm-gc if needed either for Java or Objective-C.
3545         * configure: Regenerate.
3547 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
3549         PR 27674
3550         * Makefile.tpl (configure-[+prefix+][+module+],
3551         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3552         Remove rule to unstage bootstrapped modules.
3553         (stage_current): New.
3554         * Makefile.in: Regenerate.
3556 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3558         * MAINTAINERS (Write After Approval): Update my e-mail address.
3560 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
3562         * include/libiberty.h: Declare pex_run_in_environment.
3564 2006-05-31  Asher Langton  <langton2@llnl.gov>
3566         * MAINTAINERS (Write After Approval): Add myself.
3568 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
3570         * Makefile.def (bfd, opcodes): Fix lib_path.
3571         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3572         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
3573         * Makefile.in: Regenerate.
3575 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3577         * Makefile.in: Regenerate.
3579 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3581         * Makefile.def: Add install-html target. Add datarootdir
3582         docdir and htmldir to flags_to_pass.
3583         * Makefile.tpl: Add install-html target.
3584         * Makefile.in: Regenerate.
3585         * configure.in: Add --with-datarootdir, --with-docdir, and
3586         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
3587         * configure: Regenerate.
3589 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
3591         * configure.in: Enable gprof for cross builds.
3592         * configure: Regenerate.
3594 2006-05-22  Richard Guenther  <rguenther@suse.de>
3596         Revert
3597         2006-01-31  Richard Guenther  <rguenther@suse.de>
3598         Paolo Bonzini  <bonzini@gnu.org>
3600         * Makefile.def (target_modules): Add libgcc-math target module.
3601         * configure.in (target_libraries): Add libgcc-math target library.
3602         (--enable-libgcc-math): New configure switch.
3603         * Makefile.in: Re-generate.
3604         * configure: Re-generate.
3605         * libgcc-math: New toplevel directory.
3607 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3608             Andreas Tobler  <a.tobler@schweiz.ch>
3610         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
3611         * configure: Rebuilt.
3613 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
3615         * MAINTAINERS (Write After Approval): Add myself.
3617 2006-05-01  DJ Delorie  <dj@redhat.com>
3619         * configure.in: Restore CFLAGS if GMP isn't present.
3620         * configure: Regenerate.
3622 2006-05-01  Richard Guenther  <rguenther@suse.de>
3624         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
3625         maintainer.
3627 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
3629         * MAINTAINERS (Write After Approval): Add myself.
3631 2006-04-28  Jan Beulich  <jbeulich@novell.com>
3633         * MAINTAINERS (Write After Approval): Add myself.
3635 2006-04-18  DJ Delorie  <dj@redhat.com>
3637         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
3638         reference libgloss so that libssp can be built in a combined
3639         tree.
3640         * configure: Regenerate.
3642 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
3644         * MAINTAINERS (Write After Approval): Add myself.
3646 2006-04-05  Ben Elliston  <bje@au.ibm.com>
3648         * configure.in: Require makeinfo 4.4 or higher.
3649         * configure: Regenerate.
3651 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
3653         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
3654         Rearrange the entries of other libraries to have them in one place.
3656 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
3658         * MAINTAINERS (Write After Approval): Remove myself.
3659         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
3661 2006-03-14  Richard Guenther  <rguenther@suse.de>
3663         * configure: Regenerate with autoconf 2.13.
3665 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
3667         * MAINTAINERS: Use my work address.
3669         * MAINTAINERS: Update my E-mail address.
3671 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
3673         * configure.in: Handle --disable-<component> generically.
3674         * configure: Regenerate.
3676 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
3678         PR libgcj/17311
3679         * ltmain.sh: Don't use "$finalize_rpath" for compile.
3681 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
3683         * MAINTAINERS (Write After Approval):  Remove myself.
3684         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3686 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
3688         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
3689         (TARGET_CONFIGDIRS): Remove.
3690         * configure.in: Remove AC_SUBST(target_configdirs).
3691         * Makefile.in, configure: Regenerated.
3693 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
3695         * MAINTAINERS (Write After Approval):  Remove myself.
3696         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3698 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
3700         PR bootstrap/25670
3702         * Makefile.tpl ([+compare-target+]): Print explanation messages.
3704         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3705         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3706         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3707         BUILD_PREFIX, BUILD_PREFIX_1.
3708         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3710         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3711         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3713         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3714         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3715         of `cat stage_current`.  Always provide the `r' and `s' variables.
3716         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3717         a single shell execution.
3718         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3719         bootstrapped modules, make the stage1 module if the build was not
3720         started yet, else build the current stage.
3721         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3722         (all-build, all-host, all-target, [+make_target+]-host,
3723         [+make_target+]-target): Do not use \-continued lines.
3724         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3725         (current_stage, restrap, stage_last): New.
3727         * Makefile.in: Regenerate.
3728         * configure: Regenerate.
3730 2006-02-19  Bud Davis  <jmdavis@link.com>
3732         * MAINTAINERS (Write After Approval):  Remove myself.
3733         (Language Front End Maintainers):  Add myself as fortran 95
3734         maintainer and update e-mail address.
3736 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3738         * MAINTAINERS (Write After Approval):  Remove myself.
3739         (Language Front End Maintainers):  Add myself as fortran 95
3740         maintainer.
3742 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
3744         * MAINTAINERS (Write After Approval): Add myself.
3746 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
3748         * MAINTAINERS (Write After Approval):  Remove myself.
3749         (Language Front End Maintainers):  Add myself as
3750         fortran 95 maintainer.
3752 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3754         Sync from src:
3756         2005-12-27  Leif Ekblad  <leif@rdos.net>
3758         * configure.in: Add support for RDOS target.
3759         * configure: Regenerate.
3761 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3762             Andreas Schwab  <schwab@suse.de>
3764         * configure: Regenerate.
3766 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
3768         * configure.in (enable_libgomp): Add AIX.
3769         * configure: Regenerate.
3771 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
3773         * MAINTAINERS (Write After Approval): Add myself.
3775 2006-02-03  Lee Millward  <lee.millward@gmail.com>
3777         * MAINTAINERS (Write After Approval): Add myself.
3779 2006-01-31  Richard Guenther  <rguenther@suse.de>
3780         Paolo Bonzini  <bonzini@gnu.org>
3782         * Makefile.def (target_modules): Add libgcc-math target module.
3783         * configure.in (target_libraries): Add libgcc-math target library.
3784         (--enable-libgcc-math): New configure switch.
3785         * Makefile.in: Re-generate.
3786         * configure: Re-generate.
3787         * libgcc-math: New toplevel directory.
3789 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
3791         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3792         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3793         the assembler, linker and binutils.
3794         * configure: Regenerate.
3796 2006-01-22  Dirk Mueller  <dmueller@suse.de>
3798         * MAINTAINERS (Write After Approval): Add myself.
3800 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
3802         * configure: Regenerate.
3804 2006-01-18  Richard Henderson  <rth@redhat.com>
3805             Jakub Jelinek  <jakub@redhat.com>
3806             Diego Novillo  <dnovillo@redhat.com>
3808         * libgomp: New directory.
3809         * Makefile.def: Add target_module libgomp.
3810         * Makefile.in: Regenerate.
3811         * configure.in (target_libraries): Add target-libgomp.
3812         * configure: Regenerate.
3814 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
3816         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3817         @ from continuation.
3818         * Makefile.in: Rebuilt.
3820 2006-01-04  Chris Lattner  <sabre@gnu.org>
3822         * MAINTAINERS (Write After Approval): Add myself.
3824 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3826         PR bootstrap/24252
3828         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3829         * Makefile.tpl (OBJDUMP): New.
3830         (EXTRA_HOST_FLAGS): Add it.
3831         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3833         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3834         to use symbolic links between directories.  Avoid race conditions
3835         or make them harmless.
3836         * configure.in: Do not try to use symbolic links between directories.
3838         * Makefile.def (LEAN): Pass.
3839         * Makefile.tpl (LEAN): Define.
3840         (stage[+id+]-start): Accept that the previous directory does not
3841         exist, if the bootstrap is lean.
3842         (stage[+id+]-bubble): Invoke lean bootstrap commands after
3843         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
3844         configure substitution.
3845         ([+compare-target+]): Likewise.
3846         ([+bootstrap-target+]-lean): New.
3847         * configure.in: Remove lean bootstrap support from here.
3849         * Makefile.in: Regenerate.
3850         * configure: Regenerate.
3852 2006-01-04  Ben Elliston  <bje@au.ibm.com>
3854         * MAINTAINERS (libdecnumber): Add myself.
3856 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
3858         * libtool-ldflags: New script.
3860 2006-01-02  Andreas Schwab  <schwab@suse.de>
3862         * configure.in: When reconfiguring remove Makefile in
3863         all stage directories.
3864         * configure: Regenerate.
3866 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
3868         * MAINTAINERS: Update my email address.
3870 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
3872         Revert Ada-related part of the previous change.
3874         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3875         Do not pass.
3876         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3877         * Makefile.in: Regenerate.
3878         * configure.in: Do not include mt-ppc-aix target fragment.
3879         * configure: Regenerate.
3881 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
3883         * configure.in: Select appropriate fragments for PowerPC/AIX.
3884         * configure: Regenerate.
3886         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3887         BOOT_CFLAGS, BOOT_LDFLAGS.
3888         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3889         BOOT_CFLAGS, BOOT_LDFLAGS.
3890         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3891         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3892         (stage): Fail if we cannot complete the work.
3893         * Makefile.in: Regenerate.
3895 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
3897         * configure.in: Replace ms1 with mt.
3898         * configure: Rebuilt.
3900 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
3902         * MAINTAINERS: Update my email address.
3904 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
3906         * Makefile.tpl (all, do-[+make_target+], do-check, install,
3907         install-host-nogcc): Don't invoke $(stage) at the end.
3908         * Makefile.in: Regenerate.
3910 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
3912         * configure.in: Flip the top-level bootstrap switch.
3913         * configure: Regenerate.
3915 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
3917         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3918         $(stage) and $(unstage).
3919         (EXTRA_TARGET_FLAGS): Correct double-quoting.
3920         (all): Remove stray semicolon.
3921         (local-distclean): Don't handle multilib.tmp and multilib.out.
3922         (install.all): Set $s for consistency.
3923         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3924         check_multilibs setting.  Always make the install directory.
3925         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3926         Correct @if/@endif.
3927         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3928         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3929         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3930         (multilib.out): Remove.
3931         * Makefile.in: Regenerated.
3933 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
3935         * MAINTAINERS (Write After Approval): Add myself.
3937 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3939         * MAINTAINERS: Add myself as mt maintainer.
3941         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
3943 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
3945         * MAINTAINERS: Change email address.
3947 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3949         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3950         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3951         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
3952         Find in-tree tools if available.
3953         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3954         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3955         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3956         (COMPILER_*_FOR_TARGET): New.
3957         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3958         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3959         (CONFIGURED_*, USUAL_*): Remove.
3960         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3961         STRIP): Use autoconf substitutions.
3962         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3963         COMPILER_NM_FOR_TARGET): New.
3964         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3966         (all): Make all-host and all-target in parallel.
3967         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3968         that $$r and $$s are set before invoking a recursive make.
3969         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3970         ([+bootstrap-target+]): Inline most of the `all' target.
3972 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3974         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3975         from the gcc build directory.
3976         * Makefile.in: Regenerate.
3978 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3980         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
3981         depend on all-libdecnumber.
3982         * configure.in (host_libs): Include libdecnumber.
3983         * Makefile.in: Regenerate.
3984         * configure: Likewise.
3986 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3988         * libdecnumber: Import decNumber sources from the dfp-branch.
3990 2005-11-21  Kean Johnston  <jkj@sco.com>
3992         * config.sub, config.guess: Sync from upstream sources.
3994 2005-11-21  Ben Elliston  <bje@au.ibm.com>
3996         Import from Autoconf sources:
3998         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
3999         * config/move-if-change: Don't output "$2 is unchanged";
4000         suggested by Ben Elliston.  Handle weird characters correctly.
4002 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
4004         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
4005         to match upstream libtool for darwin.
4007 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
4009         * Makefile.def: Remove gdb dependencies for gdbtk.
4010         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4011         (configure-gdb, install-gdb): New rules.
4012         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4013         * Makefile.in, configure: Regenerated.
4015 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
4017         * MAINTAINERS (Write After Approval): Add myself.
4019 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
4021         * MAINTAINERS (Write After Approval): Add myself.
4023 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
4025         * MAINTAINERS (alias analysis): Add Daniel Berlin and
4026         Diego Novillo.
4028 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
4030         PR bootstrap/24297
4031         * Makefile.tpl (do-[+make-target+], do-check, install,
4032         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4033         are set before recursing.
4034         * Makefile.in: Regenerate.
4036 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
4038         PR bootstrap/18939
4039         * Makefile.def (gcc) <target>: Fix thinko.
4040         * Makefile.in: Regenerate.
4042 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
4044         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4045         * configure: Regenerate.
4047 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
4049         * MAINTAINERS (Write After Approval): Add self.
4051 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
4053         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4054         target-libffi, target-qthreads, target-libjava, and
4055         targetlibobjc.
4056         * configure: Regenerate.
4058 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
4060         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4061         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4062         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4063         (USUAL_OBJDUMP_FOR_TARGET): New.
4064         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4065         * configure.in: Check for $OBJDUMP_FOR_TARGET.
4066         * configure, Makefile.in: Regenerated.
4068 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4070         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4071         before other host packages.
4073 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
4075         * MAINTAINERS: Add self as sh libraries/configury maintainer.
4077 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4079         PR bootstrap/22340
4081         * configure.in (default_target): Remove.
4082         * Makefile.tpl (all): Do not use prerequisites as subroutines
4083         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4084         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4085         use prerequisites as subroutines.
4086         (check-host, check-target): New.
4087         (bootstrap configure & all targets): Do not use stage*-start
4088         if the directory layout is already ok.
4089         (non-bootstrap configure & all targets): Prepend a $(unstage).
4090         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
4091         (NOTPARALLEL): Remove.
4092         (unstage, stage variables): New variables.
4093         (unstage, stage targets): Simply expand to those variables.
4095         * configure: Regenerate.
4096         * Makefile.in: Regenerate.
4098 2005-10-04  James E Wilson  <wilson@specifix.com>
4100         * Makefile.def (lang_env_dependencies): Add libmudflap.
4101         * Makefile.in: Regenerate.
4103 2005-10-03  Andreas Schwab  <schwab@suse.de>
4105         Backport from libtool CVS:
4106         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
4108         * ltmain.sh: add support for installing into temporary
4109         staging area (e.g. 'make install DESTDIR=...')
4111 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
4113         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4114         * configure: Regenerated.
4116 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
4118         * configure: Regenerate with the correct
4119         autoconf version.
4121 2005-09-30  Catherine Moore  <clm@cm00re.com>
4123         * configure.in (bfin-*-*): New.
4124         * configure: Regenerated.
4126 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
4128         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4129         (LIPO_FOR_TARGET): New.
4130         (CONFIGURED_LIPO_FOR_TARGET): New.
4131         (USUAL_LIPO_FOR_TARGET): New.
4132         (STRIP_FOR_TARGET): New.
4133         (CONFIGURED_STRIP_FOR_TARGET): New.
4134         (USUAL_STRIP_FOR_TARGET): New.
4135         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4136         STRIP_FOR_TARGET.
4137         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4138         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4139         * Makefile.in: Regenerate.
4140         * configure: Regenerate.
4142 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
4144         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4145         (rs6000-*-aix*): Same.
4146         * configure: Regenerate.
4148 2005-09-16  Tom Tromey  <tromey@redhat.com>
4150         * MAINTAINERS: Add self as java maintainer.
4152 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4154         * configure.in: Recognize f95 in the --enable-languages option,
4155         and substitute it for fortran, issuing a warning.
4156         * configure: Regenerate.
4158 2005-08-30  Phil Edwards  <phil@codesourcery.com>
4160         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
4161         * configure:  Regenerated.
4163 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
4165         * MAINTAINERS: Add self as ms1 maintainer.
4167 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
4169         * Makefile.def (libssp): Add to lang_env_dependencies.
4170         * Makefile.in: Regenerate.
4172 2005-08-18  Ian Lance Taylor  <ian@airs.com>
4174         * MAINTAINERS: Add myself as middle-end maintainer.
4176 2005-08-17  Christian Groessler  <chris@groessler.org>
4178         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4179         * Makefile.in: Regenerate.
4181 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
4183         * MAINTAINERS (write after approval): Added myself.
4185 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
4187         * MAINTAINERS (Write After Approval): Add myself.
4189 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
4191         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4192         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4193         Look for alternate names of the target cc and c++
4194         * configure: Regenerate.
4196 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
4198         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4199         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4200         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4201         tools; remove code to manually set them.
4202         (Target tools): Look in the environment for them.
4203         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4204         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4205         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4206         build directory.
4207         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4208         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4209         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4210         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4211         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4212         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4213         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4214         * configure: Regenerate.
4215         * Makefile.in: Regenerate.
4217 2005-07-28  Ben Elliston  <bje@au.ibm.com>
4219         * MAINTAINERS: Update for removed CPU targets.
4221 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
4223         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4224         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4225         * Makefile.in: Regenerated.
4227 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
4229         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4230         (CFLAGS_FOR_TARGET): Use it.
4231         (CXXFLAGS_FOR_TARGET): Likewise.
4232         * Makefile.in: Regenerated.
4233         * configure.in (--with-build-sysroot): New option.
4234         * configure: Regenerated.
4236 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
4238         * Makefile.tpl: Wrap install between unstage and stage
4239         * Makefile.in: Regenerate.
4241 2005-07-21  Eric Christopher  <echristo@apple.com>
4243         * MAINTAINERS: Update affiliation.
4245 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
4247         * MAINTAINERS: Add self as crx port maintainer.
4249 2005-07-20  DJ Delorie  <dj@redhat.com>
4251         * MAINTAINERS: Add self as m32c maintainer.
4253 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
4255         * all files: Update FSF address.
4257 2005-07-15  Eric Christopher  <echristo@redhat.com>
4259         * MAINTAINERS: Change affiliation.
4261 2005-07-14  Jim Blandy  <jimb@redhat.com>
4263         * configure.in: Add cases for Renesas m32c.
4264         * configure: Regenerated.
4266 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4268         * COPYING.LIB: Update from fsf.org.
4270 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4272         * COPYING, compile, config.guess,
4273         config.sub, install-sh, missing, mkinstalldirs,
4274         symlink-tree, ylwrap: Sync from upstream sources.
4275         * config-ml.in: Update FSF address.
4277 2005-07-13  Eric Christopher  <echristo@redhat.com>
4279         * configure.in: Add toplevel noconfigdir support for tpf.
4280         * configure: Regenerate.
4282 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
4284         PR ada/22340
4286         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4287         * Makefile.in: Regenerate.
4289 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
4291         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
4292         Brolley to write-after-approval.
4294 2005-07-07  Andreas Schwab  <schwab@suse.de>
4296         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4297         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4298         * Makefile.in: Regenerated.
4300 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
4302         * configure.in: Don't build sim or rda when targetting darwin.
4303         * configure: Regenerate.
4305 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
4307         * configure.in: Add --enable-libssp and --disable-libssp.
4308         * configure: Regenerate with autoconf-2.13.
4310 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
4312         * Makefile.def (target_modules): Add libssp.
4313         * configure.in (target_libraries): Add target-libssp.
4314         * configure: Rebuilt.
4315         * Makefile.in: Rebuilt.
4317 2005-07-01  Zack Weinberg  <zackw@panix.com>
4319         * MAINTAINERS: Change email address.  Resign from maintainership.
4321 2005-07-01  Richard Guenther  <rguenther@suse.de>
4323         * MAINTAINERS: Change my e-mail address and affiliation.
4325 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
4327         * Makefile.def (stagefeedback): Come after profile.
4328         Define profiledbootstrap target.
4329         * Makefile.tpl (profiledbootstrap): Remove.
4330         (stageprofile-end): Zap stagefeedback.
4331         (stagefeedback-start): Copy all .gcda files, not only GCC's.
4332         * Makefile.in: Regenerate.
4334 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
4336         * MAINTAINERS: Update my email address.
4338 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
4340         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
4341         In 'cpp' stanza, support '#line' as well as '# '.
4343 2005-06-08  Andreas Schwab  <schwab@suse.de>
4345         * MAINTAINERS: Move myself from 'Write After Approval' to
4346         'CPU Port Maintainers' section as m68k maintainer.
4348 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
4350         * configure.in (unsupported_languages): New macro.
4351         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
4352         non-ported target libraries in noconfigdirs.
4353         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4354         non-linux-gnu.  Remove libgcj_ex_libffi.
4355         <lang_frag loop>: Set add_this_lang=no if the language is in
4356         unsupported_languages.
4357         * configure: Regenerate.
4359 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
4361         * configure.in: Fix typo in handling of --with-mpfr-dir.
4362         * configure: Regenerate.
4364 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
4366         * MAINTAINERS: Update my email address.
4368 2005-06-02  Jim Blandy  <jimb@redhat.com>
4370         * config.sub: Add cases for the Renesas m32c.  (This patch has been
4371         accepted into the master sources.)
4373 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
4374             Michael Snyder  <msnyder@redhat.com>
4375             Stan Cox  <scox@redhat.com>
4377         * configure.in: Set noconfigdirs for ms1.
4379         * configure: Regenerate.
4381 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
4383         * MAINTAINERS (Write After Approval): Add self.
4385 2005-06-01  Josh Conner  <jconner@apple.com>
4387         * MAINTAINERS (Write After Approval): Add self.
4389 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
4391         * MAINTAINERS: Update my email address.
4393 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
4395         * MAINTAINERS (Write After Approval): Add self.
4397 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
4399         * MAINTAINERS (Write After Approval): Remove self.
4401 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
4403         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4404         (Dependencies): Consider target modules for bootstrap dependencies.
4405         Make target bootstrap modules depend on each stage's gcc.
4406         * Makefile.in: Regenerate.
4408 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
4410         * Makefile.def (configure-gcc): Depend on binutils having been built.
4411         (all-gcc): No need to do it here.
4412         * Makefile.in: Regenerate.
4414 2005-05-19  Paul Brook  <paul@codesourcery.com>
4416         * configure.in: Rewrite misleading error message when requested
4417         language cannot be built.
4418         * configure: Regenerate.
4420 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
4422         * ylwrap: Import from Automake 1.9.5.
4424 2005-05-13  David Ung  <davidu@mips.com>
4426         * MAINTAINERS (Write After Approval): Add self.
4428 2005-05-09  Mike Stump  <mrs@apple.com>
4430         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
4431         lt_cv_sys_max_cmd_len for now.
4433 2005-05-09  Stan Cox  <scox@redhat.com>
4435         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
4437 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
4439         * README.SCO: Update the URL.
4441 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
4443         * ltconfig: Define file_list_spec.  Pass file_list_spec and
4444         with_gnu_ld to libtool.
4445         * ltcf-c.sh (aix[45]): Define file_list_spec.
4446         * ltcf-cxx.sh (aix[45]): Same.
4447         * ltcf-gcj.sh (aix[45]): Same.
4448         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
4449         exists, write list of input files to temporary file.
4451 2005-05-04  Mike Stump  <mrs@apple.com>
4453         * configure.in: Always pass --target to target configures as
4454         otherwise rebuilds that do --recheck will fail.
4455         * confiugure: Rebuilt.
4457 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
4459         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4460         STAGE_HOST_EXPORTS.
4461         (configure, all): Add bootstrap support.
4462         (Host modules, target modules): Pass post-stage1 flags and exports.
4463         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4464         * Makefile.in: Regenerate.
4466 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
4468         * configure: Regenerate.
4470 2005-04-27  Mike Stump  <mrs@apple.com>
4472         * MAINTAINERS: Add self as darwin maintainer.
4474 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
4476         * config.sub: Update from master copy.
4478 2005-04-21  Mike Stump  <mrs@apple.com>
4480         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
4481         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
4483 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
4485         * configure.in <crisv32-*-*, cris-*-*>: New local variable
4486         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
4487         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
4488         "*-*-elf" and "*-*-linux*".
4489         * configure: Regenerate.
4491 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
4493         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
4495 2005-04-12  Mike Stump  <mrs@apple.com>
4497         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
4499 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
4501         * MAINTAINERS (Write After Approval): Add myself.
4503 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
4505         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
4507 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
4509         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
4510         (TARGET_CONFIGARGS): Include --with-target-subdir.
4511         (configure, all): New macros.  Use them throughout.
4512         * Makefile.in: Regenerate.
4514 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
4516         * MAINTAINERS (Write After Approval): Add myself.
4518 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4520         * MAINTAINERS: Remove 'loop unrolling' maintainer.
4522 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
4524         * MAINTAINERS: Move John Carr to Write After Approval.
4526 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
4528         * config/mh-mingw32: Delete.
4529         * configure.in: Don't use it.
4530         * configure: Regenerate.
4532 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
4534         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4535         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4536         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
4537         (HOST_LIB_PATH): Generate from Makefile.def.
4538         (TARGET_LIB_PATH): Likewise.
4539         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4540         * Makefile.in: Regenerate.
4541         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4542         (RPATH_ENVVAR): Include Darwin case.
4543         * configure: Regenerate.
4545 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
4547         * MAINTAINERS (Various Maintainers): Remove self.
4548         (Write After Approval): Add self.
4550 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
4552         * MAINTAINERS (Various Maintainers): Add self.
4554 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
4556         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4557         * configure: Regenerate.
4559 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
4561         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4562         gcc_version, and gcc_version_trigger from set of flags to pass.
4563         * Makefile.tpl: Remove definitions of above variables.
4564         (config.status): Remove dependency on $(gcc_version_trigger).
4565         * Makefile.in: Regenerate.
4566         * configure.in: Do not reference config/gcc-version.m4 nor
4567         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
4568         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
4569         * configure: Regenerate.
4571 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
4572             Andrew Pinski  <pinskia@physics.uc.edu>
4574         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4575         * Makefile.in: Regenerate.
4577 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
4579         * MAINTAINERS (Write After Approval): Add myself.
4581 2005-03-03  David Ayers  <d.ayers@inode.at>
4583         * MAINTAINERS (Write After Approval): Add myself.
4585 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
4587         PR libgcj/20160
4588         * ltmain.sh: Avoid creating archives with components that have
4589         duplicate basenames.
4591 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
4593         PR bootstrap/20250
4594         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4595         instead of check.
4596         * Makefile.in: Regenerate.
4598 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4600         * Makefile.in: Regenerate to fix conflict between the previous two
4601         patches.
4603 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4605         PR bootstrap/17383
4606         * Makefile.def (target_modules): Remove "stage", now unnecessary.
4607         * Makefile.tpl (HOST_SUBDIR): New substitution.
4608         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4609         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4610         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4611         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4612         (Host modules, Bootstrapped modules): Use it.
4613         (Build modules, Target modules): Do not create symlink trees,
4614         always configure out-of-srcdir.
4615         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4616         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4617         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4618         $(HOST_SUBDIR).  Create a symlink for host_subdir.
4620         * Makefile.in: Regenerate.
4621         * configure: Regenerate.
4623 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4625         Merged from libada-gnattools-branch:
4626         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4628         * gnattools: New directory.
4629         * Makefile.def: Add gnattools as a module, depending on target-libada.
4630         * Makefile.in: Regenerate.
4631         * configure.in: Include gnattools in host_tools; disable it if ada
4632         is disabled.
4633         * configure: Regenerate.
4635 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
4637         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
4638         treelang maintainer.
4639         (Write After Approval): Remove myself.
4641 2005-02-23  Paul Schlie  <schlie@comcast.net>
4643         * configure.in: Allow darwin targeted ports to build tk, itcl and
4644         libgui.
4645         * configure: Regenerate.
4647 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4649         PR libgcj/10353
4650         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4651         * configure: Regenerate.
4653 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
4655         * MAINTAINERS (Write After Approval): Add myself.
4657 2005-02-10  Ian Lance Taylor  <ian@airs.com>
4659         * MAINTAINERS: Update my e-mail address.
4661 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
4663         * MAINTAINERS (Write After Approval): Add myself.
4665 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
4667         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4668         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4669         target-libgloss when not *-*-elf and *-*-aout.
4670         * configure: Regenerate.
4672 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
4674         * MAINTAINERS: Remove obsolete entries.
4676         * MAINTAINERS (Write After Approval): Add Michael Matz.
4678 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
4680         * MAINTAINERS: Remove self as cpplib maintainer.
4682 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4684         * install-sh, config.sub: Import from upstream.
4686 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4688         PR bootstrap/18222
4689         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4690         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4691         * Makefile.in: Regenerate.
4693 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
4695         * MAINTAINERS: Update my email address.
4697 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
4698             Andreas Schwab  <schwab@suse.de>
4700         PR bootstrap/18033
4701         * config-ml.in: Eval option if surrounded by single quotes.
4703 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
4705         Revert 2004-12-28 Makefile changes, a better fix will be
4706         applied to mainline and src after GCC 4.0 branches.
4708 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
4710         PR bootstrap/17383
4712         * Makefile.def (target_modules): Remove stage parameter,
4713         it is always true now.
4714         * Makefile.tpl (configure-build-[+module+],
4715         configure-target-[+module+]): Always build symlink tree
4716         for the directory and for include.  BUILD_SUBDIR and
4717         TARGET_SUBDIR cannot be . anymore.
4718         * Makefile.in: Regenerate.
4720 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
4722         Revert 2004-12-08 Makefile changes.
4724 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
4726         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
4727         cygwin, mingw.
4729 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
4731         * configure.in (sh64-*-*): Reenable gprof.
4732         * configure: Regenerate.
4734 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
4736         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4737         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4738         (EXTRA_TARGET_FLAGS): Add PICFLAG.
4739         * Makefile.in: Regenerate.
4741 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
4743         * MAINTAINERS: Update my email address.
4745 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
4747         * Makefile.tpl: Generate normal dependencies if the LHS module is
4748         not bootstrapped.
4749         * Makefile.in: Regenerate.
4751 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4753         * configure.in: Include config/gxx-include-dir.m4.  Use
4754         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
4755         * configure: Regenerate.
4757 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4759         * config.if: Delete.
4760         * configure.in: Set libstdcxx_incdir directly.
4761         * configure: Regenerate.
4763 2004-12-02  Eric Christopher  <echristo@redhat.com>
4765         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
4766         * Makefile.in: Regenerate.
4768 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4770         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4771         * configure: Regenerate.
4773 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4775         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
4776         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
4777         * configure: Regenerate.
4779 2004-12-01  Eric Christopher  <echristo@redhat.com>
4781         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
4782         of things to remove.
4784 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
4786         * MAINTAINERS (Write After Approval): Update my e-mail address.
4788 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
4790         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
4791         from CVS libtool to always pass_all.
4793 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4795         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4796         (hppa*64*-*-*): Delete incorrect comment.
4797         * configure: Rebuilt.
4799 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4801         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
4803 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4805         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
4806         from CVS libtool to always pass_all.
4808 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4810         * install-sh, compile: Import from automake.
4812 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4814         * config.guess, config.sub:  Import from savannnah.
4816 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
4818         * MAINTAINERS (Write After Approval): Add myself
4820 2004-11-12  Mike Stump  <mrs@apple.com>
4822         * Makefile.def: Add html support.
4823         * Makefile.tpl: Likewise.
4824         * Makefile.in: Regenerate.
4826 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
4828         PR 18423
4829         * configure.in: Remove all instances of build-fixincludes from
4830         noconfigdirs.
4831         (build_configargs): Supply --target to subdirectories.
4832         * configure: Regenerate.
4834         * Makefile.def: Make gcc install depend on fixincludes install.
4835         * Makefile.in: Regenerate.
4837 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
4839         * MAINTAINERS: Add myself as gcc testsuite maintainer.
4841 2004-11-11  Paul Brook  <paul@codesourcery.com>
4843         * MAINTAINERS: Add self as arm maintainer.  Update email address.
4845 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
4847         * configure.in (noconfigdirs) [mmix-*-*]: Disable
4848         target-libgfortran.
4849         * configure: Regenerate.
4851 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
4853         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4854         like CC.
4856 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
4858         * Makefile.def (host fixincludes): Specify missing targets.
4859         * Makefile.in: Regenerate.
4861 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
4863         * MAINTAINERS: Add myself
4865 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
4867         * MAINTAINERS (Write After Approval): Add myself.
4869 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
4871         * Makefile.def: Build fixincludes for the host, too.
4872         * Makefile.in: Regenerate.
4873         * configure.in (host_tools): Add fixincludes.
4874         * configure: Regenerate.
4876 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
4878         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4879         * configure: Regenerated.
4881 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
4883         PR other/17783
4884         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4885         * configure: Regenerated.
4887 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
4889         * README.SCO: Update per FSF instructions.
4891 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
4893         PR target/18151
4894         * configure.in (case ${target}): Do not build fixincludes for avr.
4895         * configure: Regenerated.
4897 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
4899         * configure.in (case ${target}): Do not build fixincludes
4900         on platforms where it is not used.
4901         * configure: Regenerated.
4903 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
4905         * configure.in: Use an absolute path to install-sh.
4906         * configure: Regenerated.
4908 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
4910         * MAINTAINERS (Write After Approval): Add myself.
4912 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
4914         * MAINTAINERS: Remove from Write After Approval those that are
4915         already maintainers.
4917 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
4919         * MAINTAINERS:  Update my email address.
4921 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
4923         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4924         * configure: Regenerate.
4926 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
4928         * MAINTAINERS:  Update my email address.
4930 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
4932         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
4933         entries belonging to this category.
4935 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
4937         * MAINTAINERS: Update my e-mail address.
4939 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
4941         Fix wrong conflict resolution in:
4943         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4945         * Makefile.in: Regenerate.
4946         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4947         in the recursive `make', instead of hardwiring `all'.
4948         (Autogenerated TARGET-* variables): New.
4950 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
4952         * configure.in: Enable target-libgloss for crx-*-*.
4953         * configure: Regenerate.
4955 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4957         * MAINTAINERS (Various Maintainers): Move the "windows,
4958         cygwin, mingw" maintainer to ...
4959         (OS Port Maintainers): ... here.
4961 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4963         * MAINTAINERS (Write After Approval): Remove those that are
4964         maintainers of some subsystem.
4966 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
4968         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4969         * ltcf-cxx.sh (tpf*): Likewise.
4970         * ltconfig (tpf*): Add TPF OS configuration support.
4972 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
4974         * MAINTAINERS: Change my email address to my new work account.
4976 2004-09-24  Michael Roth  <mroth@nessie.de>
4978         * configure.in (--without-headers): Add missing double quotes.
4979         * configure: Regenerate.
4981 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
4983         * ylwrap: Revert to previous version.
4985 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
4987         PR bootstrap/17369
4988         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4989         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4990         SET_GCC_LIB_PATH_CMD.
4991         (BASE_TARGET_EXPORTS): Likewise.
4992         * Makefile.in: Regenerated.
4994         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4995         * configure: Regenerated.
4997 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
4999         * config.guess: New upstream version
5000         * compile, depcomp, install-sh, ylwrap: Likewise.
5002 2004-09-19  Roger Sayle  <roger@eyesopen.com>
5004         * config/mh-x86omitfp: New host makefile fragment.  Add
5005         -fomit-frame-pointer to the default BOOT_CFLAGS.
5006         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5007         * configure: Regenerate.
5009 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
5011         PR target/11572
5012         * configure.in (*-*-darwin*): Renable libobjc.
5013         * configure: Regenerate.
5015 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
5017         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
5019 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
5021         * Makefile.def: Remove libbanshee.
5022         * Makefile.tpl: Ditto.
5023         * configure.in: Ditto.
5024         * Makefile.in: Regen.
5025         * configure: Ditto.
5027 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
5029         * ltmain.sh: Use $pic_object as $non_pic_object if
5030         $non_pic_object=none.
5032 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
5034         * missing: Import latest version from master repository.
5036 2004-09-06  Nick Clifton  <nickc@redhat.com>
5038         * config.sub: Import latest version from master repository.
5039         * config.guess: Likewise.
5040         This includes these changes:
5042         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
5044         * config.sub: Handle crisv32, alias etraxfs.
5045         * config.guess (crisv32:Linux:*:*): Handle.
5047         2004-08-13  Brad Smith  <brad@comstyle.com>
5049         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5050         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5052         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
5054         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5055         assume the processor is a powerpc.  This is because coreutils
5056         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5057         in this case, due to a MacOS X bug that causes
5058         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5059         to return a negative number.
5060         Problem reported by Petter Reinholdtsen in:
5061         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5063         2004-07-19  Ben Elliston  <bje@gnu.org>
5065         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5067         2004-06-24  Ben Elliston  <bje@gnu.org>
5069         * config.guess: Update copyright years.
5070         * config.sub: Likewise.
5072         2004-06-22  Robert Millan  <robertmh@gnu.org>
5074         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5075         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5077         2004-06-22  Stanley F. Quayle <stan@stanq.com>
5079         * config.guess (*:*VMS:*:*): New entry. Replaces
5080         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5081         manufacturer.
5083         2004-06-22  Ben Elliston  <bje@gnu.org>
5085         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5086         * config.sub: Likewise.
5088         2004-06-22  Ben Elliston  <bje@gnu.org>
5090         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5091         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5093         2004-06-11  Ben Elliston  <bje@gnu.org>
5095         * config.guess (pegasos:OpenBSD:*:*): Remove.
5097         2004-06-11  Ben Elliston  <bje@gnu.org>
5099         From Wouter Verhelst <wouter@grep.be>:
5100         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5102         2004-06-11  Ben Elliston  <bje@gnu.org>
5104         * config.guess (luna88k:OpenBSD:*:*): New.
5106         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
5108         * config.guess (m32r*:Linux:*:*): New case.
5109         * config.sub: Handle m32rle.
5111         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
5113         From Jens Petersen  <petersen@redhat.com>:
5114         * config.sub: Handle sparcv8.
5116         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
5118         From Tom Smith <smith@cag.lkg.hp.com>:
5119         * config.guess: Version suffixes are equally significant on Tru64
5120         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
5121         prefix of "P" (patched kernel).
5123         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
5125         * config.sub: Add support for National Semiconductor CRX target.
5127 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
5129         * MAINTAINERS (Various Maintainers): Remove myself as web page
5130         maintainer, add myself as maintainer of build status lists.
5132 2004-09-03  Jan Beulich  <jbeulich@novell.com>
5134         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5135         *-*-netware, but add target-libmudflap.
5136         Consolidate *-*-netware targets (of which really only i?86 exists)
5137         into a single entry.
5138         * configure: Likewise.
5140 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
5142         * Makefile.tpl (sorry): Remove.
5143         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5144         (cleanstrap targets): Depend on distclean, not distclean-stage1.
5145         (do-clean): Clean per-stage directories too.
5146         (do-distclean): Run distclean-stage1 too.
5147         (.NOTPARALLEL): Enable during toplevel bootstrap.
5148         (stage[+id+]-bubble): Enable parallel execution during
5149         the recursive invocation.
5150         * Makefile.in: Regenerate.
5152         Fix previous checkin:
5154         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5155         include.
5156         * configure.in: Fix indentation.
5157         * configure: Regenerate.
5159 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
5161         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5162         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5163         * configure: regenerate
5164         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5165         -mdynamic-no-pic
5167 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
5169         * Makefile.def (build_modules): Add fixincludes.
5170         (dependencies): Make gcc depend on fixincludes.
5171         * configure.in (build_tools): Add fixincludes.
5172         (build_configdirs): Always include build_libs.
5173         * Makefile.in: Regenerate.
5174         * configure: Regenerate.
5176 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
5178         * Makefile.def (bootstrap stages): Add 'lean' parameter.
5179         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5180         phony targets; do not generate timestamp files.
5181         (distclean-stageN): Remove references to their timestamp files.
5182         (restageN, touch-stageN): Remove.
5183         (stageN-bubble): Rewritten.
5184         (compare): Support lean bootstraps.
5185         * Makefile.in: Regenerate.
5187         * configure.in: Only warn when bootstrapping but
5188         build != host or build != target.  Support lean bootstraps.
5189         * configure: Regenerate.
5191 2004-08-26  Phil Edwards  <phil@codesourcery.com>
5193         * configure.in:  Give a better error message if GMP/MPFR are missing
5194         and a language needing them has been requested.
5195         * configure:  Regenerated.
5197 2004-08-25  Phil Edwards  <phil@codesourcery.com>
5199         * configure.in:  Print a list of available language front-ends if
5200         a requested one is missing.  Tidy stray tab characters.
5201         * configure:  Regenerated.
5203 2004-08-19  Michael Koch  <konqueror@gmx.de>
5205         * gcc/doc/install.texi: Update entry about automake for libjava.
5207 2004-08-17  Robert Millan  <robertmh@gnu.org>
5209         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5210         (instead of FreeBSD).
5211         * configure: Regenerate.
5213 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5215         * Makefile.in: Regenerate.
5216         * configure: Regenerate.
5218         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5219         stage_*_flags.
5220         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5221         for bootstrapped modules if toplevel bootstrap is going.
5222         (GCC bootstrap): Generate per-stage targets for all bootstrapped
5223         modules.  Adjust for changes in Makefile.def.  Enable several
5224         rules even in non-bootstrap mode, just to avoid peppering the
5225         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5226         (stage-[+prev+]-bubble): Remove.
5228         * Makefile.def (Dependencies): Depend on all-build-bison,
5229         all-build-flex, all-build-byacc, all-build-texinfo, rather
5230         than the host variations.
5231         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
5232         with BUILD_SUBDIR.
5233         (BISON): Update for recent Bisons.
5234         (YACC): Fix typo.
5235         (cross): Depend on all-build.
5236         (all): Do not depend on all-build.
5237         (prebootstrap): Remove.
5238         (dep-kind): Accept separate prefixes for MODULE and ON variables.
5239         (Prebootstrap dependencies): Add them to the per-stage targets
5240         and to all-prebootstrap.
5241         * configure.in (build_configdirs): Always enable build_tools.
5242         (BUILD_DIR_PREFIX): Remove.
5244         * Makefile.def (gcc): Add target variable.
5245         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5246         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5247         in the recursive `make', instead of hardwiring `all'.
5248         (Autogenerated TARGET-* variables): New.
5250 2004-08-13  Brian Booth  <bbooth@redhat.com>
5252         * MAINTAINERS: Remove myself from write-after-approval.
5254 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5256         * src-release: Stop distributing mmalloc with gdb (which doesn't
5257         use it).
5258         * Makefile.def: GDB doesn't depend on mmalloc anymore.
5259         * Makefile.in: Regenerate.
5261 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
5263         * configure.in (arm*-*-eabi*): New target.
5264         * configure: Regenerate.
5266 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
5268         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5269         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5270         (Dependencies): New section.
5271         * Makefile.tpl (Dependencies): Generate from Makefile.def.
5272         (configure-target-[+module+]): Depend on maybe-all-gcc
5273         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
5274         (toplevel profiledbootstrap): Fix dependencies.
5275         * Makefile.in: Regenerate.
5277 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
5279         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5280         target-libiberty to noconfigdirs.
5281         * configure: Regenerate.
5283 2004-08-03  Paul Brook  <paul@codesourcery.com>
5285         * configure.in: Check for MPFR as well as GMP.
5286         * configure: Regenerate.
5288 2004-08-01  Robert Millan  <robertmh@gnu.org>
5290         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5291         libmudflap for all GNU-based systems (with Glibc).
5292         * configure: Regenerate.
5294 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
5296         * Makefile.def (host-modules): Add gcc.
5297         * Makefile.in: Regenerate.
5298         * Makefile.tpl (sorry): New rule.
5299         (configure-host, all-host, [+make_target+]-host, do-check,
5300         install-host): Do not add gcc as a special case.
5301         (host modules): Add a small special-casing for gcc.  Export
5302         extra_make_flags through the environment.
5303         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5304         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5305         other recursive targets for gcc): Remove.
5307         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5308         (stage, unstage): New rules.
5309         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5310         distclean-stage[+id+]): Use stage_current.
5311         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5312         the stage*-start rules.
5314 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
5316         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
5317         use -all_load flag.
5319 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
5321         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
5322         * configure: Regenerate.
5324 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
5326         * maintainer-scripts/gcc_release: Revert yesterday's change.
5328 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
5330         * MAINTAINERS: Add myself to write-after-approval.
5332 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
5334         * libf2c: Removed.
5335         * gcc/gccbug.in: Updated because of libf2c removal.
5336         * maintainer-scripts/gcc_release: Ditto.
5338 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
5340         * configure.in: Build libmudflap by default on FreeBSD.
5341         * configure: Regenerated.
5343 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
5345         * configure.in: Do not build libmudflap by default on non-GNU/Linux
5346         systems.
5347         * configure: Regenerated.
5349 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5351         PR target/16344
5352         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5353         feedback based compiler.
5354         * Makefile.in: Rebuilt.
5356 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
5358         * Makefile.def (host_modules): Set bootstrap=true for flex.
5359         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5360         * Makefile.in: Rebuilt.
5362 2004-07-07  Jan Hubicka  <jh@suse.cz>
5364         * MAINTAINERS: Add self as a profile feedback maintainer.
5366 2004-07-05  Phil Edwards  <phil@codesourcery.com>
5368         * configure.in:  Do not prepend $srcdir to /dev/null in
5369         makefile fragments.
5370         * configure:  Regenerate.
5372 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
5374         * Makefile.def (build_modules): Add bison, byacc, flex,
5375         m4, texinfo.
5376         (flags_to_pass): Add FLEX.
5377         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5378         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5379         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5380         DEFAULT_MAKEINFO): Remove.
5381         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5382         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5383         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5384         objdir or else use configured tool.
5385         (all-build): New.
5386         (all): Depend on it.
5387         (Build module dependencies): Add.
5388         * Makefile.in: Regenerate.
5389         * configure.in: Better support for multiple build modules,
5390         matching what is done for host/target modules.  Do not look
5391         for "plausible" locations of build tools if Canadian cross.
5392         Use autoconf's AC_PROG_CC to find a C compiler.  Define
5393         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
5394         * configure: Regenerate.
5396 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
5398         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5399         * Makefile.in: Regenerate.
5401 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
5403         * Makefile.tpl (configure-build-[+module+],
5404         configure-[+module+], configure-target-[+module+]): Pass
5405         [+extra_configure_args+].
5406         (all-build-[+module+], all-[+module+], check-[+module+],
5407         install-[+module+], [+make_target+]-[+module+],
5408         all-target-[+module+], check-target-[+module+],
5409         install-target-[+module+], [+make_target+]-target-[+module+]):
5410         Pass [+extra_make_args+].
5411         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5412         (GCC_HOST_EXPORTS): Remove.
5413         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5414         cross, check-gcc, check-gcc-c++, install-gcc,
5415         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5416         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5417         * Makefile.in: Regenerate.
5419 2004-06-21  Matthew Sachs  <msachs@apple.com>
5421         * MAINTAINERS: Added self to write-after-approval.
5423 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
5425         * configure.in: Check for srcdir/winsup rather than build directory
5426         winsup.
5427         * configure: Regenerate.
5429 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
5431         * configure.in: Don't build Cygwin native newlib if winsup
5432         directory is missing.  Emit warning instead.
5433         * configure: Regenerate.
5435 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
5437         * Makefile.tpl (touch-stage[+id+]): New.
5438         (restage[+prev+]): Depend on touch-stage[+id+].
5440         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5441         Use it throughout.
5443         * Makefile.def: Add profile and feedback bootstrap stages.
5444         Remove next field from bootstrap stages.
5445         * Makefile.tpl (LN, LN_S): Substitute.
5446         (stageN-start, stageN-end): Use double-colon rules, to
5447         provide a hook for additional setup commands.
5448         (distclean-stageN-gcc, restageN): Create dependencies from
5449         [+prev+], not from [+next+].
5450         (stageN-bubble): Add commands for successive stages from
5451         [+prev+], using double-colon rules.
5452         (all-stageN-gcc): Fix typo.
5453         (stagefeedback-start, profiledbootstrap): New.
5454         * Makefile.in: Regenerate.
5455         * configure.in: Call ACX_PROG_LN.
5456         * configure: Regenerate.
5458 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
5460         * MAINTAINERS (Write After Approval): Add myself.
5462 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
5464         * MAINTAINERS (Write After Approval): Add myself.
5466 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
5468         * configure.in: Fix --enable-bootstrap breakage introduced in trees
5469         without gcc.
5470         * configure: Regenerate.
5472 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5474         * Makefile.tpl: Fix typo.
5475         * Makefile.in: Regenerate.
5477 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5479         * configure.in: Remove new- prefix from toplevel
5480         bootstrap targets.
5481         * configure: Regenerate.
5483 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5485         * Makefile.tpl (all.normal): Rename to all.
5486         (all): Replace with a rule to pick the default
5487         target from configure.
5488         (all-gcc, configure-gcc): Use conditionals to
5489         do nothing when toplevel bootstrap is going on.
5490         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5491         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5492         * configure.in: Support --enable-bootstrap.
5494         * Makefile.def: Remove new- prefix from toplevel
5495         bootstrap targets.
5496         * Makefile.tpl: Likewise.
5498         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
5499         target.
5501         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5502         $(RECURSE_FLAGS) to recursive invocation of make.
5504         * Makefile.in: Regenerate.
5505         * configure: Regenerate.
5507 2004-05-30  Andreas Jaeger  <aj@suse.de>
5508             Jim Wilson  <wilson@specifixinc.com>
5510         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5511         like CC.
5513 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
5515         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5516         * configure: Regenerate.
5518 2004-05-25  Daniel Jacobowitz  <drow@false.org>
5520         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5521         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5522         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
5523         targets.
5524         * Makefile.in: Regenerate.
5526 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
5528         * configure.in: Test the ability to symlink directories.
5529         * configure: Regenerate.
5531         * Makefile.def (bootstrap-stage): New definitions.
5532         * Makefile.tpl (configure-stage1-gcc,
5533         configure-stage2-gcc, configure-stage3-gcc,
5534         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5535         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5536         new-restage3, compare): Autogenerate, see Makefile.in
5537         entry for behavioral changes.
5538         (distclean-stage1, new-stage1-start, new-stage1-end,
5539         new-stage1-bubble, distclean-stage2, new-stage2-start,
5540         new-stage2-end, new-stage2-bubble, distclean-stage3,
5541         new-stage3-start, new-stage3-end): New autogenerated targets.
5542         (objext, prebootstrap, BOOT_CFLAGS,
5543         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5544         targets.
5546         * Makefile.in: Regenerate.
5547         (distclean-stage1, new-stage1-start, new-stage1-end,
5548         new-stage1-bubble, distclean-stage2, new-stage2-start,
5549         new-stage2-end, new-stage2-bubble, distclean-stage3,
5550         new-stage3-start, new-stage3-end): New targets.
5551         (all-stage1-gcc): Move prebootstrap dependency from here...
5552         (configure-stage1-gcc): ...to here.
5553         (new-bootstrap): Use bubble targets.
5554         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5555         Use per-stage distclean targets.
5556         (configure-stage1-gcc, configure-stage2-gcc,
5557         configure-stage3-gcc, all-stage1-gcc,
5558         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5559         Use new-stageN-start to prepare the tree.
5561 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
5563         * Makefile.def (host_modules): add libcpp.
5564         * Makefile.tpl: Add dependencies on and for libcpp.
5565         * Makefile.in: Regenerate.
5566         * configure.in: Add libcpp host module.
5567         * configure: Regenerate.
5569 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
5571         * Makefile.tpl: Whenever a recursive target is defined, wrap
5572         it in a special @if/@endif block, and prepare its maybe
5573         dependency in the @if/@endif block
5574         * configure.in: Instead of writing maybe dependencies, remove
5575         the @if/@endif statements, and remove the @if/@endif blocks
5576         that remain.
5577         * configure: Regenerate.
5578         * Makefile.in: Regenerate.
5580 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
5582         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
5584 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
5586         PR bootstrap/15120
5587         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
5588         * */configure: Rebuilt.
5590 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
5592         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5593         of libf2c.
5594         * configure, Makefile.in: Regenerate.
5596 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
5598         * MAINTAINERS (Write After Approval): Add myself.
5600 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
5602         Merge from tree-ssa-20020619-branch.
5604         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5605         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5606         (HOST_GMPLIBS): Define.
5607         (HOST_GMPINC): Define.
5608         (TARGET_LIB_PATH): Add libmudflap.
5609         (GFORTRAN_FOR_TARGET): Define.
5610         (configure-build*): Export GFORTRAN.
5611         (configure-gcc): Export GMPLIBS and GMPINC.
5612         (all-gcc): Add maybe-all-libbanshee.
5613         (configure-target-libgfortran): Define.
5614         * Makefile.in: Regenerate.
5615         * configure.in (host_libs): Add libbanshee.
5616         (target_libraries): Add target-libmudflap and target-libgfortran.
5617         Add --with-libbanshee.
5618         Handle --disable-libmudflap.
5619         (*-*-freebsd*): Use with_gmp.
5620         Add $(libgcj) to noconfigdirs.
5621         * configure: Regenerate.
5622         * depcomp: New file.
5623         * MAINTAINERS: Add tree-ssa maintainers.
5625 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
5627         * MAINTAINERS (Various Maintainers): Add myself.
5629 2004-04-30  Brian Ford  <ford@vss.fsi.com>
5631         * MAINTAINERS (Write After Approval): Add myself.
5633 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
5635         * MAINTAINERS (Write After Approval): Add myself.
5637 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
5639         * config/acx.m4: Fix fastcompare support for new-bootstrap.
5640         * configure: Regenerate.
5642 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
5644         Revert:
5645         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5647         * Makefile.def (flags_to_pass): Remove *dir variables that
5648         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5649         as well as prefix and exec_prefix.
5650         * Makefile.in: Regenerate.
5652 2004-04-26  Robert Millan  <robertmh@gnu.org>
5654         Add patches from libtool CVS.
5655         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5656         * ltconfig: Likewise.
5657         * ltcf-c.sh: Likewise.
5658         * ltcf-cxx.sh: Likewise.
5659         * ltcf-gcj.sh: Likewise.
5661 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5663         * Makefile.def (host_modules): Mark with the bootstrap
5664         flag packages on which gcc depends.
5665         * Makefile.tpl (all-bootstrap): Use it.
5666         * Makefile.in: Regenerate.
5668 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5670         * Makefile.def (flags_to_pass): Remove *dir variables that
5671         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5672         as well as prefix and exec_prefix.
5673         * Makefile.in: Regenerate.
5675 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5677         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5678         * configure: Regenerate.
5679         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5680         * gcc/Makefile.tpl (compare): Use the result of the test.
5681         * gcc/Makefile.in: Regenerate.
5683 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
5685         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5686         Always relocate gcc and prev-gcc to the original names, even
5687         if the build fails.
5688         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5689         New targets.
5691 2004-04-23  Laurent GUERBY <laurent@guerby.net>
5693         * MAINTAINERS: Update my email address.
5695 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5697         * configure.in (mips*-*-irix5*): Enable ld.
5698         * configure: Regenerate.
5700 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5702         * configure: Regenerate.
5704 2004-04-15  James E Wilson  <wilson@specifixinc.com>
5706         * Makefile.tpl (configure-[+module+], configure-gcc,
5707         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5708         Set and export LDFLAGS.
5709         * Makefile.in: Regenerate.
5711 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
5713         * MAINTAINERS: Add myself to write-after-approval.
5715 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5717         PR bootstrap/14871
5718         * Makefile.tpl: If we don't have built-in-tree target tools,
5719         use the ones found by configure rather than hacking around with
5720         program_transform_name.
5721         * configure.in: Give Makefile.tpl the information necessary
5722         to do that.
5723         * Makefile.in: Regenerate.
5724         * configure: Regenerate.
5726 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
5728         PR bootstrap/14760
5729         * configure.in: When computing baseargs, strip *all* copies of
5730         offending options.  Also, don't match/substitute the trailing space,
5731         so that this actually works when two similar options are separated by
5732         only one space.
5733         * configure: Regenerate.
5735 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
5737         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5738         (rs6000-*-aix*): Same.
5739         * configure: Regenerate.
5741 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
5743         * MAINTAINERS: Add myself to write-after-approval.
5745 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
5747         * MAINTAINERS: Add myself to write-after-approval.
5749 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
5751         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5752         STRICT_WARN, WARN_CFLAGS flags passed down to make.
5753         * Makefile.in: Regenerate.
5755         * configure.in (top level bootstrap support): Rework --enable-werror
5756         to set @stage2_werror_flag@.
5757         * configure: Regenerate.
5758         * Makefile.tpl (top level bootstrap support): Pass
5759         @stage2_werror_flag@ down to configure in stages 2 and 3.
5760         * Makefile.in: Regenerate.
5762 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5764         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5765         for stages 2 and 3 as well as in make.  As a consequence, remove
5766         OUTPUT_OPTION (now detected by configure) from the flags passed down
5767         to make.
5768         * Makefile.in: Regenerate.
5770         * Makefile.tpl (new-bootstrap): Fix typo.
5771         * Makefile.in: Regenerate.
5773 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
5775         * Makefile.tpl: Rearrange by moving recursive_targets rules
5776         into their proper sections.
5777         * Makefile.tpl (top level bootstrap support): Move disabling
5778         of coverage flags from 'make' to 'configure'; improve comments.
5779         * Makefile.in: Regenerate.
5781         * Makefile.tpl (experimental top level bootstrap) Move stage1
5782         language setting from all- target to configure- target; disable
5783         intermodule optimization in stage 1; prevent gratuitous rebuilds
5784         of stage 1.
5785         * Makefile.in: Regenerate.
5786         * configure.in: Comma-separate stage 1 language list for top
5787         level bootstrap.
5788         * configure: Regenerate.
5790         * Makefile.tpl: Clean up experimental top level bootstrap support:
5791         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5792         prev-gcc in configure- targets as well as all- targets.
5793         * Makefile.in: Regenerate.
5795 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
5797         * compile: New file imported from automake.
5799 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
5801         * configure.in: Remove symbolic link section.
5802         * configure: Regenerate.
5803         * Makefile.tpl (links): Remove.
5804         * Makefile.in: Regenerate.
5806 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
5807             Nathanael Nerode  <neroden@gcc.gnu.org>
5809         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
5810         Set with AC_CHECK_PROGS.
5811         * configure.in: Fix comment typo from last patch.
5812         * configure: Regenerate.
5814 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
5816         * Makefile.tpl: Introduce experimental top level bootstrap support.
5817         * Makefile.in: Regenerate.
5818         * configure.in: Introduce support for top level bootstrap.
5819         * configure: Regenerate.
5821 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5822             Paolo Bonzini  <bonzini@gnu.org>
5824         PR bootstrap/14522
5825         * configure.in: Cope with shells that do not support unquoted ^
5826         * configure: Regenerate.
5828 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5829             Paolo Bonzini  <bonzini@gnu.org>
5831         PR bootstrap/14522
5832         * configure.in: Cope with shells that do not support nesting
5833         quotes inside quoted backquote substitutions.
5834         * configure: Regenerate.
5836 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
5838         PR bootstrap/14522
5839         * configure.in: Fix escaping of $.
5840         * configure: Regenerate.
5842 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
5844         * configure: Regenerate, since I forgot to while committing Paolo's
5845         changes.
5847 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
5849         PR ada/14131
5850         Move language detection to the top level.
5851         * configure.in: Find default values for the tools as
5852         soon as possible.  Disable ada if GNAT is not found.
5853         Emit error message about missing languages.  Expand
5854         --enable-languages=all for the gcc subdirectory.
5856 2004-03-10  Ben Elliston  <bje@gnu.org>
5858         * MAINTAINERS: Update my email address.
5860 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
5862         * ltconfig: Disable building static libraries if building shared
5863         libraries on AIX 5L.
5865 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
5867         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5868         and disable libgcj.
5869         * configure: Regenerated.
5871 2004-03-01  Brian Booth  <bbooth@redhat.com>
5873         * MAINTAINERS: Add myself to write-after-approval.
5875 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
5877         * MAINTAINERS: Add myself to write-after-approval.
5879 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5881         PR bootstrap/7087
5882         * Makefile.tpl: Guard XFOO sed statements better.
5883         * Makefile.tpl: Add dependency for configure-target-libada.
5884         * Makefile.in: Regenerate (incidentally fixes broken
5885         commit when libada-branch was merged).
5887 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
5889         * MAINTAINERS: Add myself to write-after-approval.
5891 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
5893         * MAINTAINERS: Add Nicola Pero and myself as libobjc
5894         maintainers.
5896 2004-02-20  Andrew Cagney  <cagney@redhat.com>
5898         * config.guess: Update from version 2003-10-16 to 2004-02-16.
5899         * config.sub: Update from version 2003-11-03 to 2004-02-16.
5901 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5903         PR bootstrap/11932
5904         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5906 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
5908         * MAINTAINERS: Added myself to write-after-approval.
5910 2004-02-14  Michael Koch  <konqueror@gmx.de>
5912         * MAINTAINERS: Added myself to write-after-approval.
5914 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
5916         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
5917         some OS port maintainers to OS port maintainers section.
5919 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
5921         * MAINTAINERS: Add self.
5923 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
5925         * MAINTAINERS: Alphabetize.
5927 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
5929         * MAINTAINERS: Remove myself.
5931 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
5933         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5934         (rs6000-*-aix*): Same.
5935         * configure: Regenerate.
5937 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
5939         * configure.in (host): Add in missing $noconfigdirs to defines.
5940         * configure: Regenerate.
5942 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
5943             Nathanael Nerode  <neroden@gcc.gnu.org>
5945         PR ada/6637, PR ada/5911
5946         Merge with libada-branch:
5947         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5948         with appropriate dependencies. Add --enable-libada configure switch.
5949         * configure, Makefile.in: Regenerate.
5951 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
5953         * MAINTAINERS: Add myself to write-after-approval.
5955 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5957         * configure.in: Don't pass --with-stabs on IRIX 5 either.
5958         * configure: Regenerate.
5960 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
5962         Merge from upstream:
5964         * ltmain.in: When setting IFS to '~', be careful about user
5965         arguments that contain '~'.
5967         2004-02-04  Peter O'Gorman  <peter@pogma.com>
5969         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
5970         Also test $base_compile against $CC with escaped arguments. Bug
5971         reported by Geoff Keating <geoffk@apple.com>.
5973 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
5975         * MAINTAINERS: Remove i960 port.
5977 2004-01-23  DJ Delorie  <dj@redhat.com>
5979         * Makefile.def (target_modules) [libiberty]: Don't stage.
5980         * Makefile.in: Rebuilt.
5982 2004-01-20  Caroline Tice  <ctice@apple.com>
5984         * MAINTAINERS: Add myself to write-after-approval.
5986 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
5988         * MAINTAINERS: Update my email address.
5990 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
5992         * MAINTAINERS: Add myself to write-after-approval.
5994 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5996         * MAINTAINERS: Remove entries without email address.
5998 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
6000         * MAINTAINERS: Add myself to write-after-approval.
6002 2004-01-15  Steven Bosscher  <stevenb@suse.de>
6004         * MAINTAINERS: Update my email address.
6006 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
6008         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6009         * Makefile.tpl (configure-target-[+module+]): Support stage.
6010         * Makefile.in: Rebuilt.
6012 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
6014         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
6016 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
6018         * MAINTAINERS: Add myself as a MIPS maintainer.
6020 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6022         * configure.in: Use ./config.cache, not config.cache.
6023         * configure: Regenerate.
6024         * Makefile.tpl: Special-casing not needed for GCC any more.
6025         * Makefile.in: Regenerate.
6027         * configure.in: Don't share a cache file for host dirs.
6028         * configure: Regenerate.
6030         * config-ml.in: Don't mess with the cache file.
6032 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6034         * MAINTAINERS: Move myself from 'Write After Approval' to
6035         'CPU Port Maintainers' section as SPARC maintainer.
6037 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6039         * Makefile.tpl: Make GCC use a separate config.cache.
6040         * Makefile.in: Regenerate.
6042         PR bootstrap/11932, PR bootstrap/11933
6043         (I don't know if it will fix either of them, but it relates
6044         to them.)
6045         * configure.in: Don't use shared config.cache for target
6046         directories.
6047         * configure: Regenerate.
6049 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
6051         * MAINTAINERS: Add myself to 'Write After Approval' section.
6053 2003-12-31  Roger Sayle  <roger@eyesopen.com>
6055         * configure.in (ia64*-*-hpux*): Disable building java libraries.
6056         * configure: Regenerated.
6058 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
6060         * MAINTAINERS: Remove the mn10200 maintainer.
6062 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
6064         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6065         * configure: Regenerated.
6067 2003-12-16  Jan Hubicka  <jh@suse.cz>
6069         * MAINTAINERS: Add myself as callgraph maintainer.
6071 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
6073         * configure.in (raw_libstdcxx_flags): Remove the leading space.
6074         * configure: Regenerate.
6076 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6078         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6079         'Write After Approval' section. Update email.
6081 2003-12-01  James Lemke  <jim@wasabisystems.com>
6083         * MAINTAINERS (Write After Approval): Add myself.
6085 2003-11-20  Matt Thomas  <matt@3am-software.com>
6087         * MAINTAINERS: Add myself as a vax port maintainer.
6089 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
6091         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6092         (configure-build-[+module+], configure-[+module+]): Likewise.
6093         (configure-target-[+module+], configure-gcc, config.status): Likewise.
6094         * Makefile.in: Regenerate.
6096 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
6098         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
6099         shared/dylibed libraries.
6100         * ltmain.sh: Likewise.
6101         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
6102         * ltcf-cxx.sh: Likewise.
6103         * ltcf-gcj.sh: Likewise.
6104         * ltconfig: Likewise.
6106 2003-11-17  Stan Cox  <scox@redhat.com>
6108         * MAINTAINERS: Add myself as iq2000 port maintainer.
6110 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
6112         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6113         * Makefile.in: Regenerate.
6115 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
6117         * config.sub: Update to 2003-11-03 version.
6119 2003-10-20  Phil Edwards  <phil@codesourcery.com>
6121         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
6122         * configure:  Regenerate.
6124 2003-10-20  Nicolas Pitre  <nico@cam.org>
6126         * MAINTAINERS: Add myself to 'Write After Approval' section.
6128 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
6130         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
6132 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
6134         * MAINTAINERS: Update my email address.
6136 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6138         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
6140 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
6142         * MAINTAINERS: Add myself to 'Write After Approval' section.
6144 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
6146         * config.guess: Update to 2003-10-16 version.
6147         * config.sub: Update to 2003-10-16 version.
6149 2003-10-15  David Daney  <ddaney@avtrex.com>
6151         * MAINTAINERS: Added myself to 'Write After Approval' section.
6153 2003-10-15  Falk Hueffner  <falk@debian.org>
6155         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6156         'Write After Approval' section. Update email.
6158 2003-10-14  Roger Sayle  <roger@eyesopen.com>
6160         * MAINTAINERS: Move myself from 'Write After Approval' to
6161         'Various Maintainers' section as middle-end maintainer.
6163 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6165         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6166         HOST_FLAGS_TO_PASS.
6167         * Makefile.in: Regenerate.
6169 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
6171         * config.guess: Update to 2003-10-07 version.
6172         * config.sub: Update to 2003-10-07 version.
6174 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6176         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
6177         * ltconfig (irix5*, irix6*): Don't override version_type.
6179 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
6181         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6182         * configure: Rebuilt
6183         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6184         * Makefile.in: Rebuilt
6186 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
6188         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6190 2003-09-30  Carlo Wood  <carlo@alinoe.com>
6192         * MAINTAINERS (Write After Approval): Add myself.
6194 2003-09-29  Paul Koning  <ni1d@arrl.net>
6196         * MAINTAINERS: Move myself from "Write After Approval"
6197         to CPU platform maintainers for pdp11 platform.
6199 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
6201         * MAINTAINERS: Move myself from 'Write After Approval' to
6202         'Various Maintainers' section as libffi testsuite maintainer.
6204 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
6206         * configure.in: Pass a computed --program-transform-name
6207         to subconfigures.
6208         * configure: Regenerated.
6210 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6212         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6213         * Makefile.in: Regenerate.
6215         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6216         * Makefile.in: Regenerate.
6218 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
6220         * MAINTAINERS: Move myself from 'Write After Approval'
6221         to 'Various Maintainers' (objective-c) section.
6223 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
6225         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6226         quoting.
6227         * configure: Regenerated.
6229 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
6231         * MAINTAINERS (Write After Approval): Add myself to write after
6232         approval list.
6234 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
6236         * MAINTAINERS (Write After Approval): Add myself.
6238 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
6240         * MAINTAINERS: Update my e-mail address.
6242 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
6244         * libtool.m4 (LD): Correct powerpc64 host match.
6246 2003-09-06  James E Wilson  <wilson@tuliptree.org>
6248         * MAINTAINTERS: Update my affiliation and email address.
6250 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6252         * MAINTAINERS (Write After Approval): Add myself.
6254 2003-09-04  DJ Delorie  <dj@redhat.com>
6256         * configure: Regenerate.
6258 2003-09-04  Robert Millan  <robertmh@gnu.org>
6260         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6262 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6264         * configure.in: Ensure arguments to sed are properly spaced.
6265         * configure: Regenerate.
6267 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
6269         * MAINTAINERS: Update my e-mail address.
6271 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
6273         * MAINTAINERS (Write After Approval): Add myself.
6275 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
6277         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6278         * configure: Regenerated.
6280 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6282         * MAINTAINERS: Update my email address.
6284 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
6286         * configure.in:  Use newline instead of semicolon when assuming
6287         shell arguments in a for loop.
6288         * configure:  Regenerated.
6290 2003-08-22  Jason Eckhardt  <jle@rice.edu>
6292         * MAINTAINERS: Resurrect the i860 maintainer.
6294 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
6296         PR 8180
6297         * configure.in: When testing with_libs and with_headers, treat
6298         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
6299         * configure: Regenerate.
6301         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6302         make, shell, etc.
6303         (baseargs): Likewise.
6304         * configure: Regenerate.
6306 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
6308         * MAINTAINERS (Write After Approval): Add myself.
6310 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
6312         * configure.in: Disable libgcj for darwin not on powerpc.
6313         * configure: Rebuild.
6315 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
6317         * config-ml.in, symlink-tree: Add license.
6319 2003-08-03  Richard Stallman  <rms@gnu.org>
6320             Eben Moglen  <moglen@columbia.edu>
6322         * README.SCO: New file.
6324 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
6326         * Makefile.tpl (check, check-c++): Express dependencies using
6327         dependencies rather than commands.
6328         * Makefile.in: Regenerate.
6330 2003-08-01  Andrew Cagney  <cagney@redhat.com>
6332         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6333         * configure: Ditto.
6335 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
6337         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6338         * Makefile.in: Update.
6340 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
6342         * configure.in: Enable libgcj for darwin.
6343         * configure: Rebuild.
6345 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
6347         * config-ml.in:  Use ac_configure_args directly instead of
6348         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
6349         actually seen.
6351 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6353         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6354         creating target and build subdirs to build all parent dirs as needed.
6355         * Makefile.in: Rebuild.
6356         * configure.in: Don't build dirs explicitly here.
6357         * configure: Rebuild.
6359 2003-07-26  Paul Brook  <paul@nowt.org>
6361         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
6363 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
6365         * Makefile.tpl (all-make): Depend on intl.
6366         * Makefile.in: Rebuilt.
6368 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
6370         * install-sh:  Update to newer upstream versions (associated with
6371         aclocal 1.7).
6372         * mkinstalldirs:  Likewise.
6373         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
6375 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
6377         * MAINTAINERS: Move self from Bug database only accounts
6378         to write-after-approval.
6380 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
6382         * config.if: Remove unused libc_interface determination.
6384 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6386         * MAINTAINERS: Move self from write-after-approval to
6387         build machinery (*.in).
6389 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6391         PR bootstrap/11273
6392         PR bootstrap/11408
6393         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
6394         unused INSTALL_PROGRAM_ARGS.
6395         * configure.in: Use AC_PROG_INSTALL.
6396         * Makefile.in: Regenerate.
6397         * configure: Regenerate.
6399 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
6401         * MAINTAINERS: Alphabetize.
6403 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
6405         * configure: Rebuilt.
6406         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
6407         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6408         newlib nor libgloss.
6409         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
6410         * configure.in (am33_2.0-*-linux*): Added.
6412 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
6414         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6415         * configure: Regenerate.
6417 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
6419         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
6420         * Makefile.in: Regenerate.
6422 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6424         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
6425         * Makefile.in: Regenerate.
6427 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
6429         * Makefile.tpl: Replace PWD with PWD_COMMAND.
6430         * Makefile.in: Regenerated.
6432         * config-ml.in: Replace PWD with PWD_COMMAND.
6434 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6436         * intl: New directory; see intl/ChangeLog for details.
6437         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
6438         * Makefile.tpl: all-gcc depends on maybe-all-intl.
6439         * Makefile.in: Regenerate.
6441 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6443         * configure.in: Clean up config-lang.in handling.  Delete
6444         useless assignment to "subdirs".
6445         * configure: Regenerate.
6447 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
6449         * configure.in: Rename 'target_libs' to 'target_libraries'.
6450         Remove useless reference to 'target_libs'.
6451         * configure: Regenerate.
6453 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
6455         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6456         * Makefile.in: Regenerate.
6458 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6460         * Makefile.def: Introduce flags_to_pass.
6461         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6462         * Makefile.in: Regenerate.
6464 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
6466         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6467         and target-libgloss.
6468         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6469         <h8300*-*-*>: Disable libf2c and ${libgcj}.
6470         * configure: Regenerate.
6472 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
6474         * configure.in: Update testsuite_flags to new location.
6475         * configure. Regenerate.
6477 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6479         * Makefile.tpl: Remove BUILD_CC stuff.
6480         * Makefile.in: Regenerate.
6482 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
6484         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
6486 2003-06-16  Graeme Peterson  <gp@qnx.com>
6488         * MAINTAINERS (Write After Approval): Add myself.
6490 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
6492         * config.guess: Update to 2003-06-12 version.
6493         * config.sub: Update to 2003-06-13 version.
6495 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
6497         * config.guess: Update to 2003-06-06 version.
6498         * config.sub: Update to 2003-06-06 version.
6500 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6502         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6503         * configure. Regenerate.
6505 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6507         * configure.in: Disable serial configure by default.
6508         * configure: Regenerate.
6509         * Makefile.tpl: Abolish .NOTPARALLEL.
6510         * Makefile.in: Regenerate.
6512         * Makefile.tpl: Replace {build,host,target}_canonical by
6513         {build,host,target}.
6514         * Makefile.in: Regenerate.
6516         * Makefile.tpl: Fix stupid pasto.
6517         * Makefile.in: Regenerate.
6519 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6521         * Makefile.tpl: Remove bogus conditional.
6522         * Makefile.in: Regenerate.
6524 2003-06-05  Jan Hubicka  <jh@suse.cz>
6526         * Makefile.tpl (profiledbootstrap): New target.
6527         * Makefile.in (profiledbootstrap): New target.
6529 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
6531         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
6532         Pinski. Remove user names from other bugzilla-only maintainers.
6534 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6536         * Makefile.tpl: Make 'recursive targets' using autogen rather
6537         than shell loop.  Remove duplicate 'clean' targets and false
6538         comments.
6539         * Makefile.def: Add systematic dependencies to 'recursive' targets.
6540         Add systematic method of specifying missing targets in subdirs.
6541         Add copyright boilerplate.
6542         * Makefile.in: Regenerate.
6543         * configure.in: Add 'recursive targets' to maybe list.
6544         * configure: Regenerate.
6546         * MAINTAINERS: "GNATS only" -> "Bug database only".
6548         * Makefile.tpl: Rename [+target+] to [+make_target+].
6549         * Makefile.def: Rename 'target' to 'make_target'.
6551 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
6553         * MAINTAINERS: Add self as options handling maintainer.
6555 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
6557         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
6558         been too long since I touched those ports.
6560 2003-05-28  DJ Delorie  <dj@redhat.com>
6562         * Makefile.tpl: Make maybe-check-gcc .PHONY.
6563         * Makefile.in: Regenerate.
6565 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
6567         * configure.in: Use curly braces in the definition of tooldir.
6568         * configure: Regenerate.
6570 2003-05-21  DJ Delorie  <dj@redhat.com>
6572         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6573         newlib or libgloss.
6574         * Makefile.in: Regenerate.
6576 2003-05-21  DJ Delorie  <dj@redhat.com>
6578         * Makefile.tpl: Add missing empty maybe-check-gcc target.
6579         * Makefile.in: Regenerate.
6581 2003-05-20  Ian Lance Taylor  <ian@airs.com>
6583         * MAINTAINERS: Update my e-mail address.
6585 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6587         * configure.in: Switch more things to use maybe dependencies.
6588         * Makefile.tpl: Switch more things to use maybe dependencies.
6589         Factor out common code from autogen IF statements.
6590         * configure: Regenerate.
6591         * Makefile.in: Regenerate.
6593 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
6595         * configure.in: Accept i[3456789]86 for machine type.
6596         * configure: Regenerate.
6598 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6600         * configure.in: Switch more things to use maybe dependencies.
6601         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
6602         * configure: Regenerate.
6603         * Makefile.tpl: Switch more things to use maybe dependencies.
6604         * Makefile.in: Regenerate.
6606 2003-05-16  Andreas Schwab  <schwab@suse.de>
6608         * Makefile.tpl (install-opcodes): Define.
6609         * Makefile.in: Rebuild.
6611 2003-05-13  Andreas Jaeger  <aj@suse.de>
6613         * config.guess: Update to 2003-05-09 version.
6614         * config.sub: Update to 2003-05-09 version.
6616 2003-05-13  Michael Eager  <eager@mvista.com>
6618         * configure.in: Correct sed script so that options in quotes are not
6619         deleted.
6620         * configure: Rebuild.
6622 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
6624         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6625         and $$s/newlib/libc/sys/cygwin32 include paths.
6626         * configure: Ditto.
6628 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
6630         * MAINTAINERS: Update my email addresses.
6632 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
6634         * config-ml.in: Propagate INSTALL variables.
6636 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6638         * MAINTAINERS: Remove duplicate entries in Write After Approval.
6640 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
6642         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6643         * Makefile.in: Regenerate.
6645 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
6647         * MAINTAINERS (GNATS only): Add Falk Hueffner.
6649 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
6651         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
6653 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
6655         * Makefile.tpl: Clean $(BUILD_SUBDIR).
6656         * Makefile.in: Regenerated.
6658 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
6660         * MAINTAINERS (Write After Approval): Upgrade myself from
6661         GNATS only to write-after-approval. Update my mail address.
6663 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
6665         (OS Port Maintainers: freebsd): Add myself.
6667 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
6669         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
6671 2003-04-22  Kean Johnston  <jkj@sco.com>
6673         * MAINTAINERS (SCO ports): Added myself.
6675 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
6677         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
6679 2003-04-19  Kean Johnston  <jkj@sco.com>
6681         * MAINTAINERS (Write After Approval): Add myself.
6683 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6685         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6686         * Makefile.in: Regenerate.
6688 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
6690         * configure.in (powerpc64*-*-linux*): Remove.
6691         * configure: Rebuilt.
6693 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
6695         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
6696         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6697         and restrap.
6698         * Makefile.in:  Regenerate.
6700 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
6702         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6703         * configure: Regenerated.
6705 2003-04-15  DJ Delorie  <dj@redhat.com>
6707         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
6709 2003-04-13  Nick Clifton  <nickc@redhat.com>
6711         * config-ml.in: Remove support for --disable-aix removing
6712         call-aix multilibs.
6714 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
6716         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6717         * */configure: Rebuilt.
6719 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
6721         * MAINTAINERS: Add my email address.
6723 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
6725         * MAINTAINERS (Write After Approval): Add myself.
6727 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6729         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6730         * Makefile.in: Regenerate.
6732 2003-03-14  Michael Chastain  <mec@shout.net>
6734         * Makefile.in: Regenerate with correct Makefile.def.
6736 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6738         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
6739         Make macro.
6740         * Makefile.in: Regenerate.
6741         * configure.in: Clean up gxx_include_dir logic.
6742         * configure: Regenerate.
6744 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
6746         * MAINTAINERS (Write After Approval): Add myself.
6748 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
6750         * MAINTAINERS: Update my mail address.
6752 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6754         * configure.in (gxx_include_dir): Fix typo.
6755         * configure: Regenerated.
6757 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6759         * Makefile.tpl: Reindent.
6760         * Makefile.in: Regenerate.
6761         * configure.in: Reindent.  Don't set unused variables.
6762         * configure: Regenerate.
6764 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
6766         * configure.in: Include $(build_tooldir)/sys-include in
6767         FLAGS_FOR_TARGET.
6768         * configure: Regenerated.
6770 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6772         * Makefile.tpl: Always pass down RANLIB.
6773         * Makefile.in: Regenerate.
6775         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6776         * Makefile.in: Regenerate.
6777         * configure.in: Remove unused logic relating to --enable-shared
6778         and --enable-threads.  Remove bogus comments.  Remove redundant
6779         noconfigdirs.
6780         * configure: Regenerate.
6782         * configure.in: Replace ${libstdcxx_version} by its value.
6783         Remove reference to mh-dgux.
6784         * configure: Regenerate.
6786 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
6788         * MAINTAINERS (Write After Approval): Add myself.
6790 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6792         * Makefile.tpl: Rearrange.
6793         * Makefile.in: Regenerate.
6795 2003-02-25  Uwe Stieber  <uwe@wwws.de>
6797         * configure.in: Add support for kaOS as cross build target system.
6798         * configure: Regenerated.
6800 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
6802         * MAINTAINERS (Write after approval): Add myself.
6804 2003-02-21  James E Wilson  <wilson@tuliptree.org>
6806         * MAINTAINERS: Update my email address.
6808 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
6810         * MAINTAINERS: Add self to blanket write privs. section.
6812 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
6814         * Makefile.tpl: Add definition of CPPFLAGS to pass into
6815         configure-target-* as some target builds may require additional
6816         flags for preprocessor tests.
6817         * Makefile.in: Regenerated.
6819 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
6821         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6822         * ltconfig: Handle it.
6823         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6824         auto-detecting it.
6826         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6827         it is used as argument to $CC.
6828         * ltcf-gcj.sh: Likewise.
6830         * configure.in: Introduce --enable-maintainer-mode.
6831         * configure: Rebuilt.
6832         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6833         for maintainer mode.
6834         * Makefile.in: Rebuilt.
6836 2003-02-18  Jason Merrill  <jason@redhat.com>
6838         * Makefile.tpl (check-c++): Allow parallelism.
6840 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6842         * MAINTAINERS: Remove John Carr (who never actually had access to
6843         gcc.gnu.org).
6845 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
6847         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6848         don't configure target-libobjc.
6849         * configure: Regenerate.
6851 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6853         * Makefile.tpl (RANLIB): Define.
6854         * Makefile.in: Regenerate.
6856 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
6858         * MAINTAINERS: Update my email.
6860 2003-02-06  Keith R Seitz  <keiths@redhat.com>
6862         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6863         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6864         * Makefile.in: Regenerated.
6865         * configure.in: Remove all traces of snavigator, db, and grep.
6866         * configure: Regenerated.
6868 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6870         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
6871         After Approval.
6873 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6875         * MAINTAINERS (Write after approval): Add myself.
6877 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
6879         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6880         * Makefile.in: Regenerated.
6882 2003-01-30  Roger Sayle  <roger@eyesopen.com>
6884         * config.guess: Updated to 2003-01-30's version.
6885         * config.sub: Updated to 2003-01-28's version.
6887 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
6889         * config.if: If gcc_version is already set, just use it.  Don't set
6890         gcc_version_trigger if it's already set, otherwise set it to
6891         gcc/version.c, but only if the file exists.  If it is not set and
6892         gcc/version.c does not exist, try to extract the version number from
6893         $CC.
6895 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
6897         * MAINTAINERS: Add myself to write-after-approval list.
6899 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
6901         * configure.in:  Revert 24Jan change.
6902         * configure:  Regenerate.
6904 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6906         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
6907         entry of HJ Lu.
6909 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6911         * configure.in: Revert previous change.
6912         * configure: Regenerate.
6914 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6916         * configure.in: Make rda native-only.
6917         * configure: Regenerate.
6919 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6921         * MAINTAINERS: Move myself from GNATS-only-accounts to
6922         write-after-approval.
6924 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6926         * configure.in: Add missing \.
6927         * configure: Rebuilt.
6929 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
6931         * configure.in (baseargs): Avoid using \| in sed regular
6932         expressions.
6933         * configure: Rebuilt.
6935 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
6937         * configure.in (baseargs): Remove all supported forms of
6938         --cache-file, --srcdir, --host, --build and --target options
6939         from argument lists.
6940         * configure: Rebuilt.
6942 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
6944         * MAINTAINERS: Add myself to write-after-approval list.
6946 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
6948         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6949         * configure: Rebuilt.
6951 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6953         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6954         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6955         * Makefile.in: Regenerate.
6956         * configure: Regenerate.
6958 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
6960         * configure.in: Remove Makefile in build, host and target modules
6961         unless configure was run with --no-recursion.
6962         * configure: Rebuilt.
6964 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6966         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6967         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6968         * Makefile.in: Regenerate.
6970 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
6972         * config.guess: Update to 2003-01-03 version.
6973         * config.sub: Update to 2003-01-03 version.
6975 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6977         * configure: Regenerate with proper autoconf 2.13.
6979 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6981         * configure.in: Add AC_PREREQ for consistency.
6982         * configure: Regenerate.
6984 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
6986         * configure.in (GDB_TK): Add tcl directories conditional on
6987         gdb/gdbtk directory being present.
6988         * configure: Regenerate.
6990 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
6992         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
6993         used by gcc if LD is not defined and we are not doing a Canadian Cross.
6994         * configure: Rebuilt.
6996 2002-12-31  Tom Tromey  <tromey@redhat.com>
6998         * Makefile.in: Rebuilt.
6999         * Makefile.def (target_modules) [libffi]: Allow installation.
7001 2002-12-31  Andreas Schwab  <schwab@suse.de>
7003         * configure.in: Fix use of $program_transform_name.
7004         * configure: Regenerated.
7006 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
7008         * configure.in (baseargs): Don't remove first configure argument.
7009         * configure: Regenerated.
7011 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
7013         * Makefile.tpl (local-distclean): Don't remove...
7014         (multilib.ts): ... this.  Moved into...
7015         (multilib.out): ... this.  Don't use sub-make.
7016         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7017         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7018         (configure-build-[+module+], configure-[+module+],
7019         configure-target-[+module+], configure-gcc): ... these.  Test
7020         for Makefile existence.  Drop config.status from dependencies.
7021         * Makefile.in: Rebuilt.
7022         * configure.in: Move gcc-version-trigger to the end of
7023         ac_configure_args.  Add comments to maybedep.tmp and
7024         serdep.tmp.  Introduce --disable-serial-configure.  Remove
7025         nonopt from baseargs, matching and removing corresponding
7026         whitespace while at it.
7027         * configure: Rebuilt.
7029 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
7031         * configure.in (host_configargs): Replace reference to
7032         no-longer-defined buildopts with --build=${build_alias}.
7033         * configure: Rebuilt.
7035         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
7036         program_transform_name to standard idiom.
7037         (AUTOGEN, AUTOCONF): Define.
7038         (Makefile.in): Use $(AUTOGEN).
7039         (Makefile): Depend on config.status, and use autoconf-style rule to
7040         build it.  Move original commands to...
7041         (config.status): ... this new target.
7042         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
7043         $(AUTOCONF).
7044         * Makefile.in: Rebuilt.
7046 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7048         * Makefile.tpl: Fix dramatic bustage due to change in
7049         program_transform_name.
7050         * Makefile.in: Regenerate.
7052         * configure.in: Remove unnecessary PATH setting.
7053         * configure: Regnerate.
7055         * configure.in: Don't default to unprefixed tools unless
7056         the native tools will work.
7057         * configure: Regenerate.
7059         * configure.in: Convert to autoconf script.  Blow away lots
7060         of now-redundant Makefile fragments.
7061         * configure: Generate using Autoconf.
7062         * Makefile.tpl: Rewrite to reflect autoconfiscation.
7063         * Makefile.in: Regenerate.
7065 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7067         * configure: Fix stupid bug where RANLIB was mistakenly included.
7069         * configure.in: Rename (buildargs, hostargs, targargs) to
7070         (build_configargs, host_configargs, target_configargs).
7072         * configure.in: Move logic out of sed statement.
7074         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
7075         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7077 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
7079         * config.sub: Import from master repository
7080         * config.guess: Ditto
7082 2002-12-24  Andreas Schwab  <schwab@suse.de>
7084         * Makefile.tpl (multilib.out): Fix missing space.
7085         * Makefile.in: Regenerate.
7087 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7089         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
7090         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
7091         * Makefile.in: Regenerate.
7092         * configure.in: Remove unnecessary leftovers.
7094 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
7096         * configure.in (extra_ranlibflags_for_target): New variable.
7097         (*-*-darwin): Add -c to ranlib commands.
7098         * configure (tooldir): Handle extra_ranlibflags_for_target.
7100 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7102         * Makefile.tpl: Revert HJL's change.
7103         * Makefile.in: Regenerated.
7104         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7105         always.
7107 2002-12-19  Andreas Schwab  <schwab@suse.de>
7109         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7110         * Makefile.in: Regenerate.
7112 2002-12-18  H.J. Lu  <hjl@gnu.org>
7114         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7115         * Makefile.in: Regenerated.
7117         * configure.in (build_prefix): New. Substitute.
7119 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7121         * Makefile.tpl: Don't let real targets depend on phony targets.
7122         * Makefile.in: Regenerate.
7124         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7125         * Makefile.in: Regenerate.
7127 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
7129         * config.sub: Import from master repository
7130         * config.guess: Ditto
7132 2002-12-16  Jason Merrill  <jason@redhat.com>
7134         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7135         previous 'make bootstrap'.
7136         * Makefile.in: Regenerate.
7138 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
7140         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7142 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7144         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7145         * Makefile.in: Regenerate.
7147 2002-12-13  Jason Merrill  <jason@redhat.com>
7149         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
7150         library tests.
7151         (check-c++): Just depend on it and check-target-libstdc++-v3.
7152         * Makefile.in: Regenerate.
7154 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7156         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7157         * Makefile.in: Rebuilt.
7159 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7161         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
7163 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7165         * configure: Fix bug put in by gremlins.
7167         * Makefile.tpl: Substitute more autoconfily.
7168         * configure: Substitute more autoconfily.
7169         * Makefile.in: Regenerate.
7171 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
7173         * config.sub: Import from master repository
7174         * config.guess: Ditto
7175         * MAINTAINERS: Added Svein Seldal under write after approval
7177 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
7179         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7180         * Makefile.in (all-sim): Ditto.
7182 2002-12-06  DJ Delorie  <dj@redhat.com>
7184         * Makefile.tpl: Change configure dependencies to not have real
7185         targets depend on phony targets.
7187 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
7189         * configure.in: Revert unintentional change.
7191         * Makefile.tpl: Change dependency for */multilib.out so that
7192         it works when gcc isn't in the tree.
7194         * configure.in: Substitute more.
7195         * configure: Run subconfigures from the Makefile.
7196         * Makefile.tpl: Run subconfigures from the Makefile; add a few
7197         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
7199 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7201         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
7203 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7205         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7206         and corresponding dependencies.
7207         * Makefile.in: Regenerate.
7209         * configure.in (host_tools): Order binutils, gas and ld for
7210         convenience in running the testsuites.
7212         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7213         * Makefile.in: Regenerate.
7214         * configure.in: Introduce rules to serialize subconfigure runs.
7216         * configure.in: Introduce BASE_CC_FOR_TARGET.
7217         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
7218         Realize configure-build-* targets.  Realize configure-target-* targets.
7219         * Makefile.in: Regenerate.
7221 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7223         * configure: Move gcc_version_trigger stuff from here...
7224         * configure.in: ...to here.
7226         * configure.in: Separate subconfigure options added by this file from
7227         options given by the user.  Add machinery to put args for host
7228         subconfigures into the Makefile.
7230         * Makefile.tpl: Remove 'vault' targets.
7231         * Makefile.tpl: Reorder and comment dependencies.
7232         * Makefile.in: Regenerate.
7234 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7235         * configure.in: Fix my broken commit of previous patch. (sigh)
7237 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7239         * configure.in: Move host-specific darwin noconfigdirs into
7240         the host-specific section.
7242 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7244         * configure.in: Move host-specific darwin noconfigdirs into
7245         the host-specific section.
7247 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7249         * configure: Remove skip-this-dir support.
7250         * Makefile.tpl: Remove skip-this-dir support.
7252         * Makefile.tpl: Remove leftover support for non-autoconfiscated
7253         subdirectories.
7254         * Makefile.in: Regenerate.
7256         * Makefile.tpl: Strip out useless setting of 'dir'.
7257         * Makefile.in: Regenerate.
7259 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7261         * configure.in: Fix deeply stupid bug.
7263         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7264         shell code in CXX_FOR_TARGET
7265         * Makefile.def: Introduce raw_cxx.
7266         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7267         RAW_CXX_FOR_TARGET.
7268         * Makefile.in: Regenerate.
7270 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
7272         * Makefile.tpl: Remove unnecessary ifs.
7273         * Makefile.in: Regenerate.
7275         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
7276         dependencies.  Maybe-ize build-libiberty.  Create dummy install
7277         targets for 'no_install' modules.
7278         * configure: Move GDB_TK substitution to configure.in.  Move
7279         build_modules stuff to configure.in.
7280         * configure.in: Implement soft dependency machinery.  Maybe-ize
7281         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
7282         * Makefile.in: Regenerate.
7284 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7286         * Makefile.tpl: Make all-target, install-target behave similarly
7287         to all, install (only hitting configured targets).  Eliminate
7288         unused macro defintions.
7290         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7291         build != host.
7293         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7295         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7297         * configure.in: Produce lists of subdir targets we're actually
7298         configuring.  Remove references to "dosrel".
7299         * Makefile.tpl: Let configure set which subdir targets are hit.
7300         Remove install-cross; clean up install; remove ALL.  Remove
7301         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
7302         Autogenerate host module targets.  Remove empty dependency lines
7303         and redundant dependency; rearrange slightly.
7304         * Makefile.def: Add host-side libtermcap, utils.
7306         * Makefile.in: Regenerate.
7308 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7310         * ltconfig (osf[345]): Append $major to soname_spec.
7311         Reflect this in library_names_spec.
7312         * ltmain.sh (osf): Prefix $major with . for use as extension.
7314 2002-11-19  Andreas Jaeger  <aj@suse.de>
7316         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
7317         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
7318         and sparc64 GNU/Linux systems.
7320 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
7322         * MAINTAINERS: Update email.
7324 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7326         * MAINTAINERS: Complete James Dennett's entry.
7328 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
7330         * MAINTAINERS (Write After Approval): Add myself.
7332 2002-11-13  Bruce Korb  <bkorb@gnu.org>
7334         * Makefile.tpl: syntactic cleanup
7336 2002-11-13  Stuart Hastings  <stuart@apple.com>
7338         * MAINTAINERS: Add myself to write-after-approval list.
7340 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7342         * Makefile.def: Add list of recursive targets to autogenerate.
7343         Add build_modules.
7344         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
7345         targets.  Autogenerate *-build-* targets.
7346         * Makefile.in: Regenerate.
7348 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7350         * configure: More autoconf-style substitutions.
7351         * Makefile.tpl: More autoconf-style substitutions.
7352         * Makefile.in: Regenerate.
7354 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7356         * configure: Substitute more variables in a more autoconf-friendly
7357         way.  Simplify slightly.
7358         * Makefile.tpl: Make more variables substitutable in an
7359         autoconf-friendly way.
7360         * Makefile.in: Regenerate.
7362 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
7364         * MAINTAINERS (Write After Approval): Add myself.
7366 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7368         * configure.in (v810*): Remove special setting of tools.
7370         * configure: Add support for extra required flags for ar or nm.
7371         * configure.in (aix4.3+): Use above support for target-specific
7372         issues, rather than using config/mt-aix43.
7374 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7376         * configure: Remove 'removing', which doesn't work.  Replace $subdir
7377         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
7378         with $srcdir.  Reformat indentation.  Substitute some variables
7379         formerly hard-coded in the Makefile for build=host.
7380         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7381         * Makefile.def: Autogenerate more.
7382         * Makefile.in: Regenerate.
7384 2002-11-04  Adam Nemet  <anemet@lnxw.com>
7386         * MAINTAINERS (Write After Approval): Add myself.
7388 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
7390         * Makefile.def (host_modules): Add rda.
7391         * Makefile.in: Regenerate.
7392         * configure.in (target_tool): Add target-rda to list.
7394 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7396         * MAINTAINERS: Remove "co-maintainer" note for web pages.
7398 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
7400         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
7401         and restrap targets to this rule.
7402         * Makefile.in:  Regenerate.
7404 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7406         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
7407         GNATS only accounts.
7409 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
7411         * configure.in (i[3456]86-*-linux*): Add check to disable
7412         ${libgcj} for glibc1.
7414 2002-10-24  Denis Chertykov  <denisc@overta.ru>
7416         * MAINTAINERS: Add myself as ip2k port maintainer.
7418 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
7420         * configure.in: Add tic4x target.
7422 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7424         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7425         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7426         * Makefile.in: Regenerate.
7428         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7429         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7430         * Makefile.in: Regenerate.
7432 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
7434         * MAINTAINERS: Add myself as web pages co-maintainer.
7436 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7438         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7439         * Makefile.in: Regenerate.
7441 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
7443         * MAINTAINERS: Add myself and Nathan Sidwell
7444         <nathan@codesourcery.com> as VxWorks maintainers.
7446 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7448         * Makefile.def: Remove order dependency comments.
7449         * Makefile.tpl: Add explicit install-install dependencies.
7450         * Makefile.in: Regenerate.
7452         * Makefile.tpl: Remove material now in src-release.  (Finally!)
7453         * Makefile.in: Regenerate.
7455         * Makefile.tpl: Add configure-target (for src-release in src)
7456         * Makefile.in: Regenerate.
7458 2002-09-30  Nick Clifton  <nickc@redhat.com>
7460         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7462 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
7464         * configure.in (s390*-*-linux*): Enable libgcj.
7466 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
7468         * configure: Revert accidentally applied changes.
7470         * Makefile.tpl: Make more autoconf-friendly.
7471         * Makefile.in: Regenerate.
7472         * configure: Make substitution more autoconf-like.
7474 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
7476         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7477         single entry to handle all these.
7478         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
7479         libjava on arm-*-elf.
7481 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
7483         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7484         things that depend on them.
7486 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7488         * Makefile.tpl: Make subsituted variables more autoconfy.
7489         * Makefile.in: Regenerate.
7490         * configure: Make seds more autoconfy.
7492 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7494         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7495         * Makefile.in: Regenerate.
7496         * configure.in: Rewrite sed statements to look autoconfy.
7498         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7499         all-target-foo on configure-target-foo.
7500         * Makefile.def: Ditto.
7501         * Makefile.in: Rebuild.
7503 2002-09-25  Andrew Haley  <aph@redhat.com>
7505         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
7507 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7509         * Makefile.def: New file.
7510         * Makefile.tpl: New file.
7511         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7512         * contrib/gcc_update: Note that Makefile.in is a generated file.
7514         * configure.in: Minor rearrangement.  Simplify tests.
7516 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
7518         * configure.in (with_headers): Skip copy if value is "yes".
7519         (with_libs): Likewise.
7521 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7523         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7524         * configure.in (sh*-*-pe*): Ditto.
7525         * configure.in (mips*-*-pe*): Ditto.
7526         * configure.in (*arm-wince-pe): Ditto.
7528         * configure.in: Rearrange.
7530 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
7532         * MAINTAINERS: Update my email address.
7534 2002-08-30  Paul Koning  <pkoning@equallogic.com>
7536         * MAINTAINERS: (Write After Approval): Add myself.
7538 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
7540         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
7542 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
7544         * MAINTAINERS: Change my mailing address.
7546 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
7548         * MAINTAINERS (Write After Approval): Remove myself.
7549         (Various Maintainers: c++ runtime libs): Add myself.
7551 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
7553         * MAINTAINERS (Write After Approval): Remove myself.
7554         (Various Maintainers: c++ runtime libs): Add myself.
7556 2002-08-15  Eric Christopher  <echristo@redhat.com>
7558         * config.sub: Import from master repository.
7559         * config.guess: Ditto.
7561 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
7563         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7564         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7565         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7567 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
7569         * MAINTAINERS: Add self to rs6000 vector extensions.
7571 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
7573         * libiberty/configure: Reverted unintended yesterday's check in.
7575 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
7577         * boehm-gc/configure, libf2c/configure: Rebuilt.
7578         * libffi/configure, libiberty/configure: Ditto.
7579         * libjava/configure, libobjc/configure: Ditto.
7580         * libstdc++-v3/configure, zlib/configure: Ditto.
7581         Merged from binutils:
7582         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
7583         From Steve Ellcey <sje@cup.hp.com>:
7584         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7585         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7586         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7587         IA64.
7588         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7589         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7590         soname_spec, sys_lib_search_path_spec): Ditto.
7592 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
7594         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7596 2002-08-04  H.J. Lu  (hjl@gnu.org)
7598         * configure.in (mips*-*-linux*): Don't skip target-libffi.
7600 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
7602         * MAINTAINERS (Write After Approval): Add myself.
7604 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
7606         * configure.in: Move generic linux case to end.  Copy generic
7607         linux noconfigdirs to mips*-*-linux* entry and new
7608         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
7610 2002-07-19  Michael Matz  <matz@suse.de>
7612         * MAINTAINERS: Add myself as ra* maintainer.
7614 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
7616         * config.guess: Update to 2002-07-09 version.
7617         * config.sub: Update to 2002-07-03 version.
7619 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
7621         * MAINTAINERS: Fix typo in a maintainer email address.
7623 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7625         * configure.in: Remove two redundant tests.
7627 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7629         * configure.in (mips*-*-irix6*o32): Enable stabs.
7631 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
7633         * configure.in: Don't build grez.
7634         * Makefile.in: Ditto.
7636         * Makefile.in: Remove references to bsp, cygmon, libstub.
7637         * configure.in: Ditto.
7639         * configure.in: Remove leftover reference to gdbtest.
7641 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
7643         * configure.in (gxx_include_dir):  Change to match versioned
7644         C++ headers if --enable-version-specific-runtime-libs is used.
7646 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
7648         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7650 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7652         * configure.in: Make --without-x work.
7654 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7656         * configure.in: Rearrange target Makefile fragment collection.
7658         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7659         cvs[src].
7660         * configure.in: Ditto.
7662 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
7664         * MAINTAINERS (Write After Approval): Update my e-mail address.
7666 2002-06-24  Ben Elliston  <bje@redhat.com>
7668         * configure.in (host_tools): Remove cgen.
7670         * Makefile.in (all-cgen): Remove; runs from its source directory.
7671         (check-cgen, install-cgen, clean-cgen): Likewise.
7672         (all-opcodes): Do not depend on all-cgen.
7673         (all-sim): Likewise.
7675 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7677         * Makefile.in: Eliminate 'apache' targets.
7678         * configure.in: Eliminate 'apache' targets.
7680         * configure.in: Eliminate redundant tests.  Reorganize.
7682         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7684         * config-ml.in: Eliminate references to Cygnus configure.
7686         * Makefile.in: Eliminate references to building emacs.
7688 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
7690         * MAINTAINERS: Update my email address.
7692 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
7694         * config.if (libstdcxx_incdir): Version C++ headers.
7695         (cxx_incdir): Remove.
7697 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7699         * MAINTAINERS (Write After Approval): Add self.
7701 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
7703         * configure.in: Add support for ip2k.
7705 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
7707         * configure.in: Fix AIX configury bug.
7709 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
7711         * MAINTAINERS (Write After Approval): Add self.
7713 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7715         * configure.in: replace ${topsrcdir} with ${srcdir}
7717         * configure.in: Move definition of libstdcxx_flags
7718         right above usage, rather than waaay earlier.
7720         * configure.in: Pull definition of is_cross_compiler earlier.
7722         * configure.in: Rearrange a little.
7724         * configure.in: Remove references to librx.
7725         * Makefile.in: Remove references to librx.
7727 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
7729         * config.sub: Add support for avr target.
7730         Import from master sources, rev 1.255
7732 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
7734         * configure, .cvsignore:  Revert previous change...
7735         * Makefile:  ...delete.
7737 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7739         * configure.in: Eliminate ${gasdir} variable.
7741 2002-06-18  Dave Brolley  <brolley@redhat.com>
7743         * configure.in: Add support for frv.
7744         * config.sub: Add support for frv.
7746 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7748         * configure:  Remove garbage from previous commit.
7750 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7752         * configure:  For in-source builds, make a subdir and re-exec there.
7753         * Makefile:  New file.  Pass targets through to build directory.
7754         * .cvsignore:  No longer ignore "Makefile".
7756 2002-06-16  Douglas Rupp  <rupp@gnat.com>
7758         * MAINTAINERS (Write After Approval): Add self.
7760 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7762         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7764 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
7766         * configure.in (vax-*-netbsd*): Re-enable gas.
7768 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
7770         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7771         BUILD_PREFIX_1, to correct nomenclature.
7772         * configure: Likewise.
7774         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7775         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7777 2002-05-31  Olaf Hering  <olh@suse.de>
7779         * config-ml.in: Propogate DESTDIR also.
7781 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
7783         * configure.in (vax-*-netbsd*): Don't build gas for this
7784         platform.
7786 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7788         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7789         and libgcj for AVR.
7791 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
7793         * MAINTAINERS (Write After Approval): Add myself.
7795 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
7797         * config.guess: Update to 2002-05-22 version.
7798         * config.sub: Likewise.
7800 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7802         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7803         * config-ml.in: Likewise.
7804         * configure: Likewise.
7805         * configure.in: Likewise.
7807 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
7809         * MAINTAINERS: Update my email address.
7811 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
7813         * configure.in: Simplify makefile fragment collection.
7815         * configure.in: Remove code to build emacs.
7817         * configure.in : Remove --srcdir argument from targargs and buildargs
7818         (it's always overridden in the Makefile anyway).  Rearrange a bit.
7820         * configure: Move some logic to configure.in.
7821         * configure.in: Move some logic from configure.
7823 2002-05-11  Tom Tromey  <tromey@redhat.com>
7825         * MAINTAINERS: Reflect libgcj reality.
7827 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
7829         * Makefile.in: Honour DESTDIR.
7831 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
7833         * config.guess: Import 2002-03-20 version.
7834         * config.sub: Import 2002-04-26 version.
7836 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7838         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
7840 2002-05-07  Tim Josling  <tej@melbpc.org.au>
7842         * MAINTAINERS: Add self.
7844 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
7846         * ltmain.sh: Detect and handle object name conflicts
7847         while piecewise linking a static library.
7849 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
7851         * configure.in (noconfigdirs): Don't disable libgcj on
7852         sparc64-*-solaris* and sparcv9-*-solaris*.
7854 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
7856         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7858 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
7860         * configure.in (FLAGS_FOR_TARGET): Do not add
7861         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7862         on i[3456]86-*-linux*.
7864 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
7866         * configure.in (noconfigdirs): Replace [ ] with test.
7868         * configure.in (noconfigdirs): Do not add target-newlib if
7869         target == i[3456]86-*-linux*, and host == target.
7871 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
7873         * configure.in: delete reference to absent file
7875         * configure.in: replace '[' with 'test'
7877         * configure.in: Eliminate references to gash.
7878         * Makefile.in: Eliminate references to gash.
7880         * configure.in: remove useless references to 'pic' makefile fragments.
7882         * configure.in: (*-*-windows*) Finish removing.
7884         * configure.in: Eliminate redundant test for libgui.
7886 2002-04-29  Roger Sayle  <roger@eyesopen.com>
7888         * MAINTAINERS: Add self and realphabetize.  Update entries
7889         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
7890         entry for a29k port maintainer.
7892 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
7894         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7895         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7897 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
7899         * configure.in: remove references to dead files
7901 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
7903         * MAINTAINERS: Add information about purpose of this file.
7905 2002-04-18  Tom Tromey  <tromey@redhat.com>
7907         * configure.in: Disallow configuring libgcj when it is already
7908         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
7909         Solaris 2.8 by default.  For PR libgcj/6158.
7911 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7913         * configure.in:  Move default CC setting out of config/mh-* fragments
7914         directly into here.
7916 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7918         * configure.in: don't even try to configure or make a subdirectory
7919         if there's no configure script for it.
7921 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
7923         * MAINTAINERS: Remove chill maintainers.
7924         * Makefile.in (CHILLFLAGS): Remove.
7925         (CHILL_LIB): Remove.
7926         (TARGET_CONFIGDIRS): Remove libchill.
7927         (CHILL_FOR_TARGET): Remove.
7928         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7929         CHILL_LIB.
7930         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7931         (CHECK_TARGET_MODULES): Likewise.
7932         (INSTALL_TARGET_MODULES): Likewise.
7933         (CLEAN_TARGET_MODULES): Likewise.
7934         (configure-target-libchill): Remove.
7935         (all-target-libchill): Remove.
7936         * configure.in (target_libs): Remove target-libchill.
7937         Do not compute CHILL_FOR_TARGET.
7938         * libchill: Remove directory.
7940 2002-04-11  DJ Delorie  <dj@redhat.com>
7942         * Makefile.in, configure.in: Sync with binutils, entries
7943         follow...
7945 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7947         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
7948         (do-tar, do-bz2): New rules.
7949         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
7950         (gdb-tar): New rule.
7951         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
7952         (insight_dejagnu.tar): New rule.
7953         (insight.tar): New rule.
7954         (gdb+dejagnu.tar): New rule.
7955         (gdb.tar): New rule.
7957 2002-02-01  Mo DeJong  <supermo@bayarea.net>
7959         * Makefile.in: Add all-tix to deps for all-snavigator
7960         so that tix is built when building snavigator.
7962 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
7964         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7965         ld and gdb are not supported.
7967 2002-01-07  Mark Salter  <msalter@redhat.com>
7969         * configure.in: Remove target-bsp and target-cygmon from arm builds.
7970         Allow target-libgloss to be built for arm, strongarm, and xscale.
7972 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
7974         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7975         options for i[3456]86-pc-linux* native builds.
7977 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
7979         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7980         files from .po files for a distribution.
7982 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
7984         * configure.in: Enable libstdc++-v3 for h8300 targets.
7986 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
7988         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
7989         version from bfd/.
7991 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
7993         * Makefile.in (VER): When present, extract the version number from
7994         the file version.in.
7996 2001-05-24  Tom Rix  <trix@redhat.com>
7998         * configure.in : enable ld for aix
8000 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8002         * config.guess: Add linux target for S/390.
8004 2000-11-07  Philip Blundell  <pb@futuretv.com>
8006         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8008 2000-11-03  Philip Blundell  <pb@futuretv.com>
8010         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8011         files.
8013 2001-01-15  Ben Elliston  <bje@redhat.com>
8015         * configure.in (host_tools): Add sid.
8016         Always configure cgen.
8018 2000-11-24  Nick Clifton  <nickc@redhat.com>
8020         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
8023 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
8025         * Makefile.in (ALL_MODULES): Add all-cgen.
8026         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8027         (all-cgen): New target.
8028         (all-opcodes,all-sim): Depend on all-cgen.
8029         * configure.in (host_tools): Add cgen.
8030         Only configure cgen if --enable-cgen-maint.
8032 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
8034         * configure.in: Add *-*-freebsd* configurations.
8036 2002-04-08  Tom Tromey  <tromey@redhat.com>
8038         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8039         Fixes PR libgcj/6068.
8041 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
8043         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8045 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8047         * configure.in (alpha*-dec-osf*): Enable libgcj.
8049 2003-03-27  Matthew Gingell  <gingell@gnat.com>
8051         * MAINTAINERS (Write After Approval): Add myself.
8053 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
8055         Fix for: PR bootstrap/3591, target/5676
8056         * configure.in (mcore-pe): Disable the configuration of
8057         libstdc++-v3 since exceptions are not supported.
8059 2002-03-20  Anthony Green  <green@redhat.com>
8061         * configure.in: Enable libgcj for xscale-elf target.
8063 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
8065         * MAINTAINERS:  Update my email address.
8067 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
8069         * ltmain.sh (relink_command): Fix typo in previous change.
8071 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
8073         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
8074         (relink_command): Added --tag flags.
8075         (mode=install): If relinking fails; error out.
8077 2002-03-12  Richard Henderson  <rth@redhat.com>
8079         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
8080         .NOTPARALLEL tag.
8081         (do-check): Rename from check.
8082         (check): Allow parallel check.
8084 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
8086         * MAINTAINERS: Add myself as maintainer for xtensa port.
8087         Fix alphabetical order in CPU port maintainer list.
8088         Remove myself from Write After Approval list.
8090 2002-03-11  Richard Henderson  <rth@redhat.com>
8092         * Makefile.in (.NOTPARALLEL): Add fake tag.
8094 2002-03-07  H.J. Lu  (hjl@gnu.org)
8096         * configure.in: Enable gprof for mips*-*-linux*.
8098 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
8100         * MAINTAINERS (Write After Approval): Add myself.
8102 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
8104         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8105         libjava.
8106         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8108 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
8110         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8111         because its Makefile is there; test for the executable instead.
8113 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
8115         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8116         libstdc++-v3 and libjava.
8118 2002-02-11  Adam Megacz  <adam@xwt.org>
8120         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8121         boehm-gc
8123 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
8125         * config.guess: Updated to 2002-01-30's version.
8126         * config.sub: Updated to 2002-02-01's version.
8127         Contribute sh64-elf.
8128         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
8129         * configure.in: Added sh64-*-*.
8131 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
8133         * MAINTAINERS: Belatedly add myself to write after approval list.
8135 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
8137         * MAINTAINERS: Put self in as maintainer for x86-64 port.
8138         Remove self as Write After Approval.
8140 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
8142         * MAINTAINERS: Put self in as maintainer for contrib/regression
8143         directory.
8145 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
8147         * MAINTAINERS:  Update my email address.
8149 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
8151         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
8152         target-libiberty, and target-libgloss.  Skip Java-related
8153         libraries if not supported for NetBSD on target CPU.
8155 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
8157         * install-sh: Use _inst.$$_ for temp file name.
8159 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
8161         * MAINTAINERS (Write After Approval): Move my contact info
8162         from here...
8163         (OS Port Maintainers): ...to here (netbsd).
8165 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
8167         * MAINTAINERS (Write After Approval): Add myself.
8169 2002-01-17  H.J. Lu  <hjl@gnu.org>
8171         * Makefile.in (all-fastjar): Also depend on all-libiberty.
8172         (all-target-fastjar): Also depend on all-target-libiberty.
8174 2002-01-16  H.J. Lu  (hjl@gnu.org)
8176         * config.guess: Import from master sources, rev 1.225.
8177         * config.sub: Import from master sources, rev 1.238.
8179 2002-01-16  Kazu Hirata  <kazu@hxi.com>
8181         * MAINTAINERS (Write After Approval): Remove myself.
8183 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
8185         * MAINTAINERS (Write After Approval): Add myself.
8187 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8189         * MAINTAINERS: Add self as docs co-maintainer.
8191 2001-12-11  Matthias Klose  <doko@debian.org>
8193         * MAINTAINERS (Write After Approval): Add myself.
8195 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
8197         * MAINTAINERS: Update my email address.
8199 2001-12-07  Turly O'Connor  <turly@apple.com>
8200         * MAINTAINERS (Write After Approval): Add myself.
8201         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
8202         (rs6000_initialize_trampoline): Call __trampoline_setup for
8203         ABI_DARWIN too.
8204         * darwin-tramp.asm: New file, implements __trampoline_setup.
8205         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
8207 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
8209         * MAINTAINERS (Write After Approval): Add myself.
8211 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
8213         * configure, configure.in: Use temp file for long sed commands.
8215 2001-12-03  Laurent Guerby  <guerby@acm.org>
8217         * config.sub: Update to version 1.232 on subversion.
8219 2001-12-03  Ben Elliston  <bje@redhat.com>
8221         * MAINTAINERS: Update mail address for config.* patches.
8223 2001-11-27  DJ Delorie  <dj@redhat.com>
8224             Zack Weinberg  <zack@codesourcery.com>
8226         When build != host, create libiberty for the build machine.
8228         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8229         CONFIG_ARGUMENTS.
8230         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8231         New variables.
8232         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8233         and rules.
8234         (all.normal): Depend on ALL_BUILD_MODULES.
8235         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8236         (all-build-libiberty): Depend on configure-build-libiberty.
8238         * configure: Calculate and substitute proper value for
8239         ALL_BUILD_MODULES.
8240         * configure.in: Create the build subdirectory.
8241         Calculate and substitute TARGET_CONFIGARGS (formerly
8242         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8244 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
8246         * MAINTAINERS (write-after-approval): Add self.
8248 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8250         * MAINTAINERS (GNATS only accounts): Remove self.
8252 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
8254         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8255         libf2c.
8257 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8259         * MAINTAINERS (Write After Approval): Add self.
8261 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8263         * MAINTAINERS: mips and s390 are also CPU ports.
8265 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8267         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
8269 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
8271         * MAINTAINERS: Alphabetize.
8273 2001-11-09  Kazu Hirata  <kazu@hxi.com>
8275         * MAINTAINERS (Various maintainers: h8 port): Add myself.
8277 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8279         * MAINTAINERS (Various maintainers: hppa port): Added myself.
8281 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
8283         * configure.in (--enable-languages): Be more permissive about
8284         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
8286 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
8288         * config.sub: Import from master sources, rev. 1.230.
8289         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
8291 2001-11-07  Laurent Guerby  <guerby@acm.org>
8293         * MAINTAINERS (Write After Approval): Add self.
8295 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
8297         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8299 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
8301         * config.sub: Import from master sources, rev 1.226.
8302         * config.guess: Import from master sources, rev 1.216.
8304 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
8306         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8307         * MAINTAINERS: Add self as maintainer of MMIX port.
8308         Remove old after-approval entry.
8310 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
8312         * ChangeLog, configure: Fix spelling errors.
8314 2001-10-20  Brendan Kehoe  <brendan@zen.org>
8316         * MAINTAINERS: Tweak my address.
8318 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
8320         * MAINTAINERS: Update my email address.
8322 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
8324         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8325         * MAINTAINERS: Add self as maintainer of CRIS port.
8327 2001-10-10  Geert Bosch  <bosch@gnat.com>
8329         * MAINTAINERS (Various maintainers: Ada front end):
8330         Added Robert Dewar.
8332 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
8334         * MAINTAINERS (Write After Approval): Added self
8336 2001-10-02  Geert Bosch  <bosch@gnat.com>
8338         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
8340 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
8342         * configure: Handle temporary files securely using mkdir.
8344 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
8346         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8348 2001-09-26  Will Cohen  <wcohen@redhat.com>
8350         * configure.in (*-*-linux*): Disable configuration of target-newlib
8351         and target-libgloss.
8353 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
8355         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8356         RANLIB.
8358 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
8360         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8361         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8362         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8363         avoid quotes nesting problems.
8364         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8365         (DO_X): Export only variables that are set.
8367 2001-09-19  Ben Elliston  <bje@redhat.com>
8369         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8370         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8371         semantics.  Use the shell built-in "type" command instead.
8373 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
8375         Merged from gcc-3_0-branch:
8376         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
8377         * ltcf-c.sh: Use $objext, not $ac_objext.
8378         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
8379         * ltcf-cxx.sh: Add support for GNU.
8380         2001-07-22  Timothy Wall  <twall@redhat.com>
8381         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
8382         default settings if using GNU tools with that configuration.
8383         * ltcf-cxx.sh: Ditto.
8384         * ltcf-gcj.sh: Ditto.
8385         2001-07-21  Michael Chastain  <chastain@redhat.com>
8386         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8387         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
8388         * ltmain.sh: Mark as gcc-local.
8390 2001-08-30  Eric Christopher  <echristo@redhat.com>
8391             Jason Eckhardt  <jle@redhat.com>
8393         * config.guess: Merge from master sources.
8394         * config.sub: Merge from master sources, add support for mipsisa32.
8396 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
8397         * config.sub: Merge from master sources, rev 1.219.
8398         * MAINTAINERS: Add self as contact for stormy16 port.
8400 2001-08-14  Zack Weinberg  <zackw@panix.com>
8402         * config.sub: Merge from master sources, rev 1.218.
8403         * config.guess: Merge from master sources, rev 1.209.
8405 2001-08-11  Graham Stott  <grahams@redhat.com>
8407         * Makefile.in (check-c++): Add missing semicolon.
8409 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
8411         * MAINTAINERS (Various maitainers: predict.def): Added myself.
8413 2001-07-30  Eric Christopher  <echristo@redhat.com>
8415         * MAINTAINERS (Various maintainers: mips port): Added myself.
8417 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
8419         * configure.in (sh-*-linux*): New.
8421 2001-07-27  Richard Henderson  <rth@redhat.com>
8423         * .cvsignore: Add LAST_UPDATED.
8425 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
8427         * MAINTAINERS (Various maintainers: s390 port): Added myself.
8429 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
8431         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
8433 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
8435         * MAINTAINERS (Write After Approval): Added myself.
8437 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8439         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8440         and libgcj on m68hc11/m68hc12.
8442 2001-06-27  H.J. Lu  (hjl@gnu.org)
8444         * Makefile (CFLAGS_FOR_BUILD): New.
8445         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8447 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8449         * README: Remove version number.
8451 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8453         * INSTALL/README: Update wrt. to the installation instructions now
8454         residing in gcc/doc/install.texi.
8456 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8458         * README: Replace with a cut-down and updated version of gcc/README.
8460 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
8462         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
8463         multilibs to be disabled.
8465 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
8467         * MAINTAINERS (Write After Approval): Add myself.
8469 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
8471         * config.guess: Import CVS version 1.195.
8472         * config.sub: Import CVS version 1.212.
8474 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
8476         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8477         gcc/xgcc is built, use -print-prog-name to find out the program
8478         name to use.
8480 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
8482         * config.guess:  Import CVS version 1.194.  All gcc-local changes
8483         appear to also be in the master copy.
8484         * config.sub:  Import CVS version 1.211.
8486 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
8488         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8489         with_gcc]: Use `gcc -shared' to build a shared library.
8491 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8493         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8494         archives.
8496 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8498         * MAINTAINERS (Write After Approval): Add myself.
8500 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
8502         * configure.in (libstdcxx_flags): Do not try to execute
8503         libstdc++-v3/testsuite_flags until it exists.
8505 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
8507         * MAINTAINERS: Update my email address.
8509 2001-05-31  Graham Stott  <grahams@redhat.com>
8511         * MAINTAINERS (Write After Approval): Add myself.
8513 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
8515         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
8516         libraries when using g++ with native linker.
8518 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
8520         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8522 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
8524         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8525         [aix4*|aix5*]: Prepend blank.
8527 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
8529         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8530         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
8531         of subdir/configure scripts to use the new libtool.m4.
8533 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
8535         * MAINTAINERS (Write After Approval): Add myself.
8537 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
8539         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8541 2001-05-11  Ben Elliston  <bje@redhat.com>
8543         * Makefile.in (all-sid): New target.
8544         (check-sid, clean-sid, install-sid): Likewise.
8546 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
8548         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8550 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8552         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8553         libgcj.
8555 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8557         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8558         gcc/xgcc is built, use -print-prog-name to find out the program
8559         name to use.
8561 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
8563         * configure.in (noconfigdirs): Don't reset it from scratch in the
8564         target case; only append to it.
8566         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8567         sparc-*-solaris2.8]: Disable ${libgcj}.
8569 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
8571         * configure.in (libgcj_saved): Copy from $libgcj.
8572         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8573         --disable-libgcj.
8575 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
8577         * MAINTAINERS: Remove self as MIPS maintainer and
8578         C front end maintainer.
8580 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
8582         * configure.in: Move *-chorusos target case to the proper switch.
8583         Disable libgcj.
8585 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8587         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8588         1.641.2.228.
8590 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8592         * Makefile.in (STAGE1_CFLAGS): Pass down.
8594 2001-04-13  Alan Modra  <amodra@one.net.au>
8596         * config.guess: Add hppa64-linux support.  Note for next import that
8597         this is already in the master file.
8598         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
8600 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8602         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8603         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8605 2001-04-11  Stan Shebs  <shebs@apple.com>
8607         * MAINTAINERS: Add self as Darwin port maintainer.
8609 2001-04-11  Alan Modra  <amodra@one.net.au>
8611         * MAINTAINERS: Update my email address.
8613 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
8615         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8616         recent versions of FreeBSD (release 3 or later).
8617         * ltconfig: On FreeBSD, -lc must not be provided when building
8618         a shared library or else the standard -pthread gcc option is
8619         rendered worthless to later users of the built library.
8621 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
8623         * MAINTAINERS: Add self and RTH as C front end maintainers.
8625 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
8627         * config.sub: Make sure to match an already-canonicalized
8628         machine name (eg. mn10300-unknown-elf).
8630 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
8632         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8633         New macros.
8634         (bootstrap, cross): Use RECURSE_FLAGS.
8635         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8637 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
8639         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8641 2001-03-22  Colin Howell  <chowell@redhat.com>
8643         * Makefile.in (DO_X): Do not backslash single-quotes in
8644         backquotes (two places).
8646 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8648         Re-installed:
8649         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8650         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8651         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8652         * ltcf-cxx.sh: Likewise.
8653         * ltcf-gcj.sh: Likewise.
8655 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8657         * MAINTAINERS: Add myself as "documentation co-maintainer".
8659 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8661         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8662         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8664 2001-03-19  Tom Tromey  <tromey@redhat.com>
8666         * config-ml.in: Handle GCJ and GCJFLAGS.
8668 2001-03-21  Michael Chastain  <chastain@redhat.com>
8670         * Makefile.in: all-m4 depends on all-texinfo.
8672 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
8674         * MAINTAINERS: Add myself to write after approval list.
8676 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
8678         * Makefile.in (DO_X): Quote nested quotes.
8680 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
8682         * MAINTAINERS: Add myself to write after approval list.
8684 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
8686         * Makefile.in (DO_X): Use double quotes for quoting
8687         "RANLIB=$${RANLIB}".
8689 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
8691         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
8693 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
8695         * configure.in: Only use `lang_requires' for languages athat are
8696         actually enabled.
8698 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
8700         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
8702 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
8704         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8706 2001-03-07  Tom Tromey  <tromey@redhat.com>
8708         * configure.in: Allow config-lang.in to set `lang_requires' to list
8709         of other required languages.
8711 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
8713         * Makefile.in: Remove RANLIB definition. Use RANLIB
8714         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8715         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8717 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
8718             Alexandre Oliva  <aoliva@redhat.com>
8720         * Makefile.in (check-c++): Use tabs, not spaces.
8722 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
8724         * MAINTAINERS: add myself to Write After Approval list.
8726 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
8728         * Makefile.in (check-c++): New rule.
8730         * configure.in (target_libs): Remove libg++.
8731         (noconfigdirs): Remove libg++.
8732         (noconfigdirs): Same.
8733         (noconfigdirs): Same.
8734         (noconfigdirs): Same.
8736         * config-ml.in: Remove libg++ references.
8738         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8739         (ALL_TARGET_MODULES): Same.
8740         (configure-target-libg++): Remove.
8741         (all-target-libg++): Remove.
8742         (configure-target-libio): Remove.
8743         (all-target-libio): Remove.
8744         (check-target-libio): Remove.
8745         (.PHONY): Remove.
8746         (libg++.tar.bz2): Remove.
8747         (all-target-cygmon): Remove libio.
8748         (all-target-libstdc++): Remove.
8749         (configure-target-libstdc++): Remove.
8750         (TARGET_LIB_PATH): Remove libstdc++.
8751         (ALL_GCC_CXX): Remove libstdc++.
8752         (all-target-gperf): Correct.
8754 2001-02-16  Nick Clifton  <nickc@redhat.com>
8756         * configure.in (noconfigdirs): Allow configuration of texinfo
8757         for Cygwin hosts.
8759 2001-02-15  Anthony Green  <green@redhat.com>
8761         * configure: Introduce GCJ_FOR_TARGET.
8762         * configure.in: Ditto.
8763         * Makefile.in: Ditto.
8765 2001-02-13  Andreas Schwab  <schwab@suse.de>
8767         * MAINTAINERS: Update mail address.
8769 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8771         * config.guess: Add linux target for S/390.
8772         * config.sub: Likewise.
8774 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
8776         * configure.in: for *-chorusos, don't config target-newlib and
8777         target-libgloss.
8779 2001-02-06  Ben Elliston  <bje@redhat.com>
8781         * configure: Output host type to stdout, not stderr.
8783 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
8785         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
8786         * ltcf-cxx.sh: Likewise.
8788         * config.if: Assume enable_libstdcxx_v3 is defined.
8790 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
8792         Remove V2 C++ library.
8793         * configure.in: Remove --enable-libstdcxx_v3 support.
8795 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
8797         * include/demangle.h: Add prototype for java_demangle_v3.
8799 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
8801         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
8803 2001-01-27  Richard Henderson  <rth@redhat.com>
8805         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8807 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8809         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8810         Don't unset, it's non-portable and no longer necessary, set to empty
8811         instead.
8813 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8815         * ltconfig: Shell portability fix for the tagname validity check.
8817 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
8819         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8820         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8822 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8824         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8826 2001-01-26  Tom Tromey  <tromey@redhat.com>
8828         * configure.in: Allow libgcj to be built on Sparc Solaris.
8830 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
8832         * ltcf-c.sh: Add aix5 case.
8833         * ltcf-cxx.sh: Likewise.
8834         * ltconfig: Likewise.
8836 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
8838         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8839         keep at least one of build_libtool_libs or build_old_libs set to
8840         yes.
8842         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8843         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8845 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
8847         * configure.in: Enable libgcj on several additional platforms.
8849 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
8851         * configure.in: Enable libgcj for linux targets.
8853 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8855         * MAINTAINERS (Write After Approval): Add myself.
8857 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8859         * MAINTAINERS: Add myself as vax port maintainer.
8861 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
8863         * MAINTAINERS: Add myself as Mercury front-end maintainer.
8865 2001-01-09  Mike Stump  <mrs@wrs.com>
8867         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8868         failures of subdirectories.
8870 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8872         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8873         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8874         * ltcf-cxx.sh: Likewise.
8875         * ltcf-gcj.sh: Likewise.
8876         * ltconfig.sh: Fix typo.
8878 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8880         * configure: handle DOS-style absolute paths.
8882 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8884         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8886 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
8888         * MAINTAINERS: Add myself as avr port co-maintainer.
8890 2000-12-28  Ben Elliston  <bje@redhat.com>
8892         * MAINTAINERS: Add myself under ``Write After Approval''.
8894 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
8896         * texinfo: Remove directory from GCC.
8898 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8900         * COPYING: Update to current
8901         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
8902         to 19yy as example year in copyright notice).
8904 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
8906         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8907         (libstdcxx_incdir): Pass down.
8908         * config.if: Remove expired bits for cxx_interface, add stub.
8909         (libstdcxx_incdir): Add variable for g++ include directory.
8910         * configure.in (gxx_include_dir): Use it.
8912 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
8914         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
8915         with old-email address from ``Write After Approval''.
8917 2000-12-15  Andreas Jaeger  <aj@suse.de>
8919         * configure.in: Handle lang_dirs.
8921 2000-12-14  Tom Tromey  <tromey@redhat.com>
8923         * MAINTAINERS: Removed brads.
8925         * MAINTAINERS: Added gcj developers.
8927 2000-12-13  Anthony Green  <green@redhat.com>
8929         * configure.in: Disable libgcj for any target not specifically
8930         listed.  Disable libgcj for x86 and Alpha Linux until compatible
8931         with g++ abi.
8933 2000-12-13  Mike Stump  <mrs@wrs.com>
8935         * Makefile.in (local-distclean): Also remove fastjar.
8937 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
8939         * contrib/gcc_update: Add fastjar --touch entries.
8941 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
8943         * configure.in: Disable language-specific target libraries for
8944         languages that aren't enabled.
8946 2000-12-10  Anthony Green  <green@redhat.com>
8948         * configure.in: Define libgcj.  Disable libgcj target libraries for
8949         most targets.
8951 2000-12-10  Neil Booth  <neilb@earthling.net>
8953         * MAINTAINERS: Update mail address, remove from WAA list.
8955 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8957         * libjava: Imported from /cvs/java.
8958         * libffi: Likewise.
8959         * Boehm-gc: Likewise.
8961 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8963         * configure.in (target_libs): Revert 2000-12-08 patch.
8964         (noconfigdirs): Added target-libjava.
8966 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8968         * djunpack.bat: removed.
8970 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8972         * Makefile.in: handle DOS-style absolute paths.
8973         * config-ml.in: likewise.
8974         * symlink-tree: likewise.
8976 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8978         * fastjar: Imported.
8980 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8982         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8983         libjava.
8984         * configure.in (target_libs): Removed `target-libjava'.
8986 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8988         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8989         (ALL_MODULES): Added fastjar.
8990         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8991         (all-target-libjava): all-fastjar replaces all-zip.
8992         (all-fastjar): Added.
8993         (configure-target-fastjar, all-target-fastjar): Likewise.
8994         * configure.in (host_tools): Added fastjar.
8996 2000-12-07  Mike Stump  <mrs@wrs.com>
8998         * Makefile.in (local-distclean): Remove leftover built files.
9000 2000-11-24  Nick Clifton  <nickc@redhat.com>
9002         * configure.in (xscale-elf): Add target.
9003         (xscale-coff): Add target.
9005 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
9007         * ltcf-cxx.sh: Support creation of C++ shared libraries on
9008         recent versions of FreeBSD (release 3 or later).
9009         * ltconfig: On FreeBSD, -lc must not be provided when building
9010         a shared library or else the standard -pthread gcc option is
9011         rendered worthless to later users of the built library.
9013 2000-11-16  Fred Fish  <fnf@be.com>
9015         * configure.in (enable_libstdcxx_v3): Fix typo,
9016         libstd++ -> libstdc++.
9018 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9020         * MAINTAINERS: Add self to Write After Approval list.
9022 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
9024         * MAINTAINERS: Update my email address.  Add myself to global write
9025         privs list.
9027 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
9029         * Makefile.in: Merge with src and libgcj.
9030         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
9031         configure-target-<library> when their configure scripts need the C
9032         or C++ library to have already been built to work properly.
9033         (do_proto_toplev): Set them to an empty string.
9035         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9036         (REALLY_SET_LIB_PATH): Use them.
9038 2000-11-17  Stan Shebs  <shebs@apple.com>
9040         * MAINTAINERS: Add self to Write After Approval list.
9042 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9044         * configure: Provide the original toplevel configure arguments
9045         (including $0) to subprocesses in the environment rather than
9046         through gcc/configargs.h.
9048 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9050         * MAINTAINERS: Remove references to cccp. Change C9X reference to
9051         C99.  Alphabetise "Write After Approval" list.
9053 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
9055         * configure: Turn on libstdc++ V3 by default.
9057         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
9058         if we've got GCC.
9060 2000-11-11  Philip Blundell  <philb@gnu.org>
9062         * MAINTAINERS: Add self to Write After Approval list.
9064 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
9066         * ltcf-c.sh (aix4): Improve shared library configuration; require
9067         exporting symbols.
9068         * ltcf-cxx.sh (aix4): Define.
9069         * ltconfig (aix4): Define library and soname specs appropriate for
9070         AIX.  Define command to create export symbols list.
9072 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
9074         * config.sub: Add support for Sun Chorus
9076 2000-10-31  Nick Clifton  <nickc@redhat.com>
9078         * MAINTAINERS: Rename <name>@cygnus.com addresses to
9079         <name>@redhat.com.  Also installed new email address for Clint
9080         Popetz.
9082 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
9084         * etc: Remove directory from GCC.
9086 2000-10-16  Michael Meissner  <meissner@redhat.com>
9088         * configure (gcc/configargs.h): Only create if there is a build GCC
9089         directory created.
9091 2000-10-16  Matthias Klose  <doko@debian.org>
9093         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
9094         when configured for libstdc++-v3.
9096 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
9098         * configure: Save configure arguments to gcc/configargs.h.
9100 2000-10-04  Philipp Thomas  <pthomas@suse.de>
9102         * config.guess: Import CVS version 1.157.
9103         * config.sub: Import CVS version 1.181.
9105 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
9107         * Makefile.in (bootstrap): avoid recursion if subdir missing
9108         (cross): ditto
9109         (do-proto-toplev): ditto
9111 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
9113         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
9114         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
9116         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
9117         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
9118         all affected `configure' scripts.
9120 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
9122         * MAINTAINERS: Add self as cpplib co-maintainer.
9124 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
9126         * MAINTAINERS: Add self to Write After Approval list.
9128 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9130         * INSTALL/README: egcs -> GCC update.
9132 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
9134         * MAINTAINERS: Add myself to Write After Approval list.
9136 2000-09-15  Kazu Hirata  <kazu@hxi.com>
9138         * MAINTAINERS: Add myself to Write After Approval list.
9140 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
9142         * configure.in: Do not build byacc for hppa64.  Provide paths to the
9143         X11 libraries for hppa64.
9145 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9147         * MAINTAINERS: Add myself as 68hc11 port maintainer.
9149 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
9151         * Makefile.in (all-zlib): Added dummy target.
9153         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9154         ltcf-gcj.sh: Updated from libtool multi-language branch.
9156 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
9158         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9159         (bootstrap*): Depend on all-bootstrap.
9161 2000-09-05  Philipp Thomas  <pthomas@suse.de>
9163         * config.guess: Import CVS version 1.156.
9164         * config.sub: Import CVS version 1.179.
9166 2000-09-02  Anthony Green  <green@cygnus.com>
9168         * Makefile.in (all-gcc): Depend on all-zlib.
9169         (CLEAN_MODULES): Add clean-zlib.
9170         (ALL_MODULES): Add all-zlib.
9171         * configure.in (host_libs): Add zlib.
9173 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
9175         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9176         crosses, but add gcc/include to the header search path for them.
9178 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
9180         * MAINTAINERS: Add self to Write After Approval list.
9182 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9184         * config.guess: Import CVS version 1.152.
9185         * config.sub: Import CVS version 1.177.
9187 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
9189         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
9190         $targargs to tell whether newlib is going to be built.
9192         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
9193         $$r/TARGET_SUBDIR/libio for _G_config.h.
9195 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
9197         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
9199 2000-08-22  DJ Delorie  <dj@redhat.com>
9201         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
9203 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
9205         * config-ml.in (CC, CXX): Avoid trailing whitespace.
9206         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9207         sub-configures.
9209 2000-08-21  DJ Delorie  <dj@redhat.com>
9211         * MAINTAINERS: Add self as a libiberty maintainer
9213 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
9215         * configure.in (libstdcxx_flags): Use
9216         libstdc++-v3/src/libstdc++.INC.
9218 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
9220         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9222 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
9224         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
9226         * configure: Make enable_threads and enable_shared defaults
9227         explicit.  Substitute enable_threads into generated Makefiles.
9228         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
9229         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
9231 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
9233         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
9235 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
9237         * config-ml.in (CC): Remove bogus duplicate quotation mark from
9238         previous delta.
9240 2000-08-11  Jason Merrill  <jason@redhat.com>
9242         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9243         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9244         (FLAGS_FOR_TARGET): Not here.
9245         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9247 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
9249         * config-ml.in (CC, CXX): Don't introduce a leading space.
9251 2000-08-07  DJ Delorie  <dj@delorie.com>
9253         * MAINTAINERS: Add self as a DJGPP maintainer
9255 2000-08-07  DJ Delorie  <dj@redhat.com>
9257         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9258         "if we're also building gcc, and it's a gcc that will run on the
9259         build machine, we want to use its includes instead of the system's
9260         default includes".
9262 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
9264         * MAINTAINERS: Add self to Write After Approval list.
9266 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
9268         * configure.in (libstdcxx_flags): Don't use `"'.
9270         * config-ml.in: Adjust multilib search paths to the
9271         appropriate multilib tree.
9273 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
9275         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9276         commas in $LANGUAGES.
9278 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
9280         * configure.in: Re-enable all references to libg++ and librx.
9282 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
9284         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
9285         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
9286         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
9287         * ltcf-cxx.sh (need_lc): Set based on postdeps.
9289         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9291 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
9293         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9294         CXX_FOR_TARGET for sed.
9296 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
9298         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9299         Do not override if already set in the environment or in configure.
9300         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9301         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9303 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
9305         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
9306         the libtool CVS tree multi-language branch.
9307         * ltconfig, ltmain.sh: Updated.
9309 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
9311         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
9312         (clean-target): Depend on it.
9314         * Makefile.in (FLAGS_FOR_TARGET): New macro.
9315         (GCC_FOR_TARGET): Use it.
9316         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9317         * configure.in: ... here.
9318         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
9319         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9321 2000-07-24  Eric Christopher  <echristo@cygnus.com>
9323         * MAINTAINERS: Add self to Write After Approval list.
9325 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
9327         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9328         (configure-target-libchill, configure-target-libobjc): Likewise.
9330         * configure.in: Use the same cache file for all target libs.
9331         * config-ml.in: But different cache files per multilib variant.
9333 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9335         * configure (topsrcdir): Don't use dirname.
9337 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
9339         * MAINTAINERS: Add self to Write After Approval list.
9341 2000-07-20  Jason Merrill  <jason@redhat.com>
9343         * configure.in: Remove all references to libg++ and librx.
9345         * configure, configure.in, Makefile.in: Unify gcc and binutils.
9347 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
9349         * config.sub: Update to subversions version 2000-07-06.
9351 2000-07-12  Andrew Haley  <aph@cygnus.com>
9353         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9354         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9356 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
9358         * symlink-tree:  Check number of arguments.
9360 2000-07-05  Jim Wilson  <wilson@cygnus.com>
9362         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9363         search path for a g++ extracted from the build tree.  This
9364         will allow link tests run by configure scripts in
9365         subdirectories to succeed.
9367 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
9369         * ltconfig: Add support for mips-dde-sysv4.2MP
9371 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9373         * MAINTAINERS: Add myself as loop discovery maintainer.
9375 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
9377         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9378         `os2'. Force ac_cv_exeext to be ".exe" in that case.
9380 2000-06-19  Timothy Wall  <twall@cygnus.com>
9382         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9383         * config.sub: Add tic54x target.
9385 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9387         * MAINTAINERS: Add self as Fortran maintainer,
9388         remove Craig Burley.
9390 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9392         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9393         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9395 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
9397         * MAINTAINERS: Add self as i18n maintainer
9399 20000-05-21  H.J. Lu  (hjl@gnu.org)
9401         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9402         directory are used if they exist. Make sure
9403         $(build_tooldir)/include is searched for header files,
9404         $(build_tooldir)/lib/ for library files.
9405         (GCC_FOR_TARGET): Likewise.
9406         (CXX_FOR_TARGET): Likewise.
9408 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
9410         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9412 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
9414         * Makefile.in (configure-target-libiberty): Depend on
9415         configure-target-newlib.
9417 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
9419         * configure.in, Makefile.in: Merge all libffi-related
9420         configury stuff from the libgcj tree.
9422 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9424         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9425         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9427 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9429         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9430         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9431         current version information.  Add to proto-toplev directory.
9432         (gdb-taz): Build do-djunpack.
9434 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
9436         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9438 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9440         * MAINTAINERS: Add self to Write After Approval list.
9442 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9444         * ltmain.sh: Preserve in relink_command any environment
9445         variables that may affect the linker behavior.
9447 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
9449         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9451 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
9453         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9455 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
9457         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9458         with the version name.
9460 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
9462         * MAINTAINERS: Add self as bb-reorder maintainer.
9464 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
9466         * config.if: Tweak.
9468 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
9470         * djunpack.bat: New file.
9472 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9474         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9475         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9476         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9477         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9479 2000-04-16  Dave Pitts  <dpitts@cozx.com>
9481         * config.sub (case $basic_machine): Change default for "ibm-*"
9482         to "openedition".
9484 2000-04-13  Andreas Jaeger  <aj@suse.de>
9486         * MAINTAINERS: Added myself.
9488 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9490         * Makefile.in (gdb-taz): New target.  GDB specific archive.
9491         (do-md5sum): New target.
9492         (MD5PROG): Define.
9493         (PACKAGE): Default to TOOL.
9494         (VER): Default to a shell script.
9495         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
9496         md5 checksum generation.
9497         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9498         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9499         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9500         insight.tar.bz2): Use gdb-taz to create archive.
9502 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9504         * configure (warn_cflags): Delete.
9506 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
9508         * MAINTAINERS: Added myself.
9510 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
9511             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
9513         * configure.in (enable_libstdcxx_v3): Add.
9514         (target_libs): Add bits here to switch between libstdc++-v2 and
9515         libstdc++-v3.
9516         * config.if: And this file too.
9517         * Makefile.in: Add libstdc++-v3 targets.
9519 2000-04-05  Michael Meissner  <meissner@redhat.com>
9521         * config.sub (d30v): Add d30v as a basic machine type.
9523 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
9525         * configure.in: -linux-gnu*, not -linux-gnu.
9527 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9529         * MAINTAINERS: Add self in write-after-approval section.
9531 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
9533         * MAINTAINERS: Add self as ia64 port maintainer.
9535 2000-03-08  Neil Booth  <NeilB@earthling.net>
9537         * MAINTAINERS: Add self in write-after-approval section.
9539 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9541         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9542         (do-tar-bz2): Replace TOOL with PACKAGE.
9543         (gdb.tar.bz2): Remove GDBTK from GDB package.
9544         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9545         dejagnu.tar.bz2): New packages.
9547 2000-02-27  Andreas Jaeger  <aj@suse.de>
9549         * configure.in: Add entry for mips*-*-linux*, move catch all
9550         *-*-*linux* entry below this one.
9552 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
9554         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9556 2000-02-24  Nick Clifton  <nickc@cygnus.com>
9558         * config.sub: Support an OS of "wince".
9560 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9562         * config.guess, config.sub: Updated to match config's 2000-02-15
9563         version.
9565 2000-02-23  Linas Vepstas  <linas@linas.org>
9567         * config.sub: Add support for Linux/IBM 370.
9568         * configure.in: Likewise.
9570 2000-02-22  Nick Clifton  <nickc@cygnus.com>
9572         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9574 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
9576         * config.guess: Guess "cygwin" rather than "cygwin32".
9578 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9580         * configure (gcc_version): When setting, narrow search to
9581         lines containing `version_string'.
9583 2000-02-15  Denis Chertykov  <denisc@overta.ru>
9585         * config.sub: Add support for avr target.
9587 2000-02-14  Nick Clifton  <nickc@cygnus.com>
9589         * MAINTAINERS: Add maintainers for MCore port.
9591 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9593         * config.sub: Add mmix-knuth-mmixware.
9595 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9597         * MAINTAINERS: Pair cccp with cpplib maintainership.
9599 2000-01-27  Christopher Faylor  <cgf@redhat.com>
9601         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9602         structure stuff to -L library search.
9603         (CXX_FOR_TARGET): Ditto.
9604         (CROSS_CHECK_MODULES): Fix spelling mistake.
9606 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
9608         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9609         the C++ compiler.
9611 2000-01-12  Richard Henderson  <rth@cygnus.com>
9613         * configure.in: Don't build some bits for beos.
9615 2000-01-12  Joel Sherrill (joel@OARcorp.com)
9617         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9618         as include files.
9620 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
9622         * Add self as cpplib maintainer, as requested by Jason
9623         Merrill.  Correct my e-mail address.
9625 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
9627         * configure.in: Use mt-aix43 to handle *_TARGET defs,
9628         not mh-aix43.
9630 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
9632         * MAINTAINERS: Add myself to "write after approval" list.
9634 1999-12-14  Richard Henderson  <rth@cygnus.com>
9636         * config.guess (alpha-osf, alpha-linux): Detect ev67.
9637         * config.sub: Accept alphaev[78], alphaev8.
9639 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9641         * config.guess, config.sub: Update from autoconf.
9643 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
9645         * MAINTAINERS:  update my playtime e-address.
9647 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9649         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9650         necessary libraries are missing.
9652 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
9654         * MAINTAINERS: Add new 'write after approval' maintainer.
9656 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9658         * MAINTAINERS: Add new Java maintainer.
9660 1999-10-25  Andreas Schwab  <schwab@suse.de>
9662         * configure: Fix quoting inside arguments of eval.
9664 1999-10-21  Nick Clifton  <nickc@cygnus.com>
9666         * config-ml.in: Allow suppression of some ARM multilibs.
9668 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
9670         * config.guess: Add OS/390 match pattern.
9671         * config.sub: Add mvs, openedition targets.
9672         * configure.in (i370-ibm-opened*): New.
9674 1999-09-04  Steve Chamberlain  <sac@pobox.com>
9676         * config.sub: Add support for configuring for pj.
9678 1999-08-31  Nick Clifton  <nickc@cygnus.com>
9680         * config.sub (maybe_os): Add support for configuring for fr30.
9682 1999-08-25  Nick Clifton  <nickc@cygnus.com>
9684         * configure.in: Do not configure or build ld for AIX
9685         platforms.  ld is known to be broken on these platforms.
9687 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9689         * config-ml.in: Pass compiler flag corresponding to multidirs to
9690         subdir configures.
9692 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
9694         * Makefile.in (LDFLAGS): Define.
9696 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
9698         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9699         noconfigdirs.
9700         (*-*-cygwin*): Likewise.
9702 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
9704         * mkdep: New file.
9705         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9706         (BINUTILS_SUPPORT_DIRS): Add mkdep.
9708         From Eli Zaretskii <eliz@is.elta.co.il>:
9709         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9710         long file name when using DJGPP on MS-DOS.
9712 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
9714         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9716 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
9718         * Makefile.in (check-target-libio): Remove all-target-libstdc++
9719         dependency as this causes "make check" to globally "make all"
9721 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
9723         * configure.in (target_libs): Added target-zlib.
9724         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9725         (CONFIGURE_TARGET_MODULES): Likewise.
9726         (CHECK_TARGET_MODULES): Likewise.
9727         (INSTALL_TARGET_MODULES): Likewise.
9728         (CLEAN_TARGET_MODULES): Likewise.
9729         (configure-target-zlib): New target.
9730         (all-target-zlib): Likewise.
9731         (all-target-libjava): Depend on all-target-zlib.
9732         (configure-target-libjava): Depend on configure-target-zlib.
9734         * Makefile.in (configure-target-libjava): Depend on
9735         configure-target-newlib.
9736         (configure-target-boehm-gc): New target.
9737         (configure-target-qthreads): New target.
9739         * configure.in (target_libs): Added target-qthreads.
9740         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9741         (CONFIGURE_TARGET_MODULES): Likewise.
9742         (CHECK_TARGET_MODULES): Likewise.
9743         (INSTALL_TARGET_MODULES): Likewise.
9744         (CLEAN_TARGET_MODULES): Likewise.
9745         (all-target-qthreads): New target.
9746         (configure-target-libjava): Depend on configure-target-qthreads.
9747         (all-target-libjava): Depend on all-target-qthreads.
9749         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9750         (CONFIGURE_TARGET_MODULES): Likewise.
9751         (CHECK_TARGET_MODULES): Likewise.
9752         (INSTALL_TARGET_MODULES): Likewise.
9753         (CLEAN_TARGET_MODULES): Likewise.
9754         (all-target-libjava): New target.
9755         (all-target-boehm-gc): Likewise.
9756         * configure.in (target_libs): Added libjava, boehm-gc.
9758 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
9760         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9761         configure.bat in SUPPORT_FILES.
9762         (gas+binutils.tar.bz2): Likewise.
9764         * makeall.bat: Remove; obsolete.
9766 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
9768         From Mark Elbrecht:
9769         * configure.bat: Remove; obsolete.
9771 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
9773         * configure: Add -W -Wall to the default CFLAGS when compiling with
9774         gcc.
9776 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
9778         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9780 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
9782         * configure.in: Build ld on IRIX6.
9784 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
9786         * Makefile.in: Change distribution targets to use bzip2 instead of
9787         gzip.
9788         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9789         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9791 1999-06-04  Nick Clifton  <nickc@cygnus.com>
9793         * config.sub: Add mcore target.
9795 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
9797         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9799 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
9801         * config.guess (dummy): Changed to $dummy.
9803 1999-05-24  Nick Clifton  <nickc@cygnus.com>
9805         * config.sub: Tidied up case statements.
9807 1999-05-22  Ben Elliston  <bje@cygnus.com>
9809         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9810         <jiro@din.or.jp>.
9812         * config.guess: Merge with FSF version. Future changes will be
9813         more accurately recorded in this ChangeLog.
9814         * config.sub: Likewise.
9816 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
9818          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9820 1999-04-30  Tom Tromey  <tromey@cygnus.com>
9822         * ltmain.sh: [mode link] Always use CC given by ltconfig.
9824 1999-04-23  Tom Tromey  <tromey@cygnus.com>
9826         * ltconfig, ltmain.sh: Update to libtool 1.2f.
9828 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
9830         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9831         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9832         Bad merge removed these two changes.
9834 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
9835                           Martin Heller (Ing.-Buero_Heller@t-online.de)
9837         * config.guess (interix Alpha): Add.
9839 1999-04-11  Richard Henderson  <rth@cygnus.com>
9841         * configure.in (i?86-*-beos*): Do config gperf; don't config
9842         gdb, newlib, or libgloss.
9844 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
9846         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9847         link a trivial program with -mabi=64.  If it fails, remove mabi=64
9848         from multidirs.
9850 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
9852         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9854 1999-04-08  Nick Clifton  <nickc@cygnus.com>
9856         * config.sub: Add support for mcore targets.
9858 1999-04-07  Michael Meissner  <meissner@cygnus.com>
9860         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9861         not mt-ospace, in order to shut up assembler warning about using
9862         symbols that are named the same as registers.
9864 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
9866         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9867         dependency list for all-target-cygmon.
9869 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
9871         * config-ml.in: Check $host, not $target, for selective multilibs.
9872         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9873         thumb interworking, and underscore prefix multilibs.
9875 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
9877         * missing: Update to version from current automake.
9879 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
9881         * configure (gxx_include_dir): Removed.
9883         * configure.in (gxx_include_dir): Handle it.
9884         * Makefile.in: Likewise.
9886 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
9888         * config.sub (mips64vr4111,mips64vr4111el) Add.
9890 1999-03-21  Ben Elliston  <bje@cygnus.com>
9892         * config.guess: Correct typo for detecting ELF on FreeBSD.
9894 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
9896         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9897         config/mh-djgpp.
9899 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
9901         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9902         all-target-newlib to dependency list for all-target-bsp.
9904 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9906         * config.sub: Add i386-uwin support.
9907         * config.guess: Likewise.
9909 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9911         * configure.in: cleanup, add mh-*pic handling for arm, special
9912         case powerpc*-*-aix*
9914 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
9916         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9917         can be built.
9919 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
9921         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
9922         targets.
9924 1999-03-02  Nick Clifton  <nickc@cygnus.com>
9926         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9928 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
9930         * config.sub: Check for "cygwin*" rather than "cygwin32*"
9932 1999-02-24  Nick Clifton  <nickc@cygnus.com>
9934         * config.sub: Fix typo in arm recognition.
9936 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
9938         * configure.in (noconfigdirs): Changed target_configdirs to
9939         include target-bsp only for m68k-*-elf* and m68k-*-coff*
9940         rather than m68k-*-* since it is not known to work on
9941         m68k-aout. Ditto for arm-*-*oabi.
9943 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
9945         * configure.in (*-*-windows*): Remove, no longer used.
9947 1999-02-19  Ben Elliston <bje@cygnus.com>
9949         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9950         Smart and improved by Andrew Cagney.
9952 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
9954         * config.guess: Recognize openbsd-*-hppa.
9956 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
9958         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9959         only if it is not empty.
9961 1999-02-17  Nick Clifton  <nickc@cygnus.com>
9963         Patch from: Scott Bambrough <scottb@corelcomputer.com>
9965         * config.guess: Modified to recognize uname's armv* syntax.
9967         * config.sub: Modified to recognize uname's armv* syntax.
9969 1999-02-17  Mark Salter  <msalter@cygnus.com>
9971         * configure.in: Added target-bsp for sparclite.
9973 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
9975         * config.sub: Recognize alphapca5[67] and up to alphaev8.
9977 1999-02-08  Nick Clifton  <nickc@cygnus.com>
9979         * configure.in: Add support for strongarm port.
9980         * config.sub: Add support for strongarm target.
9982 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9984         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9985         the old name config/mh-cygwin32.
9986         Enable texinfo.
9988 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
9990         * configure.in: Do build ld for ix86 Solaris.
9992 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
9994         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
9995         $AR_FOR_TARGET.  Likewise for RANLIB.
9997 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
9999         * config.sub (oabi):  Recognize.
10000         * configure.in (arm-*-oabi):  Handle.
10002 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
10004         * config.guess: Improve detection of i686 on UnixWare 7.
10006 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10008         * config.guess: Add support for i386-pc-interix.
10009         * config.sub: Likewise.
10010         * configure.in: Likewise.
10012 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
10014         * Makefile.in: Remove unneeded all-target-libio from
10015         from all-target-winsup target since it is now unneeded.
10016         Add all-target-libtermcap in its place since it is now
10017         needed.
10019 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
10021         * configure.in: makefile stub for cygwin target is probably
10022         unnecessary.  Remove it for now.
10024 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
10026         * configure.in: libtermcap.a should be built when cygwin is the
10027         target as well as the host.
10028         * config.guess: Allow mixed case in cygwin uname output.
10029         * Makefile.in: Add libtermcap target.
10031 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
10033         * config.sub: Clean up handling of hppa2.0.
10035 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
10037         * config.guess: Use C code to identify more HP machines.
10039 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
10041         * config.sub: Handle hppa2.0.
10043 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
10045         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
10046         cygmon for all sparclite targets, regardless of object format.
10048 1998-12-15  Mark Salter  <msalter@cygnus.com>
10050         * configure.in: Added target-bsp for several target architectures.
10052         * Makefile.in: Added rules for bsp.
10054 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
10056         * config.guess: Improve detection of hppa2.0 processors.
10058 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
10060         * config.guess: Recognize FreeBSD using ELF automatically.
10062 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
10064         * configure (skip-this-dir): Add handling for new shell script, which
10065         might be created by a sub-directory's configure to indicate, this particular
10066         directory is "unwanted".
10067         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10069 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
10071         * ltconfig: import from libtool, after changing libtool to
10072         account for the cygwin name change.
10074 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
10076         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10077         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10079 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
10081         * configure.in: Add libtermcap to list of cygwin dependencies.
10083 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
10085         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10086         they include winsup/include when it's a cygwin target.
10088 1998-11-12  Tom Tromey  <tromey@cygnus.com>
10090         * configure.in (host_tools): Added zip.
10091         * Makefile.in (all-target-libjava): Depend on all-zip.
10092         (all-zip): New target.
10093         (ALL_MODULES): Added all-zip.
10094         (NATIVE_CHECK_MODULES): Added check-zip.
10095         (INSTALL_MODULES): Added install-zip.
10096         (CLEAN_MODULES): Added clean-zip.
10098 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
10100         * Makefile.in: lose "32" from comment about cygwin.
10102 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
10104         * configure.in: Use -Os to build target libraries for the fr30.
10106 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
10108         * config.sub: Add fr30.
10110 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
10112         * configure.in: drop "32" from config/mh-cygwin32.  Check
10113         cygwin* instead of cygwin32*.
10114         * config.sub: Check cygwin* instead of cygwin32*.
10116 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
10118         * config.guess: Match any version of Unixware7.
10120 1998-10-20  Syd Polk  <spolk@cygnus.com>
10122         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10123         if desired.
10125 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
10127         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10128         these if the appropriate directories and files to not exist.
10130 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
10132         * Makefile.in (DEVO_SUPPORT): Add config.if.
10134 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10136         * configure: Add pattern to replace "build_tooldir"'s
10137         definition in the generated Makefile with "tooldir"'s
10138         actual value.
10140 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
10142         * config.sub: Bring back lost sparcv9.
10144         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10146 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
10148         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10149         CC_FOR_TARGET and friends.
10151 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
10153         * Makefile.in (build_tooldir): New variable, same as tooldir.
10154         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10155         -B$(build_tooldir)/bin/.
10156         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10158 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10160         * README: Remove installation instructions and refer to the
10161         INSTALL directory instead.
10163 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
10165         * config.sub: Add support for i[34567]86-pc-udk.
10166         * configure.in: Likewise.
10168 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
10170         * Makefile.in: add bzip2 package building bits for user
10171         tools module
10172         * configure.in: ditto
10174 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
10176         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10177         (ALL_TARGET_MODULES): Add all-target-libobjc.
10178         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10179         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10180         (all-target-libchill): Add dependencies.
10181         * configure.in (target_libs): Add libchill.
10183 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
10185         * configure.in (target_subdir): Remove duplicate line.
10187 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
10189         * Makefile.in (all-automake): fix dependencies.
10191 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
10193         * configure.in: Minor cleanups for building in the $(target_alias)
10194         subdir.
10196 1998-09-22  Jim Wilson  <wilson@cygnus.com>
10198         * Makefile.in (bootstrap): Set r and s before make all.  Use
10199         BASE_FLAGS_TO_PASS in make all.
10200         (cross): Likewise.
10202 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
10204         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10206 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
10208         * config.sub: Fix typo in last change.
10210 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10212         * config.sub: Add support for C4x target.
10213         * configure.in: Likewise.
10215 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
10217         * config.sub: Recognize sparcv9 just like sparc64.
10219 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
10221         * config.guess: Match "Pent II" or "PentII" for OpenServer.
10223 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
10225         * config.guess: Correctly identify Pentium II sco boxes.
10227         * config.guess: Fix "tr" code.  From Weiwen Liu.
10229 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
10231         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10232         stabs.
10234 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
10236         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10237         (ALL_TARGET_MODULES): Add all-target-libchill.
10238         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10239         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10240         (all-target-libchill): Add dependencies.
10241         * configure.in (target_libs): Add libchill.
10243 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10245         * config.guess: Avoid assumptions about "tr" behaves when
10246         LANG is set to something other than English.
10248 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
10250         * configure (gxx_include_dir): Changed to
10251         '${prefix}/include/g++'-${libstdcxx_interface}.
10253         * config.if: New to determine the interfaces.
10255 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
10257         * config.guess: Detect and handle MPE/IX.
10258         * config.sub: Deal with MPE/IX.
10260 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
10262         * configure.in: Use mh-aix43.
10264 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
10266         * configure: Fix --without/--disable cases for gxx-include-dir.
10268 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
10270         * mdata-sh:  Imported.  Needed for automake support.
10272 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
10274         * Makefile.in (taz): Try "chmod -R og=u ." before
10275         "chmod og=u `find . -print`".
10277 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
10279         * configure.in: Add arm-elf and thumb-elf support.
10281 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
10283         * Makefile.in: Undo previous patch.
10285 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
10287         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10288         to here ...
10289         (install-no-fixedincludes): and here
10290         (INSTALL_MODULES): ... from here.
10292 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10294         * config.sub: Merge with FSF.
10296         * config.guess: Merge with FSF.
10298 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
10300         * configure (extraconfigdirs): New variable.
10301         (SUBDIRS): Add extraconfigdirs and recurse on them too.
10302         * Makefile.in (all): Move higher in file.
10303         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10304         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10305         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10306         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10307         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10309 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
10311         * Makefile.in (all-target-libjava): Depend on all-gcc and
10312         all-target-newlib.
10313         (configure-target-libjava): Depend on $(ALL_GCC).
10315 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
10317         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10318         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10320 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
10322         * INSTALL/README: Fix typo.
10324 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10326         * ylwrap: Change absolute path checks to check for DOS style path
10327         names.
10329         * ylwrap: Don't use a full path name if the source file is in the
10330         same directory.  From hjl@lucon.org (H.J. Lu).
10332         * config-ml.in: Default to being verbose, to match Feb 18 change to
10333         configure.
10335 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
10337         Brought over from egcs:
10339         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10341         * configure.in (target_subdir): Set to ${target_alias} instead
10342         of "libraries".
10344         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
10346         * configure.in (target_subdir): Set to libraries if enable_multilib.
10348 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
10350         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10351         multilibs, force reconfiguration the first time we create
10352         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10354 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
10356         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10357         avoid confusion with --no-recursion.
10359 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
10361         * configure.in: Win32 hosts shouldn't use install -x
10362         * install-sh: remove -x option, and special .exe-handling
10363         hack.
10365 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
10367         * config.guess: Recognize i586-pc-beos.
10368         * configure.in: Don't build some bits for beos.
10370 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10372         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10373         CFLAGS default to -O2.
10375         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10376         when using GNU ld.
10378 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
10380         * ltmain.sh: Correct install when using a different shell.
10382 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10384         * ltconfig, ltmain.sh: Update to libtool 1.2b.
10386 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
10388         * makefile.vms: Update to build binutils/makefile.vms.  Add install
10389         target.
10391 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
10393         * ltconfig: Update to correct AIX handling.
10395 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10397         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10399         * configure.in (target_subdir): Set to ${target_alias} instead
10400         of "libraries".
10402 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
10404         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10405         (Makefile): Depend on $(gcc_version_trigger).
10407         * configure (gcc_version): Change default initializer to empty
10408         string.
10409         (gcc_version_trigger): New variable; pass this variable down
10410         to subdir configures to enable them checking gcc's version
10411         themselves. Emit make macros for both gcc_version vars.
10412         (topsrcdir): Initialize reliably.
10413         (recursion line): Remove --with-gcc-version=${gcc_version}.
10415 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10417         * configure (enable_version_specific_runtime_libs): Implement new flag
10418         --enable-version-specific-runtime-libs which installs C++ runtime stuff
10419         in $(libsubdir); emit definition in each generated Makefile.
10420         (gxx_include_dir): Initialize depending on
10421         $enable_version_specific_runtime_libs.
10423 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10425         * configure (gcc_version): Initialize properly depending on
10426         how and where configure is started.
10427         (recursion line): Pass a --with-gcc-version=${gcc_version}
10428         to configures in subdirs.
10430 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
10432         * configure.in (noconfigdirs): Add configure pattern for mips tx39
10433         cygmon
10435 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
10437         * configure.in: Add cygmon and libstub support for mn10200.
10439 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
10441         * configure (gcc_version): Add new variable describing the
10442         particular gcc version we're building.
10443         * Makefile.in (libsubdir): Add new macro for the directory
10444         in which the compiler finds executables, libraries, etc.
10445         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10446         and libsubdir.
10448 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10450         * Makefile.in (local-clean): Remove *.log.
10451         (warning.log): Built with warn_summary from build.log.
10452         (mail-report.log): Run test_summary.
10453         (mail-report-with-warnings.log): Run test_summary including
10454         warning.log in the report.
10456 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
10458         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10460 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10462         * Makefile.in (grep): Grep no longer depends on libiberty.
10464 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
10466         * Makefile.in: all-snavigator needs all-libgui.
10468 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
10470         * configure.in: Add cygmon and libstub support for mn10300.
10472 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
10474         * missing: Update to version from automake 1.3.
10476         * ltmain.sh: On installation, don't get confused if the same name
10477         appears more than once in the list of library names.
10479 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10481         * config.sub: Accept m68060 and m5200 as CPU names.
10483 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
10485         * configure: Use && rather than using -a in test, because odd
10486         strings can confuse test.
10487         * configure.in: Likewise.
10489 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10491         * ltconfig, ltmain.sh: Bring in Visual C++ support.
10493 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10495         * Makefile.in (boostrap2-lean, bootstrap3-lean,
10496         bootstrap4-lean): New targets.
10498 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
10500         * mpw-* Delete.  Not used.
10502 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
10504         * COPYING.LIB: Update FSF address.
10506 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
10508         * ltconfig, ltmain.sh: Update to libtool 1.2a.
10510         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10511         GAS_SUPPORT_DIRS.
10513 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
10515         * ltconfig, ltmain.sh: Avoid producing a version number if
10516         -version-info was not used.
10518 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10520         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10521         building with newlib.
10523 1998-04-30  Paul Eggert  <eggert@twinsun.com>
10525         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10526         Solaris `make' causes it to continue to next definition.
10528 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10530         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10531         the right GUI libraries and files are installed along with GDB.
10533 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10535         * configure.in: Change alpha to alpha* in several places.
10537 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
10539         * config.sub: Recognize sparc86x.
10541 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
10543         * configure.in (--enable-target-optspace): Remove debug echo.
10545 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
10547         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10549 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10551         * ltconfig: Update cygwin32 support.
10553         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10554         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10555         (GDB_SUPPORT_DIRS): Likewise.
10557 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
10559         * configure.in (target_makefile_frag): If --enable-target-optspace,
10560         use -Os to compile target libraries rather than -O2.  Default to
10561         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10562         not used.
10563         * configure.in (target_cflags): Ditto for d30v.
10565 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
10567         * Makefile.in (all-bfd): Depend on all-intl.
10568         (all-binutils): Likewise.
10569         (all-gas): Likewise.
10570         (all-gprof): Likewise.
10571         (all-ld): Likewise.
10573 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
10575         * configure.in (host_tools): Fix typo, lbtool -> libtool.
10577 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10579         * Makefile.in (all-bfd): Depend upon all-libiberty.
10581         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10583 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
10585         * Makefile.in: Add libstub.
10587         * configure.in: Ditto. Build libstub for targets that have cygmon
10588         support.
10590 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
10592         * configure.in: Don't set PICFLAG on ix86-cygwin32.
10594 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
10596         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10597         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
10599 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
10601         * configure: Define DEFAULT_M4 by searching PATH.
10602         * Makfile.in: Use DEFAULT_M4.
10604 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10606         * ltconfig: Add cygwin32 support.
10608         * Makefile.in, configure.in: Add libtool as a native only directory
10609         to configure and build.
10611 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
10613         * Makefile.in (INSTALL_MODULES): Remove texinfo.
10615 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
10617         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10619 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
10621         * Makefile.in: add ash make rules
10622         * configure.in: add ash to native_only and host_tools lists
10624 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
10626         * Makefile.in (all-gettext, all-intl): New targets.
10627         (ALL_MODULES): Added all-gettext, all-intl.
10628         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10629         (INSTALL_MODULES): Added install-gettext, install-intl.
10630         (CLEAN_MODULES): Added clean-gettext, clean-intl.
10632         * configure.in (host_tools): Added gettext.
10633         (native_only): Likewise.
10634         (noconfigdirs) [various cases]: Likewise.
10635         (host_libs): Added intl.
10637 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
10639         * configure: Do not disable building gdbtk for cygwin32 hosts.
10641 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
10643         * configure.in: Add thumb-coff target.
10644         * config.sub: Add thumb-coff target.
10646 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10648         * Makefile.in: Revert yesterday's change.
10649         (all-target-winsup):  all-target-librx stays out of here.
10651 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10653         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10654         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10655         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10656         Remove references to librx and libg++.
10658 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
10660         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10661         recursive makes
10663 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
10665         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10666         for newlib directory.
10667         (CXX_FOR_TARGET): Likewise.
10669 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
10671         * ltconfig: Update after libtool/ltconfig.in change for
10672         hpux11.
10674 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
10676         * ltconfig, ltmain.sh: Update to libtool 1.2.
10678 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10680         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10681         (install-gcc-cross): Instead, override LANGUAGES here.
10683 1998-03-18  Dave Love  <d.love@dl.ac.uk>
10685         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10686         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10688 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
10690         * configure.in: Add Thumb-pe target.
10692 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
10694         * Makefile.in - changed sn targets to snavigator
10695         * configure.in - changed sn targets to snavigator
10697 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10699         * config-ml.in: After building symlink tree call make distclean
10700         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10701         to be the case for libiberty.
10703 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
10705         * configure: When making link, also check the current
10706         directory. The configure scripts may create one.
10708 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
10710         * config.sub: Accept alphapca56 and alphaev6 properly.
10712 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10714         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10716 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10718         * config.sub (sco5): Fix typo.
10720 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
10722         * Makefile.in (INSTALL_MODULES): Move install-tcl before
10723         install-itcl.
10724         (install-itcl): Remove dependency on install-tcl.
10726 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
10728         * configure.in: Remove libgloss from noconfigdirs for MN10300.
10730 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
10732         * configure.in: Don't build libgui for a cygwin32 target when not on
10733         a cygwin32 host.
10735 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10737         * configure (redirect): Set to null, so default behavior of
10738         configure is now --verbose.
10740 1998-02-16  Dave Love  <d.love@dl.ac.uk>
10742         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10743         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10745 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
10747         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10748         this change to sync Makefile.in with its ChangeLog entries.
10750 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
10752         * ltmain.sh (mkdir): Check that the directory doesn't exist
10753         before we exit with error, so that we don't get races during
10754         parallel builds.
10756 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10758         * ltconfig, ltmain.sh: Update from libtool 1.0i.
10760 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10762         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10763         PICFLAG_FOR_TARGET.
10764         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10766         * configure: Emit a definition for the new macro enable_shared
10767         into each Makefile.
10769 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10771         * configure.in (host_tools, native_only): Add libtool.
10773 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
10775         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10776         Fix typo in ming config comment.
10778 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10780         * ltconfig, ltmain.sh: Update from libtool 1.0h.
10782 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
10784         * config.sub: Add tic30 cases, and map c30 to tic30.
10786 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
10788         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10789         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10790         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10791         (CLEAN_TARGET_MODULES): Similarly
10792         (all-target-libf2c): Add dependences.
10793         * configure.in (target_libs): Add libf2c.
10795 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
10797         * configure.in: Remove expect from noconfigdirs when target
10798         is cygwin32.  OK to build expect and dejagnu with Canadian
10799         Cross.
10801 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
10803         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10804         host.
10806         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10807         and mingw32.
10809 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10811         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10812         here as it is not defined in the toplevel Makefile.
10814 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10816         * configure (package_makefile_rules_frag): New variable, which names
10817         a file with generic rules, ...
10818         Change comment to mention we now have FIVE parts.
10819         * configure: Undo last change.
10821 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
10823         * config.guess: More accurate determination of HP processor types.
10824         * config.sub: More accurate determination of HP processor types.
10826 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10828         * configure (package_makefile_frag): Move inserting the
10829         ${package_makefile_frag} to where it should be according
10830         to the comment.
10832 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
10834         * config.guess: Add support for Linux/ARM.
10836 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
10838         * .cvsignore: Remove *-info and *-install since they match
10839         release-info and mpw-install, which we don't want to just ignore.
10841 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
10843         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10845 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
10847         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10848         local_prefix to sub-make invocations.
10850 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
10852         * configure.in: Check makefile fragments in the source
10853         directory.
10855 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10857         * configure.in: Check whether host and target makefile
10858         fragments exist before adding them to *_makefile_frag.
10860 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
10862         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10864 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
10866         * configure.in: Make sure we only replace RPATH_ENVVAR on
10867         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10868         regexp to sed.
10870         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10871         to sub-makes.
10873 1998-01-13  Lee Iverson   (leei@ai.sri.com)
10875         * config-ml.in (multi-do): LDFLAGS must include multilib
10876         designator.
10878 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
10880         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10882 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
10884         * config.sub: Add mingw32 support.
10885         * configure.in: Likewise.
10887 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10889         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10891 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
10893         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10894         * configure (gxx_include_dir): Provide a definition for subdirs
10895         which do not use autoconf.
10897 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
10899         * config.guess: Sync with egcs.  Picks up new alpha support,
10900         BeOS & some additional linux support.
10902 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
10904         * config.guess: HP 9000/803 is a PA1.1 machine.
10906 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
10908         * configure.in: It's alpha*-...
10910 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10912         * configure.in (host_makefile_frag, target_makefile_frag):
10913         Handle multiple config files.
10914         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10915         alpha-*-*.
10917 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
10919         * mkdep: New file.
10921 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
10923         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10925 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
10927         * Makefile.in: Add libgui directory.
10928         (GDB_TK): Add all-libgui.
10929         * configure.in: Add libgui directory.
10930         * configure: Add all-libgui to GDB_TK.
10932 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
10934         * config-ml.in (multidirs): Add m32r to multilib list.
10936 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
10938         * Makefile.in (all-target-gperf): Change dependency to
10939         all-target-libstdc++.
10941 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
10943         * config.guess: Add BeOS support.
10945 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
10947         Source directory cvs renamed to cvssrc:
10948         * configure.in (host_tools): Change cvs to cvssrc.
10949         (native_only): Likewise.
10950         (noconfigdirs) [various cases]: Likewise.
10951         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10952         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10953         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10954         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10955         (all-cvssrc): Rename target from all-cvs.
10957 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
10959         * configure (gxx_include_dir): Fix thinko.
10961 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
10963         * Makefile.in (INSTALL_TARGET_CROSS): Define.
10964         (install-cross, install-gcc-cross): New targets.
10966 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
10968         * configure.in (noconfigdirs): Add support for Thumb target.
10970         * config.sub (maybe_os): Add support for Thumb target.
10972 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
10974         * Makefile.in: Add rules for cygmon.
10976         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10978 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
10980         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10981         * configure (gxx_include_dir): Provide a definition for subdirs
10982         which do not use autoconf.
10984 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
10986         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
10987         11/18/97 build
10989 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
10991         * From Franz Sirl.
10992         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10993         found on RedHat Linux systems.
10995 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
10997         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10998         guesses.
11000 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
11002         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11004 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
11006         * ltmain.sh: If mkdir fails, check whether the directory was created
11007         anyhow by some other process.
11009 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
11011         * configure.in (d30v-*-*): Configure all directories.
11013 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
11015         * configure.in (d30v-*-*): Configure newlib, libiberty directories
11016         for the D30V.
11018 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
11020         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11022 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
11024         * include/libiberty.h: Add extern "C" { so it can be used with C++
11025         progrms.
11026         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
11027         programs.
11029 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
11031         * configure.in (d30v-*-*): Configure GCC now.
11033 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
11035         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11036         is no longer needed.
11038 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
11040         * Makefile.in: check-target-libio depends on all-target-libstdc++.
11042 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
11044         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11045         targets using "$@" to provide support for similar but not identical
11046         targets without having to duplicate code.
11048 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
11050         * makefile.vms: Fix to work with DEC C.
11052 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
11054         * config.sub: Add mips-tx39-elf to marketing names.
11056 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
11058         * ltmain.sh: Handle symlinks in generated script.
11060 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
11062         * configure: Handle autoconf style directory options: --bindir,
11063         --datadir, --includedir, --infodir, --libdir, --libexecdir,
11064         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11065         --sysconfdir.
11066         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11067         (sharedstatedir, localstatedir, oldincludedir): New variables.
11068         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11069         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11070         sbindir, sharedstatedir, and sysconfdir.
11072 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11074         * Makefile.in (bootstrap-lean): New target.
11076 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
11078         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
11079         sn, and gnuserv from noconfigdirs.
11081 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
11083         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11085 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
11087         * Makefile.in (cross): New target.
11089 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
11090                           Jeff Law         <law@cygnus.com>
11092         * Makefile.in (bootstrap2, bootstrap3): New targets.
11093         (all-bootstrap): Remove outdated and confusing target.
11094         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11096 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11098         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11099         windows.  Consistent with gdb/configure.
11101 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
11103         * configure.in: Name Linux target fragment.
11105         * configure: Rewrite so that project Makefile fragment is inserted
11106         first and appears last in the resulting Makefile.
11108 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11110         * Makefile.in (install-itcl): Install tcl first.
11112 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
11114         * configure.in: remove bison from noconfigdirs for Cygwin32 host
11116 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11118         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11120         * configure.in (skipdirs): Add target-librx for Linux.
11121         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11123 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
11125         * Makefile.in (bootstrap): New target.
11127 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
11129         * config.sub: Accept 'amigados' for backward compatibility.
11131 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
11133         * config.guess: Merge with FSF.
11135 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
11137         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11139 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
11141         * config.sub: Add "marketing-names" patch.
11143 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
11145         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11147 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
11149         * config.sub: Handle v850-elf.
11151 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
11153         * .cvsignore (*-install): Remove.
11155 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
11157         * ltconfig: Set CONFIG_SHELL in libtool.
11158         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11160 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11162         * configure.in (target_subdir): Set to libraries if enable_multilib.
11164 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
11166         * config.guess: Update from gcc directory.
11168 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11170         * Makefile.in (all-sim): Depends on all-readline.
11172 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
11174         * Makefile.in (BISON, YACC): Use $$s.
11175         (all-bison): Depend on all-texinfo.
11177 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
11179         * Makefile.in (BISON): Add -L flag.
11180         (YACC): Likewise.
11182 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11184         * configure.in (noconfigdirs): Add support for v850e target.
11186         * config.sub (maybe_os): Add support for v850e target.
11188 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11190         * configure.in (noconfigdirs): Add support for v850ea target.
11192         * config.sub (maybe_os): Add support for v850ea target.
11194 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
11196         * config.sub: Add mipstx39.  Delete r3900.
11198 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11200         * Makefile.in (all-autoconf): Depends on all-texinfo.
11202 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
11204         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11205         eabi targets.
11207 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
11209         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11211         * configure: When handling a Canadian Cross, handle YACC as well as
11212         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
11213         * Makefile.in (all-bison): Depend upon all-texinfo.
11215 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
11217         * Makefile.in (BISON): bison, not byacc or bison -y.
11218         (YACC): bison -y or byacc or yacc.
11219         (various): Add *-bison as appropriate.
11220         (taz): No need to mess with BISON anymore.
11222 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
11224         * configure: If OSTYPE matches *win32*, try to find a good value for
11225         CONFIG_SHELL.
11227 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
11229         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11230         configure.in if it is present.
11232 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
11234         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11236 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
11238         * config.sub: Recognize `arc' cpu.
11239         * configure.in: Likewise.
11240         * config-ml.in: Likewise.
11242 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
11244         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11246 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
11248         * configure: Changed sed delimiter from ':' to '|' when
11249         attempting to substitute ${config_shell} for SHELL. On
11250         NT ${config_shell} may contain a ':' in it.
11252 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
11254         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11256 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
11258         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11260 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11262         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11264         * ylwrap: If the program is a relative path, force it to be
11265         absolute.
11267 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11269         * configure (tooldir): Set BISON to `bison -y' and not just bison.
11271 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11273         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11274         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11275         for libraries.
11277 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
11279         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11280         separated by spaces.
11282 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
11284         * ylwrap: New file.
11285         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11287         * ltmain.sh: Handle /bin/sh at start of install program.
11289         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11291         * ltconfig, ltmain.sh: New files, from libtool 1.0.
11292         * missing: New file, from automake 1.2.
11294 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
11296         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
11297         check-tk to CHECK_X11_MODULES.
11299 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11301         * config.sub: Merge with FSF.
11303 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11305         * config.guess: Merge with FSF.
11307 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11309         * configure: Treat msdosdjgpp like go32.
11310         * configure.in: Likewise.  Don't remove gprof for go32.
11312         * configure: Change Makefile.tem2 to Makefile.tm2.
11314 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
11316         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11318 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11320         * install-sh (chmodcmd): Set to null if the DST directory already
11321         exists.  Same as Nov 11th change.
11323 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
11325         * configure (GDB_TK): Needs itcl and tix.
11327 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
11329         * config.guess: Update from FSF.
11331 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
11333         * Makefile.in (GDB_TK): Depend on itcl and tix.
11335 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11337         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11338         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11339         (INSTALL_SCRIPT): New variable.
11340         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11341         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11342         to -x.
11343         * install-sh: Add support for -x option.
11345 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
11347         * configure.in, Makefile.in: Treat tix like itcl.
11349 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
11351         * Makefile.in (WINDRES): New variable.
11352         (WINDRES_FOR_TARGET): New variable.
11353         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11354         (EXTRA_HOST_FLAGS): Add WINDRES.
11355         (EXTRA_TARGET_FLAGS): Add WINDRES.
11356         (EXTRA_GCC_FLAGS): Add WINDRES.
11357         ($(DO_X)): Pass down WINDRES.
11358         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11359         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11360         DLLTOOL_FOR_TARGET.
11362 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
11364         * configure.in: configure sim before gdb for win32-x-ppc
11366 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11368         Move gperf into the toplevel, from libg++.
11369         * configure.in (target_tools): Add target-gperf.
11370         (native_only): Add target-gperf.
11371         * Makefile.in (all-target-gperf): New target, depend on
11372         all-target-libg++.
11373         (configure-target-gperf): Empty rule.
11374         (ALL_TARGET_MODULES): Add all-target-gperf.
11375         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11376         (CHECK_TARGET_MODULES): Add check-target-gperf.
11377         (INSTALL_TARGET_MODULES): Add install-target-gperf.
11378         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11380 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
11382         * config.sub (mn10200): Recognize new basic machine.
11384 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11386         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11387         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11389 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11391         * configure.in: If we're building mips-sgi-irix6* native, turn on
11392         ENABLE_MULTILIB and set TARGET_SUBDIR.
11394 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
11396         * Makefile.in (all-sn): Depend on all-grep.
11398 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
11400         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11402         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11403         Makefile.  From Jeff Makey <jeff@cts.com>.
11404         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11406         * Makefile.in (DISTBISONFILES): Remove.
11407         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
11408         $(DEFAULT_YACC).
11410         * configure.in: Build itl, db, sn, etc., when building for native
11411         cygwin32.
11413         * Makefile.in (LD): New variable.
11414         (EXTRA_HOST_FLAGS): Pass down LD.
11415         ($(DO_X)): Likewise.
11417 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
11419         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11421 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
11423         * configure.in (targargs): Strip out any supplied --build argument
11424         before adding our own. Always add --build.
11426 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
11428         * configure.in (targargs): Pass --build if we're doing
11429         a cross-compile.
11431 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
11433         * configure: Use '|' instead of ":" as the separator in
11434         sed. Otherwise sed chokes on NT path names with drive
11435         designators. Also look for "?:*" as the leading characters in an
11436         absolute pathname.
11438 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
11440         * config.sub: Support for r3900.
11442 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11444         * configure.in: Use install-sh, not install.sh.
11446 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11448         * Makefile.in (taz): Improve check for BISON so it doesn't try to
11449         apply it twice.
11451 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11453         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11454         install-binutils.
11456 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
11458         * Makefile.in: Add automake targets.
11459         * configure.in (host_tools): Add automake.
11461 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11463         * configure: Default CXX to c++, not gcc.
11464         * Makefile.in (CXX): Set to c++, not gcc.
11465         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11467 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
11469         * install-sh: try appending a .exe if source file doesn't
11470         exist
11472 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
11474         * configure.in: Turn on multilib by default.
11475         (cross_only): Remove target-libiberty.
11477         * Makefile.in (all-gcc): Don't depend on libiberty.
11479 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
11481         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11483 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11485         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11486         (DISTBISONFILES): Add ld/Makefile.in
11488 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
11490         * configure.in: if target is cygwin32 but host isn't cygwin32,
11491         don't configure gdb tcl tk expect, not just gdb.
11493 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
11495         * configure.in: Added gnuserv everywhere sn appears.
11497         * Makefile.in (ALL_MODULES): Added all-gnuserv.
11498         (CROSS_CHECK_MODULES): Added check-gnuserv.
11499         (INSTALL_MODULES): Added install-gnuserv.
11500         (CLEAN_MODULES): Added clean-gnuserv.
11501         (all-gnuserv): New target.
11503 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
11505         * config.guess: Fixes for MIPS OpenBSD systems.
11507 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11509         * Makefile.in (INSTALL_XFORM): Remove.
11510         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11512         * mkinstalldirs: New file, copied from automake.
11513         * Makefile.in (installdirs): Rename from install-dirs.  Use
11514         mkinstalldirs.  Change all users.
11515         (DEVO_SUPPORT): Add mkinstalldirs.
11517 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11519         * install-sh: Rename from install.sh.
11520         * Makefile.in (INSTALL): Change install.sh to install-sh.
11521         (DEVO_SUPPORT): Likewise.
11523         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
11524         Graichen <graichen@rzpd.de>.
11526 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
11528         * config.guess: Recognize OpenBSD systems correctly.
11530 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11532         * README, Makefile.in (ETC_SUPPORT): Remove references to
11533         cfg-paper*, configure.{texi,man,info*}._
11535 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
11537         * Makefile.in (all.normal): Ensure that gcc is built after all
11538         the x11 - ie gdb - targets.
11540 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
11542         * makefile.vms: Don't run conf-a-gas.
11544 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
11546         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11548 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
11550         * configure.in: Remove noconfigdirs case since gdb also
11551         configures and builds for tic80-coff.
11553 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11555         * configure: Set cache_file to config.cache.
11556         * Makefile.in (local-distclean): Remove config.cache.
11558 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11560         * COPYING: Update FSF address.
11562 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
11564         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11565         noconfigdirs.
11567 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11569         * Makefile.in (install-dirs): Don't crash if prefix, and hence
11570         MAKEDIRS, is empty.
11572 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
11574         * config.sub: Tweak mn10300 entry.
11576 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
11578         * configure.in (host_tools): Put sim before gdb, so gdb's
11579         configure.tgt can determine if the simulator was configured.
11581 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
11583         * config.sub: Move BeOS $os case to be with other Cygnus
11584         local cases.
11586 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
11588         * config.sub: Remove misplaced comment that broke Linux.
11590 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
11592         * config.sub: Add BeOS support.
11594 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
11596         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11598 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
11600         * configure.in (noconfigdirs): Remove tcl and tk from
11601         noconfigdirs for cygwin32 builds.
11603 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
11605         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11607 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
11609         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11610         make-all.com, use makefile.vms instead.
11612 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
11614         * config.sub: Accept -lnews*.
11616 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
11618         * configure.in (noconfigdirs): Disable target-newlib,
11619         target-examples and target-libiberty for d30v.
11621 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11623         * configure.in (noconfigdirs): Enable ld for d30v.
11625 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
11627         * configure.in (tic80-*-*): Build compiler.
11629 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
11631         * configure.in (d30v-*): Remove sim directory from list of
11632         unsupported d30v directories
11634 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11636         * config.sub, configure.in: Add d30v target cpu.
11638 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
11640         * makefile.vms: New file.
11641         * make-all.com: Remove.
11643 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
11645         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11647 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
11649         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11651 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
11653         * Makefile.in (ALL_MODULES): Added all-db.
11654         (CROSS_CHECK_MODULES): Addec check-db.
11655         (INSTALL_MODULES): Added install-db.
11656         (CLEAN_MODULES): Added clean-db.
11658 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
11660         * config.guess: Merge with latest FSF sources.
11662 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
11664         * Makefile.in (ALL_MODULES): Added all-itcl.
11665         (CROSS_CHECK_MODULES): Added check-itcl.
11666         (INSTALL_MODULES): Added install-itcl.
11667         (CLEAN_MODULES): Added clean-itcl.
11669 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
11671         * configure.in: build gdb for mn10200
11673 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
11675         * Makefile.in (all-target-winsup): Depend on all-target-libio.
11677 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
11679         * configure.in (tic80-*-*): Turn off most targets right now.
11681 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
11683         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11684         rather than the makeinfo program.
11685         (do-info): Depend upon all-texinfo.
11687 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11689         * configure.in: Remove uses of config/mh-linux.
11691         * config.sub, config.guess: Merge with latest FSF sources.
11693 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
11695         * config.sub (case $basic_machine): Add tic80 entries.
11697 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
11699         * config.sub, config.guess: Merge with latest FSF sources.
11701 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
11703         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11704         * mpw-config.in: Test for NewFolderRecursive.
11705         * mpw-install: Use symbolic name for startup filename.
11706         * mpw-README: Add various additional details.
11708 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
11710         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11712 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
11714         * configure.in: Do build gcc and the target libraries for
11715         the mn10200.
11717 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
11719         * configure.in: don't avoid building gdb for mn10300 any more
11720         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11721         instead of single-quoting it.
11723 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
11725         * configure.in: Don't use --with-stabs on IRIX 6.
11727 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
11729         * configure.in (m32r): Build gdb, libg++ now.
11731 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11733         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
11734         directories from noconfigdirs.
11736 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
11738         * config.sub (basic_machine): added mips16 configuration
11740 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11742         * config.sub: Handle d10v-unknown.
11744 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
11746         * config.sub: Handle v850-unknown.
11748 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
11750         * Makefile.in: add findutils
11751         * configure.in: add findutils to list of host_tools
11753 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
11755         * config.sub: Handle mn10200 and mn10300.
11757 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11759         * configure.in (d10v-*): Do not build librx.
11761 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
11763         * configure.in (mn10300): Build everything except gdb & libgloss.
11765 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
11767         * config.guess:  Patch for Dansk Data Elektronik servers,
11768         from Niels Skou Olsen <nso@dde.dk>.
11770         For ncr, use /bin/uname rather than uname, since GNU uname does not
11771         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
11773         Patch for MIPS R4000 running System V,
11774         from Eric S. Raymond <esr@snark.thyrsus.com>.
11776         Fix thinko for nextstep.
11778         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11780         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
11781         * config.guess: Guess mips-dec-mach_bsd4.3.
11783         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
11784         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
11785         release numbers.
11786         * config.guess (mips-mips-riscos*):  Emit just enough of the
11787         release number.
11789         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
11790         * config.guess (sparc-auspex-sunos*):  Added.
11791         (f300-fujitsu-*): Added.
11793         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
11794         * config.guess:  Recognize a Tadpole as a sparc.
11796 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11798         * config.guess: Don't assume that NextStep version is either 2 or
11799         3.  NextStep 4 (aka OpenStep 4) has come out now.
11801 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11803         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11804         From Rik Faith <faith@cs.unc.edu>.
11806 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
11808         * config.sub: Contributions from bug-gnu-utils to:
11809         Support plain "hppa" (no version given) architecture, reported by
11810         OpenStep.
11811         OpenBSD like NetBSD.
11812         LynxOs is not a hardware supplier.
11814         * config.guess: Contributions from bug-gnu-utils to add support for:
11815         OpenBSD like NetBSD.
11816         Stratus systems.
11817         More Pyramid systems.
11818         i[n>4]86 Intel chips.
11819         M680[n>4]0 Motorola chips.
11820         Use unknown instead of lynx for hardware manufacturer.
11822 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11824         * install.sh (chmodcmd): Set to null if the DST directory already
11825         exists.
11827 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11829         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11830         not use mt-ppc target Makefile fragment any more.
11832 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11834         * configure.in (*-*-windows):  Exclude everything but those dirs
11835         needed to build windows.
11837 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
11839         * Makefile.in (all-target-winsup): Depend on all-target-librx.
11841 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11843         * configure.in:  Exclude mmalloc from i386-windows.
11845 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11847         * Undo my previous change.
11849 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
11851         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11852         unconditionally.
11853         (MAKEOVERRIDES): Define (revert this part of October 18 change).
11855 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11857         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
11858         host to add it's own flags.
11860 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
11862         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11864 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
11866         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11867         (CXX_FOR_TARGET): Likewise.
11868         (GCC_FOR_TARGET): Define.
11869         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11870         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11871         CC_FOR_TARGET was specified on the command line.
11872         (MAKEOVERRIDES): Don't define.
11874 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
11876         * configure.in (m32r): Fix spelling of libg++ libs.
11878 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
11880         * config.sub (-apple*): Remove, now redundant.
11882 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
11884         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11886         * configure: Rework yesterday's sed script patch.
11888         * config.sub: Merge with FSF.
11890 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
11892         * config.guess:  Merge from FSF.
11894         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
11895         * config.guess: Use pc instead of unknown, for pc clone systems.
11896         Change linux to linux-gnu.
11898         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
11899         * config.guess: Avoid non-portable tr syntax.
11901 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
11903         * test-build.mk (HOLES): Add "xargs" for gdb.
11905         * configure: Avoid hpux10.20 sed bug.
11907 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
11909         * configure.in:  Add support for windows host
11910         (that is a build done under the Microsoft build environment).
11912 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
11914         * Makefile.in: Replace all uses of srcroot with s, to shrink
11915         command line lengths.
11917         Patches from Geoffrey Noer <noer@cygnus.com>:
11918         * configure.in: If configuring for newlib, pass --with-newlib to
11919         subdirectories.
11920         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11921         -Bnewlib/ and -Lwinsup to gcc.
11922         (CXX_FOR_TARGET): Likewise.
11924 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
11926         * Makefile.in (ETC_SUPPORT): Add configure.
11928 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
11930         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
11931         host configuration file.
11933 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
11935         * configure.in: Break mn10x00 support into separate
11936         mn10200 and mn10300 configurations.
11937         * config.sub: Likewise.
11939 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
11941         * configure.in: Add lots of stuff to noconfigdirs for
11942         the mn10x00 targets.
11944         * config.sub, configure.in: Add mn10x00 support.
11946 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
11948         * make-all.com: Call conf-a-gas, not config-a-gas.
11950 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
11952         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
11953         targets.
11955 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
11957         * mpw-README: Add much more detail for native PowerMac.
11958         * mpw-install: New file.
11959         * mpw-configure: Add --norecursion and --help options.
11960         * mpw-config.in: Translate readme and install files when
11961         copying to objdir.
11962         * mpw-build.in: Don't always depend on byacc and flex.
11963         (install-only-top): New action.
11965 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
11967         * configure.in:  You can now configure GDB for the v850.
11969 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
11971         * configure.in (noconfigdirs): Don't configure any C++ dirs
11972         if targeting D10V.
11974 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11976         * config.sub: Recognize mips64vr5000.
11978 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
11980         * configure.in: Use a single line for host_tools and native_only.
11982 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
11984         * config.sub, configure.in: Add entries for m32r.
11986 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
11988         * Makefile.in (inet-install): Don't run install-gzip.
11990 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
11992         * configure.in:  Don't config lots of things for *-*-windows*.
11994 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
11996         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11997         (host_libs, host_tools): Copy from configure.in.
11998         * mpw-configure: Don't complain about directories not found.
12000 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12002         * configure.in (i[345]86): Recognize i686 for pentium pro.
12003         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12004         file.
12006         * config.guess (i[345]86): Ditto.
12008 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12010         * configure.in (noconfigdirs): Removed gdb for D10V.
12012 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
12014         * configure.in: Remove ld, target-libio, target-libg++, and
12015         target-libstdc++ from noconfigdirs.
12017 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
12019         * configure: Fix three locations where shell scripts were
12020         being run directly rather than with config_shell.
12022 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
12024         * configure.in (v850-*-*): Set up initial $noconfigdirs.
12025         * config.sub (basic_machine): Recognize v850.
12027 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
12029         * mpw-configure: Handle multiple enable/disable options and
12030         pass them down recursively, handle -c and -s flags appropriately
12031         depending on choice of compiler, add escape mechanism for
12032         quoted arguments to gC.
12034 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12036         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12037         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12038         so that -mrelocatable-lib and -mno-eabi are used.
12040         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12041         not support --print-multi-lib, don't abort.
12043 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
12045         * make-all.com: Run config-a-gas.
12046         * setup.com: Don't copy subdirectory files around.
12048 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
12050         * configure.in (*-*-ose): Remove exclusion of libgloss for this
12051         target, it now compiles correctly.
12053 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
12055         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12057 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12059         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
12061 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12063         * configure.in (native_only): Add prms.
12065 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
12067         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12068         (BINUTILS_SUPPORT_DIRS): Likewise.
12070 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12072         * configure.in (d10v-*-*): Don't configure ld or gdb until the
12073         d10v support is added.
12075 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12077         * configure.in (d10v-*-*): New target.
12079 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
12081         * config.guess (HP 9000/811): Recognize this as a PA1.1
12082         machine.
12084 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
12086         * Makefile.in (do-tar-gz): New target, split out from tail end of
12087         taz target.  Run each command separately, don't use pipes.
12088         (taz): Use it.
12090 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
12092         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12093         * mpw-build.in: No builds should depend on building byacc or flex,
12094         they are assumed to be installed already.
12096 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12098         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12099         variable that CC_FOR_TARGET needs.
12101 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12103         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12104         options have changed since the last time the subdirectory was
12105         configured, and if it has, reconfigure.
12106         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12107         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12109 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
12111         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12112         CLEAN_MODULES): Add bash.
12113         (all-bash): New target.
12115 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
12117         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12119 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12121         * config.sub (basic_machine): Recognize d10v as a valid processor.
12123 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
12125         * mpw-configure: Add support for --bindir.
12126         * mpw-build.in: Use a GCC-specific build script for GCC actions.
12128 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
12130         * configure.in: add bash, time, gawk to list of hosttools and things
12131         to only build for native toolchains
12133 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12135         * Makefile.in (docdir): Remove.
12137 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12139         * Makefile.in (datadir): Set to $(prefix)/share.
12141 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
12143         * configure.in: build diff and patch for cygwin32-hosted
12144         toolchains.
12146 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
12148         * config.sub: Accept -rtems*.
12150 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
12152         * configure.in: enable dosrel for cygwin32-hosted builds,
12153                 remove diff from the list of things not buildable
12154                 via Canadian Cross
12156 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
12158         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12159         don't get ". ".
12161 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
12163         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12165 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
12167         * Makefile.in (taz): Handle case where tex3patch didn't even get
12168         checked out.  Also, if it was found, put the symlink in a new util
12169         subdirectory.
12171 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12173         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12175 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
12177         * config.sub: Recognize -openvms.
12178         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12179         * make-all.com, setup.com: New files.
12181 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12183         * Makefile.in (taz): tex3patch moved to texinfo/util.
12185 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
12187         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12188         * configure.in: remove make from disable-if-Can-Cross list
12189                 enable gdb if ${host} and ${target} are cygwin32
12191 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
12193         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
12194         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12196 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12198         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
12199         distinguish sysv/svr4/bsd variants.
12200         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12202 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
12204         * configure.in: Added copyright notice.
12205         * move-if-change: Added copyright notice.
12207 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12209         * configure.in (powerpcle-*-solaris*): Until we get shared
12210         libraries working, don't build gdb, sim, make, tcl, tk, or
12211         expect.
12213 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
12215         * config.guess:  Merge with FSF:
12217         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12218         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12220         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
12221         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12223         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
12224         * config.guess:  Combine two OSF1 rules.
12225         Also recognize field test versions.  From mjr@zk3.dec.com.
12226         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
12227         because GNU uname does not support -p.  From pmr@pajato.com.
12229 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
12231         * Makefile.in (MAKEDIRS): Removed $(tooldir).
12233 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
12235         * mpw-README: Document GCCIncludes.
12237 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
12239         * configure.in (alpha-*-linux*): Set enable_shared to yes.
12241 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12243         * mpw-configure: Handle --enable-FOO and --disable-FOO.
12245 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
12247         * configure.in (*-*-cygwin32): Configure make.
12249 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
12251         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12253 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
12255         * Makefile.in (all-inet): Depend on all-perl.
12257         * Makefile.in (inet-install): New target.
12259         * Makefile.in (all-inet): Depend on all-tcl.
12260         (all-inet): Depend on all-send-pr.
12262 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12264         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12265         temporarily.
12267 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
12269         * configure.in: Don't configure --with-gnu-ld on AIX.
12271 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12273         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12275 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
12277         * Makefile.in (ALL_MODULES): Added all-inet.
12278         (CROSS_CHECK_MODULES): Added check-inet.
12279         (INSTALL_MODULES): Added install-inet.
12280         (CLEAN_MODULES): Added clean-inet.
12281         (all-indent): New target.
12283         * configure.in (host_tools): Added inet.
12284         (native_only): Added inet.
12285         (noconfigdirs): Added inet.
12287 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
12289         * configure.in: Don't configure libgloss if we are not configuring
12290         newlib.
12292 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
12294         * configure.in: Don't configure libgloss for unsupported
12295         architectures.
12297 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12299         * Makefile.in (CLEAN_MODULES): Add clean-apache.
12301 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
12303         * Makefile.in (ALL_MODULES): Include all-apache.
12304         (CROSS_CHECK_MODULES): Include check-apache.
12305         (INSTALL_MODULES): Include install-apache.
12306         (all-apache): New target.
12308         * configure.in: Added apache everywhere perl is seen.
12310 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12312         * Makefile.in: Add support for clean-{module} and
12313         clean-target-{module} rules.
12315 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
12317         * configure.in (*-*-ose) do not build libgloss.
12319 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12321         * config.guess (prep*:SunOS:5.*:*): Turn into
12322         powerpele-unknown-solaris2.
12324 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
12326         * configure.in: Permit --enable-shared to specify a list of
12327         directories.
12329 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12331         * configure.in (host==solaris): Pass only the first word of $CC
12332         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12334 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12336         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12338 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
12340         * Makefile.in (ALL_MODULES): Include all-perl.
12341         (CROSS_CHECK_MODULES): Include check-perl.
12342         (INSTALL_MODULES): Include install-perl.
12343         (ALL_X11_MODULES): Include all-guile.
12344         (CHECK_X11_MODULES): Include check-guile.
12345         (INSTALL_X11_MODULES): Include install-guile.
12346         (all-perl): New target.
12347         (all-guile): New target.
12349         * configure.in (host_tools): Include perl and guile.
12350         (native_only): Include perl and guile.
12351         (noconfigdirs): Don't build guile and perl; no ports have been
12352         done.
12354 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
12356         * configure (--enable-*): Handle quoted option lists such as
12357         --enable-sim-cflags='-g0 -O' better.
12359 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12361         * Makefile.in ({,inst}all-target): New rule so we can make and
12362         install all of the target directories easily.
12364 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12366         * configure.in: Add missing global flag in sed substitution when
12367         deleting `target-' from ${configdirs}.
12369 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
12371         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12372         option.
12374         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12375         config/mh-necv4.
12377         * install.sh: Correct misspelling of transformbasename.
12379         * config.guess: Recognize mips-*-sysv*.
12381 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
12383         * config.sub: Recognize mon960.
12385 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
12387         * configure: Restore Canadian Cross handling of BISON and LEX,
12388         removed in Feb 20 change.
12390 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
12392         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12393         Mention make install.  Remove the old copyright date as well the
12394         clumsy and rather pointless copyright on the README file.
12396 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12398         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12399         Makefile after running symlink-tree, then run `make distclean' to
12400         avoid clobbering any generated files in srcdir.
12402 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
12404         * configure.in (m68k-*-netbsd*): Build everything now.
12406 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12408         * Makefile.in (taz): Fix quoting.
12410 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
12412         * configure.in (sparclet-*-*): Build everything now.
12414 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12416         * configure.in (m68k-*-linux*): New host.
12418 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
12420         * configure: Check for bison before byacc.
12422 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
12424         * Makefile.in configure:  Change the way LEX and BISON/YACC are
12425         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
12426         searching PATH.  These are used as fallbacks by Makefile.in if
12427         flex/bison/byacc aren't in objdir.
12429 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
12431         * Makefile.in: Make everything which depends upon all-bfd also
12432         depend upon all-opcodes, in case --with-commonbfdlib is used.
12434 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12436         * configure.in (host *-*-cygwin32): Don't build gdb if we are
12437         building NT native compilers on Unix.
12439 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
12441         * configure.in: Don't get CC from the host Makefile fragment if we
12442         can find gcc in PATH, or if this is a Canadian Cross.  Move the
12443         Solaris test for /usr/ucb/cc to the post target script, just after
12444         the compiler sanity test.
12446 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
12448         * config.sub: Merge with FSF.
12450 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
12452         * Makefile.in (RPATH_ENVVAR): New variable.
12453         (REALLY_SET_LIB_PATH): Use it.
12454         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12456 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
12458         * config.sub, configure.in: Recognize sparclet cpu.
12460 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12462         * config.guess:  Support m68k-cbm-sysv4.
12464 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12466         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12467         m68k-unknown-linuxaout from linker help string.  Put quotes around
12468         $ld_help_string.
12470 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
12472         * config.guess (powerpc-harris-powerunix): Add guess for port
12473         to new target.
12475 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12477         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12479 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
12481         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12482         $(REALLY_SET_LIB_PATH) in Makefile.
12483         * Makefile.in (SET_LIB_PATH): New variable.
12484         (REALLY_SET_LIB_PATH): New variable.
12485         ($(DO_X)): Use $(SET_LIB_PATH).
12486         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12487         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12488         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12489         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12490         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12491         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12492         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12493         (install-dosrel): Likewise.
12494         (all-opcodes): Depend upon all-libiberty.
12496 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12498         * config.guess (*:CYGWIN*): New
12500 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12502         * Makefile.in (all-target-winsup): All all-target-libiberty.
12504 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12506         * configure.in (noconfigdirs): Add missing # in front of comment.
12508 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
12510         * configure.in: add second pass to things added to noconfigdirs
12511         so *-gm-magic can exclude libgloss properly.
12513 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
12515         * mpw-configure (extralibs_name, rez_name): Set correctly
12516         for MWC68K compiler.
12518         * mpw-README: Add more info on the necessary build tools.
12520 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12522         * configure.in, config.sub: Recognize cygwin32.
12524 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
12526         * config.guess, config.sub: Recognize A/UX.
12528 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
12530         * config.sub: Merge with gcc/config.sub.
12532 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
12534         * mpw-build.in (do-binutils): Add build of stamps.
12536 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
12538         * config.sub: Add recognition for mips64vr4100*-* targets.
12540 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12542         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12543         Add creation of gconfigargs with `--enable-shared' turned on.
12544         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12545         ($(host)-stamp-stage3-configured): Likewise.
12546         (HOLES): Add chatr and ldd.
12547         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12549 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
12551         * configure: Pass --nfp to recursive configures.
12553 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12555         * Makefile.in (DLLTOOL): New.
12556         (DLLTOOL_FOR_TARGET): New.
12557         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12558         (EXTRA_TARGET_FLAGS): Ditto.
12559         (EXTRA_GCC_FLAGS): Ditto.
12560         (CONFIGURE_TARGET_MODULES): Ditto.
12561         (DO_X): Ditto.
12562         * configure: Add DLLTOOL.
12564 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
12566         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12567         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12568         mh-sco, since old workarounds no longer needed, and don't
12569         build ld, since libraries have weak symbols in COFF.
12571 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
12573         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12575 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12577         * configure.in: Make sure that ${CC} can be used to compile an
12578         executable.
12580 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12582         * Makefile.in (all-gdb): Depend on $(GDB_TK).
12583         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12584         nothing depending on whether gdbtk is being built.
12586 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
12588         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12590 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
12592         * configure.in (noconfigdirs): Put ld or gas in this early, if the
12593         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12595 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
12597         * config-ml.in: Add support for
12598         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12599         Simplify setting of multidirs from --disable-foo.
12601 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12603         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12604         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12605         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12606         non-empty, pass them on to the  GCC make.
12607         (all-bootstrap): New rule that is like all-gcc, except it executes
12608         the GCC bootstrap rule instead of the GCC all rule.
12610 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
12612         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12614 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12616         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12617         DG/UX support.
12619 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
12621         * config.sub (i*86*) Change [345] to [3456]
12623 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12625         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12626         --with-gnu-ld=no.
12628 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12630         * config-ml.in (rs6000*, powerpc*): Add switches to control which
12631         AIX multilibs get built.
12633 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12635         * configure.in (i386-win32): Don't build expect if we're not
12636         building the tcl subdir.
12638 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
12640         * Makefile.in: (configure-target-examples, all-target-examples):
12641         New targets, configure and build example programs.
12643 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
12645         * mpw-configure: If an mpw-config.in generated a file mk.sed,
12646         use it as input to sedit the generated MPW makefile.
12647         * mpw-README: Add a suggestion about Gestalt.h.
12649 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
12651         * config.sub: Accept *-*-ieee*.
12653 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
12655         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
12656         Ronald F. Guilmette <rfg@monkeys.com>.
12658 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12660         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12661         for powerpc-pe native.
12662         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12663         (target==powerpc-pe): duplicate i386-win32 entry.
12665 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12667         * configure.in (noconfigdirs): Exclude target-newlib for all versions
12668         of vxworks, not just vxworks5.1.
12670 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
12672         * mpw-configure: Add support for exec-prefix.
12674 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12676         * config.guess: Recognize HP model 816 machines as having
12677         a PA1.1 processor.
12679 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12681         * configure: Ignore new autoconf configure options.
12683 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12685         * config.guess:  Recognize Pentium under SCO.
12686         From Robert Lipe <robertl@arnet.com>.
12688 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12690         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12692 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
12694         * configure.in: Don't configure gas for alpha-dec-osf*.
12696 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
12698         * configure.in: Default to --with-stabs for some targets for which
12699         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12700         i[345]86*-*-unixware*.
12702 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12704         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12705         rather than basing it on the target.  Simplify handling of options
12706         controlling which directories to configure.  Remove extraneous
12707         slash in multi-clean target.
12709 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
12711         * config-ml.in: Prefix more variables with ml_ so they don't collide
12712         with configure's.
12714 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
12716         * configure: Don't turn -v into --v.
12718 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
12720         * configure.in (targargs): Fix typo.
12722         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12724 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
12726         * configure.in: Strip --host and --target options from
12727         CONFIG_ARGUMENTS, and always configure for --host only.  Add
12728         --with-cross-host option when building with a cross-compiler.
12729         * configure: Canonicalize the arguments put into config.status by
12730         always using `=' for an option with an argument.  Pass a presumed
12731         --host or --target explicitly.
12733 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
12735         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12736         into general OS recognition case.
12738 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12740         * configure.in (target_configdirs): add target-winsup only
12741         for win32 target systems.
12743 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
12745         * Makefile.in (all-target-libgloss): Depend upon
12746         configure-target-newlib, since when libgloss is built it looks to
12747         see if the newlib directory exists.
12749 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
12751         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12752         cfg-ml-*.in.
12754 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
12756         * configure: Handle LD and LD_FOR_TARGET when configuring a
12757         Canadian Cross.
12759 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12761         * configure.in (target_libs): add target-winsup.
12762         (target==i386-win32): add patch diff flex make to $noconfigdirs.
12763         (target==ppcle-pe): remove ld from $noconfigdirs.
12765 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
12767         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12768         Preserve relative path names in $srcdir.  Build symlink tree if
12769         configuring cross target dir and srcdir=. (= no VPATH support).
12770         (configure-target-libg++): Depend on configure-target-librx.
12771         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12772         * config-ml.in: New file.
12773         * symlink-tree: New file.
12774         * configure: Ensure srcdir="." if that's what it is.
12776 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
12778         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12779         includes and FLEX_SKELETON setting.
12780         * mpw-configure (--with-gnu-ld): New option, controls whether
12781         to use PPCLink or ld with PowerMac GCC.
12782         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12783         * mpw-config.in: Configure grez if targeting Mac.
12785         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12786         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12787         just macos.
12788         * configure.in: Configure grez resource compiler if targeting Mac.
12789         * Makefile.in (all-grez, install-grez): New targets.
12791 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
12793         * configure: CXX defaults to gcc, not g++.  If we find
12794         gcc in the path, set CC to gcc -O2.
12796 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
12798         * configure: Default ${build} correctly.  Avoid picking up extra
12799         spaces when reading CC and CXX from Makefile.  When doing a
12800         Canadian Cross, use plausible default values for numerous
12801         variables.
12802         * configure.in: When doing a Canadian Cross, don't try to
12803         configure tools whose configure script can't handle it.
12805 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12807         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12809 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12811         * configure:  Remove dubious bug reporting address.
12813 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12815         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
12816         configure script, run that instead of this directory's configure.
12817         In either case, print a message that we're configuring the sub-dir.
12819 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12821         * configure.in: Before checking for the existence of various files,
12822         use sed to filter out "target-".
12824 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12826         * Makefile.in (DO_X): Split rule to decrease command line length
12827         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
12828         (Philippe De Muyter).
12830 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12832         * Makefile.in (all-patch): depend on all-libiberty.
12834 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
12836         * configure.in: If the only directory in target_configdirs which
12837         actually exists is libiberty, then set target_configdirs to empty,
12838         to avoid trying to build a target libiberty in a gas or gdb
12839         distribution.
12841 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
12843         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12844         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12845         systems.
12847 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12849         * configure.in (copy_dirs): Use sys-include instead of include
12850         for --with-headers option.
12852 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
12854         * Makefile.in, configure.in: Make winsup builds work with
12855         new scheme.
12857 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
12859         * configure.in: Build the linker on AIX.
12861 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12863         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
12864         where needed.
12866 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
12868         * Makefile.in (all-gcc): Fix typo.
12870 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12872         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
12874 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12876         * configure.in:  Rename libFOO to target-libFOO, and xiberty
12877         to target-xiberty, to provide more flexibility.
12878         (target_subdir):  Define.  Create if cross.
12879         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12880         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
12881         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12882         check-libFOO -> check-target-libFOO, etc.
12883         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12884         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12885         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12886         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
12887         allow ALL_GCC="" to only configure.
12888         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
12889         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
12890         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
12892 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
12894         * Makefile.in (taz): Build "info" in etc explicitly.
12896 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
12898         * configure.in:  Make sure that CC is undefined (as opposed to
12899         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
12900         problem with autoconf trying to configure on a host without GCC.
12902 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
12904         * mpw-configure: Set host alias from choice of host compiler,
12905         only use generic MPW Makefile sed if present, edit a file
12906         named "hacked_Makefile.in" instead of "Makefile.in" if present.
12907         * mpw-README: Add problem notes about CW6 and CW7.
12909 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
12911         * Makefile.in (taz): Use ";" instead of ";;".
12913 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12915         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
12916         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12917         DISTDOCDIRS.
12918         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
12919         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
12921 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12923         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
12924         and gnats, because they are now subsumed by DISTSTUFFDIRS.
12925         Move bfd to DISTSTUFFDIRS.
12927 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12929         * Makefile.in (X11_LIB): Removed.
12930         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12932         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12934 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12936         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12937         names.
12939 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12941         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12943 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
12945         * configure.in (i[345]86-*-win32): Always build newlib.
12946         Don't configure cvs, autoconf or texinfo.
12947         * Makefile.in (LD_FOR_TARGET): New.
12948         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12949         Pass down LD_FOR_TARGET.
12951 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
12953         * winsup: New directory.
12954         * Makefile.in: Build winsup.
12955         * configure.in: Winsup is configured when target is win32.
12956         Can only build win32 target GDB when native.
12958 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
12960         * config.guess: Recognize HP model 819 machines as having
12961         a PA 1.1 processor.
12963 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
12965         * configure: Fix sed loop which substitutes for CC and CXX to
12966         avoid bug found in various sed implementations.
12968 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12970         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12971         simulator.  Use standard powerpc-*-eabi*.
12973 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12975         * configure.in: Stop putting gas and binutils in noconfigdirs for
12976         powerpc-*-aix* and rs6000-*-*.
12978 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
12980         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12981         -mcall-aixdesc libraries.
12983 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
12985         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12987         * config.sub (arm | armel | armeb): Fix shell syntax.
12989 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12991         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12992         -msoft-float and -mcpu=common support.
12993         (powerpc*-*-eabisim*): Add support for building -mcall-aix
12994         libraries.
12996 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12998         * configure.in: Allow configuration and build of emacs19 for the alpha.
13000 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13002         * configure.in (CC): Get ^CC, not just any old CC, from
13003         ${host_makefile_frag}.
13005 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13007         * configure.in (CC): Try to get CC from
13008         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13010 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13012         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13013         only if it exists in $(srcdir).
13015 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13017         * configure: If CC and CXX are not set in the environment, set
13018         them, based on either an existing Makefile or on searching for gcc
13019         in PATH.  Substitute for CC and CXX in Makefile.
13020         * configure.in: Remove libm from target_libs.  Separate
13021         target_configdirs from configdirs.  If CC is not set in
13022         environment, try to get it from a host Makefile fragment.  Rewrite
13023         changes of configdirs to use skipdirs instead.  A few minor
13024         tweaks.  Take directories out of target_configdirs as they are
13025         taken out of configdirs.  Remove existing Makefile files from
13026         subdirectories.  Substitute for TARGET_CONFIGDIRS and
13027         CONFIG_ARGUMENTS in Makefile.
13028         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13029         by configure.in.
13030         (CONFIG_ARGUMENTS): Likewise.
13031         (CONFIGURE_TARGET_MODULES): New variable.
13032         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13033         ($(CONFIGURE_TARGET_MODULES)): New target.
13034         (configure-libg++, configure-libio): New targets.
13035         (all-libg++): Depend upon configure-libg++.
13036         (all-libio): Depend upon configure-libio.
13037         (configure-libgloss, all-libgloss): New targets.
13038         (configure-libstdc++): New target.
13039         (all-libstdc++): Depend upon configure-libstdc++.
13040         (configure-librx, all-librx): New targets.
13041         (configure-newlib): New target.
13042         (all-newlib): Depend upon configure-newlib
13043         (configure-xiberty): New target.
13044         (all-xiberty): Depend upon configure-xiberty.
13046 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13048         * configure.in (host i[345]86-*-win32):  Expand the
13049         noconfigdirs again.
13051 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
13053         * mpw-configure: Fix sed command file name.
13055 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
13057         * configure.in (host i[345]86-*-win32): Reduce the
13058         noconfigdirs again.
13060 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
13062         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13063         or powerpc*-*-pe*, since they are not yet supported.
13065 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
13067         Add PowerMac support and many other enhancements.
13068         * mpw-configure: New option --cc to select compiler to use,
13069         paste options set according to --cc into the generated
13070         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13071         if mpw-make.sed is present.
13072         * mpw-config.in: Don't test for gC1, test for mpw-touch,
13073         add forward includes for PowerPC include files.
13074         * mpw-build.in: Build using Makefile.PPC if present.
13075         (do-byacc, etc): Remove separate version resource builds.
13076         (do-gas): Build "stamps" before "all".
13077         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13078         * mpw-README: Update to reflect --cc option, PowerMac support,
13079         and recently-reported compatibility problems.
13081 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
13083         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13084         embedded m68k systems (-aout, -coff, -elf, -vxworks).
13085         (--with-multilib-top): Pass to recursive invocations.
13087 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
13089         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13090         v810-*-*.
13092 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13094         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13095         gdb, ld and opcodes on v810-*-*.
13097 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13099         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13100         (local-maintainer-clean): New target.
13101         (maintainer-clean): New target.
13102         (realclean): Just depend upon maintainer-clean.
13104 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13106         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13108 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
13110         * configure.in: Build ld in mips*-*-bsd* case.
13112 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
13114         * config.sub: Accept -lites* OS.  From Ian Dall.
13116 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
13118         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13119         targets.
13121 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13123         * configure.in: treat i386-win32 canadian cross the same as
13124         i386-go32 canadian cross.
13126 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13128         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13129         running under the simulator to build a reduced set of libraries.
13130         (powerpc-*-eabiaix): Add fine grained multilib support added to
13131         other powerpc targets yesterday.
13133 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13135         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13136         -disable-softfloat, -disable-relocatable, -disable-aix, and
13137         -disable-sysv to control which multilib libraries get built.
13139 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13141         * configure: Add Makefile.tem to list of files to remove in trap
13142         handler.
13144 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13146         * config.guess (*Linux*):  Add missing "exit"s.
13147         Also, need specific check for alpha-unknown-linux (uses COFF).
13149 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13151         * config.guess:  Merge with FSF:
13153         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
13154         * config.guess (AIX4): More robust release numbering discovery.
13156         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
13157         * config.guess (i386-sequent-ptx): Properly get version number.
13159         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
13160         * config.guess (mips:*:4*:UMIPS): New case.
13162 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13164         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13165         (i386-win32 host): Likewise.  Don't build readline.
13167 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
13169         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
13170         SUPPORT_FILES to submakes.
13172 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
13174         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13175         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13176         mpw-configure.
13178 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
13180         * configure.in (appdirs): Use =, not ==, in test expression when
13181         trying to build the text to print in the warning message for
13182         Solaris users.
13184 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
13186         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13188 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13190         * config.guess: Recognize lynx-2.3.
13192 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
13194         * config.sub (z8ksim): Deleted
13195         (z8k-*-coff): New, this is the one true name of the target.
13197 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
13199         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13201 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
13203         * config.guess (*:Linux:*:*): First try asking the linker what the
13204         default object file format is (elf, aout, or coff).  Then if this
13205         fails, try previous methods.
13207 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13209         * configure.in: Don't build newlib for *-*-vxworks5.1.
13211 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13213         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13214         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13216 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
13218         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13220 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
13222         * cfg-ml-com.in: New file.
13223         * cfg-ml-pos.in: New file.
13225 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13227         * COPYING.NEWLIB: Add HP free copyright to list.
13229 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13231         * config.sub: Recognize -eabi* for the system, not just -eabi.
13233 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13235         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13236         * config.sub, configure.in (win32): New target and host.
13238 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13240         * configure.in: Add i386-pe configuration.
13242 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
13244         * mpw-build.in (install): Install GDB after LD.
13246 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
13248         * mpw-config.in (elf/mips.h): Always forward-include, needed
13249         for GDB to build.
13251 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13253         * testsuite: New directory for customer acceptance and whole tool
13254         chain tests.
13256 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13258         * configure: If per-host line isn't found, but AC_OUTPUT is found
13259         and a configure script exists, run it instead.
13261 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13263         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
13265 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13267         * configure: Set build_{cpu,vendor,os,alias} to host values when
13268         --build isn't specified.
13270 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13272         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13273         (FLAGS_TO_PASS): Pass them.
13274         (EXTRA_TARGET_FLAGS): Ditto.
13276 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13278         * Makefile.in (all-libg++): Depend on all-libstdc++.
13280 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13282         * configure.in (noconfigdirs): Enable all packages for
13283           i386-unknown-netbsd.
13285 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
13287         * configure.in (noconfigdirs): Don't configure tk for i386-go32
13288         hosted builds (DOS builds)
13290 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13292         Changes for ARM based on patches from Richard Earnshaw:
13293         * config.sub: Handle armeb and armel.
13294         * configure.in: Omit arm linker only for riscix.
13296 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13298         * config.guess:  Update from FSF.
13300 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
13302         * config.sub: Recognize powerpcle as the little endian variant of
13303         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
13304         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
13305         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
13306         temporarily.
13308 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
13310         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13312 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
13314         * config.sub: Accept -lites* as a basic system type.
13316 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
13318         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13319         installed, and if so return linuxoldld as the system name.
13321 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
13323         * config.guess: Add hppa1.1-hp-lites support.
13325 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13327         * configure.in: Don't build newlib for m68k-vxworks5.1.
13329 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13331         * configure.in (mips-sgi-irix6): Use mh-irix5.
13333 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
13335         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13337 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13339         * test-build.mk: Enable building of shared libraries on IRIX 5 and
13340         OSF/1.  Fix compiler flags.
13341         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
13343 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
13345         * configure.in: Recognize --with-newlib.
13346         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13348 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13350         * Makefile.in: move {all,check,install}-gdb from *_MODULES
13351         to *_X11_MODULES due to gdbtk needing X include files et al.
13353 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
13355         Merge in support for Mac MPW as a host.
13356         (Old change descriptions retained for informational value.)
13358         * mpw-config.in: Add generic include forwards for cpu-specific
13359         include files in aout and elf directories.
13361         * mpw-configure: Added copyright.
13362         * mpw-config.in: Check for presence of required build tools.
13363         (target_libs): Add newlib.
13364         (target_tools): Add examples.
13365         (Read Me): Generate as "Read Me for MPW" instead.
13366         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13367         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13368         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13370         * mpw-configure: Remove subdir-specific makefile hackery,
13371         delete mk.tmp after using it.
13373         * mpw-build.in (all): Display start and end times.
13375         * mpw-configure (host_canonical): Set.
13376         (target_cpu): Always add to makefiles.
13377         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13378         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13379         (mpw-mh-mpw): Look for in srcdir and srcroot.
13380         Use sed instead of mpw-edit-prefix to edit prefix definitions.
13382         * mpw-build.in: (install-only): New target.
13384         * mpw-configure (host_alias, target_alias): Rename from hostalias
13385         and targetalias, add into generated Makefile.
13386         (mk.tmp): If present, add into generated Makefile.
13387         * mpw-build.in (all-gas): Build config.h first before gas proper.
13389         * mpw-configure (config.status): Write only if changed.
13390         * mpw-config.in (readline): Configure it (not built, just used for
13391         definitions).
13393         * mpw-config.in (elf/mips.h): Add a forward include.
13395         * mpw-config.in: Forward-include most .h files in include into
13396         extra-include.
13397         (readline): Don't build.
13398         mpw-build.in (install): Install GDB.
13400         * mpw-configure (prefix, mpw_prefix): Handle it.
13401         * mpw-config.in (mmalloc, readline): Don't configure.
13402         * mpw-build.in (thisscript): Rename to ThisScript.
13403         Use mpw-build instead of BuildProgram everywhere.
13404         (mmalloc, readline): Don't build.
13405         * mpw-README: New file, basic documentation about the MPW port.
13407         * mpw-config.in: Use forward-include to create include files.
13409         * mpw-configure: Add more things to the top of each configured
13410         Makefile, including contents of config/mpw-mh-mpw.
13411         * mpw-config.in (extra-include): Create this directory and fill it
13412         with Posix-like include files when configuring.
13414         * config.sub (apple, mac, mpw): Add various aliases.
13416         * mpw-build.in: New file, top-level build script fragment for MPW.
13417         * mpw-configure: New file, configure script for MPW.
13418         * mpw-config.in: New file, config fragment for MPW.
13420 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13422         * configure.in (host_libs): Remove glob, since it is gone from the
13423         sources.
13425 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13427         * Makefile.in: define empty GDB_NLM_DEPS var.
13429         * configure.in(target_makefile_frag): use config/mt-netware
13430         for netware targets.
13432 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
13434         * config.sub: Merge in recent FSF changes.  Remove linux special
13435         cases.
13437 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13439         Revert this change:
13441         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
13443                 * build-all.mk: Use CC=cc -Xs on Solaris.
13445 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13447         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
13448         stop using it.
13449         * Makefile.in: Nuke all references to glob subdirectory.
13451 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13453         * configure.in: Fix --enable-shared logic in per-host.
13455 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13457         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13459 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13461         * configure.in (noconfigdirs): Don't build gas on AIX, for
13462         powerpc*-*-aix* as well as for rs6000*-*-aix*.
13464 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
13466         * configure: Fix --cache-file to work if the file argument is a
13467         relative path.
13469 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
13471         * configure: If the --cache-file is used, pass it down to
13472         configure in subdirectories.
13474 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
13476         * config.sub: add vxworks29k configuration.
13478 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13480         * Makefile.in (taz): Do "diststuff" part quietly.
13482 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13484         * config.sub: Mini-merge with gcc/config.sub.
13486 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13488         * config.guess (IRIX): Sed - to _.
13490 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13492         * Makefile.in (source-vault, binary-vault): New targets.
13494 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
13496         * config.sub: Recognize -eabi as a basic system type.
13498 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13500         * configure.in (enable_shared stuff): Fix typo.
13502 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
13504         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13506 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13508         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13510 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
13512         * configure.in (rs6000-*-*): Don't build gas.
13514 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
13516         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13517         reduce command line length.
13518         (AS_FOR_TARGET): Check for as.new, not Makefile.
13519         (NM_FOR_TARGET): Check for nm.new, not Makefile.
13521 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13523         * config.guess:  Merge from FSF.
13525 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13527         * configure: Don't use $ when handling program_suffix.
13529 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
13531         * configure.in:  Configure tk for hppa/hpux.
13533 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13535         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
13537 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13539         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
13540         to LIBCXXFLAGS.  Tests are better run without it.
13542 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
13544         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13546 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
13548         * configure.in (*-*-netware*): Don't configure xiberty.
13550 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
13552         * configure.in:  Remove tk from native_only list.
13554 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
13556         * build-all.mk: Add mips-ncd-elf target to sun4 targets
13557           for special NCD build.
13559 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13561         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13562         makeall.bat, they're only useful for binutils snapshots.
13563         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13564         makeall.bat to specified SUPPORT_FILES.
13566 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
13568         * build-all.mk: Add Ericsson targets to sun4 and solaris
13569           hosts.  Add  BNR's sun4 target to solaris host, so their
13570           build-from-source will be tested in-house first.
13572 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13574         * Makefile.in (LIBCFLAGS): New variable.
13575         (CFLAGS_FOR_TARGET): Ditto.
13576         (LIBCFLAGS_FOR_TARGET): Ditto.
13577         (LIBCXXFLAGS): Ditto.
13578         (CXXFLAGS_FOR_TARGET): Ditto.
13579         (LIBCXXFLAGS_FOR_TARGET): Ditto.
13580         (BASE_FLAGS_TO_PASS): Pass them.
13581         (EXTRA_TARGET_FLAGS): Ditto.
13583         * configure.in: Support --enable-shared.
13585 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13587         * configure.in (target_libs):  Include libstdc++ again.
13588         * config.guess:  Update from FSF (for FreeBSD).
13590 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13592         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13593         makeall.bat.
13594         (DISTDOCDIRS): Add `etc'.
13595         (ETC_SUPPORT_PFX): New variable.
13596         (taz): Include anything from etc starting with a word in
13597         ETC_SUPPORT_PFX.
13599 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13601         * config.sub: Update for recent FSF changes.  Remove obsolete
13602         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
13603         spacing changes.
13605 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13607         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
13609         * config.guess:  Merge with FSF.
13610         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13612 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13614         * configure: Since the "trap 0" handler will override the exit
13615         status on many systems, only use it for "exit 1", and make it set
13616         a non-zero exit status; reset it before "exit 0".  Also, check
13617         exit status of config.sub, and error out if it failed.
13619 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
13621         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13622         and install libgloss.
13624 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13626         * Makefile.in (all-binutils): Depend upon all-byacc.
13628         * configure.in: Don't build emacs on Irix 5.
13630 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13632         * configure.in (*-*-netware*): Add libio.
13634 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13636         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13637         (CHECK_TARGET_MODULES): Ditto.
13638         (INSTALL_TARGET_MODULES): Ditto.
13639         (TARGET_LIBS): Ditto.
13640         (all-libstdc++): Note dependencies.
13642 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13644         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13646 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13648         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13649         -fexternal-templates.
13651         * configure.in (target_libs): Add libstdc++.
13652         (noconfigdirs): Add libstdc++ as appropriate.
13654 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13656         * config.guess:  Update from FSF.
13658 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13660         * configure: Use ${config_shell} when running ${configsub}.
13662 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
13664         * config.sub: No longer recognize h8300h.
13666 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13668         * config.sub: Remove extraneous differences between config.sub and
13669         gcc/config.sub.
13671 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13673         * Makefile.in (DISTSTUFFDIRS): Add gas.
13675 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
13677         * COPYING.NEWLIB: New file.
13679 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13681         * config.guess (HP-UX):  Patch from Harlan Stenn
13682         <harlan@landmark.com> to also emit release level.
13684 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13686         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13688 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13690         * config.sub:  Merge nextstep cleanup from FSF.
13692 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13694         * configure.in (arm-*-*): Don't configure ld for this target.
13696 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13698         * configure.in (*-*-netware): don't configure libg++, libio,
13699           librx, or newlib.
13701 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13703         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
13704         configure ld--it works, but it doesn't support shared libraries.
13706 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13708         * config.guess (*-unknown-freebsd*):  Get rid of possible
13709         trailing "(Release)" in version string.
13710         Patch from Paul Richards <paul@isl.cf.ac.uk>.
13712 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13714         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13715         Fix type: *-next-neststep -> *-next-nextstep.
13717         * config.guess:  Merge from FSF:
13719         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
13721         * config.guess: Recognize powerpc-ibm-aix3.2.5.
13723         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
13725         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13726         instead of UNIX_SV for UnixWare 1.0).
13728 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
13730         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
13731         to make gdb/nlm/* build after the compiler and linker.
13733 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13735         * config.guess (netbsd, freebsd, linux):  Accept any machine,
13736         not just i[34]86.
13737         (m68k-atari-sysv4):  Relocate to match FSF version.
13739         * config.guess:  More merges from the FSF:
13741         Add a space before function call or macro invocation.
13743         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13745         * config.guess: Add trap cmd to remove dummy.c and dummy when
13746         interrupted.
13748         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13750         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13751         (dummy): Redirect stderr from compilation of dummy.c.
13753         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
13755         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13757 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
13759         * configure: Accept and ignore --cache*, for compatibility with
13760         new autoconf.
13762 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13764         * config.guess:  Merge from FSF:
13766         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13768         * config.guess (Pyramid*:OSx*:*:*): New case.
13769         (PATH): Add /.attbin at end for finding uname.
13770         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
13772         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
13774         * config.guess (M88*:DolphinOS:*:*): New case.
13776         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
13778         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13779         to select whether to use ELF or COFF.
13781         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13783         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13785         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
13787         * config.guess: Guess the OS version for HPUX.
13789         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
13791         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13793 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13795         * configure.in: Recognize --with-headers, --with-libs, and
13796         --without-newlib.
13797         * Makefile.in (all-xiberty): Depend upon all-ld.
13799 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13801         * configure.in: Change i[34]86 to i[345]86.
13803 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13805         * configure (version): A few more tweaks to help message.
13807 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13809         * Makefile.in:  Remove (for now) librx as a host library,
13810         now that we're building it for target.
13812 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13814         * configure: Fix up help message; from karl@owl.hq.ileaf.com
13815         (Karl Berry).
13817 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13819         * configure.in:  Also configure librx.
13821 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13823         * Makefile.in:  Update various rules to reflect that librx
13824         is now needed for libg++.
13826 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13828         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13830 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
13832         * configure.in: Configure the examples directory.
13834 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13836         * configure: Simplify Jun 2 1994 change.
13838 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13840         * change CC to /usr/latest/bin/gcc for lynx host builds, since
13841         /bin/gcc isn't good enough to build gcc.
13843 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
13845         * Makefile.in (GDB_SUPPORT_FILES): Remove
13846         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
13847         (gdb.tar.gz): Add new rule to use standard distribution building
13848         mechanism.
13850 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13852         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
13853         Bill Cox <bill@cygnus.com>.
13855 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13857         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
13859 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
13861         * configure:  Search current dir first in .gdbinit.
13863 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13865         * config.sub:  Recognize freebsd (merged from gcc config.sub).
13867 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13869         * config.sub:  Refer to NeXT's operating system as nextstep.
13871         * config.sub (case $basic_machine):  Re-order the cases, to match
13872         the order in the FSF version (which is mostly alphabethical).
13873         Merge in some additions and changes from the FSF.
13875 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
13877         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13878         * config.sub: Recognize cxux7.
13879         * configure.in: Use mh-cxux for m88k-harris-cxux*.
13881 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13883         * config.sub:  Fix typo powerpc -> powerpc-*.
13885 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
13887         * Makefile.in: `all-emacs19' depends on `all-byacc'.
13889         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13890         parallel with all-emacs and install-emacs).  Top-level command
13891         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13893 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13895         * test-build.mk ($(host)-stamp-stage2-installed): Remove
13896         $(relbindir)/make before doing ``make install'', and use
13897         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
13898         installing over running make binary.
13899         ($(host)-stamp-stage3-installed): Likewise.
13901 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13903         * config.guess: Recognize Mach.
13905 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13907         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13908         see whether --exec-prefix was used.
13910 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13912         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
13914 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13916         * Makefile.in: Add all-librx target similar to all-libproc.
13918 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
13920         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
13921         with post 1.2 uname bogosity.
13923 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13925         * configure: Remove temporary files on receipt of a signal.
13927 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
13929         * configure: If there is a package_makefile_frag, remove
13930         ${subdir}/Makefile.tem after copying it in.
13932 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13934         * build_all.mk: support rs6000 lynx identifies itself as
13935         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
13936         since /bin/gcc is too feeble to compile a modern gcc.
13938 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13940         * brought devo/test-build.mk update-to-date with progressive/
13941           test-build.mk. Add lynx targets and hppa flag info.
13943 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13945         * configure.in:  Use mh-ncrsvr43.  Patch from
13946         Tom McConnell <tmcconne@sedona.intel.com>.
13948 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13950         * config.guess (i386-unknown-bsdi):  No longer need to
13951         check #if defined(__bsdi__) && defined(__i386__).
13953 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13955         * configure: Set program_transform_nameoption correctly.
13957 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13959         * brought build-all.mk update-to-date with progressive build-all.mk,
13960           added new targets and hppa info.
13962 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13964         * configure: If config.guess result is a prefix of the user
13965         specified target, assume a native build and use the user specified
13966         target as the host alias.  Remove SunOS patch suffix removal hack.
13967         * configure.in: Remove SunOS patch suffix removal hack.
13969         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13970         in NATIVE_CHECK_MODULES.
13972 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
13974         * Makefile.in: Rename HOST_ONLY to NATIVE.
13975         * configure: Delete SunOs patch suffix from host_canonical
13976           and build_canonical variables that are prepended to Makefiles.
13977         * configure.in: Add comments for easier maintenance.
13979 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13981         * Makefile.in: Add all-libproc target similar to all-gui.
13983 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
13985         * Makefile.in (CHECK_MODULES): split into
13986         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13988 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
13990         * config.guess (i386-unknown-bsdi): New system to guess.
13992 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13994         * Makefile.in: Add all-gui target (but not yet build by "all").
13996 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
13998         * config.sub: Move deletion of patch suffix from here...
13999         * configure.in: To here, at Ian's suggestion.  The top-
14000           level scripts might need to know of a patch level.
14002 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
14004         * config.sub: Strip off patch suffix so rtl is recognized
14005           as a sunos4.1.3 machine, even though it's been patched.
14007 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
14009         * Makefile.in (INSTALL_LAST): Delete.
14010         (INSTALL_DOSREL): New.
14012 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14014         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14015         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14016         whether we pass down --with-gnu-ld anyhow.
14018 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
14020         * Makefile.in (INSTALL_LAST): Change operation so it works
14021         on more flavors of make.
14022         * configure.in (go32): Don't build libg++ or libio.
14024 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
14026         * Makefile.in (Move HOST_PREFIX_1 and friends up so
14027         they can be overriden by templates.
14029 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
14031         * configure.in (target==go32): Don't build gdb.
14032         * dosrel: New directory.
14034 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
14036         * configure.in (host==go32): Configure dosrel too.
14037         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14038         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14039         be set by incoming names or templates.
14040         (INSTALL_LAST): New rule.
14042 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
14044         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14046 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14048         * configure.in (appdirs): New variable.  Currently empty, but will
14049         be used in gas distribution.  If nonempty, lists a set of
14050         directories at least one of which must get configured, or top
14051         level configuration is considered to have failed.
14052         (rs6000-*-lynxos*): Use new file name.
14054 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14056         Eliminate XTRAFLAGS.
14057         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14058         newlib include files using -idirafter, and also use -nostdinc.
14059         (CXX_FOR_TARGET): Likewise.
14060         (XTRAFLAGS): Removed.
14061         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14062         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14063         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14064         ($(DO_X)): Don't pass down XTRAFLAGS.
14066 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14068         * configure.in (mips*-dec-bsd*): New target; do build linker.
14069         (mips*-*-bsd*): New target; don't build linker.
14071 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14073         * configure.in: support rs6000-*-lynxos* configuration.
14074         support sunos4 as a cross target.
14076         * config.sub: look for lynx*, not lynx since the OS version may
14077         legitimately be part of the name.
14079 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14081         * configure.in (i[34]86-*-sco*): Move to be with other i386
14082         targets.
14083         (romp-*-*): New target.  Skip various binary utilities.
14084         (vax-*-*): New target.  Don't build newlib.
14085         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
14087 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14089         * configure.in: Only set host_makefile_frag if config
14090         directory exists.
14092 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14094         * install.sh: If $dstdir exists, don't check whether each
14095         component does.
14097 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14099         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14101 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
14103         * configure.in (*-*-lynxos*): Don't configure newlib for either
14104         native or cross Lynx.
14106 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
14108         * config.sub (sparc64-elf): Fix os.
14109         (z8k): Remove duplicate.
14111 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14113         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14114         gcc/stmp-fixproto, to try to prevent fixproto from being run.
14116 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
14118         * configure: Make file links cleanly even if Lynx fails on
14119           an NFS symlink (at least fail cleanly).
14121 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14123         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14124         -XNh2000.
14126 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14128         * configure: Unknown options are fatal again.
14130 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
14132         * configure: Ignore --x-includes and --x-libraries, for Autoconf
14133         compatibility.
14135 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
14137         * build-all.mk: Add `clean' target.
14139 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14141         * config.guess:  Add SINIX support.
14142         * configure.in:  Add mips-*-sysv4* support.
14144 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
14146         * build-all.mk: Document all useful targets.
14147         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14148         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14150 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14152         * configure: Support --silent, --quiet.
14154 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14156         * configure: Support --disable-FEATURE.
14158 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14160         * config.guess: Recognize NCR running SVR4.3.
14162 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14164         * config.guess:  Make BSDI generate i386-unknown-bsd386.
14165         Patch from Paul Eggert <eggert@twinsun.com>.
14167 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14169         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14171 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14173         * configure: Make unrecognized options give nonfatal warnings
14174         instead of fatal errors, and pass them to any subdirectory
14175         configures in case they recognize them.
14176         Make --x equivalent to --with-x.
14178 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14180         * configure: Add --enable-* options.  Clean up usage message and
14181         some comments.
14183 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
14185         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14187 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14189         * configure.in (hppa*-*-*): Enable binutils.
14191 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14193         * config.sub: Recognize cisco.
14195 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
14197         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14199 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14201         * config.guess: about target *-hitachi-hiuxwe2, don't print more
14202         than one configuration name.  Add comment.
14204 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
14206         * config.guess: about target *-hitachi-hiuxwe2, fixed
14207         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
14208         macro is incorrect.]
14210 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14212         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14213         than the "make ls" stuff which used to be here.
14215 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14217         * config.guess:  Recognize i[34]86-unknown-freebsd.
14218         From Shawn M Carey <smcarey@rodan.syr.edu>.
14220 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14222         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14224 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
14226         * config.guess: Check for ptx.
14228 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
14230         * config.sub: Add os9k checking.
14232 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14234         * config.guess: Handle OSF1 running on HPPA processors
14236 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14238         * configure: If subdir configure fails, print out a message with
14239         subdirectory name, in case subdir's configure code didn't identify
14240         itself.
14242 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
14244         * configure.in: Remove embedded newlines from configdirs.
14245         Avoid mismatches of substrings.  Fix matching strings at end
14246         of configdirs.
14248 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
14250         * config.guess:  Add Lynx/rs6000 config support.
14252 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14254         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14256 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
14258         * configure.in (hppa*-*-osf*): Treat this just like most other
14259         PA configurations (eg no binutils or ld).
14260         (hppa*-*-*elf*): These configurations have binutils and ld.
14262 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14264         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
14266 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14268         * configure.in (rs6000-*-*): Build gas.
14270 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14272         * Makefile.in:  Avoid bug in losing hpux sed.
14274 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14276         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14277         for GDB and GDB has been fixed to not need it.
14279 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14281         * config.guess: Recognize vax hosts.
14283 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14285         * configure (while loop): Don't use "break 2" inside case
14286         statement -- the case statement isn't an enclosing loop.
14288 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14290         * config.guess:  Clean up NeXT support, to allow nextstep
14291         on Intel machines.  Make OS be nextstep.
14293 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
14295         * config.guess: Add alternate forms for Convex.
14297 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
14299         * configure:  Completely rewrite option processing.  Take
14300         advantage of pattern-matching to avoid invoking test frequently.
14301         Also clean up host and target defaulting logic.
14303 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14305         * Makefile.in: Replace all occurrances of "rootme" with "r" and
14306         "$${rootme}" with "$$r", to increase the likelihood that the do-*
14307         commands (plus user environment) will fit SCO limits.
14309 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14311         * configure.in: Don't issue warnings about directories which are
14312         not being configured if -norecursion is set.  Correct test for
14313         --with-gnu-as and --with-gnu-ld to not get confused by substring
14314         matches.
14316         * configure.in: Don't build gas for alpha-dec-osf1*.
14318 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
14320         * configure:  Back out Per's change of 12/19/1993.  It changes the
14321         behavior of configure in unexpected and confusing ways.
14323         Also, use different delim char when calculating
14324         program_transform_name so that the name can contain slashes.
14326 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
14328         * configure.in, config.sub: Add support for VSTa micro-kernel.
14330 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
14332         * configure.in: Nuke hacks which were used to get a special
14333         version of GAS for HPPA configurations.
14335 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14337         * configure:  If only ${target_alias} is given, use that
14338         as the default for ${host_alias}.
14339         * configure:  Add missing back-slashes before nested quotes.
14341 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14343         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14345 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
14347         * config.guess:  Recognize some Tektronix configurations.
14348         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14350 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14352         * config.sub: Match any flavor of SH.
14354 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
14356         * configure.in: Don't try to configure newlib for Alpha.
14358 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14360         * configure.in: Don't build ld for Irix 5.  Don't build gas,
14361         libg++ or libio for any Alpha target.
14363         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14365 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
14367         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14368         default arguments -- so it tried to compress itself.
14370 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14372         * configure.in (notsupp): ensure that a space is always at the end
14373           of the configdirs list, since the grep checks for an explicit space
14375 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14377         * configure.in (target i386-sysv4.2): don't build ld, since static
14378           versions of many libraries are not available.
14380 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14382         * config.guess: Recognize Apollos (using environment variables).
14383         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14385 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14387         * config.guess: Recognize Sony news mips running newsos.
14389 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
14391         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14392         "fi ; else" for bash.
14394 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
14396         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14398 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
14400         * config.sub: accept unixware as an alias for svr4.2.
14401         Fix some inconsistancies with the gcc version.
14403 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14405         * Makefile.in (DISTDOCDIRS):  Add gdb.
14407 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14409         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
14411 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14413         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14414         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14415         this now.
14417 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14419         * config.sub: Accept hiux* as an OS name.
14421         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14422         etc/make-stds.texi.  The underscore came from gcc, and dje now
14423         agrees that RUNTESTFLAGS is the correct name.
14425 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14427         * install.sh:  Remove 'set -e'.  It makes any conditionals
14428         in the script useless.
14430         * config.guess: Automatically recognize arm-acorn-riscix
14431         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14433 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14435         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14437 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14439         * Makefile.in (DISTDOCDIRS): New variable.
14440         (taz): Edit local Makefile.in sooner, instead of proto-toplev
14441         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
14443 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14445         * configure.in (hppa target): check the source directory for the
14446           pagas sub-directory
14448 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
14450         * config.sub: Allow -aout* and -elf*.
14452 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14454         * configure.in: Don't build ld on i386-solaris2, same as for
14455         sparc-solaris2.
14457 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14459         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14461 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14463         * configure.in:  Configure gdb for alpha.
14465 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14467         * Makefile.in (CXXFLAGS): Add -O.
14469 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14471         * config.guess: added support for DG Aviion
14473 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14475         * configure.in: Produce warning message for subdirectories not
14476         configurable for this host/target combination.  Don't try to
14477         configure gdb for vms.
14479 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14481         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14482         appropriate files before making "diststuff".
14483         (DISTBISONFILES): New var: list of files to be edited.
14484         (DISTSTUFFDIRS): Add binutils.
14486 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14488         * config.sub: also handle mipsel and mips64el (for little endian mips)
14490 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14492         * configure.in: Add * to end of all OS names.
14494 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
14496         * configure.in: Build newlib for LynxOS native.
14498 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14500         * config.guess: Add support for delta 88k running SVR3.
14502         * configure.in: Add comment about HP compiler vs. emacs.
14504 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14506         * configure.in: don't build ld on solaris2 (not a viable option
14507           due to bugs in getpwnam & getpwuid)
14509 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14511         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14512         config.guess will produce a full version number.
14514 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14516         * configure.in: Build linker and binutils for alpha-dec-osf1.
14518 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14520         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14521         and gdb/testsuite/Makefile.in.
14523 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14525         * configure.in: recognize mips*- instead of mips-
14527 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
14529         * config.sub: Accept linux*coff and linux*elf as operating
14530         systems.
14532 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14534         * config.sub: Recognize mips64, and mips3 as an alias for it.
14536 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14538         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14539         gdb knows how to handle OSF/1 shared libraries.
14541 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14543         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14544         * config.guess: Recognize Hitachi's HIUX.
14545         * config.sub: Recognize h3050r* and hppahitachi.
14546         Remove redundant cases for hp9k[23]*.
14548 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14550         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14551         if gas and ld are in the source tree and are in ${configdirs}.
14552         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14553         --with options (but still pass them down on the command line,
14554         if they were explicitly specified).
14556 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14558         * configure: substitute SHELL value in Makefile.in with
14559         ${CONFIG_SHELL}
14561 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14563         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14564         *-*-solaris2* targets.
14566 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14568         * Makefile.in: define M4, and pass it down to sub-makes;
14569         all-autoconf now depends on all-m4
14571 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14573         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14574         presence of {ar,ranlib} instead of a configured directory
14576 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
14578         * config.guess: Accept 34?? as well as 33?? for NCR.
14580 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14582         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14583         of 'gas' in sed commands, since 'gash' is now in the tree as well.
14585 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14587         * configure: grab values for $(CC) and $(CXX) from the
14588         environment, so that someone can do "CC=gcc configure; make" and
14589         have it work right (matching the way that autoconf works now)
14591         * configure.in, Makefile.in: add support for gash, the tcl
14592         interface to Galaxy
14594         * config.guess: add NetBSD variants (hp300, x86)
14596 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
14598         * install.sh: Support -d option (in the manner of SunOS 4 install,
14599         as it is more deterministic than that of GNU install)
14600         (chmodcmd): Set file to mode 755 by default (should also do default
14601         chgrp and chown, but I don't feel like dealing with that now)
14603 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
14605         * config.sub: Remove h8300hhms alias.
14607 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14609         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14611 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14613         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14614         as stmp-fixinc
14616 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14618         * config.sub: recognize m88110-bug-coff.
14620 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14622         * Makefile.in (all-libio): all dependencies on the toolchain used
14623         to build this (gcc, gas, ld, etc)
14625 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14627         * config.guess: Deal with OSF/1 1.3 on alpha.
14629 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14631         * install.sh: add some 'else true' clauses for portability
14633         * configure.in: don't build libio for h8[35]00-*-* targets
14635 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14637         * Makefile.in:  Add support for new libio.
14639 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14641         * install.sh: If one command fails, don't try the rest.  Don't try
14642         to remove $dsttmp (via trap) unless we have already created it.
14643         If $src doesn't exist, detect it and exit with an error.
14645         * config.guess: Recognize BSD on hp300.
14647 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14649         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14650         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14652 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
14654         * Makefile.in (all-send-pr): depends on all-prms
14656 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14658         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14660 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14662         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14663         Added test for mips-mips-riscos5.
14665 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14667         * configure.in: use mh-hp300 for 68k HP hosts
14669 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14671         * configure: add support for CONFIG_SHELL, so that you can use
14672         some alternate shell for evaluating configure scripts
14674 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
14676         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
14677         in configure script to bug-gdb@prep.ai.mit.edu when building
14678         distribution archive.
14679         * Makefile.in (COMPRESS):  Remove def.
14680         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
14681         gdb.tar.Z and make-gdb.tar.Z respectively.
14682         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
14683         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
14684         to convergence with 'taz' target in Makefile.in.
14686 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14688         * install.sh (dsttmp): use trap to ensure that tmp files go
14689         away on error conditions
14691 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14693         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14695 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14697         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14698         its parent is '/' not ''.
14700         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14702 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
14704         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14705         that ${newsrcdir}/configure.in does.
14707 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14709         * test-build.mk: support for CONFIG_SHELL
14711 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
14713         * config.sub (netware):  Add as a basic system type.
14715 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14717         * Makefile.in (Makefile): depend on configure.in.  Also drop the
14718           $(srcdir)/ from the dependency on Makefile.in.
14720 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
14722         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14723         (h8300hhms is temporary until multi-libraries are implemented).
14724         * configure.in: Handle h8300h too.
14726 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14728         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14730 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
14732         * configure:  Remove extraneous output when guessing host type.
14733         * config.guess:  Remove extraneous output when guessing using C
14734         compiler rather than uname, or when guessing fails.
14736 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
14738         * Makefile.in: remove all.cross and install.cross targets
14740         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14741           definitions
14743 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
14745         * configure.in (target sh): Build gprof.
14747 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14749         * config.sub: change -solaris to -solaris2
14751 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14753         * configure.in: Use config/mh-riscos for mips-*-sysv*.
14755 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
14757         * configure: Correct error message for missing Makefile.in to
14758         print correct directory.
14760 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14762         * install.sh: kludge around 386BSD shell bug
14764 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
14766         * config.guess:  Recognize NeXT.
14767         * config.guess:  Recognize i486-ncr-sysv4.
14768         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
14770 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
14772         * Makefile.in (MAKEINFOFLAGS): New variable.
14773         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14774         * build-all.mk, test-build.mk: Pass down --no-split as
14775         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
14777 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
14779         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
14781 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
14783         * Makefile.in (libg++.tar.z):  New rule.
14784         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
14785         * Makefile.in (taz):  Only do a single chmod.
14787 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14789         * install.sh: don't use dirname anymore (replaced with sed usage)
14791 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
14793         * Makefile.in:  Change extension for gzip'd files from '.z' to
14794         '.gz' per new FSF standard usage.
14796 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14798         * configure: put quotes around the final value of program_transform_name
14800 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14802         * Makefile.in: new install.sh support; update install-info rules
14804 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
14806         * configure.in: Build diff for crosses, but not for go32 host.
14808         * configure.in: Build gprof only for native, and don't build it
14809         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14811 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
14813         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14815 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14817         * configure.in (host_tools): Add prms.
14819 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14821         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14822         with $(FLAGS_TO_PASS) on the command line
14824         * config.sub: Recognize lynx and lynxos
14826 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
14828         * config.sub: Accept -ecoff*, not just -ecoff.
14830 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14832         * Makefile.in (taz): Use .gz suffix instead of .z.
14833         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14834         names.
14836 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14838         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14840 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14842         * Makefile.in (install-no-fixedincludes):  install gcc last, so
14843         that rebuilds that might happen during 'make install' don't get
14844         bogus gcc include files
14846 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14848         Change from Utah for HPPA support:
14849         * config.guess: Recognize hppa1.x-hp-bsd.
14851 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
14853         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
14854         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14856 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14858         * config.sub: Add support for rom68k and bug boot monitors.
14860 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
14862         * Makefile.in: Make all-opcodes depend on all-bfd.
14864 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
14866         * config.guess: Added special check for i[34]86-univel-sysv4*.
14868 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
14870         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14871         the processor rather than assuming i486.
14873 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14875         * config.guess: Recognize SunOS6 as Solaris3.
14877 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
14879         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
14880         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14882 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
14884         * build-all.mk (all-cross): New target for Canadian Cross.
14885         Added Q2 go32 targets.
14886         * test-build.mk: Configure go32 cross sparclite-aout and
14887         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
14888         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14890 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14892         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14893         GO32 hosted toolchains
14895 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14897         * configure: change  so "-exec-prefix" gets passed down rather
14898         than "-exec_prefix" so autoconf generated Makefiles get the
14899         exec_prefix set right.
14901 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14903         * config.guess: get the Solaris2 minor version number
14905         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14907 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14909         * config.guess: Recognize some Sequent platforms.
14911 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14913         * Makefile.in: added the vault-install target
14915         * configure.in: actually use the Sun3 makefile fragment that's in
14916         config, also added the release dir to configdirs
14918 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14920         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14922 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14924         * configure.in: remove some program from Alpha targetted toolchains
14926 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
14928         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
14929         gprof.
14930         (taz): Run "make diststuff" in those directories instead of "make
14931         proto-dir".  Look for "VERSION=" only at start of line in subdir
14932         Makefile.  Use "gzip -9" for compression.
14933         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14934         (binutils.tar.z): New target.
14936 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14938         * Makefile.in (taz): Include gpl.texinfo.
14940 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14942         * Makefile.in (setup-dirs): Merged into "taz" target.
14943         (taz): Only do `proto-dir' stuff if a directory is actually needed
14944         for this target.
14946 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
14948         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14949         (FLAGS_TO_PASS): Pass down MUNCH_NM.
14950         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14951         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14952         (gcc-no-fixedincludes): Correct for current gcc Makefile.
14954 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
14956         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
14957         config.sub, and move-if-change to gdb testsuite distribution
14958         archive, so the testsuite can be extracted, configured, and
14959         run separately from the gdb distribution.  Blow away the Chill
14960         tests that require a Chill compiled executable, since GNU Chill
14961         is not yet publically available.
14963 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14965         * test-build.mk: set environment variables in a single command,
14966         instead of a list of assignments and exports
14968         * config.guess: recognize Alpha/OSF1 systems
14970 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14972         * configure: Change help message to prefer --options rather than
14973           -options.
14975 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14977         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14978         zippy@ecst.csuchico.edu.
14979         * config.guess: Recognize miniframe.
14981 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14983         * Makefile.in: Use srcroot to find runtest rather than rootme.
14984         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
14986 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
14988         * test-build.mk: Extensive additions to support building on a
14989         machine other than the host.
14991 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14993         * configure (tooldir): Fix for i386-aix again.
14995 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
14997         * configure, Makefile.in:  Change definition of $(tooldir)
14998         to match the FSF.
15000 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
15002         * config.guess:  Recognize i[34]86/SVR4.
15004 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15006         * Makefile.in (all-gdb): gdb depends on sim.
15008 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
15010         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
15011         at the same time we make the prototype gdb directory.
15012         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
15013         files at the same time as the gdb base release distribution.
15015 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
15017         * Makefile.in (check): Use individual check targets rather than
15018         DO_X rule.
15019         (check-gcc): Added.
15021 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
15023         * config.sub: Use sysv3.2 not sysv32 for canonical OS
15024         for System V release 3.2.
15026 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15028         * config.sub: Recognize hppaosf.
15029         * configure.in: Do configure ld/binutils/gas for it.
15031 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15033         * configure (tooldir): Alter syntax used to set this, for systems
15034         where "\$" isn't handled right, like i386-aix.
15036 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15038         * configure: Pass program-transform-name, not
15039         program_transform_name, to recursive configures.
15041 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
15043         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15044         of gas+ld+binutils.
15046 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
15048         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
15050 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15052         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15054 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15056         * Makefile.in (PRMS): Set back to all-prms.
15058 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15060         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15061         targets, rather than for MIPS hosts.
15063 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15065         * configure.in: add comment for --with-x default values
15067         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15069         * Makefile.in: add check-* targets for each of the directories in
15070         the tree.  Add a definition of RUNTEST that will use the one we
15071         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
15073 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
15075         * configure.in: Removed obsolete references to bfd_target and
15076         target_makefile_frag.
15078         * build-all.mk: Set assorted targets for Q2.
15079         * config.sub: Recognize z8k-sim and h8300-hms.
15080         * test-build.mk: Really don't pass host to configure.
15081         (HOLES): Added uname.
15083 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
15085         * configure: Handle an empty program-prefix, program-suffix or
15086         program-transform-name correctly.
15088 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15090         * build-all.mk: -G 8 no longer required for MIPS targets.
15091         * test-build.mk: Don't pass host argument to configure; make it
15092         guess.
15094 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
15096         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
15097         * Makefile.in (COMPRESS):  New macro, like GZIP.
15099 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15101         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15103         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15104         with gas currently defaults to -G 0.
15106 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
15108         * Makefile.in (all-flex): flex depends on byacc.
15110         * build-all.mk: If host not specified, use config.guess.  Pass TAG
15111         to test-build.mk as RELEASE_TAG.
15112         * test-build.mk (configargs): New variable containing arguments to
15113         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
15114         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15116         * config.guess: Use /bin/uname when checking -X argument on SCO,
15117         to avoid invoking GNU uname which doesn't understand -X.
15119         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15121         * configure.in: Build gas for mips-*-*.
15123 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15125         * Makefile.in (all.normal): insert missing backslash.
15127 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15129         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15131         * Makefile.in: Complete overhaul to merge many almost identical
15132         targets.
15134 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15136         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15137         (gdb.tar.Z): Adjusted.
15139         * Makefile.in (setup-dirs, taz): New targets; should be general
15140         enough to adapt for gdb sometime.  Build only .z file.
15141         (gas.tar.z): New target.
15143 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
15145         * build-all.mk: Use CC=cc -Xs on Solaris.
15147 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
15149         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
15150         for handling BISON for FSF releases.
15152 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15154         * configure: Actually implement the change zoo just documented.
15156 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
15158         * configure: when using config.guess, only set target_alias when
15159         it's not already been set (ie, on the command line)
15161 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15163         * Makefile.in: add installcheck target, set PRMS to install-prms
15165 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15167         * configure: add support for package_makefile_fragment, handle the
15168         case where a directory has a configure.in file but no Makefile.in
15169         more gracefully (with an actual understandable error message, even);
15170         add support for --without (and add this to the usage message); also
15171         explicitly add a --host=${host_alias} to the command line when
15172         config.guess is used
15174 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15176         * configure: Must use both --host and --target in recursive calls.
15178 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15180         * Makefile.in: Change deja-gnu to dejagnu.
15182 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15184         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15186 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15188         * configure.in: canonicalize all instances to *-*-solaris2*,
15189         also strip out a number of tools to not build for go32 host
15191 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15193         * config.guess: add GPL.
15195         * Makefile.in, config.guess, config.sub, configure: bump
15196           copyrights to 93.
15198 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
15200         * Makefile.in (do-info): Removed obsolete check for existence of
15201         localenv file.
15203         * Makefile.in (MAKEOVERRIDES): Define to be empty.
15205 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15207         * Makefile.in: a couple of 'else true' for decstation,
15208         support for TclX
15210         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15212 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
15214         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15216 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
15218         * config.guess: Recognize i386-ibm-aix (PS/2).
15219         * configure.in: Use config/mh-aix386 file for it.
15221 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
15223         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15224         CC_FOR_TARGET instead.
15225         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15227 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
15229         * Makefile.in: Add sim to list of directories sent with gdb
15231 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15233         * configure.in: Put back mips-dec-bsd* case.
15235 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
15237         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15238         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
15239         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15241 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15243         * configure.in: remove no-op mips-dec-bsd* in "case $target"
15245         * Makefile.in (dir.info): only run gen-info-dir if it exists,
15246         (install-info): install dir.info only if it exists,
15247         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15249 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
15251         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
15252         gas for mips-dec-bsd.
15254 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
15256         * configure (makesrcdir): If ${srcdir} is relative and not ".",
15257         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15259 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15261         * configure.in: Added "dejagnu" to hosttools list.
15263 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
15265         * config.sub, configure.in, config.guess:  Add support
15266         for Bosx, an AIX variant from Bull.
15267         Patches from F.Pierresteguy@frcl.bull.fr.
15269 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15271         * devo/dejagnu: Initial creation of devo/dejagnu.
15272         Migrated dejagnu testcases and support files for testing software
15273         tools to reside as subdirectories, currently called "testsuite",
15274         within the directory of the software tool.  Migrated all programs,
15275         support libraries, etc. beloging to dejagnu proper from
15276         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
15277         with no modifications.  The changes to these files which will
15278         allow them to configure, build, and execute properly will be made
15279         in a future update.
15281 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15283         * Makefile.in: Change send_pr to send-pr.
15284         * configure.in: Likewise.
15285         * send_pr: Renamed directory to send-pr.
15287 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
15289         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
15291 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
15293         * README:  Update for gdb-4.8 release.
15294         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
15295         gdb-xxx.tar.z (gzip'd) file also.
15297 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15299         * Makefile.in: make all-diff depend on all-libiberty
15301 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
15303         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15305 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15307         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15309 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
15311         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
15312         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
15313         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
15315 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15317         * Makefile.in:  makeinfo binary is in a new location
15319 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
15321         * config.sub: Accept -ecoff as an OS.
15323         * Makefile.in: Various changes to eliminate a level of make
15324         recursion and reduce the required command line length.
15325         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15326         sub-makes.
15327         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15328         variables holding settings for specific sub-makes.
15329         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15330         in terms of BASE_FLAGS_TO_PASS.
15331         (TARGET_LIBS): New variable listing directories which use
15332         TARGET_FLAGS_TO_PASS.
15333         (subdir_do): Eliminated.
15334         (do-*): New set of targets to replace subdir_do.
15335         (various): All targets which used subdir_do now depend on do-*.
15336         (local-clean): Renamed from do_clean.
15337         (local-distclean): New target, dependency of distclean and
15338         realclean.
15339         (install-info): Don't create directories.  Depend on dir.info
15340         rather than calling make recursively.
15341         (install-dir.info): Eliminated.
15342         (install-info-dirs): Create all info directories here.
15343         (dir.info): Depend upon do-install-info.
15345         * test-build.mk (HOLES): Added false.
15347 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
15349         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
15351 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15353         * Makefile.in (info): remove dependency on all-texinfo.  The
15354         problem was really in texinfo/C, not at this level.
15356 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15358         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15360 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
15362         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
15363         GDB releases.
15365 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15367         * configure: Include srcdir in message about target of link not
15368         being found.  Don't convert `-' to `_' in `with' options being
15369         passed to subdirs.
15371 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15373         * configure.in: add uudecode to host_tools
15375         * Makefile.in: added {all,install}-uudecode targets, added them to
15376         the appropriate lists
15378 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
15380         * Makefile.in (all-gcc): Added dependency on all-gas.
15382         * configure.in (mips-*-*): Build ld and binutils.
15384 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15386         * configure: check return code from mkdir, print error message and
15387           exit on failure.
15389 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
15391         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
15393 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
15395         * test-build.mk (HOLES): Added tar, cpio and uudecode.
15397 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15399         * config.sub (h8500):  Recognize this as a cpu type.
15401 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15403         * configure: source directory missing is no longer a warning
15405         * configure.in: recognize irix[34]* instead of irix[34]
15407         * Makefile.in: define and pass down X11_LIB
15409 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
15411         * guess-systype: Renamed to ...
15412         * config.guess:  ... by popular request.
15413         * configure.in, Makefile.in:  Update accordingly.
15415 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
15417         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
15418         + Add Convex, Cray/Unicos, and Encore/Multimax support.
15419         + Execute ./dummy instead of assuming . is in PATH.
15421 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
15423         * guess-systype:  New shell script.  Attempts to guess the
15424         canonical host name of the executing host.
15425         Only a few hosts are supported so far.
15426         * configure:  Call guess-systype if no host is specified.
15428 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15430         * Makefile.in (gcc-no-fixedincludes): Made to work with current
15431         gcc Makefile.
15434 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
15436         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15437         (all-gcc, install-gcc, subdir_do): Use it.
15439 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15441         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15443 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
15445         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15446           set exclusively by configure, using configure.in .
15448 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15450         * test-build.mk: set $PATH for all builds
15452         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15454 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
15456         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
15457         the one used in gcc/Makefile.in, so that a null expansion doesn't
15458         override the one needed to build gcc with a native cc.
15461 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15463         * configure: Accept -with arguments.
15465 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15467         * Makefile.in: added h8300sim
15469 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
15471         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15472         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
15473         (all-cygnus, native, build-cygnus): Make
15474         $(canonhost)-stamp-3stage-done, not $(host)....
15475         * test-build.mk (stamp-3stage-compared): Use tail +10c for
15476         i386-sco3.2v4.  Added else true to if command.
15478 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
15480         * config.sub: (from FSF) Sequent uses a BSD-like OS.
15482 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
15484         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15486 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15488         * configure.in: don't remove binutils from Solaris builds
15490 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
15492         * Makefile.in: get rid of earlier definitions for *clean,
15493         also handle the recursive info rule better
15495 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
15497         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
15498         do more-or-less the right thing.
15500 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
15502         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15503         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15505 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15507         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15508         $(host_canonical).
15510         * configure.in: split the configdirs list into 4 categories (native
15511         v. cross, library v. tool) and handle the cross-only and native-
15512         only in more reasonable (and correct!) way.
15514 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
15516         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
15517         configdirs anymore.
15519 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15521         * Makefile.in: extensive cleanup::  removed all of the explicit
15522         clean-* targets, collapsed many wrappers around subdir_do into
15523         one, added additional targets to satisfy standards.texi, deleted
15524         some old targets, some changes for consistency
15526 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15528         * configure.in: handle some programs as cross-only, and others as
15529         native only
15531         * test-build.mk: handle partial holes in a more generic manner
15533         * Makefile.in: m4 depends on libiberty
15535 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15537         * configure.in: add m4, textutils, fileutils, sed, shellutils,
15538         time, wdiff, and find to configdirs
15540         * Makefile.in: all, clean, and install rules for the new programs
15541         added to configure.in
15543 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15545         * configure.in: use mh-sun for all *-sun-* hosts
15547 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15549         * Makefile.in: define flags for X11 include files and library file
15550         locations, pass them down to the programs that need this info
15552         * build-all.mk: added a 'native' target, to 3stage the native toolchain
15554 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15556         * configure.in: start building libg++ for HP-UX targets
15558 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
15560         * README:  Update references to files moved into etc/.
15562 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
15564         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
15565         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
15567 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15569         * configure: accept dash as well as underscore in long option
15570         names for FSF compatibility.
15572 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
15574         * config.sub: added -sco3.2v4 support from FSF.
15576 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15578         * configure.in: expand the section that adds or removes
15579         directories from the list of programs to build, to handle native
15580         vs. cross in addition to host v. native
15582 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
15584         * Makefile.in:  Replace C++ in macro names with CXX.
15585         This is less likely to break ...
15587 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15589         * test-build.mk: add -w to GNU_MAKE
15591 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15593         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15594         add 'sparc' to list of recognized cpus.  This needed to make
15595         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15596         Delete some redundant ose68 variants.  Recognize -wrs as an os,
15597         then changes that into $CPU-wrs-vxworks.
15599         * configure.in: remove most references to gdbtest, regularize
15600         target based program removal
15602         * test-build.mk: import from p3 tree (many fixes and changes)
15604 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
15606         * Makefile.in: added rules to handle tcl, tk, and expect
15608         * configure.in: handle those directories if they exist
15610 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15612         * config.sub: removed bogus hppabsd and hppahpux names, since
15613         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15615 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15617         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
15618         depends upon all-xiberty
15620         * Makefile.in: changes from p3, including:
15622         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
15624         * Makefile.in (XTRAFLAGS): include newlib directories if
15625         newlib/Makefile exists, rather than if host != target.
15627         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
15629         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15630         from the same source tree and not building a cross-compiler.  This
15631         matters for the libg++ configuration if reconfiguring a tree that
15632         has already been installed.
15634         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
15636         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15637         pick up the machine and system specific header files.
15639         * Makefile.in: added AS_FOR_TARGET, passed down in
15640         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15641         the C compiler to use to create programs which are run in the
15642         build environment, set it to default to $(CC), and passed it down
15643         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15645         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
15647         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15648         We need them for unusual native builds, like systems without
15649         ranlib.
15651         * configure: also define $(host_canonical) and
15652         $(target_canonical), which are the full, canonical names for the
15653         given host and target
15655 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
15657         * Makefile.in:  Added separate definitions for C++.
15659 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
15661         * configure.in (configdirs):  Add deja-gnu.
15663 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
15665         * README:  Update for configure.texi and gdb-4.7 release.
15667 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
15669         * Makefile.in:  Move "all" target to top of file.
15670         Previously, first target was ".PHONY" which caused BSD4.4 make
15671         to build .PHONY when make was run without arguments.
15673 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
15675         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
15676         Library-copylefted code in libiberty.
15678 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
15680         * config.sub:  Replace m68kmote with plain old m68k.
15682 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
15684         * Makefile.in:  Remove space from blank line, avoid Make complaints.
15686 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
15688         * config.sub: Complain if no argument is given.  Added support for
15689         386bsd as OS and target alias.
15691 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
15693         * Makefile.in (XTRAFLAGS): include newlib directories if
15694         newlib/Makefile exists, rather than if host != target.
15696 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
15698         * config.sub: recognize sparclite-wrs-vxworks.
15700         * Makefile.in (install-xiberty): added *-xiberty make rules (from
15701         p3.) Added clean-xiberty to clean.
15703 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15705         * configure.in: use *-*-* instead of nested cases for host and target
15707 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
15709         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15710         from the same source tree and not building a cross-compiler.  This
15711         matters for the libg++ configuration if reconfiguring a tree that
15712         has already been installed.
15714 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
15716         * config.sub (i486v/i486v4):  Merge in from FSF version.
15718 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
15720         * configure: only set PWD if it is already set.
15722 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
15724         * configure: just set PWD=`pwd` at the top, since Ultrix sh
15725         doesn't have unset and all success paths (and most error paths)
15726         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15727         to just ${PWD} to avoid confusion.)
15729 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
15731         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15732         even for a native compilation.
15734 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
15736         Changes to make the gdb.tar.Z rule work better.
15738         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
15739         (DEVO_SUPPORT):  Add configure.texi.
15740         (bfd-ilrt.tar.Z):  Remove ancient rule.
15742 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
15744         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15745         pick up the machine and system specific header files.
15747         * configure.in, config.sub: added new target m68010-adobe-scout,
15748         with alias of adobe68k.  Changed configure.in to check for
15749         -scout before -sco* to avoid a false match.
15751         * Makefile.in: added AS_FOR_TARGET, passed down in
15752         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15753         the C compiler to use to create programs which are run in the
15754         build environment, set it to default to $(CC), and passed it down
15755         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15757 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15759         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15760         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
15761         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15762         FOR_TARGET variants, to newlib and libg++.
15764 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15766         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15767         first.
15769 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
15771         * config.sub:  Accept `elf' as an environment.
15773 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15775         * Makefile.in (all-opcodes):  cd into the right directory
15777 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
15779         * configure: added -program_transform_name option, used as
15780         argument to sed when installing programs.
15781         configure.texi: added documentation for -program_prefix,
15782         -program_suffix and -program_transform_name.
15784 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
15786         * config.sub:  Accept i486 where i386 ok.
15788 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
15790         * config.sub: accept we32k
15792 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
15794         * config.sub, configure.in: accept OSE68000 and OSE68k.
15796         * Makefile.in: don't create all directories for ``make install'';
15797         let the subdirectories create the ones they need.
15799 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15801         * COPYING: new file, GPL v2
15803 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15805         * Makefile.in: use the new gen-info-dir, which needs a template
15806         argument (which also lives in texinfo)
15808         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15810 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
15812         * config.sub (ncr3000):  Change i386 to i486.
15814 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15816         * Makefile.in: add install-rcs, install-grep to
15817         install-no-fixedincludes, removed install-bison and install-libgcc
15819 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
15821         * configure.in: grab the HPUX makefile fragment if on HPUX
15823 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15825         * Makefile.in: eradicate bison spoor (ditto libgcc).
15826          configure.in: recognise m68{k,000}-ericsson-OSE.
15827          es1800 is alias for m68k-ericsson-OSE
15829 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15831         * configure.in: rearrange the parts that remove programs from
15832         configdirs, based now on HOST==TARGET or by canonical triple.
15834 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15836         * test-build.mk: recurse explicitly with -f test-build.mk when
15837           appropriate.  predicate stage3 and comparison on the existence
15838           of gcc.  That is, if gcc isn't around, we aren't three-staging.
15839           On very clean, also remove ...stamp-co.  Build in-place before
15840           doing other builds.
15842 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15844         * Makefile.in, configure.in: add tgas
15846 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15848         * Makefile.in: a number of changes merged in from progressive.
15850         * configure.in: add libm.
15852         * .cvsignore: ignore some stuff that comes from test-build.mk.
15854 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
15856         * config.sub:  Add es1800 (m68k-ericsson-es1800).
15858 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15860         * configure: Add program_suffix (parallel to program_prefix)
15861         * Makefile.in: adjust directory-creating script for losing decstation
15863 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
15865         * configure:  Minor $subdir-related fixes.
15867 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15869         * configure: fix various problems with propogating
15870         makefile_target_frag in subdirs.
15871         * configure.in: config libgcc if its there
15873 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
15875         * config.sub:  HPPA merge.
15877 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
15879         * Makefile.in:  Replace all-bison with all-byacc in all
15880         dependency lines for other tools (which now use byacc).
15882 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
15884         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
15886 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
15888         * Makefile.in: make gprof rules similar to byacc rules (instead of
15889         vestigal $(unsubdir) that didn't work...)
15891 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
15893         * config.sub:  Add support for Linux.
15894         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
15895         (at least for libg++).
15897 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
15899         * configure.texi: fix doc for the -nfp option to configure
15901 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
15903         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15905 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
15907         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15908         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15909         * configure.in: added solaris* host_makefile_frag hook.
15911 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15913         * config.sub: changed recognition of m68000 so that various
15914         m68k types can be specified via m680[01234]0
15916 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15918         * config.sub (basic_machine): fix sed so that '-foo' isn't
15919         completely substituted out while .+'-foo' loses the '-foo'
15921 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15923         * config.sub ($os): Add -aout.
15925 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
15927         * configure:  If host_makefile_frag is absolute, don't
15928         prefix ${invsubdir} (relevant to libg++ auto-configure).
15930 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15932         * Makefile.in (tooldir): Define it.
15933         (all-ld): Depend on all-flex.
15935 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
15937         * Makefile.in (check):  Fix libg++ special case.
15939 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
15941         * configure: do not bury `pwd` into config.status, thus do fewer
15942           pwd's.
15944         * configure: print the "Building in" message only when building in
15945           other than "." AND verbose.
15947         * configure: remove -s, rework -v to better accommodate guested
15948           configures.
15950         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15952 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
15954         * Makefile.in: macroize flags passed on recursion.  remove
15955           fileutils.
15957 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
15959         * configure: get makesrcdir right for subdirs deeper than 1.
15961         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15962           install.
15964 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
15966         * Makefile.in: don't print subdir_do or recursion lines.
15968 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
15970         * standards.texi: added menu item.
15972         * Makefile.in: build and install standards.info.
15974         * standards.texi: new file.
15976 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15978         * configure: test for and move config.status pieces from
15979           ${subdir}/.
15981 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
15983         * configure:  Test for existance of files before trying to mv
15984         them, to avoid numerous non-existance messages.
15986 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
15988         * configure: correct final line of config.status.
15990         * configure: patch from eggert.  Avoids a protection problem if
15991           the original Makefile.in is read only.
15993         * configure: use move-if-change from gcc to create config.status.
15994           Some makefiles depend on config.status to tell if a directory
15995           has been reconfigured for a different host.  This change
15996           prevents those directories from remaking everything in the case
15997           where the reconfig was only intended to rebuild a Makefile.
15999         * configure: test for config.sub with "config.sub sun4" rather
16000           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
16001           host alias from a missing config.sub.
16003 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16005         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16006           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
16008 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
16010         * configure: mkdir ${subdir} as needed.
16012 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
16014         * Makefile.in,configure.in: added autoconf.
16016 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16018         * Makefile.in: no longer pass against on recursion.
16020         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16021           definitions are not inherited.
16023         * configure: correct makesrcdir when subdir is .
16025 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
16027         * configure:  Add support for 'subdirs' variable, which is
16028         like 'configdirs', except that configure doesn't re-invoke
16029         itself for subdirs, it just creates a Makefile for each subdir.
16030         * configure.texi:  Document subdirs.
16032 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16034         * configure.in: added flex to configdirs
16036 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
16038         * Makefile.in: remove clean-stamps from clean.
16040 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
16042         * configure.in:  Add gdbtest to configdirs.
16044 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
16046         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
16047         to recursive makes.
16048         * configure.in:  Recognize new ncr3000 config.
16050 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
16052         * Makefile.in, configure.in: removed references to gdbm.
16054 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
16056         * config.sub:  Don't canonicalize os value
16057         newsos* to bsd (readline needs to check for newsos).
16058         (This fix was earlier made Jan 31, but got re-broken.)
16060 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
16062         * configure.in:  sco is an os, not a vendor!
16064         * configure:  Quote $( better.  Keep various shells happy.
16066 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
16068         * Makefile.in: eliminate stamp-files.
16070 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
16072         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
16073           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16075 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
16077         * config.sub:  fix iris/iris3.
16079 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
16081         * configure: re-add -rm.
16083 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
16085         * Maskefile.in: add .stmp-rcs to all.
16087         * configure.in: remove gas from rs6000 build, use aix host fragment.
16089 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
16091         * configure: pass down site_option during recursion.
16093 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
16095         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
16097 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
16099         * configure: Change exec_prefix so that it really defaults to prefix.
16101 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
16103         * Makefile.in, configure.in:  Add support for mmalloc library.
16105 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
16107         * Makefile.in: add stmp dependencies for a few more things.
16109 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
16111         * configure: adjusted error message on objdir/srcdir configure
16112           collision, per john's suggestion.
16114         * Makefile.in: add libiberty stmp to all and all.cross.
16116 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
16118         * Makefile.in: remove force dependencies, add grep to all.
16120 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
16122         * Makefile.in: drop flex.  make stamp files work.
16124         * configure: added test for conflicting configuration in srcdir,
16125           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
16126           gets cranky.  use relative paths for configure and srcdir
16127           whenever possible.  Send some error messages to stderr that were
16128           going to stdout.
16130 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
16132         * Makefile.in:  Fix libg++ rule to check for gcc directory
16133         before using gcc/gcc.  Also pass XTRAFLAGS.
16135 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
16137         * Makefile.in: added stmp-files so that directories aren't polled
16138           when they are already built.
16140         * configure.texi: fixed a node pointer problem.
16142 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
16144         * config.sub configure.in gdb/configure.in
16145         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16146         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16147         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
16149 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16151         * configure: -recurring becomes -silent.  corrected help message
16152           for -site= option.
16154         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16156 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16158         * configure: when building Makefile for crosses, replace
16159           tooldir and program_prefix.  default srcdir from location of
16160           config.sub.  remove "for host in hosts" and "for target in
16161           targets" loops.
16163 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16165         * Makefile.in: Do not pass bindir or mandir to cvs.
16167 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
16169         * Makefile.in, configure.in: removed traces of namesubdir,
16170           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
16171           copyrights to '92, changed some from Cygnus to FSF.
16173         * configure.texi: remove most references to multiple hosts,
16174           multiple targets, subdirs, etc.
16176         * configure.man: removed rcsid. reference config.sub not
16177           config.subr.
16179         * Makefile.in: mkdir $(infodir) on install-info.
16181 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
16183         * configure.texi:  Explain better about .gdbinit and about
16184         the environment that configure.in sections run in.
16186 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
16188         * configure.in:  Ultrix is only a decstation if it's a MIPS.
16190 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
16192         * README:  DOC.configure => cfg-paper.texi.
16194 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
16196         * config.sub (near case $os):  Don't convert newsos* to bsd!
16198 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
16200         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
16201         the number of copies of COPYING that go into the GDB tar file.
16203 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
16205         * bfd/configure.in, gdb/config/mh-i386sco,
16206         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16207         Fix SCO configuration stuff.
16209 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
16211         * Makefile.in:  For libg++, make sure the -I pointing
16212         to the gcc directory goes *after* all the libg++-local -I flags.
16213         Also, move just-gcc dependency from just-libg++ to all-libg++.
16215 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
16217         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
16219 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
16221         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
16223 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
16225         * config.sub:  Add stratus configuration frags.  Also
16226         submitted to FSF.
16228 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
16230         * Makefile.in (DEV_SUPPORT):  add configure.man.
16232         * config.sub(Decode manufacturer-specific):  add -none*.
16234 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
16236         * Makefile.in:  remove form feeds to make Sun's make happy.
16237         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
16239 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
16241         * Makefile.in (AR_FLAGS):  Make quieter.
16243 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
16245         * configure.in:  Add libg++.
16246         * configure:  When verbose, don't output the command line at each
16247         level; it will be unremarkably the same as the previous version,
16248         which will be the same as what the user typed.
16250 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
16252         * configure.in, Makefile.in: fix clean-info, add flex.  add
16253           fileutils.
16255         * configure: be less sensitive to spaces in Makefile.in.  Do not
16256           look for sources in "..".  Doing so breaks subdirectories that
16257           might have their own configure.  If a subdir has it's own
16258           configure script, use it.
16260 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
16262         * cfg-paper.texi: some changes suggested by rms.
16264 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
16266         * config.sub:  Merge in some small additions from the FSF version,
16267         taken from the gcc distribution, to bring the Cygnus and FSF
16268         versions into closer sync.
16270 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
16272         * configure.in:  Changed svr4 references to sysv4.
16274 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
16276         * configure: added -V for version number option.
16278 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
16280         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16281           renamed from DOC.configure to cfg-paper.texi.
16283 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16285         * configure, config.subr, config.sub: config.subr is now
16286           config.sub again.
16288 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
16290         * configure.texi: new file, in progress.
16292         * Makefile.in: build info file and install the man page for
16293           configure.
16295         * configure.man: new file, first cut.
16297         * configure: find config.subr again now that configuration "none"
16298           has gone.  removed all traces of the -ansi option.  removed all
16299           traces of the -languages option.
16301         * config.subr: resync from rms.
16303 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16305         * configure, config.sub, config.subr: merge config.sub into
16306           config.subr, call the result config.subr, remove config.sub, use
16307           config.subr.
16309         * Makefile.in: revised install for dir.info.
16311 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16313         * configure.in: add decstation host makefile frag.
16315         * Makefile.in: BISON now bison -y again.  also install-gcc on
16316           install.  clean-gdbm on clean.  infodir belongs in datadir.
16317           Make directories for info install.  Build dir.info here then
16318           install it.
16320 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16322         * Makefile.in: fix for bad directory tests.
16324 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16326         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
16327           regexp.  -srcdir relative was being handled incorrectly.
16329         * Makefile.in: unwrapped some for loops so that parallel makes
16330           work again and so one can focus one's attention on a particular
16331           package.
16333 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16335         * configure: added PWD as a stand in for `pwd` (for speed). use
16336           elif wherever possible.  make -srcdir work without -objdir.
16337           -objdir= commented out.
16339 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16341         * configure: +options become --options.  -subdirs commented out.
16342           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
16343           Makefile now at top of generated Makefile.  Removed cvs log
16344           entries.  added -srcdir.  create .gdbinit only if there is one
16345           in ${srcdir}.
16347         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
16348           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
16349           and mandir now keyed off datadir by default.
16351 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16353         * Freshly created ChangeLog.
16356 Local Variables:
16357 mode: change-log
16358 left-margin: 8
16359 fill-column: 76
16360 version-control: never
16361 End: