2010-12-04 Tobias Burnus <burnus@net-b.de>
[official-gcc.git] / ChangeLog
blob63e5621a361afcee9c368d3e8e93793bce70562c
1 2010-12-03  Ian Lance Taylor  <iant@google.com>
3         * MAINTAINERS: Add myself as libgo maintainer.
5 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
7         PR libffi/46792
8         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
9         * configure: Regenerate.
11 2010-12-02  Ian Lance Taylor  <iant@google.com>
13         * configure.ac: Always set default for poststage1_ldflags to
14         -static-libstdc++ -static-libgcc.
16 2010-11-29  Andreas Schwab  <schwab@redhat.com>
18         * configure.ac: Move comment to remove extra space in last argument
19         of GCC_TARGET_TOOL.
21 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
23         PR other/46020
24         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
25         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
26         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
27         (BASE_FLAGS_TO_PASS): Use it.
28         * configure: Rebuilt.
29         * Makefile.in: Rebuilt.
31 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
33         PR binutils/12258
34         * configure.ac: Correct comments for --enable-gold/--enable-ld.
35         Properly check default linker.
36         * configure: Regnerated.
38 2010-11-23  Matthias Klose  <doko@ubuntu.com>
40         * configure.ac: For --enable-gold, handle value `default' instead of
41         `both*'.   New configure option --{en,dis}able-ld.
42         * configure: Regenerate.
44 2010-11-20  Ian Lance Taylor  <iant@google.com>
46         * configure.ac: Only disable a language library if no language needs
47         it.  Don't let --disable-libgcj uncondtionally disable libffi.
48         * configure: Rebuild.
50 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
52         * Makefile.in: Regenerate.
54         PR other/46202
55         * configure.ac: Fix just-built in-tree STRIP name to be
56         binutils/strip-new.
57         * configure: Regenerate.
58         * Makefile.def (install-strip-gcc, install-strip-binutils)
59         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
60         (install-strip-sid): Mirror dependencies on non-strip variants
61         of these targets on the respective -strip prerequisites.
62         * Makefile.tpl (install-strip, install-strip-host)
63         (install-strip-target): New targets.
64         (install-strip-[+module+], install-strip-target-[+module+]):
65         New targets.
66         * Makefile.in: Regenerate.
68 2010-11-19  Ian Lance Taylor  <iant@google.com>
69             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
71         * configure.ac: Add target-libgo to target_libraries.  Set
72         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
73         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
74         (HOST_EXPORTS): Add GOC.
75         (BASE_TARGET_EXPORTS): Add GOC.
76         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
77         (GOCFLAGS_FOR_TARGET): New variable.
78         (EXTRA_HOST_FLAGS): Add GOC.
79         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
80         * Makefile.def (target_modules): Add libgo.
81         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
82         (dependencies): Add dependency from configure-target-libgo to
83         configure-target-libffi and all-target-libstdc++-v3.  Add
84         dependencies from all-target-libgo to all-target-libffi.
85         (languages): Add go.
86         * configure: Rebuild.
87         * Makefile.in: Rebuild.
89 2010-11-19  Ian Lance Taylor  <iant@google.com>
91         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
92         compiler/flag environment variables.
94 2010-11-18  Ian Lance Taylor  <iant@google.com>
96         * configure.ac: Check for lang_requires_boot_languages in
97         config-lang.in files.
98         * configure: Rebuild.
100 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
101             Tobias Burnus  <burnus@net-b.de>
103         PR fortran/32049
104         * Makefile.def: Add libquadmath; build it with language=fortran.
105         * configure.ac: Add libquadmath.
106         * Makefile.tpl: Handle multiple libs in check-[+language+].
107         * Makefile.in: Regenerate.
108         * configure: Regenerate.
110 2010-11-16  Tom Tromey  <tromey@redhat.com>
112         * MAINTAINERS: Moved myself to reviewers section.
114 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
116         * MAINTAINERS: Moved myself to reviewers section.
118 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
120         * MAINTAINERS (Various Maintainers): Add self for build machinery.
121         (Write After Approval): Remove self.
123 2010-11-15  Andreas Schwab  <schwab@redhat.com>
125         * configure.ac: Fix spelling in option names.
126         * configure: Regenerated.
128 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
130         PR bootstrap/39622
131         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
132         * configure: Regenerated.
134 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
136         * MAINTAINERS: Update my email address.
138 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
140         * configure: Regenerate.
142 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
144         * configure: Regenerate.
146 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
148         * configure: Regenerate.
150 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
152         * configure: Regenerate.
154 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
156         * configure.ac: Support official CLooG.org versions.
157         * configure: Regenerate.
158         * config/cloog.m4: New.
160 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
162         * MAINTAINERS (Write After Approval): Add myself.
164 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
166         * MAINTAINERS: Update my email address.
168 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
170         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
171         * configure: Regenerate.
173 2010-11-03  Ian Lance Taylor  <iant@google.com>
174             Dave Korn  <dave.korn.cygwin@gmail.com>
176         PR lto/46273
177         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
178         and on other supported platforms whenever LTO is enabled.
179         * configure: Rebuild.
181 2010-11-02  Alan Modra  <amodra@gmail.com>
183         PR binutils/12110
184         * configure.ac: Error when source path contains spaces.
185         * configure: Regenerate.
187 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
189         * MAINTAINERS: Update my email address.
191 2010-10-20  Ian Lance Taylor  <iant@google.com>
193         * Makefile.def (target_modules): Set lib_path to src/.libs for
194         libstdc++-v3 module.
195         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
196         * Makefile.in: Rebuild.
198 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
200         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
201         (Write After Approval): Remove myself.
203 2010-10-15  Tristan Gingold  <gingold@adacore.com>
205         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
207 2010-10-14  Douglas Rupp  <rupp@gnat.com>
209         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
211 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
213         * configure.ac (build_lto_plugin): New shell variable.
214         (--enable-lto): Turn on by default for all non-ELF platforms that
215         have had LTO support added so far.  Set build_lto_plugin appropriately
216         for both ELF and non-ELF.
217         (configdirs): Add lto-plugin or not based on build_lto_plugin.
218         * configure: Regenerate.
220 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
222         Sync from src:
223         * configure.ac (v850 support): Remove target-libgloss from
224         noconfigdirs.
225         * configure: Regenerate.
227 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
229         PR bootstrap/45326
230         PR bootstrap/45174
231         * configure.ac: Honor initial values of $build_configargs,
232         $host_configargs, $target_configargs.  Mark the precious, so
233         environment settings get recorded.
234         * configure: Regenerate.
236 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
238         PR bootstrap/45796
239         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
240         Depend on all-build-libiberty.
241         * Makefile.in: Regenerate.
243 2010-09-30  Michael Eager  <eager@eagercon.com>
245         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
246         * configure: Regenerate.
248 2010-09-28  Michael Eager  <eager@eagercon.com>
250         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
252 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
254         PR bootstrap/44621
255         * configure.ac: Fix unportable shell quoting.
256         * configure: Regenerate.
258 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
260         * configure.ac (enable-lto): Add Darwin to the list of supported lto
261         targets and amend comment.
262         * configure: Regenerate.
264 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
266         * MAINTAINERS (Write After Approval): Add myself.
268 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
270         * configure.ac: Enable LTO by default on Darwin.
271         * configure: Regenerate.
273 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
275         * MAINTAINERS (Write After Approval): Add myself.
277 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
279         * MAINTAINERS (Write After Approval): Add myself.
281 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
283         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
284         ports
286 2010-07-28  David Yuste  <david.yuste@gmail.com>
288         * MAINTAINERS (Write After Approval): Add myself.
290 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
292         * configure.ac: Support all v850 targets.
293         * configure: Regenerate.
295 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
297         PR bootstrap/44455
298         * configure.ac (extra_mpfr_configure_flags): Copy from
299         extra_mpc_gmp_configure_flags.
300         * configure: Re-generated.
302 2010-07-22  Andi Kleen  <ak@linux.intel.com>
304         * MAINTAINERS (Write After Approval): Add myself.
306 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
308         * MAINTAINERS (Write After Approval): Add myself.
310 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
312         * MAINTAINERS (Write After Approval): Add myself.
314 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
316         PR target/44862
317         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
318         Provide -B option to allow for link spec %s substitutions for
319         libstdc++.a on darwin.
320         * Makefile.in: Regenerate.
322 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
324         * MAINTAINERS (Reviewers): Update my e-mail address
326 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
328         * Makefile.def (configure-gcc): Depend on all-libelf.
329         * Makefile.in: Rebuild.
331 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
333         * MAINTAINERS (Write After Approval): Add myself in the right place.
335 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
337         * MAINTAINERS (Write After Approval): Add myself.
339 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
341         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
343 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
345         * config.sub: Update to version 2010-05-21.
346         * config.guess: Update to version 2010-04-03.
348 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
350         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
351         * configure: Regenerate.
353 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
355         * MAINTAINERS (Write After Approval): Add myself.
357 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
359         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
360         a platform that supports LTO.
361         * configure: Regenerate.
363 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
365         * configure.ac: Allow all the versions greater than 0.10 of PPL.
366         * configure: Regenerated.
368 2010-04-27  Roland McGrath  <roland@redhat.com>
369             H.J. Lu  <hongjiu.lu@intel.com>
371         * configure.ac (--enable-gold): Support both, both/gold and
372         both/bfd to add gold to configdirs without removing ld.
373         * configure: Regenerated.
375         * Makefile.def: Add install-gold dependency to install-ld.
376         * Makefile.in: Regenerated.
378 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
380         PR lto/42776
381         * configure.ac (--enable-lto): Refactor handling so libelf tests
382         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
383         and allow LTO to be explicitly enabled on non-ELF platforms that
384         are known to support it inside else-clause.
385         * configure: Regenerate.
387 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
389         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
390         * configure: Regenerate.
392 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
394         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
395         * configure: Regenerate.
397 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
399         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
400         separately.
401         * configure: Regenerate.
403 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
405         * MAINTAINERS (Write After Approval): Add myself.
407 2010-04-14  Tristan Gingold  <gingold@adacore.com>
409         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
410         * configure: Regenerate.
412 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
414         * configure: Regenerate after change to elf.m4.
416 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
418         * MAINTAINERS (Write After Approval): Add myself.
420 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
422         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
423         * configure: Regenerated.
425 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
427         * configure.ac: Print "buggy but acceptable" when CLooG
428         revision is less than 9.
429         * configure: Regenerated.
431 2010-04-01  Diego Novillo  <dnovillo@google.com>
433         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
435 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
437         PR bootstrap/43615
438         PR bootstrap/43328
440         Revert:
442         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
444         * configure.ac: Do not pass --enable-multilib nor
445         --disable-multilib in baseargs.  Accept explicitly passed
446         --enable_multilib.
447         * configure: Regenerate.
449 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
451         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
453 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
455         * MAINTAINERS: Remove myself.
457 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
459         PR bootstrap/43328
460         * configure.ac: Do not pass --enable-multilib nor
461         --disable-multilib in baseargs.  Accept explicitly passed
462         --enable_multilib.
463         * configure: Regenerate.
465 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
467         * MAINTAINERS (spu port): Remove me.
469 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
471         * configure.ac (tic6x-*-*): New case.
472         * configure: Regenerate.
474 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
476         * config.sub: Update to version 2010-03-22.
477         * config.guess: Update to version 2009-12-30.
479 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
481         PR ada/42554
482         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
483         * configure: Regenerate.
485 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
487         * MAINTAINERS: Update my email address.
489 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
491         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
492         (ghassan.shobaki@amd.com): Removed.
494 2010-03-17  Alan Modra  <amodra@gmail.com>
496         * MAINTAINERS: Update my email address.
498 2010-03-16  Diego Novillo  <dnovillo@google.com>
500         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
501         Matthews.
503 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
505         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
506         Gutson, Jeffrey D. Oldham and Mark Shinwell.
508 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
510         * MAINTAINERS: Update my email address.
512 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
514         * MAINTAINERS: Update my email address.
516 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
518         * MAINTAINERS: Update my email address.
520 2010-03-09  Jie Zhang  <jie@codesourcery.com>
522         * MAINTAINERS: Update my email address.
524 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
526         PR libstdc++/32499
527         * configure.ac (RANLIB): Default to true.
528         (STRIP): Likewise.
529         (RANLIB_FOR_TARGET): Remove superfluous : argument.
530         * configure: Regenerate.
532 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
534         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
535         (Write After Approval): Update my email address.
537 2010-02-17  Nick Clifton  <nickc@redhat.com>
539         PR 11238
540         * Makefile.tpl (local-distclean): Also remove config.cache files in
541         sub-directories as there may not be Makefiles present in the
542         sub-directories.
543         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
544         the config.cache files found by the find command.
546         * Makefile.in: Regenerate.
547         * configure.ac: Revert previous delta.
548         * configure: Regenerate.
550 2010-02-15  Nick Clifton  <nickc@redhat.com>
552         PR 11238
553         * configure.ac: Delete config.cache files in sub-directories when
554         deleting Makefiles.
555         * configure: Regenerate.
557 2010-02-12  Ben Elliston  <bje@gnu.org>
559         * MAINTAINERS: Update my email address.
561 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
563         * MAINTAINERS (spu port): Update my email address.
565 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
567         * MAINTAINERS: Add myself as a maintainer for the bfin port.
569 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
571         * configure.ac: Add "recommended" version checks for GMP/MPC.
572         Update recommended GMP/MPFR/MPC versions.
573         * configure: Regenerate.
575 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
577         * MAINTAINERS: Move my Embecosm email address into the
578         write-after-approval section.
580 2010-01-26  Ian Lance Taylor  <iant@google.com>
582         * MAINTAINERS: Add myself as Go frontend maintainer.
584 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
586         PR libstdc++/36101, PR libstdc++/42813
587         * configure.ac (bootstrap_target_libs): Make inclusion of
588         target-libgomp conditional on libgomb being in target_configdirs.
589         * configure: Regenerate.
591 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
593         PR libstdc++/36101, PR libstdc++/42813
594         * configure.ac (bootstrap_target_libs): Include target-libgomp.
595         * configure: Regenerate.
597 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
599         PR libstdc++/36101, PR libstdc++/42813
600         * configure.ac (target_configdirs): Substitute.
601         * Makefile.def: Bootstrap target module libgomp.
602         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
603         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
604         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
605         * configure, Makefile.in: Regenerate.
607 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
609         * MAINTAINERS: Adjust my details.
611 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
613         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
615 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
617         * MAINTAINERS: reindented my entry with tabs instead of spaces.
619 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
621         * MAINTAINERS (Write After Approval): Add myself.
623 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
625         * MAINTAINERS (Write After Approval): Add myself.
627 2010-01-11  Richard Guenther  <rguenther@suse.de>
629         PR lto/41569
630         * Makefile.def (all-lto-plugin): Depend on all-gcc.
631         * Makefile.in: Regenerated.
633 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
635         * configure.ac: Enable libjava build on x86_64-*freebsd*.
636         * configure: Regenerate.
638 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
639             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
641         PR bootstrap/42424
642         * configure.ac: Include libtool m4 files.
643         (_LT_CHECK_OBJDIR): Call it.
644         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
645         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
647         * configure: Regenerate.
649 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
651         PR bootstrap/41818
652         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
653         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
654         * Makefile.in: Regenerate.
656 2010-01-02  Richard Guenther  <rguenther@suse.de>
658         PR lto/41529
659         * configure.ac: Include config/elf.m4.  Disable LTO if not
660         builting for an elf target.
661         * configure: Regenerate.
663 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
665         * MAINTAINERS: Change my email address.
667 2009-12-18  Ben Elliston  <bje@au.ibm.com>
669         * config.sub, config.guess: Update from upstream sources.
671 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
673         * MAINTAINERS (Write After Approval): Add myself.
675 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
677         PR middle-end/30447
678         PR middle-end/30789
679         PR other/40302
681         * configure.ac: Require MPC.
682         * configure: Regenerate.
684 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
686         PR target/38384
687         PR bootstrap/40972
688         * libtool.m4: Sync from git Libtool.
689         * ltoptions.m4: Likewise.
690         * ltversion.m4: Likewise.
691         * lt~obsolete.m4: Likewise.
692         * ltmain.sh: Likewise.
694 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
696         * configure.ac: Update minimum MPC version to 0.8.
697         * configure: Regenerate.
699 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
701         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
702         * configure: Regenerated.
704 2009-11-21  Ian Lance Taylor  <iant@google.com>
706         * configure.ac: Change default of poststage1_ldflags to be empty if
707         poststage1_libs is set.  When poststage1_libs is empty, and
708         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
709         * configure: Rebuild.
711 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
713         * MAINTAINERS (Write After Approval): Update my email address.
715 2009-11-20  Ben Elliston  <bje@au.ibm.com>
717         * config.guess: Update from upstream sources.
719 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
721         * Makefile.def: Restore host and target settings for gmp.
722         * Makefile.in: Rebuild.
724 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
726         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
727         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
728         Fix portability of test of C++ as bootstrap language.  Add
729         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
730         * configure: Rebuild.
731         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
732         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
733         in-tree building.
734         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
735         (POSTSTAGE1_HOST_EXPORTS): Use it.
736         (STAGE[+id+]_CXXFLAGS): New.
737         (BASE_FLAGS_TO_PASS): Pass it down.
738         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
739         extra_exports.
740         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
741         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
742         extra_exports.
743         * Makefile.in: Rebuild.
745 2009-11-17  Ben Elliston  <bje@au.ibm.com>
747         * config.sub, config.guess: Update from upstream sources.
749 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
751         * MAINTAINERS (Write After Approval): Add myself.
753 2009-11-09  Jon Beniston  <jon@beniston.com>
755         * MAINTAINERS (Write After Approval): Add myself.
757 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
759         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
760         paths for *-w64-mingw* and x86_64-*mingw*.
761         * configure: Regenerated.
763 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
765         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
767 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
769         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
770         Phil Edwards to Write-After Approval.
772 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
774         * configure.ac: Disable target-winsup & co for
775         x86_64-*-mingw* and *-w64-mingw* targets.
776         * configure: Regenerated.
778 2009-10-16  Nick Clifton  <nickc@redhat.com>
780         * MAINTAINERS: Add myself as a maintainer for the RX port.
782 2009-10-26  Johannes Singler  <singler@kit.edu>
784         * MAINTAINERS (Write After Approval): Update my e-mail address.
786 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
788         * configure.ac (CLooG test): Use = with test.
789         * configure: Regenerate.
791 2009-10-22  Richard Guenther  <rguenther@suse.de>
793         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
794         cloog if the ppl version check failed.  Move flags saving
795         before setting in libelf check.
796         * configure: Regenerate.
798 2009-10-21  Richard Guenther  <rguenther@suse.de>
800         * configure.ac: Adjust the ppl and cloog configure to work as
801         documented.  Disable cloog if ppl was disabled.  Omit the version
802         checks if they were disabled.
803         * configure: Re-generate.
805 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
807         * configure.ac: Add 'lto' to enable_languages, not
808         new_enable_languages, and only if not already present.
809         * configure: Regenerate.
811 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
813         * README: Refer to the various COPYING* files instead of just
814         COPYING.
815         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
817 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
819         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
820         
821 2009-10-07  Richard Guenther  <rguenther@suse.de>
823         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
824         and Richard Guenther as reviewers.
825         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
826         as reviewers.
828 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
830         * config.sub: Update from upstream sources.
832 2009-10-06  Ian Lance Taylor  <iant@google.com>
834         * Makefile.def: check-gold depends upon all-gas.
835         * Makefile.in: Rebuild.
837 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
839         * MAINTAINERS (Write After Approval): Add myself.
841 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
843         * Makefile.def: all-lto-plugin depends on all-libiberty.
844         set bootstrap=true for lto-plugin.
845         Add lto-plugin.
846         * Makefile.in: Regenerate.
847         * configure.ac (host_libs): Add lto-plugin.
848         * configure: Regenerate.
850 2009-10-03  Diego Novillo  <dnovillo@google.com>
852         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
853         (HOST_LIBELFLIBS): Define.
854         (HOST_LIBELFINC): Define.
855         * Makefile.in: Regenerate.
856         * configure.ac: Add --enable-lto.
857         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
858         If --enable-lto is used, add 'lto' to new_enable_languages.
859         If --enable-lto is used and gold is enabled, add
860         lto-plugin to configdirs.
861         * configure: Regenerate.
863 2009-10-03  Simon Baldwin  <simonb@google.com>
865         * configure.ac: If --with-system-zlib, suppress local zlib and
866         pass --with-system-zlib to subdir configure scripts.
867         * configure: Regenerate.
869 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
870             Paolo Bonzini  <bonzini@gnu.org>
872         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
873         $(srcdir).
874         * Makefile.in: Rebuilt.
876 2009-09-26  Gary Funck  <gary@intrepid.com>
878         * MAINTAINERS (Write After Approval): Add myself.
880 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
882         * configure.ac: Update minimum MPC version to 0.7.
883         * configure: Regenerate.
885 2009-09-25  Nick Clifton  <nickc@redhat.com>
887         * configure.ac: Pass any --cache-file=/dev/null option on to
888         subconfigures.
889         * configure: Regenerate.
891 2009-09-23  Nick Clifton  <nickc@redhat.com>
893         * config.sub, config.guess: Update from upstream sources.
895 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
897         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
898         * Makefile.in: Rebuilt.
900 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
902         PR bootstrap/32272
903         * configure.ac: Error out if $srcdir isn't '.' but contains
904         host-${host_noncanonical}.
905         * configure: Regenerate.
907 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
909         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
910         maintainer.
912 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
914         * configure.ac: If bootstrapping a combined tree with
915         --enable-gold, require c++ in stage1_languages.
916         * configure: Regenerate.
918         * configure.ac: Also add target_libs of stage1_languages to
919         bootstrap_target_libs.
920         * configure: Regenerate.
922         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
923         with --enable-languages not containing c++.
924         * configure: Regenerate.
926 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
928         * configure.ac: Disable java and boehm-gc for bfin-*-*.
929         * configure: Regenerate.
931 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
933         * MAINTAINERS (Write After Approval): Update my e-mail address,
934         and move from from here...
935         (Waiting for paperwork): To here.
937 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
939         * MAINTAINERS (Reviewers): Add self as driver reviewer.
941 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
943         * configure.ac: Do not use $extrasub for replacing @if/@endif
944         parts in Makefile; instead, use additional arguments to
945         AC_CONFIG_COMMANDS to do the replacement manually, with several
946         sed invocations, to avoid HP-UX sed command limits.
947         * configure: Regenerate.
949 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
951         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
952         blank before -L.
954 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
956         * configure.ac (with-build-config): Document.  Handle without.
957         Handle missing argument.
958         * configure: Rebuilt.
960 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
962         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
963         Default to bootstrap-debug only if compare-debug works.
964         * configure: Rebuilt.
965         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
966         * Makefile.in: Rebuilt.
968 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
970         * MAINTAINERS (OS Port Maintainers): Update my email address.
972 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
974         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
975         * Makefile.in: Rebuilt.
977 2009-09-01  Chris Demetriou  <cgd@google.com>
979         * MAINTAINERS (Write After Approval): Add myself.
981 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
983         PR debug/30161
984         * include/dwarf2.h (enum dwarf_tag): Added
985         DW_TAG_GNU_template_template_param
986         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
988 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
990         * Makefile.tpl (AWK): Fix typo.
991         * Makefile.in: Regenerate.
993 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
995         * configure.ac: Detect awk and sed.
996         * Makefile.def (flags_to_pass): Add AWK and SED.
997         * Makefile.tpl (AWK, SED): New.
998         (BASE_FLAGS_TO_PASS): Add AWK and SED.
999         * configure: Regenerate.
1000         * Makefile.in: Regenerate.
1002 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
1004         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
1005         (collapseslashes): Likewise.
1007 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1009         * configure.ac (AC_PREREQ): Bump to 2.64.
1011 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1013         * configure.ac: Remove --with-datarootdir, --with-docdir,
1014         --with-pdfdir, --with-htmldir switches.
1015         * configure: Regenerate.
1017         * configure: Regenerate.
1019         * compile: Sync from Automake 1.11.
1020         * depcomp: Likewise.
1021         * install-sh: Likewise.
1022         * missing: Likewise.
1023         * mkinstalldirs: Likewise.
1024         * ylwrap: Likewise.
1026 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
1028         * ltmain.sh (func_normal_abspath): New function.
1029         (func_relative_path): Likewise.
1030         (func_mode_help): Document new -bindir option for link mode.
1031         (func_mode_link): Add new -bindir option, and use it to place
1032         output DLL if specified.
1034 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1036         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1037         (baseargs): Add --disable-option-checking.
1038         * configure: Regenerate.
1040         * Makefile.def (configure-target-libiberty): Depend on
1041         all-binutils and all-ld.
1042         (configure-target-newlib): Likewise.
1043         * Makefile.in: Regenerate.
1045 2009-08-17  Ben Elliston  <bje@au.ibm.com>
1047         * config.sub, config.guess: Update from upstream sources.
1049 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1051         Sync from src, merge:
1053         2009-07-02  Tristan Gingold  <gingold@adacore.com>
1055         * configure.ac: Do not exclude gas for i386-*-darwin.
1056         Add a case for x86_64-*-darwin.
1057         * configure: Regenerate.
1059 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
1061         * MAINTAINERS: Add my name to Write After Approval list.
1063 2009-08-06  Michael Eager  <eager@eagercon.com>
1065         * configure.ac: Add Microblaze target.
1066         * configure: Regenerate.
1068 2009-07-31  Christian Bruel  <christian.bruel@st.com>
1070         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1071         * configure: Regenerate.
1072         
1073 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
1075         * MAINTAINERS (Write After Approval): Update my e-mail address.
1077 2009-07-06  Ian Lance Taylor  <iant@google.com>
1079         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1080         * configure: Rebuild.
1082 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
1084         * MAINTAINERS: Move myself to the Graphite Reviewers.
1086 2009-06-30  Wei Guozhi  <carrot@google.com>
1088         * MAINTAINERS: Add my name to Write After Approval list.
1090 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
1092         PR bootstrap/40338
1093         * configure.ac (comparestring): Create new variable.
1094         * Makefile.tpl (comparestring): Use to skip some comparisions.
1095         * configure: Regenerate.
1096         * Makefile.in: Regenerate.
1098 2009-06-26  Doug Evans  <dje@sebabeach.org>
1100         * Makefile.def (host_modules): Add cgen.
1101         * Makefile.in: Regenerate.
1102         * configure.ac (host_tools): Add cgen.
1103         * configure: Regenerate.
1105 2009-06-23  DJ Delorie  <dj@redhat.com>
1107         * MAINTAINERS: Add myself as mep maintainer.
1109 2009-06-23  Ian Lance Taylor  <iant@google.com>
1111         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
1112         boot_languages.  Only bootstrap target libraries listed in
1113         target_libs for some boot language.  Add --with-stage1-ldflags,
1114         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
1115         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
1116         if not building with C++.
1117         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1118         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1119         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1120         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1121         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
1122         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1123         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1124         * configure, Makefile.in: Rebuild.
1126 2009-06-23  Li Feng  <nemokingdom@gmail.com>
1128         * MAINTAINERS: Added my name to write-after-approval list.
1130 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
1132         * configure.ac: Define is_elf for QNX Neutrino targets.
1133         * configure: Regenerate.
1135 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
1137         * MAINTAINERS: Added my name to the write-after-approval list
1139 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1141         * configure.ac: Detect MPC in default directory.
1142         * configure: Regenerate.
1144 2009-06-03  Jerome Guitton  <guitton@adacore.com>
1145             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1147         * Makefile.tpl (all): Avoid a trailing backslash.
1148         * Makefile.in: Regenerate.
1150 2009-06-03  Ben Elliston  <bje@au.ibm.com>
1152         * config.sub, config.guess: Update from upstream sources.
1154 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
1156         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1157         to noconfdirs.
1158         * configure: Regenerate.
1160 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
1162         * Makefile.tpl ([+compare-target+]): Compare all stage
1163         directories, rather than just gcc.
1164         * Makefile.in: Rebuilt.
1166 2009-06-01  Doug Kwan  <dougkwan@google.com>
1168         * configure.ac: Support gold for target arm*-*-*.
1169         * configure: Regenerate.
1171 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1173         * Makefile.def: Add MPC support and dependencies.
1174         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
1176         * Makefile.in, configure: Regenerate.
1178 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
1180         * Makefile.tpl (all): Avoid harmless warning in make all when
1181         gcc-bootstrap is enabled but stage_last does not exist.
1182         * Makefile.in: Rebuilt.
1184 2009-05-24  Nicolas Roche  <roche@adacore.com>
1186         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1187         * Makefile.in: Regenerate.
1189 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
1191         * MAINTAINERS: Update my e-mail address.
1193 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1195         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
1196         * configure:  Regenerate.
1198 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1200         PR other/40159
1201         * Makefile.tpl (all): Don't assume gcc-bootstrap and
1202         gcc-no-bootstrap are mutually exclusive.
1203         * Makefile.in: Rebuilt.
1205 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1207         PR other/40159
1208         * Makefile.tpl (all): Don't end with unconditional success.
1209         * Makefile.in: Rebuilt.
1211 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
1213         PR target/37137
1214         * Makefile.def (flags_to_pass): Remove redundant and incomplete
1215         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1216         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1217         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
1218         stage_configureflags, stage_cflags and stage_libcflags into
1219         explicit Makefile macros.
1220         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1221         GFORTRAN.
1222         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1223         CC.  Set CC_FOR_BUILD from CC.
1224         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1225         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1226         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1227         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
1228         and GFORTRAN.
1229         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1230         (_LIBCFLAGS): Renamed to _TFLAGS.
1231         (do-compare-debug, do-compare3-debug): Drop.
1232         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1233         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1234         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1235         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1236         (XGCC_FLAGS_FOR_TARGET): New.
1237         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
1238         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
1239         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
1240         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
1241         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
1242         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
1243         TFLAGS.
1244         (BUILD_CONFIG): Include if requested.
1245         (all): Set TFLAGS on bootstrap.
1246         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
1247         (all-stageid-prefixmodule): Likewise.
1248         (do-clean, distclean-stageid): Set TFLAGS.
1249         (restrap): Fix whitespace.
1250         * Makefile.in: Rebuilt.
1252 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
1254         * config.guess: Sync with src.
1256 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1258         * configure.ac ($with_ppl):  Default to no if not supplied.
1259         ($with_cloog):  Likewise.
1260         configure:  Regenerate.
1262 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
1264         * MAINTAINERS: Update my e-mail address.
1266 2009-04-27  Nick Clifton  <nickc@redhat.com>
1268         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
1270 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
1272         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1273         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1274         * Makefile.in: Regenerate.
1276 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1278         PR bootstrap/39739
1279         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1280         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1282         * configure, Makefile.in: Regenerate.
1284 2009-04-21  Taras Glek  <tglek@mozilla.com>
1286         * include/hashtab.h: Update GTY annotations to new syntax
1287         * include/splay-tree.h: Likewise
1289 2009-04-17  Ben Elliston  <bje@au.ibm.com>
1291         * config.sub, config.guess: Update from upstream sources.
1293 2009-04-15  Anthony Green  <green@moxielogic.com>
1295         * configure.ac: Add moxie support.
1296         * configure: Rebuilt.
1298 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
1300         * configure.ac: Change copyright header to refer to version
1301         3 of the GNU General Public License and to point readers at the
1302         COPYING3 file and the FSF's license web page.
1303         * Makefile.def: Likewise.
1304         * Makefile.tpl: Likewise.
1305         * Makefile.in: Regenerate.
1307 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
1309         * configure.ac: Restore match for darwin9 or later. Use double
1310         brackets since regeneration eats one pair.
1311         * configure: Regenerate.
1313 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
1315         PR gas/10039
1316         * configure.ac: Require texinfo 4.7.
1317         * configure: Regenerated.
1319 2009-04-09  Nick Clifton  <nickc@redhat.com>
1321         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
1322         the GCC Runtime Library Exception.
1324 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1326         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1327         * configure: Regenerate.
1329 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
1331         * Makefil.def (languages): New entries.
1332         * Makefile.tpl (check-gcc-*): New generic target.
1333         * Makefile.in: Regenerate.
1335 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
1337         * MAINTAINERS:  Update my email address.
1339 2009-03-18  Tom Tromey  <tromey@redhat.com>
1341         * configure: Rebuild.
1342         * configure.ac (host_libs): Add libiconv.
1343         * Makefile.in: Rebuild.
1344         * Makefile.def (host_modules): Add libiconv.
1345         (configure-gdb, all-gdb): Depend on libiconv.
1347 2009-03-16  Tristan Gingold  <gingold@adacore.com>
1349         * configure.ac: Treat gdb as supported on x86_64-darwin.
1350         * configure: Regenerate.
1352 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1354         * configure.ac (--with-host-libstdcxx): New option.
1355         * configure: Regenerate.
1357 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
1359         * MAINTAINERS:  Move myself into the write after approval list.
1361 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
1363         * MAINTAINERS: Update e-mail address.
1364         
1365 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
1367         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
1369 2009-03-10  Ira Rosen  <irar@il.ibm.com>
1371         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
1373 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1375         Backport from git Libtool:
1377         2009-01-19  Robert Millan  <rmh@aybabtu.com>
1378         Support GNU/kOpenSolaris.
1379         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1380         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1381         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1382         GNU/kOpenSolaris.
1384 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
1386         * MAINTAINERS: Update e-mail address.
1388 2009-02-24  Michael Eager  <eager@eagercon.com>
1390         * MAINTAINERS (Write After Approval): Add self.
1392 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
1394         * MAINTAINERS (Write After Approval): Add myself.
1396 2009-02-05  Andreas Schwab  <schwab@suse.de>
1398         * Makefile.tpl (stage_last): Define $r and $s before using
1399         $(RECURSE_FLAGS_TO_PASS).
1400         * Makefile.in: Regenerate
1402 2009-01-30  Ian Lance Taylor  <iant@google.com>
1404         * MAINTAINERS: Move myself to the Global Reviewers list.
1406 2009-01-29  Robert Millan  <rmh@aybabtu.com>
1408         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1409         * configure: Regenerate.
1411 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
1413         * MAINTAINERS: Make whitespace consistent.
1414         Remove Robert Millan from Write After Approval.
1416 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
1418         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
1419         (all-opcodes): Depend on all-libiberty.
1420         * Makefile.in: Regenerate.
1422 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
1424         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1425         * configure: Regenerate.
1427 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
1429         * MAINTAINERS (Write After Approval): Add myself.
1431 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
1433         * MAINTAINERS: Add myself to reviewers (Fortran).
1435 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
1437         PR tree-optimization/38515
1438         * configure.ac (cloog-polylib): Removed.
1439         (with_ppl, with_cloog): Test for "no".
1440         * configure: Regenerated.
1442 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
1444         * MAINTAINERS: Moved myself to reviewers (Fortran).
1446 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
1448         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
1449         (Write After Approval): Remove myself.
1451 2009-01-03  Diego Novillo  <dnovillo@google.com>
1453         * MAINTAINERS: Remove myself from alias maintainership.
1455 2009-01-02  David Ayers  <ayers@fsfe.org>
1457         * MAINTAINERS: Update e-mail address.
1459 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
1461         * MAINTAINERS: Make whitespace consistent.
1463 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1465         Backport from upstream Libtool:
1466         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1467         Add cache variables to tests that require the linker to work.
1468         For shlibpath_overrides_runpath, this also changes the semantics
1469         to let the result from the C compiler take precedence.
1471 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1473         * config.sub, config.guess: Update from upstream sources.
1475 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
1477         * configure.ac (ppllibs): Add by default the lib flags.
1478         * configure: Regenerate.
1480 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
1482         * MAINTAINERS:  Add myself to the write after approval list.
1484 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1486         * configure.ac: Add double brackets on darwin[912].
1487         * configure: Regenerate.
1489 2008-12-03  Daniel Kraft  <d@domob.eu>
1491         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
1492         Approval to Reviewer section (for Fortran front-end).
1494 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
1496         * configure.ac: Expand to darwin10 and later.
1497         * configure: Regenerate.
1499 2008-12-02  Andreas Schwab  <schwab@suse.de>
1501         * Makefile.def: configure-target-boehm-gc depends on
1502         all-target-libstdc++-v3.
1503         * Makefile.in: Regenerate.
1505 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
1507         * MAINTAINERS:  Add myself as mingw maintainer.
1509 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1511         * config.sub, config.guess: Update from upstream sources.
1513 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
1515         * README.SCO: Remove.
1517 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
1519         * MAINTAINERS:  Add myself to the write after approval list.
1521 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
1523         * MAINTAINERS:  Update my email address in WAA section.
1525 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
1527         * MAINTAINERS: Update e-mail address.
1529 2008-11-27  Toon Moene  <toon@moene.org>
1531         * MAINTAINERS: Change e-mail address.
1533 2008-11-27  Tristan Gingold  <gingold@adacore.com>
1535         * configure.ac: Build gdb for i?86-*-darwin*
1536         * configure: Regenerated.
1538 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
1540         * MAINTAINERS: Added my full name.
1542 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
1544         PR bootstrap/38014
1545         PR bootstrap/37923
1547         Revert:
1549         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1551         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1552         * Makefile.in: Regenerated.
1554         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1556         PR gdb/921
1557         PR gdb/1646
1558         PR gdb/2175
1559         PR gdb/2176
1561         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1562         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1563         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1564         (HOST_EXPORTS): Pass CPPFLAGS.
1565         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1566         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1567         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1568         * Makefile.in, configure: Regenerated.
1569         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1570         and CPPFLAGS_FOR_BUILD.
1572 2008-11-06  Jeff Law  <law@redhat.com>
1574         * MAINTAINERS: Add myself as middle end maintainer.
1576 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
1578         * MAINTAINERS (Write after approval): Add myself.
1580 2008-11-05  Diego Novillo  <dnovillo@google.com>
1582         * MAINTAINERS (Global Reviewers): Add myself.
1583         (Non-Algorithmic Maintainers): Remove myself.
1585 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
1587         * MAINTAINERS (Write after approval): Add myself.
1589 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
1591         * MAINTAINERS (Write after approval): Add myself.
1593 2008-10-31  Ben Elliston  <bje@au.ibm.com>
1595         * configure.ac (spu-*-*): Remove special case.
1596         * configure: Regenerate.
1598 2008-10-30  Catherine Moore  <clm@codesourcery.com>
1600         * MAINTAINERS (Write after approval): Update my email address.
1602 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
1604         * configure.ac [spu-*-*]: Do not set skipdirs.
1605         * configure: Re-generate.
1607 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
1609         * MAINTAINERS (Various Maintainers): Add myself to reload.
1611 2008-10-25  Richard Guenther  <rguenther@suse.de>
1613         * MAINTAINERS (Various Maintainers): Add myself as middle-end
1614         maintainer.  Remove myself as libgcc-math maintainer.
1615         (Non-Algorithmic Maintainers): Remove myself.
1617 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1619         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1620         * Makefile.in: Regenerated.
1622 2008-10-23  Cary Coutant  <ccoutant@google.com>
1624         * MAINTAINERS (Write after approval): Add myself.
1626 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1628         PR gdb/921
1629         PR gdb/1646
1630         PR gdb/2175
1631         PR gdb/2176
1633         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1634         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1635         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1636         (HOST_EXPORTS): Pass CPPFLAGS.
1637         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1638         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1639         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1640         * Makefile.in, configure: Regenerated.
1641         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1642         and CPPFLAGS_FOR_BUILD.
1644 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
1646         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
1647         Sebastian Pop.
1649 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
1651         * MAINTAINERS (Write After Approval): Added myself.
1653 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1655         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1656         recommended version to 2.3.2.
1658         * configure: Regenerate.
1660 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
1662         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
1664 2008-09-29  David Daney <david.daney@caviumnetworks.com>
1666         * MAINTAINERS (Write After Approval): Update e-mail address.
1668 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
1670         * libtool.m4: Update to libtool 2.2.6.
1671         * lt~obsolete.m4: Update to libtool 2.2.6.
1672         * ltmain.sh: Update to libtool 2.2.6.
1673         * ltsugar.m4: Update to libtool 2.2.6.
1674         * ltversion.m4: Update to libtool 2.2.6.
1675         * ltoptions.m4: Update to libtool 2.2.6.
1676         * ltgcc.m4: Update to match changes from libtool 2.2.6.
1678 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
1680         * MAINTAINERS (Write After Approval): Add myself.
1682 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1684         * MAINTAINERS (Write After Approval): Update my name.
1686 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
1688         * MAINTAINERS: Add myself in "Write After Approval".
1690 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
1692         * MAINTAINERS: Add myself as ia64 maintainer.
1694 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
1696         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
1697         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
1698         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
1699         and Michael Tiemann from Write After Approval since they do not
1700         actually have access.
1702 2008-09-05  Richard Guenther  <rguenther@suse.de>
1704         * configure.ac: Initialize clooglibs to -lcloog.
1705         * configure: Re-generate.
1707 2008-09-04  Le-Chun Wu  <lcwu@google.com>
1709         * MAINTAINERS (Write After Approval): Add myself.
1711 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
1713         * configure.ac (--with-cloog-polylib): New.
1714         (--disable-cloog-version-check): New.
1715         (--disable-ppl-version-check): New.
1716         * configure: Re-generate.
1718 2008-09-03  Richard Guenther  <rguenther@suse.de>
1720         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1721         cloog test.
1722         * configure: Re-generate.
1724 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
1726         Add picoChip port.
1727         * MAINTAINERS: Add picoChip maintainers.
1729 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
1730             Tobias Grosser  <grosser@fim.uni-passau.de>
1731             Jan Sjodin  <jan.sjodin@amd.com>
1732             Harsha Jagasia  <harsha.jagasia@amd.com>
1733             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
1734             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1735             Adrien Eliche  <aeliche@isty.uvsq.fr>
1737         Merge from graphite branch.
1738         * configure: Regenerate.
1739         * Makefile.in: Regenerate.
1740         * configure.ac (host_libs): Add ppl and cloog.
1741         Add checks for PPL and CLooG.
1742         * Makefile.def (ppl, cloog): Added modules and dependences.
1743         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1744         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1746 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1748         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1749         (GCC_SHLIB_SUBDIR): New.
1750         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1751         * configure: Regenerate.
1752         * Makefile.in: Regenerate.
1754 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
1756         * MAINTAINERS: Consistently use tabs to separate columns.
1758 2008-08-29  Tristan Gingold  <gingold@adacore.com>
1760         * MAINTAINERS (Write after Approval): Add myself.
1762 2008-08-28  Tristan Gingold  <gingold@adacore.com>
1764         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
1765         Enable bfd, binutils and opcodes.
1766         * configure: Regenerate.
1768 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1770         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
1772 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
1774         * MAINTAINERS:  Use correct Umlaut for last name.
1776 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1778         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
1780 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
1782         * MAINTAINERS: Update my email address.
1784 2008-08-16  Nicolas Roche  <roche@adacore.com>
1786         * Makefile.tpl: Add BOOT_ADAFLAGS.
1787         * Makefile.in: Regenerate.
1789 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
1791         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1792         * configure: Regenerate.
1794 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
1796         * configure.ac: Add makefile fragments for hpux.
1797         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1798         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
1799         * configure: Regenerate.
1800         * Makefile.in: Regenerate.
1802 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
1804         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
1806 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
1808         * MAINTAINERS (Write after Approval): Add myself.
1810 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
1812         * MAINTAINERS (Write After Approval):  Add myself.
1814 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
1816         * MAINTAINERS (Write After Approval):  Add myself.
1818 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
1820         * MAINTAINERS: Update my email address.
1822 2008-06-25  Joey Ye  <joey.ye@intel.com>
1824         * MAINTAINERS (Write After Approval):  Add myself.
1826 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1828         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
1829         * Makefile.in: Regenerate.
1830         * configure: Regenerate.
1832 2008-06-17  Daniel Kraft  <d@domob.eu>
1834         * MAINTAINERS (Write After Approval):  Add myself.
1836 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1838         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
1839         "$@" is still intact with both Autoconf 2.59 and 2.62.
1840         * configure: Regenerate.
1842 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1844         * Makefile.tpl: Fix comment errors.
1845         * Makefile.in: Regenerate.
1847 2008-06-12  David S. Miller  <davem@davemloft.net>
1848             David Edelsohn  <edelsohn@gnu.org>
1850         * configure.ac: Add powerpc*-*-* to gold supported targets.
1851         * configure: Regenerate.
1853 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
1855         PR tree-optimization/36218
1856         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
1857         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
1858         (all prefix="build-"): Pass them to build-system sub-makes.
1859         * Makefile.in: Regenerate.
1861 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
1863         * MAINTAINERS (mt port): Remove.
1864         (sco5, unixware, sco udk): Remove.
1865         (Kean Johnston): Add to Write After Approval.
1867 2008-05-30  Julian Brown  <julian@codesourcery.com>
1869         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
1870         of libobjc for ARM EABI Linux.
1871         * configure: Regenerate.
1873 2008-05-18  Xinliang David Li   <davidxl@google.com>
1875         * ChangeLog: Remove wrong ChangeLog entry.
1877 2008-05-17  Xinliang David Li   <davidxl@google.com>
1879         * MAINTAINERS (Write After Approval): Add myself.
1881 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
1883         * MAINTAINERS (Write After Approval): Add myself.
1885 2008-05-14  Rafael Espíndola  <espindola@google.com>
1887         * config-ml.in: don't handle --enable-shared and --enable-static.
1889 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
1891         * MAINTAINERS: Update my email address.
1893 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
1895         * MAINTAINERS: Update my email address.
1897 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
1899         * MAINTAINERS (Write After Approval): Add myself.
1901 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
1903         * MAINTAINERS (Write After Approval): Add myself.
1905 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
1907         * MAINTAINERS (crx): Add myself.
1909 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1911         Sync with src:
1912         2008-04-14  David S. Miller  <davem@davemloft.net>
1914         * configure.ac: Add sparc*-*-* to gold supported targets.
1915         * configure: Regenerate.
1917 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1919         PR bootstrap/35457
1920         * configure.ac: Include override.m4.
1921         * configure: Regenerate.
1923 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1925         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
1926         * Makefile.in: Regenerate.
1928 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
1930         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
1931         as nonconfigurable directories list.
1932         * configure: Regenerate.
1934 2008-04-14  Ben Elliston  <bje@au.ibm.com>
1936         * config.sub, config.guess: Update from upstream sources.
1938 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
1940         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
1941         * Makefile.in: Regenerate.
1943 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
1945         * configure.ac: Do not build libssp for the AVR.
1946         * configure: Regenerate.
1948 2008-04-07  Ian Lance Taylor  <iant@google.com>
1950         * Makefile.def: check-gold depends upon all-binutils.
1951         * Makefile.in: Regenerate.
1953 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
1955         * MAINTAINERS (Write After Approval): Add myself.
1957 2008-04-04  Nick Clifton  <nickc@redhat.com>
1959         PR binutils/4334
1960         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
1961         builds.
1962         * configure: Regenerate.
1964 2008-04-04  NightStrike  <NightStrike@gmail.com>
1966         PR other/35151
1967         * configure.ac: Combine rules for mingw32 and mingw64.
1968         * configure: Regenerate.
1970 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
1972         * MAINTAINERS (Write After Approval): Add myself.
1974 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
1976         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
1977         * Makefile.in (.NOTPARALLEL): Ditto.
1979 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
1981         * MAINTAINERS (Write After Approval): Add myself.
1983 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
1985         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
1986         * Makefile.in (.NOTPARALLEL): Regenerate.
1988 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
1990         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
1991         * Makefile.in: Regenerate.
1993 2008-03-26  Jakub Staszak  <kuba@et.pl>
1995         * MAINTAINERS (Write After Approval): Add myself.
1997 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
1999         * MAINTAINERS:  Update e-mail address.
2001 2008-03-20  Ian Lance Taylor  <iant@google.com>
2003         * configure.ac: Add support for --enable-gold.
2004         * Makefile.def: Add gold as a directory like ld.
2005         * configure, Makefile.in: Regenerate.
2007 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2009         * configure.ac: m4_include config/proginstall.m4.
2010         * configure: Regenerate.
2012         Backport from upstream Libtool:
2014         2007-10-12  Eric Blake  <ebb9@byu.net>
2016         Deal with Autoconf 2.62's semantic change in m4_append.
2017         * ltsugar.m4 (lt_append): Replace broken versions of
2018         m4_append.
2019         (lt_if_append_uniq): Don't require separator to be overquoted,
2020         and avoid broken m4_append.
2021         (lt_dict_add): Fix typo.
2022         * libtool.m4 (_LT_DECL): Don't overquote separator.
2024 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
2026         * config.rpath: Add AIX 6 support.
2028 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
2030         * Makefile.def (stageprofile).  Remove -fprofile-generate
2031         from stage_libcflags.
2032         * Makefile.in: Regenerate.
2034 2008-03-13  Ben Elliston  <bje@au.ibm.com>
2036         * config.sub, config.guess: Update from upstream sources.
2038 2008-03-06  Tom Tromey  <tromey@redhat.com>
2040         * MAINTAINERS: Update for treelang deletion.
2042 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
2044         * MAINTAINERS: Update my email address.
2046 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
2048         * MAINTAINERS (darwin port): Add myself as a maintainer.
2049         (objective-c/c++): Add myself as a maintainer.
2051 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
2053         * MAINTAINERS (Write After Approval): Update my email address.
2055 2008-02-25  Tomas Bily  <tbily@suse.cz>
2057         * MAINTAINERS (Write After Approval): Add myself.
2059 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
2061         * MAINTAINERS (OpenMP): Add myself.
2063 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
2065         PR bootstrap/32009
2066         PR bootstrap/32161
2068         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2069         * configure: Regenerate.
2071         * Makefile.def: Define stage_libcflags for all bootstrap stages.
2072         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2073         STAGE4_LIBCFLAGS): New.
2074         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2075         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2076         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2077         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2078         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2079         for target modules.  Don't export LIBCFLAGS.
2080         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2081         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2082         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2083         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2084         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2085         * Makefile.in: Regenerate.
2087 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2089         PR libgcj/33085
2090         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2091         Do not use -DDLL_EXPORT.  Backport from upstream.
2093 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2095         * MAINTAINERS (Write After Approval): Add myself.
2097 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
2099         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2100         * configure: Regenerate.
2102 2008-01-31  Marc Gauthier  <marc@tensilica.com>
2104         * configure.ac (xtensa*-*-*): Recognize processor variants.
2105         * configure: Regenerate.
2107 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2109         PR bootstrap/34922
2110         * configure.ac (PARSE_ARGS): Push suitable setting of
2111         ac_subdirs_all, for `./configure --help=recursive'.
2112         Handle `+' in generic toplevel directory disabling.
2113         * configure: Regenerate.
2115 2008-01-28  Nick Clifton  <nickc@redhat.com>
2117         * MAINTAINERS (xstormy16): Take over maintainership.
2119 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
2121         * MAINTAINERS (c4x port): Remove.
2123 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
2125         * libtool.m4: Backport AIX 6 support from ToT Libtool.
2127 2008-01-23  Ben Elliston  <bje@au.ibm.com>
2129         * config.sub, config.guess: Update from upstream sources.
2131 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
2133         * MAINTAINERS (Write After Approval): Add myself.
2135 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
2137         * MAINTAINERS: Update my email address.
2139 2008-01-09  Raksit Ashok  <raksit@google.com>
2141         * MAINTAINERS (Write After Approval): Add myself.
2143 2008-01-09  Raksit Ashok  <raksit@google.com>
2145         * MAINTAINERS (Write After Approval): Add myself.
2147 2008-01-08  Ben Elliston  <bje@au.ibm.com>
2149         * config.sub, config.guess: Update from upstream sources.
2151 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2153         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2154         Change recommended MPFR from 2.2.1 -> 2.3.0.
2155         * configure: Regenerate.
2157 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
2159         * MAINTAINERS: Update my email address.
2161 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
2163         * MAINTAINERS: Update my email address.
2165 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
2167         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2168         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2169         * Makefile.in: Regenerate.
2171 2007-12-10  Mark Heffernan  <meheff@google.com>
2173         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
2174         misplaced entries.
2176 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2178         * configure.ac: Enable libjava for x86_64-*-darwin9.
2179         * configure: Regenerate.
2181 2007-12-07  Bill Maddox  <maddox@google.com>
2183         * MAINTAINERS (Write After Approval): Add myself.
2185 2007-12-05  Ben Elliston  <bje@au.ibm.com>
2187         * config.sub, config.guess: Update from upstream sources.
2189 2007-12-02  Matthias Klose  <doko@ubuntu.com>
2191         * config-ml.in: Remove 64bit configure tests.
2193 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2195         * config-ml.in: Robustify against white space in absolute file
2196         names.
2198         * config-ml.in (multi-clean): Substitute ${Makefile}.
2199         Remove superfluous ${Makefile} in list.
2201 2007-11-19  Thiemo Seufer  <ths@mips.com>
2203         * config-ml.in: Don't hardcode the Makefile name.
2205 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
2207         * MAINTAINERS (Write After Approval): Add myself.
2209 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
2211         * MAINTAINERS (Write After Approval): Add myself.
2213 2007-11-06  Doug Kwan  <dougkwan@google.com>
2215         * MAINTAINERS (Write After Approval): Add myself.
2217 2007-10-25  Ben Elliston  <bje@au.ibm.com>
2219         * MAINTAINERS (mercury): Remove entry.
2220         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
2222 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
2224         * Makefile.def (dependencies): Make configure-gdb depend on
2225         all-intl.
2226         * Makefile.in: Regenerated.
2228 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
2230         * MAINTAINERS (Fortran maintainer): Remove myself.
2232 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
2234         * Makefile.def: To avoid problems running with parallel makes,
2235         build newlib before libgloss so that target specific header
2236         files are availble.
2237         * Makefile.in: Regenerate
2239 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
2241         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2242         * Makefile.in: Regenerate.
2244 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
2246         * MAINTAINERS (Register allocation reviewer): Add myself.
2248 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
2250         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2251         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2252         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
2253         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2254         * configure: Regenerate.
2256 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
2258         * MAINTAINERS (Register allocation reviewer): Add myself.
2260 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
2262         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2263         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2264         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2265         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2266         * configure.ac: Default them to host tools for $host = $build.
2267         Subst them.
2269         * configure: Regenerate.
2270         * Makefile.in: Regenerate.
2272 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
2274         * MAINTAINERS (Register allocation reviewer): Add myself.
2276 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
2278         * MAINTAINERS (Register allocation reviewer): Add myself.
2280 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
2282         * MAINTAINERS (Write After Approval): Fix typo.
2284 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
2286         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2287         * configure: Regenerate.
2289 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
2291         PR bootstrap/31906
2292         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
2293         they're already prefixed.
2295 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
2297         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2298         libstdc++.
2299         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2300         * configure: Regenerate.
2301         * Makefile.in: Regenerate.
2303 2007-09-17  Andreas Schwab  <schwab@suse.de>
2305         * configure.ac: Raise minimum makeinfo version to 4.6.
2306         * configure: Regenerate.
2308 2007-09-17  Johannes Singler  <singler@ira.uka.de>
2310         * MAINTAINERS (write-after-approval) add myself
2312 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
2314         * configure.ac: Correct makeinfo version check.
2315         * configure: Regenerate.
2317 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
2319         * MAINTAINERS: Update my email address.
2321 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
2323         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
2324         to $skipdirs and only disable gprof for newlib.  Use the normal
2325         mips*-elf* handling in other respects.
2326         * configure: Regnerate.
2328 2007-09-12  David Daney  <ddaney@avtrex.com>
2330         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2331         enabling libgcj.
2332         * configure: Regenerate.
2334 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2336         PR other/32154
2337         * configure.ac: For libgloss targets, point the linker to the linker
2338         script, startup code and simulator library.
2339         * configure: Regenerate.
2341 2007-09-07  Andrew Haley  <aph@redhat.com>
2343         * configure.ac (noconfigdirs): Remove target-libffi and
2344         target-libjava.
2345         * configure: Regenerate.
2347 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2349         PR target/33281
2350         * configure.ac: Use config/mh-mingw on mingw.
2351         * configure: Regenerate.
2353 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
2355         * MAINTAINERS (Write After Approval): Add myself.
2357 2007-09-05  Richard Guenther  <rguenther@suse.de>
2359         * configure.ac (--enable-stage1-checking): If neither --enable-checking
2360         nor --disable-checking is provided also turn on yes and types
2361         checking for stage1.
2362         * configure: Re-generate.
2364 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
2366         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
2367         (Write After Approval): Remove myself.
2369 2007-08-29  Nick Clifton  <nickc@redhat.com>
2371         * config.sub, config.guess: Update from upstream sources.
2373 2007-08-22  Bud Davis  <jmdavis@link.com>
2375         * MAINTAINERS (Write After Approval): Added myself.
2376         * MAINTAINERS (Reviewers): Removed myself.
2378 2007-08-18  Paul Brook  <paul@codesourcery.com>
2379             Joseph Myers  <joseph@codesourcery.com>
2381         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2382         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2383         * Makefile.in: Regenerate.
2384         * configure.ac (--with-debug-prefix-map): New.
2385         * configure: Regenerate.
2387 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
2388             Nigel Stephens  <nigel@mips.com>
2390         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
2391         as target_makefile_frag.
2392         * configure: Regenerate.
2394 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
2396         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2397         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
2398         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2399         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2400         (do-compare, do-compare3, do-compare-debug): New.
2401         ([+compare-target+]): Use them.
2403 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
2405         * MAINTAINERS (Write After Approval): Change my email address.
2407 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2408             Ben Elliston  <bje@au.ibm.com>
2410         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2411         --silent if $silent.
2412         * configure: Regenerate.
2414 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
2416         * MAINTAINERS (Various Maintainers): Add myself as
2417         loop infrastructure maintainer.  Update my e-mail
2418         address.
2420 2007-07-31  Diego Novillo  <dnovillo@google.com>
2422         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
2423         Adjust description.
2425 2007-07-26  Richard Guenther  <rguenther@suse.de>
2427         * configure.ac: Add types checking to stage1 checking flags.
2428         * configure: Regenerate.
2430 2007-07-17  Nick Clifton  <nickc@redhat.com>
2432         * COPYING3: New file.  Contains version 3 of the GNU General
2433         Public License.
2434         * COPYING3.LIB: New file.  Contains version 3 of the GNU
2435         Lesser General Public License.
2437 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2439         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
2441 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2443         * MAINTAINERS (S/390 co-maintainer): Add myself.
2444         (Write After Approval): Remove myself.
2446 2007-07-13  Dan Hipschman  <dsh@google.com>
2448         * MAINTAINERS (Write After Approval): Add myself.
2450 2007-07-11  Nick Clifton  <nickc@redhat.com>
2452         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
2453         WINDRES export.
2454         * Makefile.in: Regenerate.
2456 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2458         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
2459         maintainer.
2461 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
2463         * lt~obsolete.m4: New. Import from 20070318 libtool.
2465 2007-07-03  Julian Brown  <julian@codesourcery.com>
2467         * MAINTAINERS (Write After Approval): Add myself.
2469 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2471         * configure.ac: Rewrite 'configure --help' strings to look nicer.
2472         * configure: Regenerate.
2474 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2476         * configure.ac: Add some missing m4 quotation.
2477         * configure: Regenerate.
2479 2007-07-02  Simon Baldwin  <simonb@google.com>
2481         * MAINTAINERS (Write After Approval): Add myself.
2483 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
2485         * configure: Regenerate.
2487 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
2489         * Makefile.def: Add windmc tool to build.
2490         * Makefile.tpl: Likewise.
2491         * configure.ac: Likewise.
2492         * Makefile.in: Regenerate.
2493         * configure: Regenerate.
2495 2007-06-28  DJ Delorie  <dj@redhat.com>
2497         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2498         not building newlib.
2499         * configure: Regenerated.
2501 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
2503         * MAINTAINERS (Write After Approval): Add myself.
2505 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
2507         * MAINTAINERS (Write After Approval): Add myself.
2509 2007-06-19  Chris Matthews  <chrismatthews@google.com>
2511         * MAINTAINERS (Write After Approval): Add myself.
2513 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2515         * MAINTAINERS (Write After Approval): Add myself.
2517 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
2519         * Makefile.def: Add dependency from configure-gdb to all-bfd.
2520         * Makefile.in: Regenerated.
2522 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
2524         * configure.ac: Don't add target-libmudflap to noconfigdirs for
2525         bfin*-*-uclinux* targets.
2526         * configure: Regenerate.
2528 2007-06-14  Ian Lance Taylor  <iant@google.com>
2530         * MAINTAINERS: Add myself as non-algorithmic global write
2531         maintainer.
2533 2007-06-14  Diego Novillo  <dnovillo@google.com>
2535         * MAINTAINERS: Add self as middle-end maintainer and
2536         non-algorithmic global write maintainer.
2538 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2540         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
2541         Move all Fortran maintainers except Paul Brook into the
2542         Non-Autopoiesis section.
2544 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
2546         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2547         (distclean-stage[+id+]): Possibly delete stage_last.
2548         * Makefile.in: Regenerate.
2550 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
2552         * MAINTAINERS (Various Maintainer): Fix typo.
2554 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
2556         * MAINTAINERS (Various Maintainer): Add myself as
2557         dataflow maintainer.
2559 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2561         * config.sub, config.guess: Update from upstream sources.
2563 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2565         * Makefile.tpl: Fix spelling error.
2566         * Makefile.in: Regenerate.
2568 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
2570         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2571         lt_cv_sys_max_cmd_len.
2573 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
2575         * MAINTAINERS (Various Maintainers): Add myself as
2576         auto-vectorizer maintainer.
2578 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
2580         PR libjava/32098
2581         * libtool.m4: Revert previous change.
2582         * ltgcc.m4: Put it here.
2584 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
2586         * MAINTAINERS (Various Maintainers): Add myself as
2587         auto-vectorizer maintainer.
2589 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
2591         PR libjava/32098
2592         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
2594 2007-05-30  Richard Guenther  <rguenther@suse.de>
2596         * MAINTAINERS (Various Maintainers): Add myself as
2597         auto-vectorizer maintainer.
2599 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
2601         PR bootstrap/29382
2602         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2603         * configure: Rebuilt.
2605 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
2607         * MAINTAINERS (Write After Approval): Removed my name.
2609 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
2611         * MAINTAINERS (Write After Approval): Remove myself.
2613 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
2615         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
2617 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
2619         * ltmain.sh: Update from ToT Libtool.
2620         * libtool.m4: Update from ToT Libtool.
2621         * ltsugar.m4: New. Update from ToT Libtool.
2622         * ltversion.m4: New. Update from ToT Libtool.
2623         * ltoptions.m4: New. Update from ToT Libtool.
2624         * ltconfig: Remove.
2625         * ltcf-c.sh: Remove.
2626         * ltcf-cxx.sh: Remove.
2627         * ltcf-gcj.sh: Remove.
2629 2007-05-22  Ollie Wild  <aaw@google.com>
2631         * MAINTAINERS (Write After Approval): Add myself.
2633 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
2635         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2636         stage_cflags.
2637         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2638         Remove CFLAGS/LIBCFLAGS.
2639         (configure-stage[+id+]-[+prefix+][+module+],
2640         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2641         * Makefile.in: Regenerate.
2643 2007-05-15  Diego Novillo  <dnovillo@google.com>
2645         * MAINTAINERS: Update e-mail address.
2647 2007-05-15  Revital Eres  <eres@il.ibm.com>
2649         * MAINTAINERS (Write After Approval): Add myself.
2651 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
2653         * MAINTAINERS (Write After Approval): Updated my address.
2655 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
2657         * MAINTAINERS (Write After Approval): Add myself.
2659 2007-05-11  Silvius Rus  <rus@google.com>
2661         * MAINTAINERS (Write After Approval): Add myself.
2663 2007-04-23  Tom Tromey  <tromey@redhat.com>
2665         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
2667 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
2669         * MAINTAINERS (cpplib): Rename to ...
2670         (libcpp): ... this.  Add C/C++ front end maintainers.
2672 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
2674         * config-ml.in: Pass ${ml_config_env} to configure calls.
2676 2007-04-04  Christian Bruel  <christian.bruel@st.com>
2678         * MAINTAINERS (Write After Approval): Add myself.
2680 2007-04-02  Dave Korn  <dave.korn@artimi.com>
2682         * MAINTAINERS (Write After Approval): Add myself.
2684 2007-03-31  Tobias Burnus  <burnus@net-b.de>
2686         * MAINTAINERS (fortran 95 front end): Add myself.
2688 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2690         * MAINTAINERS (Write After Approval): Add myself.
2692 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
2694         * MAINTAINERS (Modulo Scheduler): Add myself.
2696 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
2698         * MAINTAINERS (fortran 95 front end): Add myself.
2699         (c++ front end): whitespace fix.
2701 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
2703         * MAINTAINERS (Write After Approval): Add myself.
2705 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
2707         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2708         of glob.  Quote arguments with single quotes too.
2709         * configure: Regenerate.
2711 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
2713         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2714         * Makefile.in: Regenerate
2716 2007-03-07  Andreas Schwab  <schwab@suse.de>
2718         * configure: Regenerate.
2720 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
2722         * configure.ac: Add "--with-pdfdir" configure option,
2723         which defines pdfdir variable.
2724         * Makefile.def (target=fixincludes): Add install-pdf to
2725         missing targets.
2726         (recursive_targets): Add install-pdf target.
2727         (flags_to_pass): Add pdfdir.
2728         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2729         target.
2730         * configure: Regenerate
2731         * Makefile.in: Regenerate
2733 2007-02-28  Eric Christopher  <echristo@apple.com>
2735         Revert:
2736         2006-12-07  Mike Stump  <mrs@apple.com>
2738         * Makefile.def (dependencies): Add dependency for
2739         install-target-libssp and install-target-libgomp on
2740         install-gcc.
2741         * Makefile.in: Regenerate.
2743 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
2745         * configure: Regenerate.
2746         * configure.ac: Move statements after variable declarations.
2748 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
2750         * MAINTAINERS: Add myself as sh maintainer.
2752 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
2754         * configure.ac: Adjust for loop syntax.
2755         * configure: Regenerate.
2757 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2759         * configure: Rebuilt.
2761 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2763         * configure.ac: Drop multiple occurrences of --enable-languages,
2764         and fix its quoting.
2765         * configure: Rebuilt.
2767 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
2768             Nathan Sidwell  <nathan@codesourcery.com>
2769             Vladimir Prus  <vladimir@codesourcery.com>
2770             Joseph Myers  <joseph@codesourcery.com>
2772         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2773         * configure: Regenerate.
2775 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
2777         * ltconfig (freebsd*): Default to elf.
2779 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2781         * configure.ac (target_libraries): Move libgcc before libiberty.
2782         * configure: Regenerated.
2784 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2785             Paolo Bonzini  <bonzini@gnu.org>
2787         PR bootstrap/30753
2788         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
2789         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
2790         * configure: Regenerated.
2792 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2794         * MAINTAINERS (Language Front End Maintainers): Update my mail
2795         address.
2797 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2799         PR bootstrap/30748
2800         * configure.ac: Correct syntax for Solaris ksh.
2801         * configure: Regenerated.
2803 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2805         * configure.ac: Sync with src.
2806         * configure: Regenerate.
2808 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2810         * Makefile.in: Regenerate.
2812 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2814         * config.sub: Sync with src.
2816 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2818         * Makefile.tpl (build_alias, host_alias, target_alias): Use
2819         noncanonical equivalents.
2820         * configure.in: Rename to...
2821         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
2822         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
2823         target_noncanonical.  Use them.  Rewrite removal of configure
2824         arguments for autoconf 2.59.  Discard variable settings.  Force
2825         program_transform_name for native tools.
2827         * Makefile.in: Regenerated.
2828         * configure: Regenerated with autoconf 2.59.
2830 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
2832         * MAINTAINERS (Write After Approval): Add myself.
2834 2007-01-31  Andreas Schwab  <schwab@suse.de>
2836         * Makefile.tpl (LDFLAGS): Substitute it.
2837         * Makefile.in: Regenerate.
2839 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
2841         * MAINTAINERS (Write After Approval): Add myself.
2843 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
2845         * MAINTAINERS (spu port): Add myself.
2847 2007-01-23  Richard Guenther  <rguenther@suse.de>
2849         PR bootstrap/30541
2850         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
2851         * Makefile.tpl (GNATBIND): Substitute it.
2852         (GNATMAKE): Likewise.
2853         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
2854         of STAGE_PREFIX.
2855         * Makefile.in: Regenerate.
2856         * configure: Regenerate.
2858 2007-01-18  Mike Stump  <mrs@apple.com>
2860         * configure.in: Re-enable -Werror for gcc builds.
2862 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
2864         * MAINTAINERS (Write After Approval): Add myself.
2866 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2868         * configure.in: Change == to = in test command.
2869         * configure: Regenerate.
2871 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2872             Nick Clifton  <nickc@redhat.com>
2873             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
2875         * configure.in (build_configargs, host_configargs, target_configargs):
2876         Remove build/host/target parameters.
2877         (host_libs): Add gmp and mpfr.
2878         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2879         * Makefile.def (gmp, mpfr): New.
2880         (gcc): Remove target.
2881         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2882         target_os, target_vendor): New.
2883         (configure): Add host_alias/target_alias arguments; adjust invocations.
2884         * configure: Regenerate.
2885         * Makefile.in: Regenerate.
2887 2007-01-11  Matt Fago  <fago@earthlink.net>
2889         * configure.in: Try to link to functions only in mpfr 2.2.x
2890         to improve robustness of configure tests.
2891         * configure: Regenerate.
2893 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
2895         * MAINTAINERS: Add myself as i386 maintainer.
2897 2007-01-08  Jan Hubicka  <jh@suse.cz>
2899         * MAINTAINERS: Add myself as i386 maintainer.
2901 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
2903         * configure.in: Add support for an x86_64-mingw* target.
2904         * configure: Regenerate.
2906 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
2908         * Makefile.tpl (all-target): Correct @if conditional for target
2909         modules.
2910         * configure.in: Omit libiberty if building only target libgcc.
2911         * configure, Makefile.in: Regenerated.
2913 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
2915         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
2916         * configure: Regenerate.
2918 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
2920         * Makefile.def (target_modules): Add libgcc.
2921         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
2922         * Makefile.tpl (clean-target-libgcc): Delete.
2923         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2924         on gcc even for bootstrapped modules.  Rewrite handling of
2925         lang_env_dependencies to loop over target_modules.
2926         * configure.in (target_libraries): Add target-libgcc.
2927         * Makefile.in, configure: Regenerated.
2929 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2931         * configure.in: Reorganize recognition of languages.  Add
2932         --enable-stage1-languages.  Show supported languages for the chosen
2933         target rather than all recognized languages.
2934         * configure: Regenerate.
2936 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2938         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
2939         * Makefile.in: Regenerate.
2941 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2943         * configure.in: Warn that MPFR 2.2.0 is buggy.
2944         * configure: Regenerate.
2946 2006-12-27  Ian Lance Taylor  <iant@google.com>
2948         * configure.in: When removing Makefiles to force a reconfigure, also
2949         remove prev-DIR*/Makefile.
2950         * configure: Regenerate.
2952 2006-12-22  Andreas Schwab  <schwab@suse.de>
2954         * configure: Regenerate with correct autoconf version.
2956 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
2958         * configure.in: add AC_SUBST for *_FOR_TARGET.
2959         * configure: Regenerate.
2961 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2963         * configure.in: Simplify logic for rejecting languages that cannot
2964         be built.  Separate the case when a language is unsupported,
2965         from the case when the user chooses not to build a language.
2967 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2969         * configure.in: Remove "$build" case for powerpc-*-darwin* since
2970         it only affects bootstrap and could be tested on "$host" as well.
2971         * configure: Regenerate.
2972         * config/mh-ppc-darwin: Add to the stage1 cflags here.
2974 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2976         PR bootstrap/29544
2977         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
2978         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
2979         move here comment from Makefile.tpl.
2980         * Makefile.tpl: Move some definitions higher in the file.
2981         (STAGE1_CHECKING): New.
2982         * configure.in: Add --enable-stage1-checking.
2983         * configure: Regenerate.
2984         * Makefile.in: Regenerate.
2986 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2988         * MAINTAINERS: Add myself as build system maintainer.
2990 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
2992         * MAINTAINERS (Write After Approval): Add myself.
2994 2006-12-13  Eric Christopher  <echristo@apple.com>
2996         * MAINTAINERS: Add myself as darwin maintainer.
2998 2006-12-11  Ian Lance Taylor  <ian@airs.com>
3000         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
3002 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
3004         MAINTAINERS: Update my entry.
3006 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
3008         * configure.in:  Handle spu makefile frag.
3009         * Makefile.tpl (MAINT): Define
3010         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3011         * configure: Regenerate.
3012         * Makefile.in: Regenerate.
3014 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3016         * config.guess: Import latest version.
3017         * config.sub: Likewise.
3019 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3021         * configure.in (spu-*-*): Don't skip target-libiberty.
3022         * configure: Regenerate.
3024 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3026         PR bootstrap/30134
3027         * configure.in: Correct x86 darwin support for libjava to powerpc
3028         and i?86 only.
3029         * configure: Regenerate.
3031 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
3033         * configure.in: Add x86 darwin support for libjava.
3034         * configure: Regenerate.
3036 2006-12-07  Mike Stump  <mrs@apple.com>
3038         * Makefile.def (dependencies): Add dependency for
3039         install-target-libssp and install-target-libgomp on
3040         install-gcc.
3041         * Makefile.in: Regenerate.
3043 2006-12-04  Richard Guenther  <rguenther@suse.de>
3045         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
3046         (Non-Algorithmic Maintainers): Move over non-algorithmic
3047         loop optimizer maintainers, add myself as a non-algorithmic
3048         middle-end maintainer.
3050 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
3052         * MAINTAINERS (Write After Approval): Add myself.
3054 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3056         * configure.in: Update error message for missing GMP/MPFR.
3058         * configure: Regenerate.
3060 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3062         * configure.in: Update MPFR version in error message.
3064         * configure: Regenerate.
3066 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3068         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3069         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3070         --with-gmp-lib): New flags.
3072         * configure: Regenerate.
3074 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
3076         * MAINTAINERS (Write After Approval): Change my email address.
3078 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3080         * MAINTAINERS (Write After Approval): Add myself.
3082 2006-11-22  Philipp Thomas  <pth@suse.de>
3084         * MAINTAINERS (i18n): Update e-mail address.
3086 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3088         * MAINTAINERS (spu port): Add myself as maintainer.
3089         (Write After Approval): Remove myself.
3091 2006-11-22  Ben Elliston  <bje@au.ibm.com>
3093         * configure.in (skipdirs): Don't build libssp for SPU.
3094         * configure: Regenerate.
3096 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3098         * MAINTAINERS (spu port): Add myself as maintainer.
3099         (libobjc): Update my email address.
3101 2006-11-21  Andrea Bona  <andrea.bona@st.com>
3103         * MAINTAINERS (Write After Approval): Add myself.
3105 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3107         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
3108         * configure : Rebuilt.
3110 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3112         * MAINTAINERS (Write After Approval): Add myself.
3114 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
3116         * MAINTAINERS (Write After Approval): Add myself.
3118 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3120         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
3121         libmpfr.a.
3122         * configure: Regenerate.
3124 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
3126         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3127         (unstage): Test for stage_last presence.
3129         PR bootstrap/29802
3130         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
3131         STAGE_PREFIX.
3132         * Makefile.in: Regenerate.
3134 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
3136         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
3137         maintainers.
3139 2006-11-14  Erven Rohou  <erven.rohou@st.com>
3141         * MAINTAINERS (Write After Approval): Add myself.
3143 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
3145         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
3146         and stageN-package/Makefile.
3147         * Makefile.in: Regenerated.
3149 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
3151         * configure.in: Remove target-libgloss from noconfigdirs for
3152         bfin-*-*.
3153         * configure: Regenerated.
3155 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3157         * configure.in (have_gmp): Only error if the gcc directory exists.
3159         * configure: Regenerate.
3161 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3163         * configure.in: Robustify error message for missing GMP/MPFR.
3165         * configure: Regenerate.
3167 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
3169         * MAINTAINERS (Write After Approval): Add myself.
3171 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
3173         * MAINTAINERS: Change email address.
3175 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
3177         * MAINTAINERS (Write After Approval): Add myself.
3179 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
3181         * MAINTAINERS (Write After Approval): Add myself.
3183 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
3185         * MAINTAINERS (Write After Approval): Move myself to
3186         Write After Approval section.
3188 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3190         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
3191         need_gmp anymore.
3192         * configure: Regenerate.
3194 2006-10-16  Tobias Burnus  <burnus@net-b.de>
3196         * MAINTAINERS (Write After Approval): Add myself.
3198 2006-10-16  Ben Elliston  <bje@au.ibm.com>
3200         * config.guess: Import latest version.
3201         * config.sub: Likewise.
3203 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
3205         * Makefile.def: Added pdf target handling.
3206         * Makefile.tpl: Added pdf target handling.
3207         * Makefile.in: Regenerated.
3209 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
3211         * MAINTAINERS: Add self as score port maintainer.
3213 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
3215         * MAINTAINERS (Write After Approval): Add myself.
3217 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
3219         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
3220         or newer.
3221         * configure: Regenerated.
3223 2006-09-27  Dave Brolley  <brolley@redhat.com>
3225         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
3226         using $s instead of $r.
3227         * configure: Regenerated.
3229 2006-09-26  Thiemo Seufer  <ths@mips.com>
3231         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3232         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3233         * configure: Regenerate.
3235 2006-09-24  Graeme Peterson  <gridly@gmail.com>
3237         * MAINTAINERS (Write After Approval): Remove myself.
3239 2006-09-22  Chao-ying Fu  <fu@mips.com>
3241         * MAINTAINERS (Write After Approval): Add myself.
3243 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
3245         * MAINTAINERS: Add self as soft-fp maintainer.
3247 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
3249         * MAINTAINERS: Add myself as avr maintainer.
3250         Remove Marek Michalkiewicz as avr maintainer.
3252 2006-09-07  Roberto Costa  <roberto.costa@st.com>
3254         * MAINTAINERS (Write After Approval): Add myself.
3256 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
3258         * configure.in: Never build newlib for a Mingw host.
3259         Never build newlib as Mingw target library.
3260         Test the existence of winsup/cygwin for building a Cygwin newlib,
3261         rather than just winsup.
3262         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3263         building a Mingw target.
3264         * configure: Regenerate.
3266 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
3268         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
3270 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
3272         * config.guess: Import from src (was more updated).
3273         * config.sub: Likewise.
3275 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
3277         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3278         * configure: Regenerated.
3280 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
3282         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3283         for stages after the first.
3285 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
3287         * Makefile.def: Add dependencies for configure-opcodes
3288         on configure-intl and all-opcodes on all-intl.
3289         * Makefile.in: Regenerated.
3291 2006-07-13  Ben Elliston  <bje@au.ibm.com>
3293         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
3295 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
3297         Port to hosts whose 'sort' and 'tail' implementations
3298         treat operands with leading '+' as file names, as POSIX
3299         has required since 2001.  However, make sure the code still
3300         works on pre-POSIX hosts.
3301         * ltmain.sh: Don't assume "sort +2" is equivalent to
3302         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
3304 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
3306         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
3308 2006-07-04  Peter O'Gorman  <peter@pogma.com>
3310         * ltconfig: chmod 644 before ranlib during install.
3312 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3314         PR bootstrap/18058
3315         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3316         if the bootstrap compiler is a GCC version that supports it.
3317         * configure: Regenerate.
3319 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3321         * configure.in: Fix thinkos in previous check-in.
3322         * configure: Regenerate.
3324 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3326         PR other/27063
3327         * configure.in: Test subdir_requires and give an appropriate
3328         error message.
3329         * configure: Regenerate.
3331 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
3333         * MAINTAINERS (Write After Approval): Add myself.
3335 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
3337         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3339 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
3341         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3343 2006-06-20  David Ayers  <d.ayers@inode.at>
3345         PR bootstrap/28072
3346         * configure.in: Add target-boehm-gc to noconfigdirs depending on
3347         whether target-libjava is being configured instead of whether the
3348         java front end is enabled.
3349         * configure: Regenerate.
3351 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3353         PR target/27540
3354         * configure.in: Only enable libgomp on IRIX 6.
3355         * configure: Regenerate.
3357 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
3359         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3360         too.
3361         * Makefile.in: Regenerate.
3363 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
3365         * config-ml.in: Alter CCASFLAGS to include special
3366         multilib options the same as is done for CFLAGS.
3368 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3370         * configure.in: Don't enable libgomp on hpux10.
3371         * configure: Rebuilt.
3373 2006-06-12  David Ayers  <d.ayers@inode.at>
3375         PR bootstrap/27963
3376         PR target/19970
3377         * configure.in: Remove target-boehm-gc from noconfigdirs where
3378         ${libgcj} is specified.
3379         * configure: Regenerate.
3381 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
3383         Sync from src:
3385         * configure.in: Sync.
3386         * configure: Regenerated.
3388         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
3390         * Makefile.def: Added dependencies from sim and gdb on intl, and
3391         added configure dependencies to everything with an all dependency
3392         on intl.
3393         * Makefile.in: Regenerated.
3395 2006-06-06  David Ayers  <d.ayers@inode.at>
3397         PR libobjc/13946
3398         * Makefile.def: Add dependencies for libobjc which boehm-gc.
3399         * Makefile.in: Regenerate.
3400         * configure.in: Add --enable-objc-gc at toplevel and have it
3401         enable boehm-gc for Objective-C.
3402         Remove target-boehm-gc from libgcj.
3403         Add target-boehm-gc to target_libraries.
3404         Add target-boehm-gc to noconfigdirs where ${libgcj}
3405         is specified.
3406         Assert that boehm-gc is supported when requested for Objective-C.
3407         Only build boehm-gc if needed either for Java or Objective-C.
3408         * configure: Regenerate.
3410 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
3412         PR 27674
3413         * Makefile.tpl (configure-[+prefix+][+module+],
3414         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3415         Remove rule to unstage bootstrapped modules.
3416         (stage_current): New.
3417         * Makefile.in: Regenerate.
3419 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3421         * MAINTAINERS (Write After Approval): Update my e-mail address.
3423 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
3425         * include/libiberty.h: Declare pex_run_in_environment.
3427 2006-05-31  Asher Langton  <langton2@llnl.gov>
3429         * MAINTAINERS (Write After Approval): Add myself.
3431 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
3433         * Makefile.def (bfd, opcodes): Fix lib_path.
3434         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3435         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
3436         * Makefile.in: Regenerate.
3438 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3440         * Makefile.in: Regenerate.
3442 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3444         * Makefile.def: Add install-html target. Add datarootdir
3445         docdir and htmldir to flags_to_pass.
3446         * Makefile.tpl: Add install-html target.
3447         * Makefile.in: Regenerate.
3448         * configure.in: Add --with-datarootdir, --with-docdir, and
3449         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
3450         * configure: Regenerate.
3452 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
3454         * configure.in: Enable gprof for cross builds.
3455         * configure: Regenerate.
3457 2006-05-22  Richard Guenther  <rguenther@suse.de>
3459         Revert
3460         2006-01-31  Richard Guenther  <rguenther@suse.de>
3461         Paolo Bonzini  <bonzini@gnu.org>
3463         * Makefile.def (target_modules): Add libgcc-math target module.
3464         * configure.in (target_libraries): Add libgcc-math target library.
3465         (--enable-libgcc-math): New configure switch.
3466         * Makefile.in: Re-generate.
3467         * configure: Re-generate.
3468         * libgcc-math: New toplevel directory.
3470 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3471             Andreas Tobler  <a.tobler@schweiz.ch>
3473         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
3474         * configure: Rebuilt.
3476 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
3478         * MAINTAINERS (Write After Approval): Add myself.
3480 2006-05-01  DJ Delorie  <dj@redhat.com>
3482         * configure.in: Restore CFLAGS if GMP isn't present.
3483         * configure: Regenerate.
3485 2006-05-01  Richard Guenther  <rguenther@suse.de>
3487         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
3488         maintainer.
3490 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
3492         * MAINTAINERS (Write After Approval): Add myself.
3494 2006-04-28  Jan Beulich  <jbeulich@novell.com>
3496         * MAINTAINERS (Write After Approval): Add myself.
3498 2006-04-18  DJ Delorie  <dj@redhat.com>
3500         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
3501         reference libgloss so that libssp can be built in a combined
3502         tree.
3503         * configure: Regenerate.
3505 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
3507         * MAINTAINERS (Write After Approval): Add myself.
3509 2006-04-05  Ben Elliston  <bje@au.ibm.com>
3511         * configure.in: Require makeinfo 4.4 or higher.
3512         * configure: Regenerate.
3514 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
3516         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
3517         Rearrange the entries of other libraries to have them in one place.
3519 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
3521         * MAINTAINERS (Write After Approval): Remove myself.
3522         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
3524 2006-03-14  Richard Guenther  <rguenther@suse.de>
3526         * configure: Regenerate with autoconf 2.13.
3528 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
3530         * MAINTAINERS: Use my work address.
3532         * MAINTAINERS: Update my E-mail address.
3534 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
3536         * configure.in: Handle --disable-<component> generically.
3537         * configure: Regenerate.
3539 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
3541         PR libgcj/17311
3542         * ltmain.sh: Don't use "$finalize_rpath" for compile.
3544 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
3546         * MAINTAINERS (Write After Approval):  Remove myself.
3547         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3549 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
3551         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
3552         (TARGET_CONFIGDIRS): Remove.
3553         * configure.in: Remove AC_SUBST(target_configdirs).
3554         * Makefile.in, configure: Regenerated.
3556 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
3558         * MAINTAINERS (Write After Approval):  Remove myself.
3559         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3561 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
3563         PR bootstrap/25670
3565         * Makefile.tpl ([+compare-target+]): Print explanation messages.
3567         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3568         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3569         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3570         BUILD_PREFIX, BUILD_PREFIX_1.
3571         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3573         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3574         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3576         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3577         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3578         of `cat stage_current`.  Always provide the `r' and `s' variables.
3579         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3580         a single shell execution.
3581         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3582         bootstrapped modules, make the stage1 module if the build was not
3583         started yet, else build the current stage.
3584         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3585         (all-build, all-host, all-target, [+make_target+]-host,
3586         [+make_target+]-target): Do not use \-continued lines.
3587         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3588         (current_stage, restrap, stage_last): New.
3590         * Makefile.in: Regenerate.
3591         * configure: Regenerate.
3593 2006-02-19  Bud Davis  <jmdavis@link.com>
3595         * MAINTAINERS (Write After Approval):  Remove myself.
3596         (Language Front End Maintainers):  Add myself as fortran 95
3597         maintainer and update e-mail address.
3599 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3601         * MAINTAINERS (Write After Approval):  Remove myself.
3602         (Language Front End Maintainers):  Add myself as fortran 95
3603         maintainer.
3605 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
3607         * MAINTAINERS (Write After Approval): Add myself.
3609 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
3611         * MAINTAINERS (Write After Approval):  Remove myself.
3612         (Language Front End Maintainers):  Add myself as
3613         fortran 95 maintainer.
3615 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3617         Sync from src:
3619         2005-12-27  Leif Ekblad  <leif@rdos.net>
3621         * configure.in: Add support for RDOS target.
3622         * configure: Regenerate.
3624 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3625             Andreas Schwab  <schwab@suse.de>
3627         * configure: Regenerate.
3629 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
3631         * configure.in (enable_libgomp): Add AIX.
3632         * configure: Regenerate.
3634 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
3636         * MAINTAINERS (Write After Approval): Add myself.
3638 2006-02-03  Lee Millward  <lee.millward@gmail.com>
3640         * MAINTAINERS (Write After Approval): Add myself.
3642 2006-01-31  Richard Guenther  <rguenther@suse.de>
3643         Paolo Bonzini  <bonzini@gnu.org>
3645         * Makefile.def (target_modules): Add libgcc-math target module.
3646         * configure.in (target_libraries): Add libgcc-math target library.
3647         (--enable-libgcc-math): New configure switch.
3648         * Makefile.in: Re-generate.
3649         * configure: Re-generate.
3650         * libgcc-math: New toplevel directory.
3652 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
3654         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3655         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3656         the assembler, linker and binutils.
3657         * configure: Regenerate.
3659 2006-01-22  Dirk Mueller  <dmueller@suse.de>
3661         * MAINTAINERS (Write After Approval): Add myself.
3663 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
3665         * configure: Regenerate.
3667 2006-01-18  Richard Henderson  <rth@redhat.com>
3668             Jakub Jelinek  <jakub@redhat.com>
3669             Diego Novillo  <dnovillo@redhat.com>
3671         * libgomp: New directory.
3672         * Makefile.def: Add target_module libgomp.
3673         * Makefile.in: Regenerate.
3674         * configure.in (target_libraries): Add target-libgomp.
3675         * configure: Regenerate.
3677 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
3679         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3680         @ from continuation.
3681         * Makefile.in: Rebuilt.
3683 2006-01-04  Chris Lattner  <sabre@gnu.org>
3685         * MAINTAINERS (Write After Approval): Add myself.
3687 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3689         PR bootstrap/24252
3691         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3692         * Makefile.tpl (OBJDUMP): New.
3693         (EXTRA_HOST_FLAGS): Add it.
3694         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3696         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3697         to use symbolic links between directories.  Avoid race conditions
3698         or make them harmless.
3699         * configure.in: Do not try to use symbolic links between directories.
3701         * Makefile.def (LEAN): Pass.
3702         * Makefile.tpl (LEAN): Define.
3703         (stage[+id+]-start): Accept that the previous directory does not
3704         exist, if the bootstrap is lean.
3705         (stage[+id+]-bubble): Invoke lean bootstrap commands after
3706         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
3707         configure substitution.
3708         ([+compare-target+]): Likewise.
3709         ([+bootstrap-target+]-lean): New.
3710         * configure.in: Remove lean bootstrap support from here.
3712         * Makefile.in: Regenerate.
3713         * configure: Regenerate.
3715 2006-01-04  Ben Elliston  <bje@au.ibm.com>
3717         * MAINTAINERS (libdecnumber): Add myself.
3719 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
3721         * libtool-ldflags: New script.
3723 2006-01-02  Andreas Schwab  <schwab@suse.de>
3725         * configure.in: When reconfiguring remove Makefile in
3726         all stage directories.
3727         * configure: Regenerate.
3729 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
3731         * MAINTAINERS: Update my email address.
3733 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
3735         Revert Ada-related part of the previous change.
3737         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3738         Do not pass.
3739         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3740         * Makefile.in: Regenerate.
3741         * configure.in: Do not include mt-ppc-aix target fragment.
3742         * configure: Regenerate.
3744 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
3746         * configure.in: Select appropriate fragments for PowerPC/AIX.
3747         * configure: Regenerate.
3749         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3750         BOOT_CFLAGS, BOOT_LDFLAGS.
3751         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3752         BOOT_CFLAGS, BOOT_LDFLAGS.
3753         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3754         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3755         (stage): Fail if we cannot complete the work.
3756         * Makefile.in: Regenerate.
3758 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
3760         * configure.in: Replace ms1 with mt.
3761         * configure: Rebuilt.
3763 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
3765         * MAINTAINERS: Update my email address.
3767 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
3769         * Makefile.tpl (all, do-[+make_target+], do-check, install,
3770         install-host-nogcc): Don't invoke $(stage) at the end.
3771         * Makefile.in: Regenerate.
3773 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
3775         * configure.in: Flip the top-level bootstrap switch.
3776         * configure: Regenerate.
3778 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
3780         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3781         $(stage) and $(unstage).
3782         (EXTRA_TARGET_FLAGS): Correct double-quoting.
3783         (all): Remove stray semicolon.
3784         (local-distclean): Don't handle multilib.tmp and multilib.out.
3785         (install.all): Set $s for consistency.
3786         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3787         check_multilibs setting.  Always make the install directory.
3788         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3789         Correct @if/@endif.
3790         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3791         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3792         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3793         (multilib.out): Remove.
3794         * Makefile.in: Regenerated.
3796 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
3798         * MAINTAINERS (Write After Approval): Add myself.
3800 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3802         * MAINTAINERS: Add myself as mt maintainer.
3804         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
3806 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
3808         * MAINTAINERS: Change email address.
3810 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3812         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3813         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3814         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
3815         Find in-tree tools if available.
3816         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3817         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3818         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3819         (COMPILER_*_FOR_TARGET): New.
3820         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3821         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3822         (CONFIGURED_*, USUAL_*): Remove.
3823         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3824         STRIP): Use autoconf substitutions.
3825         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3826         COMPILER_NM_FOR_TARGET): New.
3827         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3829         (all): Make all-host and all-target in parallel.
3830         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3831         that $$r and $$s are set before invoking a recursive make.
3832         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3833         ([+bootstrap-target+]): Inline most of the `all' target.
3835 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3837         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3838         from the gcc build directory.
3839         * Makefile.in: Regenerate.
3841 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3843         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
3844         depend on all-libdecnumber.
3845         * configure.in (host_libs): Include libdecnumber.
3846         * Makefile.in: Regenerate.
3847         * configure: Likewise.
3849 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3851         * libdecnumber: Import decNumber sources from the dfp-branch.
3853 2005-11-21  Kean Johnston  <jkj@sco.com>
3855         * config.sub, config.guess: Sync from upstream sources.
3857 2005-11-21  Ben Elliston  <bje@au.ibm.com>
3859         Import from Autoconf sources:
3861         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
3862         * config/move-if-change: Don't output "$2 is unchanged";
3863         suggested by Ben Elliston.  Handle weird characters correctly.
3865 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
3867         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
3868         to match upstream libtool for darwin.
3870 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
3872         * Makefile.def: Remove gdb dependencies for gdbtk.
3873         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3874         (configure-gdb, install-gdb): New rules.
3875         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3876         * Makefile.in, configure: Regenerated.
3878 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
3880         * MAINTAINERS (Write After Approval): Add myself.
3882 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
3884         * MAINTAINERS (Write After Approval): Add myself.
3886 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
3888         * MAINTAINERS (alias analysis): Add Daniel Berlin and
3889         Diego Novillo.
3891 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
3893         PR bootstrap/24297
3894         * Makefile.tpl (do-[+make-target+], do-check, install,
3895         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3896         are set before recursing.
3897         * Makefile.in: Regenerate.
3899 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
3901         PR bootstrap/18939
3902         * Makefile.def (gcc) <target>: Fix thinko.
3903         * Makefile.in: Regenerate.
3905 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
3907         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3908         * configure: Regenerate.
3910 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
3912         * MAINTAINERS (Write After Approval): Add self.
3914 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
3916         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3917         target-libffi, target-qthreads, target-libjava, and
3918         targetlibobjc.
3919         * configure: Regenerate.
3921 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
3923         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3924         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3925         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3926         (USUAL_OBJDUMP_FOR_TARGET): New.
3927         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3928         * configure.in: Check for $OBJDUMP_FOR_TARGET.
3929         * configure, Makefile.in: Regenerated.
3931 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3933         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3934         before other host packages.
3936 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
3938         * MAINTAINERS: Add self as sh libraries/configury maintainer.
3940 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3942         PR bootstrap/22340
3944         * configure.in (default_target): Remove.
3945         * Makefile.tpl (all): Do not use prerequisites as subroutines
3946         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3947         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3948         use prerequisites as subroutines.
3949         (check-host, check-target): New.
3950         (bootstrap configure & all targets): Do not use stage*-start
3951         if the directory layout is already ok.
3952         (non-bootstrap configure & all targets): Prepend a $(unstage).
3953         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
3954         (NOTPARALLEL): Remove.
3955         (unstage, stage variables): New variables.
3956         (unstage, stage targets): Simply expand to those variables.
3958         * configure: Regenerate.
3959         * Makefile.in: Regenerate.
3961 2005-10-04  James E Wilson  <wilson@specifix.com>
3963         * Makefile.def (lang_env_dependencies): Add libmudflap.
3964         * Makefile.in: Regenerate.
3966 2005-10-03  Andreas Schwab  <schwab@suse.de>
3968         Backport from libtool CVS:
3969         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
3971         * ltmain.sh: add support for installing into temporary
3972         staging area (e.g. 'make install DESTDIR=...')
3974 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
3976         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3977         * configure: Regenerated.
3979 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
3981         * configure: Regenerate with the correct
3982         autoconf version.
3984 2005-09-30  Catherine Moore  <clm@cm00re.com>
3986         * configure.in (bfin-*-*): New.
3987         * configure: Regenerated.
3989 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
3991         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3992         (LIPO_FOR_TARGET): New.
3993         (CONFIGURED_LIPO_FOR_TARGET): New.
3994         (USUAL_LIPO_FOR_TARGET): New.
3995         (STRIP_FOR_TARGET): New.
3996         (CONFIGURED_STRIP_FOR_TARGET): New.
3997         (USUAL_STRIP_FOR_TARGET): New.
3998         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3999         STRIP_FOR_TARGET.
4000         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4001         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4002         * Makefile.in: Regenerate.
4003         * configure: Regenerate.
4005 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
4007         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4008         (rs6000-*-aix*): Same.
4009         * configure: Regenerate.
4011 2005-09-16  Tom Tromey  <tromey@redhat.com>
4013         * MAINTAINERS: Add self as java maintainer.
4015 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4017         * configure.in: Recognize f95 in the --enable-languages option,
4018         and substitute it for fortran, issuing a warning.
4019         * configure: Regenerate.
4021 2005-08-30  Phil Edwards  <phil@codesourcery.com>
4023         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
4024         * configure:  Regenerated.
4026 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
4028         * MAINTAINERS: Add self as ms1 maintainer.
4030 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
4032         * Makefile.def (libssp): Add to lang_env_dependencies.
4033         * Makefile.in: Regenerate.
4035 2005-08-18  Ian Lance Taylor  <ian@airs.com>
4037         * MAINTAINERS: Add myself as middle-end maintainer.
4039 2005-08-17  Christian Groessler  <chris@groessler.org>
4041         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4042         * Makefile.in: Regenerate.
4044 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
4046         * MAINTAINERS (write after approval): Added myself.
4048 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
4050         * MAINTAINERS (Write After Approval): Add myself.
4052 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
4054         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4055         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4056         Look for alternate names of the target cc and c++
4057         * configure: Regenerate.
4059 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
4061         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4062         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4063         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4064         tools; remove code to manually set them.
4065         (Target tools): Look in the environment for them.
4066         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4067         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4068         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4069         build directory.
4070         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4071         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4072         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4073         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4074         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4075         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4076         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4077         * configure: Regenerate.
4078         * Makefile.in: Regenerate.
4080 2005-07-28  Ben Elliston  <bje@au.ibm.com>
4082         * MAINTAINERS: Update for removed CPU targets.
4084 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
4086         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4087         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4088         * Makefile.in: Regenerated.
4090 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
4092         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4093         (CFLAGS_FOR_TARGET): Use it.
4094         (CXXFLAGS_FOR_TARGET): Likewise.
4095         * Makefile.in: Regenerated.
4096         * configure.in (--with-build-sysroot): New option.
4097         * configure: Regenerated.
4099 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
4101         * Makefile.tpl: Wrap install between unstage and stage
4102         * Makefile.in: Regenerate.
4104 2005-07-21  Eric Christopher  <echristo@apple.com>
4106         * MAINTAINERS: Update affiliation.
4108 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
4110         * MAINTAINERS: Add self as crx port maintainer.
4112 2005-07-20  DJ Delorie  <dj@redhat.com>
4114         * MAINTAINERS: Add self as m32c maintainer.
4116 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
4118         * all files: Update FSF address.
4120 2005-07-15  Eric Christopher  <echristo@redhat.com>
4122         * MAINTAINERS: Change affiliation.
4124 2005-07-14  Jim Blandy  <jimb@redhat.com>
4126         * configure.in: Add cases for Renesas m32c.
4127         * configure: Regenerated.
4129 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4131         * COPYING.LIB: Update from fsf.org.
4133 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4135         * COPYING, compile, config.guess,
4136         config.sub, install-sh, missing, mkinstalldirs,
4137         symlink-tree, ylwrap: Sync from upstream sources.
4138         * config-ml.in: Update FSF address.
4140 2005-07-13  Eric Christopher  <echristo@redhat.com>
4142         * configure.in: Add toplevel noconfigdir support for tpf.
4143         * configure: Regenerate.
4145 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
4147         PR ada/22340
4149         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4150         * Makefile.in: Regenerate.
4152 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
4154         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
4155         Brolley to write-after-approval.
4157 2005-07-07  Andreas Schwab  <schwab@suse.de>
4159         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4160         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4161         * Makefile.in: Regenerated.
4163 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
4165         * configure.in: Don't build sim or rda when targetting darwin.
4166         * configure: Regenerate.
4168 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
4170         * configure.in: Add --enable-libssp and --disable-libssp.
4171         * configure: Regenerate with autoconf-2.13.
4173 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
4175         * Makefile.def (target_modules): Add libssp.
4176         * configure.in (target_libraries): Add target-libssp.
4177         * configure: Rebuilt.
4178         * Makefile.in: Rebuilt.
4180 2005-07-01  Zack Weinberg  <zackw@panix.com>
4182         * MAINTAINERS: Change email address.  Resign from maintainership.
4184 2005-07-01  Richard Guenther  <rguenther@suse.de>
4186         * MAINTAINERS: Change my e-mail address and affiliation.
4188 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
4190         * Makefile.def (stagefeedback): Come after profile.
4191         Define profiledbootstrap target.
4192         * Makefile.tpl (profiledbootstrap): Remove.
4193         (stageprofile-end): Zap stagefeedback.
4194         (stagefeedback-start): Copy all .gcda files, not only GCC's.
4195         * Makefile.in: Regenerate.
4197 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
4199         * MAINTAINERS: Update my email address.
4201 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
4203         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
4204         In 'cpp' stanza, support '#line' as well as '# '.
4206 2005-06-08  Andreas Schwab  <schwab@suse.de>
4208         * MAINTAINERS: Move myself from 'Write After Approval' to
4209         'CPU Port Maintainers' section as m68k maintainer.
4211 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
4213         * configure.in (unsupported_languages): New macro.
4214         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
4215         non-ported target libraries in noconfigdirs.
4216         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4217         non-linux-gnu.  Remove libgcj_ex_libffi.
4218         <lang_frag loop>: Set add_this_lang=no if the language is in
4219         unsupported_languages.
4220         * configure: Regenerate.
4222 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
4224         * configure.in: Fix typo in handling of --with-mpfr-dir.
4225         * configure: Regenerate.
4227 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
4229         * MAINTAINERS: Update my email address.
4231 2005-06-02  Jim Blandy  <jimb@redhat.com>
4233         * config.sub: Add cases for the Renesas m32c.  (This patch has been
4234         accepted into the master sources.)
4236 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
4237             Michael Snyder  <msnyder@redhat.com>
4238             Stan Cox  <scox@redhat.com>
4240         * configure.in: Set noconfigdirs for ms1.
4242         * configure: Regenerate.
4244 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
4246         * MAINTAINERS (Write After Approval): Add self.
4248 2005-06-01  Josh Conner  <jconner@apple.com>
4250         * MAINTAINERS (Write After Approval): Add self.
4252 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
4254         * MAINTAINERS: Update my email address.
4256 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
4258         * MAINTAINERS (Write After Approval): Add self.
4260 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
4262         * MAINTAINERS (Write After Approval): Remove self.
4264 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
4266         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4267         (Dependencies): Consider target modules for bootstrap dependencies.
4268         Make target bootstrap modules depend on each stage's gcc.
4269         * Makefile.in: Regenerate.
4271 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
4273         * Makefile.def (configure-gcc): Depend on binutils having been built.
4274         (all-gcc): No need to do it here.
4275         * Makefile.in: Regenerate.
4277 2005-05-19  Paul Brook  <paul@codesourcery.com>
4279         * configure.in: Rewrite misleading error message when requested
4280         language cannot be built.
4281         * configure: Regenerate.
4283 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
4285         * ylwrap: Import from Automake 1.9.5.
4287 2005-05-13  David Ung  <davidu@mips.com>
4289         * MAINTAINERS (Write After Approval): Add self.
4291 2005-05-09  Mike Stump  <mrs@apple.com>
4293         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
4294         lt_cv_sys_max_cmd_len for now.
4296 2005-05-09  Stan Cox  <scox@redhat.com>
4298         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
4300 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
4302         * README.SCO: Update the URL.
4304 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
4306         * ltconfig: Define file_list_spec.  Pass file_list_spec and
4307         with_gnu_ld to libtool.
4308         * ltcf-c.sh (aix[45]): Define file_list_spec.
4309         * ltcf-cxx.sh (aix[45]): Same.
4310         * ltcf-gcj.sh (aix[45]): Same.
4311         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
4312         exists, write list of input files to temporary file.
4314 2005-05-04  Mike Stump  <mrs@apple.com>
4316         * configure.in: Always pass --target to target configures as
4317         otherwise rebuilds that do --recheck will fail.
4318         * confiugure: Rebuilt.
4320 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
4322         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4323         STAGE_HOST_EXPORTS.
4324         (configure, all): Add bootstrap support.
4325         (Host modules, target modules): Pass post-stage1 flags and exports.
4326         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4327         * Makefile.in: Regenerate.
4329 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
4331         * configure: Regenerate.
4333 2005-04-27  Mike Stump  <mrs@apple.com>
4335         * MAINTAINERS: Add self as darwin maintainer.
4337 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
4339         * config.sub: Update from master copy.
4341 2005-04-21  Mike Stump  <mrs@apple.com>
4343         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
4344         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
4346 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
4348         * configure.in <crisv32-*-*, cris-*-*>: New local variable
4349         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
4350         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
4351         "*-*-elf" and "*-*-linux*".
4352         * configure: Regenerate.
4354 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
4356         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
4358 2005-04-12  Mike Stump  <mrs@apple.com>
4360         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
4362 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
4364         * MAINTAINERS (Write After Approval): Add myself.
4366 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
4368         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
4370 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
4372         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
4373         (TARGET_CONFIGARGS): Include --with-target-subdir.
4374         (configure, all): New macros.  Use them throughout.
4375         * Makefile.in: Regenerate.
4377 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
4379         * MAINTAINERS (Write After Approval): Add myself.
4381 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4383         * MAINTAINERS: Remove 'loop unrolling' maintainer.
4385 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
4387         * MAINTAINERS: Move John Carr to Write After Approval.
4389 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
4391         * config/mh-mingw32: Delete.
4392         * configure.in: Don't use it.
4393         * configure: Regenerate.
4395 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
4397         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4398         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4399         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
4400         (HOST_LIB_PATH): Generate from Makefile.def.
4401         (TARGET_LIB_PATH): Likewise.
4402         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4403         * Makefile.in: Regenerate.
4404         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4405         (RPATH_ENVVAR): Include Darwin case.
4406         * configure: Regenerate.
4408 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
4410         * MAINTAINERS (Various Maintainers): Remove self.
4411         (Write After Approval): Add self.
4413 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
4415         * MAINTAINERS (Various Maintainers): Add self.
4417 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
4419         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4420         * configure: Regenerate.
4422 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
4424         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4425         gcc_version, and gcc_version_trigger from set of flags to pass.
4426         * Makefile.tpl: Remove definitions of above variables.
4427         (config.status): Remove dependency on $(gcc_version_trigger).
4428         * Makefile.in: Regenerate.
4429         * configure.in: Do not reference config/gcc-version.m4 nor
4430         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
4431         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
4432         * configure: Regenerate.
4434 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
4435             Andrew Pinski  <pinskia@physics.uc.edu>
4437         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4438         * Makefile.in: Regenerate.
4440 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
4442         * MAINTAINERS (Write After Approval): Add myself.
4444 2005-03-03  David Ayers  <d.ayers@inode.at>
4446         * MAINTAINERS (Write After Approval): Add myself.
4448 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
4450         PR libgcj/20160
4451         * ltmain.sh: Avoid creating archives with components that have
4452         duplicate basenames.
4454 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
4456         PR bootstrap/20250
4457         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4458         instead of check.
4459         * Makefile.in: Regenerate.
4461 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4463         * Makefile.in: Regenerate to fix conflict between the previous two
4464         patches.
4466 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4468         PR bootstrap/17383
4469         * Makefile.def (target_modules): Remove "stage", now unnecessary.
4470         * Makefile.tpl (HOST_SUBDIR): New substitution.
4471         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4472         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4473         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4474         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4475         (Host modules, Bootstrapped modules): Use it.
4476         (Build modules, Target modules): Do not create symlink trees,
4477         always configure out-of-srcdir.
4478         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4479         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4480         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4481         $(HOST_SUBDIR).  Create a symlink for host_subdir.
4483         * Makefile.in: Regenerate.
4484         * configure: Regenerate.
4486 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4488         Merged from libada-gnattools-branch:
4489         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4491         * gnattools: New directory.
4492         * Makefile.def: Add gnattools as a module, depending on target-libada.
4493         * Makefile.in: Regenerate.
4494         * configure.in: Include gnattools in host_tools; disable it if ada
4495         is disabled.
4496         * configure: Regenerate.
4498 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
4500         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
4501         treelang maintainer.
4502         (Write After Approval): Remove myself.
4504 2005-02-23  Paul Schlie  <schlie@comcast.net>
4506         * configure.in: Allow darwin targeted ports to build tk, itcl and
4507         libgui.
4508         * configure: Regenerate.
4510 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4512         PR libgcj/10353
4513         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4514         * configure: Regenerate.
4516 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
4518         * MAINTAINERS (Write After Approval): Add myself.
4520 2005-02-10  Ian Lance Taylor  <ian@airs.com>
4522         * MAINTAINERS: Update my e-mail address.
4524 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
4526         * MAINTAINERS (Write After Approval): Add myself.
4528 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
4530         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4531         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4532         target-libgloss when not *-*-elf and *-*-aout.
4533         * configure: Regenerate.
4535 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
4537         * MAINTAINERS: Remove obsolete entries.
4539         * MAINTAINERS (Write After Approval): Add Michael Matz.
4541 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
4543         * MAINTAINERS: Remove self as cpplib maintainer.
4545 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4547         * install-sh, config.sub: Import from upstream.
4549 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4551         PR bootstrap/18222
4552         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4553         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4554         * Makefile.in: Regenerate.
4556 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
4558         * MAINTAINERS: Update my email address.
4560 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
4561             Andreas Schwab  <schwab@suse.de>
4563         PR bootstrap/18033
4564         * config-ml.in: Eval option if surrounded by single quotes.
4566 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
4568         Revert 2004-12-28 Makefile changes, a better fix will be
4569         applied to mainline and src after GCC 4.0 branches.
4571 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
4573         PR bootstrap/17383
4575         * Makefile.def (target_modules): Remove stage parameter,
4576         it is always true now.
4577         * Makefile.tpl (configure-build-[+module+],
4578         configure-target-[+module+]): Always build symlink tree
4579         for the directory and for include.  BUILD_SUBDIR and
4580         TARGET_SUBDIR cannot be . anymore.
4581         * Makefile.in: Regenerate.
4583 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
4585         Revert 2004-12-08 Makefile changes.
4587 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
4589         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
4590         cygwin, mingw.
4592 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
4594         * configure.in (sh64-*-*): Reenable gprof.
4595         * configure: Regenerate.
4597 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
4599         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4600         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4601         (EXTRA_TARGET_FLAGS): Add PICFLAG.
4602         * Makefile.in: Regenerate.
4604 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
4606         * MAINTAINERS: Update my email address.
4608 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
4610         * Makefile.tpl: Generate normal dependencies if the LHS module is
4611         not bootstrapped.
4612         * Makefile.in: Regenerate.
4614 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4616         * configure.in: Include config/gxx-include-dir.m4.  Use
4617         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
4618         * configure: Regenerate.
4620 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4622         * config.if: Delete.
4623         * configure.in: Set libstdcxx_incdir directly.
4624         * configure: Regenerate.
4626 2004-12-02  Eric Christopher  <echristo@redhat.com>
4628         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
4629         * Makefile.in: Regenerate.
4631 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4633         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4634         * configure: Regenerate.
4636 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4638         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
4639         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
4640         * configure: Regenerate.
4642 2004-12-01  Eric Christopher  <echristo@redhat.com>
4644         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
4645         of things to remove.
4647 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
4649         * MAINTAINERS (Write After Approval): Update my e-mail address.
4651 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
4653         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
4654         from CVS libtool to always pass_all.
4656 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4658         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4659         (hppa*64*-*-*): Delete incorrect comment.
4660         * configure: Rebuilt.
4662 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4664         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
4666 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4668         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
4669         from CVS libtool to always pass_all.
4671 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4673         * install-sh, compile: Import from automake.
4675 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4677         * config.guess, config.sub:  Import from savannnah.
4679 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
4681         * MAINTAINERS (Write After Approval): Add myself
4683 2004-11-12  Mike Stump  <mrs@apple.com>
4685         * Makefile.def: Add html support.
4686         * Makefile.tpl: Likewise.
4687         * Makefile.in: Regenerate.
4689 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
4691         PR 18423
4692         * configure.in: Remove all instances of build-fixincludes from
4693         noconfigdirs.
4694         (build_configargs): Supply --target to subdirectories.
4695         * configure: Regenerate.
4697         * Makefile.def: Make gcc install depend on fixincludes install.
4698         * Makefile.in: Regenerate.
4700 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
4702         * MAINTAINERS: Add myself as gcc testsuite maintainer.
4704 2004-11-11  Paul Brook  <paul@codesourcery.com>
4706         * MAINTAINERS: Add self as arm maintainer.  Update email address.
4708 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
4710         * configure.in (noconfigdirs) [mmix-*-*]: Disable
4711         target-libgfortran.
4712         * configure: Regenerate.
4714 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
4716         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4717         like CC.
4719 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
4721         * Makefile.def (host fixincludes): Specify missing targets.
4722         * Makefile.in: Regenerate.
4724 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
4726         * MAINTAINERS: Add myself
4728 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
4730         * MAINTAINERS (Write After Approval): Add myself.
4732 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
4734         * Makefile.def: Build fixincludes for the host, too.
4735         * Makefile.in: Regenerate.
4736         * configure.in (host_tools): Add fixincludes.
4737         * configure: Regenerate.
4739 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
4741         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4742         * configure: Regenerated.
4744 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
4746         PR other/17783
4747         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4748         * configure: Regenerated.
4750 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
4752         * README.SCO: Update per FSF instructions.
4754 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
4756         PR target/18151
4757         * configure.in (case ${target}): Do not build fixincludes for avr.
4758         * configure: Regenerated.
4760 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
4762         * configure.in (case ${target}): Do not build fixincludes
4763         on platforms where it is not used.
4764         * configure: Regenerated.
4766 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
4768         * configure.in: Use an absolute path to install-sh.
4769         * configure: Regenerated.
4771 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
4773         * MAINTAINERS (Write After Approval): Add myself.
4775 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
4777         * MAINTAINERS: Remove from Write After Approval those that are
4778         already maintainers.
4780 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
4782         * MAINTAINERS:  Update my email address.
4784 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
4786         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4787         * configure: Regenerate.
4789 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
4791         * MAINTAINERS:  Update my email address.
4793 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
4795         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
4796         entries belonging to this category.
4798 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
4800         * MAINTAINERS: Update my e-mail address.
4802 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
4804         Fix wrong conflict resolution in:
4806         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4808         * Makefile.in: Regenerate.
4809         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4810         in the recursive `make', instead of hardwiring `all'.
4811         (Autogenerated TARGET-* variables): New.
4813 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
4815         * configure.in: Enable target-libgloss for crx-*-*.
4816         * configure: Regenerate.
4818 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4820         * MAINTAINERS (Various Maintainers): Move the "windows,
4821         cygwin, mingw" maintainer to ...
4822         (OS Port Maintainers): ... here.
4824 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4826         * MAINTAINERS (Write After Approval): Remove those that are
4827         maintainers of some subsystem.
4829 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
4831         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4832         * ltcf-cxx.sh (tpf*): Likewise.
4833         * ltconfig (tpf*): Add TPF OS configuration support.
4835 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
4837         * MAINTAINERS: Change my email address to my new work account.
4839 2004-09-24  Michael Roth  <mroth@nessie.de>
4841         * configure.in (--without-headers): Add missing double quotes.
4842         * configure: Regenerate.
4844 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
4846         * ylwrap: Revert to previous version.
4848 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
4850         PR bootstrap/17369
4851         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4852         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4853         SET_GCC_LIB_PATH_CMD.
4854         (BASE_TARGET_EXPORTS): Likewise.
4855         * Makefile.in: Regenerated.
4857         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4858         * configure: Regenerated.
4860 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
4862         * config.guess: New upstream version
4863         * compile, depcomp, install-sh, ylwrap: Likewise.
4865 2004-09-19  Roger Sayle  <roger@eyesopen.com>
4867         * config/mh-x86omitfp: New host makefile fragment.  Add
4868         -fomit-frame-pointer to the default BOOT_CFLAGS.
4869         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4870         * configure: Regenerate.
4872 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
4874         PR target/11572
4875         * configure.in (*-*-darwin*): Renable libobjc.
4876         * configure: Regenerate.
4878 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
4880         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
4882 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
4884         * Makefile.def: Remove libbanshee.
4885         * Makefile.tpl: Ditto.
4886         * configure.in: Ditto.
4887         * Makefile.in: Regen.
4888         * configure: Ditto.
4890 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
4892         * ltmain.sh: Use $pic_object as $non_pic_object if
4893         $non_pic_object=none.
4895 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
4897         * missing: Import latest version from master repository.
4899 2004-09-06  Nick Clifton  <nickc@redhat.com>
4901         * config.sub: Import latest version from master repository.
4902         * config.guess: Likewise.
4903         This includes these changes:
4905         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
4907         * config.sub: Handle crisv32, alias etraxfs.
4908         * config.guess (crisv32:Linux:*:*): Handle.
4910         2004-08-13  Brad Smith  <brad@comstyle.com>
4912         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4913         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4915         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
4917         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4918         assume the processor is a powerpc.  This is because coreutils
4919         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4920         in this case, due to a MacOS X bug that causes
4921         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4922         to return a negative number.
4923         Problem reported by Petter Reinholdtsen in:
4924         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4926         2004-07-19  Ben Elliston  <bje@gnu.org>
4928         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4930         2004-06-24  Ben Elliston  <bje@gnu.org>
4932         * config.guess: Update copyright years.
4933         * config.sub: Likewise.
4935         2004-06-22  Robert Millan  <robertmh@gnu.org>
4937         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4938         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4940         2004-06-22  Stanley F. Quayle <stan@stanq.com>
4942         * config.guess (*:*VMS:*:*): New entry. Replaces
4943         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4944         manufacturer.
4946         2004-06-22  Ben Elliston  <bje@gnu.org>
4948         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4949         * config.sub: Likewise.
4951         2004-06-22  Ben Elliston  <bje@gnu.org>
4953         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4954         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4956         2004-06-11  Ben Elliston  <bje@gnu.org>
4958         * config.guess (pegasos:OpenBSD:*:*): Remove.
4960         2004-06-11  Ben Elliston  <bje@gnu.org>
4962         From Wouter Verhelst <wouter@grep.be>:
4963         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4965         2004-06-11  Ben Elliston  <bje@gnu.org>
4967         * config.guess (luna88k:OpenBSD:*:*): New.
4969         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
4971         * config.guess (m32r*:Linux:*:*): New case.
4972         * config.sub: Handle m32rle.
4974         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
4976         From Jens Petersen  <petersen@redhat.com>:
4977         * config.sub: Handle sparcv8.
4979         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
4981         From Tom Smith <smith@cag.lkg.hp.com>:
4982         * config.guess: Version suffixes are equally significant on Tru64
4983         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
4984         prefix of "P" (patched kernel).
4986         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
4988         * config.sub: Add support for National Semiconductor CRX target.
4990 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
4992         * MAINTAINERS (Various Maintainers): Remove myself as web page
4993         maintainer, add myself as maintainer of build status lists.
4995 2004-09-03  Jan Beulich  <jbeulich@novell.com>
4997         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4998         *-*-netware, but add target-libmudflap.
4999         Consolidate *-*-netware targets (of which really only i?86 exists)
5000         into a single entry.
5001         * configure: Likewise.
5003 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
5005         * Makefile.tpl (sorry): Remove.
5006         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5007         (cleanstrap targets): Depend on distclean, not distclean-stage1.
5008         (do-clean): Clean per-stage directories too.
5009         (do-distclean): Run distclean-stage1 too.
5010         (.NOTPARALLEL): Enable during toplevel bootstrap.
5011         (stage[+id+]-bubble): Enable parallel execution during
5012         the recursive invocation.
5013         * Makefile.in: Regenerate.
5015         Fix previous checkin:
5017         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5018         include.
5019         * configure.in: Fix indentation.
5020         * configure: Regenerate.
5022 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
5024         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5025         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5026         * configure: regenerate
5027         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5028         -mdynamic-no-pic
5030 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
5032         * Makefile.def (build_modules): Add fixincludes.
5033         (dependencies): Make gcc depend on fixincludes.
5034         * configure.in (build_tools): Add fixincludes.
5035         (build_configdirs): Always include build_libs.
5036         * Makefile.in: Regenerate.
5037         * configure: Regenerate.
5039 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
5041         * Makefile.def (bootstrap stages): Add 'lean' parameter.
5042         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5043         phony targets; do not generate timestamp files.
5044         (distclean-stageN): Remove references to their timestamp files.
5045         (restageN, touch-stageN): Remove.
5046         (stageN-bubble): Rewritten.
5047         (compare): Support lean bootstraps.
5048         * Makefile.in: Regenerate.
5050         * configure.in: Only warn when bootstrapping but
5051         build != host or build != target.  Support lean bootstraps.
5052         * configure: Regenerate.
5054 2004-08-26  Phil Edwards  <phil@codesourcery.com>
5056         * configure.in:  Give a better error message if GMP/MPFR are missing
5057         and a language needing them has been requested.
5058         * configure:  Regenerated.
5060 2004-08-25  Phil Edwards  <phil@codesourcery.com>
5062         * configure.in:  Print a list of available language front-ends if
5063         a requested one is missing.  Tidy stray tab characters.
5064         * configure:  Regenerated.
5066 2004-08-19  Michael Koch  <konqueror@gmx.de>
5068         * gcc/doc/install.texi: Update entry about automake for libjava.
5070 2004-08-17  Robert Millan  <robertmh@gnu.org>
5072         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5073         (instead of FreeBSD).
5074         * configure: Regenerate.
5076 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5078         * Makefile.in: Regenerate.
5079         * configure: Regenerate.
5081         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5082         stage_*_flags.
5083         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5084         for bootstrapped modules if toplevel bootstrap is going.
5085         (GCC bootstrap): Generate per-stage targets for all bootstrapped
5086         modules.  Adjust for changes in Makefile.def.  Enable several
5087         rules even in non-bootstrap mode, just to avoid peppering the
5088         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5089         (stage-[+prev+]-bubble): Remove.
5091         * Makefile.def (Dependencies): Depend on all-build-bison,
5092         all-build-flex, all-build-byacc, all-build-texinfo, rather
5093         than the host variations.
5094         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
5095         with BUILD_SUBDIR.
5096         (BISON): Update for recent Bisons.
5097         (YACC): Fix typo.
5098         (cross): Depend on all-build.
5099         (all): Do not depend on all-build.
5100         (prebootstrap): Remove.
5101         (dep-kind): Accept separate prefixes for MODULE and ON variables.
5102         (Prebootstrap dependencies): Add them to the per-stage targets
5103         and to all-prebootstrap.
5104         * configure.in (build_configdirs): Always enable build_tools.
5105         (BUILD_DIR_PREFIX): Remove.
5107         * Makefile.def (gcc): Add target variable.
5108         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5109         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5110         in the recursive `make', instead of hardwiring `all'.
5111         (Autogenerated TARGET-* variables): New.
5113 2004-08-13  Brian Booth  <bbooth@redhat.com>
5115         * MAINTAINERS: Remove myself from write-after-approval.
5117 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5119         * src-release: Stop distributing mmalloc with gdb (which doesn't
5120         use it).
5121         * Makefile.def: GDB doesn't depend on mmalloc anymore.
5122         * Makefile.in: Regenerate.
5124 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
5126         * configure.in (arm*-*-eabi*): New target.
5127         * configure: Regenerate.
5129 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
5131         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5132         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5133         (Dependencies): New section.
5134         * Makefile.tpl (Dependencies): Generate from Makefile.def.
5135         (configure-target-[+module+]): Depend on maybe-all-gcc
5136         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
5137         (toplevel profiledbootstrap): Fix dependencies.
5138         * Makefile.in: Regenerate.
5140 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
5142         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5143         target-libiberty to noconfigdirs.
5144         * configure: Regenerate.
5146 2004-08-03  Paul Brook  <paul@codesourcery.com>
5148         * configure.in: Check for MPFR as well as GMP.
5149         * configure: Regenerate.
5151 2004-08-01  Robert Millan  <robertmh@gnu.org>
5153         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5154         libmudflap for all GNU-based systems (with Glibc).
5155         * configure: Regenerate.
5157 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
5159         * Makefile.def (host-modules): Add gcc.
5160         * Makefile.in: Regenerate.
5161         * Makefile.tpl (sorry): New rule.
5162         (configure-host, all-host, [+make_target+]-host, do-check,
5163         install-host): Do not add gcc as a special case.
5164         (host modules): Add a small special-casing for gcc.  Export
5165         extra_make_flags through the environment.
5166         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5167         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5168         other recursive targets for gcc): Remove.
5170         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5171         (stage, unstage): New rules.
5172         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5173         distclean-stage[+id+]): Use stage_current.
5174         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5175         the stage*-start rules.
5177 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
5179         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
5180         use -all_load flag.
5182 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
5184         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
5185         * configure: Regenerate.
5187 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
5189         * maintainer-scripts/gcc_release: Revert yesterday's change.
5191 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
5193         * MAINTAINERS: Add myself to write-after-approval.
5195 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
5197         * libf2c: Removed.
5198         * gcc/gccbug.in: Updated because of libf2c removal.
5199         * maintainer-scripts/gcc_release: Ditto.
5201 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
5203         * configure.in: Build libmudflap by default on FreeBSD.
5204         * configure: Regenerated.
5206 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
5208         * configure.in: Do not build libmudflap by default on non-GNU/Linux
5209         systems.
5210         * configure: Regenerated.
5212 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5214         PR target/16344
5215         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5216         feedback based compiler.
5217         * Makefile.in: Rebuilt.
5219 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
5221         * Makefile.def (host_modules): Set bootstrap=true for flex.
5222         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5223         * Makefile.in: Rebuilt.
5225 2004-07-07  Jan Hubicka  <jh@suse.cz>
5227         * MAINTAINERS: Add self as a profile feedback maintainer.
5229 2004-07-05  Phil Edwards  <phil@codesourcery.com>
5231         * configure.in:  Do not prepend $srcdir to /dev/null in
5232         makefile fragments.
5233         * configure:  Regenerate.
5235 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
5237         * Makefile.def (build_modules): Add bison, byacc, flex,
5238         m4, texinfo.
5239         (flags_to_pass): Add FLEX.
5240         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5241         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5242         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5243         DEFAULT_MAKEINFO): Remove.
5244         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5245         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5246         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5247         objdir or else use configured tool.
5248         (all-build): New.
5249         (all): Depend on it.
5250         (Build module dependencies): Add.
5251         * Makefile.in: Regenerate.
5252         * configure.in: Better support for multiple build modules,
5253         matching what is done for host/target modules.  Do not look
5254         for "plausible" locations of build tools if Canadian cross.
5255         Use autoconf's AC_PROG_CC to find a C compiler.  Define
5256         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
5257         * configure: Regenerate.
5259 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
5261         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5262         * Makefile.in: Regenerate.
5264 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
5266         * Makefile.tpl (configure-build-[+module+],
5267         configure-[+module+], configure-target-[+module+]): Pass
5268         [+extra_configure_args+].
5269         (all-build-[+module+], all-[+module+], check-[+module+],
5270         install-[+module+], [+make_target+]-[+module+],
5271         all-target-[+module+], check-target-[+module+],
5272         install-target-[+module+], [+make_target+]-target-[+module+]):
5273         Pass [+extra_make_args+].
5274         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5275         (GCC_HOST_EXPORTS): Remove.
5276         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5277         cross, check-gcc, check-gcc-c++, install-gcc,
5278         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5279         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5280         * Makefile.in: Regenerate.
5282 2004-06-21  Matthew Sachs  <msachs@apple.com>
5284         * MAINTAINERS: Added self to write-after-approval.
5286 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
5288         * configure.in: Check for srcdir/winsup rather than build directory
5289         winsup.
5290         * configure: Regenerate.
5292 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
5294         * configure.in: Don't build Cygwin native newlib if winsup
5295         directory is missing.  Emit warning instead.
5296         * configure: Regenerate.
5298 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
5300         * Makefile.tpl (touch-stage[+id+]): New.
5301         (restage[+prev+]): Depend on touch-stage[+id+].
5303         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5304         Use it throughout.
5306         * Makefile.def: Add profile and feedback bootstrap stages.
5307         Remove next field from bootstrap stages.
5308         * Makefile.tpl (LN, LN_S): Substitute.
5309         (stageN-start, stageN-end): Use double-colon rules, to
5310         provide a hook for additional setup commands.
5311         (distclean-stageN-gcc, restageN): Create dependencies from
5312         [+prev+], not from [+next+].
5313         (stageN-bubble): Add commands for successive stages from
5314         [+prev+], using double-colon rules.
5315         (all-stageN-gcc): Fix typo.
5316         (stagefeedback-start, profiledbootstrap): New.
5317         * Makefile.in: Regenerate.
5318         * configure.in: Call ACX_PROG_LN.
5319         * configure: Regenerate.
5321 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
5323         * MAINTAINERS (Write After Approval): Add myself.
5325 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
5327         * MAINTAINERS (Write After Approval): Add myself.
5329 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
5331         * configure.in: Fix --enable-bootstrap breakage introduced in trees
5332         without gcc.
5333         * configure: Regenerate.
5335 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5337         * Makefile.tpl: Fix typo.
5338         * Makefile.in: Regenerate.
5340 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5342         * configure.in: Remove new- prefix from toplevel
5343         bootstrap targets.
5344         * configure: Regenerate.
5346 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5348         * Makefile.tpl (all.normal): Rename to all.
5349         (all): Replace with a rule to pick the default
5350         target from configure.
5351         (all-gcc, configure-gcc): Use conditionals to
5352         do nothing when toplevel bootstrap is going on.
5353         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5354         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5355         * configure.in: Support --enable-bootstrap.
5357         * Makefile.def: Remove new- prefix from toplevel
5358         bootstrap targets.
5359         * Makefile.tpl: Likewise.
5361         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
5362         target.
5364         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5365         $(RECURSE_FLAGS) to recursive invocation of make.
5367         * Makefile.in: Regenerate.
5368         * configure: Regenerate.
5370 2004-05-30  Andreas Jaeger  <aj@suse.de>
5371             Jim Wilson  <wilson@specifixinc.com>
5373         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5374         like CC.
5376 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
5378         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5379         * configure: Regenerate.
5381 2004-05-25  Daniel Jacobowitz  <drow@false.org>
5383         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5384         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5385         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
5386         targets.
5387         * Makefile.in: Regenerate.
5389 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
5391         * configure.in: Test the ability to symlink directories.
5392         * configure: Regenerate.
5394         * Makefile.def (bootstrap-stage): New definitions.
5395         * Makefile.tpl (configure-stage1-gcc,
5396         configure-stage2-gcc, configure-stage3-gcc,
5397         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5398         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5399         new-restage3, compare): Autogenerate, see Makefile.in
5400         entry for behavioral changes.
5401         (distclean-stage1, new-stage1-start, new-stage1-end,
5402         new-stage1-bubble, distclean-stage2, new-stage2-start,
5403         new-stage2-end, new-stage2-bubble, distclean-stage3,
5404         new-stage3-start, new-stage3-end): New autogenerated targets.
5405         (objext, prebootstrap, BOOT_CFLAGS,
5406         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5407         targets.
5409         * Makefile.in: Regenerate.
5410         (distclean-stage1, new-stage1-start, new-stage1-end,
5411         new-stage1-bubble, distclean-stage2, new-stage2-start,
5412         new-stage2-end, new-stage2-bubble, distclean-stage3,
5413         new-stage3-start, new-stage3-end): New targets.
5414         (all-stage1-gcc): Move prebootstrap dependency from here...
5415         (configure-stage1-gcc): ...to here.
5416         (new-bootstrap): Use bubble targets.
5417         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5418         Use per-stage distclean targets.
5419         (configure-stage1-gcc, configure-stage2-gcc,
5420         configure-stage3-gcc, all-stage1-gcc,
5421         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5422         Use new-stageN-start to prepare the tree.
5424 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
5426         * Makefile.def (host_modules): add libcpp.
5427         * Makefile.tpl: Add dependencies on and for libcpp.
5428         * Makefile.in: Regenerate.
5429         * configure.in: Add libcpp host module.
5430         * configure: Regenerate.
5432 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
5434         * Makefile.tpl: Whenever a recursive target is defined, wrap
5435         it in a special @if/@endif block, and prepare its maybe
5436         dependency in the @if/@endif block
5437         * configure.in: Instead of writing maybe dependencies, remove
5438         the @if/@endif statements, and remove the @if/@endif blocks
5439         that remain.
5440         * configure: Regenerate.
5441         * Makefile.in: Regenerate.
5443 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
5445         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
5447 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
5449         PR bootstrap/15120
5450         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
5451         * */configure: Rebuilt.
5453 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
5455         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5456         of libf2c.
5457         * configure, Makefile.in: Regenerate.
5459 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
5461         * MAINTAINERS (Write After Approval): Add myself.
5463 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
5465         Merge from tree-ssa-20020619-branch.
5467         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5468         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5469         (HOST_GMPLIBS): Define.
5470         (HOST_GMPINC): Define.
5471         (TARGET_LIB_PATH): Add libmudflap.
5472         (GFORTRAN_FOR_TARGET): Define.
5473         (configure-build*): Export GFORTRAN.
5474         (configure-gcc): Export GMPLIBS and GMPINC.
5475         (all-gcc): Add maybe-all-libbanshee.
5476         (configure-target-libgfortran): Define.
5477         * Makefile.in: Regenerate.
5478         * configure.in (host_libs): Add libbanshee.
5479         (target_libraries): Add target-libmudflap and target-libgfortran.
5480         Add --with-libbanshee.
5481         Handle --disable-libmudflap.
5482         (*-*-freebsd*): Use with_gmp.
5483         Add $(libgcj) to noconfigdirs.
5484         * configure: Regenerate.
5485         * depcomp: New file.
5486         * MAINTAINERS: Add tree-ssa maintainers.
5488 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
5490         * MAINTAINERS (Various Maintainers): Add myself.
5492 2004-04-30  Brian Ford  <ford@vss.fsi.com>
5494         * MAINTAINERS (Write After Approval): Add myself.
5496 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
5498         * MAINTAINERS (Write After Approval): Add myself.
5500 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
5502         * config/acx.m4: Fix fastcompare support for new-bootstrap.
5503         * configure: Regenerate.
5505 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
5507         Revert:
5508         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5510         * Makefile.def (flags_to_pass): Remove *dir variables that
5511         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5512         as well as prefix and exec_prefix.
5513         * Makefile.in: Regenerate.
5515 2004-04-26  Robert Millan  <robertmh@gnu.org>
5517         Add patches from libtool CVS.
5518         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5519         * ltconfig: Likewise.
5520         * ltcf-c.sh: Likewise.
5521         * ltcf-cxx.sh: Likewise.
5522         * ltcf-gcj.sh: Likewise.
5524 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5526         * Makefile.def (host_modules): Mark with the bootstrap
5527         flag packages on which gcc depends.
5528         * Makefile.tpl (all-bootstrap): Use it.
5529         * Makefile.in: Regenerate.
5531 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5533         * Makefile.def (flags_to_pass): Remove *dir variables that
5534         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5535         as well as prefix and exec_prefix.
5536         * Makefile.in: Regenerate.
5538 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5540         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5541         * configure: Regenerate.
5542         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5543         * gcc/Makefile.tpl (compare): Use the result of the test.
5544         * gcc/Makefile.in: Regenerate.
5546 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
5548         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5549         Always relocate gcc and prev-gcc to the original names, even
5550         if the build fails.
5551         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5552         New targets.
5554 2004-04-23  Laurent GUERBY <laurent@guerby.net>
5556         * MAINTAINERS: Update my email address.
5558 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5560         * configure.in (mips*-*-irix5*): Enable ld.
5561         * configure: Regenerate.
5563 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5565         * configure: Regenerate.
5567 2004-04-15  James E Wilson  <wilson@specifixinc.com>
5569         * Makefile.tpl (configure-[+module+], configure-gcc,
5570         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5571         Set and export LDFLAGS.
5572         * Makefile.in: Regenerate.
5574 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
5576         * MAINTAINERS: Add myself to write-after-approval.
5578 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5580         PR bootstrap/14871
5581         * Makefile.tpl: If we don't have built-in-tree target tools,
5582         use the ones found by configure rather than hacking around with
5583         program_transform_name.
5584         * configure.in: Give Makefile.tpl the information necessary
5585         to do that.
5586         * Makefile.in: Regenerate.
5587         * configure: Regenerate.
5589 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
5591         PR bootstrap/14760
5592         * configure.in: When computing baseargs, strip *all* copies of
5593         offending options.  Also, don't match/substitute the trailing space,
5594         so that this actually works when two similar options are separated by
5595         only one space.
5596         * configure: Regenerate.
5598 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
5600         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5601         (rs6000-*-aix*): Same.
5602         * configure: Regenerate.
5604 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
5606         * MAINTAINERS: Add myself to write-after-approval.
5608 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
5610         * MAINTAINERS: Add myself to write-after-approval.
5612 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
5614         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5615         STRICT_WARN, WARN_CFLAGS flags passed down to make.
5616         * Makefile.in: Regenerate.
5618         * configure.in (top level bootstrap support): Rework --enable-werror
5619         to set @stage2_werror_flag@.
5620         * configure: Regenerate.
5621         * Makefile.tpl (top level bootstrap support): Pass
5622         @stage2_werror_flag@ down to configure in stages 2 and 3.
5623         * Makefile.in: Regenerate.
5625 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5627         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5628         for stages 2 and 3 as well as in make.  As a consequence, remove
5629         OUTPUT_OPTION (now detected by configure) from the flags passed down
5630         to make.
5631         * Makefile.in: Regenerate.
5633         * Makefile.tpl (new-bootstrap): Fix typo.
5634         * Makefile.in: Regenerate.
5636 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
5638         * Makefile.tpl: Rearrange by moving recursive_targets rules
5639         into their proper sections.
5640         * Makefile.tpl (top level bootstrap support): Move disabling
5641         of coverage flags from 'make' to 'configure'; improve comments.
5642         * Makefile.in: Regenerate.
5644         * Makefile.tpl (experimental top level bootstrap) Move stage1
5645         language setting from all- target to configure- target; disable
5646         intermodule optimization in stage 1; prevent gratuitous rebuilds
5647         of stage 1.
5648         * Makefile.in: Regenerate.
5649         * configure.in: Comma-separate stage 1 language list for top
5650         level bootstrap.
5651         * configure: Regenerate.
5653         * Makefile.tpl: Clean up experimental top level bootstrap support:
5654         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5655         prev-gcc in configure- targets as well as all- targets.
5656         * Makefile.in: Regenerate.
5658 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
5660         * compile: New file imported from automake.
5662 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
5664         * configure.in: Remove symbolic link section.
5665         * configure: Regenerate.
5666         * Makefile.tpl (links): Remove.
5667         * Makefile.in: Regenerate.
5669 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
5670             Nathanael Nerode  <neroden@gcc.gnu.org>
5672         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
5673         Set with AC_CHECK_PROGS.
5674         * configure.in: Fix comment typo from last patch.
5675         * configure: Regenerate.
5677 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
5679         * Makefile.tpl: Introduce experimental top level bootstrap support.
5680         * Makefile.in: Regenerate.
5681         * configure.in: Introduce support for top level bootstrap.
5682         * configure: Regenerate.
5684 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5685             Paolo Bonzini  <bonzini@gnu.org>
5687         PR bootstrap/14522
5688         * configure.in: Cope with shells that do not support unquoted ^
5689         * configure: Regenerate.
5691 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5692             Paolo Bonzini  <bonzini@gnu.org>
5694         PR bootstrap/14522
5695         * configure.in: Cope with shells that do not support nesting
5696         quotes inside quoted backquote substitutions.
5697         * configure: Regenerate.
5699 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
5701         PR bootstrap/14522
5702         * configure.in: Fix escaping of $.
5703         * configure: Regenerate.
5705 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
5707         * configure: Regenerate, since I forgot to while committing Paolo's
5708         changes.
5710 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
5712         PR ada/14131
5713         Move language detection to the top level.
5714         * configure.in: Find default values for the tools as
5715         soon as possible.  Disable ada if GNAT is not found.
5716         Emit error message about missing languages.  Expand
5717         --enable-languages=all for the gcc subdirectory.
5719 2004-03-10  Ben Elliston  <bje@gnu.org>
5721         * MAINTAINERS: Update my email address.
5723 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
5725         * ltconfig: Disable building static libraries if building shared
5726         libraries on AIX 5L.
5728 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
5730         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5731         and disable libgcj.
5732         * configure: Regenerated.
5734 2004-03-01  Brian Booth  <bbooth@redhat.com>
5736         * MAINTAINERS: Add myself to write-after-approval.
5738 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
5740         * MAINTAINERS: Add myself to write-after-approval.
5742 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5744         PR bootstrap/7087
5745         * Makefile.tpl: Guard XFOO sed statements better.
5746         * Makefile.tpl: Add dependency for configure-target-libada.
5747         * Makefile.in: Regenerate (incidentally fixes broken
5748         commit when libada-branch was merged).
5750 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
5752         * MAINTAINERS: Add myself to write-after-approval.
5754 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
5756         * MAINTAINERS: Add Nicola Pero and myself as libobjc
5757         maintainers.
5759 2004-02-20  Andrew Cagney  <cagney@redhat.com>
5761         * config.guess: Update from version 2003-10-16 to 2004-02-16.
5762         * config.sub: Update from version 2003-11-03 to 2004-02-16.
5764 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5766         PR bootstrap/11932
5767         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5769 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
5771         * MAINTAINERS: Added myself to write-after-approval.
5773 2004-02-14  Michael Koch  <konqueror@gmx.de>
5775         * MAINTAINERS: Added myself to write-after-approval.
5777 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
5779         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
5780         some OS port maintainers to OS port maintainers section.
5782 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
5784         * MAINTAINERS: Add self.
5786 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
5788         * MAINTAINERS: Alphabetize.
5790 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
5792         * MAINTAINERS: Remove myself.
5794 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
5796         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5797         (rs6000-*-aix*): Same.
5798         * configure: Regenerate.
5800 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
5802         * configure.in (host): Add in missing $noconfigdirs to defines.
5803         * configure: Regenerate.
5805 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
5806             Nathanael Nerode  <neroden@gcc.gnu.org>
5808         PR ada/6637, PR ada/5911
5809         Merge with libada-branch:
5810         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5811         with appropriate dependencies. Add --enable-libada configure switch.
5812         * configure, Makefile.in: Regenerate.
5814 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
5816         * MAINTAINERS: Add myself to write-after-approval.
5818 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5820         * configure.in: Don't pass --with-stabs on IRIX 5 either.
5821         * configure: Regenerate.
5823 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
5825         Merge from upstream:
5827         * ltmain.in: When setting IFS to '~', be careful about user
5828         arguments that contain '~'.
5830         2004-02-04  Peter O'Gorman  <peter@pogma.com>
5832         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
5833         Also test $base_compile against $CC with escaped arguments. Bug
5834         reported by Geoff Keating <geoffk@apple.com>.
5836 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
5838         * MAINTAINERS: Remove i960 port.
5840 2004-01-23  DJ Delorie  <dj@redhat.com>
5842         * Makefile.def (target_modules) [libiberty]: Don't stage.
5843         * Makefile.in: Rebuilt.
5845 2004-01-20  Caroline Tice  <ctice@apple.com>
5847         * MAINTAINERS: Add myself to write-after-approval.
5849 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
5851         * MAINTAINERS: Update my email address.
5853 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
5855         * MAINTAINERS: Add myself to write-after-approval.
5857 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5859         * MAINTAINERS: Remove entries without email address.
5861 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
5863         * MAINTAINERS: Add myself to write-after-approval.
5865 2004-01-15  Steven Bosscher  <stevenb@suse.de>
5867         * MAINTAINERS: Update my email address.
5869 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
5871         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5872         * Makefile.tpl (configure-target-[+module+]): Support stage.
5873         * Makefile.in: Rebuilt.
5875 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
5877         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
5879 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
5881         * MAINTAINERS: Add myself as a MIPS maintainer.
5883 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5885         * configure.in: Use ./config.cache, not config.cache.
5886         * configure: Regenerate.
5887         * Makefile.tpl: Special-casing not needed for GCC any more.
5888         * Makefile.in: Regenerate.
5890         * configure.in: Don't share a cache file for host dirs.
5891         * configure: Regenerate.
5893         * config-ml.in: Don't mess with the cache file.
5895 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5897         * MAINTAINERS: Move myself from 'Write After Approval' to
5898         'CPU Port Maintainers' section as SPARC maintainer.
5900 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5902         * Makefile.tpl: Make GCC use a separate config.cache.
5903         * Makefile.in: Regenerate.
5905         PR bootstrap/11932, PR bootstrap/11933
5906         (I don't know if it will fix either of them, but it relates
5907         to them.)
5908         * configure.in: Don't use shared config.cache for target
5909         directories.
5910         * configure: Regenerate.
5912 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
5914         * MAINTAINERS: Add myself to 'Write After Approval' section.
5916 2003-12-31  Roger Sayle  <roger@eyesopen.com>
5918         * configure.in (ia64*-*-hpux*): Disable building java libraries.
5919         * configure: Regenerated.
5921 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
5923         * MAINTAINERS: Remove the mn10200 maintainer.
5925 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
5927         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5928         * configure: Regenerated.
5930 2003-12-16  Jan Hubicka  <jh@suse.cz>
5932         * MAINTAINERS: Add myself as callgraph maintainer.
5934 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
5936         * configure.in (raw_libstdcxx_flags): Remove the leading space.
5937         * configure: Regenerate.
5939 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5941         * MAINTAINERS: Move myself from 'Bug database only accounts' to
5942         'Write After Approval' section. Update email.
5944 2003-12-01  James Lemke  <jim@wasabisystems.com>
5946         * MAINTAINERS (Write After Approval): Add myself.
5948 2003-11-20  Matt Thomas  <matt@3am-software.com>
5950         * MAINTAINERS: Add myself as a vax port maintainer.
5952 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
5954         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5955         (configure-build-[+module+], configure-[+module+]): Likewise.
5956         (configure-target-[+module+], configure-gcc, config.status): Likewise.
5957         * Makefile.in: Regenerate.
5959 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
5961         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
5962         shared/dylibed libraries.
5963         * ltmain.sh: Likewise.
5964         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
5965         * ltcf-cxx.sh: Likewise.
5966         * ltcf-gcj.sh: Likewise.
5967         * ltconfig: Likewise.
5969 2003-11-17  Stan Cox  <scox@redhat.com>
5971         * MAINTAINERS: Add myself as iq2000 port maintainer.
5973 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
5975         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5976         * Makefile.in: Regenerate.
5978 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
5980         * config.sub: Update to 2003-11-03 version.
5982 2003-10-20  Phil Edwards  <phil@codesourcery.com>
5984         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
5985         * configure:  Regenerate.
5987 2003-10-20  Nicolas Pitre  <nico@cam.org>
5989         * MAINTAINERS: Add myself to 'Write After Approval' section.
5991 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
5993         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
5995 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
5997         * MAINTAINERS: Update my email address.
5999 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6001         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
6003 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
6005         * MAINTAINERS: Add myself to 'Write After Approval' section.
6007 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
6009         * config.guess: Update to 2003-10-16 version.
6010         * config.sub: Update to 2003-10-16 version.
6012 2003-10-15  David Daney  <ddaney@avtrex.com>
6014         * MAINTAINERS: Added myself to 'Write After Approval' section.
6016 2003-10-15  Falk Hueffner  <falk@debian.org>
6018         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6019         'Write After Approval' section. Update email.
6021 2003-10-14  Roger Sayle  <roger@eyesopen.com>
6023         * MAINTAINERS: Move myself from 'Write After Approval' to
6024         'Various Maintainers' section as middle-end maintainer.
6026 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6028         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6029         HOST_FLAGS_TO_PASS.
6030         * Makefile.in: Regenerate.
6032 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
6034         * config.guess: Update to 2003-10-07 version.
6035         * config.sub: Update to 2003-10-07 version.
6037 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6039         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
6040         * ltconfig (irix5*, irix6*): Don't override version_type.
6042 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
6044         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6045         * configure: Rebuilt
6046         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6047         * Makefile.in: Rebuilt
6049 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
6051         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6053 2003-09-30  Carlo Wood  <carlo@alinoe.com>
6055         * MAINTAINERS (Write After Approval): Add myself.
6057 2003-09-29  Paul Koning  <ni1d@arrl.net>
6059         * MAINTAINERS: Move myself from "Write After Approval"
6060         to CPU platform maintainers for pdp11 platform.
6062 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
6064         * MAINTAINERS: Move myself from 'Write After Approval' to
6065         'Various Maintainers' section as libffi testsuite maintainer.
6067 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
6069         * configure.in: Pass a computed --program-transform-name
6070         to subconfigures.
6071         * configure: Regenerated.
6073 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6075         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6076         * Makefile.in: Regenerate.
6078         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6079         * Makefile.in: Regenerate.
6081 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
6083         * MAINTAINERS: Move myself from 'Write After Approval'
6084         to 'Various Maintainers' (objective-c) section.
6086 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
6088         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6089         quoting.
6090         * configure: Regenerated.
6092 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
6094         * MAINTAINERS (Write After Approval): Add myself to write after
6095         approval list.
6097 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
6099         * MAINTAINERS (Write After Approval): Add myself.
6101 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
6103         * MAINTAINERS: Update my e-mail address.
6105 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
6107         * libtool.m4 (LD): Correct powerpc64 host match.
6109 2003-09-06  James E Wilson  <wilson@tuliptree.org>
6111         * MAINTAINTERS: Update my affiliation and email address.
6113 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6115         * MAINTAINERS (Write After Approval): Add myself.
6117 2003-09-04  DJ Delorie  <dj@redhat.com>
6119         * configure: Regenerate.
6121 2003-09-04  Robert Millan  <robertmh@gnu.org>
6123         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6125 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6127         * configure.in: Ensure arguments to sed are properly spaced.
6128         * configure: Regenerate.
6130 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
6132         * MAINTAINERS: Update my e-mail address.
6134 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
6136         * MAINTAINERS (Write After Approval): Add myself.
6138 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
6140         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6141         * configure: Regenerated.
6143 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6145         * MAINTAINERS: Update my email address.
6147 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
6149         * configure.in:  Use newline instead of semicolon when assuming
6150         shell arguments in a for loop.
6151         * configure:  Regenerated.
6153 2003-08-22  Jason Eckhardt  <jle@rice.edu>
6155         * MAINTAINERS: Resurrect the i860 maintainer.
6157 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
6159         PR 8180
6160         * configure.in: When testing with_libs and with_headers, treat
6161         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
6162         * configure: Regenerate.
6164         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6165         make, shell, etc.
6166         (baseargs): Likewise.
6167         * configure: Regenerate.
6169 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
6171         * MAINTAINERS (Write After Approval): Add myself.
6173 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
6175         * configure.in: Disable libgcj for darwin not on powerpc.
6176         * configure: Rebuild.
6178 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
6180         * config-ml.in, symlink-tree: Add license.
6182 2003-08-03  Richard Stallman  <rms@gnu.org>
6183             Eben Moglen  <moglen@columbia.edu>
6185         * README.SCO: New file.
6187 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
6189         * Makefile.tpl (check, check-c++): Express dependencies using
6190         dependencies rather than commands.
6191         * Makefile.in: Regenerate.
6193 2003-08-01  Andrew Cagney  <cagney@redhat.com>
6195         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6196         * configure: Ditto.
6198 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
6200         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6201         * Makefile.in: Update.
6203 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
6205         * configure.in: Enable libgcj for darwin.
6206         * configure: Rebuild.
6208 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
6210         * config-ml.in:  Use ac_configure_args directly instead of
6211         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
6212         actually seen.
6214 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6216         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6217         creating target and build subdirs to build all parent dirs as needed.
6218         * Makefile.in: Rebuild.
6219         * configure.in: Don't build dirs explicitly here.
6220         * configure: Rebuild.
6222 2003-07-26  Paul Brook  <paul@nowt.org>
6224         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
6226 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
6228         * Makefile.tpl (all-make): Depend on intl.
6229         * Makefile.in: Rebuilt.
6231 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
6233         * install-sh:  Update to newer upstream versions (associated with
6234         aclocal 1.7).
6235         * mkinstalldirs:  Likewise.
6236         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
6238 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
6240         * MAINTAINERS: Move self from Bug database only accounts
6241         to write-after-approval.
6243 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
6245         * config.if: Remove unused libc_interface determination.
6247 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6249         * MAINTAINERS: Move self from write-after-approval to
6250         build machinery (*.in).
6252 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6254         PR bootstrap/11273
6255         PR bootstrap/11408
6256         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
6257         unused INSTALL_PROGRAM_ARGS.
6258         * configure.in: Use AC_PROG_INSTALL.
6259         * Makefile.in: Regenerate.
6260         * configure: Regenerate.
6262 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
6264         * MAINTAINERS: Alphabetize.
6266 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
6268         * configure: Rebuilt.
6269         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
6270         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6271         newlib nor libgloss.
6272         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
6273         * configure.in (am33_2.0-*-linux*): Added.
6275 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
6277         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6278         * configure: Regenerate.
6280 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
6282         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
6283         * Makefile.in: Regenerate.
6285 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6287         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
6288         * Makefile.in: Regenerate.
6290 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
6292         * Makefile.tpl: Replace PWD with PWD_COMMAND.
6293         * Makefile.in: Regenerated.
6295         * config-ml.in: Replace PWD with PWD_COMMAND.
6297 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6299         * intl: New directory; see intl/ChangeLog for details.
6300         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
6301         * Makefile.tpl: all-gcc depends on maybe-all-intl.
6302         * Makefile.in: Regenerate.
6304 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6306         * configure.in: Clean up config-lang.in handling.  Delete
6307         useless assignment to "subdirs".
6308         * configure: Regenerate.
6310 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
6312         * configure.in: Rename 'target_libs' to 'target_libraries'.
6313         Remove useless reference to 'target_libs'.
6314         * configure: Regenerate.
6316 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
6318         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6319         * Makefile.in: Regenerate.
6321 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6323         * Makefile.def: Introduce flags_to_pass.
6324         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6325         * Makefile.in: Regenerate.
6327 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
6329         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6330         and target-libgloss.
6331         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6332         <h8300*-*-*>: Disable libf2c and ${libgcj}.
6333         * configure: Regenerate.
6335 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
6337         * configure.in: Update testsuite_flags to new location.
6338         * configure. Regenerate.
6340 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6342         * Makefile.tpl: Remove BUILD_CC stuff.
6343         * Makefile.in: Regenerate.
6345 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
6347         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
6349 2003-06-16  Graeme Peterson  <gp@qnx.com>
6351         * MAINTAINERS (Write After Approval): Add myself.
6353 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
6355         * config.guess: Update to 2003-06-12 version.
6356         * config.sub: Update to 2003-06-13 version.
6358 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
6360         * config.guess: Update to 2003-06-06 version.
6361         * config.sub: Update to 2003-06-06 version.
6363 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6365         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6366         * configure. Regenerate.
6368 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6370         * configure.in: Disable serial configure by default.
6371         * configure: Regenerate.
6372         * Makefile.tpl: Abolish .NOTPARALLEL.
6373         * Makefile.in: Regenerate.
6375         * Makefile.tpl: Replace {build,host,target}_canonical by
6376         {build,host,target}.
6377         * Makefile.in: Regenerate.
6379         * Makefile.tpl: Fix stupid pasto.
6380         * Makefile.in: Regenerate.
6382 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6384         * Makefile.tpl: Remove bogus conditional.
6385         * Makefile.in: Regenerate.
6387 2003-06-05  Jan Hubicka  <jh@suse.cz>
6389         * Makefile.tpl (profiledbootstrap): New target.
6390         * Makefile.in (profiledbootstrap): New target.
6392 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
6394         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
6395         Pinski. Remove user names from other bugzilla-only maintainers.
6397 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6399         * Makefile.tpl: Make 'recursive targets' using autogen rather
6400         than shell loop.  Remove duplicate 'clean' targets and false
6401         comments.
6402         * Makefile.def: Add systematic dependencies to 'recursive' targets.
6403         Add systematic method of specifying missing targets in subdirs.
6404         Add copyright boilerplate.
6405         * Makefile.in: Regenerate.
6406         * configure.in: Add 'recursive targets' to maybe list.
6407         * configure: Regenerate.
6409         * MAINTAINERS: "GNATS only" -> "Bug database only".
6411         * Makefile.tpl: Rename [+target+] to [+make_target+].
6412         * Makefile.def: Rename 'target' to 'make_target'.
6414 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
6416         * MAINTAINERS: Add self as options handling maintainer.
6418 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
6420         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
6421         been too long since I touched those ports.
6423 2003-05-28  DJ Delorie  <dj@redhat.com>
6425         * Makefile.tpl: Make maybe-check-gcc .PHONY.
6426         * Makefile.in: Regenerate.
6428 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
6430         * configure.in: Use curly braces in the definition of tooldir.
6431         * configure: Regenerate.
6433 2003-05-21  DJ Delorie  <dj@redhat.com>
6435         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6436         newlib or libgloss.
6437         * Makefile.in: Regenerate.
6439 2003-05-21  DJ Delorie  <dj@redhat.com>
6441         * Makefile.tpl: Add missing empty maybe-check-gcc target.
6442         * Makefile.in: Regenerate.
6444 2003-05-20  Ian Lance Taylor  <ian@airs.com>
6446         * MAINTAINERS: Update my e-mail address.
6448 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6450         * configure.in: Switch more things to use maybe dependencies.
6451         * Makefile.tpl: Switch more things to use maybe dependencies.
6452         Factor out common code from autogen IF statements.
6453         * configure: Regenerate.
6454         * Makefile.in: Regenerate.
6456 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
6458         * configure.in: Accept i[3456789]86 for machine type.
6459         * configure: Regenerate.
6461 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6463         * configure.in: Switch more things to use maybe dependencies.
6464         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
6465         * configure: Regenerate.
6466         * Makefile.tpl: Switch more things to use maybe dependencies.
6467         * Makefile.in: Regenerate.
6469 2003-05-16  Andreas Schwab  <schwab@suse.de>
6471         * Makefile.tpl (install-opcodes): Define.
6472         * Makefile.in: Rebuild.
6474 2003-05-13  Andreas Jaeger  <aj@suse.de>
6476         * config.guess: Update to 2003-05-09 version.
6477         * config.sub: Update to 2003-05-09 version.
6479 2003-05-13  Michael Eager  <eager@mvista.com>
6481         * configure.in: Correct sed script so that options in quotes are not
6482         deleted.
6483         * configure: Rebuild.
6485 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
6487         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6488         and $$s/newlib/libc/sys/cygwin32 include paths.
6489         * configure: Ditto.
6491 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
6493         * MAINTAINERS: Update my email addresses.
6495 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
6497         * config-ml.in: Propagate INSTALL variables.
6499 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6501         * MAINTAINERS: Remove duplicate entries in Write After Approval.
6503 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
6505         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6506         * Makefile.in: Regenerate.
6508 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
6510         * MAINTAINERS (GNATS only): Add Falk Hueffner.
6512 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
6514         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
6516 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
6518         * Makefile.tpl: Clean $(BUILD_SUBDIR).
6519         * Makefile.in: Regenerated.
6521 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
6523         * MAINTAINERS (Write After Approval): Upgrade myself from
6524         GNATS only to write-after-approval. Update my mail address.
6526 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
6528         (OS Port Maintainers: freebsd): Add myself.
6530 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
6532         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
6534 2003-04-22  Kean Johnston  <jkj@sco.com>
6536         * MAINTAINERS (SCO ports): Added myself.
6538 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
6540         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
6542 2003-04-19  Kean Johnston  <jkj@sco.com>
6544         * MAINTAINERS (Write After Approval): Add myself.
6546 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6548         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6549         * Makefile.in: Regenerate.
6551 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
6553         * configure.in (powerpc64*-*-linux*): Remove.
6554         * configure: Rebuilt.
6556 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
6558         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
6559         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6560         and restrap.
6561         * Makefile.in:  Regenerate.
6563 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
6565         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6566         * configure: Regenerated.
6568 2003-04-15  DJ Delorie  <dj@redhat.com>
6570         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
6572 2003-04-13  Nick Clifton  <nickc@redhat.com>
6574         * config-ml.in: Remove support for --disable-aix removing
6575         call-aix multilibs.
6577 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
6579         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6580         * */configure: Rebuilt.
6582 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
6584         * MAINTAINERS: Add my email address.
6586 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
6588         * MAINTAINERS (Write After Approval): Add myself.
6590 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6592         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6593         * Makefile.in: Regenerate.
6595 2003-03-14  Michael Chastain  <mec@shout.net>
6597         * Makefile.in: Regenerate with correct Makefile.def.
6599 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6601         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
6602         Make macro.
6603         * Makefile.in: Regenerate.
6604         * configure.in: Clean up gxx_include_dir logic.
6605         * configure: Regenerate.
6607 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
6609         * MAINTAINERS (Write After Approval): Add myself.
6611 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
6613         * MAINTAINERS: Update my mail address.
6615 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6617         * configure.in (gxx_include_dir): Fix typo.
6618         * configure: Regenerated.
6620 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6622         * Makefile.tpl: Reindent.
6623         * Makefile.in: Regenerate.
6624         * configure.in: Reindent.  Don't set unused variables.
6625         * configure: Regenerate.
6627 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
6629         * configure.in: Include $(build_tooldir)/sys-include in
6630         FLAGS_FOR_TARGET.
6631         * configure: Regenerated.
6633 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6635         * Makefile.tpl: Always pass down RANLIB.
6636         * Makefile.in: Regenerate.
6638         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6639         * Makefile.in: Regenerate.
6640         * configure.in: Remove unused logic relating to --enable-shared
6641         and --enable-threads.  Remove bogus comments.  Remove redundant
6642         noconfigdirs.
6643         * configure: Regenerate.
6645         * configure.in: Replace ${libstdcxx_version} by its value.
6646         Remove reference to mh-dgux.
6647         * configure: Regenerate.
6649 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
6651         * MAINTAINERS (Write After Approval): Add myself.
6653 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6655         * Makefile.tpl: Rearrange.
6656         * Makefile.in: Regenerate.
6658 2003-02-25  Uwe Stieber  <uwe@wwws.de>
6660         * configure.in: Add support for kaOS as cross build target system.
6661         * configure: Regenerated.
6663 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
6665         * MAINTAINERS (Write after approval): Add myself.
6667 2003-02-21  James E Wilson  <wilson@tuliptree.org>
6669         * MAINTAINERS: Update my email address.
6671 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
6673         * MAINTAINERS: Add self to blanket write privs. section.
6675 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
6677         * Makefile.tpl: Add definition of CPPFLAGS to pass into
6678         configure-target-* as some target builds may require additional
6679         flags for preprocessor tests.
6680         * Makefile.in: Regenerated.
6682 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
6684         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6685         * ltconfig: Handle it.
6686         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6687         auto-detecting it.
6689         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6690         it is used as argument to $CC.
6691         * ltcf-gcj.sh: Likewise.
6693         * configure.in: Introduce --enable-maintainer-mode.
6694         * configure: Rebuilt.
6695         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6696         for maintainer mode.
6697         * Makefile.in: Rebuilt.
6699 2003-02-18  Jason Merrill  <jason@redhat.com>
6701         * Makefile.tpl (check-c++): Allow parallelism.
6703 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6705         * MAINTAINERS: Remove John Carr (who never actually had access to
6706         gcc.gnu.org).
6708 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
6710         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6711         don't configure target-libobjc.
6712         * configure: Regenerate.
6714 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6716         * Makefile.tpl (RANLIB): Define.
6717         * Makefile.in: Regenerate.
6719 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
6721         * MAINTAINERS: Update my email.
6723 2003-02-06  Keith R Seitz  <keiths@redhat.com>
6725         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6726         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6727         * Makefile.in: Regenerated.
6728         * configure.in: Remove all traces of snavigator, db, and grep.
6729         * configure: Regenerated.
6731 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6733         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
6734         After Approval.
6736 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6738         * MAINTAINERS (Write after approval): Add myself.
6740 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
6742         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6743         * Makefile.in: Regenerated.
6745 2003-01-30  Roger Sayle  <roger@eyesopen.com>
6747         * config.guess: Updated to 2003-01-30's version.
6748         * config.sub: Updated to 2003-01-28's version.
6750 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
6752         * config.if: If gcc_version is already set, just use it.  Don't set
6753         gcc_version_trigger if it's already set, otherwise set it to
6754         gcc/version.c, but only if the file exists.  If it is not set and
6755         gcc/version.c does not exist, try to extract the version number from
6756         $CC.
6758 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
6760         * MAINTAINERS: Add myself to write-after-approval list.
6762 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
6764         * configure.in:  Revert 24Jan change.
6765         * configure:  Regenerate.
6767 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6769         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
6770         entry of HJ Lu.
6772 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6774         * configure.in: Revert previous change.
6775         * configure: Regenerate.
6777 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6779         * configure.in: Make rda native-only.
6780         * configure: Regenerate.
6782 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6784         * MAINTAINERS: Move myself from GNATS-only-accounts to
6785         write-after-approval.
6787 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6789         * configure.in: Add missing \.
6790         * configure: Rebuilt.
6792 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
6794         * configure.in (baseargs): Avoid using \| in sed regular
6795         expressions.
6796         * configure: Rebuilt.
6798 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
6800         * configure.in (baseargs): Remove all supported forms of
6801         --cache-file, --srcdir, --host, --build and --target options
6802         from argument lists.
6803         * configure: Rebuilt.
6805 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
6807         * MAINTAINERS: Add myself to write-after-approval list.
6809 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
6811         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6812         * configure: Rebuilt.
6814 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6816         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6817         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6818         * Makefile.in: Regenerate.
6819         * configure: Regenerate.
6821 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
6823         * configure.in: Remove Makefile in build, host and target modules
6824         unless configure was run with --no-recursion.
6825         * configure: Rebuilt.
6827 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6829         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6830         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6831         * Makefile.in: Regenerate.
6833 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
6835         * config.guess: Update to 2003-01-03 version.
6836         * config.sub: Update to 2003-01-03 version.
6838 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6840         * configure: Regenerate with proper autoconf 2.13.
6842 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6844         * configure.in: Add AC_PREREQ for consistency.
6845         * configure: Regenerate.
6847 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
6849         * configure.in (GDB_TK): Add tcl directories conditional on
6850         gdb/gdbtk directory being present.
6851         * configure: Regenerate.
6853 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
6855         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
6856         used by gcc if LD is not defined and we are not doing a Canadian Cross.
6857         * configure: Rebuilt.
6859 2002-12-31  Tom Tromey  <tromey@redhat.com>
6861         * Makefile.in: Rebuilt.
6862         * Makefile.def (target_modules) [libffi]: Allow installation.
6864 2002-12-31  Andreas Schwab  <schwab@suse.de>
6866         * configure.in: Fix use of $program_transform_name.
6867         * configure: Regenerated.
6869 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
6871         * configure.in (baseargs): Don't remove first configure argument.
6872         * configure: Regenerated.
6874 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
6876         * Makefile.tpl (local-distclean): Don't remove...
6877         (multilib.ts): ... this.  Moved into...
6878         (multilib.out): ... this.  Don't use sub-make.
6879         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6880         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6881         (configure-build-[+module+], configure-[+module+],
6882         configure-target-[+module+], configure-gcc): ... these.  Test
6883         for Makefile existence.  Drop config.status from dependencies.
6884         * Makefile.in: Rebuilt.
6885         * configure.in: Move gcc-version-trigger to the end of
6886         ac_configure_args.  Add comments to maybedep.tmp and
6887         serdep.tmp.  Introduce --disable-serial-configure.  Remove
6888         nonopt from baseargs, matching and removing corresponding
6889         whitespace while at it.
6890         * configure: Rebuilt.
6892 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
6894         * configure.in (host_configargs): Replace reference to
6895         no-longer-defined buildopts with --build=${build_alias}.
6896         * configure: Rebuilt.
6898         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
6899         program_transform_name to standard idiom.
6900         (AUTOGEN, AUTOCONF): Define.
6901         (Makefile.in): Use $(AUTOGEN).
6902         (Makefile): Depend on config.status, and use autoconf-style rule to
6903         build it.  Move original commands to...
6904         (config.status): ... this new target.
6905         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
6906         $(AUTOCONF).
6907         * Makefile.in: Rebuilt.
6909 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6911         * Makefile.tpl: Fix dramatic bustage due to change in
6912         program_transform_name.
6913         * Makefile.in: Regenerate.
6915         * configure.in: Remove unnecessary PATH setting.
6916         * configure: Regnerate.
6918         * configure.in: Don't default to unprefixed tools unless
6919         the native tools will work.
6920         * configure: Regenerate.
6922         * configure.in: Convert to autoconf script.  Blow away lots
6923         of now-redundant Makefile fragments.
6924         * configure: Generate using Autoconf.
6925         * Makefile.tpl: Rewrite to reflect autoconfiscation.
6926         * Makefile.in: Regenerate.
6928 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6930         * configure: Fix stupid bug where RANLIB was mistakenly included.
6932         * configure.in: Rename (buildargs, hostargs, targargs) to
6933         (build_configargs, host_configargs, target_configargs).
6935         * configure.in: Move logic out of sed statement.
6937         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
6938         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6940 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
6942         * config.sub: Import from master repository
6943         * config.guess: Ditto
6945 2002-12-24  Andreas Schwab  <schwab@suse.de>
6947         * Makefile.tpl (multilib.out): Fix missing space.
6948         * Makefile.in: Regenerate.
6950 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6952         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
6953         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
6954         * Makefile.in: Regenerate.
6955         * configure.in: Remove unnecessary leftovers.
6957 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
6959         * configure.in (extra_ranlibflags_for_target): New variable.
6960         (*-*-darwin): Add -c to ranlib commands.
6961         * configure (tooldir): Handle extra_ranlibflags_for_target.
6963 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6965         * Makefile.tpl: Revert HJL's change.
6966         * Makefile.in: Regenerated.
6967         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6968         always.
6970 2002-12-19  Andreas Schwab  <schwab@suse.de>
6972         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6973         * Makefile.in: Regenerate.
6975 2002-12-18  H.J. Lu  <hjl@gnu.org>
6977         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6978         * Makefile.in: Regenerated.
6980         * configure.in (build_prefix): New. Substitute.
6982 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6984         * Makefile.tpl: Don't let real targets depend on phony targets.
6985         * Makefile.in: Regenerate.
6987         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6988         * Makefile.in: Regenerate.
6990 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
6992         * config.sub: Import from master repository
6993         * config.guess: Ditto
6995 2002-12-16  Jason Merrill  <jason@redhat.com>
6997         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6998         previous 'make bootstrap'.
6999         * Makefile.in: Regenerate.
7001 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
7003         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7005 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7007         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7008         * Makefile.in: Regenerate.
7010 2002-12-13  Jason Merrill  <jason@redhat.com>
7012         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
7013         library tests.
7014         (check-c++): Just depend on it and check-target-libstdc++-v3.
7015         * Makefile.in: Regenerate.
7017 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7019         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7020         * Makefile.in: Rebuilt.
7022 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7024         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
7026 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7028         * configure: Fix bug put in by gremlins.
7030         * Makefile.tpl: Substitute more autoconfily.
7031         * configure: Substitute more autoconfily.
7032         * Makefile.in: Regenerate.
7034 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
7036         * config.sub: Import from master repository
7037         * config.guess: Ditto
7038         * MAINTAINERS: Added Svein Seldal under write after approval
7040 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
7042         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7043         * Makefile.in (all-sim): Ditto.
7045 2002-12-06  DJ Delorie  <dj@redhat.com>
7047         * Makefile.tpl: Change configure dependencies to not have real
7048         targets depend on phony targets.
7050 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
7052         * configure.in: Revert unintentional change.
7054         * Makefile.tpl: Change dependency for */multilib.out so that
7055         it works when gcc isn't in the tree.
7057         * configure.in: Substitute more.
7058         * configure: Run subconfigures from the Makefile.
7059         * Makefile.tpl: Run subconfigures from the Makefile; add a few
7060         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
7062 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7064         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
7066 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7068         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7069         and corresponding dependencies.
7070         * Makefile.in: Regenerate.
7072         * configure.in (host_tools): Order binutils, gas and ld for
7073         convenience in running the testsuites.
7075         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7076         * Makefile.in: Regenerate.
7077         * configure.in: Introduce rules to serialize subconfigure runs.
7079         * configure.in: Introduce BASE_CC_FOR_TARGET.
7080         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
7081         Realize configure-build-* targets.  Realize configure-target-* targets.
7082         * Makefile.in: Regenerate.
7084 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7086         * configure: Move gcc_version_trigger stuff from here...
7087         * configure.in: ...to here.
7089         * configure.in: Separate subconfigure options added by this file from
7090         options given by the user.  Add machinery to put args for host
7091         subconfigures into the Makefile.
7093         * Makefile.tpl: Remove 'vault' targets.
7094         * Makefile.tpl: Reorder and comment dependencies.
7095         * Makefile.in: Regenerate.
7097 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7098         * configure.in: Fix my broken commit of previous patch. (sigh)
7100 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7102         * configure.in: Move host-specific darwin noconfigdirs into
7103         the host-specific section.
7105 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7107         * configure.in: Move host-specific darwin noconfigdirs into
7108         the host-specific section.
7110 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7112         * configure: Remove skip-this-dir support.
7113         * Makefile.tpl: Remove skip-this-dir support.
7115         * Makefile.tpl: Remove leftover support for non-autoconfiscated
7116         subdirectories.
7117         * Makefile.in: Regenerate.
7119         * Makefile.tpl: Strip out useless setting of 'dir'.
7120         * Makefile.in: Regenerate.
7122 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7124         * configure.in: Fix deeply stupid bug.
7126         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7127         shell code in CXX_FOR_TARGET
7128         * Makefile.def: Introduce raw_cxx.
7129         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7130         RAW_CXX_FOR_TARGET.
7131         * Makefile.in: Regenerate.
7133 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
7135         * Makefile.tpl: Remove unnecessary ifs.
7136         * Makefile.in: Regenerate.
7138         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
7139         dependencies.  Maybe-ize build-libiberty.  Create dummy install
7140         targets for 'no_install' modules.
7141         * configure: Move GDB_TK substitution to configure.in.  Move
7142         build_modules stuff to configure.in.
7143         * configure.in: Implement soft dependency machinery.  Maybe-ize
7144         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
7145         * Makefile.in: Regenerate.
7147 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7149         * Makefile.tpl: Make all-target, install-target behave similarly
7150         to all, install (only hitting configured targets).  Eliminate
7151         unused macro defintions.
7153         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7154         build != host.
7156         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7158         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7160         * configure.in: Produce lists of subdir targets we're actually
7161         configuring.  Remove references to "dosrel".
7162         * Makefile.tpl: Let configure set which subdir targets are hit.
7163         Remove install-cross; clean up install; remove ALL.  Remove
7164         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
7165         Autogenerate host module targets.  Remove empty dependency lines
7166         and redundant dependency; rearrange slightly.
7167         * Makefile.def: Add host-side libtermcap, utils.
7169         * Makefile.in: Regenerate.
7171 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7173         * ltconfig (osf[345]): Append $major to soname_spec.
7174         Reflect this in library_names_spec.
7175         * ltmain.sh (osf): Prefix $major with . for use as extension.
7177 2002-11-19  Andreas Jaeger  <aj@suse.de>
7179         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
7180         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
7181         and sparc64 GNU/Linux systems.
7183 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
7185         * MAINTAINERS: Update email.
7187 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7189         * MAINTAINERS: Complete James Dennett's entry.
7191 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
7193         * MAINTAINERS (Write After Approval): Add myself.
7195 2002-11-13  Bruce Korb  <bkorb@gnu.org>
7197         * Makefile.tpl: syntactic cleanup
7199 2002-11-13  Stuart Hastings  <stuart@apple.com>
7201         * MAINTAINERS: Add myself to write-after-approval list.
7203 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7205         * Makefile.def: Add list of recursive targets to autogenerate.
7206         Add build_modules.
7207         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
7208         targets.  Autogenerate *-build-* targets.
7209         * Makefile.in: Regenerate.
7211 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7213         * configure: More autoconf-style substitutions.
7214         * Makefile.tpl: More autoconf-style substitutions.
7215         * Makefile.in: Regenerate.
7217 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7219         * configure: Substitute more variables in a more autoconf-friendly
7220         way.  Simplify slightly.
7221         * Makefile.tpl: Make more variables substitutable in an
7222         autoconf-friendly way.
7223         * Makefile.in: Regenerate.
7225 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
7227         * MAINTAINERS (Write After Approval): Add myself.
7229 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7231         * configure.in (v810*): Remove special setting of tools.
7233         * configure: Add support for extra required flags for ar or nm.
7234         * configure.in (aix4.3+): Use above support for target-specific
7235         issues, rather than using config/mt-aix43.
7237 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7239         * configure: Remove 'removing', which doesn't work.  Replace $subdir
7240         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
7241         with $srcdir.  Reformat indentation.  Substitute some variables
7242         formerly hard-coded in the Makefile for build=host.
7243         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7244         * Makefile.def: Autogenerate more.
7245         * Makefile.in: Regenerate.
7247 2002-11-04  Adam Nemet  <anemet@lnxw.com>
7249         * MAINTAINERS (Write After Approval): Add myself.
7251 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
7253         * Makefile.def (host_modules): Add rda.
7254         * Makefile.in: Regenerate.
7255         * configure.in (target_tool): Add target-rda to list.
7257 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7259         * MAINTAINERS: Remove "co-maintainer" note for web pages.
7261 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
7263         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
7264         and restrap targets to this rule.
7265         * Makefile.in:  Regenerate.
7267 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7269         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
7270         GNATS only accounts.
7272 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
7274         * configure.in (i[3456]86-*-linux*): Add check to disable
7275         ${libgcj} for glibc1.
7277 2002-10-24  Denis Chertykov  <denisc@overta.ru>
7279         * MAINTAINERS: Add myself as ip2k port maintainer.
7281 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
7283         * configure.in: Add tic4x target.
7285 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7287         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7288         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7289         * Makefile.in: Regenerate.
7291         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7292         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7293         * Makefile.in: Regenerate.
7295 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
7297         * MAINTAINERS: Add myself as web pages co-maintainer.
7299 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7301         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7302         * Makefile.in: Regenerate.
7304 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
7306         * MAINTAINERS: Add myself and Nathan Sidwell
7307         <nathan@codesourcery.com> as VxWorks maintainers.
7309 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7311         * Makefile.def: Remove order dependency comments.
7312         * Makefile.tpl: Add explicit install-install dependencies.
7313         * Makefile.in: Regenerate.
7315         * Makefile.tpl: Remove material now in src-release.  (Finally!)
7316         * Makefile.in: Regenerate.
7318         * Makefile.tpl: Add configure-target (for src-release in src)
7319         * Makefile.in: Regenerate.
7321 2002-09-30  Nick Clifton  <nickc@redhat.com>
7323         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7325 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
7327         * configure.in (s390*-*-linux*): Enable libgcj.
7329 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
7331         * configure: Revert accidentally applied changes.
7333         * Makefile.tpl: Make more autoconf-friendly.
7334         * Makefile.in: Regenerate.
7335         * configure: Make substitution more autoconf-like.
7337 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
7339         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7340         single entry to handle all these.
7341         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
7342         libjava on arm-*-elf.
7344 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
7346         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7347         things that depend on them.
7349 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7351         * Makefile.tpl: Make subsituted variables more autoconfy.
7352         * Makefile.in: Regenerate.
7353         * configure: Make seds more autoconfy.
7355 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7357         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7358         * Makefile.in: Regenerate.
7359         * configure.in: Rewrite sed statements to look autoconfy.
7361         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7362         all-target-foo on configure-target-foo.
7363         * Makefile.def: Ditto.
7364         * Makefile.in: Rebuild.
7366 2002-09-25  Andrew Haley  <aph@redhat.com>
7368         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
7370 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7372         * Makefile.def: New file.
7373         * Makefile.tpl: New file.
7374         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7375         * contrib/gcc_update: Note that Makefile.in is a generated file.
7377         * configure.in: Minor rearrangement.  Simplify tests.
7379 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
7381         * configure.in (with_headers): Skip copy if value is "yes".
7382         (with_libs): Likewise.
7384 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7386         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7387         * configure.in (sh*-*-pe*): Ditto.
7388         * configure.in (mips*-*-pe*): Ditto.
7389         * configure.in (*arm-wince-pe): Ditto.
7391         * configure.in: Rearrange.
7393 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
7395         * MAINTAINERS: Update my email address.
7397 2002-08-30  Paul Koning  <pkoning@equallogic.com>
7399         * MAINTAINERS: (Write After Approval): Add myself.
7401 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
7403         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
7405 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
7407         * MAINTAINERS: Change my mailing address.
7409 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
7411         * MAINTAINERS (Write After Approval): Remove myself.
7412         (Various Maintainers: c++ runtime libs): Add myself.
7414 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
7416         * MAINTAINERS (Write After Approval): Remove myself.
7417         (Various Maintainers: c++ runtime libs): Add myself.
7419 2002-08-15  Eric Christopher  <echristo@redhat.com>
7421         * config.sub: Import from master repository.
7422         * config.guess: Ditto.
7424 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
7426         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7427         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7428         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7430 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
7432         * MAINTAINERS: Add self to rs6000 vector extensions.
7434 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
7436         * libiberty/configure: Reverted unintended yesterday's check in.
7438 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
7440         * boehm-gc/configure, libf2c/configure: Rebuilt.
7441         * libffi/configure, libiberty/configure: Ditto.
7442         * libjava/configure, libobjc/configure: Ditto.
7443         * libstdc++-v3/configure, zlib/configure: Ditto.
7444         Merged from binutils:
7445         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
7446         From Steve Ellcey <sje@cup.hp.com>:
7447         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7448         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7449         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7450         IA64.
7451         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7452         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7453         soname_spec, sys_lib_search_path_spec): Ditto.
7455 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
7457         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7459 2002-08-04  H.J. Lu  (hjl@gnu.org)
7461         * configure.in (mips*-*-linux*): Don't skip target-libffi.
7463 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
7465         * MAINTAINERS (Write After Approval): Add myself.
7467 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
7469         * configure.in: Move generic linux case to end.  Copy generic
7470         linux noconfigdirs to mips*-*-linux* entry and new
7471         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
7473 2002-07-19  Michael Matz  <matz@suse.de>
7475         * MAINTAINERS: Add myself as ra* maintainer.
7477 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
7479         * config.guess: Update to 2002-07-09 version.
7480         * config.sub: Update to 2002-07-03 version.
7482 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
7484         * MAINTAINERS: Fix typo in a maintainer email address.
7486 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7488         * configure.in: Remove two redundant tests.
7490 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7492         * configure.in (mips*-*-irix6*o32): Enable stabs.
7494 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
7496         * configure.in: Don't build grez.
7497         * Makefile.in: Ditto.
7499         * Makefile.in: Remove references to bsp, cygmon, libstub.
7500         * configure.in: Ditto.
7502         * configure.in: Remove leftover reference to gdbtest.
7504 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
7506         * configure.in (gxx_include_dir):  Change to match versioned
7507         C++ headers if --enable-version-specific-runtime-libs is used.
7509 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
7511         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7513 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7515         * configure.in: Make --without-x work.
7517 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7519         * configure.in: Rearrange target Makefile fragment collection.
7521         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7522         cvs[src].
7523         * configure.in: Ditto.
7525 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
7527         * MAINTAINERS (Write After Approval): Update my e-mail address.
7529 2002-06-24  Ben Elliston  <bje@redhat.com>
7531         * configure.in (host_tools): Remove cgen.
7533         * Makefile.in (all-cgen): Remove; runs from its source directory.
7534         (check-cgen, install-cgen, clean-cgen): Likewise.
7535         (all-opcodes): Do not depend on all-cgen.
7536         (all-sim): Likewise.
7538 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7540         * Makefile.in: Eliminate 'apache' targets.
7541         * configure.in: Eliminate 'apache' targets.
7543         * configure.in: Eliminate redundant tests.  Reorganize.
7545         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7547         * config-ml.in: Eliminate references to Cygnus configure.
7549         * Makefile.in: Eliminate references to building emacs.
7551 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
7553         * MAINTAINERS: Update my email address.
7555 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
7557         * config.if (libstdcxx_incdir): Version C++ headers.
7558         (cxx_incdir): Remove.
7560 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7562         * MAINTAINERS (Write After Approval): Add self.
7564 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
7566         * configure.in: Add support for ip2k.
7568 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
7570         * configure.in: Fix AIX configury bug.
7572 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
7574         * MAINTAINERS (Write After Approval): Add self.
7576 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7578         * configure.in: replace ${topsrcdir} with ${srcdir}
7580         * configure.in: Move definition of libstdcxx_flags
7581         right above usage, rather than waaay earlier.
7583         * configure.in: Pull definition of is_cross_compiler earlier.
7585         * configure.in: Rearrange a little.
7587         * configure.in: Remove references to librx.
7588         * Makefile.in: Remove references to librx.
7590 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
7592         * config.sub: Add support for avr target.
7593         Import from master sources, rev 1.255
7595 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
7597         * configure, .cvsignore:  Revert previous change...
7598         * Makefile:  ...delete.
7600 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7602         * configure.in: Eliminate ${gasdir} variable.
7604 2002-06-18  Dave Brolley  <brolley@redhat.com>
7606         * configure.in: Add support for frv.
7607         * config.sub: Add support for frv.
7609 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7611         * configure:  Remove garbage from previous commit.
7613 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7615         * configure:  For in-source builds, make a subdir and re-exec there.
7616         * Makefile:  New file.  Pass targets through to build directory.
7617         * .cvsignore:  No longer ignore "Makefile".
7619 2002-06-16  Douglas Rupp  <rupp@gnat.com>
7621         * MAINTAINERS (Write After Approval): Add self.
7623 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7625         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7627 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
7629         * configure.in (vax-*-netbsd*): Re-enable gas.
7631 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
7633         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7634         BUILD_PREFIX_1, to correct nomenclature.
7635         * configure: Likewise.
7637         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7638         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7640 2002-05-31  Olaf Hering  <olh@suse.de>
7642         * config-ml.in: Propogate DESTDIR also.
7644 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
7646         * configure.in (vax-*-netbsd*): Don't build gas for this
7647         platform.
7649 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7651         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7652         and libgcj for AVR.
7654 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
7656         * MAINTAINERS (Write After Approval): Add myself.
7658 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
7660         * config.guess: Update to 2002-05-22 version.
7661         * config.sub: Likewise.
7663 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7665         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7666         * config-ml.in: Likewise.
7667         * configure: Likewise.
7668         * configure.in: Likewise.
7670 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
7672         * MAINTAINERS: Update my email address.
7674 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
7676         * configure.in: Simplify makefile fragment collection.
7678         * configure.in: Remove code to build emacs.
7680         * configure.in : Remove --srcdir argument from targargs and buildargs
7681         (it's always overridden in the Makefile anyway).  Rearrange a bit.
7683         * configure: Move some logic to configure.in.
7684         * configure.in: Move some logic from configure.
7686 2002-05-11  Tom Tromey  <tromey@redhat.com>
7688         * MAINTAINERS: Reflect libgcj reality.
7690 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
7692         * Makefile.in: Honour DESTDIR.
7694 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
7696         * config.guess: Import 2002-03-20 version.
7697         * config.sub: Import 2002-04-26 version.
7699 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7701         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
7703 2002-05-07  Tim Josling  <tej@melbpc.org.au>
7705         * MAINTAINERS: Add self.
7707 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
7709         * ltmain.sh: Detect and handle object name conflicts
7710         while piecewise linking a static library.
7712 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
7714         * configure.in (noconfigdirs): Don't disable libgcj on
7715         sparc64-*-solaris* and sparcv9-*-solaris*.
7717 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
7719         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7721 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
7723         * configure.in (FLAGS_FOR_TARGET): Do not add
7724         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7725         on i[3456]86-*-linux*.
7727 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
7729         * configure.in (noconfigdirs): Replace [ ] with test.
7731         * configure.in (noconfigdirs): Do not add target-newlib if
7732         target == i[3456]86-*-linux*, and host == target.
7734 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
7736         * configure.in: delete reference to absent file
7738         * configure.in: replace '[' with 'test'
7740         * configure.in: Eliminate references to gash.
7741         * Makefile.in: Eliminate references to gash.
7743         * configure.in: remove useless references to 'pic' makefile fragments.
7745         * configure.in: (*-*-windows*) Finish removing.
7747         * configure.in: Eliminate redundant test for libgui.
7749 2002-04-29  Roger Sayle  <roger@eyesopen.com>
7751         * MAINTAINERS: Add self and realphabetize.  Update entries
7752         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
7753         entry for a29k port maintainer.
7755 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
7757         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7758         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7760 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
7762         * configure.in: remove references to dead files
7764 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
7766         * MAINTAINERS: Add information about purpose of this file.
7768 2002-04-18  Tom Tromey  <tromey@redhat.com>
7770         * configure.in: Disallow configuring libgcj when it is already
7771         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
7772         Solaris 2.8 by default.  For PR libgcj/6158.
7774 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7776         * configure.in:  Move default CC setting out of config/mh-* fragments
7777         directly into here.
7779 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7781         * configure.in: don't even try to configure or make a subdirectory
7782         if there's no configure script for it.
7784 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
7786         * MAINTAINERS: Remove chill maintainers.
7787         * Makefile.in (CHILLFLAGS): Remove.
7788         (CHILL_LIB): Remove.
7789         (TARGET_CONFIGDIRS): Remove libchill.
7790         (CHILL_FOR_TARGET): Remove.
7791         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7792         CHILL_LIB.
7793         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7794         (CHECK_TARGET_MODULES): Likewise.
7795         (INSTALL_TARGET_MODULES): Likewise.
7796         (CLEAN_TARGET_MODULES): Likewise.
7797         (configure-target-libchill): Remove.
7798         (all-target-libchill): Remove.
7799         * configure.in (target_libs): Remove target-libchill.
7800         Do not compute CHILL_FOR_TARGET.
7801         * libchill: Remove directory.
7803 2002-04-11  DJ Delorie  <dj@redhat.com>
7805         * Makefile.in, configure.in: Sync with binutils, entries
7806         follow...
7808 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7810         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
7811         (do-tar, do-bz2): New rules.
7812         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
7813         (gdb-tar): New rule.
7814         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
7815         (insight_dejagnu.tar): New rule.
7816         (insight.tar): New rule.
7817         (gdb+dejagnu.tar): New rule.
7818         (gdb.tar): New rule.
7820 2002-02-01  Mo DeJong  <supermo@bayarea.net>
7822         * Makefile.in: Add all-tix to deps for all-snavigator
7823         so that tix is built when building snavigator.
7825 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
7827         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7828         ld and gdb are not supported.
7830 2002-01-07  Mark Salter  <msalter@redhat.com>
7832         * configure.in: Remove target-bsp and target-cygmon from arm builds.
7833         Allow target-libgloss to be built for arm, strongarm, and xscale.
7835 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
7837         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7838         options for i[3456]86-pc-linux* native builds.
7840 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
7842         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7843         files from .po files for a distribution.
7845 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
7847         * configure.in: Enable libstdc++-v3 for h8300 targets.
7849 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
7851         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
7852         version from bfd/.
7854 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
7856         * Makefile.in (VER): When present, extract the version number from
7857         the file version.in.
7859 2001-05-24  Tom Rix  <trix@redhat.com>
7861         * configure.in : enable ld for aix
7863 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7865         * config.guess: Add linux target for S/390.
7867 2000-11-07  Philip Blundell  <pb@futuretv.com>
7869         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7871 2000-11-03  Philip Blundell  <pb@futuretv.com>
7873         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7874         files.
7876 2001-01-15  Ben Elliston  <bje@redhat.com>
7878         * configure.in (host_tools): Add sid.
7879         Always configure cgen.
7881 2000-11-24  Nick Clifton  <nickc@redhat.com>
7883         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
7886 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
7888         * Makefile.in (ALL_MODULES): Add all-cgen.
7889         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7890         (all-cgen): New target.
7891         (all-opcodes,all-sim): Depend on all-cgen.
7892         * configure.in (host_tools): Add cgen.
7893         Only configure cgen if --enable-cgen-maint.
7895 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
7897         * configure.in: Add *-*-freebsd* configurations.
7899 2002-04-08  Tom Tromey  <tromey@redhat.com>
7901         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7902         Fixes PR libgcj/6068.
7904 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
7906         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7908 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7910         * configure.in (alpha*-dec-osf*): Enable libgcj.
7912 2003-03-27  Matthew Gingell  <gingell@gnat.com>
7914         * MAINTAINERS (Write After Approval): Add myself.
7916 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
7918         Fix for: PR bootstrap/3591, target/5676
7919         * configure.in (mcore-pe): Disable the configuration of
7920         libstdc++-v3 since exceptions are not supported.
7922 2002-03-20  Anthony Green  <green@redhat.com>
7924         * configure.in: Enable libgcj for xscale-elf target.
7926 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
7928         * MAINTAINERS:  Update my email address.
7930 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
7932         * ltmain.sh (relink_command): Fix typo in previous change.
7934 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
7936         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
7937         (relink_command): Added --tag flags.
7938         (mode=install): If relinking fails; error out.
7940 2002-03-12  Richard Henderson  <rth@redhat.com>
7942         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
7943         .NOTPARALLEL tag.
7944         (do-check): Rename from check.
7945         (check): Allow parallel check.
7947 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
7949         * MAINTAINERS: Add myself as maintainer for xtensa port.
7950         Fix alphabetical order in CPU port maintainer list.
7951         Remove myself from Write After Approval list.
7953 2002-03-11  Richard Henderson  <rth@redhat.com>
7955         * Makefile.in (.NOTPARALLEL): Add fake tag.
7957 2002-03-07  H.J. Lu  (hjl@gnu.org)
7959         * configure.in: Enable gprof for mips*-*-linux*.
7961 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
7963         * MAINTAINERS (Write After Approval): Add myself.
7965 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
7967         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7968         libjava.
7969         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7971 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
7973         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7974         because its Makefile is there; test for the executable instead.
7976 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
7978         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7979         libstdc++-v3 and libjava.
7981 2002-02-11  Adam Megacz  <adam@xwt.org>
7983         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7984         boehm-gc
7986 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
7988         * config.guess: Updated to 2002-01-30's version.
7989         * config.sub: Updated to 2002-02-01's version.
7990         Contribute sh64-elf.
7991         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
7992         * configure.in: Added sh64-*-*.
7994 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
7996         * MAINTAINERS: Belatedly add myself to write after approval list.
7998 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
8000         * MAINTAINERS: Put self in as maintainer for x86-64 port.
8001         Remove self as Write After Approval.
8003 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
8005         * MAINTAINERS: Put self in as maintainer for contrib/regression
8006         directory.
8008 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
8010         * MAINTAINERS:  Update my email address.
8012 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
8014         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
8015         target-libiberty, and target-libgloss.  Skip Java-related
8016         libraries if not supported for NetBSD on target CPU.
8018 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
8020         * install-sh: Use _inst.$$_ for temp file name.
8022 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
8024         * MAINTAINERS (Write After Approval): Move my contact info
8025         from here...
8026         (OS Port Maintainers): ...to here (netbsd).
8028 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
8030         * MAINTAINERS (Write After Approval): Add myself.
8032 2002-01-17  H.J. Lu  <hjl@gnu.org>
8034         * Makefile.in (all-fastjar): Also depend on all-libiberty.
8035         (all-target-fastjar): Also depend on all-target-libiberty.
8037 2002-01-16  H.J. Lu  (hjl@gnu.org)
8039         * config.guess: Import from master sources, rev 1.225.
8040         * config.sub: Import from master sources, rev 1.238.
8042 2002-01-16  Kazu Hirata  <kazu@hxi.com>
8044         * MAINTAINERS (Write After Approval): Remove myself.
8046 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
8048         * MAINTAINERS (Write After Approval): Add myself.
8050 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8052         * MAINTAINERS: Add self as docs co-maintainer.
8054 2001-12-11  Matthias Klose  <doko@debian.org>
8056         * MAINTAINERS (Write After Approval): Add myself.
8058 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
8060         * MAINTAINERS: Update my email address.
8062 2001-12-07  Turly O'Connor  <turly@apple.com>
8063         * MAINTAINERS (Write After Approval): Add myself.
8064         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
8065         (rs6000_initialize_trampoline): Call __trampoline_setup for
8066         ABI_DARWIN too.
8067         * darwin-tramp.asm: New file, implements __trampoline_setup.
8068         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
8070 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
8072         * MAINTAINERS (Write After Approval): Add myself.
8074 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
8076         * configure, configure.in: Use temp file for long sed commands.
8078 2001-12-03  Laurent Guerby  <guerby@acm.org>
8080         * config.sub: Update to version 1.232 on subversion.
8082 2001-12-03  Ben Elliston  <bje@redhat.com>
8084         * MAINTAINERS: Update mail address for config.* patches.
8086 2001-11-27  DJ Delorie  <dj@redhat.com>
8087             Zack Weinberg  <zack@codesourcery.com>
8089         When build != host, create libiberty for the build machine.
8091         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8092         CONFIG_ARGUMENTS.
8093         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8094         New variables.
8095         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8096         and rules.
8097         (all.normal): Depend on ALL_BUILD_MODULES.
8098         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8099         (all-build-libiberty): Depend on configure-build-libiberty.
8101         * configure: Calculate and substitute proper value for
8102         ALL_BUILD_MODULES.
8103         * configure.in: Create the build subdirectory.
8104         Calculate and substitute TARGET_CONFIGARGS (formerly
8105         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8107 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
8109         * MAINTAINERS (write-after-approval): Add self.
8111 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8113         * MAINTAINERS (GNATS only accounts): Remove self.
8115 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
8117         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8118         libf2c.
8120 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8122         * MAINTAINERS (Write After Approval): Add self.
8124 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8126         * MAINTAINERS: mips and s390 are also CPU ports.
8128 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8130         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
8132 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
8134         * MAINTAINERS: Alphabetize.
8136 2001-11-09  Kazu Hirata  <kazu@hxi.com>
8138         * MAINTAINERS (Various maintainers: h8 port): Add myself.
8140 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8142         * MAINTAINERS (Various maintainers: hppa port): Added myself.
8144 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
8146         * configure.in (--enable-languages): Be more permissive about
8147         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
8149 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
8151         * config.sub: Import from master sources, rev. 1.230.
8152         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
8154 2001-11-07  Laurent Guerby  <guerby@acm.org>
8156         * MAINTAINERS (Write After Approval): Add self.
8158 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
8160         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8162 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
8164         * config.sub: Import from master sources, rev 1.226.
8165         * config.guess: Import from master sources, rev 1.216.
8167 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
8169         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8170         * MAINTAINERS: Add self as maintainer of MMIX port.
8171         Remove old after-approval entry.
8173 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
8175         * ChangeLog, configure: Fix spelling errors.
8177 2001-10-20  Brendan Kehoe  <brendan@zen.org>
8179         * MAINTAINERS: Tweak my address.
8181 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
8183         * MAINTAINERS: Update my email address.
8185 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
8187         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8188         * MAINTAINERS: Add self as maintainer of CRIS port.
8190 2001-10-10  Geert Bosch  <bosch@gnat.com>
8192         * MAINTAINERS (Various maintainers: Ada front end):
8193         Added Robert Dewar.
8195 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
8197         * MAINTAINERS (Write After Approval): Added self
8199 2001-10-02  Geert Bosch  <bosch@gnat.com>
8201         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
8203 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
8205         * configure: Handle temporary files securely using mkdir.
8207 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
8209         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8211 2001-09-26  Will Cohen  <wcohen@redhat.com>
8213         * configure.in (*-*-linux*): Disable configuration of target-newlib
8214         and target-libgloss.
8216 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
8218         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8219         RANLIB.
8221 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
8223         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8224         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8225         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8226         avoid quotes nesting problems.
8227         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8228         (DO_X): Export only variables that are set.
8230 2001-09-19  Ben Elliston  <bje@redhat.com>
8232         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8233         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8234         semantics.  Use the shell built-in "type" command instead.
8236 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
8238         Merged from gcc-3_0-branch:
8239         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
8240         * ltcf-c.sh: Use $objext, not $ac_objext.
8241         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
8242         * ltcf-cxx.sh: Add support for GNU.
8243         2001-07-22  Timothy Wall  <twall@redhat.com>
8244         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
8245         default settings if using GNU tools with that configuration.
8246         * ltcf-cxx.sh: Ditto.
8247         * ltcf-gcj.sh: Ditto.
8248         2001-07-21  Michael Chastain  <chastain@redhat.com>
8249         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8250         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
8251         * ltmain.sh: Mark as gcc-local.
8253 2001-08-30  Eric Christopher  <echristo@redhat.com>
8254             Jason Eckhardt  <jle@redhat.com>
8256         * config.guess: Merge from master sources.
8257         * config.sub: Merge from master sources, add support for mipsisa32.
8259 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
8260         * config.sub: Merge from master sources, rev 1.219.
8261         * MAINTAINERS: Add self as contact for stormy16 port.
8263 2001-08-14  Zack Weinberg  <zackw@panix.com>
8265         * config.sub: Merge from master sources, rev 1.218.
8266         * config.guess: Merge from master sources, rev 1.209.
8268 2001-08-11  Graham Stott  <grahams@redhat.com>
8270         * Makefile.in (check-c++): Add missing semicolon.
8272 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
8274         * MAINTAINERS (Various maitainers: predict.def): Added myself.
8276 2001-07-30  Eric Christopher  <echristo@redhat.com>
8278         * MAINTAINERS (Various maintainers: mips port): Added myself.
8280 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
8282         * configure.in (sh-*-linux*): New.
8284 2001-07-27  Richard Henderson  <rth@redhat.com>
8286         * .cvsignore: Add LAST_UPDATED.
8288 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
8290         * MAINTAINERS (Various maintainers: s390 port): Added myself.
8292 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
8294         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
8296 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
8298         * MAINTAINERS (Write After Approval): Added myself.
8300 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8302         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8303         and libgcj on m68hc11/m68hc12.
8305 2001-06-27  H.J. Lu  (hjl@gnu.org)
8307         * Makefile (CFLAGS_FOR_BUILD): New.
8308         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8310 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8312         * README: Remove version number.
8314 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8316         * INSTALL/README: Update wrt. to the installation instructions now
8317         residing in gcc/doc/install.texi.
8319 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8321         * README: Replace with a cut-down and updated version of gcc/README.
8323 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
8325         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
8326         multilibs to be disabled.
8328 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
8330         * MAINTAINERS (Write After Approval): Add myself.
8332 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
8334         * config.guess: Import CVS version 1.195.
8335         * config.sub: Import CVS version 1.212.
8337 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
8339         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8340         gcc/xgcc is built, use -print-prog-name to find out the program
8341         name to use.
8343 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
8345         * config.guess:  Import CVS version 1.194.  All gcc-local changes
8346         appear to also be in the master copy.
8347         * config.sub:  Import CVS version 1.211.
8349 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
8351         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8352         with_gcc]: Use `gcc -shared' to build a shared library.
8354 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8356         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8357         archives.
8359 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8361         * MAINTAINERS (Write After Approval): Add myself.
8363 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
8365         * configure.in (libstdcxx_flags): Do not try to execute
8366         libstdc++-v3/testsuite_flags until it exists.
8368 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
8370         * MAINTAINERS: Update my email address.
8372 2001-05-31  Graham Stott  <grahams@redhat.com>
8374         * MAINTAINERS (Write After Approval): Add myself.
8376 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
8378         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
8379         libraries when using g++ with native linker.
8381 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
8383         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8385 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
8387         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8388         [aix4*|aix5*]: Prepend blank.
8390 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
8392         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8393         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
8394         of subdir/configure scripts to use the new libtool.m4.
8396 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
8398         * MAINTAINERS (Write After Approval): Add myself.
8400 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
8402         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8404 2001-05-11  Ben Elliston  <bje@redhat.com>
8406         * Makefile.in (all-sid): New target.
8407         (check-sid, clean-sid, install-sid): Likewise.
8409 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
8411         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8413 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8415         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8416         libgcj.
8418 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8420         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8421         gcc/xgcc is built, use -print-prog-name to find out the program
8422         name to use.
8424 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
8426         * configure.in (noconfigdirs): Don't reset it from scratch in the
8427         target case; only append to it.
8429         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8430         sparc-*-solaris2.8]: Disable ${libgcj}.
8432 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
8434         * configure.in (libgcj_saved): Copy from $libgcj.
8435         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8436         --disable-libgcj.
8438 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
8440         * MAINTAINERS: Remove self as MIPS maintainer and
8441         C front end maintainer.
8443 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
8445         * configure.in: Move *-chorusos target case to the proper switch.
8446         Disable libgcj.
8448 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8450         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8451         1.641.2.228.
8453 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8455         * Makefile.in (STAGE1_CFLAGS): Pass down.
8457 2001-04-13  Alan Modra  <amodra@one.net.au>
8459         * config.guess: Add hppa64-linux support.  Note for next import that
8460         this is already in the master file.
8461         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
8463 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8465         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8466         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8468 2001-04-11  Stan Shebs  <shebs@apple.com>
8470         * MAINTAINERS: Add self as Darwin port maintainer.
8472 2001-04-11  Alan Modra  <amodra@one.net.au>
8474         * MAINTAINERS: Update my email address.
8476 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
8478         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8479         recent versions of FreeBSD (release 3 or later).
8480         * ltconfig: On FreeBSD, -lc must not be provided when building
8481         a shared library or else the standard -pthread gcc option is
8482         rendered worthless to later users of the built library.
8484 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
8486         * MAINTAINERS: Add self and RTH as C front end maintainers.
8488 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
8490         * config.sub: Make sure to match an already-canonicalized
8491         machine name (eg. mn10300-unknown-elf).
8493 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
8495         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8496         New macros.
8497         (bootstrap, cross): Use RECURSE_FLAGS.
8498         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8500 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
8502         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8504 2001-03-22  Colin Howell  <chowell@redhat.com>
8506         * Makefile.in (DO_X): Do not backslash single-quotes in
8507         backquotes (two places).
8509 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8511         Re-installed:
8512         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8513         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8514         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8515         * ltcf-cxx.sh: Likewise.
8516         * ltcf-gcj.sh: Likewise.
8518 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8520         * MAINTAINERS: Add myself as "documentation co-maintainer".
8522 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8524         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8525         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8527 2001-03-19  Tom Tromey  <tromey@redhat.com>
8529         * config-ml.in: Handle GCJ and GCJFLAGS.
8531 2001-03-21  Michael Chastain  <chastain@redhat.com>
8533         * Makefile.in: all-m4 depends on all-texinfo.
8535 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
8537         * MAINTAINERS: Add myself to write after approval list.
8539 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
8541         * Makefile.in (DO_X): Quote nested quotes.
8543 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
8545         * MAINTAINERS: Add myself to write after approval list.
8547 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
8549         * Makefile.in (DO_X): Use double quotes for quoting
8550         "RANLIB=$${RANLIB}".
8552 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
8554         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
8556 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
8558         * configure.in: Only use `lang_requires' for languages athat are
8559         actually enabled.
8561 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
8563         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
8565 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
8567         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8569 2001-03-07  Tom Tromey  <tromey@redhat.com>
8571         * configure.in: Allow config-lang.in to set `lang_requires' to list
8572         of other required languages.
8574 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
8576         * Makefile.in: Remove RANLIB definition. Use RANLIB
8577         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8578         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8580 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
8581             Alexandre Oliva  <aoliva@redhat.com>
8583         * Makefile.in (check-c++): Use tabs, not spaces.
8585 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
8587         * MAINTAINERS: add myself to Write After Approval list.
8589 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
8591         * Makefile.in (check-c++): New rule.
8593         * configure.in (target_libs): Remove libg++.
8594         (noconfigdirs): Remove libg++.
8595         (noconfigdirs): Same.
8596         (noconfigdirs): Same.
8597         (noconfigdirs): Same.
8599         * config-ml.in: Remove libg++ references.
8601         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8602         (ALL_TARGET_MODULES): Same.
8603         (configure-target-libg++): Remove.
8604         (all-target-libg++): Remove.
8605         (configure-target-libio): Remove.
8606         (all-target-libio): Remove.
8607         (check-target-libio): Remove.
8608         (.PHONY): Remove.
8609         (libg++.tar.bz2): Remove.
8610         (all-target-cygmon): Remove libio.
8611         (all-target-libstdc++): Remove.
8612         (configure-target-libstdc++): Remove.
8613         (TARGET_LIB_PATH): Remove libstdc++.
8614         (ALL_GCC_CXX): Remove libstdc++.
8615         (all-target-gperf): Correct.
8617 2001-02-16  Nick Clifton  <nickc@redhat.com>
8619         * configure.in (noconfigdirs): Allow configuration of texinfo
8620         for Cygwin hosts.
8622 2001-02-15  Anthony Green  <green@redhat.com>
8624         * configure: Introduce GCJ_FOR_TARGET.
8625         * configure.in: Ditto.
8626         * Makefile.in: Ditto.
8628 2001-02-13  Andreas Schwab  <schwab@suse.de>
8630         * MAINTAINERS: Update mail address.
8632 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8634         * config.guess: Add linux target for S/390.
8635         * config.sub: Likewise.
8637 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
8639         * configure.in: for *-chorusos, don't config target-newlib and
8640         target-libgloss.
8642 2001-02-06  Ben Elliston  <bje@redhat.com>
8644         * configure: Output host type to stdout, not stderr.
8646 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
8648         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
8649         * ltcf-cxx.sh: Likewise.
8651         * config.if: Assume enable_libstdcxx_v3 is defined.
8653 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
8655         Remove V2 C++ library.
8656         * configure.in: Remove --enable-libstdcxx_v3 support.
8658 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
8660         * include/demangle.h: Add prototype for java_demangle_v3.
8662 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
8664         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
8666 2001-01-27  Richard Henderson  <rth@redhat.com>
8668         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8670 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8672         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8673         Don't unset, it's non-portable and no longer necessary, set to empty
8674         instead.
8676 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8678         * ltconfig: Shell portability fix for the tagname validity check.
8680 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
8682         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8683         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8685 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8687         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8689 2001-01-26  Tom Tromey  <tromey@redhat.com>
8691         * configure.in: Allow libgcj to be built on Sparc Solaris.
8693 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
8695         * ltcf-c.sh: Add aix5 case.
8696         * ltcf-cxx.sh: Likewise.
8697         * ltconfig: Likewise.
8699 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
8701         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8702         keep at least one of build_libtool_libs or build_old_libs set to
8703         yes.
8705         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8706         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8708 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
8710         * configure.in: Enable libgcj on several additional platforms.
8712 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
8714         * configure.in: Enable libgcj for linux targets.
8716 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8718         * MAINTAINERS (Write After Approval): Add myself.
8720 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8722         * MAINTAINERS: Add myself as vax port maintainer.
8724 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
8726         * MAINTAINERS: Add myself as Mercury front-end maintainer.
8728 2001-01-09  Mike Stump  <mrs@wrs.com>
8730         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8731         failures of subdirectories.
8733 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8735         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8736         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8737         * ltcf-cxx.sh: Likewise.
8738         * ltcf-gcj.sh: Likewise.
8739         * ltconfig.sh: Fix typo.
8741 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8743         * configure: handle DOS-style absolute paths.
8745 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8747         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8749 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
8751         * MAINTAINERS: Add myself as avr port co-maintainer.
8753 2000-12-28  Ben Elliston  <bje@redhat.com>
8755         * MAINTAINERS: Add myself under ``Write After Approval''.
8757 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
8759         * texinfo: Remove directory from GCC.
8761 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8763         * COPYING: Update to current
8764         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
8765         to 19yy as example year in copyright notice).
8767 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
8769         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8770         (libstdcxx_incdir): Pass down.
8771         * config.if: Remove expired bits for cxx_interface, add stub.
8772         (libstdcxx_incdir): Add variable for g++ include directory.
8773         * configure.in (gxx_include_dir): Use it.
8775 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
8777         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
8778         with old-email address from ``Write After Approval''.
8780 2000-12-15  Andreas Jaeger  <aj@suse.de>
8782         * configure.in: Handle lang_dirs.
8784 2000-12-14  Tom Tromey  <tromey@redhat.com>
8786         * MAINTAINERS: Removed brads.
8788         * MAINTAINERS: Added gcj developers.
8790 2000-12-13  Anthony Green  <green@redhat.com>
8792         * configure.in: Disable libgcj for any target not specifically
8793         listed.  Disable libgcj for x86 and Alpha Linux until compatible
8794         with g++ abi.
8796 2000-12-13  Mike Stump  <mrs@wrs.com>
8798         * Makefile.in (local-distclean): Also remove fastjar.
8800 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
8802         * contrib/gcc_update: Add fastjar --touch entries.
8804 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
8806         * configure.in: Disable language-specific target libraries for
8807         languages that aren't enabled.
8809 2000-12-10  Anthony Green  <green@redhat.com>
8811         * configure.in: Define libgcj.  Disable libgcj target libraries for
8812         most targets.
8814 2000-12-10  Neil Booth  <neilb@earthling.net>
8816         * MAINTAINERS: Update mail address, remove from WAA list.
8818 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8820         * libjava: Imported from /cvs/java.
8821         * libffi: Likewise.
8822         * Boehm-gc: Likewise.
8824 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8826         * configure.in (target_libs): Revert 2000-12-08 patch.
8827         (noconfigdirs): Added target-libjava.
8829 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8831         * djunpack.bat: removed.
8833 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8835         * Makefile.in: handle DOS-style absolute paths.
8836         * config-ml.in: likewise.
8837         * symlink-tree: likewise.
8839 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8841         * fastjar: Imported.
8843 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8845         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8846         libjava.
8847         * configure.in (target_libs): Removed `target-libjava'.
8849 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8851         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8852         (ALL_MODULES): Added fastjar.
8853         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8854         (all-target-libjava): all-fastjar replaces all-zip.
8855         (all-fastjar): Added.
8856         (configure-target-fastjar, all-target-fastjar): Likewise.
8857         * configure.in (host_tools): Added fastjar.
8859 2000-12-07  Mike Stump  <mrs@wrs.com>
8861         * Makefile.in (local-distclean): Remove leftover built files.
8863 2000-11-24  Nick Clifton  <nickc@redhat.com>
8865         * configure.in (xscale-elf): Add target.
8866         (xscale-coff): Add target.
8868 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
8870         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8871         recent versions of FreeBSD (release 3 or later).
8872         * ltconfig: On FreeBSD, -lc must not be provided when building
8873         a shared library or else the standard -pthread gcc option is
8874         rendered worthless to later users of the built library.
8876 2000-11-16  Fred Fish  <fnf@be.com>
8878         * configure.in (enable_libstdcxx_v3): Fix typo,
8879         libstd++ -> libstdc++.
8881 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8883         * MAINTAINERS: Add self to Write After Approval list.
8885 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
8887         * MAINTAINERS: Update my email address.  Add myself to global write
8888         privs list.
8890 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
8892         * Makefile.in: Merge with src and libgcj.
8893         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
8894         configure-target-<library> when their configure scripts need the C
8895         or C++ library to have already been built to work properly.
8896         (do_proto_toplev): Set them to an empty string.
8898         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8899         (REALLY_SET_LIB_PATH): Use them.
8901 2000-11-17  Stan Shebs  <shebs@apple.com>
8903         * MAINTAINERS: Add self to Write After Approval list.
8905 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8907         * configure: Provide the original toplevel configure arguments
8908         (including $0) to subprocesses in the environment rather than
8909         through gcc/configargs.h.
8911 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8913         * MAINTAINERS: Remove references to cccp. Change C9X reference to
8914         C99.  Alphabetise "Write After Approval" list.
8916 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
8918         * configure: Turn on libstdc++ V3 by default.
8920         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
8921         if we've got GCC.
8923 2000-11-11  Philip Blundell  <philb@gnu.org>
8925         * MAINTAINERS: Add self to Write After Approval list.
8927 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
8929         * ltcf-c.sh (aix4): Improve shared library configuration; require
8930         exporting symbols.
8931         * ltcf-cxx.sh (aix4): Define.
8932         * ltconfig (aix4): Define library and soname specs appropriate for
8933         AIX.  Define command to create export symbols list.
8935 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
8937         * config.sub: Add support for Sun Chorus
8939 2000-10-31  Nick Clifton  <nickc@redhat.com>
8941         * MAINTAINERS: Rename <name>@cygnus.com addresses to
8942         <name>@redhat.com.  Also installed new email address for Clint
8943         Popetz.
8945 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
8947         * etc: Remove directory from GCC.
8949 2000-10-16  Michael Meissner  <meissner@redhat.com>
8951         * configure (gcc/configargs.h): Only create if there is a build GCC
8952         directory created.
8954 2000-10-16  Matthias Klose  <doko@debian.org>
8956         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
8957         when configured for libstdc++-v3.
8959 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
8961         * configure: Save configure arguments to gcc/configargs.h.
8963 2000-10-04  Philipp Thomas  <pthomas@suse.de>
8965         * config.guess: Import CVS version 1.157.
8966         * config.sub: Import CVS version 1.181.
8968 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
8970         * Makefile.in (bootstrap): avoid recursion if subdir missing
8971         (cross): ditto
8972         (do-proto-toplev): ditto
8974 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
8976         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
8977         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
8979         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
8980         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
8981         all affected `configure' scripts.
8983 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
8985         * MAINTAINERS: Add self as cpplib co-maintainer.
8987 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
8989         * MAINTAINERS: Add self to Write After Approval list.
8991 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8993         * INSTALL/README: egcs -> GCC update.
8995 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
8997         * MAINTAINERS: Add myself to Write After Approval list.
8999 2000-09-15  Kazu Hirata  <kazu@hxi.com>
9001         * MAINTAINERS: Add myself to Write After Approval list.
9003 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
9005         * configure.in: Do not build byacc for hppa64.  Provide paths to the
9006         X11 libraries for hppa64.
9008 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9010         * MAINTAINERS: Add myself as 68hc11 port maintainer.
9012 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
9014         * Makefile.in (all-zlib): Added dummy target.
9016         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9017         ltcf-gcj.sh: Updated from libtool multi-language branch.
9019 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
9021         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9022         (bootstrap*): Depend on all-bootstrap.
9024 2000-09-05  Philipp Thomas  <pthomas@suse.de>
9026         * config.guess: Import CVS version 1.156.
9027         * config.sub: Import CVS version 1.179.
9029 2000-09-02  Anthony Green  <green@cygnus.com>
9031         * Makefile.in (all-gcc): Depend on all-zlib.
9032         (CLEAN_MODULES): Add clean-zlib.
9033         (ALL_MODULES): Add all-zlib.
9034         * configure.in (host_libs): Add zlib.
9036 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
9038         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9039         crosses, but add gcc/include to the header search path for them.
9041 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
9043         * MAINTAINERS: Add self to Write After Approval list.
9045 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9047         * config.guess: Import CVS version 1.152.
9048         * config.sub: Import CVS version 1.177.
9050 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
9052         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
9053         $targargs to tell whether newlib is going to be built.
9055         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
9056         $$r/TARGET_SUBDIR/libio for _G_config.h.
9058 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
9060         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
9062 2000-08-22  DJ Delorie  <dj@redhat.com>
9064         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
9066 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
9068         * config-ml.in (CC, CXX): Avoid trailing whitespace.
9069         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9070         sub-configures.
9072 2000-08-21  DJ Delorie  <dj@redhat.com>
9074         * MAINTAINERS: Add self as a libiberty maintainer
9076 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
9078         * configure.in (libstdcxx_flags): Use
9079         libstdc++-v3/src/libstdc++.INC.
9081 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
9083         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9085 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
9087         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
9089         * configure: Make enable_threads and enable_shared defaults
9090         explicit.  Substitute enable_threads into generated Makefiles.
9091         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
9092         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
9094 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
9096         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
9098 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
9100         * config-ml.in (CC): Remove bogus duplicate quotation mark from
9101         previous delta.
9103 2000-08-11  Jason Merrill  <jason@redhat.com>
9105         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9106         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9107         (FLAGS_FOR_TARGET): Not here.
9108         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9110 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
9112         * config-ml.in (CC, CXX): Don't introduce a leading space.
9114 2000-08-07  DJ Delorie  <dj@delorie.com>
9116         * MAINTAINERS: Add self as a DJGPP maintainer
9118 2000-08-07  DJ Delorie  <dj@redhat.com>
9120         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9121         "if we're also building gcc, and it's a gcc that will run on the
9122         build machine, we want to use its includes instead of the system's
9123         default includes".
9125 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
9127         * MAINTAINERS: Add self to Write After Approval list.
9129 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
9131         * configure.in (libstdcxx_flags): Don't use `"'.
9133         * config-ml.in: Adjust multilib search paths to the
9134         appropriate multilib tree.
9136 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
9138         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9139         commas in $LANGUAGES.
9141 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
9143         * configure.in: Re-enable all references to libg++ and librx.
9145 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
9147         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
9148         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
9149         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
9150         * ltcf-cxx.sh (need_lc): Set based on postdeps.
9152         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9154 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
9156         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9157         CXX_FOR_TARGET for sed.
9159 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
9161         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9162         Do not override if already set in the environment or in configure.
9163         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9164         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9166 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
9168         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
9169         the libtool CVS tree multi-language branch.
9170         * ltconfig, ltmain.sh: Updated.
9172 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
9174         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
9175         (clean-target): Depend on it.
9177         * Makefile.in (FLAGS_FOR_TARGET): New macro.
9178         (GCC_FOR_TARGET): Use it.
9179         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9180         * configure.in: ... here.
9181         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
9182         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9184 2000-07-24  Eric Christopher  <echristo@cygnus.com>
9186         * MAINTAINERS: Add self to Write After Approval list.
9188 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
9190         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9191         (configure-target-libchill, configure-target-libobjc): Likewise.
9193         * configure.in: Use the same cache file for all target libs.
9194         * config-ml.in: But different cache files per multilib variant.
9196 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9198         * configure (topsrcdir): Don't use dirname.
9200 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
9202         * MAINTAINERS: Add self to Write After Approval list.
9204 2000-07-20  Jason Merrill  <jason@redhat.com>
9206         * configure.in: Remove all references to libg++ and librx.
9208         * configure, configure.in, Makefile.in: Unify gcc and binutils.
9210 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
9212         * config.sub: Update to subversions version 2000-07-06.
9214 2000-07-12  Andrew Haley  <aph@cygnus.com>
9216         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9217         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9219 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
9221         * symlink-tree:  Check number of arguments.
9223 2000-07-05  Jim Wilson  <wilson@cygnus.com>
9225         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9226         search path for a g++ extracted from the build tree.  This
9227         will allow link tests run by configure scripts in
9228         subdirectories to succeed.
9230 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
9232         * ltconfig: Add support for mips-dde-sysv4.2MP
9234 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9236         * MAINTAINERS: Add myself as loop discovery maintainer.
9238 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
9240         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9241         `os2'. Force ac_cv_exeext to be ".exe" in that case.
9243 2000-06-19  Timothy Wall  <twall@cygnus.com>
9245         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9246         * config.sub: Add tic54x target.
9248 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9250         * MAINTAINERS: Add self as Fortran maintainer,
9251         remove Craig Burley.
9253 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9255         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9256         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9258 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
9260         * MAINTAINERS: Add self as i18n maintainer
9262 20000-05-21  H.J. Lu  (hjl@gnu.org)
9264         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9265         directory are used if they exist. Make sure
9266         $(build_tooldir)/include is searched for header files,
9267         $(build_tooldir)/lib/ for library files.
9268         (GCC_FOR_TARGET): Likewise.
9269         (CXX_FOR_TARGET): Likewise.
9271 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
9273         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9275 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
9277         * Makefile.in (configure-target-libiberty): Depend on
9278         configure-target-newlib.
9280 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
9282         * configure.in, Makefile.in: Merge all libffi-related
9283         configury stuff from the libgcj tree.
9285 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9287         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9288         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9290 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9292         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9293         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9294         current version information.  Add to proto-toplev directory.
9295         (gdb-taz): Build do-djunpack.
9297 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
9299         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9301 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9303         * MAINTAINERS: Add self to Write After Approval list.
9305 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9307         * ltmain.sh: Preserve in relink_command any environment
9308         variables that may affect the linker behavior.
9310 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
9312         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9314 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
9316         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9318 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
9320         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9321         with the version name.
9323 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
9325         * MAINTAINERS: Add self as bb-reorder maintainer.
9327 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
9329         * config.if: Tweak.
9331 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
9333         * djunpack.bat: New file.
9335 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9337         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9338         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9339         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9340         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9342 2000-04-16  Dave Pitts  <dpitts@cozx.com>
9344         * config.sub (case $basic_machine): Change default for "ibm-*"
9345         to "openedition".
9347 2000-04-13  Andreas Jaeger  <aj@suse.de>
9349         * MAINTAINERS: Added myself.
9351 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9353         * Makefile.in (gdb-taz): New target.  GDB specific archive.
9354         (do-md5sum): New target.
9355         (MD5PROG): Define.
9356         (PACKAGE): Default to TOOL.
9357         (VER): Default to a shell script.
9358         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
9359         md5 checksum generation.
9360         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9361         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9362         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9363         insight.tar.bz2): Use gdb-taz to create archive.
9365 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9367         * configure (warn_cflags): Delete.
9369 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
9371         * MAINTAINERS: Added myself.
9373 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
9374             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
9376         * configure.in (enable_libstdcxx_v3): Add.
9377         (target_libs): Add bits here to switch between libstdc++-v2 and
9378         libstdc++-v3.
9379         * config.if: And this file too.
9380         * Makefile.in: Add libstdc++-v3 targets.
9382 2000-04-05  Michael Meissner  <meissner@redhat.com>
9384         * config.sub (d30v): Add d30v as a basic machine type.
9386 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
9388         * configure.in: -linux-gnu*, not -linux-gnu.
9390 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9392         * MAINTAINERS: Add self in write-after-approval section.
9394 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
9396         * MAINTAINERS: Add self as ia64 port maintainer.
9398 2000-03-08  Neil Booth  <NeilB@earthling.net>
9400         * MAINTAINERS: Add self in write-after-approval section.
9402 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9404         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9405         (do-tar-bz2): Replace TOOL with PACKAGE.
9406         (gdb.tar.bz2): Remove GDBTK from GDB package.
9407         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9408         dejagnu.tar.bz2): New packages.
9410 2000-02-27  Andreas Jaeger  <aj@suse.de>
9412         * configure.in: Add entry for mips*-*-linux*, move catch all
9413         *-*-*linux* entry below this one.
9415 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
9417         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9419 2000-02-24  Nick Clifton  <nickc@cygnus.com>
9421         * config.sub: Support an OS of "wince".
9423 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9425         * config.guess, config.sub: Updated to match config's 2000-02-15
9426         version.
9428 2000-02-23  Linas Vepstas  <linas@linas.org>
9430         * config.sub: Add support for Linux/IBM 370.
9431         * configure.in: Likewise.
9433 2000-02-22  Nick Clifton  <nickc@cygnus.com>
9435         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9437 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
9439         * config.guess: Guess "cygwin" rather than "cygwin32".
9441 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9443         * configure (gcc_version): When setting, narrow search to
9444         lines containing `version_string'.
9446 2000-02-15  Denis Chertykov  <denisc@overta.ru>
9448         * config.sub: Add support for avr target.
9450 2000-02-14  Nick Clifton  <nickc@cygnus.com>
9452         * MAINTAINERS: Add maintainers for MCore port.
9454 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9456         * config.sub: Add mmix-knuth-mmixware.
9458 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9460         * MAINTAINERS: Pair cccp with cpplib maintainership.
9462 2000-01-27  Christopher Faylor  <cgf@redhat.com>
9464         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9465         structure stuff to -L library search.
9466         (CXX_FOR_TARGET): Ditto.
9467         (CROSS_CHECK_MODULES): Fix spelling mistake.
9469 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
9471         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9472         the C++ compiler.
9474 2000-01-12  Richard Henderson  <rth@cygnus.com>
9476         * configure.in: Don't build some bits for beos.
9478 2000-01-12  Joel Sherrill (joel@OARcorp.com)
9480         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9481         as include files.
9483 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
9485         * Add self as cpplib maintainer, as requested by Jason
9486         Merrill.  Correct my e-mail address.
9488 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
9490         * configure.in: Use mt-aix43 to handle *_TARGET defs,
9491         not mh-aix43.
9493 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
9495         * MAINTAINERS: Add myself to "write after approval" list.
9497 1999-12-14  Richard Henderson  <rth@cygnus.com>
9499         * config.guess (alpha-osf, alpha-linux): Detect ev67.
9500         * config.sub: Accept alphaev[78], alphaev8.
9502 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9504         * config.guess, config.sub: Update from autoconf.
9506 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
9508         * MAINTAINERS:  update my playtime e-address.
9510 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9512         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9513         necessary libraries are missing.
9515 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
9517         * MAINTAINERS: Add new 'write after approval' maintainer.
9519 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9521         * MAINTAINERS: Add new Java maintainer.
9523 1999-10-25  Andreas Schwab  <schwab@suse.de>
9525         * configure: Fix quoting inside arguments of eval.
9527 1999-10-21  Nick Clifton  <nickc@cygnus.com>
9529         * config-ml.in: Allow suppression of some ARM multilibs.
9531 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
9533         * config.guess: Add OS/390 match pattern.
9534         * config.sub: Add mvs, openedition targets.
9535         * configure.in (i370-ibm-opened*): New.
9537 1999-09-04  Steve Chamberlain  <sac@pobox.com>
9539         * config.sub: Add support for configuring for pj.
9541 1999-08-31  Nick Clifton  <nickc@cygnus.com>
9543         * config.sub (maybe_os): Add support for configuring for fr30.
9545 1999-08-25  Nick Clifton  <nickc@cygnus.com>
9547         * configure.in: Do not configure or build ld for AIX
9548         platforms.  ld is known to be broken on these platforms.
9550 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9552         * config-ml.in: Pass compiler flag corresponding to multidirs to
9553         subdir configures.
9555 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
9557         * Makefile.in (LDFLAGS): Define.
9559 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
9561         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9562         noconfigdirs.
9563         (*-*-cygwin*): Likewise.
9565 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
9567         * mkdep: New file.
9568         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9569         (BINUTILS_SUPPORT_DIRS): Add mkdep.
9571         From Eli Zaretskii <eliz@is.elta.co.il>:
9572         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9573         long file name when using DJGPP on MS-DOS.
9575 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
9577         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9579 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
9581         * Makefile.in (check-target-libio): Remove all-target-libstdc++
9582         dependency as this causes "make check" to globally "make all"
9584 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
9586         * configure.in (target_libs): Added target-zlib.
9587         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9588         (CONFIGURE_TARGET_MODULES): Likewise.
9589         (CHECK_TARGET_MODULES): Likewise.
9590         (INSTALL_TARGET_MODULES): Likewise.
9591         (CLEAN_TARGET_MODULES): Likewise.
9592         (configure-target-zlib): New target.
9593         (all-target-zlib): Likewise.
9594         (all-target-libjava): Depend on all-target-zlib.
9595         (configure-target-libjava): Depend on configure-target-zlib.
9597         * Makefile.in (configure-target-libjava): Depend on
9598         configure-target-newlib.
9599         (configure-target-boehm-gc): New target.
9600         (configure-target-qthreads): New target.
9602         * configure.in (target_libs): Added target-qthreads.
9603         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9604         (CONFIGURE_TARGET_MODULES): Likewise.
9605         (CHECK_TARGET_MODULES): Likewise.
9606         (INSTALL_TARGET_MODULES): Likewise.
9607         (CLEAN_TARGET_MODULES): Likewise.
9608         (all-target-qthreads): New target.
9609         (configure-target-libjava): Depend on configure-target-qthreads.
9610         (all-target-libjava): Depend on all-target-qthreads.
9612         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9613         (CONFIGURE_TARGET_MODULES): Likewise.
9614         (CHECK_TARGET_MODULES): Likewise.
9615         (INSTALL_TARGET_MODULES): Likewise.
9616         (CLEAN_TARGET_MODULES): Likewise.
9617         (all-target-libjava): New target.
9618         (all-target-boehm-gc): Likewise.
9619         * configure.in (target_libs): Added libjava, boehm-gc.
9621 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
9623         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9624         configure.bat in SUPPORT_FILES.
9625         (gas+binutils.tar.bz2): Likewise.
9627         * makeall.bat: Remove; obsolete.
9629 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
9631         From Mark Elbrecht:
9632         * configure.bat: Remove; obsolete.
9634 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
9636         * configure: Add -W -Wall to the default CFLAGS when compiling with
9637         gcc.
9639 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
9641         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9643 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
9645         * configure.in: Build ld on IRIX6.
9647 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
9649         * Makefile.in: Change distribution targets to use bzip2 instead of
9650         gzip.
9651         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9652         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9654 1999-06-04  Nick Clifton  <nickc@cygnus.com>
9656         * config.sub: Add mcore target.
9658 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
9660         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9662 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
9664         * config.guess (dummy): Changed to $dummy.
9666 1999-05-24  Nick Clifton  <nickc@cygnus.com>
9668         * config.sub: Tidied up case statements.
9670 1999-05-22  Ben Elliston  <bje@cygnus.com>
9672         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9673         <jiro@din.or.jp>.
9675         * config.guess: Merge with FSF version. Future changes will be
9676         more accurately recorded in this ChangeLog.
9677         * config.sub: Likewise.
9679 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
9681          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9683 1999-04-30  Tom Tromey  <tromey@cygnus.com>
9685         * ltmain.sh: [mode link] Always use CC given by ltconfig.
9687 1999-04-23  Tom Tromey  <tromey@cygnus.com>
9689         * ltconfig, ltmain.sh: Update to libtool 1.2f.
9691 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
9693         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9694         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9695         Bad merge removed these two changes.
9697 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
9698                           Martin Heller (Ing.-Buero_Heller@t-online.de)
9700         * config.guess (interix Alpha): Add.
9702 1999-04-11  Richard Henderson  <rth@cygnus.com>
9704         * configure.in (i?86-*-beos*): Do config gperf; don't config
9705         gdb, newlib, or libgloss.
9707 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
9709         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9710         link a trivial program with -mabi=64.  If it fails, remove mabi=64
9711         from multidirs.
9713 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
9715         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9717 1999-04-08  Nick Clifton  <nickc@cygnus.com>
9719         * config.sub: Add support for mcore targets.
9721 1999-04-07  Michael Meissner  <meissner@cygnus.com>
9723         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9724         not mt-ospace, in order to shut up assembler warning about using
9725         symbols that are named the same as registers.
9727 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
9729         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9730         dependency list for all-target-cygmon.
9732 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
9734         * config-ml.in: Check $host, not $target, for selective multilibs.
9735         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9736         thumb interworking, and underscore prefix multilibs.
9738 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
9740         * missing: Update to version from current automake.
9742 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
9744         * configure (gxx_include_dir): Removed.
9746         * configure.in (gxx_include_dir): Handle it.
9747         * Makefile.in: Likewise.
9749 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
9751         * config.sub (mips64vr4111,mips64vr4111el) Add.
9753 1999-03-21  Ben Elliston  <bje@cygnus.com>
9755         * config.guess: Correct typo for detecting ELF on FreeBSD.
9757 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
9759         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9760         config/mh-djgpp.
9762 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
9764         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9765         all-target-newlib to dependency list for all-target-bsp.
9767 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9769         * config.sub: Add i386-uwin support.
9770         * config.guess: Likewise.
9772 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9774         * configure.in: cleanup, add mh-*pic handling for arm, special
9775         case powerpc*-*-aix*
9777 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
9779         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9780         can be built.
9782 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
9784         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
9785         targets.
9787 1999-03-02  Nick Clifton  <nickc@cygnus.com>
9789         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9791 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
9793         * config.sub: Check for "cygwin*" rather than "cygwin32*"
9795 1999-02-24  Nick Clifton  <nickc@cygnus.com>
9797         * config.sub: Fix typo in arm recognition.
9799 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
9801         * configure.in (noconfigdirs): Changed target_configdirs to
9802         include target-bsp only for m68k-*-elf* and m68k-*-coff*
9803         rather than m68k-*-* since it is not known to work on
9804         m68k-aout. Ditto for arm-*-*oabi.
9806 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
9808         * configure.in (*-*-windows*): Remove, no longer used.
9810 1999-02-19  Ben Elliston <bje@cygnus.com>
9812         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9813         Smart and improved by Andrew Cagney.
9815 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
9817         * config.guess: Recognize openbsd-*-hppa.
9819 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
9821         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9822         only if it is not empty.
9824 1999-02-17  Nick Clifton  <nickc@cygnus.com>
9826         Patch from: Scott Bambrough <scottb@corelcomputer.com>
9828         * config.guess: Modified to recognize uname's armv* syntax.
9830         * config.sub: Modified to recognize uname's armv* syntax.
9832 1999-02-17  Mark Salter  <msalter@cygnus.com>
9834         * configure.in: Added target-bsp for sparclite.
9836 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
9838         * config.sub: Recognize alphapca5[67] and up to alphaev8.
9840 1999-02-08  Nick Clifton  <nickc@cygnus.com>
9842         * configure.in: Add support for strongarm port.
9843         * config.sub: Add support for strongarm target.
9845 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9847         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9848         the old name config/mh-cygwin32.
9849         Enable texinfo.
9851 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
9853         * configure.in: Do build ld for ix86 Solaris.
9855 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
9857         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
9858         $AR_FOR_TARGET.  Likewise for RANLIB.
9860 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
9862         * config.sub (oabi):  Recognize.
9863         * configure.in (arm-*-oabi):  Handle.
9865 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
9867         * config.guess: Improve detection of i686 on UnixWare 7.
9869 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9871         * config.guess: Add support for i386-pc-interix.
9872         * config.sub: Likewise.
9873         * configure.in: Likewise.
9875 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
9877         * Makefile.in: Remove unneeded all-target-libio from
9878         from all-target-winsup target since it is now unneeded.
9879         Add all-target-libtermcap in its place since it is now
9880         needed.
9882 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
9884         * configure.in: makefile stub for cygwin target is probably
9885         unnecessary.  Remove it for now.
9887 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
9889         * configure.in: libtermcap.a should be built when cygwin is the
9890         target as well as the host.
9891         * config.guess: Allow mixed case in cygwin uname output.
9892         * Makefile.in: Add libtermcap target.
9894 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
9896         * config.sub: Clean up handling of hppa2.0.
9898 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
9900         * config.guess: Use C code to identify more HP machines.
9902 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
9904         * config.sub: Handle hppa2.0.
9906 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
9908         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
9909         cygmon for all sparclite targets, regardless of object format.
9911 1998-12-15  Mark Salter  <msalter@cygnus.com>
9913         * configure.in: Added target-bsp for several target architectures.
9915         * Makefile.in: Added rules for bsp.
9917 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
9919         * config.guess: Improve detection of hppa2.0 processors.
9921 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
9923         * config.guess: Recognize FreeBSD using ELF automatically.
9925 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
9927         * configure (skip-this-dir): Add handling for new shell script, which
9928         might be created by a sub-directory's configure to indicate, this particular
9929         directory is "unwanted".
9930         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9932 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
9934         * ltconfig: import from libtool, after changing libtool to
9935         account for the cygwin name change.
9937 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
9939         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9940         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9942 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
9944         * configure.in: Add libtermcap to list of cygwin dependencies.
9946 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
9948         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9949         they include winsup/include when it's a cygwin target.
9951 1998-11-12  Tom Tromey  <tromey@cygnus.com>
9953         * configure.in (host_tools): Added zip.
9954         * Makefile.in (all-target-libjava): Depend on all-zip.
9955         (all-zip): New target.
9956         (ALL_MODULES): Added all-zip.
9957         (NATIVE_CHECK_MODULES): Added check-zip.
9958         (INSTALL_MODULES): Added install-zip.
9959         (CLEAN_MODULES): Added clean-zip.
9961 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
9963         * Makefile.in: lose "32" from comment about cygwin.
9965 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
9967         * configure.in: Use -Os to build target libraries for the fr30.
9969 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
9971         * config.sub: Add fr30.
9973 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
9975         * configure.in: drop "32" from config/mh-cygwin32.  Check
9976         cygwin* instead of cygwin32*.
9977         * config.sub: Check cygwin* instead of cygwin32*.
9979 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
9981         * config.guess: Match any version of Unixware7.
9983 1998-10-20  Syd Polk  <spolk@cygnus.com>
9985         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9986         if desired.
9988 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
9990         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9991         these if the appropriate directories and files to not exist.
9993 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
9995         * Makefile.in (DEVO_SUPPORT): Add config.if.
9997 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9999         * configure: Add pattern to replace "build_tooldir"'s
10000         definition in the generated Makefile with "tooldir"'s
10001         actual value.
10003 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
10005         * config.sub: Bring back lost sparcv9.
10007         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10009 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
10011         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10012         CC_FOR_TARGET and friends.
10014 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
10016         * Makefile.in (build_tooldir): New variable, same as tooldir.
10017         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10018         -B$(build_tooldir)/bin/.
10019         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10021 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10023         * README: Remove installation instructions and refer to the
10024         INSTALL directory instead.
10026 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
10028         * config.sub: Add support for i[34567]86-pc-udk.
10029         * configure.in: Likewise.
10031 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
10033         * Makefile.in: add bzip2 package building bits for user
10034         tools module
10035         * configure.in: ditto
10037 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
10039         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10040         (ALL_TARGET_MODULES): Add all-target-libobjc.
10041         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10042         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10043         (all-target-libchill): Add dependencies.
10044         * configure.in (target_libs): Add libchill.
10046 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
10048         * configure.in (target_subdir): Remove duplicate line.
10050 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
10052         * Makefile.in (all-automake): fix dependencies.
10054 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
10056         * configure.in: Minor cleanups for building in the $(target_alias)
10057         subdir.
10059 1998-09-22  Jim Wilson  <wilson@cygnus.com>
10061         * Makefile.in (bootstrap): Set r and s before make all.  Use
10062         BASE_FLAGS_TO_PASS in make all.
10063         (cross): Likewise.
10065 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
10067         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10069 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
10071         * config.sub: Fix typo in last change.
10073 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10075         * config.sub: Add support for C4x target.
10076         * configure.in: Likewise.
10078 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
10080         * config.sub: Recognize sparcv9 just like sparc64.
10082 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
10084         * config.guess: Match "Pent II" or "PentII" for OpenServer.
10086 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
10088         * config.guess: Correctly identify Pentium II sco boxes.
10090         * config.guess: Fix "tr" code.  From Weiwen Liu.
10092 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
10094         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10095         stabs.
10097 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
10099         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10100         (ALL_TARGET_MODULES): Add all-target-libchill.
10101         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10102         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10103         (all-target-libchill): Add dependencies.
10104         * configure.in (target_libs): Add libchill.
10106 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10108         * config.guess: Avoid assumptions about "tr" behaves when
10109         LANG is set to something other than English.
10111 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
10113         * configure (gxx_include_dir): Changed to
10114         '${prefix}/include/g++'-${libstdcxx_interface}.
10116         * config.if: New to determine the interfaces.
10118 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
10120         * config.guess: Detect and handle MPE/IX.
10121         * config.sub: Deal with MPE/IX.
10123 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
10125         * configure.in: Use mh-aix43.
10127 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
10129         * configure: Fix --without/--disable cases for gxx-include-dir.
10131 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
10133         * mdata-sh:  Imported.  Needed for automake support.
10135 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
10137         * Makefile.in (taz): Try "chmod -R og=u ." before
10138         "chmod og=u `find . -print`".
10140 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
10142         * configure.in: Add arm-elf and thumb-elf support.
10144 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
10146         * Makefile.in: Undo previous patch.
10148 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
10150         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10151         to here ...
10152         (install-no-fixedincludes): and here
10153         (INSTALL_MODULES): ... from here.
10155 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10157         * config.sub: Merge with FSF.
10159         * config.guess: Merge with FSF.
10161 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
10163         * configure (extraconfigdirs): New variable.
10164         (SUBDIRS): Add extraconfigdirs and recurse on them too.
10165         * Makefile.in (all): Move higher in file.
10166         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10167         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10168         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10169         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10170         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10172 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
10174         * Makefile.in (all-target-libjava): Depend on all-gcc and
10175         all-target-newlib.
10176         (configure-target-libjava): Depend on $(ALL_GCC).
10178 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
10180         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10181         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10183 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
10185         * INSTALL/README: Fix typo.
10187 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10189         * ylwrap: Change absolute path checks to check for DOS style path
10190         names.
10192         * ylwrap: Don't use a full path name if the source file is in the
10193         same directory.  From hjl@lucon.org (H.J. Lu).
10195         * config-ml.in: Default to being verbose, to match Feb 18 change to
10196         configure.
10198 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
10200         Brought over from egcs:
10202         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10204         * configure.in (target_subdir): Set to ${target_alias} instead
10205         of "libraries".
10207         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
10209         * configure.in (target_subdir): Set to libraries if enable_multilib.
10211 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
10213         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10214         multilibs, force reconfiguration the first time we create
10215         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10217 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
10219         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10220         avoid confusion with --no-recursion.
10222 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
10224         * configure.in: Win32 hosts shouldn't use install -x
10225         * install-sh: remove -x option, and special .exe-handling
10226         hack.
10228 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
10230         * config.guess: Recognize i586-pc-beos.
10231         * configure.in: Don't build some bits for beos.
10233 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10235         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10236         CFLAGS default to -O2.
10238         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10239         when using GNU ld.
10241 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
10243         * ltmain.sh: Correct install when using a different shell.
10245 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10247         * ltconfig, ltmain.sh: Update to libtool 1.2b.
10249 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
10251         * makefile.vms: Update to build binutils/makefile.vms.  Add install
10252         target.
10254 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
10256         * ltconfig: Update to correct AIX handling.
10258 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10260         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10262         * configure.in (target_subdir): Set to ${target_alias} instead
10263         of "libraries".
10265 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
10267         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10268         (Makefile): Depend on $(gcc_version_trigger).
10270         * configure (gcc_version): Change default initializer to empty
10271         string.
10272         (gcc_version_trigger): New variable; pass this variable down
10273         to subdir configures to enable them checking gcc's version
10274         themselves. Emit make macros for both gcc_version vars.
10275         (topsrcdir): Initialize reliably.
10276         (recursion line): Remove --with-gcc-version=${gcc_version}.
10278 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10280         * configure (enable_version_specific_runtime_libs): Implement new flag
10281         --enable-version-specific-runtime-libs which installs C++ runtime stuff
10282         in $(libsubdir); emit definition in each generated Makefile.
10283         (gxx_include_dir): Initialize depending on
10284         $enable_version_specific_runtime_libs.
10286 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10288         * configure (gcc_version): Initialize properly depending on
10289         how and where configure is started.
10290         (recursion line): Pass a --with-gcc-version=${gcc_version}
10291         to configures in subdirs.
10293 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
10295         * configure.in (noconfigdirs): Add configure pattern for mips tx39
10296         cygmon
10298 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
10300         * configure.in: Add cygmon and libstub support for mn10200.
10302 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
10304         * configure (gcc_version): Add new variable describing the
10305         particular gcc version we're building.
10306         * Makefile.in (libsubdir): Add new macro for the directory
10307         in which the compiler finds executables, libraries, etc.
10308         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10309         and libsubdir.
10311 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10313         * Makefile.in (local-clean): Remove *.log.
10314         (warning.log): Built with warn_summary from build.log.
10315         (mail-report.log): Run test_summary.
10316         (mail-report-with-warnings.log): Run test_summary including
10317         warning.log in the report.
10319 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
10321         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10323 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10325         * Makefile.in (grep): Grep no longer depends on libiberty.
10327 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
10329         * Makefile.in: all-snavigator needs all-libgui.
10331 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
10333         * configure.in: Add cygmon and libstub support for mn10300.
10335 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
10337         * missing: Update to version from automake 1.3.
10339         * ltmain.sh: On installation, don't get confused if the same name
10340         appears more than once in the list of library names.
10342 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10344         * config.sub: Accept m68060 and m5200 as CPU names.
10346 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
10348         * configure: Use && rather than using -a in test, because odd
10349         strings can confuse test.
10350         * configure.in: Likewise.
10352 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10354         * ltconfig, ltmain.sh: Bring in Visual C++ support.
10356 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10358         * Makefile.in (boostrap2-lean, bootstrap3-lean,
10359         bootstrap4-lean): New targets.
10361 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
10363         * mpw-* Delete.  Not used.
10365 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
10367         * COPYING.LIB: Update FSF address.
10369 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
10371         * ltconfig, ltmain.sh: Update to libtool 1.2a.
10373         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10374         GAS_SUPPORT_DIRS.
10376 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
10378         * ltconfig, ltmain.sh: Avoid producing a version number if
10379         -version-info was not used.
10381 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10383         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10384         building with newlib.
10386 1998-04-30  Paul Eggert  <eggert@twinsun.com>
10388         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10389         Solaris `make' causes it to continue to next definition.
10391 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10393         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10394         the right GUI libraries and files are installed along with GDB.
10396 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10398         * configure.in: Change alpha to alpha* in several places.
10400 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
10402         * config.sub: Recognize sparc86x.
10404 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
10406         * configure.in (--enable-target-optspace): Remove debug echo.
10408 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
10410         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10412 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10414         * ltconfig: Update cygwin32 support.
10416         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10417         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10418         (GDB_SUPPORT_DIRS): Likewise.
10420 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
10422         * configure.in (target_makefile_frag): If --enable-target-optspace,
10423         use -Os to compile target libraries rather than -O2.  Default to
10424         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10425         not used.
10426         * configure.in (target_cflags): Ditto for d30v.
10428 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
10430         * Makefile.in (all-bfd): Depend on all-intl.
10431         (all-binutils): Likewise.
10432         (all-gas): Likewise.
10433         (all-gprof): Likewise.
10434         (all-ld): Likewise.
10436 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
10438         * configure.in (host_tools): Fix typo, lbtool -> libtool.
10440 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10442         * Makefile.in (all-bfd): Depend upon all-libiberty.
10444         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10446 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
10448         * Makefile.in: Add libstub.
10450         * configure.in: Ditto. Build libstub for targets that have cygmon
10451         support.
10453 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
10455         * configure.in: Don't set PICFLAG on ix86-cygwin32.
10457 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
10459         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10460         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
10462 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
10464         * configure: Define DEFAULT_M4 by searching PATH.
10465         * Makfile.in: Use DEFAULT_M4.
10467 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10469         * ltconfig: Add cygwin32 support.
10471         * Makefile.in, configure.in: Add libtool as a native only directory
10472         to configure and build.
10474 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
10476         * Makefile.in (INSTALL_MODULES): Remove texinfo.
10478 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
10480         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10482 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
10484         * Makefile.in: add ash make rules
10485         * configure.in: add ash to native_only and host_tools lists
10487 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
10489         * Makefile.in (all-gettext, all-intl): New targets.
10490         (ALL_MODULES): Added all-gettext, all-intl.
10491         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10492         (INSTALL_MODULES): Added install-gettext, install-intl.
10493         (CLEAN_MODULES): Added clean-gettext, clean-intl.
10495         * configure.in (host_tools): Added gettext.
10496         (native_only): Likewise.
10497         (noconfigdirs) [various cases]: Likewise.
10498         (host_libs): Added intl.
10500 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
10502         * configure: Do not disable building gdbtk for cygwin32 hosts.
10504 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
10506         * configure.in: Add thumb-coff target.
10507         * config.sub: Add thumb-coff target.
10509 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10511         * Makefile.in: Revert yesterday's change.
10512         (all-target-winsup):  all-target-librx stays out of here.
10514 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10516         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10517         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10518         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10519         Remove references to librx and libg++.
10521 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
10523         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10524         recursive makes
10526 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
10528         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10529         for newlib directory.
10530         (CXX_FOR_TARGET): Likewise.
10532 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
10534         * ltconfig: Update after libtool/ltconfig.in change for
10535         hpux11.
10537 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
10539         * ltconfig, ltmain.sh: Update to libtool 1.2.
10541 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10543         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10544         (install-gcc-cross): Instead, override LANGUAGES here.
10546 1998-03-18  Dave Love  <d.love@dl.ac.uk>
10548         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10549         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10551 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
10553         * configure.in: Add Thumb-pe target.
10555 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
10557         * Makefile.in - changed sn targets to snavigator
10558         * configure.in - changed sn targets to snavigator
10560 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10562         * config-ml.in: After building symlink tree call make distclean
10563         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10564         to be the case for libiberty.
10566 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
10568         * configure: When making link, also check the current
10569         directory. The configure scripts may create one.
10571 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
10573         * config.sub: Accept alphapca56 and alphaev6 properly.
10575 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10577         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10579 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10581         * config.sub (sco5): Fix typo.
10583 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
10585         * Makefile.in (INSTALL_MODULES): Move install-tcl before
10586         install-itcl.
10587         (install-itcl): Remove dependency on install-tcl.
10589 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
10591         * configure.in: Remove libgloss from noconfigdirs for MN10300.
10593 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
10595         * configure.in: Don't build libgui for a cygwin32 target when not on
10596         a cygwin32 host.
10598 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10600         * configure (redirect): Set to null, so default behavior of
10601         configure is now --verbose.
10603 1998-02-16  Dave Love  <d.love@dl.ac.uk>
10605         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10606         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10608 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
10610         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10611         this change to sync Makefile.in with its ChangeLog entries.
10613 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
10615         * ltmain.sh (mkdir): Check that the directory doesn't exist
10616         before we exit with error, so that we don't get races during
10617         parallel builds.
10619 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10621         * ltconfig, ltmain.sh: Update from libtool 1.0i.
10623 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10625         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10626         PICFLAG_FOR_TARGET.
10627         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10629         * configure: Emit a definition for the new macro enable_shared
10630         into each Makefile.
10632 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10634         * configure.in (host_tools, native_only): Add libtool.
10636 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
10638         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10639         Fix typo in ming config comment.
10641 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10643         * ltconfig, ltmain.sh: Update from libtool 1.0h.
10645 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
10647         * config.sub: Add tic30 cases, and map c30 to tic30.
10649 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
10651         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10652         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10653         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10654         (CLEAN_TARGET_MODULES): Similarly
10655         (all-target-libf2c): Add dependences.
10656         * configure.in (target_libs): Add libf2c.
10658 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
10660         * configure.in: Remove expect from noconfigdirs when target
10661         is cygwin32.  OK to build expect and dejagnu with Canadian
10662         Cross.
10664 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
10666         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10667         host.
10669         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10670         and mingw32.
10672 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10674         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10675         here as it is not defined in the toplevel Makefile.
10677 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10679         * configure (package_makefile_rules_frag): New variable, which names
10680         a file with generic rules, ...
10681         Change comment to mention we now have FIVE parts.
10682         * configure: Undo last change.
10684 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
10686         * config.guess: More accurate determination of HP processor types.
10687         * config.sub: More accurate determination of HP processor types.
10689 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10691         * configure (package_makefile_frag): Move inserting the
10692         ${package_makefile_frag} to where it should be according
10693         to the comment.
10695 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
10697         * config.guess: Add support for Linux/ARM.
10699 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
10701         * .cvsignore: Remove *-info and *-install since they match
10702         release-info and mpw-install, which we don't want to just ignore.
10704 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
10706         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10708 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
10710         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10711         local_prefix to sub-make invocations.
10713 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
10715         * configure.in: Check makefile fragments in the source
10716         directory.
10718 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10720         * configure.in: Check whether host and target makefile
10721         fragments exist before adding them to *_makefile_frag.
10723 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
10725         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10727 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
10729         * configure.in: Make sure we only replace RPATH_ENVVAR on
10730         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10731         regexp to sed.
10733         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10734         to sub-makes.
10736 1998-01-13  Lee Iverson   (leei@ai.sri.com)
10738         * config-ml.in (multi-do): LDFLAGS must include multilib
10739         designator.
10741 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
10743         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10745 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
10747         * config.sub: Add mingw32 support.
10748         * configure.in: Likewise.
10750 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10752         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10754 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
10756         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10757         * configure (gxx_include_dir): Provide a definition for subdirs
10758         which do not use autoconf.
10760 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
10762         * config.guess: Sync with egcs.  Picks up new alpha support,
10763         BeOS & some additional linux support.
10765 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
10767         * config.guess: HP 9000/803 is a PA1.1 machine.
10769 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
10771         * configure.in: It's alpha*-...
10773 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10775         * configure.in (host_makefile_frag, target_makefile_frag):
10776         Handle multiple config files.
10777         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10778         alpha-*-*.
10780 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
10782         * mkdep: New file.
10784 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
10786         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10788 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
10790         * Makefile.in: Add libgui directory.
10791         (GDB_TK): Add all-libgui.
10792         * configure.in: Add libgui directory.
10793         * configure: Add all-libgui to GDB_TK.
10795 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
10797         * config-ml.in (multidirs): Add m32r to multilib list.
10799 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
10801         * Makefile.in (all-target-gperf): Change dependency to
10802         all-target-libstdc++.
10804 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
10806         * config.guess: Add BeOS support.
10808 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
10810         Source directory cvs renamed to cvssrc:
10811         * configure.in (host_tools): Change cvs to cvssrc.
10812         (native_only): Likewise.
10813         (noconfigdirs) [various cases]: Likewise.
10814         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10815         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10816         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10817         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10818         (all-cvssrc): Rename target from all-cvs.
10820 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
10822         * configure (gxx_include_dir): Fix thinko.
10824 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
10826         * Makefile.in (INSTALL_TARGET_CROSS): Define.
10827         (install-cross, install-gcc-cross): New targets.
10829 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
10831         * configure.in (noconfigdirs): Add support for Thumb target.
10833         * config.sub (maybe_os): Add support for Thumb target.
10835 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
10837         * Makefile.in: Add rules for cygmon.
10839         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10841 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
10843         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10844         * configure (gxx_include_dir): Provide a definition for subdirs
10845         which do not use autoconf.
10847 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
10849         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
10850         11/18/97 build
10852 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
10854         * From Franz Sirl.
10855         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10856         found on RedHat Linux systems.
10858 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
10860         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10861         guesses.
10863 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
10865         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10867 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
10869         * ltmain.sh: If mkdir fails, check whether the directory was created
10870         anyhow by some other process.
10872 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
10874         * configure.in (d30v-*-*): Configure all directories.
10876 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
10878         * configure.in (d30v-*-*): Configure newlib, libiberty directories
10879         for the D30V.
10881 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
10883         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10885 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
10887         * include/libiberty.h: Add extern "C" { so it can be used with C++
10888         progrms.
10889         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
10890         programs.
10892 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
10894         * configure.in (d30v-*-*): Configure GCC now.
10896 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
10898         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10899         is no longer needed.
10901 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
10903         * Makefile.in: check-target-libio depends on all-target-libstdc++.
10905 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
10907         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10908         targets using "$@" to provide support for similar but not identical
10909         targets without having to duplicate code.
10911 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
10913         * makefile.vms: Fix to work with DEC C.
10915 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
10917         * config.sub: Add mips-tx39-elf to marketing names.
10919 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
10921         * ltmain.sh: Handle symlinks in generated script.
10923 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
10925         * configure: Handle autoconf style directory options: --bindir,
10926         --datadir, --includedir, --infodir, --libdir, --libexecdir,
10927         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10928         --sysconfdir.
10929         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10930         (sharedstatedir, localstatedir, oldincludedir): New variables.
10931         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10932         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10933         sbindir, sharedstatedir, and sysconfdir.
10935 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10937         * Makefile.in (bootstrap-lean): New target.
10939 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
10941         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
10942         sn, and gnuserv from noconfigdirs.
10944 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
10946         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10948 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
10950         * Makefile.in (cross): New target.
10952 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
10953                           Jeff Law         <law@cygnus.com>
10955         * Makefile.in (bootstrap2, bootstrap3): New targets.
10956         (all-bootstrap): Remove outdated and confusing target.
10957         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10959 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10961         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
10962         windows.  Consistent with gdb/configure.
10964 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
10966         * configure.in: Name Linux target fragment.
10968         * configure: Rewrite so that project Makefile fragment is inserted
10969         first and appears last in the resulting Makefile.
10971 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10973         * Makefile.in (install-itcl): Install tcl first.
10975 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
10977         * configure.in: remove bison from noconfigdirs for Cygwin32 host
10979 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10981         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10983         * configure.in (skipdirs): Add target-librx for Linux.
10984         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10986 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
10988         * Makefile.in (bootstrap): New target.
10990 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
10992         * config.sub: Accept 'amigados' for backward compatibility.
10994 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
10996         * config.guess: Merge with FSF.
10998 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
11000         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11002 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
11004         * config.sub: Add "marketing-names" patch.
11006 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
11008         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11010 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
11012         * config.sub: Handle v850-elf.
11014 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
11016         * .cvsignore (*-install): Remove.
11018 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
11020         * ltconfig: Set CONFIG_SHELL in libtool.
11021         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11023 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11025         * configure.in (target_subdir): Set to libraries if enable_multilib.
11027 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
11029         * config.guess: Update from gcc directory.
11031 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11033         * Makefile.in (all-sim): Depends on all-readline.
11035 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
11037         * Makefile.in (BISON, YACC): Use $$s.
11038         (all-bison): Depend on all-texinfo.
11040 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
11042         * Makefile.in (BISON): Add -L flag.
11043         (YACC): Likewise.
11045 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11047         * configure.in (noconfigdirs): Add support for v850e target.
11049         * config.sub (maybe_os): Add support for v850e target.
11051 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11053         * configure.in (noconfigdirs): Add support for v850ea target.
11055         * config.sub (maybe_os): Add support for v850ea target.
11057 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
11059         * config.sub: Add mipstx39.  Delete r3900.
11061 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11063         * Makefile.in (all-autoconf): Depends on all-texinfo.
11065 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
11067         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11068         eabi targets.
11070 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
11072         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11074         * configure: When handling a Canadian Cross, handle YACC as well as
11075         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
11076         * Makefile.in (all-bison): Depend upon all-texinfo.
11078 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
11080         * Makefile.in (BISON): bison, not byacc or bison -y.
11081         (YACC): bison -y or byacc or yacc.
11082         (various): Add *-bison as appropriate.
11083         (taz): No need to mess with BISON anymore.
11085 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
11087         * configure: If OSTYPE matches *win32*, try to find a good value for
11088         CONFIG_SHELL.
11090 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
11092         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11093         configure.in if it is present.
11095 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
11097         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11099 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
11101         * config.sub: Recognize `arc' cpu.
11102         * configure.in: Likewise.
11103         * config-ml.in: Likewise.
11105 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
11107         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11109 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
11111         * configure: Changed sed delimiter from ':' to '|' when
11112         attempting to substitute ${config_shell} for SHELL. On
11113         NT ${config_shell} may contain a ':' in it.
11115 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
11117         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11119 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
11121         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11123 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11125         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11127         * ylwrap: If the program is a relative path, force it to be
11128         absolute.
11130 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11132         * configure (tooldir): Set BISON to `bison -y' and not just bison.
11134 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11136         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11137         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11138         for libraries.
11140 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
11142         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11143         separated by spaces.
11145 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
11147         * ylwrap: New file.
11148         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11150         * ltmain.sh: Handle /bin/sh at start of install program.
11152         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11154         * ltconfig, ltmain.sh: New files, from libtool 1.0.
11155         * missing: New file, from automake 1.2.
11157 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
11159         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
11160         check-tk to CHECK_X11_MODULES.
11162 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11164         * config.sub: Merge with FSF.
11166 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11168         * config.guess: Merge with FSF.
11170 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11172         * configure: Treat msdosdjgpp like go32.
11173         * configure.in: Likewise.  Don't remove gprof for go32.
11175         * configure: Change Makefile.tem2 to Makefile.tm2.
11177 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
11179         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11181 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11183         * install-sh (chmodcmd): Set to null if the DST directory already
11184         exists.  Same as Nov 11th change.
11186 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
11188         * configure (GDB_TK): Needs itcl and tix.
11190 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
11192         * config.guess: Update from FSF.
11194 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
11196         * Makefile.in (GDB_TK): Depend on itcl and tix.
11198 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11200         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11201         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11202         (INSTALL_SCRIPT): New variable.
11203         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11204         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11205         to -x.
11206         * install-sh: Add support for -x option.
11208 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
11210         * configure.in, Makefile.in: Treat tix like itcl.
11212 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
11214         * Makefile.in (WINDRES): New variable.
11215         (WINDRES_FOR_TARGET): New variable.
11216         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11217         (EXTRA_HOST_FLAGS): Add WINDRES.
11218         (EXTRA_TARGET_FLAGS): Add WINDRES.
11219         (EXTRA_GCC_FLAGS): Add WINDRES.
11220         ($(DO_X)): Pass down WINDRES.
11221         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11222         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11223         DLLTOOL_FOR_TARGET.
11225 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
11227         * configure.in: configure sim before gdb for win32-x-ppc
11229 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11231         Move gperf into the toplevel, from libg++.
11232         * configure.in (target_tools): Add target-gperf.
11233         (native_only): Add target-gperf.
11234         * Makefile.in (all-target-gperf): New target, depend on
11235         all-target-libg++.
11236         (configure-target-gperf): Empty rule.
11237         (ALL_TARGET_MODULES): Add all-target-gperf.
11238         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11239         (CHECK_TARGET_MODULES): Add check-target-gperf.
11240         (INSTALL_TARGET_MODULES): Add install-target-gperf.
11241         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11243 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
11245         * config.sub (mn10200): Recognize new basic machine.
11247 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11249         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11250         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11252 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11254         * configure.in: If we're building mips-sgi-irix6* native, turn on
11255         ENABLE_MULTILIB and set TARGET_SUBDIR.
11257 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
11259         * Makefile.in (all-sn): Depend on all-grep.
11261 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
11263         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11265         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11266         Makefile.  From Jeff Makey <jeff@cts.com>.
11267         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11269         * Makefile.in (DISTBISONFILES): Remove.
11270         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
11271         $(DEFAULT_YACC).
11273         * configure.in: Build itl, db, sn, etc., when building for native
11274         cygwin32.
11276         * Makefile.in (LD): New variable.
11277         (EXTRA_HOST_FLAGS): Pass down LD.
11278         ($(DO_X)): Likewise.
11280 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
11282         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11284 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
11286         * configure.in (targargs): Strip out any supplied --build argument
11287         before adding our own. Always add --build.
11289 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
11291         * configure.in (targargs): Pass --build if we're doing
11292         a cross-compile.
11294 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
11296         * configure: Use '|' instead of ":" as the separator in
11297         sed. Otherwise sed chokes on NT path names with drive
11298         designators. Also look for "?:*" as the leading characters in an
11299         absolute pathname.
11301 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
11303         * config.sub: Support for r3900.
11305 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11307         * configure.in: Use install-sh, not install.sh.
11309 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11311         * Makefile.in (taz): Improve check for BISON so it doesn't try to
11312         apply it twice.
11314 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11316         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11317         install-binutils.
11319 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
11321         * Makefile.in: Add automake targets.
11322         * configure.in (host_tools): Add automake.
11324 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11326         * configure: Default CXX to c++, not gcc.
11327         * Makefile.in (CXX): Set to c++, not gcc.
11328         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11330 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
11332         * install-sh: try appending a .exe if source file doesn't
11333         exist
11335 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
11337         * configure.in: Turn on multilib by default.
11338         (cross_only): Remove target-libiberty.
11340         * Makefile.in (all-gcc): Don't depend on libiberty.
11342 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
11344         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11346 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11348         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11349         (DISTBISONFILES): Add ld/Makefile.in
11351 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
11353         * configure.in: if target is cygwin32 but host isn't cygwin32,
11354         don't configure gdb tcl tk expect, not just gdb.
11356 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
11358         * configure.in: Added gnuserv everywhere sn appears.
11360         * Makefile.in (ALL_MODULES): Added all-gnuserv.
11361         (CROSS_CHECK_MODULES): Added check-gnuserv.
11362         (INSTALL_MODULES): Added install-gnuserv.
11363         (CLEAN_MODULES): Added clean-gnuserv.
11364         (all-gnuserv): New target.
11366 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
11368         * config.guess: Fixes for MIPS OpenBSD systems.
11370 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11372         * Makefile.in (INSTALL_XFORM): Remove.
11373         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11375         * mkinstalldirs: New file, copied from automake.
11376         * Makefile.in (installdirs): Rename from install-dirs.  Use
11377         mkinstalldirs.  Change all users.
11378         (DEVO_SUPPORT): Add mkinstalldirs.
11380 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11382         * install-sh: Rename from install.sh.
11383         * Makefile.in (INSTALL): Change install.sh to install-sh.
11384         (DEVO_SUPPORT): Likewise.
11386         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
11387         Graichen <graichen@rzpd.de>.
11389 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
11391         * config.guess: Recognize OpenBSD systems correctly.
11393 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11395         * README, Makefile.in (ETC_SUPPORT): Remove references to
11396         cfg-paper*, configure.{texi,man,info*}._
11398 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
11400         * Makefile.in (all.normal): Ensure that gcc is built after all
11401         the x11 - ie gdb - targets.
11403 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
11405         * makefile.vms: Don't run conf-a-gas.
11407 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
11409         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11411 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
11413         * configure.in: Remove noconfigdirs case since gdb also
11414         configures and builds for tic80-coff.
11416 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11418         * configure: Set cache_file to config.cache.
11419         * Makefile.in (local-distclean): Remove config.cache.
11421 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11423         * COPYING: Update FSF address.
11425 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
11427         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11428         noconfigdirs.
11430 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11432         * Makefile.in (install-dirs): Don't crash if prefix, and hence
11433         MAKEDIRS, is empty.
11435 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
11437         * config.sub: Tweak mn10300 entry.
11439 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
11441         * configure.in (host_tools): Put sim before gdb, so gdb's
11442         configure.tgt can determine if the simulator was configured.
11444 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
11446         * config.sub: Move BeOS $os case to be with other Cygnus
11447         local cases.
11449 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
11451         * config.sub: Remove misplaced comment that broke Linux.
11453 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
11455         * config.sub: Add BeOS support.
11457 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
11459         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11461 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
11463         * configure.in (noconfigdirs): Remove tcl and tk from
11464         noconfigdirs for cygwin32 builds.
11466 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
11468         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11470 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
11472         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11473         make-all.com, use makefile.vms instead.
11475 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
11477         * config.sub: Accept -lnews*.
11479 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
11481         * configure.in (noconfigdirs): Disable target-newlib,
11482         target-examples and target-libiberty for d30v.
11484 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11486         * configure.in (noconfigdirs): Enable ld for d30v.
11488 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
11490         * configure.in (tic80-*-*): Build compiler.
11492 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
11494         * configure.in (d30v-*): Remove sim directory from list of
11495         unsupported d30v directories
11497 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11499         * config.sub, configure.in: Add d30v target cpu.
11501 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
11503         * makefile.vms: New file.
11504         * make-all.com: Remove.
11506 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
11508         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11510 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
11512         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11514 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
11516         * Makefile.in (ALL_MODULES): Added all-db.
11517         (CROSS_CHECK_MODULES): Addec check-db.
11518         (INSTALL_MODULES): Added install-db.
11519         (CLEAN_MODULES): Added clean-db.
11521 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
11523         * config.guess: Merge with latest FSF sources.
11525 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
11527         * Makefile.in (ALL_MODULES): Added all-itcl.
11528         (CROSS_CHECK_MODULES): Added check-itcl.
11529         (INSTALL_MODULES): Added install-itcl.
11530         (CLEAN_MODULES): Added clean-itcl.
11532 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
11534         * configure.in: build gdb for mn10200
11536 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
11538         * Makefile.in (all-target-winsup): Depend on all-target-libio.
11540 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
11542         * configure.in (tic80-*-*): Turn off most targets right now.
11544 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
11546         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11547         rather than the makeinfo program.
11548         (do-info): Depend upon all-texinfo.
11550 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11552         * configure.in: Remove uses of config/mh-linux.
11554         * config.sub, config.guess: Merge with latest FSF sources.
11556 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
11558         * config.sub (case $basic_machine): Add tic80 entries.
11560 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
11562         * config.sub, config.guess: Merge with latest FSF sources.
11564 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
11566         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11567         * mpw-config.in: Test for NewFolderRecursive.
11568         * mpw-install: Use symbolic name for startup filename.
11569         * mpw-README: Add various additional details.
11571 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
11573         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11575 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
11577         * configure.in: Do build gcc and the target libraries for
11578         the mn10200.
11580 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
11582         * configure.in: don't avoid building gdb for mn10300 any more
11583         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11584         instead of single-quoting it.
11586 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
11588         * configure.in: Don't use --with-stabs on IRIX 6.
11590 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
11592         * configure.in (m32r): Build gdb, libg++ now.
11594 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11596         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
11597         directories from noconfigdirs.
11599 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
11601         * config.sub (basic_machine): added mips16 configuration
11603 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11605         * config.sub: Handle d10v-unknown.
11607 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
11609         * config.sub: Handle v850-unknown.
11611 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
11613         * Makefile.in: add findutils
11614         * configure.in: add findutils to list of host_tools
11616 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
11618         * config.sub: Handle mn10200 and mn10300.
11620 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11622         * configure.in (d10v-*): Do not build librx.
11624 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
11626         * configure.in (mn10300): Build everything except gdb & libgloss.
11628 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
11630         * config.guess:  Patch for Dansk Data Elektronik servers,
11631         from Niels Skou Olsen <nso@dde.dk>.
11633         For ncr, use /bin/uname rather than uname, since GNU uname does not
11634         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
11636         Patch for MIPS R4000 running System V,
11637         from Eric S. Raymond <esr@snark.thyrsus.com>.
11639         Fix thinko for nextstep.
11641         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11643         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
11644         * config.guess: Guess mips-dec-mach_bsd4.3.
11646         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
11647         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
11648         release numbers.
11649         * config.guess (mips-mips-riscos*):  Emit just enough of the
11650         release number.
11652         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
11653         * config.guess (sparc-auspex-sunos*):  Added.
11654         (f300-fujitsu-*): Added.
11656         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
11657         * config.guess:  Recognize a Tadpole as a sparc.
11659 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11661         * config.guess: Don't assume that NextStep version is either 2 or
11662         3.  NextStep 4 (aka OpenStep 4) has come out now.
11664 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11666         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11667         From Rik Faith <faith@cs.unc.edu>.
11669 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
11671         * config.sub: Contributions from bug-gnu-utils to:
11672         Support plain "hppa" (no version given) architecture, reported by
11673         OpenStep.
11674         OpenBSD like NetBSD.
11675         LynxOs is not a hardware supplier.
11677         * config.guess: Contributions from bug-gnu-utils to add support for:
11678         OpenBSD like NetBSD.
11679         Stratus systems.
11680         More Pyramid systems.
11681         i[n>4]86 Intel chips.
11682         M680[n>4]0 Motorola chips.
11683         Use unknown instead of lynx for hardware manufacturer.
11685 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11687         * install.sh (chmodcmd): Set to null if the DST directory already
11688         exists.
11690 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11692         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11693         not use mt-ppc target Makefile fragment any more.
11695 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11697         * configure.in (*-*-windows):  Exclude everything but those dirs
11698         needed to build windows.
11700 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
11702         * Makefile.in (all-target-winsup): Depend on all-target-librx.
11704 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11706         * configure.in:  Exclude mmalloc from i386-windows.
11708 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11710         * Undo my previous change.
11712 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
11714         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11715         unconditionally.
11716         (MAKEOVERRIDES): Define (revert this part of October 18 change).
11718 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11720         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
11721         host to add it's own flags.
11723 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
11725         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11727 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
11729         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11730         (CXX_FOR_TARGET): Likewise.
11731         (GCC_FOR_TARGET): Define.
11732         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11733         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11734         CC_FOR_TARGET was specified on the command line.
11735         (MAKEOVERRIDES): Don't define.
11737 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
11739         * configure.in (m32r): Fix spelling of libg++ libs.
11741 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
11743         * config.sub (-apple*): Remove, now redundant.
11745 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
11747         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11749         * configure: Rework yesterday's sed script patch.
11751         * config.sub: Merge with FSF.
11753 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
11755         * config.guess:  Merge from FSF.
11757         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
11758         * config.guess: Use pc instead of unknown, for pc clone systems.
11759         Change linux to linux-gnu.
11761         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
11762         * config.guess: Avoid non-portable tr syntax.
11764 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
11766         * test-build.mk (HOLES): Add "xargs" for gdb.
11768         * configure: Avoid hpux10.20 sed bug.
11770 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
11772         * configure.in:  Add support for windows host
11773         (that is a build done under the Microsoft build environment).
11775 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
11777         * Makefile.in: Replace all uses of srcroot with s, to shrink
11778         command line lengths.
11780         Patches from Geoffrey Noer <noer@cygnus.com>:
11781         * configure.in: If configuring for newlib, pass --with-newlib to
11782         subdirectories.
11783         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11784         -Bnewlib/ and -Lwinsup to gcc.
11785         (CXX_FOR_TARGET): Likewise.
11787 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
11789         * Makefile.in (ETC_SUPPORT): Add configure.
11791 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
11793         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
11794         host configuration file.
11796 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
11798         * configure.in: Break mn10x00 support into separate
11799         mn10200 and mn10300 configurations.
11800         * config.sub: Likewise.
11802 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
11804         * configure.in: Add lots of stuff to noconfigdirs for
11805         the mn10x00 targets.
11807         * config.sub, configure.in: Add mn10x00 support.
11809 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
11811         * make-all.com: Call conf-a-gas, not config-a-gas.
11813 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
11815         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
11816         targets.
11818 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
11820         * mpw-README: Add much more detail for native PowerMac.
11821         * mpw-install: New file.
11822         * mpw-configure: Add --norecursion and --help options.
11823         * mpw-config.in: Translate readme and install files when
11824         copying to objdir.
11825         * mpw-build.in: Don't always depend on byacc and flex.
11826         (install-only-top): New action.
11828 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
11830         * configure.in:  You can now configure GDB for the v850.
11832 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
11834         * configure.in (noconfigdirs): Don't configure any C++ dirs
11835         if targeting D10V.
11837 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11839         * config.sub: Recognize mips64vr5000.
11841 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
11843         * configure.in: Use a single line for host_tools and native_only.
11845 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
11847         * config.sub, configure.in: Add entries for m32r.
11849 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
11851         * Makefile.in (inet-install): Don't run install-gzip.
11853 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
11855         * configure.in:  Don't config lots of things for *-*-windows*.
11857 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
11859         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11860         (host_libs, host_tools): Copy from configure.in.
11861         * mpw-configure: Don't complain about directories not found.
11863 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11865         * configure.in (i[345]86): Recognize i686 for pentium pro.
11866         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11867         file.
11869         * config.guess (i[345]86): Ditto.
11871 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11873         * configure.in (noconfigdirs): Removed gdb for D10V.
11875 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
11877         * configure.in: Remove ld, target-libio, target-libg++, and
11878         target-libstdc++ from noconfigdirs.
11880 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
11882         * configure: Fix three locations where shell scripts were
11883         being run directly rather than with config_shell.
11885 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
11887         * configure.in (v850-*-*): Set up initial $noconfigdirs.
11888         * config.sub (basic_machine): Recognize v850.
11890 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
11892         * mpw-configure: Handle multiple enable/disable options and
11893         pass them down recursively, handle -c and -s flags appropriately
11894         depending on choice of compiler, add escape mechanism for
11895         quoted arguments to gC.
11897 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11899         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11900         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11901         so that -mrelocatable-lib and -mno-eabi are used.
11903         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11904         not support --print-multi-lib, don't abort.
11906 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
11908         * make-all.com: Run config-a-gas.
11909         * setup.com: Don't copy subdirectory files around.
11911 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
11913         * configure.in (*-*-ose): Remove exclusion of libgloss for this
11914         target, it now compiles correctly.
11916 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
11918         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11920 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11922         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
11924 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11926         * configure.in (native_only): Add prms.
11928 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
11930         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11931         (BINUTILS_SUPPORT_DIRS): Likewise.
11933 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11935         * configure.in (d10v-*-*): Don't configure ld or gdb until the
11936         d10v support is added.
11938 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11940         * configure.in (d10v-*-*): New target.
11942 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
11944         * config.guess (HP 9000/811): Recognize this as a PA1.1
11945         machine.
11947 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
11949         * Makefile.in (do-tar-gz): New target, split out from tail end of
11950         taz target.  Run each command separately, don't use pipes.
11951         (taz): Use it.
11953 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
11955         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11956         * mpw-build.in: No builds should depend on building byacc or flex,
11957         they are assumed to be installed already.
11959 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11961         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11962         variable that CC_FOR_TARGET needs.
11964 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11966         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11967         options have changed since the last time the subdirectory was
11968         configured, and if it has, reconfigure.
11969         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11970         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11972 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
11974         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11975         CLEAN_MODULES): Add bash.
11976         (all-bash): New target.
11978 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
11980         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11982 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11984         * config.sub (basic_machine): Recognize d10v as a valid processor.
11986 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
11988         * mpw-configure: Add support for --bindir.
11989         * mpw-build.in: Use a GCC-specific build script for GCC actions.
11991 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
11993         * configure.in: add bash, time, gawk to list of hosttools and things
11994         to only build for native toolchains
11996 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11998         * Makefile.in (docdir): Remove.
12000 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12002         * Makefile.in (datadir): Set to $(prefix)/share.
12004 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
12006         * configure.in: build diff and patch for cygwin32-hosted
12007         toolchains.
12009 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
12011         * config.sub: Accept -rtems*.
12013 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
12015         * configure.in: enable dosrel for cygwin32-hosted builds,
12016                 remove diff from the list of things not buildable
12017                 via Canadian Cross
12019 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
12021         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12022         don't get ". ".
12024 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
12026         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12028 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
12030         * Makefile.in (taz): Handle case where tex3patch didn't even get
12031         checked out.  Also, if it was found, put the symlink in a new util
12032         subdirectory.
12034 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12036         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12038 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
12040         * config.sub: Recognize -openvms.
12041         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12042         * make-all.com, setup.com: New files.
12044 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12046         * Makefile.in (taz): tex3patch moved to texinfo/util.
12048 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
12050         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12051         * configure.in: remove make from disable-if-Can-Cross list
12052                 enable gdb if ${host} and ${target} are cygwin32
12054 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
12056         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
12057         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12059 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12061         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
12062         distinguish sysv/svr4/bsd variants.
12063         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12065 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
12067         * configure.in: Added copyright notice.
12068         * move-if-change: Added copyright notice.
12070 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12072         * configure.in (powerpcle-*-solaris*): Until we get shared
12073         libraries working, don't build gdb, sim, make, tcl, tk, or
12074         expect.
12076 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
12078         * config.guess:  Merge with FSF:
12080         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12081         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12083         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
12084         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12086         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
12087         * config.guess:  Combine two OSF1 rules.
12088         Also recognize field test versions.  From mjr@zk3.dec.com.
12089         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
12090         because GNU uname does not support -p.  From pmr@pajato.com.
12092 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
12094         * Makefile.in (MAKEDIRS): Removed $(tooldir).
12096 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
12098         * mpw-README: Document GCCIncludes.
12100 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
12102         * configure.in (alpha-*-linux*): Set enable_shared to yes.
12104 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12106         * mpw-configure: Handle --enable-FOO and --disable-FOO.
12108 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
12110         * configure.in (*-*-cygwin32): Configure make.
12112 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
12114         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12116 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
12118         * Makefile.in (all-inet): Depend on all-perl.
12120         * Makefile.in (inet-install): New target.
12122         * Makefile.in (all-inet): Depend on all-tcl.
12123         (all-inet): Depend on all-send-pr.
12125 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12127         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12128         temporarily.
12130 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
12132         * configure.in: Don't configure --with-gnu-ld on AIX.
12134 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12136         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12138 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
12140         * Makefile.in (ALL_MODULES): Added all-inet.
12141         (CROSS_CHECK_MODULES): Added check-inet.
12142         (INSTALL_MODULES): Added install-inet.
12143         (CLEAN_MODULES): Added clean-inet.
12144         (all-indent): New target.
12146         * configure.in (host_tools): Added inet.
12147         (native_only): Added inet.
12148         (noconfigdirs): Added inet.
12150 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
12152         * configure.in: Don't configure libgloss if we are not configuring
12153         newlib.
12155 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
12157         * configure.in: Don't configure libgloss for unsupported
12158         architectures.
12160 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12162         * Makefile.in (CLEAN_MODULES): Add clean-apache.
12164 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
12166         * Makefile.in (ALL_MODULES): Include all-apache.
12167         (CROSS_CHECK_MODULES): Include check-apache.
12168         (INSTALL_MODULES): Include install-apache.
12169         (all-apache): New target.
12171         * configure.in: Added apache everywhere perl is seen.
12173 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12175         * Makefile.in: Add support for clean-{module} and
12176         clean-target-{module} rules.
12178 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
12180         * configure.in (*-*-ose) do not build libgloss.
12182 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12184         * config.guess (prep*:SunOS:5.*:*): Turn into
12185         powerpele-unknown-solaris2.
12187 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
12189         * configure.in: Permit --enable-shared to specify a list of
12190         directories.
12192 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12194         * configure.in (host==solaris): Pass only the first word of $CC
12195         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12197 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12199         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12201 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
12203         * Makefile.in (ALL_MODULES): Include all-perl.
12204         (CROSS_CHECK_MODULES): Include check-perl.
12205         (INSTALL_MODULES): Include install-perl.
12206         (ALL_X11_MODULES): Include all-guile.
12207         (CHECK_X11_MODULES): Include check-guile.
12208         (INSTALL_X11_MODULES): Include install-guile.
12209         (all-perl): New target.
12210         (all-guile): New target.
12212         * configure.in (host_tools): Include perl and guile.
12213         (native_only): Include perl and guile.
12214         (noconfigdirs): Don't build guile and perl; no ports have been
12215         done.
12217 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
12219         * configure (--enable-*): Handle quoted option lists such as
12220         --enable-sim-cflags='-g0 -O' better.
12222 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12224         * Makefile.in ({,inst}all-target): New rule so we can make and
12225         install all of the target directories easily.
12227 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12229         * configure.in: Add missing global flag in sed substitution when
12230         deleting `target-' from ${configdirs}.
12232 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
12234         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12235         option.
12237         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12238         config/mh-necv4.
12240         * install.sh: Correct misspelling of transformbasename.
12242         * config.guess: Recognize mips-*-sysv*.
12244 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
12246         * config.sub: Recognize mon960.
12248 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
12250         * configure: Restore Canadian Cross handling of BISON and LEX,
12251         removed in Feb 20 change.
12253 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
12255         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12256         Mention make install.  Remove the old copyright date as well the
12257         clumsy and rather pointless copyright on the README file.
12259 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12261         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12262         Makefile after running symlink-tree, then run `make distclean' to
12263         avoid clobbering any generated files in srcdir.
12265 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
12267         * configure.in (m68k-*-netbsd*): Build everything now.
12269 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12271         * Makefile.in (taz): Fix quoting.
12273 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
12275         * configure.in (sparclet-*-*): Build everything now.
12277 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12279         * configure.in (m68k-*-linux*): New host.
12281 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
12283         * configure: Check for bison before byacc.
12285 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
12287         * Makefile.in configure:  Change the way LEX and BISON/YACC are
12288         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
12289         searching PATH.  These are used as fallbacks by Makefile.in if
12290         flex/bison/byacc aren't in objdir.
12292 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
12294         * Makefile.in: Make everything which depends upon all-bfd also
12295         depend upon all-opcodes, in case --with-commonbfdlib is used.
12297 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12299         * configure.in (host *-*-cygwin32): Don't build gdb if we are
12300         building NT native compilers on Unix.
12302 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
12304         * configure.in: Don't get CC from the host Makefile fragment if we
12305         can find gcc in PATH, or if this is a Canadian Cross.  Move the
12306         Solaris test for /usr/ucb/cc to the post target script, just after
12307         the compiler sanity test.
12309 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
12311         * config.sub: Merge with FSF.
12313 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
12315         * Makefile.in (RPATH_ENVVAR): New variable.
12316         (REALLY_SET_LIB_PATH): Use it.
12317         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12319 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
12321         * config.sub, configure.in: Recognize sparclet cpu.
12323 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12325         * config.guess:  Support m68k-cbm-sysv4.
12327 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12329         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12330         m68k-unknown-linuxaout from linker help string.  Put quotes around
12331         $ld_help_string.
12333 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
12335         * config.guess (powerpc-harris-powerunix): Add guess for port
12336         to new target.
12338 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12340         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12342 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
12344         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12345         $(REALLY_SET_LIB_PATH) in Makefile.
12346         * Makefile.in (SET_LIB_PATH): New variable.
12347         (REALLY_SET_LIB_PATH): New variable.
12348         ($(DO_X)): Use $(SET_LIB_PATH).
12349         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12350         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12351         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12352         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12353         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12354         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12355         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12356         (install-dosrel): Likewise.
12357         (all-opcodes): Depend upon all-libiberty.
12359 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12361         * config.guess (*:CYGWIN*): New
12363 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12365         * Makefile.in (all-target-winsup): All all-target-libiberty.
12367 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12369         * configure.in (noconfigdirs): Add missing # in front of comment.
12371 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
12373         * configure.in: add second pass to things added to noconfigdirs
12374         so *-gm-magic can exclude libgloss properly.
12376 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
12378         * mpw-configure (extralibs_name, rez_name): Set correctly
12379         for MWC68K compiler.
12381         * mpw-README: Add more info on the necessary build tools.
12383 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12385         * configure.in, config.sub: Recognize cygwin32.
12387 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
12389         * config.guess, config.sub: Recognize A/UX.
12391 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
12393         * config.sub: Merge with gcc/config.sub.
12395 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
12397         * mpw-build.in (do-binutils): Add build of stamps.
12399 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
12401         * config.sub: Add recognition for mips64vr4100*-* targets.
12403 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12405         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12406         Add creation of gconfigargs with `--enable-shared' turned on.
12407         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12408         ($(host)-stamp-stage3-configured): Likewise.
12409         (HOLES): Add chatr and ldd.
12410         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12412 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
12414         * configure: Pass --nfp to recursive configures.
12416 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12418         * Makefile.in (DLLTOOL): New.
12419         (DLLTOOL_FOR_TARGET): New.
12420         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12421         (EXTRA_TARGET_FLAGS): Ditto.
12422         (EXTRA_GCC_FLAGS): Ditto.
12423         (CONFIGURE_TARGET_MODULES): Ditto.
12424         (DO_X): Ditto.
12425         * configure: Add DLLTOOL.
12427 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
12429         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12430         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12431         mh-sco, since old workarounds no longer needed, and don't
12432         build ld, since libraries have weak symbols in COFF.
12434 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
12436         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12438 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12440         * configure.in: Make sure that ${CC} can be used to compile an
12441         executable.
12443 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12445         * Makefile.in (all-gdb): Depend on $(GDB_TK).
12446         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12447         nothing depending on whether gdbtk is being built.
12449 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
12451         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12453 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
12455         * configure.in (noconfigdirs): Put ld or gas in this early, if the
12456         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12458 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
12460         * config-ml.in: Add support for
12461         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12462         Simplify setting of multidirs from --disable-foo.
12464 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12466         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12467         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12468         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12469         non-empty, pass them on to the  GCC make.
12470         (all-bootstrap): New rule that is like all-gcc, except it executes
12471         the GCC bootstrap rule instead of the GCC all rule.
12473 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
12475         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12477 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12479         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12480         DG/UX support.
12482 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
12484         * config.sub (i*86*) Change [345] to [3456]
12486 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12488         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12489         --with-gnu-ld=no.
12491 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12493         * config-ml.in (rs6000*, powerpc*): Add switches to control which
12494         AIX multilibs get built.
12496 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12498         * configure.in (i386-win32): Don't build expect if we're not
12499         building the tcl subdir.
12501 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
12503         * Makefile.in: (configure-target-examples, all-target-examples):
12504         New targets, configure and build example programs.
12506 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
12508         * mpw-configure: If an mpw-config.in generated a file mk.sed,
12509         use it as input to sedit the generated MPW makefile.
12510         * mpw-README: Add a suggestion about Gestalt.h.
12512 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
12514         * config.sub: Accept *-*-ieee*.
12516 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
12518         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
12519         Ronald F. Guilmette <rfg@monkeys.com>.
12521 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12523         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12524         for powerpc-pe native.
12525         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12526         (target==powerpc-pe): duplicate i386-win32 entry.
12528 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12530         * configure.in (noconfigdirs): Exclude target-newlib for all versions
12531         of vxworks, not just vxworks5.1.
12533 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
12535         * mpw-configure: Add support for exec-prefix.
12537 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12539         * config.guess: Recognize HP model 816 machines as having
12540         a PA1.1 processor.
12542 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12544         * configure: Ignore new autoconf configure options.
12546 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12548         * config.guess:  Recognize Pentium under SCO.
12549         From Robert Lipe <robertl@arnet.com>.
12551 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12553         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12555 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
12557         * configure.in: Don't configure gas for alpha-dec-osf*.
12559 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
12561         * configure.in: Default to --with-stabs for some targets for which
12562         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12563         i[345]86*-*-unixware*.
12565 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12567         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12568         rather than basing it on the target.  Simplify handling of options
12569         controlling which directories to configure.  Remove extraneous
12570         slash in multi-clean target.
12572 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
12574         * config-ml.in: Prefix more variables with ml_ so they don't collide
12575         with configure's.
12577 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
12579         * configure: Don't turn -v into --v.
12581 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
12583         * configure.in (targargs): Fix typo.
12585         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12587 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
12589         * configure.in: Strip --host and --target options from
12590         CONFIG_ARGUMENTS, and always configure for --host only.  Add
12591         --with-cross-host option when building with a cross-compiler.
12592         * configure: Canonicalize the arguments put into config.status by
12593         always using `=' for an option with an argument.  Pass a presumed
12594         --host or --target explicitly.
12596 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
12598         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12599         into general OS recognition case.
12601 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12603         * configure.in (target_configdirs): add target-winsup only
12604         for win32 target systems.
12606 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
12608         * Makefile.in (all-target-libgloss): Depend upon
12609         configure-target-newlib, since when libgloss is built it looks to
12610         see if the newlib directory exists.
12612 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
12614         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12615         cfg-ml-*.in.
12617 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
12619         * configure: Handle LD and LD_FOR_TARGET when configuring a
12620         Canadian Cross.
12622 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12624         * configure.in (target_libs): add target-winsup.
12625         (target==i386-win32): add patch diff flex make to $noconfigdirs.
12626         (target==ppcle-pe): remove ld from $noconfigdirs.
12628 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
12630         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12631         Preserve relative path names in $srcdir.  Build symlink tree if
12632         configuring cross target dir and srcdir=. (= no VPATH support).
12633         (configure-target-libg++): Depend on configure-target-librx.
12634         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12635         * config-ml.in: New file.
12636         * symlink-tree: New file.
12637         * configure: Ensure srcdir="." if that's what it is.
12639 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
12641         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12642         includes and FLEX_SKELETON setting.
12643         * mpw-configure (--with-gnu-ld): New option, controls whether
12644         to use PPCLink or ld with PowerMac GCC.
12645         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12646         * mpw-config.in: Configure grez if targeting Mac.
12648         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12649         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12650         just macos.
12651         * configure.in: Configure grez resource compiler if targeting Mac.
12652         * Makefile.in (all-grez, install-grez): New targets.
12654 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
12656         * configure: CXX defaults to gcc, not g++.  If we find
12657         gcc in the path, set CC to gcc -O2.
12659 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
12661         * configure: Default ${build} correctly.  Avoid picking up extra
12662         spaces when reading CC and CXX from Makefile.  When doing a
12663         Canadian Cross, use plausible default values for numerous
12664         variables.
12665         * configure.in: When doing a Canadian Cross, don't try to
12666         configure tools whose configure script can't handle it.
12668 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12670         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12672 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12674         * configure:  Remove dubious bug reporting address.
12676 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12678         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
12679         configure script, run that instead of this directory's configure.
12680         In either case, print a message that we're configuring the sub-dir.
12682 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12684         * configure.in: Before checking for the existence of various files,
12685         use sed to filter out "target-".
12687 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12689         * Makefile.in (DO_X): Split rule to decrease command line length
12690         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
12691         (Philippe De Muyter).
12693 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12695         * Makefile.in (all-patch): depend on all-libiberty.
12697 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
12699         * configure.in: If the only directory in target_configdirs which
12700         actually exists is libiberty, then set target_configdirs to empty,
12701         to avoid trying to build a target libiberty in a gas or gdb
12702         distribution.
12704 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
12706         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12707         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12708         systems.
12710 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12712         * configure.in (copy_dirs): Use sys-include instead of include
12713         for --with-headers option.
12715 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
12717         * Makefile.in, configure.in: Make winsup builds work with
12718         new scheme.
12720 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
12722         * configure.in: Build the linker on AIX.
12724 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12726         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
12727         where needed.
12729 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
12731         * Makefile.in (all-gcc): Fix typo.
12733 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12735         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
12737 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12739         * configure.in:  Rename libFOO to target-libFOO, and xiberty
12740         to target-xiberty, to provide more flexibility.
12741         (target_subdir):  Define.  Create if cross.
12742         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12743         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
12744         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12745         check-libFOO -> check-target-libFOO, etc.
12746         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12747         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12748         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12749         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
12750         allow ALL_GCC="" to only configure.
12751         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
12752         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
12753         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
12755 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
12757         * Makefile.in (taz): Build "info" in etc explicitly.
12759 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
12761         * configure.in:  Make sure that CC is undefined (as opposed to
12762         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
12763         problem with autoconf trying to configure on a host without GCC.
12765 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
12767         * mpw-configure: Set host alias from choice of host compiler,
12768         only use generic MPW Makefile sed if present, edit a file
12769         named "hacked_Makefile.in" instead of "Makefile.in" if present.
12770         * mpw-README: Add problem notes about CW6 and CW7.
12772 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
12774         * Makefile.in (taz): Use ";" instead of ";;".
12776 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12778         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
12779         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12780         DISTDOCDIRS.
12781         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
12782         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
12784 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12786         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
12787         and gnats, because they are now subsumed by DISTSTUFFDIRS.
12788         Move bfd to DISTSTUFFDIRS.
12790 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12792         * Makefile.in (X11_LIB): Removed.
12793         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12795         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12797 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12799         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12800         names.
12802 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12804         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12806 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
12808         * configure.in (i[345]86-*-win32): Always build newlib.
12809         Don't configure cvs, autoconf or texinfo.
12810         * Makefile.in (LD_FOR_TARGET): New.
12811         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12812         Pass down LD_FOR_TARGET.
12814 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
12816         * winsup: New directory.
12817         * Makefile.in: Build winsup.
12818         * configure.in: Winsup is configured when target is win32.
12819         Can only build win32 target GDB when native.
12821 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
12823         * config.guess: Recognize HP model 819 machines as having
12824         a PA 1.1 processor.
12826 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
12828         * configure: Fix sed loop which substitutes for CC and CXX to
12829         avoid bug found in various sed implementations.
12831 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12833         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12834         simulator.  Use standard powerpc-*-eabi*.
12836 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12838         * configure.in: Stop putting gas and binutils in noconfigdirs for
12839         powerpc-*-aix* and rs6000-*-*.
12841 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
12843         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12844         -mcall-aixdesc libraries.
12846 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
12848         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12850         * config.sub (arm | armel | armeb): Fix shell syntax.
12852 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12854         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12855         -msoft-float and -mcpu=common support.
12856         (powerpc*-*-eabisim*): Add support for building -mcall-aix
12857         libraries.
12859 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12861         * configure.in: Allow configuration and build of emacs19 for the alpha.
12863 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12865         * configure.in (CC): Get ^CC, not just any old CC, from
12866         ${host_makefile_frag}.
12868 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12870         * configure.in (CC): Try to get CC from
12871         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12873 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12875         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12876         only if it exists in $(srcdir).
12878 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
12880         * configure: If CC and CXX are not set in the environment, set
12881         them, based on either an existing Makefile or on searching for gcc
12882         in PATH.  Substitute for CC and CXX in Makefile.
12883         * configure.in: Remove libm from target_libs.  Separate
12884         target_configdirs from configdirs.  If CC is not set in
12885         environment, try to get it from a host Makefile fragment.  Rewrite
12886         changes of configdirs to use skipdirs instead.  A few minor
12887         tweaks.  Take directories out of target_configdirs as they are
12888         taken out of configdirs.  Remove existing Makefile files from
12889         subdirectories.  Substitute for TARGET_CONFIGDIRS and
12890         CONFIG_ARGUMENTS in Makefile.
12891         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12892         by configure.in.
12893         (CONFIG_ARGUMENTS): Likewise.
12894         (CONFIGURE_TARGET_MODULES): New variable.
12895         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12896         ($(CONFIGURE_TARGET_MODULES)): New target.
12897         (configure-libg++, configure-libio): New targets.
12898         (all-libg++): Depend upon configure-libg++.
12899         (all-libio): Depend upon configure-libio.
12900         (configure-libgloss, all-libgloss): New targets.
12901         (configure-libstdc++): New target.
12902         (all-libstdc++): Depend upon configure-libstdc++.
12903         (configure-librx, all-librx): New targets.
12904         (configure-newlib): New target.
12905         (all-newlib): Depend upon configure-newlib
12906         (configure-xiberty): New target.
12907         (all-xiberty): Depend upon configure-xiberty.
12909 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
12911         * configure.in (host i[345]86-*-win32):  Expand the
12912         noconfigdirs again.
12914 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
12916         * mpw-configure: Fix sed command file name.
12918 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
12920         * configure.in (host i[345]86-*-win32): Reduce the
12921         noconfigdirs again.
12923 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
12925         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12926         or powerpc*-*-pe*, since they are not yet supported.
12928 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
12930         Add PowerMac support and many other enhancements.
12931         * mpw-configure: New option --cc to select compiler to use,
12932         paste options set according to --cc into the generated
12933         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12934         if mpw-make.sed is present.
12935         * mpw-config.in: Don't test for gC1, test for mpw-touch,
12936         add forward includes for PowerPC include files.
12937         * mpw-build.in: Build using Makefile.PPC if present.
12938         (do-byacc, etc): Remove separate version resource builds.
12939         (do-gas): Build "stamps" before "all".
12940         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12941         * mpw-README: Update to reflect --cc option, PowerMac support,
12942         and recently-reported compatibility problems.
12944 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
12946         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12947         embedded m68k systems (-aout, -coff, -elf, -vxworks).
12948         (--with-multilib-top): Pass to recursive invocations.
12950 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
12952         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12953         v810-*-*.
12955 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12957         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12958         gdb, ld and opcodes on v810-*-*.
12960 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
12962         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12963         (local-maintainer-clean): New target.
12964         (maintainer-clean): New target.
12965         (realclean): Just depend upon maintainer-clean.
12967 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12969         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12971 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
12973         * configure.in: Build ld in mips*-*-bsd* case.
12975 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
12977         * config.sub: Accept -lites* OS.  From Ian Dall.
12979 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
12981         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
12982         targets.
12984 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12986         * configure.in: treat i386-win32 canadian cross the same as
12987         i386-go32 canadian cross.
12989 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12991         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12992         running under the simulator to build a reduced set of libraries.
12993         (powerpc-*-eabiaix): Add fine grained multilib support added to
12994         other powerpc targets yesterday.
12996 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12998         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12999         -disable-softfloat, -disable-relocatable, -disable-aix, and
13000         -disable-sysv to control which multilib libraries get built.
13002 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13004         * configure: Add Makefile.tem to list of files to remove in trap
13005         handler.
13007 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13009         * config.guess (*Linux*):  Add missing "exit"s.
13010         Also, need specific check for alpha-unknown-linux (uses COFF).
13012 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13014         * config.guess:  Merge with FSF:
13016         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
13017         * config.guess (AIX4): More robust release numbering discovery.
13019         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
13020         * config.guess (i386-sequent-ptx): Properly get version number.
13022         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
13023         * config.guess (mips:*:4*:UMIPS): New case.
13025 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13027         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13028         (i386-win32 host): Likewise.  Don't build readline.
13030 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
13032         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
13033         SUPPORT_FILES to submakes.
13035 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
13037         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13038         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13039         mpw-configure.
13041 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
13043         * configure.in (appdirs): Use =, not ==, in test expression when
13044         trying to build the text to print in the warning message for
13045         Solaris users.
13047 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
13049         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13051 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13053         * config.guess: Recognize lynx-2.3.
13055 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
13057         * config.sub (z8ksim): Deleted
13058         (z8k-*-coff): New, this is the one true name of the target.
13060 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
13062         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13064 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
13066         * config.guess (*:Linux:*:*): First try asking the linker what the
13067         default object file format is (elf, aout, or coff).  Then if this
13068         fails, try previous methods.
13070 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13072         * configure.in: Don't build newlib for *-*-vxworks5.1.
13074 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13076         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13077         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13079 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
13081         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13083 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
13085         * cfg-ml-com.in: New file.
13086         * cfg-ml-pos.in: New file.
13088 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13090         * COPYING.NEWLIB: Add HP free copyright to list.
13092 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13094         * config.sub: Recognize -eabi* for the system, not just -eabi.
13096 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13098         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13099         * config.sub, configure.in (win32): New target and host.
13101 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13103         * configure.in: Add i386-pe configuration.
13105 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
13107         * mpw-build.in (install): Install GDB after LD.
13109 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
13111         * mpw-config.in (elf/mips.h): Always forward-include, needed
13112         for GDB to build.
13114 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13116         * testsuite: New directory for customer acceptance and whole tool
13117         chain tests.
13119 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13121         * configure: If per-host line isn't found, but AC_OUTPUT is found
13122         and a configure script exists, run it instead.
13124 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13126         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
13128 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13130         * configure: Set build_{cpu,vendor,os,alias} to host values when
13131         --build isn't specified.
13133 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13135         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13136         (FLAGS_TO_PASS): Pass them.
13137         (EXTRA_TARGET_FLAGS): Ditto.
13139 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13141         * Makefile.in (all-libg++): Depend on all-libstdc++.
13143 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13145         * configure.in (noconfigdirs): Enable all packages for
13146           i386-unknown-netbsd.
13148 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
13150         * configure.in (noconfigdirs): Don't configure tk for i386-go32
13151         hosted builds (DOS builds)
13153 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13155         Changes for ARM based on patches from Richard Earnshaw:
13156         * config.sub: Handle armeb and armel.
13157         * configure.in: Omit arm linker only for riscix.
13159 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13161         * config.guess:  Update from FSF.
13163 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
13165         * config.sub: Recognize powerpcle as the little endian variant of
13166         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
13167         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
13168         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
13169         temporarily.
13171 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
13173         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13175 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
13177         * config.sub: Accept -lites* as a basic system type.
13179 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
13181         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13182         installed, and if so return linuxoldld as the system name.
13184 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
13186         * config.guess: Add hppa1.1-hp-lites support.
13188 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13190         * configure.in: Don't build newlib for m68k-vxworks5.1.
13192 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13194         * configure.in (mips-sgi-irix6): Use mh-irix5.
13196 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
13198         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13200 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13202         * test-build.mk: Enable building of shared libraries on IRIX 5 and
13203         OSF/1.  Fix compiler flags.
13204         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
13206 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
13208         * configure.in: Recognize --with-newlib.
13209         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13211 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13213         * Makefile.in: move {all,check,install}-gdb from *_MODULES
13214         to *_X11_MODULES due to gdbtk needing X include files et al.
13216 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
13218         Merge in support for Mac MPW as a host.
13219         (Old change descriptions retained for informational value.)
13221         * mpw-config.in: Add generic include forwards for cpu-specific
13222         include files in aout and elf directories.
13224         * mpw-configure: Added copyright.
13225         * mpw-config.in: Check for presence of required build tools.
13226         (target_libs): Add newlib.
13227         (target_tools): Add examples.
13228         (Read Me): Generate as "Read Me for MPW" instead.
13229         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13230         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13231         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13233         * mpw-configure: Remove subdir-specific makefile hackery,
13234         delete mk.tmp after using it.
13236         * mpw-build.in (all): Display start and end times.
13238         * mpw-configure (host_canonical): Set.
13239         (target_cpu): Always add to makefiles.
13240         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13241         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13242         (mpw-mh-mpw): Look for in srcdir and srcroot.
13243         Use sed instead of mpw-edit-prefix to edit prefix definitions.
13245         * mpw-build.in: (install-only): New target.
13247         * mpw-configure (host_alias, target_alias): Rename from hostalias
13248         and targetalias, add into generated Makefile.
13249         (mk.tmp): If present, add into generated Makefile.
13250         * mpw-build.in (all-gas): Build config.h first before gas proper.
13252         * mpw-configure (config.status): Write only if changed.
13253         * mpw-config.in (readline): Configure it (not built, just used for
13254         definitions).
13256         * mpw-config.in (elf/mips.h): Add a forward include.
13258         * mpw-config.in: Forward-include most .h files in include into
13259         extra-include.
13260         (readline): Don't build.
13261         mpw-build.in (install): Install GDB.
13263         * mpw-configure (prefix, mpw_prefix): Handle it.
13264         * mpw-config.in (mmalloc, readline): Don't configure.
13265         * mpw-build.in (thisscript): Rename to ThisScript.
13266         Use mpw-build instead of BuildProgram everywhere.
13267         (mmalloc, readline): Don't build.
13268         * mpw-README: New file, basic documentation about the MPW port.
13270         * mpw-config.in: Use forward-include to create include files.
13272         * mpw-configure: Add more things to the top of each configured
13273         Makefile, including contents of config/mpw-mh-mpw.
13274         * mpw-config.in (extra-include): Create this directory and fill it
13275         with Posix-like include files when configuring.
13277         * config.sub (apple, mac, mpw): Add various aliases.
13279         * mpw-build.in: New file, top-level build script fragment for MPW.
13280         * mpw-configure: New file, configure script for MPW.
13281         * mpw-config.in: New file, config fragment for MPW.
13283 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13285         * configure.in (host_libs): Remove glob, since it is gone from the
13286         sources.
13288 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13290         * Makefile.in: define empty GDB_NLM_DEPS var.
13292         * configure.in(target_makefile_frag): use config/mt-netware
13293         for netware targets.
13295 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
13297         * config.sub: Merge in recent FSF changes.  Remove linux special
13298         cases.
13300 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13302         Revert this change:
13304         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
13306                 * build-all.mk: Use CC=cc -Xs on Solaris.
13308 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13310         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
13311         stop using it.
13312         * Makefile.in: Nuke all references to glob subdirectory.
13314 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13316         * configure.in: Fix --enable-shared logic in per-host.
13318 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13320         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13322 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13324         * configure.in (noconfigdirs): Don't build gas on AIX, for
13325         powerpc*-*-aix* as well as for rs6000*-*-aix*.
13327 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
13329         * configure: Fix --cache-file to work if the file argument is a
13330         relative path.
13332 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
13334         * configure: If the --cache-file is used, pass it down to
13335         configure in subdirectories.
13337 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
13339         * config.sub: add vxworks29k configuration.
13341 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13343         * Makefile.in (taz): Do "diststuff" part quietly.
13345 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13347         * config.sub: Mini-merge with gcc/config.sub.
13349 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13351         * config.guess (IRIX): Sed - to _.
13353 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13355         * Makefile.in (source-vault, binary-vault): New targets.
13357 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
13359         * config.sub: Recognize -eabi as a basic system type.
13361 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13363         * configure.in (enable_shared stuff): Fix typo.
13365 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
13367         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13369 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13371         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13373 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
13375         * configure.in (rs6000-*-*): Don't build gas.
13377 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
13379         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13380         reduce command line length.
13381         (AS_FOR_TARGET): Check for as.new, not Makefile.
13382         (NM_FOR_TARGET): Check for nm.new, not Makefile.
13384 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13386         * config.guess:  Merge from FSF.
13388 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13390         * configure: Don't use $ when handling program_suffix.
13392 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
13394         * configure.in:  Configure tk for hppa/hpux.
13396 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13398         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
13400 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13402         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
13403         to LIBCXXFLAGS.  Tests are better run without it.
13405 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
13407         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13409 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
13411         * configure.in (*-*-netware*): Don't configure xiberty.
13413 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
13415         * configure.in:  Remove tk from native_only list.
13417 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
13419         * build-all.mk: Add mips-ncd-elf target to sun4 targets
13420           for special NCD build.
13422 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13424         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13425         makeall.bat, they're only useful for binutils snapshots.
13426         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13427         makeall.bat to specified SUPPORT_FILES.
13429 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
13431         * build-all.mk: Add Ericsson targets to sun4 and solaris
13432           hosts.  Add  BNR's sun4 target to solaris host, so their
13433           build-from-source will be tested in-house first.
13435 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13437         * Makefile.in (LIBCFLAGS): New variable.
13438         (CFLAGS_FOR_TARGET): Ditto.
13439         (LIBCFLAGS_FOR_TARGET): Ditto.
13440         (LIBCXXFLAGS): Ditto.
13441         (CXXFLAGS_FOR_TARGET): Ditto.
13442         (LIBCXXFLAGS_FOR_TARGET): Ditto.
13443         (BASE_FLAGS_TO_PASS): Pass them.
13444         (EXTRA_TARGET_FLAGS): Ditto.
13446         * configure.in: Support --enable-shared.
13448 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13450         * configure.in (target_libs):  Include libstdc++ again.
13451         * config.guess:  Update from FSF (for FreeBSD).
13453 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13455         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13456         makeall.bat.
13457         (DISTDOCDIRS): Add `etc'.
13458         (ETC_SUPPORT_PFX): New variable.
13459         (taz): Include anything from etc starting with a word in
13460         ETC_SUPPORT_PFX.
13462 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13464         * config.sub: Update for recent FSF changes.  Remove obsolete
13465         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
13466         spacing changes.
13468 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13470         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
13472         * config.guess:  Merge with FSF.
13473         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13475 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13477         * configure: Since the "trap 0" handler will override the exit
13478         status on many systems, only use it for "exit 1", and make it set
13479         a non-zero exit status; reset it before "exit 0".  Also, check
13480         exit status of config.sub, and error out if it failed.
13482 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
13484         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13485         and install libgloss.
13487 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13489         * Makefile.in (all-binutils): Depend upon all-byacc.
13491         * configure.in: Don't build emacs on Irix 5.
13493 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13495         * configure.in (*-*-netware*): Add libio.
13497 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13499         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13500         (CHECK_TARGET_MODULES): Ditto.
13501         (INSTALL_TARGET_MODULES): Ditto.
13502         (TARGET_LIBS): Ditto.
13503         (all-libstdc++): Note dependencies.
13505 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13507         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13509 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13511         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13512         -fexternal-templates.
13514         * configure.in (target_libs): Add libstdc++.
13515         (noconfigdirs): Add libstdc++ as appropriate.
13517 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13519         * config.guess:  Update from FSF.
13521 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13523         * configure: Use ${config_shell} when running ${configsub}.
13525 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
13527         * config.sub: No longer recognize h8300h.
13529 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13531         * config.sub: Remove extraneous differences between config.sub and
13532         gcc/config.sub.
13534 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13536         * Makefile.in (DISTSTUFFDIRS): Add gas.
13538 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
13540         * COPYING.NEWLIB: New file.
13542 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13544         * config.guess (HP-UX):  Patch from Harlan Stenn
13545         <harlan@landmark.com> to also emit release level.
13547 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13549         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13551 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13553         * config.sub:  Merge nextstep cleanup from FSF.
13555 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13557         * configure.in (arm-*-*): Don't configure ld for this target.
13559 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13561         * configure.in (*-*-netware): don't configure libg++, libio,
13562           librx, or newlib.
13564 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13566         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
13567         configure ld--it works, but it doesn't support shared libraries.
13569 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13571         * config.guess (*-unknown-freebsd*):  Get rid of possible
13572         trailing "(Release)" in version string.
13573         Patch from Paul Richards <paul@isl.cf.ac.uk>.
13575 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13577         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13578         Fix type: *-next-neststep -> *-next-nextstep.
13580         * config.guess:  Merge from FSF:
13582         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
13584         * config.guess: Recognize powerpc-ibm-aix3.2.5.
13586         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
13588         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13589         instead of UNIX_SV for UnixWare 1.0).
13591 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
13593         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
13594         to make gdb/nlm/* build after the compiler and linker.
13596 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13598         * config.guess (netbsd, freebsd, linux):  Accept any machine,
13599         not just i[34]86.
13600         (m68k-atari-sysv4):  Relocate to match FSF version.
13602         * config.guess:  More merges from the FSF:
13604         Add a space before function call or macro invocation.
13606         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13608         * config.guess: Add trap cmd to remove dummy.c and dummy when
13609         interrupted.
13611         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13613         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13614         (dummy): Redirect stderr from compilation of dummy.c.
13616         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
13618         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13620 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
13622         * configure: Accept and ignore --cache*, for compatibility with
13623         new autoconf.
13625 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13627         * config.guess:  Merge from FSF:
13629         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13631         * config.guess (Pyramid*:OSx*:*:*): New case.
13632         (PATH): Add /.attbin at end for finding uname.
13633         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
13635         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
13637         * config.guess (M88*:DolphinOS:*:*): New case.
13639         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
13641         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13642         to select whether to use ELF or COFF.
13644         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13646         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13648         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
13650         * config.guess: Guess the OS version for HPUX.
13652         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
13654         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13656 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13658         * configure.in: Recognize --with-headers, --with-libs, and
13659         --without-newlib.
13660         * Makefile.in (all-xiberty): Depend upon all-ld.
13662 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13664         * configure.in: Change i[34]86 to i[345]86.
13666 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13668         * configure (version): A few more tweaks to help message.
13670 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13672         * Makefile.in:  Remove (for now) librx as a host library,
13673         now that we're building it for target.
13675 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13677         * configure: Fix up help message; from karl@owl.hq.ileaf.com
13678         (Karl Berry).
13680 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13682         * configure.in:  Also configure librx.
13684 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13686         * Makefile.in:  Update various rules to reflect that librx
13687         is now needed for libg++.
13689 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13691         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13693 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
13695         * configure.in: Configure the examples directory.
13697 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13699         * configure: Simplify Jun 2 1994 change.
13701 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13703         * change CC to /usr/latest/bin/gcc for lynx host builds, since
13704         /bin/gcc isn't good enough to build gcc.
13706 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
13708         * Makefile.in (GDB_SUPPORT_FILES): Remove
13709         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
13710         (gdb.tar.gz): Add new rule to use standard distribution building
13711         mechanism.
13713 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13715         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
13716         Bill Cox <bill@cygnus.com>.
13718 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13720         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
13722 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
13724         * configure:  Search current dir first in .gdbinit.
13726 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13728         * config.sub:  Recognize freebsd (merged from gcc config.sub).
13730 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13732         * config.sub:  Refer to NeXT's operating system as nextstep.
13734         * config.sub (case $basic_machine):  Re-order the cases, to match
13735         the order in the FSF version (which is mostly alphabethical).
13736         Merge in some additions and changes from the FSF.
13738 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
13740         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13741         * config.sub: Recognize cxux7.
13742         * configure.in: Use mh-cxux for m88k-harris-cxux*.
13744 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13746         * config.sub:  Fix typo powerpc -> powerpc-*.
13748 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
13750         * Makefile.in: `all-emacs19' depends on `all-byacc'.
13752         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13753         parallel with all-emacs and install-emacs).  Top-level command
13754         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13756 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13758         * test-build.mk ($(host)-stamp-stage2-installed): Remove
13759         $(relbindir)/make before doing ``make install'', and use
13760         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
13761         installing over running make binary.
13762         ($(host)-stamp-stage3-installed): Likewise.
13764 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13766         * config.guess: Recognize Mach.
13768 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13770         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13771         see whether --exec-prefix was used.
13773 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13775         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
13777 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13779         * Makefile.in: Add all-librx target similar to all-libproc.
13781 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
13783         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
13784         with post 1.2 uname bogosity.
13786 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13788         * configure: Remove temporary files on receipt of a signal.
13790 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
13792         * configure: If there is a package_makefile_frag, remove
13793         ${subdir}/Makefile.tem after copying it in.
13795 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13797         * build_all.mk: support rs6000 lynx identifies itself as
13798         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
13799         since /bin/gcc is too feeble to compile a modern gcc.
13801 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13803         * brought devo/test-build.mk update-to-date with progressive/
13804           test-build.mk. Add lynx targets and hppa flag info.
13806 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13808         * configure.in:  Use mh-ncrsvr43.  Patch from
13809         Tom McConnell <tmcconne@sedona.intel.com>.
13811 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13813         * config.guess (i386-unknown-bsdi):  No longer need to
13814         check #if defined(__bsdi__) && defined(__i386__).
13816 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13818         * configure: Set program_transform_nameoption correctly.
13820 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13822         * brought build-all.mk update-to-date with progressive build-all.mk,
13823           added new targets and hppa info.
13825 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13827         * configure: If config.guess result is a prefix of the user
13828         specified target, assume a native build and use the user specified
13829         target as the host alias.  Remove SunOS patch suffix removal hack.
13830         * configure.in: Remove SunOS patch suffix removal hack.
13832         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13833         in NATIVE_CHECK_MODULES.
13835 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
13837         * Makefile.in: Rename HOST_ONLY to NATIVE.
13838         * configure: Delete SunOs patch suffix from host_canonical
13839           and build_canonical variables that are prepended to Makefiles.
13840         * configure.in: Add comments for easier maintenance.
13842 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13844         * Makefile.in: Add all-libproc target similar to all-gui.
13846 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
13848         * Makefile.in (CHECK_MODULES): split into
13849         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13851 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
13853         * config.guess (i386-unknown-bsdi): New system to guess.
13855 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13857         * Makefile.in: Add all-gui target (but not yet build by "all").
13859 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
13861         * config.sub: Move deletion of patch suffix from here...
13862         * configure.in: To here, at Ian's suggestion.  The top-
13863           level scripts might need to know of a patch level.
13865 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
13867         * config.sub: Strip off patch suffix so rtl is recognized
13868           as a sunos4.1.3 machine, even though it's been patched.
13870 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
13872         * Makefile.in (INSTALL_LAST): Delete.
13873         (INSTALL_DOSREL): New.
13875 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13877         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13878         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13879         whether we pass down --with-gnu-ld anyhow.
13881 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
13883         * Makefile.in (INSTALL_LAST): Change operation so it works
13884         on more flavors of make.
13885         * configure.in (go32): Don't build libg++ or libio.
13887 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
13889         * Makefile.in (Move HOST_PREFIX_1 and friends up so
13890         they can be overriden by templates.
13892 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
13894         * configure.in (target==go32): Don't build gdb.
13895         * dosrel: New directory.
13897 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
13899         * configure.in (host==go32): Configure dosrel too.
13900         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13901         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13902         be set by incoming names or templates.
13903         (INSTALL_LAST): New rule.
13905 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
13907         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13909 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13911         * configure.in (appdirs): New variable.  Currently empty, but will
13912         be used in gas distribution.  If nonempty, lists a set of
13913         directories at least one of which must get configured, or top
13914         level configuration is considered to have failed.
13915         (rs6000-*-lynxos*): Use new file name.
13917 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13919         Eliminate XTRAFLAGS.
13920         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13921         newlib include files using -idirafter, and also use -nostdinc.
13922         (CXX_FOR_TARGET): Likewise.
13923         (XTRAFLAGS): Removed.
13924         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13925         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13926         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13927         ($(DO_X)): Don't pass down XTRAFLAGS.
13929 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13931         * configure.in (mips*-dec-bsd*): New target; do build linker.
13932         (mips*-*-bsd*): New target; don't build linker.
13934 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13936         * configure.in: support rs6000-*-lynxos* configuration.
13937         support sunos4 as a cross target.
13939         * config.sub: look for lynx*, not lynx since the OS version may
13940         legitimately be part of the name.
13942 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13944         * configure.in (i[34]86-*-sco*): Move to be with other i386
13945         targets.
13946         (romp-*-*): New target.  Skip various binary utilities.
13947         (vax-*-*): New target.  Don't build newlib.
13948         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
13950 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13952         * configure.in: Only set host_makefile_frag if config
13953         directory exists.
13955 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13957         * install.sh: If $dstdir exists, don't check whether each
13958         component does.
13960 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13962         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13964 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
13966         * configure.in (*-*-lynxos*): Don't configure newlib for either
13967         native or cross Lynx.
13969 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
13971         * config.sub (sparc64-elf): Fix os.
13972         (z8k): Remove duplicate.
13974 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13976         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13977         gcc/stmp-fixproto, to try to prevent fixproto from being run.
13979 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
13981         * configure: Make file links cleanly even if Lynx fails on
13982           an NFS symlink (at least fail cleanly).
13984 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13986         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13987         -XNh2000.
13989 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13991         * configure: Unknown options are fatal again.
13993 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
13995         * configure: Ignore --x-includes and --x-libraries, for Autoconf
13996         compatibility.
13998 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
14000         * build-all.mk: Add `clean' target.
14002 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14004         * config.guess:  Add SINIX support.
14005         * configure.in:  Add mips-*-sysv4* support.
14007 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
14009         * build-all.mk: Document all useful targets.
14010         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14011         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14013 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14015         * configure: Support --silent, --quiet.
14017 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14019         * configure: Support --disable-FEATURE.
14021 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14023         * config.guess: Recognize NCR running SVR4.3.
14025 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14027         * config.guess:  Make BSDI generate i386-unknown-bsd386.
14028         Patch from Paul Eggert <eggert@twinsun.com>.
14030 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14032         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14034 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14036         * configure: Make unrecognized options give nonfatal warnings
14037         instead of fatal errors, and pass them to any subdirectory
14038         configures in case they recognize them.
14039         Make --x equivalent to --with-x.
14041 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14043         * configure: Add --enable-* options.  Clean up usage message and
14044         some comments.
14046 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
14048         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14050 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14052         * configure.in (hppa*-*-*): Enable binutils.
14054 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14056         * config.sub: Recognize cisco.
14058 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
14060         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14062 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14064         * config.guess: about target *-hitachi-hiuxwe2, don't print more
14065         than one configuration name.  Add comment.
14067 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
14069         * config.guess: about target *-hitachi-hiuxwe2, fixed
14070         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
14071         macro is incorrect.]
14073 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14075         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14076         than the "make ls" stuff which used to be here.
14078 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14080         * config.guess:  Recognize i[34]86-unknown-freebsd.
14081         From Shawn M Carey <smcarey@rodan.syr.edu>.
14083 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14085         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14087 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
14089         * config.guess: Check for ptx.
14091 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
14093         * config.sub: Add os9k checking.
14095 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14097         * config.guess: Handle OSF1 running on HPPA processors
14099 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14101         * configure: If subdir configure fails, print out a message with
14102         subdirectory name, in case subdir's configure code didn't identify
14103         itself.
14105 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
14107         * configure.in: Remove embedded newlines from configdirs.
14108         Avoid mismatches of substrings.  Fix matching strings at end
14109         of configdirs.
14111 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
14113         * config.guess:  Add Lynx/rs6000 config support.
14115 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14117         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14119 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
14121         * configure.in (hppa*-*-osf*): Treat this just like most other
14122         PA configurations (eg no binutils or ld).
14123         (hppa*-*-*elf*): These configurations have binutils and ld.
14125 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14127         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
14129 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14131         * configure.in (rs6000-*-*): Build gas.
14133 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14135         * Makefile.in:  Avoid bug in losing hpux sed.
14137 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14139         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14140         for GDB and GDB has been fixed to not need it.
14142 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14144         * config.guess: Recognize vax hosts.
14146 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14148         * configure (while loop): Don't use "break 2" inside case
14149         statement -- the case statement isn't an enclosing loop.
14151 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14153         * config.guess:  Clean up NeXT support, to allow nextstep
14154         on Intel machines.  Make OS be nextstep.
14156 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
14158         * config.guess: Add alternate forms for Convex.
14160 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
14162         * configure:  Completely rewrite option processing.  Take
14163         advantage of pattern-matching to avoid invoking test frequently.
14164         Also clean up host and target defaulting logic.
14166 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14168         * Makefile.in: Replace all occurrances of "rootme" with "r" and
14169         "$${rootme}" with "$$r", to increase the likelihood that the do-*
14170         commands (plus user environment) will fit SCO limits.
14172 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14174         * configure.in: Don't issue warnings about directories which are
14175         not being configured if -norecursion is set.  Correct test for
14176         --with-gnu-as and --with-gnu-ld to not get confused by substring
14177         matches.
14179         * configure.in: Don't build gas for alpha-dec-osf1*.
14181 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
14183         * configure:  Back out Per's change of 12/19/1993.  It changes the
14184         behavior of configure in unexpected and confusing ways.
14186         Also, use different delim char when calculating
14187         program_transform_name so that the name can contain slashes.
14189 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
14191         * configure.in, config.sub: Add support for VSTa micro-kernel.
14193 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
14195         * configure.in: Nuke hacks which were used to get a special
14196         version of GAS for HPPA configurations.
14198 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14200         * configure:  If only ${target_alias} is given, use that
14201         as the default for ${host_alias}.
14202         * configure:  Add missing back-slashes before nested quotes.
14204 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14206         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14208 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
14210         * config.guess:  Recognize some Tektronix configurations.
14211         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14213 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14215         * config.sub: Match any flavor of SH.
14217 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
14219         * configure.in: Don't try to configure newlib for Alpha.
14221 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14223         * configure.in: Don't build ld for Irix 5.  Don't build gas,
14224         libg++ or libio for any Alpha target.
14226         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14228 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
14230         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14231         default arguments -- so it tried to compress itself.
14233 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14235         * configure.in (notsupp): ensure that a space is always at the end
14236           of the configdirs list, since the grep checks for an explicit space
14238 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14240         * configure.in (target i386-sysv4.2): don't build ld, since static
14241           versions of many libraries are not available.
14243 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14245         * config.guess: Recognize Apollos (using environment variables).
14246         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14248 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14250         * config.guess: Recognize Sony news mips running newsos.
14252 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
14254         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14255         "fi ; else" for bash.
14257 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
14259         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14261 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
14263         * config.sub: accept unixware as an alias for svr4.2.
14264         Fix some inconsistancies with the gcc version.
14266 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14268         * Makefile.in (DISTDOCDIRS):  Add gdb.
14270 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14272         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
14274 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14276         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14277         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14278         this now.
14280 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14282         * config.sub: Accept hiux* as an OS name.
14284         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14285         etc/make-stds.texi.  The underscore came from gcc, and dje now
14286         agrees that RUNTESTFLAGS is the correct name.
14288 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14290         * install.sh:  Remove 'set -e'.  It makes any conditionals
14291         in the script useless.
14293         * config.guess: Automatically recognize arm-acorn-riscix
14294         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14296 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14298         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14300 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14302         * Makefile.in (DISTDOCDIRS): New variable.
14303         (taz): Edit local Makefile.in sooner, instead of proto-toplev
14304         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
14306 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14308         * configure.in (hppa target): check the source directory for the
14309           pagas sub-directory
14311 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
14313         * config.sub: Allow -aout* and -elf*.
14315 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14317         * configure.in: Don't build ld on i386-solaris2, same as for
14318         sparc-solaris2.
14320 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14322         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14324 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14326         * configure.in:  Configure gdb for alpha.
14328 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14330         * Makefile.in (CXXFLAGS): Add -O.
14332 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14334         * config.guess: added support for DG Aviion
14336 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14338         * configure.in: Produce warning message for subdirectories not
14339         configurable for this host/target combination.  Don't try to
14340         configure gdb for vms.
14342 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14344         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14345         appropriate files before making "diststuff".
14346         (DISTBISONFILES): New var: list of files to be edited.
14347         (DISTSTUFFDIRS): Add binutils.
14349 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14351         * config.sub: also handle mipsel and mips64el (for little endian mips)
14353 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14355         * configure.in: Add * to end of all OS names.
14357 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
14359         * configure.in: Build newlib for LynxOS native.
14361 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14363         * config.guess: Add support for delta 88k running SVR3.
14365         * configure.in: Add comment about HP compiler vs. emacs.
14367 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14369         * configure.in: don't build ld on solaris2 (not a viable option
14370           due to bugs in getpwnam & getpwuid)
14372 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14374         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14375         config.guess will produce a full version number.
14377 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14379         * configure.in: Build linker and binutils for alpha-dec-osf1.
14381 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14383         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14384         and gdb/testsuite/Makefile.in.
14386 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14388         * configure.in: recognize mips*- instead of mips-
14390 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
14392         * config.sub: Accept linux*coff and linux*elf as operating
14393         systems.
14395 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14397         * config.sub: Recognize mips64, and mips3 as an alias for it.
14399 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14401         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14402         gdb knows how to handle OSF/1 shared libraries.
14404 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14406         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14407         * config.guess: Recognize Hitachi's HIUX.
14408         * config.sub: Recognize h3050r* and hppahitachi.
14409         Remove redundant cases for hp9k[23]*.
14411 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14413         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14414         if gas and ld are in the source tree and are in ${configdirs}.
14415         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14416         --with options (but still pass them down on the command line,
14417         if they were explicitly specified).
14419 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14421         * configure: substitute SHELL value in Makefile.in with
14422         ${CONFIG_SHELL}
14424 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14426         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14427         *-*-solaris2* targets.
14429 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14431         * Makefile.in: define M4, and pass it down to sub-makes;
14432         all-autoconf now depends on all-m4
14434 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14436         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14437         presence of {ar,ranlib} instead of a configured directory
14439 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
14441         * config.guess: Accept 34?? as well as 33?? for NCR.
14443 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14445         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14446         of 'gas' in sed commands, since 'gash' is now in the tree as well.
14448 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14450         * configure: grab values for $(CC) and $(CXX) from the
14451         environment, so that someone can do "CC=gcc configure; make" and
14452         have it work right (matching the way that autoconf works now)
14454         * configure.in, Makefile.in: add support for gash, the tcl
14455         interface to Galaxy
14457         * config.guess: add NetBSD variants (hp300, x86)
14459 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
14461         * install.sh: Support -d option (in the manner of SunOS 4 install,
14462         as it is more deterministic than that of GNU install)
14463         (chmodcmd): Set file to mode 755 by default (should also do default
14464         chgrp and chown, but I don't feel like dealing with that now)
14466 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
14468         * config.sub: Remove h8300hhms alias.
14470 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14472         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14474 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14476         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14477         as stmp-fixinc
14479 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14481         * config.sub: recognize m88110-bug-coff.
14483 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14485         * Makefile.in (all-libio): all dependencies on the toolchain used
14486         to build this (gcc, gas, ld, etc)
14488 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14490         * config.guess: Deal with OSF/1 1.3 on alpha.
14492 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14494         * install.sh: add some 'else true' clauses for portability
14496         * configure.in: don't build libio for h8[35]00-*-* targets
14498 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14500         * Makefile.in:  Add support for new libio.
14502 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14504         * install.sh: If one command fails, don't try the rest.  Don't try
14505         to remove $dsttmp (via trap) unless we have already created it.
14506         If $src doesn't exist, detect it and exit with an error.
14508         * config.guess: Recognize BSD on hp300.
14510 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14512         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14513         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14515 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
14517         * Makefile.in (all-send-pr): depends on all-prms
14519 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14521         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14523 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14525         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14526         Added test for mips-mips-riscos5.
14528 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14530         * configure.in: use mh-hp300 for 68k HP hosts
14532 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14534         * configure: add support for CONFIG_SHELL, so that you can use
14535         some alternate shell for evaluating configure scripts
14537 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
14539         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
14540         in configure script to bug-gdb@prep.ai.mit.edu when building
14541         distribution archive.
14542         * Makefile.in (COMPRESS):  Remove def.
14543         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
14544         gdb.tar.Z and make-gdb.tar.Z respectively.
14545         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
14546         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
14547         to convergence with 'taz' target in Makefile.in.
14549 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14551         * install.sh (dsttmp): use trap to ensure that tmp files go
14552         away on error conditions
14554 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14556         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14558 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14560         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14561         its parent is '/' not ''.
14563         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14565 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
14567         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14568         that ${newsrcdir}/configure.in does.
14570 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14572         * test-build.mk: support for CONFIG_SHELL
14574 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
14576         * config.sub (netware):  Add as a basic system type.
14578 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14580         * Makefile.in (Makefile): depend on configure.in.  Also drop the
14581           $(srcdir)/ from the dependency on Makefile.in.
14583 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
14585         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14586         (h8300hhms is temporary until multi-libraries are implemented).
14587         * configure.in: Handle h8300h too.
14589 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14591         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14593 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
14595         * configure:  Remove extraneous output when guessing host type.
14596         * config.guess:  Remove extraneous output when guessing using C
14597         compiler rather than uname, or when guessing fails.
14599 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
14601         * Makefile.in: remove all.cross and install.cross targets
14603         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14604           definitions
14606 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
14608         * configure.in (target sh): Build gprof.
14610 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14612         * config.sub: change -solaris to -solaris2
14614 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14616         * configure.in: Use config/mh-riscos for mips-*-sysv*.
14618 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
14620         * configure: Correct error message for missing Makefile.in to
14621         print correct directory.
14623 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14625         * install.sh: kludge around 386BSD shell bug
14627 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
14629         * config.guess:  Recognize NeXT.
14630         * config.guess:  Recognize i486-ncr-sysv4.
14631         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
14633 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
14635         * Makefile.in (MAKEINFOFLAGS): New variable.
14636         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14637         * build-all.mk, test-build.mk: Pass down --no-split as
14638         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
14640 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
14642         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
14644 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
14646         * Makefile.in (libg++.tar.z):  New rule.
14647         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
14648         * Makefile.in (taz):  Only do a single chmod.
14650 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14652         * install.sh: don't use dirname anymore (replaced with sed usage)
14654 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
14656         * Makefile.in:  Change extension for gzip'd files from '.z' to
14657         '.gz' per new FSF standard usage.
14659 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14661         * configure: put quotes around the final value of program_transform_name
14663 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14665         * Makefile.in: new install.sh support; update install-info rules
14667 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
14669         * configure.in: Build diff for crosses, but not for go32 host.
14671         * configure.in: Build gprof only for native, and don't build it
14672         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14674 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
14676         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14678 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14680         * configure.in (host_tools): Add prms.
14682 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14684         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14685         with $(FLAGS_TO_PASS) on the command line
14687         * config.sub: Recognize lynx and lynxos
14689 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
14691         * config.sub: Accept -ecoff*, not just -ecoff.
14693 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14695         * Makefile.in (taz): Use .gz suffix instead of .z.
14696         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14697         names.
14699 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14701         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14703 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14705         * Makefile.in (install-no-fixedincludes):  install gcc last, so
14706         that rebuilds that might happen during 'make install' don't get
14707         bogus gcc include files
14709 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14711         Change from Utah for HPPA support:
14712         * config.guess: Recognize hppa1.x-hp-bsd.
14714 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
14716         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
14717         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14719 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14721         * config.sub: Add support for rom68k and bug boot monitors.
14723 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
14725         * Makefile.in: Make all-opcodes depend on all-bfd.
14727 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
14729         * config.guess: Added special check for i[34]86-univel-sysv4*.
14731 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
14733         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14734         the processor rather than assuming i486.
14736 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14738         * config.guess: Recognize SunOS6 as Solaris3.
14740 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
14742         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
14743         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14745 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
14747         * build-all.mk (all-cross): New target for Canadian Cross.
14748         Added Q2 go32 targets.
14749         * test-build.mk: Configure go32 cross sparclite-aout and
14750         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
14751         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14753 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14755         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14756         GO32 hosted toolchains
14758 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14760         * configure: change  so "-exec-prefix" gets passed down rather
14761         than "-exec_prefix" so autoconf generated Makefiles get the
14762         exec_prefix set right.
14764 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14766         * config.guess: get the Solaris2 minor version number
14768         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14770 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14772         * config.guess: Recognize some Sequent platforms.
14774 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14776         * Makefile.in: added the vault-install target
14778         * configure.in: actually use the Sun3 makefile fragment that's in
14779         config, also added the release dir to configdirs
14781 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14783         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14785 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14787         * configure.in: remove some program from Alpha targetted toolchains
14789 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
14791         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
14792         gprof.
14793         (taz): Run "make diststuff" in those directories instead of "make
14794         proto-dir".  Look for "VERSION=" only at start of line in subdir
14795         Makefile.  Use "gzip -9" for compression.
14796         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14797         (binutils.tar.z): New target.
14799 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14801         * Makefile.in (taz): Include gpl.texinfo.
14803 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14805         * Makefile.in (setup-dirs): Merged into "taz" target.
14806         (taz): Only do `proto-dir' stuff if a directory is actually needed
14807         for this target.
14809 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
14811         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14812         (FLAGS_TO_PASS): Pass down MUNCH_NM.
14813         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14814         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14815         (gcc-no-fixedincludes): Correct for current gcc Makefile.
14817 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
14819         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
14820         config.sub, and move-if-change to gdb testsuite distribution
14821         archive, so the testsuite can be extracted, configured, and
14822         run separately from the gdb distribution.  Blow away the Chill
14823         tests that require a Chill compiled executable, since GNU Chill
14824         is not yet publically available.
14826 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14828         * test-build.mk: set environment variables in a single command,
14829         instead of a list of assignments and exports
14831         * config.guess: recognize Alpha/OSF1 systems
14833 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14835         * configure: Change help message to prefer --options rather than
14836           -options.
14838 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14840         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14841         zippy@ecst.csuchico.edu.
14842         * config.guess: Recognize miniframe.
14844 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14846         * Makefile.in: Use srcroot to find runtest rather than rootme.
14847         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
14849 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
14851         * test-build.mk: Extensive additions to support building on a
14852         machine other than the host.
14854 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14856         * configure (tooldir): Fix for i386-aix again.
14858 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
14860         * configure, Makefile.in:  Change definition of $(tooldir)
14861         to match the FSF.
14863 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
14865         * config.guess:  Recognize i[34]86/SVR4.
14867 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14869         * Makefile.in (all-gdb): gdb depends on sim.
14871 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
14873         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
14874         at the same time we make the prototype gdb directory.
14875         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
14876         files at the same time as the gdb base release distribution.
14878 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
14880         * Makefile.in (check): Use individual check targets rather than
14881         DO_X rule.
14882         (check-gcc): Added.
14884 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
14886         * config.sub: Use sysv3.2 not sysv32 for canonical OS
14887         for System V release 3.2.
14889 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14891         * config.sub: Recognize hppaosf.
14892         * configure.in: Do configure ld/binutils/gas for it.
14894 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14896         * configure (tooldir): Alter syntax used to set this, for systems
14897         where "\$" isn't handled right, like i386-aix.
14899 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14901         * configure: Pass program-transform-name, not
14902         program_transform_name, to recursive configures.
14904 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
14906         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14907         of gas+ld+binutils.
14909 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
14911         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
14913 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14915         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14917 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14919         * Makefile.in (PRMS): Set back to all-prms.
14921 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
14923         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14924         targets, rather than for MIPS hosts.
14926 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14928         * configure.in: add comment for --with-x default values
14930         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14932         * Makefile.in: add check-* targets for each of the directories in
14933         the tree.  Add a definition of RUNTEST that will use the one we
14934         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
14936 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
14938         * configure.in: Removed obsolete references to bfd_target and
14939         target_makefile_frag.
14941         * build-all.mk: Set assorted targets for Q2.
14942         * config.sub: Recognize z8k-sim and h8300-hms.
14943         * test-build.mk: Really don't pass host to configure.
14944         (HOLES): Added uname.
14946 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
14948         * configure: Handle an empty program-prefix, program-suffix or
14949         program-transform-name correctly.
14951 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
14953         * build-all.mk: -G 8 no longer required for MIPS targets.
14954         * test-build.mk: Don't pass host argument to configure; make it
14955         guess.
14957 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
14959         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
14960         * Makefile.in (COMPRESS):  New macro, like GZIP.
14962 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
14964         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14966         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14967         with gas currently defaults to -G 0.
14969 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
14971         * Makefile.in (all-flex): flex depends on byacc.
14973         * build-all.mk: If host not specified, use config.guess.  Pass TAG
14974         to test-build.mk as RELEASE_TAG.
14975         * test-build.mk (configargs): New variable containing arguments to
14976         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
14977         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14979         * config.guess: Use /bin/uname when checking -X argument on SCO,
14980         to avoid invoking GNU uname which doesn't understand -X.
14982         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14984         * configure.in: Build gas for mips-*-*.
14986 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14988         * Makefile.in (all.normal): insert missing backslash.
14990 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
14992         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
14994         * Makefile.in: Complete overhaul to merge many almost identical
14995         targets.
14997 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14999         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15000         (gdb.tar.Z): Adjusted.
15002         * Makefile.in (setup-dirs, taz): New targets; should be general
15003         enough to adapt for gdb sometime.  Build only .z file.
15004         (gas.tar.z): New target.
15006 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
15008         * build-all.mk: Use CC=cc -Xs on Solaris.
15010 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
15012         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
15013         for handling BISON for FSF releases.
15015 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15017         * configure: Actually implement the change zoo just documented.
15019 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
15021         * configure: when using config.guess, only set target_alias when
15022         it's not already been set (ie, on the command line)
15024 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15026         * Makefile.in: add installcheck target, set PRMS to install-prms
15028 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15030         * configure: add support for package_makefile_fragment, handle the
15031         case where a directory has a configure.in file but no Makefile.in
15032         more gracefully (with an actual understandable error message, even);
15033         add support for --without (and add this to the usage message); also
15034         explicitly add a --host=${host_alias} to the command line when
15035         config.guess is used
15037 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15039         * configure: Must use both --host and --target in recursive calls.
15041 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15043         * Makefile.in: Change deja-gnu to dejagnu.
15045 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15047         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15049 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15051         * configure.in: canonicalize all instances to *-*-solaris2*,
15052         also strip out a number of tools to not build for go32 host
15054 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15056         * config.guess: add GPL.
15058         * Makefile.in, config.guess, config.sub, configure: bump
15059           copyrights to 93.
15061 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
15063         * Makefile.in (do-info): Removed obsolete check for existence of
15064         localenv file.
15066         * Makefile.in (MAKEOVERRIDES): Define to be empty.
15068 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15070         * Makefile.in: a couple of 'else true' for decstation,
15071         support for TclX
15073         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15075 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
15077         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15079 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
15081         * config.guess: Recognize i386-ibm-aix (PS/2).
15082         * configure.in: Use config/mh-aix386 file for it.
15084 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
15086         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15087         CC_FOR_TARGET instead.
15088         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15090 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
15092         * Makefile.in: Add sim to list of directories sent with gdb
15094 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15096         * configure.in: Put back mips-dec-bsd* case.
15098 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
15100         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15101         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
15102         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15104 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15106         * configure.in: remove no-op mips-dec-bsd* in "case $target"
15108         * Makefile.in (dir.info): only run gen-info-dir if it exists,
15109         (install-info): install dir.info only if it exists,
15110         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15112 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
15114         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
15115         gas for mips-dec-bsd.
15117 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
15119         * configure (makesrcdir): If ${srcdir} is relative and not ".",
15120         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15122 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15124         * configure.in: Added "dejagnu" to hosttools list.
15126 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
15128         * config.sub, configure.in, config.guess:  Add support
15129         for Bosx, an AIX variant from Bull.
15130         Patches from F.Pierresteguy@frcl.bull.fr.
15132 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15134         * devo/dejagnu: Initial creation of devo/dejagnu.
15135         Migrated dejagnu testcases and support files for testing software
15136         tools to reside as subdirectories, currently called "testsuite",
15137         within the directory of the software tool.  Migrated all programs,
15138         support libraries, etc. beloging to dejagnu proper from
15139         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
15140         with no modifications.  The changes to these files which will
15141         allow them to configure, build, and execute properly will be made
15142         in a future update.
15144 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15146         * Makefile.in: Change send_pr to send-pr.
15147         * configure.in: Likewise.
15148         * send_pr: Renamed directory to send-pr.
15150 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
15152         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
15154 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
15156         * README:  Update for gdb-4.8 release.
15157         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
15158         gdb-xxx.tar.z (gzip'd) file also.
15160 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15162         * Makefile.in: make all-diff depend on all-libiberty
15164 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
15166         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15168 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15170         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15172 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
15174         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
15175         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
15176         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
15178 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15180         * Makefile.in:  makeinfo binary is in a new location
15182 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
15184         * config.sub: Accept -ecoff as an OS.
15186         * Makefile.in: Various changes to eliminate a level of make
15187         recursion and reduce the required command line length.
15188         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15189         sub-makes.
15190         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15191         variables holding settings for specific sub-makes.
15192         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15193         in terms of BASE_FLAGS_TO_PASS.
15194         (TARGET_LIBS): New variable listing directories which use
15195         TARGET_FLAGS_TO_PASS.
15196         (subdir_do): Eliminated.
15197         (do-*): New set of targets to replace subdir_do.
15198         (various): All targets which used subdir_do now depend on do-*.
15199         (local-clean): Renamed from do_clean.
15200         (local-distclean): New target, dependency of distclean and
15201         realclean.
15202         (install-info): Don't create directories.  Depend on dir.info
15203         rather than calling make recursively.
15204         (install-dir.info): Eliminated.
15205         (install-info-dirs): Create all info directories here.
15206         (dir.info): Depend upon do-install-info.
15208         * test-build.mk (HOLES): Added false.
15210 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
15212         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
15214 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15216         * Makefile.in (info): remove dependency on all-texinfo.  The
15217         problem was really in texinfo/C, not at this level.
15219 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15221         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15223 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
15225         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
15226         GDB releases.
15228 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15230         * configure: Include srcdir in message about target of link not
15231         being found.  Don't convert `-' to `_' in `with' options being
15232         passed to subdirs.
15234 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15236         * configure.in: add uudecode to host_tools
15238         * Makefile.in: added {all,install}-uudecode targets, added them to
15239         the appropriate lists
15241 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
15243         * Makefile.in (all-gcc): Added dependency on all-gas.
15245         * configure.in (mips-*-*): Build ld and binutils.
15247 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15249         * configure: check return code from mkdir, print error message and
15250           exit on failure.
15252 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
15254         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
15256 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
15258         * test-build.mk (HOLES): Added tar, cpio and uudecode.
15260 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15262         * config.sub (h8500):  Recognize this as a cpu type.
15264 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15266         * configure: source directory missing is no longer a warning
15268         * configure.in: recognize irix[34]* instead of irix[34]
15270         * Makefile.in: define and pass down X11_LIB
15272 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
15274         * guess-systype: Renamed to ...
15275         * config.guess:  ... by popular request.
15276         * configure.in, Makefile.in:  Update accordingly.
15278 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
15280         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
15281         + Add Convex, Cray/Unicos, and Encore/Multimax support.
15282         + Execute ./dummy instead of assuming . is in PATH.
15284 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
15286         * guess-systype:  New shell script.  Attempts to guess the
15287         canonical host name of the executing host.
15288         Only a few hosts are supported so far.
15289         * configure:  Call guess-systype if no host is specified.
15291 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15293         * Makefile.in (gcc-no-fixedincludes): Made to work with current
15294         gcc Makefile.
15297 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
15299         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15300         (all-gcc, install-gcc, subdir_do): Use it.
15302 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15304         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15306 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
15308         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15309           set exclusively by configure, using configure.in .
15311 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15313         * test-build.mk: set $PATH for all builds
15315         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15317 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
15319         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
15320         the one used in gcc/Makefile.in, so that a null expansion doesn't
15321         override the one needed to build gcc with a native cc.
15324 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15326         * configure: Accept -with arguments.
15328 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15330         * Makefile.in: added h8300sim
15332 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
15334         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15335         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
15336         (all-cygnus, native, build-cygnus): Make
15337         $(canonhost)-stamp-3stage-done, not $(host)....
15338         * test-build.mk (stamp-3stage-compared): Use tail +10c for
15339         i386-sco3.2v4.  Added else true to if command.
15341 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
15343         * config.sub: (from FSF) Sequent uses a BSD-like OS.
15345 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
15347         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15349 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15351         * configure.in: don't remove binutils from Solaris builds
15353 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
15355         * Makefile.in: get rid of earlier definitions for *clean,
15356         also handle the recursive info rule better
15358 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
15360         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
15361         do more-or-less the right thing.
15363 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
15365         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15366         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15368 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15370         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15371         $(host_canonical).
15373         * configure.in: split the configdirs list into 4 categories (native
15374         v. cross, library v. tool) and handle the cross-only and native-
15375         only in more reasonable (and correct!) way.
15377 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
15379         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
15380         configdirs anymore.
15382 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15384         * Makefile.in: extensive cleanup::  removed all of the explicit
15385         clean-* targets, collapsed many wrappers around subdir_do into
15386         one, added additional targets to satisfy standards.texi, deleted
15387         some old targets, some changes for consistency
15389 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15391         * configure.in: handle some programs as cross-only, and others as
15392         native only
15394         * test-build.mk: handle partial holes in a more generic manner
15396         * Makefile.in: m4 depends on libiberty
15398 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15400         * configure.in: add m4, textutils, fileutils, sed, shellutils,
15401         time, wdiff, and find to configdirs
15403         * Makefile.in: all, clean, and install rules for the new programs
15404         added to configure.in
15406 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15408         * configure.in: use mh-sun for all *-sun-* hosts
15410 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15412         * Makefile.in: define flags for X11 include files and library file
15413         locations, pass them down to the programs that need this info
15415         * build-all.mk: added a 'native' target, to 3stage the native toolchain
15417 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15419         * configure.in: start building libg++ for HP-UX targets
15421 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
15423         * README:  Update references to files moved into etc/.
15425 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
15427         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
15428         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
15430 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15432         * configure: accept dash as well as underscore in long option
15433         names for FSF compatibility.
15435 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
15437         * config.sub: added -sco3.2v4 support from FSF.
15439 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15441         * configure.in: expand the section that adds or removes
15442         directories from the list of programs to build, to handle native
15443         vs. cross in addition to host v. native
15445 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
15447         * Makefile.in:  Replace C++ in macro names with CXX.
15448         This is less likely to break ...
15450 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15452         * test-build.mk: add -w to GNU_MAKE
15454 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15456         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15457         add 'sparc' to list of recognized cpus.  This needed to make
15458         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15459         Delete some redundant ose68 variants.  Recognize -wrs as an os,
15460         then changes that into $CPU-wrs-vxworks.
15462         * configure.in: remove most references to gdbtest, regularize
15463         target based program removal
15465         * test-build.mk: import from p3 tree (many fixes and changes)
15467 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
15469         * Makefile.in: added rules to handle tcl, tk, and expect
15471         * configure.in: handle those directories if they exist
15473 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15475         * config.sub: removed bogus hppabsd and hppahpux names, since
15476         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15478 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15480         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
15481         depends upon all-xiberty
15483         * Makefile.in: changes from p3, including:
15485         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
15487         * Makefile.in (XTRAFLAGS): include newlib directories if
15488         newlib/Makefile exists, rather than if host != target.
15490         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
15492         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15493         from the same source tree and not building a cross-compiler.  This
15494         matters for the libg++ configuration if reconfiguring a tree that
15495         has already been installed.
15497         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
15499         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15500         pick up the machine and system specific header files.
15502         * Makefile.in: added AS_FOR_TARGET, passed down in
15503         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15504         the C compiler to use to create programs which are run in the
15505         build environment, set it to default to $(CC), and passed it down
15506         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15508         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
15510         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15511         We need them for unusual native builds, like systems without
15512         ranlib.
15514         * configure: also define $(host_canonical) and
15515         $(target_canonical), which are the full, canonical names for the
15516         given host and target
15518 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
15520         * Makefile.in:  Added separate definitions for C++.
15522 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
15524         * configure.in (configdirs):  Add deja-gnu.
15526 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
15528         * README:  Update for configure.texi and gdb-4.7 release.
15530 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
15532         * Makefile.in:  Move "all" target to top of file.
15533         Previously, first target was ".PHONY" which caused BSD4.4 make
15534         to build .PHONY when make was run without arguments.
15536 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
15538         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
15539         Library-copylefted code in libiberty.
15541 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
15543         * config.sub:  Replace m68kmote with plain old m68k.
15545 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
15547         * Makefile.in:  Remove space from blank line, avoid Make complaints.
15549 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
15551         * config.sub: Complain if no argument is given.  Added support for
15552         386bsd as OS and target alias.
15554 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
15556         * Makefile.in (XTRAFLAGS): include newlib directories if
15557         newlib/Makefile exists, rather than if host != target.
15559 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
15561         * config.sub: recognize sparclite-wrs-vxworks.
15563         * Makefile.in (install-xiberty): added *-xiberty make rules (from
15564         p3.) Added clean-xiberty to clean.
15566 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15568         * configure.in: use *-*-* instead of nested cases for host and target
15570 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
15572         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15573         from the same source tree and not building a cross-compiler.  This
15574         matters for the libg++ configuration if reconfiguring a tree that
15575         has already been installed.
15577 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
15579         * config.sub (i486v/i486v4):  Merge in from FSF version.
15581 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
15583         * configure: only set PWD if it is already set.
15585 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
15587         * configure: just set PWD=`pwd` at the top, since Ultrix sh
15588         doesn't have unset and all success paths (and most error paths)
15589         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15590         to just ${PWD} to avoid confusion.)
15592 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
15594         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15595         even for a native compilation.
15597 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
15599         Changes to make the gdb.tar.Z rule work better.
15601         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
15602         (DEVO_SUPPORT):  Add configure.texi.
15603         (bfd-ilrt.tar.Z):  Remove ancient rule.
15605 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
15607         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15608         pick up the machine and system specific header files.
15610         * configure.in, config.sub: added new target m68010-adobe-scout,
15611         with alias of adobe68k.  Changed configure.in to check for
15612         -scout before -sco* to avoid a false match.
15614         * Makefile.in: added AS_FOR_TARGET, passed down in
15615         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15616         the C compiler to use to create programs which are run in the
15617         build environment, set it to default to $(CC), and passed it down
15618         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15620 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15622         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15623         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
15624         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15625         FOR_TARGET variants, to newlib and libg++.
15627 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15629         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15630         first.
15632 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
15634         * config.sub:  Accept `elf' as an environment.
15636 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15638         * Makefile.in (all-opcodes):  cd into the right directory
15640 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
15642         * configure: added -program_transform_name option, used as
15643         argument to sed when installing programs.
15644         configure.texi: added documentation for -program_prefix,
15645         -program_suffix and -program_transform_name.
15647 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
15649         * config.sub:  Accept i486 where i386 ok.
15651 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
15653         * config.sub: accept we32k
15655 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
15657         * config.sub, configure.in: accept OSE68000 and OSE68k.
15659         * Makefile.in: don't create all directories for ``make install'';
15660         let the subdirectories create the ones they need.
15662 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15664         * COPYING: new file, GPL v2
15666 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15668         * Makefile.in: use the new gen-info-dir, which needs a template
15669         argument (which also lives in texinfo)
15671         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15673 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
15675         * config.sub (ncr3000):  Change i386 to i486.
15677 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15679         * Makefile.in: add install-rcs, install-grep to
15680         install-no-fixedincludes, removed install-bison and install-libgcc
15682 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
15684         * configure.in: grab the HPUX makefile fragment if on HPUX
15686 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15688         * Makefile.in: eradicate bison spoor (ditto libgcc).
15689          configure.in: recognise m68{k,000}-ericsson-OSE.
15690          es1800 is alias for m68k-ericsson-OSE
15692 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15694         * configure.in: rearrange the parts that remove programs from
15695         configdirs, based now on HOST==TARGET or by canonical triple.
15697 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15699         * test-build.mk: recurse explicitly with -f test-build.mk when
15700           appropriate.  predicate stage3 and comparison on the existence
15701           of gcc.  That is, if gcc isn't around, we aren't three-staging.
15702           On very clean, also remove ...stamp-co.  Build in-place before
15703           doing other builds.
15705 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15707         * Makefile.in, configure.in: add tgas
15709 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15711         * Makefile.in: a number of changes merged in from progressive.
15713         * configure.in: add libm.
15715         * .cvsignore: ignore some stuff that comes from test-build.mk.
15717 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
15719         * config.sub:  Add es1800 (m68k-ericsson-es1800).
15721 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15723         * configure: Add program_suffix (parallel to program_prefix)
15724         * Makefile.in: adjust directory-creating script for losing decstation
15726 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
15728         * configure:  Minor $subdir-related fixes.
15730 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15732         * configure: fix various problems with propogating
15733         makefile_target_frag in subdirs.
15734         * configure.in: config libgcc if its there
15736 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
15738         * config.sub:  HPPA merge.
15740 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
15742         * Makefile.in:  Replace all-bison with all-byacc in all
15743         dependency lines for other tools (which now use byacc).
15745 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
15747         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
15749 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
15751         * Makefile.in: make gprof rules similar to byacc rules (instead of
15752         vestigal $(unsubdir) that didn't work...)
15754 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
15756         * config.sub:  Add support for Linux.
15757         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
15758         (at least for libg++).
15760 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
15762         * configure.texi: fix doc for the -nfp option to configure
15764 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
15766         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15768 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
15770         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15771         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15772         * configure.in: added solaris* host_makefile_frag hook.
15774 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15776         * config.sub: changed recognition of m68000 so that various
15777         m68k types can be specified via m680[01234]0
15779 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15781         * config.sub (basic_machine): fix sed so that '-foo' isn't
15782         completely substituted out while .+'-foo' loses the '-foo'
15784 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15786         * config.sub ($os): Add -aout.
15788 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
15790         * configure:  If host_makefile_frag is absolute, don't
15791         prefix ${invsubdir} (relevant to libg++ auto-configure).
15793 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15795         * Makefile.in (tooldir): Define it.
15796         (all-ld): Depend on all-flex.
15798 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
15800         * Makefile.in (check):  Fix libg++ special case.
15802 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
15804         * configure: do not bury `pwd` into config.status, thus do fewer
15805           pwd's.
15807         * configure: print the "Building in" message only when building in
15808           other than "." AND verbose.
15810         * configure: remove -s, rework -v to better accommodate guested
15811           configures.
15813         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15815 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
15817         * Makefile.in: macroize flags passed on recursion.  remove
15818           fileutils.
15820 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
15822         * configure: get makesrcdir right for subdirs deeper than 1.
15824         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15825           install.
15827 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
15829         * Makefile.in: don't print subdir_do or recursion lines.
15831 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
15833         * standards.texi: added menu item.
15835         * Makefile.in: build and install standards.info.
15837         * standards.texi: new file.
15839 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15841         * configure: test for and move config.status pieces from
15842           ${subdir}/.
15844 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
15846         * configure:  Test for existance of files before trying to mv
15847         them, to avoid numerous non-existance messages.
15849 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
15851         * configure: correct final line of config.status.
15853         * configure: patch from eggert.  Avoids a protection problem if
15854           the original Makefile.in is read only.
15856         * configure: use move-if-change from gcc to create config.status.
15857           Some makefiles depend on config.status to tell if a directory
15858           has been reconfigured for a different host.  This change
15859           prevents those directories from remaking everything in the case
15860           where the reconfig was only intended to rebuild a Makefile.
15862         * configure: test for config.sub with "config.sub sun4" rather
15863           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
15864           host alias from a missing config.sub.
15866 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15868         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15869           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
15871 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
15873         * configure: mkdir ${subdir} as needed.
15875 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
15877         * Makefile.in,configure.in: added autoconf.
15879 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15881         * Makefile.in: no longer pass against on recursion.
15883         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15884           definitions are not inherited.
15886         * configure: correct makesrcdir when subdir is .
15888 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
15890         * configure:  Add support for 'subdirs' variable, which is
15891         like 'configdirs', except that configure doesn't re-invoke
15892         itself for subdirs, it just creates a Makefile for each subdir.
15893         * configure.texi:  Document subdirs.
15895 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15897         * configure.in: added flex to configdirs
15899 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
15901         * Makefile.in: remove clean-stamps from clean.
15903 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
15905         * configure.in:  Add gdbtest to configdirs.
15907 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
15909         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
15910         to recursive makes.
15911         * configure.in:  Recognize new ncr3000 config.
15913 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
15915         * Makefile.in, configure.in: removed references to gdbm.
15917 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
15919         * config.sub:  Don't canonicalize os value
15920         newsos* to bsd (readline needs to check for newsos).
15921         (This fix was earlier made Jan 31, but got re-broken.)
15923 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
15925         * configure.in:  sco is an os, not a vendor!
15927         * configure:  Quote $( better.  Keep various shells happy.
15929 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
15931         * Makefile.in: eliminate stamp-files.
15933 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
15935         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
15936           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15938 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
15940         * config.sub:  fix iris/iris3.
15942 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
15944         * configure: re-add -rm.
15946 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
15948         * Maskefile.in: add .stmp-rcs to all.
15950         * configure.in: remove gas from rs6000 build, use aix host fragment.
15952 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
15954         * configure: pass down site_option during recursion.
15956 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
15958         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
15960 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
15962         * configure: Change exec_prefix so that it really defaults to prefix.
15964 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
15966         * Makefile.in, configure.in:  Add support for mmalloc library.
15968 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
15970         * Makefile.in: add stmp dependencies for a few more things.
15972 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
15974         * configure: adjusted error message on objdir/srcdir configure
15975           collision, per john's suggestion.
15977         * Makefile.in: add libiberty stmp to all and all.cross.
15979 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
15981         * Makefile.in: remove force dependencies, add grep to all.
15983 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
15985         * Makefile.in: drop flex.  make stamp files work.
15987         * configure: added test for conflicting configuration in srcdir,
15988           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
15989           gets cranky.  use relative paths for configure and srcdir
15990           whenever possible.  Send some error messages to stderr that were
15991           going to stdout.
15993 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
15995         * Makefile.in:  Fix libg++ rule to check for gcc directory
15996         before using gcc/gcc.  Also pass XTRAFLAGS.
15998 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
16000         * Makefile.in: added stmp-files so that directories aren't polled
16001           when they are already built.
16003         * configure.texi: fixed a node pointer problem.
16005 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
16007         * config.sub configure.in gdb/configure.in
16008         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16009         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16010         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
16012 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16014         * configure: -recurring becomes -silent.  corrected help message
16015           for -site= option.
16017         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16019 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16021         * configure: when building Makefile for crosses, replace
16022           tooldir and program_prefix.  default srcdir from location of
16023           config.sub.  remove "for host in hosts" and "for target in
16024           targets" loops.
16026 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16028         * Makefile.in: Do not pass bindir or mandir to cvs.
16030 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
16032         * Makefile.in, configure.in: removed traces of namesubdir,
16033           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
16034           copyrights to '92, changed some from Cygnus to FSF.
16036         * configure.texi: remove most references to multiple hosts,
16037           multiple targets, subdirs, etc.
16039         * configure.man: removed rcsid. reference config.sub not
16040           config.subr.
16042         * Makefile.in: mkdir $(infodir) on install-info.
16044 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
16046         * configure.texi:  Explain better about .gdbinit and about
16047         the environment that configure.in sections run in.
16049 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
16051         * configure.in:  Ultrix is only a decstation if it's a MIPS.
16053 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
16055         * README:  DOC.configure => cfg-paper.texi.
16057 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
16059         * config.sub (near case $os):  Don't convert newsos* to bsd!
16061 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
16063         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
16064         the number of copies of COPYING that go into the GDB tar file.
16066 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
16068         * bfd/configure.in, gdb/config/mh-i386sco,
16069         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16070         Fix SCO configuration stuff.
16072 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
16074         * Makefile.in:  For libg++, make sure the -I pointing
16075         to the gcc directory goes *after* all the libg++-local -I flags.
16076         Also, move just-gcc dependency from just-libg++ to all-libg++.
16078 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
16080         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
16082 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
16084         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
16086 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
16088         * config.sub:  Add stratus configuration frags.  Also
16089         submitted to FSF.
16091 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
16093         * Makefile.in (DEV_SUPPORT):  add configure.man.
16095         * config.sub(Decode manufacturer-specific):  add -none*.
16097 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
16099         * Makefile.in:  remove form feeds to make Sun's make happy.
16100         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
16102 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
16104         * Makefile.in (AR_FLAGS):  Make quieter.
16106 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
16108         * configure.in:  Add libg++.
16109         * configure:  When verbose, don't output the command line at each
16110         level; it will be unremarkably the same as the previous version,
16111         which will be the same as what the user typed.
16113 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
16115         * configure.in, Makefile.in: fix clean-info, add flex.  add
16116           fileutils.
16118         * configure: be less sensitive to spaces in Makefile.in.  Do not
16119           look for sources in "..".  Doing so breaks subdirectories that
16120           might have their own configure.  If a subdir has it's own
16121           configure script, use it.
16123 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
16125         * cfg-paper.texi: some changes suggested by rms.
16127 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
16129         * config.sub:  Merge in some small additions from the FSF version,
16130         taken from the gcc distribution, to bring the Cygnus and FSF
16131         versions into closer sync.
16133 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
16135         * configure.in:  Changed svr4 references to sysv4.
16137 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
16139         * configure: added -V for version number option.
16141 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
16143         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16144           renamed from DOC.configure to cfg-paper.texi.
16146 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16148         * configure, config.subr, config.sub: config.subr is now
16149           config.sub again.
16151 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
16153         * configure.texi: new file, in progress.
16155         * Makefile.in: build info file and install the man page for
16156           configure.
16158         * configure.man: new file, first cut.
16160         * configure: find config.subr again now that configuration "none"
16161           has gone.  removed all traces of the -ansi option.  removed all
16162           traces of the -languages option.
16164         * config.subr: resync from rms.
16166 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16168         * configure, config.sub, config.subr: merge config.sub into
16169           config.subr, call the result config.subr, remove config.sub, use
16170           config.subr.
16172         * Makefile.in: revised install for dir.info.
16174 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16176         * configure.in: add decstation host makefile frag.
16178         * Makefile.in: BISON now bison -y again.  also install-gcc on
16179           install.  clean-gdbm on clean.  infodir belongs in datadir.
16180           Make directories for info install.  Build dir.info here then
16181           install it.
16183 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16185         * Makefile.in: fix for bad directory tests.
16187 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16189         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
16190           regexp.  -srcdir relative was being handled incorrectly.
16192         * Makefile.in: unwrapped some for loops so that parallel makes
16193           work again and so one can focus one's attention on a particular
16194           package.
16196 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16198         * configure: added PWD as a stand in for `pwd` (for speed). use
16199           elif wherever possible.  make -srcdir work without -objdir.
16200           -objdir= commented out.
16202 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16204         * configure: +options become --options.  -subdirs commented out.
16205           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
16206           Makefile now at top of generated Makefile.  Removed cvs log
16207           entries.  added -srcdir.  create .gdbinit only if there is one
16208           in ${srcdir}.
16210         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
16211           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
16212           and mandir now keyed off datadir by default.
16214 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16216         * Freshly created ChangeLog.
16219 Local Variables:
16220 mode: change-log
16221 left-margin: 8
16222 fill-column: 76
16223 version-control: never
16224 End: