Fix 47251, failure in powerpc -mcpu=power7 -m32 -msoft-float
[official-gcc.git] / ChangeLog
blob49341ca23e4febf577ad9fdc2a9ae3c2f53b0087
1 2011-01-10  Jan Hubicka  <jh@suse.cz>
3         * config/bootstrap-lto.mk: -fuse-linker-plugin is default now;
4         pass -fno-lto to STAGEprofile.
6 2011-01-07  Jan Hubicka  <jh@suse.cz>
8         PR lto/47225
9         * Makefile.in: Regenerate.
10         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
11         configure.
13 2011-01-07  Jan Hubicka  <jh@suse.cz>
15         * Makefile.in: Regenerate.
16         * Makefile.def (gcc host module) and soft dependency on lto-plugin
17         and configure dependency on lto-plugin configure.
18         (lto-plugin module): Remove dependency on GCC; add dependency on
19         liniberty.
21 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
23         * MAINTAINERS (Write After Approval): Add myself.
25 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
27         * configure: Regenerate.
29 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
31         * configure.ac: (picochip): Disable libiberty.
33 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
35         * MAINTAINERS (Write After Approval): Add myself.
37 2010-12-10  Ian Lance Taylor  <iant@google.com>
39         PR bootstrap/46819
40         * configure.ac: For --disable-libgcj clear libgcj_saved.
41         * configure: Rebuild.
43 2010-12-10  Tobias Burnus  <burnus@net-b.de>
45         PR fortran/46540
46         * configure.ac: Add --disable-libquadmath and
47         --disable-libquadmath-support.
48         * configure: Regenerate.
50 2010-12-03  Ian Lance Taylor  <iant@google.com>
52         * MAINTAINERS: Add myself as libgo maintainer.
54 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
56         PR libffi/46792
57         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
58         * configure: Regenerate.
60 2010-12-02  Ian Lance Taylor  <iant@google.com>
62         * configure.ac: Always set default for poststage1_ldflags to
63         -static-libstdc++ -static-libgcc.
65 2010-11-29  Andreas Schwab  <schwab@redhat.com>
67         * configure.ac: Move comment to remove extra space in last argument
68         of GCC_TARGET_TOOL.
70 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
72         PR other/46026
73         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
74         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
75         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
76         (BASE_FLAGS_TO_PASS): Use it.
77         * configure: Rebuilt.
78         * Makefile.in: Rebuilt.
80 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
82         PR binutils/12258
83         * configure.ac: Correct comments for --enable-gold/--enable-ld.
84         Properly check default linker.
85         * configure: Regnerated.
87 2010-11-23  Matthias Klose  <doko@ubuntu.com>
89         * configure.ac: For --enable-gold, handle value `default' instead of
90         `both*'.   New configure option --{en,dis}able-ld.
91         * configure: Regenerate.
93 2010-11-20  Ian Lance Taylor  <iant@google.com>
95         * configure.ac: Only disable a language library if no language needs
96         it.  Don't let --disable-libgcj uncondtionally disable libffi.
97         * configure: Rebuild.
99 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
101         * Makefile.in: Regenerate.
103         PR other/46202
104         * configure.ac: Fix just-built in-tree STRIP name to be
105         binutils/strip-new.
106         * configure: Regenerate.
107         * Makefile.def (install-strip-gcc, install-strip-binutils)
108         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
109         (install-strip-sid): Mirror dependencies on non-strip variants
110         of these targets on the respective -strip prerequisites.
111         * Makefile.tpl (install-strip, install-strip-host)
112         (install-strip-target): New targets.
113         (install-strip-[+module+], install-strip-target-[+module+]):
114         New targets.
115         * Makefile.in: Regenerate.
117 2010-11-19  Ian Lance Taylor  <iant@google.com>
118             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
120         * configure.ac: Add target-libgo to target_libraries.  Set
121         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
122         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
123         (HOST_EXPORTS): Add GOC.
124         (BASE_TARGET_EXPORTS): Add GOC.
125         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
126         (GOCFLAGS_FOR_TARGET): New variable.
127         (EXTRA_HOST_FLAGS): Add GOC.
128         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
129         * Makefile.def (target_modules): Add libgo.
130         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
131         (dependencies): Add dependency from configure-target-libgo to
132         configure-target-libffi and all-target-libstdc++-v3.  Add
133         dependencies from all-target-libgo to all-target-libffi.
134         (languages): Add go.
135         * configure: Rebuild.
136         * Makefile.in: Rebuild.
138 2010-11-19  Ian Lance Taylor  <iant@google.com>
140         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
141         compiler/flag environment variables.
143 2010-11-18  Ian Lance Taylor  <iant@google.com>
145         * configure.ac: Check for lang_requires_boot_languages in
146         config-lang.in files.
147         * configure: Rebuild.
149 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
150             Tobias Burnus  <burnus@net-b.de>
152         PR fortran/32049
153         * Makefile.def: Add libquadmath; build it with language=fortran.
154         * configure.ac: Add libquadmath.
155         * Makefile.tpl: Handle multiple libs in check-[+language+].
156         * Makefile.in: Regenerate.
157         * configure: Regenerate.
159 2010-11-16  Tom Tromey  <tromey@redhat.com>
161         * MAINTAINERS: Moved myself to reviewers section.
163 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
165         * MAINTAINERS: Moved myself to reviewers section.
167 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
169         * MAINTAINERS (Various Maintainers): Add self for build machinery.
170         (Write After Approval): Remove self.
172 2010-11-15  Andreas Schwab  <schwab@redhat.com>
174         * configure.ac: Fix spelling in option names.
175         * configure: Regenerated.
177 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
179         PR bootstrap/39622
180         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
181         * configure: Regenerated.
183 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
185         * MAINTAINERS: Update my email address.
187 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
189         * configure: Regenerate.
191 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
193         * configure: Regenerate.
195 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
197         * configure: Regenerate.
199 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
201         * configure: Regenerate.
203 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
205         * configure.ac: Support official CLooG.org versions.
206         * configure: Regenerate.
207         * config/cloog.m4: New.
209 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
211         * MAINTAINERS (Write After Approval): Add myself.
213 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
215         * MAINTAINERS: Update my email address.
217 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
219         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
220         * configure: Regenerate.
222 2010-11-03  Ian Lance Taylor  <iant@google.com>
223             Dave Korn  <dave.korn.cygwin@gmail.com>
225         PR lto/46273
226         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
227         and on other supported platforms whenever LTO is enabled.
228         * configure: Rebuild.
230 2010-11-02  Alan Modra  <amodra@gmail.com>
232         PR binutils/12110
233         * configure.ac: Error when source path contains spaces.
234         * configure: Regenerate.
236 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
238         * MAINTAINERS: Update my email address.
240 2010-10-20  Ian Lance Taylor  <iant@google.com>
242         * Makefile.def (target_modules): Set lib_path to src/.libs for
243         libstdc++-v3 module.
244         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
245         * Makefile.in: Rebuild.
247 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
249         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
250         (Write After Approval): Remove myself.
252 2010-10-15  Tristan Gingold  <gingold@adacore.com>
254         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
256 2010-10-14  Douglas Rupp  <rupp@gnat.com>
258         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
260 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
262         * configure.ac (build_lto_plugin): New shell variable.
263         (--enable-lto): Turn on by default for all non-ELF platforms that
264         have had LTO support added so far.  Set build_lto_plugin appropriately
265         for both ELF and non-ELF.
266         (configdirs): Add lto-plugin or not based on build_lto_plugin.
267         * configure: Regenerate.
269 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
271         Sync from src:
272         * configure.ac (v850 support): Remove target-libgloss from
273         noconfigdirs.
274         * configure: Regenerate.
276 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
278         PR bootstrap/45326
279         PR bootstrap/45174
280         * configure.ac: Honor initial values of $build_configargs,
281         $host_configargs, $target_configargs.  Mark the precious, so
282         environment settings get recorded.
283         * configure: Regenerate.
285 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
287         PR bootstrap/45796
288         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
289         Depend on all-build-libiberty.
290         * Makefile.in: Regenerate.
292 2010-09-30  Michael Eager  <eager@eagercon.com>
294         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
295         * configure: Regenerate.
297 2010-09-28  Michael Eager  <eager@eagercon.com>
299         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
301 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
303         PR bootstrap/44621
304         * configure.ac: Fix unportable shell quoting.
305         * configure: Regenerate.
307 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
309         * configure.ac (enable-lto): Add Darwin to the list of supported lto
310         targets and amend comment.
311         * configure: Regenerate.
313 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
315         * MAINTAINERS (Write After Approval): Add myself.
317 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
319         * configure.ac: Enable LTO by default on Darwin.
320         * configure: Regenerate.
322 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
324         * MAINTAINERS (Write After Approval): Add myself.
326 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
328         * MAINTAINERS (Write After Approval): Add myself.
330 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
332         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
333         ports
335 2010-07-28  David Yuste  <david.yuste@gmail.com>
337         * MAINTAINERS (Write After Approval): Add myself.
339 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
341         * configure.ac: Support all v850 targets.
342         * configure: Regenerate.
344 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
346         PR bootstrap/44455
347         * configure.ac (extra_mpfr_configure_flags): Copy from
348         extra_mpc_gmp_configure_flags.
349         * configure: Re-generated.
351 2010-07-22  Andi Kleen  <ak@linux.intel.com>
353         * MAINTAINERS (Write After Approval): Add myself.
355 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
357         * MAINTAINERS (Write After Approval): Add myself.
359 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
361         * MAINTAINERS (Write After Approval): Add myself.
363 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
365         PR target/44862
366         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
367         Provide -B option to allow for link spec %s substitutions for
368         libstdc++.a on darwin.
369         * Makefile.in: Regenerate.
371 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
373         * MAINTAINERS (Reviewers): Update my e-mail address
375 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
377         * Makefile.def (configure-gcc): Depend on all-libelf.
378         * Makefile.in: Rebuild.
380 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
382         * MAINTAINERS (Write After Approval): Add myself in the right place.
384 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
386         * MAINTAINERS (Write After Approval): Add myself.
388 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
390         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
392 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
394         * config.sub: Update to version 2010-05-21.
395         * config.guess: Update to version 2010-04-03.
397 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
399         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
400         * configure: Regenerate.
402 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
404         * MAINTAINERS (Write After Approval): Add myself.
406 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
408         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
409         a platform that supports LTO.
410         * configure: Regenerate.
412 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
414         * configure.ac: Allow all the versions greater than 0.10 of PPL.
415         * configure: Regenerated.
417 2010-04-27  Roland McGrath  <roland@redhat.com>
418             H.J. Lu  <hongjiu.lu@intel.com>
420         * configure.ac (--enable-gold): Support both, both/gold and
421         both/bfd to add gold to configdirs without removing ld.
422         * configure: Regenerated.
424         * Makefile.def: Add install-gold dependency to install-ld.
425         * Makefile.in: Regenerated.
427 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
429         PR lto/42776
430         * configure.ac (--enable-lto): Refactor handling so libelf tests
431         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
432         and allow LTO to be explicitly enabled on non-ELF platforms that
433         are known to support it inside else-clause.
434         * configure: Regenerate.
436 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
438         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
439         * configure: Regenerate.
441 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
443         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
444         * configure: Regenerate.
446 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
448         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
449         separately.
450         * configure: Regenerate.
452 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
454         * MAINTAINERS (Write After Approval): Add myself.
456 2010-04-14  Tristan Gingold  <gingold@adacore.com>
458         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
459         * configure: Regenerate.
461 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
463         * configure: Regenerate after change to elf.m4.
465 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
467         * MAINTAINERS (Write After Approval): Add myself.
469 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
471         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
472         * configure: Regenerated.
474 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
476         * configure.ac: Print "buggy but acceptable" when CLooG
477         revision is less than 9.
478         * configure: Regenerated.
480 2010-04-01  Diego Novillo  <dnovillo@google.com>
482         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
484 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
486         PR bootstrap/43615
487         PR bootstrap/43328
489         Revert:
491         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
493         * configure.ac: Do not pass --enable-multilib nor
494         --disable-multilib in baseargs.  Accept explicitly passed
495         --enable_multilib.
496         * configure: Regenerate.
498 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
500         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
502 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
504         * MAINTAINERS: Remove myself.
506 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
508         PR bootstrap/43328
509         * configure.ac: Do not pass --enable-multilib nor
510         --disable-multilib in baseargs.  Accept explicitly passed
511         --enable_multilib.
512         * configure: Regenerate.
514 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
516         * MAINTAINERS (spu port): Remove me.
518 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
520         * configure.ac (tic6x-*-*): New case.
521         * configure: Regenerate.
523 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
525         * config.sub: Update to version 2010-03-22.
526         * config.guess: Update to version 2009-12-30.
528 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
530         PR ada/42554
531         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
532         * configure: Regenerate.
534 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
536         * MAINTAINERS: Update my email address.
538 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
540         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
541         (ghassan.shobaki@amd.com): Removed.
543 2010-03-17  Alan Modra  <amodra@gmail.com>
545         * MAINTAINERS: Update my email address.
547 2010-03-16  Diego Novillo  <dnovillo@google.com>
549         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
550         Matthews.
552 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
554         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
555         Gutson, Jeffrey D. Oldham and Mark Shinwell.
557 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
559         * MAINTAINERS: Update my email address.
561 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
563         * MAINTAINERS: Update my email address.
565 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
567         * MAINTAINERS: Update my email address.
569 2010-03-09  Jie Zhang  <jie@codesourcery.com>
571         * MAINTAINERS: Update my email address.
573 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
575         PR libstdc++/32499
576         * configure.ac (RANLIB): Default to true.
577         (STRIP): Likewise.
578         (RANLIB_FOR_TARGET): Remove superfluous : argument.
579         * configure: Regenerate.
581 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
583         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
584         (Write After Approval): Update my email address.
586 2010-02-17  Nick Clifton  <nickc@redhat.com>
588         PR 11238
589         * Makefile.tpl (local-distclean): Also remove config.cache files in
590         sub-directories as there may not be Makefiles present in the
591         sub-directories.
592         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
593         the config.cache files found by the find command.
595         * Makefile.in: Regenerate.
596         * configure.ac: Revert previous delta.
597         * configure: Regenerate.
599 2010-02-15  Nick Clifton  <nickc@redhat.com>
601         PR 11238
602         * configure.ac: Delete config.cache files in sub-directories when
603         deleting Makefiles.
604         * configure: Regenerate.
606 2010-02-12  Ben Elliston  <bje@gnu.org>
608         * MAINTAINERS: Update my email address.
610 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
612         * MAINTAINERS (spu port): Update my email address.
614 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
616         * MAINTAINERS: Add myself as a maintainer for the bfin port.
618 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
620         * configure.ac: Add "recommended" version checks for GMP/MPC.
621         Update recommended GMP/MPFR/MPC versions.
622         * configure: Regenerate.
624 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
626         * MAINTAINERS: Move my Embecosm email address into the
627         write-after-approval section.
629 2010-01-26  Ian Lance Taylor  <iant@google.com>
631         * MAINTAINERS: Add myself as Go frontend maintainer.
633 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
635         PR libstdc++/36101, PR libstdc++/42813
636         * configure.ac (bootstrap_target_libs): Make inclusion of
637         target-libgomp conditional on libgomb being in target_configdirs.
638         * configure: Regenerate.
640 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
642         PR libstdc++/36101, PR libstdc++/42813
643         * configure.ac (bootstrap_target_libs): Include target-libgomp.
644         * configure: Regenerate.
646 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
648         PR libstdc++/36101, PR libstdc++/42813
649         * configure.ac (target_configdirs): Substitute.
650         * Makefile.def: Bootstrap target module libgomp.
651         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
652         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
653         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
654         * configure, Makefile.in: Regenerate.
656 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
658         * MAINTAINERS: Adjust my details.
660 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
662         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
664 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
666         * MAINTAINERS: reindented my entry with tabs instead of spaces.
668 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
670         * MAINTAINERS (Write After Approval): Add myself.
672 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
674         * MAINTAINERS (Write After Approval): Add myself.
676 2010-01-11  Richard Guenther  <rguenther@suse.de>
678         PR lto/41569
679         * Makefile.def (all-lto-plugin): Depend on all-gcc.
680         * Makefile.in: Regenerated.
682 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
684         * configure.ac: Enable libjava build on x86_64-*freebsd*.
685         * configure: Regenerate.
687 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
688             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
690         PR bootstrap/42424
691         * configure.ac: Include libtool m4 files.
692         (_LT_CHECK_OBJDIR): Call it.
693         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
694         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
696         * configure: Regenerate.
698 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
700         PR bootstrap/41818
701         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
702         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
703         * Makefile.in: Regenerate.
705 2010-01-02  Richard Guenther  <rguenther@suse.de>
707         PR lto/41529
708         * configure.ac: Include config/elf.m4.  Disable LTO if not
709         builting for an elf target.
710         * configure: Regenerate.
712 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
714         * MAINTAINERS: Change my email address.
716 2009-12-18  Ben Elliston  <bje@au.ibm.com>
718         * config.sub, config.guess: Update from upstream sources.
720 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
722         * MAINTAINERS (Write After Approval): Add myself.
724 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
726         PR middle-end/30447
727         PR middle-end/30789
728         PR other/40302
730         * configure.ac: Require MPC.
731         * configure: Regenerate.
733 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
735         PR target/38384
736         PR bootstrap/40972
737         * libtool.m4: Sync from git Libtool.
738         * ltoptions.m4: Likewise.
739         * ltversion.m4: Likewise.
740         * lt~obsolete.m4: Likewise.
741         * ltmain.sh: Likewise.
743 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
745         * configure.ac: Update minimum MPC version to 0.8.
746         * configure: Regenerate.
748 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
750         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
751         * configure: Regenerated.
753 2009-11-21  Ian Lance Taylor  <iant@google.com>
755         * configure.ac: Change default of poststage1_ldflags to be empty if
756         poststage1_libs is set.  When poststage1_libs is empty, and
757         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
758         * configure: Rebuild.
760 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
762         * MAINTAINERS (Write After Approval): Update my email address.
764 2009-11-20  Ben Elliston  <bje@au.ibm.com>
766         * config.guess: Update from upstream sources.
768 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
770         * Makefile.def: Restore host and target settings for gmp.
771         * Makefile.in: Rebuild.
773 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
775         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
776         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
777         Fix portability of test of C++ as bootstrap language.  Add
778         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
779         * configure: Rebuild.
780         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
781         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
782         in-tree building.
783         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
784         (POSTSTAGE1_HOST_EXPORTS): Use it.
785         (STAGE[+id+]_CXXFLAGS): New.
786         (BASE_FLAGS_TO_PASS): Pass it down.
787         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
788         extra_exports.
789         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
790         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
791         extra_exports.
792         * Makefile.in: Rebuild.
794 2009-11-17  Ben Elliston  <bje@au.ibm.com>
796         * config.sub, config.guess: Update from upstream sources.
798 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
800         * MAINTAINERS (Write After Approval): Add myself.
802 2009-11-09  Jon Beniston  <jon@beniston.com>
804         * MAINTAINERS (Write After Approval): Add myself.
806 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
808         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
809         paths for *-w64-mingw* and x86_64-*mingw*.
810         * configure: Regenerated.
812 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
814         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
816 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
818         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
819         Phil Edwards to Write-After Approval.
821 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
823         * configure.ac: Disable target-winsup & co for
824         x86_64-*-mingw* and *-w64-mingw* targets.
825         * configure: Regenerated.
827 2009-10-16  Nick Clifton  <nickc@redhat.com>
829         * MAINTAINERS: Add myself as a maintainer for the RX port.
831 2009-10-26  Johannes Singler  <singler@kit.edu>
833         * MAINTAINERS (Write After Approval): Update my e-mail address.
835 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
837         * configure.ac (CLooG test): Use = with test.
838         * configure: Regenerate.
840 2009-10-22  Richard Guenther  <rguenther@suse.de>
842         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
843         cloog if the ppl version check failed.  Move flags saving
844         before setting in libelf check.
845         * configure: Regenerate.
847 2009-10-21  Richard Guenther  <rguenther@suse.de>
849         * configure.ac: Adjust the ppl and cloog configure to work as
850         documented.  Disable cloog if ppl was disabled.  Omit the version
851         checks if they were disabled.
852         * configure: Re-generate.
854 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
856         * configure.ac: Add 'lto' to enable_languages, not
857         new_enable_languages, and only if not already present.
858         * configure: Regenerate.
860 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
862         * README: Refer to the various COPYING* files instead of just
863         COPYING.
864         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
866 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
868         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
869         
870 2009-10-07  Richard Guenther  <rguenther@suse.de>
872         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
873         and Richard Guenther as reviewers.
874         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
875         as reviewers.
877 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
879         * config.sub: Update from upstream sources.
881 2009-10-06  Ian Lance Taylor  <iant@google.com>
883         * Makefile.def: check-gold depends upon all-gas.
884         * Makefile.in: Rebuild.
886 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
888         * MAINTAINERS (Write After Approval): Add myself.
890 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
892         * Makefile.def: all-lto-plugin depends on all-libiberty.
893         set bootstrap=true for lto-plugin.
894         Add lto-plugin.
895         * Makefile.in: Regenerate.
896         * configure.ac (host_libs): Add lto-plugin.
897         * configure: Regenerate.
899 2009-10-03  Diego Novillo  <dnovillo@google.com>
901         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
902         (HOST_LIBELFLIBS): Define.
903         (HOST_LIBELFINC): Define.
904         * Makefile.in: Regenerate.
905         * configure.ac: Add --enable-lto.
906         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
907         If --enable-lto is used, add 'lto' to new_enable_languages.
908         If --enable-lto is used and gold is enabled, add
909         lto-plugin to configdirs.
910         * configure: Regenerate.
912 2009-10-03  Simon Baldwin  <simonb@google.com>
914         * configure.ac: If --with-system-zlib, suppress local zlib and
915         pass --with-system-zlib to subdir configure scripts.
916         * configure: Regenerate.
918 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
919             Paolo Bonzini  <bonzini@gnu.org>
921         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
922         $(srcdir).
923         * Makefile.in: Rebuilt.
925 2009-09-26  Gary Funck  <gary@intrepid.com>
927         * MAINTAINERS (Write After Approval): Add myself.
929 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
931         * configure.ac: Update minimum MPC version to 0.7.
932         * configure: Regenerate.
934 2009-09-25  Nick Clifton  <nickc@redhat.com>
936         * configure.ac: Pass any --cache-file=/dev/null option on to
937         subconfigures.
938         * configure: Regenerate.
940 2009-09-23  Nick Clifton  <nickc@redhat.com>
942         * config.sub, config.guess: Update from upstream sources.
944 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
946         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
947         * Makefile.in: Rebuilt.
949 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
951         PR bootstrap/32272
952         * configure.ac: Error out if $srcdir isn't '.' but contains
953         host-${host_noncanonical}.
954         * configure: Regenerate.
956 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
958         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
959         maintainer.
961 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
963         * configure.ac: If bootstrapping a combined tree with
964         --enable-gold, require c++ in stage1_languages.
965         * configure: Regenerate.
967         * configure.ac: Also add target_libs of stage1_languages to
968         bootstrap_target_libs.
969         * configure: Regenerate.
971         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
972         with --enable-languages not containing c++.
973         * configure: Regenerate.
975 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
977         * configure.ac: Disable java and boehm-gc for bfin-*-*.
978         * configure: Regenerate.
980 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
982         * MAINTAINERS (Write After Approval): Update my e-mail address,
983         and move from from here...
984         (Waiting for paperwork): To here.
986 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
988         * MAINTAINERS (Reviewers): Add self as driver reviewer.
990 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
992         * configure.ac: Do not use $extrasub for replacing @if/@endif
993         parts in Makefile; instead, use additional arguments to
994         AC_CONFIG_COMMANDS to do the replacement manually, with several
995         sed invocations, to avoid HP-UX sed command limits.
996         * configure: Regenerate.
998 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
1000         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
1001         blank before -L.
1003 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
1005         * configure.ac (with-build-config): Document.  Handle without.
1006         Handle missing argument.
1007         * configure: Rebuilt.
1009 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
1011         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
1012         Default to bootstrap-debug only if compare-debug works.
1013         * configure: Rebuilt.
1014         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1015         * Makefile.in: Rebuilt.
1017 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1019         * MAINTAINERS (OS Port Maintainers): Update my email address.
1021 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
1023         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1024         * Makefile.in: Rebuilt.
1026 2009-09-01  Chris Demetriou  <cgd@google.com>
1028         * MAINTAINERS (Write After Approval): Add myself.
1030 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
1032         PR debug/30161
1033         * include/dwarf2.h (enum dwarf_tag): Added
1034         DW_TAG_GNU_template_template_param
1035         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
1037 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1039         * Makefile.tpl (AWK): Fix typo.
1040         * Makefile.in: Regenerate.
1042 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1044         * configure.ac: Detect awk and sed.
1045         * Makefile.def (flags_to_pass): Add AWK and SED.
1046         * Makefile.tpl (AWK, SED): New.
1047         (BASE_FLAGS_TO_PASS): Add AWK and SED.
1048         * configure: Regenerate.
1049         * Makefile.in: Regenerate.
1051 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
1053         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
1054         (collapseslashes): Likewise.
1056 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1058         * configure.ac (AC_PREREQ): Bump to 2.64.
1060 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1062         * configure.ac: Remove --with-datarootdir, --with-docdir,
1063         --with-pdfdir, --with-htmldir switches.
1064         * configure: Regenerate.
1066         * configure: Regenerate.
1068         * compile: Sync from Automake 1.11.
1069         * depcomp: Likewise.
1070         * install-sh: Likewise.
1071         * missing: Likewise.
1072         * mkinstalldirs: Likewise.
1073         * ylwrap: Likewise.
1075 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
1077         * ltmain.sh (func_normal_abspath): New function.
1078         (func_relative_path): Likewise.
1079         (func_mode_help): Document new -bindir option for link mode.
1080         (func_mode_link): Add new -bindir option, and use it to place
1081         output DLL if specified.
1083 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1085         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1086         (baseargs): Add --disable-option-checking.
1087         * configure: Regenerate.
1089         * Makefile.def (configure-target-libiberty): Depend on
1090         all-binutils and all-ld.
1091         (configure-target-newlib): Likewise.
1092         * Makefile.in: Regenerate.
1094 2009-08-17  Ben Elliston  <bje@au.ibm.com>
1096         * config.sub, config.guess: Update from upstream sources.
1098 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1100         Sync from src, merge:
1102         2009-07-02  Tristan Gingold  <gingold@adacore.com>
1104         * configure.ac: Do not exclude gas for i386-*-darwin.
1105         Add a case for x86_64-*-darwin.
1106         * configure: Regenerate.
1108 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
1110         * MAINTAINERS: Add my name to Write After Approval list.
1112 2009-08-06  Michael Eager  <eager@eagercon.com>
1114         * configure.ac: Add Microblaze target.
1115         * configure: Regenerate.
1117 2009-07-31  Christian Bruel  <christian.bruel@st.com>
1119         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1120         * configure: Regenerate.
1121         
1122 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
1124         * MAINTAINERS (Write After Approval): Update my e-mail address.
1126 2009-07-06  Ian Lance Taylor  <iant@google.com>
1128         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1129         * configure: Rebuild.
1131 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
1133         * MAINTAINERS: Move myself to the Graphite Reviewers.
1135 2009-06-30  Wei Guozhi  <carrot@google.com>
1137         * MAINTAINERS: Add my name to Write After Approval list.
1139 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
1141         PR bootstrap/40338
1142         * configure.ac (comparestring): Create new variable.
1143         * Makefile.tpl (comparestring): Use to skip some comparisions.
1144         * configure: Regenerate.
1145         * Makefile.in: Regenerate.
1147 2009-06-26  Doug Evans  <dje@sebabeach.org>
1149         * Makefile.def (host_modules): Add cgen.
1150         * Makefile.in: Regenerate.
1151         * configure.ac (host_tools): Add cgen.
1152         * configure: Regenerate.
1154 2009-06-23  DJ Delorie  <dj@redhat.com>
1156         * MAINTAINERS: Add myself as mep maintainer.
1158 2009-06-23  Ian Lance Taylor  <iant@google.com>
1160         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
1161         boot_languages.  Only bootstrap target libraries listed in
1162         target_libs for some boot language.  Add --with-stage1-ldflags,
1163         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
1164         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
1165         if not building with C++.
1166         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1167         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1168         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1169         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1170         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
1171         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1172         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1173         * configure, Makefile.in: Rebuild.
1175 2009-06-23  Li Feng  <nemokingdom@gmail.com>
1177         * MAINTAINERS: Added my name to write-after-approval list.
1179 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
1181         * configure.ac: Define is_elf for QNX Neutrino targets.
1182         * configure: Regenerate.
1184 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
1186         * MAINTAINERS: Added my name to the write-after-approval list
1188 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1190         * configure.ac: Detect MPC in default directory.
1191         * configure: Regenerate.
1193 2009-06-03  Jerome Guitton  <guitton@adacore.com>
1194             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1196         * Makefile.tpl (all): Avoid a trailing backslash.
1197         * Makefile.in: Regenerate.
1199 2009-06-03  Ben Elliston  <bje@au.ibm.com>
1201         * config.sub, config.guess: Update from upstream sources.
1203 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
1205         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1206         to noconfdirs.
1207         * configure: Regenerate.
1209 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
1211         * Makefile.tpl ([+compare-target+]): Compare all stage
1212         directories, rather than just gcc.
1213         * Makefile.in: Rebuilt.
1215 2009-06-01  Doug Kwan  <dougkwan@google.com>
1217         * configure.ac: Support gold for target arm*-*-*.
1218         * configure: Regenerate.
1220 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1222         * Makefile.def: Add MPC support and dependencies.
1223         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
1225         * Makefile.in, configure: Regenerate.
1227 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
1229         * Makefile.tpl (all): Avoid harmless warning in make all when
1230         gcc-bootstrap is enabled but stage_last does not exist.
1231         * Makefile.in: Rebuilt.
1233 2009-05-24  Nicolas Roche  <roche@adacore.com>
1235         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1236         * Makefile.in: Regenerate.
1238 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
1240         * MAINTAINERS: Update my e-mail address.
1242 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1244         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
1245         * configure:  Regenerate.
1247 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1249         PR other/40159
1250         * Makefile.tpl (all): Don't assume gcc-bootstrap and
1251         gcc-no-bootstrap are mutually exclusive.
1252         * Makefile.in: Rebuilt.
1254 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1256         PR other/40159
1257         * Makefile.tpl (all): Don't end with unconditional success.
1258         * Makefile.in: Rebuilt.
1260 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
1262         PR target/37137
1263         * Makefile.def (flags_to_pass): Remove redundant and incomplete
1264         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1265         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1266         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
1267         stage_configureflags, stage_cflags and stage_libcflags into
1268         explicit Makefile macros.
1269         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1270         GFORTRAN.
1271         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1272         CC.  Set CC_FOR_BUILD from CC.
1273         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1274         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1275         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1276         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
1277         and GFORTRAN.
1278         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1279         (_LIBCFLAGS): Renamed to _TFLAGS.
1280         (do-compare-debug, do-compare3-debug): Drop.
1281         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1282         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1283         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1284         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1285         (XGCC_FLAGS_FOR_TARGET): New.
1286         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
1287         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
1288         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
1289         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
1290         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
1291         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
1292         TFLAGS.
1293         (BUILD_CONFIG): Include if requested.
1294         (all): Set TFLAGS on bootstrap.
1295         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
1296         (all-stageid-prefixmodule): Likewise.
1297         (do-clean, distclean-stageid): Set TFLAGS.
1298         (restrap): Fix whitespace.
1299         * Makefile.in: Rebuilt.
1301 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
1303         * config.guess: Sync with src.
1305 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1307         * configure.ac ($with_ppl):  Default to no if not supplied.
1308         ($with_cloog):  Likewise.
1309         configure:  Regenerate.
1311 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
1313         * MAINTAINERS: Update my e-mail address.
1315 2009-04-27  Nick Clifton  <nickc@redhat.com>
1317         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
1319 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
1321         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1322         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1323         * Makefile.in: Regenerate.
1325 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1327         PR bootstrap/39739
1328         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1329         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1331         * configure, Makefile.in: Regenerate.
1333 2009-04-21  Taras Glek  <tglek@mozilla.com>
1335         * include/hashtab.h: Update GTY annotations to new syntax
1336         * include/splay-tree.h: Likewise
1338 2009-04-17  Ben Elliston  <bje@au.ibm.com>
1340         * config.sub, config.guess: Update from upstream sources.
1342 2009-04-15  Anthony Green  <green@moxielogic.com>
1344         * configure.ac: Add moxie support.
1345         * configure: Rebuilt.
1347 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
1349         * configure.ac: Change copyright header to refer to version
1350         3 of the GNU General Public License and to point readers at the
1351         COPYING3 file and the FSF's license web page.
1352         * Makefile.def: Likewise.
1353         * Makefile.tpl: Likewise.
1354         * Makefile.in: Regenerate.
1356 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
1358         * configure.ac: Restore match for darwin9 or later. Use double
1359         brackets since regeneration eats one pair.
1360         * configure: Regenerate.
1362 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
1364         PR gas/10039
1365         * configure.ac: Require texinfo 4.7.
1366         * configure: Regenerated.
1368 2009-04-09  Nick Clifton  <nickc@redhat.com>
1370         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
1371         the GCC Runtime Library Exception.
1373 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1375         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1376         * configure: Regenerate.
1378 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
1380         * Makefil.def (languages): New entries.
1381         * Makefile.tpl (check-gcc-*): New generic target.
1382         * Makefile.in: Regenerate.
1384 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
1386         * MAINTAINERS:  Update my email address.
1388 2009-03-18  Tom Tromey  <tromey@redhat.com>
1390         * configure: Rebuild.
1391         * configure.ac (host_libs): Add libiconv.
1392         * Makefile.in: Rebuild.
1393         * Makefile.def (host_modules): Add libiconv.
1394         (configure-gdb, all-gdb): Depend on libiconv.
1396 2009-03-16  Tristan Gingold  <gingold@adacore.com>
1398         * configure.ac: Treat gdb as supported on x86_64-darwin.
1399         * configure: Regenerate.
1401 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1403         * configure.ac (--with-host-libstdcxx): New option.
1404         * configure: Regenerate.
1406 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
1408         * MAINTAINERS:  Move myself into the write after approval list.
1410 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
1412         * MAINTAINERS: Update e-mail address.
1413         
1414 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
1416         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
1418 2009-03-10  Ira Rosen  <irar@il.ibm.com>
1420         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
1422 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1424         Backport from git Libtool:
1426         2009-01-19  Robert Millan  <rmh@aybabtu.com>
1427         Support GNU/kOpenSolaris.
1428         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1429         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1430         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1431         GNU/kOpenSolaris.
1433 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
1435         * MAINTAINERS: Update e-mail address.
1437 2009-02-24  Michael Eager  <eager@eagercon.com>
1439         * MAINTAINERS (Write After Approval): Add self.
1441 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
1443         * MAINTAINERS (Write After Approval): Add myself.
1445 2009-02-05  Andreas Schwab  <schwab@suse.de>
1447         * Makefile.tpl (stage_last): Define $r and $s before using
1448         $(RECURSE_FLAGS_TO_PASS).
1449         * Makefile.in: Regenerate
1451 2009-01-30  Ian Lance Taylor  <iant@google.com>
1453         * MAINTAINERS: Move myself to the Global Reviewers list.
1455 2009-01-29  Robert Millan  <rmh@aybabtu.com>
1457         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1458         * configure: Regenerate.
1460 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
1462         * MAINTAINERS: Make whitespace consistent.
1463         Remove Robert Millan from Write After Approval.
1465 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
1467         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
1468         (all-opcodes): Depend on all-libiberty.
1469         * Makefile.in: Regenerate.
1471 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
1473         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1474         * configure: Regenerate.
1476 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
1478         * MAINTAINERS (Write After Approval): Add myself.
1480 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
1482         * MAINTAINERS: Add myself to reviewers (Fortran).
1484 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
1486         PR tree-optimization/38515
1487         * configure.ac (cloog-polylib): Removed.
1488         (with_ppl, with_cloog): Test for "no".
1489         * configure: Regenerated.
1491 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
1493         * MAINTAINERS: Moved myself to reviewers (Fortran).
1495 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
1497         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
1498         (Write After Approval): Remove myself.
1500 2009-01-03  Diego Novillo  <dnovillo@google.com>
1502         * MAINTAINERS: Remove myself from alias maintainership.
1504 2009-01-02  David Ayers  <ayers@fsfe.org>
1506         * MAINTAINERS: Update e-mail address.
1508 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
1510         * MAINTAINERS: Make whitespace consistent.
1512 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1514         Backport from upstream Libtool:
1515         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1516         Add cache variables to tests that require the linker to work.
1517         For shlibpath_overrides_runpath, this also changes the semantics
1518         to let the result from the C compiler take precedence.
1520 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1522         * config.sub, config.guess: Update from upstream sources.
1524 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
1526         * configure.ac (ppllibs): Add by default the lib flags.
1527         * configure: Regenerate.
1529 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
1531         * MAINTAINERS:  Add myself to the write after approval list.
1533 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1535         * configure.ac: Add double brackets on darwin[912].
1536         * configure: Regenerate.
1538 2008-12-03  Daniel Kraft  <d@domob.eu>
1540         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
1541         Approval to Reviewer section (for Fortran front-end).
1543 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
1545         * configure.ac: Expand to darwin10 and later.
1546         * configure: Regenerate.
1548 2008-12-02  Andreas Schwab  <schwab@suse.de>
1550         * Makefile.def: configure-target-boehm-gc depends on
1551         all-target-libstdc++-v3.
1552         * Makefile.in: Regenerate.
1554 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
1556         * MAINTAINERS:  Add myself as mingw maintainer.
1558 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1560         * config.sub, config.guess: Update from upstream sources.
1562 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
1564         * README.SCO: Remove.
1566 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
1568         * MAINTAINERS:  Add myself to the write after approval list.
1570 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
1572         * MAINTAINERS:  Update my email address in WAA section.
1574 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
1576         * MAINTAINERS: Update e-mail address.
1578 2008-11-27  Toon Moene  <toon@moene.org>
1580         * MAINTAINERS: Change e-mail address.
1582 2008-11-27  Tristan Gingold  <gingold@adacore.com>
1584         * configure.ac: Build gdb for i?86-*-darwin*
1585         * configure: Regenerated.
1587 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
1589         * MAINTAINERS: Added my full name.
1591 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
1593         PR bootstrap/38014
1594         PR bootstrap/37923
1596         Revert:
1598         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1600         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1601         * Makefile.in: Regenerated.
1603         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1605         PR gdb/921
1606         PR gdb/1646
1607         PR gdb/2175
1608         PR gdb/2176
1610         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1611         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1612         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1613         (HOST_EXPORTS): Pass CPPFLAGS.
1614         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1615         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1616         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1617         * Makefile.in, configure: Regenerated.
1618         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1619         and CPPFLAGS_FOR_BUILD.
1621 2008-11-06  Jeff Law  <law@redhat.com>
1623         * MAINTAINERS: Add myself as middle end maintainer.
1625 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
1627         * MAINTAINERS (Write after approval): Add myself.
1629 2008-11-05  Diego Novillo  <dnovillo@google.com>
1631         * MAINTAINERS (Global Reviewers): Add myself.
1632         (Non-Algorithmic Maintainers): Remove myself.
1634 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
1636         * MAINTAINERS (Write after approval): Add myself.
1638 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
1640         * MAINTAINERS (Write after approval): Add myself.
1642 2008-10-31  Ben Elliston  <bje@au.ibm.com>
1644         * configure.ac (spu-*-*): Remove special case.
1645         * configure: Regenerate.
1647 2008-10-30  Catherine Moore  <clm@codesourcery.com>
1649         * MAINTAINERS (Write after approval): Update my email address.
1651 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
1653         * configure.ac [spu-*-*]: Do not set skipdirs.
1654         * configure: Re-generate.
1656 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
1658         * MAINTAINERS (Various Maintainers): Add myself to reload.
1660 2008-10-25  Richard Guenther  <rguenther@suse.de>
1662         * MAINTAINERS (Various Maintainers): Add myself as middle-end
1663         maintainer.  Remove myself as libgcc-math maintainer.
1664         (Non-Algorithmic Maintainers): Remove myself.
1666 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1668         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1669         * Makefile.in: Regenerated.
1671 2008-10-23  Cary Coutant  <ccoutant@google.com>
1673         * MAINTAINERS (Write after approval): Add myself.
1675 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1677         PR gdb/921
1678         PR gdb/1646
1679         PR gdb/2175
1680         PR gdb/2176
1682         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1683         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1684         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1685         (HOST_EXPORTS): Pass CPPFLAGS.
1686         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1687         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1688         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1689         * Makefile.in, configure: Regenerated.
1690         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1691         and CPPFLAGS_FOR_BUILD.
1693 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
1695         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
1696         Sebastian Pop.
1698 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
1700         * MAINTAINERS (Write After Approval): Added myself.
1702 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1704         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1705         recommended version to 2.3.2.
1707         * configure: Regenerate.
1709 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
1711         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
1713 2008-09-29  David Daney <david.daney@caviumnetworks.com>
1715         * MAINTAINERS (Write After Approval): Update e-mail address.
1717 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
1719         * libtool.m4: Update to libtool 2.2.6.
1720         * lt~obsolete.m4: Update to libtool 2.2.6.
1721         * ltmain.sh: Update to libtool 2.2.6.
1722         * ltsugar.m4: Update to libtool 2.2.6.
1723         * ltversion.m4: Update to libtool 2.2.6.
1724         * ltoptions.m4: Update to libtool 2.2.6.
1725         * ltgcc.m4: Update to match changes from libtool 2.2.6.
1727 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
1729         * MAINTAINERS (Write After Approval): Add myself.
1731 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1733         * MAINTAINERS (Write After Approval): Update my name.
1735 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
1737         * MAINTAINERS: Add myself in "Write After Approval".
1739 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
1741         * MAINTAINERS: Add myself as ia64 maintainer.
1743 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
1745         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
1746         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
1747         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
1748         and Michael Tiemann from Write After Approval since they do not
1749         actually have access.
1751 2008-09-05  Richard Guenther  <rguenther@suse.de>
1753         * configure.ac: Initialize clooglibs to -lcloog.
1754         * configure: Re-generate.
1756 2008-09-04  Le-Chun Wu  <lcwu@google.com>
1758         * MAINTAINERS (Write After Approval): Add myself.
1760 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
1762         * configure.ac (--with-cloog-polylib): New.
1763         (--disable-cloog-version-check): New.
1764         (--disable-ppl-version-check): New.
1765         * configure: Re-generate.
1767 2008-09-03  Richard Guenther  <rguenther@suse.de>
1769         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1770         cloog test.
1771         * configure: Re-generate.
1773 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
1775         Add picoChip port.
1776         * MAINTAINERS: Add picoChip maintainers.
1778 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
1779             Tobias Grosser  <grosser@fim.uni-passau.de>
1780             Jan Sjodin  <jan.sjodin@amd.com>
1781             Harsha Jagasia  <harsha.jagasia@amd.com>
1782             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
1783             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1784             Adrien Eliche  <aeliche@isty.uvsq.fr>
1786         Merge from graphite branch.
1787         * configure: Regenerate.
1788         * Makefile.in: Regenerate.
1789         * configure.ac (host_libs): Add ppl and cloog.
1790         Add checks for PPL and CLooG.
1791         * Makefile.def (ppl, cloog): Added modules and dependences.
1792         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1793         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1795 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1797         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1798         (GCC_SHLIB_SUBDIR): New.
1799         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1800         * configure: Regenerate.
1801         * Makefile.in: Regenerate.
1803 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
1805         * MAINTAINERS: Consistently use tabs to separate columns.
1807 2008-08-29  Tristan Gingold  <gingold@adacore.com>
1809         * MAINTAINERS (Write after Approval): Add myself.
1811 2008-08-28  Tristan Gingold  <gingold@adacore.com>
1813         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
1814         Enable bfd, binutils and opcodes.
1815         * configure: Regenerate.
1817 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1819         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
1821 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
1823         * MAINTAINERS:  Use correct Umlaut for last name.
1825 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1827         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
1829 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
1831         * MAINTAINERS: Update my email address.
1833 2008-08-16  Nicolas Roche  <roche@adacore.com>
1835         * Makefile.tpl: Add BOOT_ADAFLAGS.
1836         * Makefile.in: Regenerate.
1838 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
1840         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1841         * configure: Regenerate.
1843 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
1845         * configure.ac: Add makefile fragments for hpux.
1846         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1847         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
1848         * configure: Regenerate.
1849         * Makefile.in: Regenerate.
1851 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
1853         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
1855 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
1857         * MAINTAINERS (Write after Approval): Add myself.
1859 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
1861         * MAINTAINERS (Write After Approval):  Add myself.
1863 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
1865         * MAINTAINERS (Write After Approval):  Add myself.
1867 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
1869         * MAINTAINERS: Update my email address.
1871 2008-06-25  Joey Ye  <joey.ye@intel.com>
1873         * MAINTAINERS (Write After Approval):  Add myself.
1875 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1877         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
1878         * Makefile.in: Regenerate.
1879         * configure: Regenerate.
1881 2008-06-17  Daniel Kraft  <d@domob.eu>
1883         * MAINTAINERS (Write After Approval):  Add myself.
1885 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1887         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
1888         "$@" is still intact with both Autoconf 2.59 and 2.62.
1889         * configure: Regenerate.
1891 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1893         * Makefile.tpl: Fix comment errors.
1894         * Makefile.in: Regenerate.
1896 2008-06-12  David S. Miller  <davem@davemloft.net>
1897             David Edelsohn  <edelsohn@gnu.org>
1899         * configure.ac: Add powerpc*-*-* to gold supported targets.
1900         * configure: Regenerate.
1902 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
1904         PR tree-optimization/36218
1905         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
1906         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
1907         (all prefix="build-"): Pass them to build-system sub-makes.
1908         * Makefile.in: Regenerate.
1910 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
1912         * MAINTAINERS (mt port): Remove.
1913         (sco5, unixware, sco udk): Remove.
1914         (Kean Johnston): Add to Write After Approval.
1916 2008-05-30  Julian Brown  <julian@codesourcery.com>
1918         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
1919         of libobjc for ARM EABI Linux.
1920         * configure: Regenerate.
1922 2008-05-18  Xinliang David Li   <davidxl@google.com>
1924         * ChangeLog: Remove wrong ChangeLog entry.
1926 2008-05-17  Xinliang David Li   <davidxl@google.com>
1928         * MAINTAINERS (Write After Approval): Add myself.
1930 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
1932         * MAINTAINERS (Write After Approval): Add myself.
1934 2008-05-14  Rafael Espíndola  <espindola@google.com>
1936         * config-ml.in: don't handle --enable-shared and --enable-static.
1938 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
1940         * MAINTAINERS: Update my email address.
1942 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
1944         * MAINTAINERS: Update my email address.
1946 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
1948         * MAINTAINERS (Write After Approval): Add myself.
1950 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
1952         * MAINTAINERS (Write After Approval): Add myself.
1954 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
1956         * MAINTAINERS (crx): Add myself.
1958 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1960         Sync with src:
1961         2008-04-14  David S. Miller  <davem@davemloft.net>
1963         * configure.ac: Add sparc*-*-* to gold supported targets.
1964         * configure: Regenerate.
1966 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1968         PR bootstrap/35457
1969         * configure.ac: Include override.m4.
1970         * configure: Regenerate.
1972 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1974         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
1975         * Makefile.in: Regenerate.
1977 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
1979         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
1980         as nonconfigurable directories list.
1981         * configure: Regenerate.
1983 2008-04-14  Ben Elliston  <bje@au.ibm.com>
1985         * config.sub, config.guess: Update from upstream sources.
1987 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
1989         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
1990         * Makefile.in: Regenerate.
1992 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
1994         * configure.ac: Do not build libssp for the AVR.
1995         * configure: Regenerate.
1997 2008-04-07  Ian Lance Taylor  <iant@google.com>
1999         * Makefile.def: check-gold depends upon all-binutils.
2000         * Makefile.in: Regenerate.
2002 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
2004         * MAINTAINERS (Write After Approval): Add myself.
2006 2008-04-04  Nick Clifton  <nickc@redhat.com>
2008         PR binutils/4334
2009         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2010         builds.
2011         * configure: Regenerate.
2013 2008-04-04  NightStrike  <NightStrike@gmail.com>
2015         PR other/35151
2016         * configure.ac: Combine rules for mingw32 and mingw64.
2017         * configure: Regenerate.
2019 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
2021         * MAINTAINERS (Write After Approval): Add myself.
2023 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
2025         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
2026         * Makefile.in (.NOTPARALLEL): Ditto.
2028 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
2030         * MAINTAINERS (Write After Approval): Add myself.
2032 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
2034         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
2035         * Makefile.in (.NOTPARALLEL): Regenerate.
2037 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
2039         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2040         * Makefile.in: Regenerate.
2042 2008-03-26  Jakub Staszak  <kuba@et.pl>
2044         * MAINTAINERS (Write After Approval): Add myself.
2046 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2048         * MAINTAINERS:  Update e-mail address.
2050 2008-03-20  Ian Lance Taylor  <iant@google.com>
2052         * configure.ac: Add support for --enable-gold.
2053         * Makefile.def: Add gold as a directory like ld.
2054         * configure, Makefile.in: Regenerate.
2056 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2058         * configure.ac: m4_include config/proginstall.m4.
2059         * configure: Regenerate.
2061         Backport from upstream Libtool:
2063         2007-10-12  Eric Blake  <ebb9@byu.net>
2065         Deal with Autoconf 2.62's semantic change in m4_append.
2066         * ltsugar.m4 (lt_append): Replace broken versions of
2067         m4_append.
2068         (lt_if_append_uniq): Don't require separator to be overquoted,
2069         and avoid broken m4_append.
2070         (lt_dict_add): Fix typo.
2071         * libtool.m4 (_LT_DECL): Don't overquote separator.
2073 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
2075         * config.rpath: Add AIX 6 support.
2077 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
2079         * Makefile.def (stageprofile).  Remove -fprofile-generate
2080         from stage_libcflags.
2081         * Makefile.in: Regenerate.
2083 2008-03-13  Ben Elliston  <bje@au.ibm.com>
2085         * config.sub, config.guess: Update from upstream sources.
2087 2008-03-06  Tom Tromey  <tromey@redhat.com>
2089         * MAINTAINERS: Update for treelang deletion.
2091 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
2093         * MAINTAINERS: Update my email address.
2095 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
2097         * MAINTAINERS (darwin port): Add myself as a maintainer.
2098         (objective-c/c++): Add myself as a maintainer.
2100 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
2102         * MAINTAINERS (Write After Approval): Update my email address.
2104 2008-02-25  Tomas Bily  <tbily@suse.cz>
2106         * MAINTAINERS (Write After Approval): Add myself.
2108 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
2110         * MAINTAINERS (OpenMP): Add myself.
2112 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
2114         PR bootstrap/32009
2115         PR bootstrap/32161
2117         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2118         * configure: Regenerate.
2120         * Makefile.def: Define stage_libcflags for all bootstrap stages.
2121         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2122         STAGE4_LIBCFLAGS): New.
2123         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2124         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2125         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2126         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2127         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2128         for target modules.  Don't export LIBCFLAGS.
2129         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2130         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2131         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2132         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2133         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2134         * Makefile.in: Regenerate.
2136 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2138         PR libgcj/33085
2139         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2140         Do not use -DDLL_EXPORT.  Backport from upstream.
2142 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2144         * MAINTAINERS (Write After Approval): Add myself.
2146 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
2148         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2149         * configure: Regenerate.
2151 2008-01-31  Marc Gauthier  <marc@tensilica.com>
2153         * configure.ac (xtensa*-*-*): Recognize processor variants.
2154         * configure: Regenerate.
2156 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2158         PR bootstrap/34922
2159         * configure.ac (PARSE_ARGS): Push suitable setting of
2160         ac_subdirs_all, for `./configure --help=recursive'.
2161         Handle `+' in generic toplevel directory disabling.
2162         * configure: Regenerate.
2164 2008-01-28  Nick Clifton  <nickc@redhat.com>
2166         * MAINTAINERS (xstormy16): Take over maintainership.
2168 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
2170         * MAINTAINERS (c4x port): Remove.
2172 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
2174         * libtool.m4: Backport AIX 6 support from ToT Libtool.
2176 2008-01-23  Ben Elliston  <bje@au.ibm.com>
2178         * config.sub, config.guess: Update from upstream sources.
2180 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
2182         * MAINTAINERS (Write After Approval): Add myself.
2184 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
2186         * MAINTAINERS: Update my email address.
2188 2008-01-09  Raksit Ashok  <raksit@google.com>
2190         * MAINTAINERS (Write After Approval): Add myself.
2192 2008-01-09  Raksit Ashok  <raksit@google.com>
2194         * MAINTAINERS (Write After Approval): Add myself.
2196 2008-01-08  Ben Elliston  <bje@au.ibm.com>
2198         * config.sub, config.guess: Update from upstream sources.
2200 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2202         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2203         Change recommended MPFR from 2.2.1 -> 2.3.0.
2204         * configure: Regenerate.
2206 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
2208         * MAINTAINERS: Update my email address.
2210 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
2212         * MAINTAINERS: Update my email address.
2214 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
2216         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2217         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2218         * Makefile.in: Regenerate.
2220 2007-12-10  Mark Heffernan  <meheff@google.com>
2222         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
2223         misplaced entries.
2225 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2227         * configure.ac: Enable libjava for x86_64-*-darwin9.
2228         * configure: Regenerate.
2230 2007-12-07  Bill Maddox  <maddox@google.com>
2232         * MAINTAINERS (Write After Approval): Add myself.
2234 2007-12-05  Ben Elliston  <bje@au.ibm.com>
2236         * config.sub, config.guess: Update from upstream sources.
2238 2007-12-02  Matthias Klose  <doko@ubuntu.com>
2240         * config-ml.in: Remove 64bit configure tests.
2242 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2244         * config-ml.in: Robustify against white space in absolute file
2245         names.
2247         * config-ml.in (multi-clean): Substitute ${Makefile}.
2248         Remove superfluous ${Makefile} in list.
2250 2007-11-19  Thiemo Seufer  <ths@mips.com>
2252         * config-ml.in: Don't hardcode the Makefile name.
2254 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
2256         * MAINTAINERS (Write After Approval): Add myself.
2258 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
2260         * MAINTAINERS (Write After Approval): Add myself.
2262 2007-11-06  Doug Kwan  <dougkwan@google.com>
2264         * MAINTAINERS (Write After Approval): Add myself.
2266 2007-10-25  Ben Elliston  <bje@au.ibm.com>
2268         * MAINTAINERS (mercury): Remove entry.
2269         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
2271 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
2273         * Makefile.def (dependencies): Make configure-gdb depend on
2274         all-intl.
2275         * Makefile.in: Regenerated.
2277 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
2279         * MAINTAINERS (Fortran maintainer): Remove myself.
2281 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
2283         * Makefile.def: To avoid problems running with parallel makes,
2284         build newlib before libgloss so that target specific header
2285         files are availble.
2286         * Makefile.in: Regenerate
2288 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
2290         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2291         * Makefile.in: Regenerate.
2293 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
2295         * MAINTAINERS (Register allocation reviewer): Add myself.
2297 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
2299         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2300         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2301         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
2302         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2303         * configure: Regenerate.
2305 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
2307         * MAINTAINERS (Register allocation reviewer): Add myself.
2309 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
2311         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2312         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2313         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2314         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2315         * configure.ac: Default them to host tools for $host = $build.
2316         Subst them.
2318         * configure: Regenerate.
2319         * Makefile.in: Regenerate.
2321 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
2323         * MAINTAINERS (Register allocation reviewer): Add myself.
2325 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
2327         * MAINTAINERS (Register allocation reviewer): Add myself.
2329 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
2331         * MAINTAINERS (Write After Approval): Fix typo.
2333 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
2335         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2336         * configure: Regenerate.
2338 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
2340         PR bootstrap/31906
2341         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
2342         they're already prefixed.
2344 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
2346         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2347         libstdc++.
2348         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2349         * configure: Regenerate.
2350         * Makefile.in: Regenerate.
2352 2007-09-17  Andreas Schwab  <schwab@suse.de>
2354         * configure.ac: Raise minimum makeinfo version to 4.6.
2355         * configure: Regenerate.
2357 2007-09-17  Johannes Singler  <singler@ira.uka.de>
2359         * MAINTAINERS (write-after-approval) add myself
2361 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
2363         * configure.ac: Correct makeinfo version check.
2364         * configure: Regenerate.
2366 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
2368         * MAINTAINERS: Update my email address.
2370 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
2372         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
2373         to $skipdirs and only disable gprof for newlib.  Use the normal
2374         mips*-elf* handling in other respects.
2375         * configure: Regnerate.
2377 2007-09-12  David Daney  <ddaney@avtrex.com>
2379         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2380         enabling libgcj.
2381         * configure: Regenerate.
2383 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2385         PR other/32154
2386         * configure.ac: For libgloss targets, point the linker to the linker
2387         script, startup code and simulator library.
2388         * configure: Regenerate.
2390 2007-09-07  Andrew Haley  <aph@redhat.com>
2392         * configure.ac (noconfigdirs): Remove target-libffi and
2393         target-libjava.
2394         * configure: Regenerate.
2396 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2398         PR target/33281
2399         * configure.ac: Use config/mh-mingw on mingw.
2400         * configure: Regenerate.
2402 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
2404         * MAINTAINERS (Write After Approval): Add myself.
2406 2007-09-05  Richard Guenther  <rguenther@suse.de>
2408         * configure.ac (--enable-stage1-checking): If neither --enable-checking
2409         nor --disable-checking is provided also turn on yes and types
2410         checking for stage1.
2411         * configure: Re-generate.
2413 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
2415         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
2416         (Write After Approval): Remove myself.
2418 2007-08-29  Nick Clifton  <nickc@redhat.com>
2420         * config.sub, config.guess: Update from upstream sources.
2422 2007-08-22  Bud Davis  <jmdavis@link.com>
2424         * MAINTAINERS (Write After Approval): Added myself.
2425         * MAINTAINERS (Reviewers): Removed myself.
2427 2007-08-18  Paul Brook  <paul@codesourcery.com>
2428             Joseph Myers  <joseph@codesourcery.com>
2430         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2431         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2432         * Makefile.in: Regenerate.
2433         * configure.ac (--with-debug-prefix-map): New.
2434         * configure: Regenerate.
2436 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
2437             Nigel Stephens  <nigel@mips.com>
2439         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
2440         as target_makefile_frag.
2441         * configure: Regenerate.
2443 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
2445         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2446         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
2447         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2448         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2449         (do-compare, do-compare3, do-compare-debug): New.
2450         ([+compare-target+]): Use them.
2452 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
2454         * MAINTAINERS (Write After Approval): Change my email address.
2456 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2457             Ben Elliston  <bje@au.ibm.com>
2459         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2460         --silent if $silent.
2461         * configure: Regenerate.
2463 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
2465         * MAINTAINERS (Various Maintainers): Add myself as
2466         loop infrastructure maintainer.  Update my e-mail
2467         address.
2469 2007-07-31  Diego Novillo  <dnovillo@google.com>
2471         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
2472         Adjust description.
2474 2007-07-26  Richard Guenther  <rguenther@suse.de>
2476         * configure.ac: Add types checking to stage1 checking flags.
2477         * configure: Regenerate.
2479 2007-07-17  Nick Clifton  <nickc@redhat.com>
2481         * COPYING3: New file.  Contains version 3 of the GNU General
2482         Public License.
2483         * COPYING3.LIB: New file.  Contains version 3 of the GNU
2484         Lesser General Public License.
2486 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2488         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
2490 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2492         * MAINTAINERS (S/390 co-maintainer): Add myself.
2493         (Write After Approval): Remove myself.
2495 2007-07-13  Dan Hipschman  <dsh@google.com>
2497         * MAINTAINERS (Write After Approval): Add myself.
2499 2007-07-11  Nick Clifton  <nickc@redhat.com>
2501         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
2502         WINDRES export.
2503         * Makefile.in: Regenerate.
2505 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2507         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
2508         maintainer.
2510 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
2512         * lt~obsolete.m4: New. Import from 20070318 libtool.
2514 2007-07-03  Julian Brown  <julian@codesourcery.com>
2516         * MAINTAINERS (Write After Approval): Add myself.
2518 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2520         * configure.ac: Rewrite 'configure --help' strings to look nicer.
2521         * configure: Regenerate.
2523 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2525         * configure.ac: Add some missing m4 quotation.
2526         * configure: Regenerate.
2528 2007-07-02  Simon Baldwin  <simonb@google.com>
2530         * MAINTAINERS (Write After Approval): Add myself.
2532 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
2534         * configure: Regenerate.
2536 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
2538         * Makefile.def: Add windmc tool to build.
2539         * Makefile.tpl: Likewise.
2540         * configure.ac: Likewise.
2541         * Makefile.in: Regenerate.
2542         * configure: Regenerate.
2544 2007-06-28  DJ Delorie  <dj@redhat.com>
2546         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2547         not building newlib.
2548         * configure: Regenerated.
2550 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
2552         * MAINTAINERS (Write After Approval): Add myself.
2554 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
2556         * MAINTAINERS (Write After Approval): Add myself.
2558 2007-06-19  Chris Matthews  <chrismatthews@google.com>
2560         * MAINTAINERS (Write After Approval): Add myself.
2562 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2564         * MAINTAINERS (Write After Approval): Add myself.
2566 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
2568         * Makefile.def: Add dependency from configure-gdb to all-bfd.
2569         * Makefile.in: Regenerated.
2571 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
2573         * configure.ac: Don't add target-libmudflap to noconfigdirs for
2574         bfin*-*-uclinux* targets.
2575         * configure: Regenerate.
2577 2007-06-14  Ian Lance Taylor  <iant@google.com>
2579         * MAINTAINERS: Add myself as non-algorithmic global write
2580         maintainer.
2582 2007-06-14  Diego Novillo  <dnovillo@google.com>
2584         * MAINTAINERS: Add self as middle-end maintainer and
2585         non-algorithmic global write maintainer.
2587 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2589         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
2590         Move all Fortran maintainers except Paul Brook into the
2591         Non-Autopoiesis section.
2593 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
2595         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2596         (distclean-stage[+id+]): Possibly delete stage_last.
2597         * Makefile.in: Regenerate.
2599 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
2601         * MAINTAINERS (Various Maintainer): Fix typo.
2603 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
2605         * MAINTAINERS (Various Maintainer): Add myself as
2606         dataflow maintainer.
2608 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2610         * config.sub, config.guess: Update from upstream sources.
2612 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2614         * Makefile.tpl: Fix spelling error.
2615         * Makefile.in: Regenerate.
2617 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
2619         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2620         lt_cv_sys_max_cmd_len.
2622 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
2624         * MAINTAINERS (Various Maintainers): Add myself as
2625         auto-vectorizer maintainer.
2627 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
2629         PR libjava/32098
2630         * libtool.m4: Revert previous change.
2631         * ltgcc.m4: Put it here.
2633 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
2635         * MAINTAINERS (Various Maintainers): Add myself as
2636         auto-vectorizer maintainer.
2638 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
2640         PR libjava/32098
2641         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
2643 2007-05-30  Richard Guenther  <rguenther@suse.de>
2645         * MAINTAINERS (Various Maintainers): Add myself as
2646         auto-vectorizer maintainer.
2648 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
2650         PR bootstrap/29382
2651         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2652         * configure: Rebuilt.
2654 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
2656         * MAINTAINERS (Write After Approval): Removed my name.
2658 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
2660         * MAINTAINERS (Write After Approval): Remove myself.
2662 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
2664         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
2666 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
2668         * ltmain.sh: Update from ToT Libtool.
2669         * libtool.m4: Update from ToT Libtool.
2670         * ltsugar.m4: New. Update from ToT Libtool.
2671         * ltversion.m4: New. Update from ToT Libtool.
2672         * ltoptions.m4: New. Update from ToT Libtool.
2673         * ltconfig: Remove.
2674         * ltcf-c.sh: Remove.
2675         * ltcf-cxx.sh: Remove.
2676         * ltcf-gcj.sh: Remove.
2678 2007-05-22  Ollie Wild  <aaw@google.com>
2680         * MAINTAINERS (Write After Approval): Add myself.
2682 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
2684         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2685         stage_cflags.
2686         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2687         Remove CFLAGS/LIBCFLAGS.
2688         (configure-stage[+id+]-[+prefix+][+module+],
2689         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2690         * Makefile.in: Regenerate.
2692 2007-05-15  Diego Novillo  <dnovillo@google.com>
2694         * MAINTAINERS: Update e-mail address.
2696 2007-05-15  Revital Eres  <eres@il.ibm.com>
2698         * MAINTAINERS (Write After Approval): Add myself.
2700 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
2702         * MAINTAINERS (Write After Approval): Updated my address.
2704 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
2706         * MAINTAINERS (Write After Approval): Add myself.
2708 2007-05-11  Silvius Rus  <rus@google.com>
2710         * MAINTAINERS (Write After Approval): Add myself.
2712 2007-04-23  Tom Tromey  <tromey@redhat.com>
2714         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
2716 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
2718         * MAINTAINERS (cpplib): Rename to ...
2719         (libcpp): ... this.  Add C/C++ front end maintainers.
2721 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
2723         * config-ml.in: Pass ${ml_config_env} to configure calls.
2725 2007-04-04  Christian Bruel  <christian.bruel@st.com>
2727         * MAINTAINERS (Write After Approval): Add myself.
2729 2007-04-02  Dave Korn  <dave.korn@artimi.com>
2731         * MAINTAINERS (Write After Approval): Add myself.
2733 2007-03-31  Tobias Burnus  <burnus@net-b.de>
2735         * MAINTAINERS (fortran 95 front end): Add myself.
2737 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2739         * MAINTAINERS (Write After Approval): Add myself.
2741 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
2743         * MAINTAINERS (Modulo Scheduler): Add myself.
2745 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
2747         * MAINTAINERS (fortran 95 front end): Add myself.
2748         (c++ front end): whitespace fix.
2750 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
2752         * MAINTAINERS (Write After Approval): Add myself.
2754 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
2756         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2757         of glob.  Quote arguments with single quotes too.
2758         * configure: Regenerate.
2760 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
2762         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2763         * Makefile.in: Regenerate
2765 2007-03-07  Andreas Schwab  <schwab@suse.de>
2767         * configure: Regenerate.
2769 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
2771         * configure.ac: Add "--with-pdfdir" configure option,
2772         which defines pdfdir variable.
2773         * Makefile.def (target=fixincludes): Add install-pdf to
2774         missing targets.
2775         (recursive_targets): Add install-pdf target.
2776         (flags_to_pass): Add pdfdir.
2777         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2778         target.
2779         * configure: Regenerate
2780         * Makefile.in: Regenerate
2782 2007-02-28  Eric Christopher  <echristo@apple.com>
2784         Revert:
2785         2006-12-07  Mike Stump  <mrs@apple.com>
2787         * Makefile.def (dependencies): Add dependency for
2788         install-target-libssp and install-target-libgomp on
2789         install-gcc.
2790         * Makefile.in: Regenerate.
2792 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
2794         * configure: Regenerate.
2795         * configure.ac: Move statements after variable declarations.
2797 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
2799         * MAINTAINERS: Add myself as sh maintainer.
2801 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
2803         * configure.ac: Adjust for loop syntax.
2804         * configure: Regenerate.
2806 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2808         * configure: Rebuilt.
2810 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2812         * configure.ac: Drop multiple occurrences of --enable-languages,
2813         and fix its quoting.
2814         * configure: Rebuilt.
2816 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
2817             Nathan Sidwell  <nathan@codesourcery.com>
2818             Vladimir Prus  <vladimir@codesourcery.com>
2819             Joseph Myers  <joseph@codesourcery.com>
2821         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2822         * configure: Regenerate.
2824 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
2826         * ltconfig (freebsd*): Default to elf.
2828 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2830         * configure.ac (target_libraries): Move libgcc before libiberty.
2831         * configure: Regenerated.
2833 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2834             Paolo Bonzini  <bonzini@gnu.org>
2836         PR bootstrap/30753
2837         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
2838         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
2839         * configure: Regenerated.
2841 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2843         * MAINTAINERS (Language Front End Maintainers): Update my mail
2844         address.
2846 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2848         PR bootstrap/30748
2849         * configure.ac: Correct syntax for Solaris ksh.
2850         * configure: Regenerated.
2852 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2854         * configure.ac: Sync with src.
2855         * configure: Regenerate.
2857 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2859         * Makefile.in: Regenerate.
2861 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2863         * config.sub: Sync with src.
2865 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2867         * Makefile.tpl (build_alias, host_alias, target_alias): Use
2868         noncanonical equivalents.
2869         * configure.in: Rename to...
2870         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
2871         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
2872         target_noncanonical.  Use them.  Rewrite removal of configure
2873         arguments for autoconf 2.59.  Discard variable settings.  Force
2874         program_transform_name for native tools.
2876         * Makefile.in: Regenerated.
2877         * configure: Regenerated with autoconf 2.59.
2879 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
2881         * MAINTAINERS (Write After Approval): Add myself.
2883 2007-01-31  Andreas Schwab  <schwab@suse.de>
2885         * Makefile.tpl (LDFLAGS): Substitute it.
2886         * Makefile.in: Regenerate.
2888 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
2890         * MAINTAINERS (Write After Approval): Add myself.
2892 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
2894         * MAINTAINERS (spu port): Add myself.
2896 2007-01-23  Richard Guenther  <rguenther@suse.de>
2898         PR bootstrap/30541
2899         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
2900         * Makefile.tpl (GNATBIND): Substitute it.
2901         (GNATMAKE): Likewise.
2902         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
2903         of STAGE_PREFIX.
2904         * Makefile.in: Regenerate.
2905         * configure: Regenerate.
2907 2007-01-18  Mike Stump  <mrs@apple.com>
2909         * configure.in: Re-enable -Werror for gcc builds.
2911 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
2913         * MAINTAINERS (Write After Approval): Add myself.
2915 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2917         * configure.in: Change == to = in test command.
2918         * configure: Regenerate.
2920 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2921             Nick Clifton  <nickc@redhat.com>
2922             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
2924         * configure.in (build_configargs, host_configargs, target_configargs):
2925         Remove build/host/target parameters.
2926         (host_libs): Add gmp and mpfr.
2927         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2928         * Makefile.def (gmp, mpfr): New.
2929         (gcc): Remove target.
2930         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2931         target_os, target_vendor): New.
2932         (configure): Add host_alias/target_alias arguments; adjust invocations.
2933         * configure: Regenerate.
2934         * Makefile.in: Regenerate.
2936 2007-01-11  Matt Fago  <fago@earthlink.net>
2938         * configure.in: Try to link to functions only in mpfr 2.2.x
2939         to improve robustness of configure tests.
2940         * configure: Regenerate.
2942 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
2944         * MAINTAINERS: Add myself as i386 maintainer.
2946 2007-01-08  Jan Hubicka  <jh@suse.cz>
2948         * MAINTAINERS: Add myself as i386 maintainer.
2950 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
2952         * configure.in: Add support for an x86_64-mingw* target.
2953         * configure: Regenerate.
2955 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
2957         * Makefile.tpl (all-target): Correct @if conditional for target
2958         modules.
2959         * configure.in: Omit libiberty if building only target libgcc.
2960         * configure, Makefile.in: Regenerated.
2962 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
2964         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
2965         * configure: Regenerate.
2967 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
2969         * Makefile.def (target_modules): Add libgcc.
2970         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
2971         * Makefile.tpl (clean-target-libgcc): Delete.
2972         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2973         on gcc even for bootstrapped modules.  Rewrite handling of
2974         lang_env_dependencies to loop over target_modules.
2975         * configure.in (target_libraries): Add target-libgcc.
2976         * Makefile.in, configure: Regenerated.
2978 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2980         * configure.in: Reorganize recognition of languages.  Add
2981         --enable-stage1-languages.  Show supported languages for the chosen
2982         target rather than all recognized languages.
2983         * configure: Regenerate.
2985 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2987         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
2988         * Makefile.in: Regenerate.
2990 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2992         * configure.in: Warn that MPFR 2.2.0 is buggy.
2993         * configure: Regenerate.
2995 2006-12-27  Ian Lance Taylor  <iant@google.com>
2997         * configure.in: When removing Makefiles to force a reconfigure, also
2998         remove prev-DIR*/Makefile.
2999         * configure: Regenerate.
3001 2006-12-22  Andreas Schwab  <schwab@suse.de>
3003         * configure: Regenerate with correct autoconf version.
3005 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
3007         * configure.in: add AC_SUBST for *_FOR_TARGET.
3008         * configure: Regenerate.
3010 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3012         * configure.in: Simplify logic for rejecting languages that cannot
3013         be built.  Separate the case when a language is unsupported,
3014         from the case when the user chooses not to build a language.
3016 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3018         * configure.in: Remove "$build" case for powerpc-*-darwin* since
3019         it only affects bootstrap and could be tested on "$host" as well.
3020         * configure: Regenerate.
3021         * config/mh-ppc-darwin: Add to the stage1 cflags here.
3023 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3025         PR bootstrap/29544
3026         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3027         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3028         move here comment from Makefile.tpl.
3029         * Makefile.tpl: Move some definitions higher in the file.
3030         (STAGE1_CHECKING): New.
3031         * configure.in: Add --enable-stage1-checking.
3032         * configure: Regenerate.
3033         * Makefile.in: Regenerate.
3035 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3037         * MAINTAINERS: Add myself as build system maintainer.
3039 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
3041         * MAINTAINERS (Write After Approval): Add myself.
3043 2006-12-13  Eric Christopher  <echristo@apple.com>
3045         * MAINTAINERS: Add myself as darwin maintainer.
3047 2006-12-11  Ian Lance Taylor  <ian@airs.com>
3049         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
3051 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
3053         MAINTAINERS: Update my entry.
3055 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
3057         * configure.in:  Handle spu makefile frag.
3058         * Makefile.tpl (MAINT): Define
3059         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3060         * configure: Regenerate.
3061         * Makefile.in: Regenerate.
3063 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3065         * config.guess: Import latest version.
3066         * config.sub: Likewise.
3068 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3070         * configure.in (spu-*-*): Don't skip target-libiberty.
3071         * configure: Regenerate.
3073 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3075         PR bootstrap/30134
3076         * configure.in: Correct x86 darwin support for libjava to powerpc
3077         and i?86 only.
3078         * configure: Regenerate.
3080 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
3082         * configure.in: Add x86 darwin support for libjava.
3083         * configure: Regenerate.
3085 2006-12-07  Mike Stump  <mrs@apple.com>
3087         * Makefile.def (dependencies): Add dependency for
3088         install-target-libssp and install-target-libgomp on
3089         install-gcc.
3090         * Makefile.in: Regenerate.
3092 2006-12-04  Richard Guenther  <rguenther@suse.de>
3094         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
3095         (Non-Algorithmic Maintainers): Move over non-algorithmic
3096         loop optimizer maintainers, add myself as a non-algorithmic
3097         middle-end maintainer.
3099 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
3101         * MAINTAINERS (Write After Approval): Add myself.
3103 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3105         * configure.in: Update error message for missing GMP/MPFR.
3107         * configure: Regenerate.
3109 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3111         * configure.in: Update MPFR version in error message.
3113         * configure: Regenerate.
3115 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3117         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3118         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3119         --with-gmp-lib): New flags.
3121         * configure: Regenerate.
3123 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
3125         * MAINTAINERS (Write After Approval): Change my email address.
3127 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3129         * MAINTAINERS (Write After Approval): Add myself.
3131 2006-11-22  Philipp Thomas  <pth@suse.de>
3133         * MAINTAINERS (i18n): Update e-mail address.
3135 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3137         * MAINTAINERS (spu port): Add myself as maintainer.
3138         (Write After Approval): Remove myself.
3140 2006-11-22  Ben Elliston  <bje@au.ibm.com>
3142         * configure.in (skipdirs): Don't build libssp for SPU.
3143         * configure: Regenerate.
3145 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3147         * MAINTAINERS (spu port): Add myself as maintainer.
3148         (libobjc): Update my email address.
3150 2006-11-21  Andrea Bona  <andrea.bona@st.com>
3152         * MAINTAINERS (Write After Approval): Add myself.
3154 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3156         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
3157         * configure : Rebuilt.
3159 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3161         * MAINTAINERS (Write After Approval): Add myself.
3163 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
3165         * MAINTAINERS (Write After Approval): Add myself.
3167 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3169         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
3170         libmpfr.a.
3171         * configure: Regenerate.
3173 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
3175         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3176         (unstage): Test for stage_last presence.
3178         PR bootstrap/29802
3179         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
3180         STAGE_PREFIX.
3181         * Makefile.in: Regenerate.
3183 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
3185         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
3186         maintainers.
3188 2006-11-14  Erven Rohou  <erven.rohou@st.com>
3190         * MAINTAINERS (Write After Approval): Add myself.
3192 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
3194         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
3195         and stageN-package/Makefile.
3196         * Makefile.in: Regenerated.
3198 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
3200         * configure.in: Remove target-libgloss from noconfigdirs for
3201         bfin-*-*.
3202         * configure: Regenerated.
3204 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3206         * configure.in (have_gmp): Only error if the gcc directory exists.
3208         * configure: Regenerate.
3210 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3212         * configure.in: Robustify error message for missing GMP/MPFR.
3214         * configure: Regenerate.
3216 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
3218         * MAINTAINERS (Write After Approval): Add myself.
3220 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
3222         * MAINTAINERS: Change email address.
3224 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
3226         * MAINTAINERS (Write After Approval): Add myself.
3228 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
3230         * MAINTAINERS (Write After Approval): Add myself.
3232 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
3234         * MAINTAINERS (Write After Approval): Move myself to
3235         Write After Approval section.
3237 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3239         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
3240         need_gmp anymore.
3241         * configure: Regenerate.
3243 2006-10-16  Tobias Burnus  <burnus@net-b.de>
3245         * MAINTAINERS (Write After Approval): Add myself.
3247 2006-10-16  Ben Elliston  <bje@au.ibm.com>
3249         * config.guess: Import latest version.
3250         * config.sub: Likewise.
3252 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
3254         * Makefile.def: Added pdf target handling.
3255         * Makefile.tpl: Added pdf target handling.
3256         * Makefile.in: Regenerated.
3258 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
3260         * MAINTAINERS: Add self as score port maintainer.
3262 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
3264         * MAINTAINERS (Write After Approval): Add myself.
3266 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
3268         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
3269         or newer.
3270         * configure: Regenerated.
3272 2006-09-27  Dave Brolley  <brolley@redhat.com>
3274         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
3275         using $s instead of $r.
3276         * configure: Regenerated.
3278 2006-09-26  Thiemo Seufer  <ths@mips.com>
3280         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3281         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3282         * configure: Regenerate.
3284 2006-09-24  Graeme Peterson  <gridly@gmail.com>
3286         * MAINTAINERS (Write After Approval): Remove myself.
3288 2006-09-22  Chao-ying Fu  <fu@mips.com>
3290         * MAINTAINERS (Write After Approval): Add myself.
3292 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
3294         * MAINTAINERS: Add self as soft-fp maintainer.
3296 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
3298         * MAINTAINERS: Add myself as avr maintainer.
3299         Remove Marek Michalkiewicz as avr maintainer.
3301 2006-09-07  Roberto Costa  <roberto.costa@st.com>
3303         * MAINTAINERS (Write After Approval): Add myself.
3305 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
3307         * configure.in: Never build newlib for a Mingw host.
3308         Never build newlib as Mingw target library.
3309         Test the existence of winsup/cygwin for building a Cygwin newlib,
3310         rather than just winsup.
3311         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3312         building a Mingw target.
3313         * configure: Regenerate.
3315 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
3317         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
3319 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
3321         * config.guess: Import from src (was more updated).
3322         * config.sub: Likewise.
3324 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
3326         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3327         * configure: Regenerated.
3329 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
3331         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3332         for stages after the first.
3334 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
3336         * Makefile.def: Add dependencies for configure-opcodes
3337         on configure-intl and all-opcodes on all-intl.
3338         * Makefile.in: Regenerated.
3340 2006-07-13  Ben Elliston  <bje@au.ibm.com>
3342         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
3344 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
3346         Port to hosts whose 'sort' and 'tail' implementations
3347         treat operands with leading '+' as file names, as POSIX
3348         has required since 2001.  However, make sure the code still
3349         works on pre-POSIX hosts.
3350         * ltmain.sh: Don't assume "sort +2" is equivalent to
3351         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
3353 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
3355         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
3357 2006-07-04  Peter O'Gorman  <peter@pogma.com>
3359         * ltconfig: chmod 644 before ranlib during install.
3361 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3363         PR bootstrap/18058
3364         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3365         if the bootstrap compiler is a GCC version that supports it.
3366         * configure: Regenerate.
3368 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3370         * configure.in: Fix thinkos in previous check-in.
3371         * configure: Regenerate.
3373 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3375         PR other/27063
3376         * configure.in: Test subdir_requires and give an appropriate
3377         error message.
3378         * configure: Regenerate.
3380 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
3382         * MAINTAINERS (Write After Approval): Add myself.
3384 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
3386         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3388 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
3390         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3392 2006-06-20  David Ayers  <d.ayers@inode.at>
3394         PR bootstrap/28072
3395         * configure.in: Add target-boehm-gc to noconfigdirs depending on
3396         whether target-libjava is being configured instead of whether the
3397         java front end is enabled.
3398         * configure: Regenerate.
3400 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3402         PR target/27540
3403         * configure.in: Only enable libgomp on IRIX 6.
3404         * configure: Regenerate.
3406 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
3408         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3409         too.
3410         * Makefile.in: Regenerate.
3412 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
3414         * config-ml.in: Alter CCASFLAGS to include special
3415         multilib options the same as is done for CFLAGS.
3417 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3419         * configure.in: Don't enable libgomp on hpux10.
3420         * configure: Rebuilt.
3422 2006-06-12  David Ayers  <d.ayers@inode.at>
3424         PR bootstrap/27963
3425         PR target/19970
3426         * configure.in: Remove target-boehm-gc from noconfigdirs where
3427         ${libgcj} is specified.
3428         * configure: Regenerate.
3430 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
3432         Sync from src:
3434         * configure.in: Sync.
3435         * configure: Regenerated.
3437         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
3439         * Makefile.def: Added dependencies from sim and gdb on intl, and
3440         added configure dependencies to everything with an all dependency
3441         on intl.
3442         * Makefile.in: Regenerated.
3444 2006-06-06  David Ayers  <d.ayers@inode.at>
3446         PR libobjc/13946
3447         * Makefile.def: Add dependencies for libobjc which boehm-gc.
3448         * Makefile.in: Regenerate.
3449         * configure.in: Add --enable-objc-gc at toplevel and have it
3450         enable boehm-gc for Objective-C.
3451         Remove target-boehm-gc from libgcj.
3452         Add target-boehm-gc to target_libraries.
3453         Add target-boehm-gc to noconfigdirs where ${libgcj}
3454         is specified.
3455         Assert that boehm-gc is supported when requested for Objective-C.
3456         Only build boehm-gc if needed either for Java or Objective-C.
3457         * configure: Regenerate.
3459 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
3461         PR 27674
3462         * Makefile.tpl (configure-[+prefix+][+module+],
3463         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3464         Remove rule to unstage bootstrapped modules.
3465         (stage_current): New.
3466         * Makefile.in: Regenerate.
3468 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3470         * MAINTAINERS (Write After Approval): Update my e-mail address.
3472 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
3474         * include/libiberty.h: Declare pex_run_in_environment.
3476 2006-05-31  Asher Langton  <langton2@llnl.gov>
3478         * MAINTAINERS (Write After Approval): Add myself.
3480 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
3482         * Makefile.def (bfd, opcodes): Fix lib_path.
3483         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3484         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
3485         * Makefile.in: Regenerate.
3487 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3489         * Makefile.in: Regenerate.
3491 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3493         * Makefile.def: Add install-html target. Add datarootdir
3494         docdir and htmldir to flags_to_pass.
3495         * Makefile.tpl: Add install-html target.
3496         * Makefile.in: Regenerate.
3497         * configure.in: Add --with-datarootdir, --with-docdir, and
3498         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
3499         * configure: Regenerate.
3501 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
3503         * configure.in: Enable gprof for cross builds.
3504         * configure: Regenerate.
3506 2006-05-22  Richard Guenther  <rguenther@suse.de>
3508         Revert
3509         2006-01-31  Richard Guenther  <rguenther@suse.de>
3510         Paolo Bonzini  <bonzini@gnu.org>
3512         * Makefile.def (target_modules): Add libgcc-math target module.
3513         * configure.in (target_libraries): Add libgcc-math target library.
3514         (--enable-libgcc-math): New configure switch.
3515         * Makefile.in: Re-generate.
3516         * configure: Re-generate.
3517         * libgcc-math: New toplevel directory.
3519 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3520             Andreas Tobler  <a.tobler@schweiz.ch>
3522         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
3523         * configure: Rebuilt.
3525 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
3527         * MAINTAINERS (Write After Approval): Add myself.
3529 2006-05-01  DJ Delorie  <dj@redhat.com>
3531         * configure.in: Restore CFLAGS if GMP isn't present.
3532         * configure: Regenerate.
3534 2006-05-01  Richard Guenther  <rguenther@suse.de>
3536         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
3537         maintainer.
3539 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
3541         * MAINTAINERS (Write After Approval): Add myself.
3543 2006-04-28  Jan Beulich  <jbeulich@novell.com>
3545         * MAINTAINERS (Write After Approval): Add myself.
3547 2006-04-18  DJ Delorie  <dj@redhat.com>
3549         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
3550         reference libgloss so that libssp can be built in a combined
3551         tree.
3552         * configure: Regenerate.
3554 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
3556         * MAINTAINERS (Write After Approval): Add myself.
3558 2006-04-05  Ben Elliston  <bje@au.ibm.com>
3560         * configure.in: Require makeinfo 4.4 or higher.
3561         * configure: Regenerate.
3563 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
3565         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
3566         Rearrange the entries of other libraries to have them in one place.
3568 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
3570         * MAINTAINERS (Write After Approval): Remove myself.
3571         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
3573 2006-03-14  Richard Guenther  <rguenther@suse.de>
3575         * configure: Regenerate with autoconf 2.13.
3577 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
3579         * MAINTAINERS: Use my work address.
3581         * MAINTAINERS: Update my E-mail address.
3583 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
3585         * configure.in: Handle --disable-<component> generically.
3586         * configure: Regenerate.
3588 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
3590         PR libgcj/17311
3591         * ltmain.sh: Don't use "$finalize_rpath" for compile.
3593 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
3595         * MAINTAINERS (Write After Approval):  Remove myself.
3596         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3598 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
3600         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
3601         (TARGET_CONFIGDIRS): Remove.
3602         * configure.in: Remove AC_SUBST(target_configdirs).
3603         * Makefile.in, configure: Regenerated.
3605 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
3607         * MAINTAINERS (Write After Approval):  Remove myself.
3608         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3610 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
3612         PR bootstrap/25670
3614         * Makefile.tpl ([+compare-target+]): Print explanation messages.
3616         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3617         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3618         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3619         BUILD_PREFIX, BUILD_PREFIX_1.
3620         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3622         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3623         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3625         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3626         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3627         of `cat stage_current`.  Always provide the `r' and `s' variables.
3628         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3629         a single shell execution.
3630         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3631         bootstrapped modules, make the stage1 module if the build was not
3632         started yet, else build the current stage.
3633         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3634         (all-build, all-host, all-target, [+make_target+]-host,
3635         [+make_target+]-target): Do not use \-continued lines.
3636         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3637         (current_stage, restrap, stage_last): New.
3639         * Makefile.in: Regenerate.
3640         * configure: Regenerate.
3642 2006-02-19  Bud Davis  <jmdavis@link.com>
3644         * MAINTAINERS (Write After Approval):  Remove myself.
3645         (Language Front End Maintainers):  Add myself as fortran 95
3646         maintainer and update e-mail address.
3648 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3650         * MAINTAINERS (Write After Approval):  Remove myself.
3651         (Language Front End Maintainers):  Add myself as fortran 95
3652         maintainer.
3654 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
3656         * MAINTAINERS (Write After Approval): Add myself.
3658 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
3660         * MAINTAINERS (Write After Approval):  Remove myself.
3661         (Language Front End Maintainers):  Add myself as
3662         fortran 95 maintainer.
3664 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3666         Sync from src:
3668         2005-12-27  Leif Ekblad  <leif@rdos.net>
3670         * configure.in: Add support for RDOS target.
3671         * configure: Regenerate.
3673 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3674             Andreas Schwab  <schwab@suse.de>
3676         * configure: Regenerate.
3678 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
3680         * configure.in (enable_libgomp): Add AIX.
3681         * configure: Regenerate.
3683 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
3685         * MAINTAINERS (Write After Approval): Add myself.
3687 2006-02-03  Lee Millward  <lee.millward@gmail.com>
3689         * MAINTAINERS (Write After Approval): Add myself.
3691 2006-01-31  Richard Guenther  <rguenther@suse.de>
3692         Paolo Bonzini  <bonzini@gnu.org>
3694         * Makefile.def (target_modules): Add libgcc-math target module.
3695         * configure.in (target_libraries): Add libgcc-math target library.
3696         (--enable-libgcc-math): New configure switch.
3697         * Makefile.in: Re-generate.
3698         * configure: Re-generate.
3699         * libgcc-math: New toplevel directory.
3701 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
3703         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3704         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3705         the assembler, linker and binutils.
3706         * configure: Regenerate.
3708 2006-01-22  Dirk Mueller  <dmueller@suse.de>
3710         * MAINTAINERS (Write After Approval): Add myself.
3712 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
3714         * configure: Regenerate.
3716 2006-01-18  Richard Henderson  <rth@redhat.com>
3717             Jakub Jelinek  <jakub@redhat.com>
3718             Diego Novillo  <dnovillo@redhat.com>
3720         * libgomp: New directory.
3721         * Makefile.def: Add target_module libgomp.
3722         * Makefile.in: Regenerate.
3723         * configure.in (target_libraries): Add target-libgomp.
3724         * configure: Regenerate.
3726 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
3728         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3729         @ from continuation.
3730         * Makefile.in: Rebuilt.
3732 2006-01-04  Chris Lattner  <sabre@gnu.org>
3734         * MAINTAINERS (Write After Approval): Add myself.
3736 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3738         PR bootstrap/24252
3740         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3741         * Makefile.tpl (OBJDUMP): New.
3742         (EXTRA_HOST_FLAGS): Add it.
3743         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3745         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3746         to use symbolic links between directories.  Avoid race conditions
3747         or make them harmless.
3748         * configure.in: Do not try to use symbolic links between directories.
3750         * Makefile.def (LEAN): Pass.
3751         * Makefile.tpl (LEAN): Define.
3752         (stage[+id+]-start): Accept that the previous directory does not
3753         exist, if the bootstrap is lean.
3754         (stage[+id+]-bubble): Invoke lean bootstrap commands after
3755         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
3756         configure substitution.
3757         ([+compare-target+]): Likewise.
3758         ([+bootstrap-target+]-lean): New.
3759         * configure.in: Remove lean bootstrap support from here.
3761         * Makefile.in: Regenerate.
3762         * configure: Regenerate.
3764 2006-01-04  Ben Elliston  <bje@au.ibm.com>
3766         * MAINTAINERS (libdecnumber): Add myself.
3768 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
3770         * libtool-ldflags: New script.
3772 2006-01-02  Andreas Schwab  <schwab@suse.de>
3774         * configure.in: When reconfiguring remove Makefile in
3775         all stage directories.
3776         * configure: Regenerate.
3778 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
3780         * MAINTAINERS: Update my email address.
3782 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
3784         Revert Ada-related part of the previous change.
3786         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3787         Do not pass.
3788         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3789         * Makefile.in: Regenerate.
3790         * configure.in: Do not include mt-ppc-aix target fragment.
3791         * configure: Regenerate.
3793 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
3795         * configure.in: Select appropriate fragments for PowerPC/AIX.
3796         * configure: Regenerate.
3798         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3799         BOOT_CFLAGS, BOOT_LDFLAGS.
3800         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3801         BOOT_CFLAGS, BOOT_LDFLAGS.
3802         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3803         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3804         (stage): Fail if we cannot complete the work.
3805         * Makefile.in: Regenerate.
3807 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
3809         * configure.in: Replace ms1 with mt.
3810         * configure: Rebuilt.
3812 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
3814         * MAINTAINERS: Update my email address.
3816 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
3818         * Makefile.tpl (all, do-[+make_target+], do-check, install,
3819         install-host-nogcc): Don't invoke $(stage) at the end.
3820         * Makefile.in: Regenerate.
3822 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
3824         * configure.in: Flip the top-level bootstrap switch.
3825         * configure: Regenerate.
3827 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
3829         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3830         $(stage) and $(unstage).
3831         (EXTRA_TARGET_FLAGS): Correct double-quoting.
3832         (all): Remove stray semicolon.
3833         (local-distclean): Don't handle multilib.tmp and multilib.out.
3834         (install.all): Set $s for consistency.
3835         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3836         check_multilibs setting.  Always make the install directory.
3837         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3838         Correct @if/@endif.
3839         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3840         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3841         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3842         (multilib.out): Remove.
3843         * Makefile.in: Regenerated.
3845 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
3847         * MAINTAINERS (Write After Approval): Add myself.
3849 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3851         * MAINTAINERS: Add myself as mt maintainer.
3853         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
3855 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
3857         * MAINTAINERS: Change email address.
3859 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3861         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3862         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3863         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
3864         Find in-tree tools if available.
3865         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3866         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3867         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3868         (COMPILER_*_FOR_TARGET): New.
3869         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3870         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3871         (CONFIGURED_*, USUAL_*): Remove.
3872         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3873         STRIP): Use autoconf substitutions.
3874         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3875         COMPILER_NM_FOR_TARGET): New.
3876         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3878         (all): Make all-host and all-target in parallel.
3879         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3880         that $$r and $$s are set before invoking a recursive make.
3881         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3882         ([+bootstrap-target+]): Inline most of the `all' target.
3884 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3886         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3887         from the gcc build directory.
3888         * Makefile.in: Regenerate.
3890 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3892         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
3893         depend on all-libdecnumber.
3894         * configure.in (host_libs): Include libdecnumber.
3895         * Makefile.in: Regenerate.
3896         * configure: Likewise.
3898 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3900         * libdecnumber: Import decNumber sources from the dfp-branch.
3902 2005-11-21  Kean Johnston  <jkj@sco.com>
3904         * config.sub, config.guess: Sync from upstream sources.
3906 2005-11-21  Ben Elliston  <bje@au.ibm.com>
3908         Import from Autoconf sources:
3910         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
3911         * config/move-if-change: Don't output "$2 is unchanged";
3912         suggested by Ben Elliston.  Handle weird characters correctly.
3914 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
3916         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
3917         to match upstream libtool for darwin.
3919 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
3921         * Makefile.def: Remove gdb dependencies for gdbtk.
3922         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3923         (configure-gdb, install-gdb): New rules.
3924         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3925         * Makefile.in, configure: Regenerated.
3927 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
3929         * MAINTAINERS (Write After Approval): Add myself.
3931 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
3933         * MAINTAINERS (Write After Approval): Add myself.
3935 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
3937         * MAINTAINERS (alias analysis): Add Daniel Berlin and
3938         Diego Novillo.
3940 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
3942         PR bootstrap/24297
3943         * Makefile.tpl (do-[+make-target+], do-check, install,
3944         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3945         are set before recursing.
3946         * Makefile.in: Regenerate.
3948 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
3950         PR bootstrap/18939
3951         * Makefile.def (gcc) <target>: Fix thinko.
3952         * Makefile.in: Regenerate.
3954 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
3956         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3957         * configure: Regenerate.
3959 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
3961         * MAINTAINERS (Write After Approval): Add self.
3963 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
3965         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3966         target-libffi, target-qthreads, target-libjava, and
3967         targetlibobjc.
3968         * configure: Regenerate.
3970 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
3972         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3973         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3974         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3975         (USUAL_OBJDUMP_FOR_TARGET): New.
3976         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3977         * configure.in: Check for $OBJDUMP_FOR_TARGET.
3978         * configure, Makefile.in: Regenerated.
3980 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3982         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3983         before other host packages.
3985 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
3987         * MAINTAINERS: Add self as sh libraries/configury maintainer.
3989 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3991         PR bootstrap/22340
3993         * configure.in (default_target): Remove.
3994         * Makefile.tpl (all): Do not use prerequisites as subroutines
3995         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3996         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3997         use prerequisites as subroutines.
3998         (check-host, check-target): New.
3999         (bootstrap configure & all targets): Do not use stage*-start
4000         if the directory layout is already ok.
4001         (non-bootstrap configure & all targets): Prepend a $(unstage).
4002         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
4003         (NOTPARALLEL): Remove.
4004         (unstage, stage variables): New variables.
4005         (unstage, stage targets): Simply expand to those variables.
4007         * configure: Regenerate.
4008         * Makefile.in: Regenerate.
4010 2005-10-04  James E Wilson  <wilson@specifix.com>
4012         * Makefile.def (lang_env_dependencies): Add libmudflap.
4013         * Makefile.in: Regenerate.
4015 2005-10-03  Andreas Schwab  <schwab@suse.de>
4017         Backport from libtool CVS:
4018         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
4020         * ltmain.sh: add support for installing into temporary
4021         staging area (e.g. 'make install DESTDIR=...')
4023 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
4025         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4026         * configure: Regenerated.
4028 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
4030         * configure: Regenerate with the correct
4031         autoconf version.
4033 2005-09-30  Catherine Moore  <clm@cm00re.com>
4035         * configure.in (bfin-*-*): New.
4036         * configure: Regenerated.
4038 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
4040         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4041         (LIPO_FOR_TARGET): New.
4042         (CONFIGURED_LIPO_FOR_TARGET): New.
4043         (USUAL_LIPO_FOR_TARGET): New.
4044         (STRIP_FOR_TARGET): New.
4045         (CONFIGURED_STRIP_FOR_TARGET): New.
4046         (USUAL_STRIP_FOR_TARGET): New.
4047         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4048         STRIP_FOR_TARGET.
4049         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4050         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4051         * Makefile.in: Regenerate.
4052         * configure: Regenerate.
4054 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
4056         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4057         (rs6000-*-aix*): Same.
4058         * configure: Regenerate.
4060 2005-09-16  Tom Tromey  <tromey@redhat.com>
4062         * MAINTAINERS: Add self as java maintainer.
4064 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4066         * configure.in: Recognize f95 in the --enable-languages option,
4067         and substitute it for fortran, issuing a warning.
4068         * configure: Regenerate.
4070 2005-08-30  Phil Edwards  <phil@codesourcery.com>
4072         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
4073         * configure:  Regenerated.
4075 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
4077         * MAINTAINERS: Add self as ms1 maintainer.
4079 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
4081         * Makefile.def (libssp): Add to lang_env_dependencies.
4082         * Makefile.in: Regenerate.
4084 2005-08-18  Ian Lance Taylor  <ian@airs.com>
4086         * MAINTAINERS: Add myself as middle-end maintainer.
4088 2005-08-17  Christian Groessler  <chris@groessler.org>
4090         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4091         * Makefile.in: Regenerate.
4093 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
4095         * MAINTAINERS (write after approval): Added myself.
4097 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
4099         * MAINTAINERS (Write After Approval): Add myself.
4101 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
4103         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4104         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4105         Look for alternate names of the target cc and c++
4106         * configure: Regenerate.
4108 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
4110         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4111         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4112         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4113         tools; remove code to manually set them.
4114         (Target tools): Look in the environment for them.
4115         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4116         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4117         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4118         build directory.
4119         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4120         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4121         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4122         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4123         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4124         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4125         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4126         * configure: Regenerate.
4127         * Makefile.in: Regenerate.
4129 2005-07-28  Ben Elliston  <bje@au.ibm.com>
4131         * MAINTAINERS: Update for removed CPU targets.
4133 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
4135         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4136         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4137         * Makefile.in: Regenerated.
4139 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
4141         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4142         (CFLAGS_FOR_TARGET): Use it.
4143         (CXXFLAGS_FOR_TARGET): Likewise.
4144         * Makefile.in: Regenerated.
4145         * configure.in (--with-build-sysroot): New option.
4146         * configure: Regenerated.
4148 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
4150         * Makefile.tpl: Wrap install between unstage and stage
4151         * Makefile.in: Regenerate.
4153 2005-07-21  Eric Christopher  <echristo@apple.com>
4155         * MAINTAINERS: Update affiliation.
4157 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
4159         * MAINTAINERS: Add self as crx port maintainer.
4161 2005-07-20  DJ Delorie  <dj@redhat.com>
4163         * MAINTAINERS: Add self as m32c maintainer.
4165 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
4167         * all files: Update FSF address.
4169 2005-07-15  Eric Christopher  <echristo@redhat.com>
4171         * MAINTAINERS: Change affiliation.
4173 2005-07-14  Jim Blandy  <jimb@redhat.com>
4175         * configure.in: Add cases for Renesas m32c.
4176         * configure: Regenerated.
4178 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4180         * COPYING.LIB: Update from fsf.org.
4182 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4184         * COPYING, compile, config.guess,
4185         config.sub, install-sh, missing, mkinstalldirs,
4186         symlink-tree, ylwrap: Sync from upstream sources.
4187         * config-ml.in: Update FSF address.
4189 2005-07-13  Eric Christopher  <echristo@redhat.com>
4191         * configure.in: Add toplevel noconfigdir support for tpf.
4192         * configure: Regenerate.
4194 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
4196         PR ada/22340
4198         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4199         * Makefile.in: Regenerate.
4201 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
4203         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
4204         Brolley to write-after-approval.
4206 2005-07-07  Andreas Schwab  <schwab@suse.de>
4208         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4209         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4210         * Makefile.in: Regenerated.
4212 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
4214         * configure.in: Don't build sim or rda when targetting darwin.
4215         * configure: Regenerate.
4217 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
4219         * configure.in: Add --enable-libssp and --disable-libssp.
4220         * configure: Regenerate with autoconf-2.13.
4222 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
4224         * Makefile.def (target_modules): Add libssp.
4225         * configure.in (target_libraries): Add target-libssp.
4226         * configure: Rebuilt.
4227         * Makefile.in: Rebuilt.
4229 2005-07-01  Zack Weinberg  <zackw@panix.com>
4231         * MAINTAINERS: Change email address.  Resign from maintainership.
4233 2005-07-01  Richard Guenther  <rguenther@suse.de>
4235         * MAINTAINERS: Change my e-mail address and affiliation.
4237 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
4239         * Makefile.def (stagefeedback): Come after profile.
4240         Define profiledbootstrap target.
4241         * Makefile.tpl (profiledbootstrap): Remove.
4242         (stageprofile-end): Zap stagefeedback.
4243         (stagefeedback-start): Copy all .gcda files, not only GCC's.
4244         * Makefile.in: Regenerate.
4246 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
4248         * MAINTAINERS: Update my email address.
4250 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
4252         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
4253         In 'cpp' stanza, support '#line' as well as '# '.
4255 2005-06-08  Andreas Schwab  <schwab@suse.de>
4257         * MAINTAINERS: Move myself from 'Write After Approval' to
4258         'CPU Port Maintainers' section as m68k maintainer.
4260 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
4262         * configure.in (unsupported_languages): New macro.
4263         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
4264         non-ported target libraries in noconfigdirs.
4265         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4266         non-linux-gnu.  Remove libgcj_ex_libffi.
4267         <lang_frag loop>: Set add_this_lang=no if the language is in
4268         unsupported_languages.
4269         * configure: Regenerate.
4271 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
4273         * configure.in: Fix typo in handling of --with-mpfr-dir.
4274         * configure: Regenerate.
4276 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
4278         * MAINTAINERS: Update my email address.
4280 2005-06-02  Jim Blandy  <jimb@redhat.com>
4282         * config.sub: Add cases for the Renesas m32c.  (This patch has been
4283         accepted into the master sources.)
4285 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
4286             Michael Snyder  <msnyder@redhat.com>
4287             Stan Cox  <scox@redhat.com>
4289         * configure.in: Set noconfigdirs for ms1.
4291         * configure: Regenerate.
4293 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
4295         * MAINTAINERS (Write After Approval): Add self.
4297 2005-06-01  Josh Conner  <jconner@apple.com>
4299         * MAINTAINERS (Write After Approval): Add self.
4301 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
4303         * MAINTAINERS: Update my email address.
4305 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
4307         * MAINTAINERS (Write After Approval): Add self.
4309 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
4311         * MAINTAINERS (Write After Approval): Remove self.
4313 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
4315         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4316         (Dependencies): Consider target modules for bootstrap dependencies.
4317         Make target bootstrap modules depend on each stage's gcc.
4318         * Makefile.in: Regenerate.
4320 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
4322         * Makefile.def (configure-gcc): Depend on binutils having been built.
4323         (all-gcc): No need to do it here.
4324         * Makefile.in: Regenerate.
4326 2005-05-19  Paul Brook  <paul@codesourcery.com>
4328         * configure.in: Rewrite misleading error message when requested
4329         language cannot be built.
4330         * configure: Regenerate.
4332 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
4334         * ylwrap: Import from Automake 1.9.5.
4336 2005-05-13  David Ung  <davidu@mips.com>
4338         * MAINTAINERS (Write After Approval): Add self.
4340 2005-05-09  Mike Stump  <mrs@apple.com>
4342         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
4343         lt_cv_sys_max_cmd_len for now.
4345 2005-05-09  Stan Cox  <scox@redhat.com>
4347         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
4349 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
4351         * README.SCO: Update the URL.
4353 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
4355         * ltconfig: Define file_list_spec.  Pass file_list_spec and
4356         with_gnu_ld to libtool.
4357         * ltcf-c.sh (aix[45]): Define file_list_spec.
4358         * ltcf-cxx.sh (aix[45]): Same.
4359         * ltcf-gcj.sh (aix[45]): Same.
4360         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
4361         exists, write list of input files to temporary file.
4363 2005-05-04  Mike Stump  <mrs@apple.com>
4365         * configure.in: Always pass --target to target configures as
4366         otherwise rebuilds that do --recheck will fail.
4367         * confiugure: Rebuilt.
4369 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
4371         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4372         STAGE_HOST_EXPORTS.
4373         (configure, all): Add bootstrap support.
4374         (Host modules, target modules): Pass post-stage1 flags and exports.
4375         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4376         * Makefile.in: Regenerate.
4378 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
4380         * configure: Regenerate.
4382 2005-04-27  Mike Stump  <mrs@apple.com>
4384         * MAINTAINERS: Add self as darwin maintainer.
4386 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
4388         * config.sub: Update from master copy.
4390 2005-04-21  Mike Stump  <mrs@apple.com>
4392         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
4393         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
4395 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
4397         * configure.in <crisv32-*-*, cris-*-*>: New local variable
4398         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
4399         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
4400         "*-*-elf" and "*-*-linux*".
4401         * configure: Regenerate.
4403 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
4405         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
4407 2005-04-12  Mike Stump  <mrs@apple.com>
4409         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
4411 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
4413         * MAINTAINERS (Write After Approval): Add myself.
4415 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
4417         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
4419 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
4421         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
4422         (TARGET_CONFIGARGS): Include --with-target-subdir.
4423         (configure, all): New macros.  Use them throughout.
4424         * Makefile.in: Regenerate.
4426 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
4428         * MAINTAINERS (Write After Approval): Add myself.
4430 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4432         * MAINTAINERS: Remove 'loop unrolling' maintainer.
4434 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
4436         * MAINTAINERS: Move John Carr to Write After Approval.
4438 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
4440         * config/mh-mingw32: Delete.
4441         * configure.in: Don't use it.
4442         * configure: Regenerate.
4444 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
4446         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4447         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4448         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
4449         (HOST_LIB_PATH): Generate from Makefile.def.
4450         (TARGET_LIB_PATH): Likewise.
4451         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4452         * Makefile.in: Regenerate.
4453         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4454         (RPATH_ENVVAR): Include Darwin case.
4455         * configure: Regenerate.
4457 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
4459         * MAINTAINERS (Various Maintainers): Remove self.
4460         (Write After Approval): Add self.
4462 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
4464         * MAINTAINERS (Various Maintainers): Add self.
4466 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
4468         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4469         * configure: Regenerate.
4471 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
4473         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4474         gcc_version, and gcc_version_trigger from set of flags to pass.
4475         * Makefile.tpl: Remove definitions of above variables.
4476         (config.status): Remove dependency on $(gcc_version_trigger).
4477         * Makefile.in: Regenerate.
4478         * configure.in: Do not reference config/gcc-version.m4 nor
4479         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
4480         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
4481         * configure: Regenerate.
4483 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
4484             Andrew Pinski  <pinskia@physics.uc.edu>
4486         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4487         * Makefile.in: Regenerate.
4489 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
4491         * MAINTAINERS (Write After Approval): Add myself.
4493 2005-03-03  David Ayers  <d.ayers@inode.at>
4495         * MAINTAINERS (Write After Approval): Add myself.
4497 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
4499         PR libgcj/20160
4500         * ltmain.sh: Avoid creating archives with components that have
4501         duplicate basenames.
4503 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
4505         PR bootstrap/20250
4506         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4507         instead of check.
4508         * Makefile.in: Regenerate.
4510 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4512         * Makefile.in: Regenerate to fix conflict between the previous two
4513         patches.
4515 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4517         PR bootstrap/17383
4518         * Makefile.def (target_modules): Remove "stage", now unnecessary.
4519         * Makefile.tpl (HOST_SUBDIR): New substitution.
4520         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4521         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4522         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4523         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4524         (Host modules, Bootstrapped modules): Use it.
4525         (Build modules, Target modules): Do not create symlink trees,
4526         always configure out-of-srcdir.
4527         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4528         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4529         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4530         $(HOST_SUBDIR).  Create a symlink for host_subdir.
4532         * Makefile.in: Regenerate.
4533         * configure: Regenerate.
4535 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4537         Merged from libada-gnattools-branch:
4538         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4540         * gnattools: New directory.
4541         * Makefile.def: Add gnattools as a module, depending on target-libada.
4542         * Makefile.in: Regenerate.
4543         * configure.in: Include gnattools in host_tools; disable it if ada
4544         is disabled.
4545         * configure: Regenerate.
4547 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
4549         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
4550         treelang maintainer.
4551         (Write After Approval): Remove myself.
4553 2005-02-23  Paul Schlie  <schlie@comcast.net>
4555         * configure.in: Allow darwin targeted ports to build tk, itcl and
4556         libgui.
4557         * configure: Regenerate.
4559 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4561         PR libgcj/10353
4562         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4563         * configure: Regenerate.
4565 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
4567         * MAINTAINERS (Write After Approval): Add myself.
4569 2005-02-10  Ian Lance Taylor  <ian@airs.com>
4571         * MAINTAINERS: Update my e-mail address.
4573 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
4575         * MAINTAINERS (Write After Approval): Add myself.
4577 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
4579         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4580         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4581         target-libgloss when not *-*-elf and *-*-aout.
4582         * configure: Regenerate.
4584 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
4586         * MAINTAINERS: Remove obsolete entries.
4588         * MAINTAINERS (Write After Approval): Add Michael Matz.
4590 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
4592         * MAINTAINERS: Remove self as cpplib maintainer.
4594 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4596         * install-sh, config.sub: Import from upstream.
4598 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4600         PR bootstrap/18222
4601         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4602         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4603         * Makefile.in: Regenerate.
4605 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
4607         * MAINTAINERS: Update my email address.
4609 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
4610             Andreas Schwab  <schwab@suse.de>
4612         PR bootstrap/18033
4613         * config-ml.in: Eval option if surrounded by single quotes.
4615 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
4617         Revert 2004-12-28 Makefile changes, a better fix will be
4618         applied to mainline and src after GCC 4.0 branches.
4620 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
4622         PR bootstrap/17383
4624         * Makefile.def (target_modules): Remove stage parameter,
4625         it is always true now.
4626         * Makefile.tpl (configure-build-[+module+],
4627         configure-target-[+module+]): Always build symlink tree
4628         for the directory and for include.  BUILD_SUBDIR and
4629         TARGET_SUBDIR cannot be . anymore.
4630         * Makefile.in: Regenerate.
4632 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
4634         Revert 2004-12-08 Makefile changes.
4636 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
4638         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
4639         cygwin, mingw.
4641 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
4643         * configure.in (sh64-*-*): Reenable gprof.
4644         * configure: Regenerate.
4646 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
4648         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4649         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4650         (EXTRA_TARGET_FLAGS): Add PICFLAG.
4651         * Makefile.in: Regenerate.
4653 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
4655         * MAINTAINERS: Update my email address.
4657 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
4659         * Makefile.tpl: Generate normal dependencies if the LHS module is
4660         not bootstrapped.
4661         * Makefile.in: Regenerate.
4663 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4665         * configure.in: Include config/gxx-include-dir.m4.  Use
4666         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
4667         * configure: Regenerate.
4669 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4671         * config.if: Delete.
4672         * configure.in: Set libstdcxx_incdir directly.
4673         * configure: Regenerate.
4675 2004-12-02  Eric Christopher  <echristo@redhat.com>
4677         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
4678         * Makefile.in: Regenerate.
4680 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4682         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4683         * configure: Regenerate.
4685 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4687         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
4688         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
4689         * configure: Regenerate.
4691 2004-12-01  Eric Christopher  <echristo@redhat.com>
4693         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
4694         of things to remove.
4696 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
4698         * MAINTAINERS (Write After Approval): Update my e-mail address.
4700 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
4702         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
4703         from CVS libtool to always pass_all.
4705 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4707         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4708         (hppa*64*-*-*): Delete incorrect comment.
4709         * configure: Rebuilt.
4711 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4713         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
4715 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4717         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
4718         from CVS libtool to always pass_all.
4720 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4722         * install-sh, compile: Import from automake.
4724 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4726         * config.guess, config.sub:  Import from savannnah.
4728 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
4730         * MAINTAINERS (Write After Approval): Add myself
4732 2004-11-12  Mike Stump  <mrs@apple.com>
4734         * Makefile.def: Add html support.
4735         * Makefile.tpl: Likewise.
4736         * Makefile.in: Regenerate.
4738 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
4740         PR 18423
4741         * configure.in: Remove all instances of build-fixincludes from
4742         noconfigdirs.
4743         (build_configargs): Supply --target to subdirectories.
4744         * configure: Regenerate.
4746         * Makefile.def: Make gcc install depend on fixincludes install.
4747         * Makefile.in: Regenerate.
4749 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
4751         * MAINTAINERS: Add myself as gcc testsuite maintainer.
4753 2004-11-11  Paul Brook  <paul@codesourcery.com>
4755         * MAINTAINERS: Add self as arm maintainer.  Update email address.
4757 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
4759         * configure.in (noconfigdirs) [mmix-*-*]: Disable
4760         target-libgfortran.
4761         * configure: Regenerate.
4763 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
4765         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4766         like CC.
4768 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
4770         * Makefile.def (host fixincludes): Specify missing targets.
4771         * Makefile.in: Regenerate.
4773 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
4775         * MAINTAINERS: Add myself
4777 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
4779         * MAINTAINERS (Write After Approval): Add myself.
4781 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
4783         * Makefile.def: Build fixincludes for the host, too.
4784         * Makefile.in: Regenerate.
4785         * configure.in (host_tools): Add fixincludes.
4786         * configure: Regenerate.
4788 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
4790         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4791         * configure: Regenerated.
4793 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
4795         PR other/17783
4796         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4797         * configure: Regenerated.
4799 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
4801         * README.SCO: Update per FSF instructions.
4803 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
4805         PR target/18151
4806         * configure.in (case ${target}): Do not build fixincludes for avr.
4807         * configure: Regenerated.
4809 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
4811         * configure.in (case ${target}): Do not build fixincludes
4812         on platforms where it is not used.
4813         * configure: Regenerated.
4815 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
4817         * configure.in: Use an absolute path to install-sh.
4818         * configure: Regenerated.
4820 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
4822         * MAINTAINERS (Write After Approval): Add myself.
4824 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
4826         * MAINTAINERS: Remove from Write After Approval those that are
4827         already maintainers.
4829 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
4831         * MAINTAINERS:  Update my email address.
4833 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
4835         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4836         * configure: Regenerate.
4838 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
4840         * MAINTAINERS:  Update my email address.
4842 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
4844         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
4845         entries belonging to this category.
4847 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
4849         * MAINTAINERS: Update my e-mail address.
4851 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
4853         Fix wrong conflict resolution in:
4855         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4857         * Makefile.in: Regenerate.
4858         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4859         in the recursive `make', instead of hardwiring `all'.
4860         (Autogenerated TARGET-* variables): New.
4862 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
4864         * configure.in: Enable target-libgloss for crx-*-*.
4865         * configure: Regenerate.
4867 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4869         * MAINTAINERS (Various Maintainers): Move the "windows,
4870         cygwin, mingw" maintainer to ...
4871         (OS Port Maintainers): ... here.
4873 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4875         * MAINTAINERS (Write After Approval): Remove those that are
4876         maintainers of some subsystem.
4878 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
4880         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4881         * ltcf-cxx.sh (tpf*): Likewise.
4882         * ltconfig (tpf*): Add TPF OS configuration support.
4884 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
4886         * MAINTAINERS: Change my email address to my new work account.
4888 2004-09-24  Michael Roth  <mroth@nessie.de>
4890         * configure.in (--without-headers): Add missing double quotes.
4891         * configure: Regenerate.
4893 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
4895         * ylwrap: Revert to previous version.
4897 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
4899         PR bootstrap/17369
4900         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4901         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4902         SET_GCC_LIB_PATH_CMD.
4903         (BASE_TARGET_EXPORTS): Likewise.
4904         * Makefile.in: Regenerated.
4906         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4907         * configure: Regenerated.
4909 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
4911         * config.guess: New upstream version
4912         * compile, depcomp, install-sh, ylwrap: Likewise.
4914 2004-09-19  Roger Sayle  <roger@eyesopen.com>
4916         * config/mh-x86omitfp: New host makefile fragment.  Add
4917         -fomit-frame-pointer to the default BOOT_CFLAGS.
4918         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4919         * configure: Regenerate.
4921 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
4923         PR target/11572
4924         * configure.in (*-*-darwin*): Renable libobjc.
4925         * configure: Regenerate.
4927 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
4929         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
4931 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
4933         * Makefile.def: Remove libbanshee.
4934         * Makefile.tpl: Ditto.
4935         * configure.in: Ditto.
4936         * Makefile.in: Regen.
4937         * configure: Ditto.
4939 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
4941         * ltmain.sh: Use $pic_object as $non_pic_object if
4942         $non_pic_object=none.
4944 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
4946         * missing: Import latest version from master repository.
4948 2004-09-06  Nick Clifton  <nickc@redhat.com>
4950         * config.sub: Import latest version from master repository.
4951         * config.guess: Likewise.
4952         This includes these changes:
4954         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
4956         * config.sub: Handle crisv32, alias etraxfs.
4957         * config.guess (crisv32:Linux:*:*): Handle.
4959         2004-08-13  Brad Smith  <brad@comstyle.com>
4961         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4962         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4964         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
4966         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4967         assume the processor is a powerpc.  This is because coreutils
4968         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4969         in this case, due to a MacOS X bug that causes
4970         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4971         to return a negative number.
4972         Problem reported by Petter Reinholdtsen in:
4973         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4975         2004-07-19  Ben Elliston  <bje@gnu.org>
4977         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4979         2004-06-24  Ben Elliston  <bje@gnu.org>
4981         * config.guess: Update copyright years.
4982         * config.sub: Likewise.
4984         2004-06-22  Robert Millan  <robertmh@gnu.org>
4986         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4987         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4989         2004-06-22  Stanley F. Quayle <stan@stanq.com>
4991         * config.guess (*:*VMS:*:*): New entry. Replaces
4992         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4993         manufacturer.
4995         2004-06-22  Ben Elliston  <bje@gnu.org>
4997         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4998         * config.sub: Likewise.
5000         2004-06-22  Ben Elliston  <bje@gnu.org>
5002         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5003         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5005         2004-06-11  Ben Elliston  <bje@gnu.org>
5007         * config.guess (pegasos:OpenBSD:*:*): Remove.
5009         2004-06-11  Ben Elliston  <bje@gnu.org>
5011         From Wouter Verhelst <wouter@grep.be>:
5012         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5014         2004-06-11  Ben Elliston  <bje@gnu.org>
5016         * config.guess (luna88k:OpenBSD:*:*): New.
5018         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
5020         * config.guess (m32r*:Linux:*:*): New case.
5021         * config.sub: Handle m32rle.
5023         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
5025         From Jens Petersen  <petersen@redhat.com>:
5026         * config.sub: Handle sparcv8.
5028         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
5030         From Tom Smith <smith@cag.lkg.hp.com>:
5031         * config.guess: Version suffixes are equally significant on Tru64
5032         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
5033         prefix of "P" (patched kernel).
5035         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
5037         * config.sub: Add support for National Semiconductor CRX target.
5039 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
5041         * MAINTAINERS (Various Maintainers): Remove myself as web page
5042         maintainer, add myself as maintainer of build status lists.
5044 2004-09-03  Jan Beulich  <jbeulich@novell.com>
5046         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5047         *-*-netware, but add target-libmudflap.
5048         Consolidate *-*-netware targets (of which really only i?86 exists)
5049         into a single entry.
5050         * configure: Likewise.
5052 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
5054         * Makefile.tpl (sorry): Remove.
5055         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5056         (cleanstrap targets): Depend on distclean, not distclean-stage1.
5057         (do-clean): Clean per-stage directories too.
5058         (do-distclean): Run distclean-stage1 too.
5059         (.NOTPARALLEL): Enable during toplevel bootstrap.
5060         (stage[+id+]-bubble): Enable parallel execution during
5061         the recursive invocation.
5062         * Makefile.in: Regenerate.
5064         Fix previous checkin:
5066         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5067         include.
5068         * configure.in: Fix indentation.
5069         * configure: Regenerate.
5071 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
5073         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5074         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5075         * configure: regenerate
5076         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5077         -mdynamic-no-pic
5079 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
5081         * Makefile.def (build_modules): Add fixincludes.
5082         (dependencies): Make gcc depend on fixincludes.
5083         * configure.in (build_tools): Add fixincludes.
5084         (build_configdirs): Always include build_libs.
5085         * Makefile.in: Regenerate.
5086         * configure: Regenerate.
5088 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
5090         * Makefile.def (bootstrap stages): Add 'lean' parameter.
5091         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5092         phony targets; do not generate timestamp files.
5093         (distclean-stageN): Remove references to their timestamp files.
5094         (restageN, touch-stageN): Remove.
5095         (stageN-bubble): Rewritten.
5096         (compare): Support lean bootstraps.
5097         * Makefile.in: Regenerate.
5099         * configure.in: Only warn when bootstrapping but
5100         build != host or build != target.  Support lean bootstraps.
5101         * configure: Regenerate.
5103 2004-08-26  Phil Edwards  <phil@codesourcery.com>
5105         * configure.in:  Give a better error message if GMP/MPFR are missing
5106         and a language needing them has been requested.
5107         * configure:  Regenerated.
5109 2004-08-25  Phil Edwards  <phil@codesourcery.com>
5111         * configure.in:  Print a list of available language front-ends if
5112         a requested one is missing.  Tidy stray tab characters.
5113         * configure:  Regenerated.
5115 2004-08-19  Michael Koch  <konqueror@gmx.de>
5117         * gcc/doc/install.texi: Update entry about automake for libjava.
5119 2004-08-17  Robert Millan  <robertmh@gnu.org>
5121         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5122         (instead of FreeBSD).
5123         * configure: Regenerate.
5125 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5127         * Makefile.in: Regenerate.
5128         * configure: Regenerate.
5130         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5131         stage_*_flags.
5132         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5133         for bootstrapped modules if toplevel bootstrap is going.
5134         (GCC bootstrap): Generate per-stage targets for all bootstrapped
5135         modules.  Adjust for changes in Makefile.def.  Enable several
5136         rules even in non-bootstrap mode, just to avoid peppering the
5137         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5138         (stage-[+prev+]-bubble): Remove.
5140         * Makefile.def (Dependencies): Depend on all-build-bison,
5141         all-build-flex, all-build-byacc, all-build-texinfo, rather
5142         than the host variations.
5143         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
5144         with BUILD_SUBDIR.
5145         (BISON): Update for recent Bisons.
5146         (YACC): Fix typo.
5147         (cross): Depend on all-build.
5148         (all): Do not depend on all-build.
5149         (prebootstrap): Remove.
5150         (dep-kind): Accept separate prefixes for MODULE and ON variables.
5151         (Prebootstrap dependencies): Add them to the per-stage targets
5152         and to all-prebootstrap.
5153         * configure.in (build_configdirs): Always enable build_tools.
5154         (BUILD_DIR_PREFIX): Remove.
5156         * Makefile.def (gcc): Add target variable.
5157         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5158         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5159         in the recursive `make', instead of hardwiring `all'.
5160         (Autogenerated TARGET-* variables): New.
5162 2004-08-13  Brian Booth  <bbooth@redhat.com>
5164         * MAINTAINERS: Remove myself from write-after-approval.
5166 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5168         * src-release: Stop distributing mmalloc with gdb (which doesn't
5169         use it).
5170         * Makefile.def: GDB doesn't depend on mmalloc anymore.
5171         * Makefile.in: Regenerate.
5173 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
5175         * configure.in (arm*-*-eabi*): New target.
5176         * configure: Regenerate.
5178 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
5180         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5181         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5182         (Dependencies): New section.
5183         * Makefile.tpl (Dependencies): Generate from Makefile.def.
5184         (configure-target-[+module+]): Depend on maybe-all-gcc
5185         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
5186         (toplevel profiledbootstrap): Fix dependencies.
5187         * Makefile.in: Regenerate.
5189 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
5191         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5192         target-libiberty to noconfigdirs.
5193         * configure: Regenerate.
5195 2004-08-03  Paul Brook  <paul@codesourcery.com>
5197         * configure.in: Check for MPFR as well as GMP.
5198         * configure: Regenerate.
5200 2004-08-01  Robert Millan  <robertmh@gnu.org>
5202         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5203         libmudflap for all GNU-based systems (with Glibc).
5204         * configure: Regenerate.
5206 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
5208         * Makefile.def (host-modules): Add gcc.
5209         * Makefile.in: Regenerate.
5210         * Makefile.tpl (sorry): New rule.
5211         (configure-host, all-host, [+make_target+]-host, do-check,
5212         install-host): Do not add gcc as a special case.
5213         (host modules): Add a small special-casing for gcc.  Export
5214         extra_make_flags through the environment.
5215         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5216         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5217         other recursive targets for gcc): Remove.
5219         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5220         (stage, unstage): New rules.
5221         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5222         distclean-stage[+id+]): Use stage_current.
5223         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5224         the stage*-start rules.
5226 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
5228         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
5229         use -all_load flag.
5231 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
5233         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
5234         * configure: Regenerate.
5236 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
5238         * maintainer-scripts/gcc_release: Revert yesterday's change.
5240 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
5242         * MAINTAINERS: Add myself to write-after-approval.
5244 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
5246         * libf2c: Removed.
5247         * gcc/gccbug.in: Updated because of libf2c removal.
5248         * maintainer-scripts/gcc_release: Ditto.
5250 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
5252         * configure.in: Build libmudflap by default on FreeBSD.
5253         * configure: Regenerated.
5255 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
5257         * configure.in: Do not build libmudflap by default on non-GNU/Linux
5258         systems.
5259         * configure: Regenerated.
5261 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5263         PR target/16344
5264         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5265         feedback based compiler.
5266         * Makefile.in: Rebuilt.
5268 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
5270         * Makefile.def (host_modules): Set bootstrap=true for flex.
5271         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5272         * Makefile.in: Rebuilt.
5274 2004-07-07  Jan Hubicka  <jh@suse.cz>
5276         * MAINTAINERS: Add self as a profile feedback maintainer.
5278 2004-07-05  Phil Edwards  <phil@codesourcery.com>
5280         * configure.in:  Do not prepend $srcdir to /dev/null in
5281         makefile fragments.
5282         * configure:  Regenerate.
5284 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
5286         * Makefile.def (build_modules): Add bison, byacc, flex,
5287         m4, texinfo.
5288         (flags_to_pass): Add FLEX.
5289         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5290         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5291         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5292         DEFAULT_MAKEINFO): Remove.
5293         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5294         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5295         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5296         objdir or else use configured tool.
5297         (all-build): New.
5298         (all): Depend on it.
5299         (Build module dependencies): Add.
5300         * Makefile.in: Regenerate.
5301         * configure.in: Better support for multiple build modules,
5302         matching what is done for host/target modules.  Do not look
5303         for "plausible" locations of build tools if Canadian cross.
5304         Use autoconf's AC_PROG_CC to find a C compiler.  Define
5305         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
5306         * configure: Regenerate.
5308 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
5310         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5311         * Makefile.in: Regenerate.
5313 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
5315         * Makefile.tpl (configure-build-[+module+],
5316         configure-[+module+], configure-target-[+module+]): Pass
5317         [+extra_configure_args+].
5318         (all-build-[+module+], all-[+module+], check-[+module+],
5319         install-[+module+], [+make_target+]-[+module+],
5320         all-target-[+module+], check-target-[+module+],
5321         install-target-[+module+], [+make_target+]-target-[+module+]):
5322         Pass [+extra_make_args+].
5323         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5324         (GCC_HOST_EXPORTS): Remove.
5325         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5326         cross, check-gcc, check-gcc-c++, install-gcc,
5327         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5328         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5329         * Makefile.in: Regenerate.
5331 2004-06-21  Matthew Sachs  <msachs@apple.com>
5333         * MAINTAINERS: Added self to write-after-approval.
5335 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
5337         * configure.in: Check for srcdir/winsup rather than build directory
5338         winsup.
5339         * configure: Regenerate.
5341 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
5343         * configure.in: Don't build Cygwin native newlib if winsup
5344         directory is missing.  Emit warning instead.
5345         * configure: Regenerate.
5347 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
5349         * Makefile.tpl (touch-stage[+id+]): New.
5350         (restage[+prev+]): Depend on touch-stage[+id+].
5352         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5353         Use it throughout.
5355         * Makefile.def: Add profile and feedback bootstrap stages.
5356         Remove next field from bootstrap stages.
5357         * Makefile.tpl (LN, LN_S): Substitute.
5358         (stageN-start, stageN-end): Use double-colon rules, to
5359         provide a hook for additional setup commands.
5360         (distclean-stageN-gcc, restageN): Create dependencies from
5361         [+prev+], not from [+next+].
5362         (stageN-bubble): Add commands for successive stages from
5363         [+prev+], using double-colon rules.
5364         (all-stageN-gcc): Fix typo.
5365         (stagefeedback-start, profiledbootstrap): New.
5366         * Makefile.in: Regenerate.
5367         * configure.in: Call ACX_PROG_LN.
5368         * configure: Regenerate.
5370 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
5372         * MAINTAINERS (Write After Approval): Add myself.
5374 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
5376         * MAINTAINERS (Write After Approval): Add myself.
5378 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
5380         * configure.in: Fix --enable-bootstrap breakage introduced in trees
5381         without gcc.
5382         * configure: Regenerate.
5384 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5386         * Makefile.tpl: Fix typo.
5387         * Makefile.in: Regenerate.
5389 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5391         * configure.in: Remove new- prefix from toplevel
5392         bootstrap targets.
5393         * configure: Regenerate.
5395 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5397         * Makefile.tpl (all.normal): Rename to all.
5398         (all): Replace with a rule to pick the default
5399         target from configure.
5400         (all-gcc, configure-gcc): Use conditionals to
5401         do nothing when toplevel bootstrap is going on.
5402         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5403         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5404         * configure.in: Support --enable-bootstrap.
5406         * Makefile.def: Remove new- prefix from toplevel
5407         bootstrap targets.
5408         * Makefile.tpl: Likewise.
5410         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
5411         target.
5413         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5414         $(RECURSE_FLAGS) to recursive invocation of make.
5416         * Makefile.in: Regenerate.
5417         * configure: Regenerate.
5419 2004-05-30  Andreas Jaeger  <aj@suse.de>
5420             Jim Wilson  <wilson@specifixinc.com>
5422         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5423         like CC.
5425 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
5427         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5428         * configure: Regenerate.
5430 2004-05-25  Daniel Jacobowitz  <drow@false.org>
5432         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5433         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5434         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
5435         targets.
5436         * Makefile.in: Regenerate.
5438 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
5440         * configure.in: Test the ability to symlink directories.
5441         * configure: Regenerate.
5443         * Makefile.def (bootstrap-stage): New definitions.
5444         * Makefile.tpl (configure-stage1-gcc,
5445         configure-stage2-gcc, configure-stage3-gcc,
5446         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5447         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5448         new-restage3, compare): Autogenerate, see Makefile.in
5449         entry for behavioral changes.
5450         (distclean-stage1, new-stage1-start, new-stage1-end,
5451         new-stage1-bubble, distclean-stage2, new-stage2-start,
5452         new-stage2-end, new-stage2-bubble, distclean-stage3,
5453         new-stage3-start, new-stage3-end): New autogenerated targets.
5454         (objext, prebootstrap, BOOT_CFLAGS,
5455         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5456         targets.
5458         * Makefile.in: Regenerate.
5459         (distclean-stage1, new-stage1-start, new-stage1-end,
5460         new-stage1-bubble, distclean-stage2, new-stage2-start,
5461         new-stage2-end, new-stage2-bubble, distclean-stage3,
5462         new-stage3-start, new-stage3-end): New targets.
5463         (all-stage1-gcc): Move prebootstrap dependency from here...
5464         (configure-stage1-gcc): ...to here.
5465         (new-bootstrap): Use bubble targets.
5466         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5467         Use per-stage distclean targets.
5468         (configure-stage1-gcc, configure-stage2-gcc,
5469         configure-stage3-gcc, all-stage1-gcc,
5470         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5471         Use new-stageN-start to prepare the tree.
5473 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
5475         * Makefile.def (host_modules): add libcpp.
5476         * Makefile.tpl: Add dependencies on and for libcpp.
5477         * Makefile.in: Regenerate.
5478         * configure.in: Add libcpp host module.
5479         * configure: Regenerate.
5481 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
5483         * Makefile.tpl: Whenever a recursive target is defined, wrap
5484         it in a special @if/@endif block, and prepare its maybe
5485         dependency in the @if/@endif block
5486         * configure.in: Instead of writing maybe dependencies, remove
5487         the @if/@endif statements, and remove the @if/@endif blocks
5488         that remain.
5489         * configure: Regenerate.
5490         * Makefile.in: Regenerate.
5492 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
5494         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
5496 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
5498         PR bootstrap/15120
5499         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
5500         * */configure: Rebuilt.
5502 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
5504         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5505         of libf2c.
5506         * configure, Makefile.in: Regenerate.
5508 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
5510         * MAINTAINERS (Write After Approval): Add myself.
5512 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
5514         Merge from tree-ssa-20020619-branch.
5516         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5517         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5518         (HOST_GMPLIBS): Define.
5519         (HOST_GMPINC): Define.
5520         (TARGET_LIB_PATH): Add libmudflap.
5521         (GFORTRAN_FOR_TARGET): Define.
5522         (configure-build*): Export GFORTRAN.
5523         (configure-gcc): Export GMPLIBS and GMPINC.
5524         (all-gcc): Add maybe-all-libbanshee.
5525         (configure-target-libgfortran): Define.
5526         * Makefile.in: Regenerate.
5527         * configure.in (host_libs): Add libbanshee.
5528         (target_libraries): Add target-libmudflap and target-libgfortran.
5529         Add --with-libbanshee.
5530         Handle --disable-libmudflap.
5531         (*-*-freebsd*): Use with_gmp.
5532         Add $(libgcj) to noconfigdirs.
5533         * configure: Regenerate.
5534         * depcomp: New file.
5535         * MAINTAINERS: Add tree-ssa maintainers.
5537 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
5539         * MAINTAINERS (Various Maintainers): Add myself.
5541 2004-04-30  Brian Ford  <ford@vss.fsi.com>
5543         * MAINTAINERS (Write After Approval): Add myself.
5545 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
5547         * MAINTAINERS (Write After Approval): Add myself.
5549 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
5551         * config/acx.m4: Fix fastcompare support for new-bootstrap.
5552         * configure: Regenerate.
5554 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
5556         Revert:
5557         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5559         * Makefile.def (flags_to_pass): Remove *dir variables that
5560         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5561         as well as prefix and exec_prefix.
5562         * Makefile.in: Regenerate.
5564 2004-04-26  Robert Millan  <robertmh@gnu.org>
5566         Add patches from libtool CVS.
5567         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5568         * ltconfig: Likewise.
5569         * ltcf-c.sh: Likewise.
5570         * ltcf-cxx.sh: Likewise.
5571         * ltcf-gcj.sh: Likewise.
5573 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5575         * Makefile.def (host_modules): Mark with the bootstrap
5576         flag packages on which gcc depends.
5577         * Makefile.tpl (all-bootstrap): Use it.
5578         * Makefile.in: Regenerate.
5580 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5582         * Makefile.def (flags_to_pass): Remove *dir variables that
5583         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5584         as well as prefix and exec_prefix.
5585         * Makefile.in: Regenerate.
5587 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5589         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5590         * configure: Regenerate.
5591         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5592         * gcc/Makefile.tpl (compare): Use the result of the test.
5593         * gcc/Makefile.in: Regenerate.
5595 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
5597         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5598         Always relocate gcc and prev-gcc to the original names, even
5599         if the build fails.
5600         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5601         New targets.
5603 2004-04-23  Laurent GUERBY <laurent@guerby.net>
5605         * MAINTAINERS: Update my email address.
5607 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5609         * configure.in (mips*-*-irix5*): Enable ld.
5610         * configure: Regenerate.
5612 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5614         * configure: Regenerate.
5616 2004-04-15  James E Wilson  <wilson@specifixinc.com>
5618         * Makefile.tpl (configure-[+module+], configure-gcc,
5619         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5620         Set and export LDFLAGS.
5621         * Makefile.in: Regenerate.
5623 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
5625         * MAINTAINERS: Add myself to write-after-approval.
5627 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5629         PR bootstrap/14871
5630         * Makefile.tpl: If we don't have built-in-tree target tools,
5631         use the ones found by configure rather than hacking around with
5632         program_transform_name.
5633         * configure.in: Give Makefile.tpl the information necessary
5634         to do that.
5635         * Makefile.in: Regenerate.
5636         * configure: Regenerate.
5638 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
5640         PR bootstrap/14760
5641         * configure.in: When computing baseargs, strip *all* copies of
5642         offending options.  Also, don't match/substitute the trailing space,
5643         so that this actually works when two similar options are separated by
5644         only one space.
5645         * configure: Regenerate.
5647 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
5649         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5650         (rs6000-*-aix*): Same.
5651         * configure: Regenerate.
5653 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
5655         * MAINTAINERS: Add myself to write-after-approval.
5657 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
5659         * MAINTAINERS: Add myself to write-after-approval.
5661 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
5663         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5664         STRICT_WARN, WARN_CFLAGS flags passed down to make.
5665         * Makefile.in: Regenerate.
5667         * configure.in (top level bootstrap support): Rework --enable-werror
5668         to set @stage2_werror_flag@.
5669         * configure: Regenerate.
5670         * Makefile.tpl (top level bootstrap support): Pass
5671         @stage2_werror_flag@ down to configure in stages 2 and 3.
5672         * Makefile.in: Regenerate.
5674 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5676         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5677         for stages 2 and 3 as well as in make.  As a consequence, remove
5678         OUTPUT_OPTION (now detected by configure) from the flags passed down
5679         to make.
5680         * Makefile.in: Regenerate.
5682         * Makefile.tpl (new-bootstrap): Fix typo.
5683         * Makefile.in: Regenerate.
5685 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
5687         * Makefile.tpl: Rearrange by moving recursive_targets rules
5688         into their proper sections.
5689         * Makefile.tpl (top level bootstrap support): Move disabling
5690         of coverage flags from 'make' to 'configure'; improve comments.
5691         * Makefile.in: Regenerate.
5693         * Makefile.tpl (experimental top level bootstrap) Move stage1
5694         language setting from all- target to configure- target; disable
5695         intermodule optimization in stage 1; prevent gratuitous rebuilds
5696         of stage 1.
5697         * Makefile.in: Regenerate.
5698         * configure.in: Comma-separate stage 1 language list for top
5699         level bootstrap.
5700         * configure: Regenerate.
5702         * Makefile.tpl: Clean up experimental top level bootstrap support:
5703         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5704         prev-gcc in configure- targets as well as all- targets.
5705         * Makefile.in: Regenerate.
5707 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
5709         * compile: New file imported from automake.
5711 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
5713         * configure.in: Remove symbolic link section.
5714         * configure: Regenerate.
5715         * Makefile.tpl (links): Remove.
5716         * Makefile.in: Regenerate.
5718 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
5719             Nathanael Nerode  <neroden@gcc.gnu.org>
5721         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
5722         Set with AC_CHECK_PROGS.
5723         * configure.in: Fix comment typo from last patch.
5724         * configure: Regenerate.
5726 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
5728         * Makefile.tpl: Introduce experimental top level bootstrap support.
5729         * Makefile.in: Regenerate.
5730         * configure.in: Introduce support for top level bootstrap.
5731         * configure: Regenerate.
5733 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5734             Paolo Bonzini  <bonzini@gnu.org>
5736         PR bootstrap/14522
5737         * configure.in: Cope with shells that do not support unquoted ^
5738         * configure: Regenerate.
5740 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5741             Paolo Bonzini  <bonzini@gnu.org>
5743         PR bootstrap/14522
5744         * configure.in: Cope with shells that do not support nesting
5745         quotes inside quoted backquote substitutions.
5746         * configure: Regenerate.
5748 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
5750         PR bootstrap/14522
5751         * configure.in: Fix escaping of $.
5752         * configure: Regenerate.
5754 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
5756         * configure: Regenerate, since I forgot to while committing Paolo's
5757         changes.
5759 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
5761         PR ada/14131
5762         Move language detection to the top level.
5763         * configure.in: Find default values for the tools as
5764         soon as possible.  Disable ada if GNAT is not found.
5765         Emit error message about missing languages.  Expand
5766         --enable-languages=all for the gcc subdirectory.
5768 2004-03-10  Ben Elliston  <bje@gnu.org>
5770         * MAINTAINERS: Update my email address.
5772 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
5774         * ltconfig: Disable building static libraries if building shared
5775         libraries on AIX 5L.
5777 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
5779         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5780         and disable libgcj.
5781         * configure: Regenerated.
5783 2004-03-01  Brian Booth  <bbooth@redhat.com>
5785         * MAINTAINERS: Add myself to write-after-approval.
5787 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
5789         * MAINTAINERS: Add myself to write-after-approval.
5791 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5793         PR bootstrap/7087
5794         * Makefile.tpl: Guard XFOO sed statements better.
5795         * Makefile.tpl: Add dependency for configure-target-libada.
5796         * Makefile.in: Regenerate (incidentally fixes broken
5797         commit when libada-branch was merged).
5799 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
5801         * MAINTAINERS: Add myself to write-after-approval.
5803 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
5805         * MAINTAINERS: Add Nicola Pero and myself as libobjc
5806         maintainers.
5808 2004-02-20  Andrew Cagney  <cagney@redhat.com>
5810         * config.guess: Update from version 2003-10-16 to 2004-02-16.
5811         * config.sub: Update from version 2003-11-03 to 2004-02-16.
5813 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5815         PR bootstrap/11932
5816         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5818 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
5820         * MAINTAINERS: Added myself to write-after-approval.
5822 2004-02-14  Michael Koch  <konqueror@gmx.de>
5824         * MAINTAINERS: Added myself to write-after-approval.
5826 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
5828         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
5829         some OS port maintainers to OS port maintainers section.
5831 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
5833         * MAINTAINERS: Add self.
5835 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
5837         * MAINTAINERS: Alphabetize.
5839 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
5841         * MAINTAINERS: Remove myself.
5843 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
5845         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5846         (rs6000-*-aix*): Same.
5847         * configure: Regenerate.
5849 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
5851         * configure.in (host): Add in missing $noconfigdirs to defines.
5852         * configure: Regenerate.
5854 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
5855             Nathanael Nerode  <neroden@gcc.gnu.org>
5857         PR ada/6637, PR ada/5911
5858         Merge with libada-branch:
5859         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5860         with appropriate dependencies. Add --enable-libada configure switch.
5861         * configure, Makefile.in: Regenerate.
5863 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
5865         * MAINTAINERS: Add myself to write-after-approval.
5867 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5869         * configure.in: Don't pass --with-stabs on IRIX 5 either.
5870         * configure: Regenerate.
5872 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
5874         Merge from upstream:
5876         * ltmain.in: When setting IFS to '~', be careful about user
5877         arguments that contain '~'.
5879         2004-02-04  Peter O'Gorman  <peter@pogma.com>
5881         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
5882         Also test $base_compile against $CC with escaped arguments. Bug
5883         reported by Geoff Keating <geoffk@apple.com>.
5885 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
5887         * MAINTAINERS: Remove i960 port.
5889 2004-01-23  DJ Delorie  <dj@redhat.com>
5891         * Makefile.def (target_modules) [libiberty]: Don't stage.
5892         * Makefile.in: Rebuilt.
5894 2004-01-20  Caroline Tice  <ctice@apple.com>
5896         * MAINTAINERS: Add myself to write-after-approval.
5898 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
5900         * MAINTAINERS: Update my email address.
5902 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
5904         * MAINTAINERS: Add myself to write-after-approval.
5906 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5908         * MAINTAINERS: Remove entries without email address.
5910 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
5912         * MAINTAINERS: Add myself to write-after-approval.
5914 2004-01-15  Steven Bosscher  <stevenb@suse.de>
5916         * MAINTAINERS: Update my email address.
5918 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
5920         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5921         * Makefile.tpl (configure-target-[+module+]): Support stage.
5922         * Makefile.in: Rebuilt.
5924 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
5926         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
5928 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
5930         * MAINTAINERS: Add myself as a MIPS maintainer.
5932 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5934         * configure.in: Use ./config.cache, not config.cache.
5935         * configure: Regenerate.
5936         * Makefile.tpl: Special-casing not needed for GCC any more.
5937         * Makefile.in: Regenerate.
5939         * configure.in: Don't share a cache file for host dirs.
5940         * configure: Regenerate.
5942         * config-ml.in: Don't mess with the cache file.
5944 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5946         * MAINTAINERS: Move myself from 'Write After Approval' to
5947         'CPU Port Maintainers' section as SPARC maintainer.
5949 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5951         * Makefile.tpl: Make GCC use a separate config.cache.
5952         * Makefile.in: Regenerate.
5954         PR bootstrap/11932, PR bootstrap/11933
5955         (I don't know if it will fix either of them, but it relates
5956         to them.)
5957         * configure.in: Don't use shared config.cache for target
5958         directories.
5959         * configure: Regenerate.
5961 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
5963         * MAINTAINERS: Add myself to 'Write After Approval' section.
5965 2003-12-31  Roger Sayle  <roger@eyesopen.com>
5967         * configure.in (ia64*-*-hpux*): Disable building java libraries.
5968         * configure: Regenerated.
5970 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
5972         * MAINTAINERS: Remove the mn10200 maintainer.
5974 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
5976         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5977         * configure: Regenerated.
5979 2003-12-16  Jan Hubicka  <jh@suse.cz>
5981         * MAINTAINERS: Add myself as callgraph maintainer.
5983 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
5985         * configure.in (raw_libstdcxx_flags): Remove the leading space.
5986         * configure: Regenerate.
5988 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5990         * MAINTAINERS: Move myself from 'Bug database only accounts' to
5991         'Write After Approval' section. Update email.
5993 2003-12-01  James Lemke  <jim@wasabisystems.com>
5995         * MAINTAINERS (Write After Approval): Add myself.
5997 2003-11-20  Matt Thomas  <matt@3am-software.com>
5999         * MAINTAINERS: Add myself as a vax port maintainer.
6001 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
6003         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6004         (configure-build-[+module+], configure-[+module+]): Likewise.
6005         (configure-target-[+module+], configure-gcc, config.status): Likewise.
6006         * Makefile.in: Regenerate.
6008 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
6010         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
6011         shared/dylibed libraries.
6012         * ltmain.sh: Likewise.
6013         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
6014         * ltcf-cxx.sh: Likewise.
6015         * ltcf-gcj.sh: Likewise.
6016         * ltconfig: Likewise.
6018 2003-11-17  Stan Cox  <scox@redhat.com>
6020         * MAINTAINERS: Add myself as iq2000 port maintainer.
6022 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
6024         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6025         * Makefile.in: Regenerate.
6027 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
6029         * config.sub: Update to 2003-11-03 version.
6031 2003-10-20  Phil Edwards  <phil@codesourcery.com>
6033         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
6034         * configure:  Regenerate.
6036 2003-10-20  Nicolas Pitre  <nico@cam.org>
6038         * MAINTAINERS: Add myself to 'Write After Approval' section.
6040 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
6042         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
6044 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
6046         * MAINTAINERS: Update my email address.
6048 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6050         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
6052 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
6054         * MAINTAINERS: Add myself to 'Write After Approval' section.
6056 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
6058         * config.guess: Update to 2003-10-16 version.
6059         * config.sub: Update to 2003-10-16 version.
6061 2003-10-15  David Daney  <ddaney@avtrex.com>
6063         * MAINTAINERS: Added myself to 'Write After Approval' section.
6065 2003-10-15  Falk Hueffner  <falk@debian.org>
6067         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6068         'Write After Approval' section. Update email.
6070 2003-10-14  Roger Sayle  <roger@eyesopen.com>
6072         * MAINTAINERS: Move myself from 'Write After Approval' to
6073         'Various Maintainers' section as middle-end maintainer.
6075 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6077         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6078         HOST_FLAGS_TO_PASS.
6079         * Makefile.in: Regenerate.
6081 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
6083         * config.guess: Update to 2003-10-07 version.
6084         * config.sub: Update to 2003-10-07 version.
6086 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6088         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
6089         * ltconfig (irix5*, irix6*): Don't override version_type.
6091 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
6093         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6094         * configure: Rebuilt
6095         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6096         * Makefile.in: Rebuilt
6098 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
6100         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6102 2003-09-30  Carlo Wood  <carlo@alinoe.com>
6104         * MAINTAINERS (Write After Approval): Add myself.
6106 2003-09-29  Paul Koning  <ni1d@arrl.net>
6108         * MAINTAINERS: Move myself from "Write After Approval"
6109         to CPU platform maintainers for pdp11 platform.
6111 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
6113         * MAINTAINERS: Move myself from 'Write After Approval' to
6114         'Various Maintainers' section as libffi testsuite maintainer.
6116 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
6118         * configure.in: Pass a computed --program-transform-name
6119         to subconfigures.
6120         * configure: Regenerated.
6122 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6124         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6125         * Makefile.in: Regenerate.
6127         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6128         * Makefile.in: Regenerate.
6130 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
6132         * MAINTAINERS: Move myself from 'Write After Approval'
6133         to 'Various Maintainers' (objective-c) section.
6135 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
6137         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6138         quoting.
6139         * configure: Regenerated.
6141 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
6143         * MAINTAINERS (Write After Approval): Add myself to write after
6144         approval list.
6146 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
6148         * MAINTAINERS (Write After Approval): Add myself.
6150 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
6152         * MAINTAINERS: Update my e-mail address.
6154 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
6156         * libtool.m4 (LD): Correct powerpc64 host match.
6158 2003-09-06  James E Wilson  <wilson@tuliptree.org>
6160         * MAINTAINTERS: Update my affiliation and email address.
6162 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6164         * MAINTAINERS (Write After Approval): Add myself.
6166 2003-09-04  DJ Delorie  <dj@redhat.com>
6168         * configure: Regenerate.
6170 2003-09-04  Robert Millan  <robertmh@gnu.org>
6172         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6174 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6176         * configure.in: Ensure arguments to sed are properly spaced.
6177         * configure: Regenerate.
6179 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
6181         * MAINTAINERS: Update my e-mail address.
6183 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
6185         * MAINTAINERS (Write After Approval): Add myself.
6187 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
6189         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6190         * configure: Regenerated.
6192 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6194         * MAINTAINERS: Update my email address.
6196 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
6198         * configure.in:  Use newline instead of semicolon when assuming
6199         shell arguments in a for loop.
6200         * configure:  Regenerated.
6202 2003-08-22  Jason Eckhardt  <jle@rice.edu>
6204         * MAINTAINERS: Resurrect the i860 maintainer.
6206 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
6208         PR 8180
6209         * configure.in: When testing with_libs and with_headers, treat
6210         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
6211         * configure: Regenerate.
6213         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6214         make, shell, etc.
6215         (baseargs): Likewise.
6216         * configure: Regenerate.
6218 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
6220         * MAINTAINERS (Write After Approval): Add myself.
6222 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
6224         * configure.in: Disable libgcj for darwin not on powerpc.
6225         * configure: Rebuild.
6227 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
6229         * config-ml.in, symlink-tree: Add license.
6231 2003-08-03  Richard Stallman  <rms@gnu.org>
6232             Eben Moglen  <moglen@columbia.edu>
6234         * README.SCO: New file.
6236 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
6238         * Makefile.tpl (check, check-c++): Express dependencies using
6239         dependencies rather than commands.
6240         * Makefile.in: Regenerate.
6242 2003-08-01  Andrew Cagney  <cagney@redhat.com>
6244         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6245         * configure: Ditto.
6247 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
6249         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6250         * Makefile.in: Update.
6252 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
6254         * configure.in: Enable libgcj for darwin.
6255         * configure: Rebuild.
6257 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
6259         * config-ml.in:  Use ac_configure_args directly instead of
6260         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
6261         actually seen.
6263 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6265         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6266         creating target and build subdirs to build all parent dirs as needed.
6267         * Makefile.in: Rebuild.
6268         * configure.in: Don't build dirs explicitly here.
6269         * configure: Rebuild.
6271 2003-07-26  Paul Brook  <paul@nowt.org>
6273         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
6275 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
6277         * Makefile.tpl (all-make): Depend on intl.
6278         * Makefile.in: Rebuilt.
6280 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
6282         * install-sh:  Update to newer upstream versions (associated with
6283         aclocal 1.7).
6284         * mkinstalldirs:  Likewise.
6285         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
6287 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
6289         * MAINTAINERS: Move self from Bug database only accounts
6290         to write-after-approval.
6292 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
6294         * config.if: Remove unused libc_interface determination.
6296 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6298         * MAINTAINERS: Move self from write-after-approval to
6299         build machinery (*.in).
6301 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6303         PR bootstrap/11273
6304         PR bootstrap/11408
6305         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
6306         unused INSTALL_PROGRAM_ARGS.
6307         * configure.in: Use AC_PROG_INSTALL.
6308         * Makefile.in: Regenerate.
6309         * configure: Regenerate.
6311 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
6313         * MAINTAINERS: Alphabetize.
6315 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
6317         * configure: Rebuilt.
6318         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
6319         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6320         newlib nor libgloss.
6321         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
6322         * configure.in (am33_2.0-*-linux*): Added.
6324 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
6326         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6327         * configure: Regenerate.
6329 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
6331         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
6332         * Makefile.in: Regenerate.
6334 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6336         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
6337         * Makefile.in: Regenerate.
6339 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
6341         * Makefile.tpl: Replace PWD with PWD_COMMAND.
6342         * Makefile.in: Regenerated.
6344         * config-ml.in: Replace PWD with PWD_COMMAND.
6346 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6348         * intl: New directory; see intl/ChangeLog for details.
6349         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
6350         * Makefile.tpl: all-gcc depends on maybe-all-intl.
6351         * Makefile.in: Regenerate.
6353 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6355         * configure.in: Clean up config-lang.in handling.  Delete
6356         useless assignment to "subdirs".
6357         * configure: Regenerate.
6359 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
6361         * configure.in: Rename 'target_libs' to 'target_libraries'.
6362         Remove useless reference to 'target_libs'.
6363         * configure: Regenerate.
6365 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
6367         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6368         * Makefile.in: Regenerate.
6370 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6372         * Makefile.def: Introduce flags_to_pass.
6373         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6374         * Makefile.in: Regenerate.
6376 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
6378         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6379         and target-libgloss.
6380         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6381         <h8300*-*-*>: Disable libf2c and ${libgcj}.
6382         * configure: Regenerate.
6384 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
6386         * configure.in: Update testsuite_flags to new location.
6387         * configure. Regenerate.
6389 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6391         * Makefile.tpl: Remove BUILD_CC stuff.
6392         * Makefile.in: Regenerate.
6394 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
6396         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
6398 2003-06-16  Graeme Peterson  <gp@qnx.com>
6400         * MAINTAINERS (Write After Approval): Add myself.
6402 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
6404         * config.guess: Update to 2003-06-12 version.
6405         * config.sub: Update to 2003-06-13 version.
6407 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
6409         * config.guess: Update to 2003-06-06 version.
6410         * config.sub: Update to 2003-06-06 version.
6412 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6414         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6415         * configure. Regenerate.
6417 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6419         * configure.in: Disable serial configure by default.
6420         * configure: Regenerate.
6421         * Makefile.tpl: Abolish .NOTPARALLEL.
6422         * Makefile.in: Regenerate.
6424         * Makefile.tpl: Replace {build,host,target}_canonical by
6425         {build,host,target}.
6426         * Makefile.in: Regenerate.
6428         * Makefile.tpl: Fix stupid pasto.
6429         * Makefile.in: Regenerate.
6431 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6433         * Makefile.tpl: Remove bogus conditional.
6434         * Makefile.in: Regenerate.
6436 2003-06-05  Jan Hubicka  <jh@suse.cz>
6438         * Makefile.tpl (profiledbootstrap): New target.
6439         * Makefile.in (profiledbootstrap): New target.
6441 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
6443         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
6444         Pinski. Remove user names from other bugzilla-only maintainers.
6446 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6448         * Makefile.tpl: Make 'recursive targets' using autogen rather
6449         than shell loop.  Remove duplicate 'clean' targets and false
6450         comments.
6451         * Makefile.def: Add systematic dependencies to 'recursive' targets.
6452         Add systematic method of specifying missing targets in subdirs.
6453         Add copyright boilerplate.
6454         * Makefile.in: Regenerate.
6455         * configure.in: Add 'recursive targets' to maybe list.
6456         * configure: Regenerate.
6458         * MAINTAINERS: "GNATS only" -> "Bug database only".
6460         * Makefile.tpl: Rename [+target+] to [+make_target+].
6461         * Makefile.def: Rename 'target' to 'make_target'.
6463 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
6465         * MAINTAINERS: Add self as options handling maintainer.
6467 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
6469         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
6470         been too long since I touched those ports.
6472 2003-05-28  DJ Delorie  <dj@redhat.com>
6474         * Makefile.tpl: Make maybe-check-gcc .PHONY.
6475         * Makefile.in: Regenerate.
6477 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
6479         * configure.in: Use curly braces in the definition of tooldir.
6480         * configure: Regenerate.
6482 2003-05-21  DJ Delorie  <dj@redhat.com>
6484         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6485         newlib or libgloss.
6486         * Makefile.in: Regenerate.
6488 2003-05-21  DJ Delorie  <dj@redhat.com>
6490         * Makefile.tpl: Add missing empty maybe-check-gcc target.
6491         * Makefile.in: Regenerate.
6493 2003-05-20  Ian Lance Taylor  <ian@airs.com>
6495         * MAINTAINERS: Update my e-mail address.
6497 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6499         * configure.in: Switch more things to use maybe dependencies.
6500         * Makefile.tpl: Switch more things to use maybe dependencies.
6501         Factor out common code from autogen IF statements.
6502         * configure: Regenerate.
6503         * Makefile.in: Regenerate.
6505 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
6507         * configure.in: Accept i[3456789]86 for machine type.
6508         * configure: Regenerate.
6510 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6512         * configure.in: Switch more things to use maybe dependencies.
6513         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
6514         * configure: Regenerate.
6515         * Makefile.tpl: Switch more things to use maybe dependencies.
6516         * Makefile.in: Regenerate.
6518 2003-05-16  Andreas Schwab  <schwab@suse.de>
6520         * Makefile.tpl (install-opcodes): Define.
6521         * Makefile.in: Rebuild.
6523 2003-05-13  Andreas Jaeger  <aj@suse.de>
6525         * config.guess: Update to 2003-05-09 version.
6526         * config.sub: Update to 2003-05-09 version.
6528 2003-05-13  Michael Eager  <eager@mvista.com>
6530         * configure.in: Correct sed script so that options in quotes are not
6531         deleted.
6532         * configure: Rebuild.
6534 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
6536         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6537         and $$s/newlib/libc/sys/cygwin32 include paths.
6538         * configure: Ditto.
6540 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
6542         * MAINTAINERS: Update my email addresses.
6544 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
6546         * config-ml.in: Propagate INSTALL variables.
6548 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6550         * MAINTAINERS: Remove duplicate entries in Write After Approval.
6552 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
6554         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6555         * Makefile.in: Regenerate.
6557 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
6559         * MAINTAINERS (GNATS only): Add Falk Hueffner.
6561 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
6563         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
6565 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
6567         * Makefile.tpl: Clean $(BUILD_SUBDIR).
6568         * Makefile.in: Regenerated.
6570 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
6572         * MAINTAINERS (Write After Approval): Upgrade myself from
6573         GNATS only to write-after-approval. Update my mail address.
6575 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
6577         (OS Port Maintainers: freebsd): Add myself.
6579 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
6581         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
6583 2003-04-22  Kean Johnston  <jkj@sco.com>
6585         * MAINTAINERS (SCO ports): Added myself.
6587 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
6589         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
6591 2003-04-19  Kean Johnston  <jkj@sco.com>
6593         * MAINTAINERS (Write After Approval): Add myself.
6595 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6597         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6598         * Makefile.in: Regenerate.
6600 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
6602         * configure.in (powerpc64*-*-linux*): Remove.
6603         * configure: Rebuilt.
6605 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
6607         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
6608         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6609         and restrap.
6610         * Makefile.in:  Regenerate.
6612 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
6614         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6615         * configure: Regenerated.
6617 2003-04-15  DJ Delorie  <dj@redhat.com>
6619         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
6621 2003-04-13  Nick Clifton  <nickc@redhat.com>
6623         * config-ml.in: Remove support for --disable-aix removing
6624         call-aix multilibs.
6626 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
6628         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6629         * */configure: Rebuilt.
6631 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
6633         * MAINTAINERS: Add my email address.
6635 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
6637         * MAINTAINERS (Write After Approval): Add myself.
6639 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6641         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6642         * Makefile.in: Regenerate.
6644 2003-03-14  Michael Chastain  <mec@shout.net>
6646         * Makefile.in: Regenerate with correct Makefile.def.
6648 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6650         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
6651         Make macro.
6652         * Makefile.in: Regenerate.
6653         * configure.in: Clean up gxx_include_dir logic.
6654         * configure: Regenerate.
6656 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
6658         * MAINTAINERS (Write After Approval): Add myself.
6660 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
6662         * MAINTAINERS: Update my mail address.
6664 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6666         * configure.in (gxx_include_dir): Fix typo.
6667         * configure: Regenerated.
6669 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6671         * Makefile.tpl: Reindent.
6672         * Makefile.in: Regenerate.
6673         * configure.in: Reindent.  Don't set unused variables.
6674         * configure: Regenerate.
6676 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
6678         * configure.in: Include $(build_tooldir)/sys-include in
6679         FLAGS_FOR_TARGET.
6680         * configure: Regenerated.
6682 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6684         * Makefile.tpl: Always pass down RANLIB.
6685         * Makefile.in: Regenerate.
6687         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6688         * Makefile.in: Regenerate.
6689         * configure.in: Remove unused logic relating to --enable-shared
6690         and --enable-threads.  Remove bogus comments.  Remove redundant
6691         noconfigdirs.
6692         * configure: Regenerate.
6694         * configure.in: Replace ${libstdcxx_version} by its value.
6695         Remove reference to mh-dgux.
6696         * configure: Regenerate.
6698 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
6700         * MAINTAINERS (Write After Approval): Add myself.
6702 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6704         * Makefile.tpl: Rearrange.
6705         * Makefile.in: Regenerate.
6707 2003-02-25  Uwe Stieber  <uwe@wwws.de>
6709         * configure.in: Add support for kaOS as cross build target system.
6710         * configure: Regenerated.
6712 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
6714         * MAINTAINERS (Write after approval): Add myself.
6716 2003-02-21  James E Wilson  <wilson@tuliptree.org>
6718         * MAINTAINERS: Update my email address.
6720 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
6722         * MAINTAINERS: Add self to blanket write privs. section.
6724 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
6726         * Makefile.tpl: Add definition of CPPFLAGS to pass into
6727         configure-target-* as some target builds may require additional
6728         flags for preprocessor tests.
6729         * Makefile.in: Regenerated.
6731 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
6733         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6734         * ltconfig: Handle it.
6735         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6736         auto-detecting it.
6738         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6739         it is used as argument to $CC.
6740         * ltcf-gcj.sh: Likewise.
6742         * configure.in: Introduce --enable-maintainer-mode.
6743         * configure: Rebuilt.
6744         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6745         for maintainer mode.
6746         * Makefile.in: Rebuilt.
6748 2003-02-18  Jason Merrill  <jason@redhat.com>
6750         * Makefile.tpl (check-c++): Allow parallelism.
6752 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6754         * MAINTAINERS: Remove John Carr (who never actually had access to
6755         gcc.gnu.org).
6757 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
6759         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6760         don't configure target-libobjc.
6761         * configure: Regenerate.
6763 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6765         * Makefile.tpl (RANLIB): Define.
6766         * Makefile.in: Regenerate.
6768 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
6770         * MAINTAINERS: Update my email.
6772 2003-02-06  Keith R Seitz  <keiths@redhat.com>
6774         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6775         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6776         * Makefile.in: Regenerated.
6777         * configure.in: Remove all traces of snavigator, db, and grep.
6778         * configure: Regenerated.
6780 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6782         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
6783         After Approval.
6785 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6787         * MAINTAINERS (Write after approval): Add myself.
6789 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
6791         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6792         * Makefile.in: Regenerated.
6794 2003-01-30  Roger Sayle  <roger@eyesopen.com>
6796         * config.guess: Updated to 2003-01-30's version.
6797         * config.sub: Updated to 2003-01-28's version.
6799 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
6801         * config.if: If gcc_version is already set, just use it.  Don't set
6802         gcc_version_trigger if it's already set, otherwise set it to
6803         gcc/version.c, but only if the file exists.  If it is not set and
6804         gcc/version.c does not exist, try to extract the version number from
6805         $CC.
6807 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
6809         * MAINTAINERS: Add myself to write-after-approval list.
6811 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
6813         * configure.in:  Revert 24Jan change.
6814         * configure:  Regenerate.
6816 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6818         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
6819         entry of HJ Lu.
6821 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6823         * configure.in: Revert previous change.
6824         * configure: Regenerate.
6826 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6828         * configure.in: Make rda native-only.
6829         * configure: Regenerate.
6831 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6833         * MAINTAINERS: Move myself from GNATS-only-accounts to
6834         write-after-approval.
6836 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6838         * configure.in: Add missing \.
6839         * configure: Rebuilt.
6841 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
6843         * configure.in (baseargs): Avoid using \| in sed regular
6844         expressions.
6845         * configure: Rebuilt.
6847 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
6849         * configure.in (baseargs): Remove all supported forms of
6850         --cache-file, --srcdir, --host, --build and --target options
6851         from argument lists.
6852         * configure: Rebuilt.
6854 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
6856         * MAINTAINERS: Add myself to write-after-approval list.
6858 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
6860         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6861         * configure: Rebuilt.
6863 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6865         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6866         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6867         * Makefile.in: Regenerate.
6868         * configure: Regenerate.
6870 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
6872         * configure.in: Remove Makefile in build, host and target modules
6873         unless configure was run with --no-recursion.
6874         * configure: Rebuilt.
6876 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6878         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6879         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6880         * Makefile.in: Regenerate.
6882 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
6884         * config.guess: Update to 2003-01-03 version.
6885         * config.sub: Update to 2003-01-03 version.
6887 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6889         * configure: Regenerate with proper autoconf 2.13.
6891 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6893         * configure.in: Add AC_PREREQ for consistency.
6894         * configure: Regenerate.
6896 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
6898         * configure.in (GDB_TK): Add tcl directories conditional on
6899         gdb/gdbtk directory being present.
6900         * configure: Regenerate.
6902 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
6904         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
6905         used by gcc if LD is not defined and we are not doing a Canadian Cross.
6906         * configure: Rebuilt.
6908 2002-12-31  Tom Tromey  <tromey@redhat.com>
6910         * Makefile.in: Rebuilt.
6911         * Makefile.def (target_modules) [libffi]: Allow installation.
6913 2002-12-31  Andreas Schwab  <schwab@suse.de>
6915         * configure.in: Fix use of $program_transform_name.
6916         * configure: Regenerated.
6918 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
6920         * configure.in (baseargs): Don't remove first configure argument.
6921         * configure: Regenerated.
6923 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
6925         * Makefile.tpl (local-distclean): Don't remove...
6926         (multilib.ts): ... this.  Moved into...
6927         (multilib.out): ... this.  Don't use sub-make.
6928         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6929         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6930         (configure-build-[+module+], configure-[+module+],
6931         configure-target-[+module+], configure-gcc): ... these.  Test
6932         for Makefile existence.  Drop config.status from dependencies.
6933         * Makefile.in: Rebuilt.
6934         * configure.in: Move gcc-version-trigger to the end of
6935         ac_configure_args.  Add comments to maybedep.tmp and
6936         serdep.tmp.  Introduce --disable-serial-configure.  Remove
6937         nonopt from baseargs, matching and removing corresponding
6938         whitespace while at it.
6939         * configure: Rebuilt.
6941 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
6943         * configure.in (host_configargs): Replace reference to
6944         no-longer-defined buildopts with --build=${build_alias}.
6945         * configure: Rebuilt.
6947         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
6948         program_transform_name to standard idiom.
6949         (AUTOGEN, AUTOCONF): Define.
6950         (Makefile.in): Use $(AUTOGEN).
6951         (Makefile): Depend on config.status, and use autoconf-style rule to
6952         build it.  Move original commands to...
6953         (config.status): ... this new target.
6954         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
6955         $(AUTOCONF).
6956         * Makefile.in: Rebuilt.
6958 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6960         * Makefile.tpl: Fix dramatic bustage due to change in
6961         program_transform_name.
6962         * Makefile.in: Regenerate.
6964         * configure.in: Remove unnecessary PATH setting.
6965         * configure: Regnerate.
6967         * configure.in: Don't default to unprefixed tools unless
6968         the native tools will work.
6969         * configure: Regenerate.
6971         * configure.in: Convert to autoconf script.  Blow away lots
6972         of now-redundant Makefile fragments.
6973         * configure: Generate using Autoconf.
6974         * Makefile.tpl: Rewrite to reflect autoconfiscation.
6975         * Makefile.in: Regenerate.
6977 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6979         * configure: Fix stupid bug where RANLIB was mistakenly included.
6981         * configure.in: Rename (buildargs, hostargs, targargs) to
6982         (build_configargs, host_configargs, target_configargs).
6984         * configure.in: Move logic out of sed statement.
6986         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
6987         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6989 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
6991         * config.sub: Import from master repository
6992         * config.guess: Ditto
6994 2002-12-24  Andreas Schwab  <schwab@suse.de>
6996         * Makefile.tpl (multilib.out): Fix missing space.
6997         * Makefile.in: Regenerate.
6999 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7001         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
7002         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
7003         * Makefile.in: Regenerate.
7004         * configure.in: Remove unnecessary leftovers.
7006 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
7008         * configure.in (extra_ranlibflags_for_target): New variable.
7009         (*-*-darwin): Add -c to ranlib commands.
7010         * configure (tooldir): Handle extra_ranlibflags_for_target.
7012 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7014         * Makefile.tpl: Revert HJL's change.
7015         * Makefile.in: Regenerated.
7016         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7017         always.
7019 2002-12-19  Andreas Schwab  <schwab@suse.de>
7021         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7022         * Makefile.in: Regenerate.
7024 2002-12-18  H.J. Lu  <hjl@gnu.org>
7026         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7027         * Makefile.in: Regenerated.
7029         * configure.in (build_prefix): New. Substitute.
7031 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7033         * Makefile.tpl: Don't let real targets depend on phony targets.
7034         * Makefile.in: Regenerate.
7036         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7037         * Makefile.in: Regenerate.
7039 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
7041         * config.sub: Import from master repository
7042         * config.guess: Ditto
7044 2002-12-16  Jason Merrill  <jason@redhat.com>
7046         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7047         previous 'make bootstrap'.
7048         * Makefile.in: Regenerate.
7050 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
7052         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7054 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7056         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7057         * Makefile.in: Regenerate.
7059 2002-12-13  Jason Merrill  <jason@redhat.com>
7061         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
7062         library tests.
7063         (check-c++): Just depend on it and check-target-libstdc++-v3.
7064         * Makefile.in: Regenerate.
7066 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7068         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7069         * Makefile.in: Rebuilt.
7071 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7073         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
7075 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7077         * configure: Fix bug put in by gremlins.
7079         * Makefile.tpl: Substitute more autoconfily.
7080         * configure: Substitute more autoconfily.
7081         * Makefile.in: Regenerate.
7083 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
7085         * config.sub: Import from master repository
7086         * config.guess: Ditto
7087         * MAINTAINERS: Added Svein Seldal under write after approval
7089 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
7091         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7092         * Makefile.in (all-sim): Ditto.
7094 2002-12-06  DJ Delorie  <dj@redhat.com>
7096         * Makefile.tpl: Change configure dependencies to not have real
7097         targets depend on phony targets.
7099 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
7101         * configure.in: Revert unintentional change.
7103         * Makefile.tpl: Change dependency for */multilib.out so that
7104         it works when gcc isn't in the tree.
7106         * configure.in: Substitute more.
7107         * configure: Run subconfigures from the Makefile.
7108         * Makefile.tpl: Run subconfigures from the Makefile; add a few
7109         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
7111 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7113         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
7115 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7117         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7118         and corresponding dependencies.
7119         * Makefile.in: Regenerate.
7121         * configure.in (host_tools): Order binutils, gas and ld for
7122         convenience in running the testsuites.
7124         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7125         * Makefile.in: Regenerate.
7126         * configure.in: Introduce rules to serialize subconfigure runs.
7128         * configure.in: Introduce BASE_CC_FOR_TARGET.
7129         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
7130         Realize configure-build-* targets.  Realize configure-target-* targets.
7131         * Makefile.in: Regenerate.
7133 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7135         * configure: Move gcc_version_trigger stuff from here...
7136         * configure.in: ...to here.
7138         * configure.in: Separate subconfigure options added by this file from
7139         options given by the user.  Add machinery to put args for host
7140         subconfigures into the Makefile.
7142         * Makefile.tpl: Remove 'vault' targets.
7143         * Makefile.tpl: Reorder and comment dependencies.
7144         * Makefile.in: Regenerate.
7146 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7147         * configure.in: Fix my broken commit of previous patch. (sigh)
7149 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7151         * configure.in: Move host-specific darwin noconfigdirs into
7152         the host-specific section.
7154 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7156         * configure.in: Move host-specific darwin noconfigdirs into
7157         the host-specific section.
7159 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7161         * configure: Remove skip-this-dir support.
7162         * Makefile.tpl: Remove skip-this-dir support.
7164         * Makefile.tpl: Remove leftover support for non-autoconfiscated
7165         subdirectories.
7166         * Makefile.in: Regenerate.
7168         * Makefile.tpl: Strip out useless setting of 'dir'.
7169         * Makefile.in: Regenerate.
7171 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7173         * configure.in: Fix deeply stupid bug.
7175         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7176         shell code in CXX_FOR_TARGET
7177         * Makefile.def: Introduce raw_cxx.
7178         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7179         RAW_CXX_FOR_TARGET.
7180         * Makefile.in: Regenerate.
7182 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
7184         * Makefile.tpl: Remove unnecessary ifs.
7185         * Makefile.in: Regenerate.
7187         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
7188         dependencies.  Maybe-ize build-libiberty.  Create dummy install
7189         targets for 'no_install' modules.
7190         * configure: Move GDB_TK substitution to configure.in.  Move
7191         build_modules stuff to configure.in.
7192         * configure.in: Implement soft dependency machinery.  Maybe-ize
7193         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
7194         * Makefile.in: Regenerate.
7196 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7198         * Makefile.tpl: Make all-target, install-target behave similarly
7199         to all, install (only hitting configured targets).  Eliminate
7200         unused macro defintions.
7202         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7203         build != host.
7205         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7207         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7209         * configure.in: Produce lists of subdir targets we're actually
7210         configuring.  Remove references to "dosrel".
7211         * Makefile.tpl: Let configure set which subdir targets are hit.
7212         Remove install-cross; clean up install; remove ALL.  Remove
7213         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
7214         Autogenerate host module targets.  Remove empty dependency lines
7215         and redundant dependency; rearrange slightly.
7216         * Makefile.def: Add host-side libtermcap, utils.
7218         * Makefile.in: Regenerate.
7220 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7222         * ltconfig (osf[345]): Append $major to soname_spec.
7223         Reflect this in library_names_spec.
7224         * ltmain.sh (osf): Prefix $major with . for use as extension.
7226 2002-11-19  Andreas Jaeger  <aj@suse.de>
7228         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
7229         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
7230         and sparc64 GNU/Linux systems.
7232 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
7234         * MAINTAINERS: Update email.
7236 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7238         * MAINTAINERS: Complete James Dennett's entry.
7240 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
7242         * MAINTAINERS (Write After Approval): Add myself.
7244 2002-11-13  Bruce Korb  <bkorb@gnu.org>
7246         * Makefile.tpl: syntactic cleanup
7248 2002-11-13  Stuart Hastings  <stuart@apple.com>
7250         * MAINTAINERS: Add myself to write-after-approval list.
7252 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7254         * Makefile.def: Add list of recursive targets to autogenerate.
7255         Add build_modules.
7256         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
7257         targets.  Autogenerate *-build-* targets.
7258         * Makefile.in: Regenerate.
7260 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7262         * configure: More autoconf-style substitutions.
7263         * Makefile.tpl: More autoconf-style substitutions.
7264         * Makefile.in: Regenerate.
7266 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7268         * configure: Substitute more variables in a more autoconf-friendly
7269         way.  Simplify slightly.
7270         * Makefile.tpl: Make more variables substitutable in an
7271         autoconf-friendly way.
7272         * Makefile.in: Regenerate.
7274 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
7276         * MAINTAINERS (Write After Approval): Add myself.
7278 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7280         * configure.in (v810*): Remove special setting of tools.
7282         * configure: Add support for extra required flags for ar or nm.
7283         * configure.in (aix4.3+): Use above support for target-specific
7284         issues, rather than using config/mt-aix43.
7286 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7288         * configure: Remove 'removing', which doesn't work.  Replace $subdir
7289         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
7290         with $srcdir.  Reformat indentation.  Substitute some variables
7291         formerly hard-coded in the Makefile for build=host.
7292         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7293         * Makefile.def: Autogenerate more.
7294         * Makefile.in: Regenerate.
7296 2002-11-04  Adam Nemet  <anemet@lnxw.com>
7298         * MAINTAINERS (Write After Approval): Add myself.
7300 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
7302         * Makefile.def (host_modules): Add rda.
7303         * Makefile.in: Regenerate.
7304         * configure.in (target_tool): Add target-rda to list.
7306 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7308         * MAINTAINERS: Remove "co-maintainer" note for web pages.
7310 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
7312         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
7313         and restrap targets to this rule.
7314         * Makefile.in:  Regenerate.
7316 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7318         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
7319         GNATS only accounts.
7321 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
7323         * configure.in (i[3456]86-*-linux*): Add check to disable
7324         ${libgcj} for glibc1.
7326 2002-10-24  Denis Chertykov  <denisc@overta.ru>
7328         * MAINTAINERS: Add myself as ip2k port maintainer.
7330 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
7332         * configure.in: Add tic4x target.
7334 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7336         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7337         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7338         * Makefile.in: Regenerate.
7340         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7341         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7342         * Makefile.in: Regenerate.
7344 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
7346         * MAINTAINERS: Add myself as web pages co-maintainer.
7348 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7350         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7351         * Makefile.in: Regenerate.
7353 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
7355         * MAINTAINERS: Add myself and Nathan Sidwell
7356         <nathan@codesourcery.com> as VxWorks maintainers.
7358 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7360         * Makefile.def: Remove order dependency comments.
7361         * Makefile.tpl: Add explicit install-install dependencies.
7362         * Makefile.in: Regenerate.
7364         * Makefile.tpl: Remove material now in src-release.  (Finally!)
7365         * Makefile.in: Regenerate.
7367         * Makefile.tpl: Add configure-target (for src-release in src)
7368         * Makefile.in: Regenerate.
7370 2002-09-30  Nick Clifton  <nickc@redhat.com>
7372         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7374 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
7376         * configure.in (s390*-*-linux*): Enable libgcj.
7378 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
7380         * configure: Revert accidentally applied changes.
7382         * Makefile.tpl: Make more autoconf-friendly.
7383         * Makefile.in: Regenerate.
7384         * configure: Make substitution more autoconf-like.
7386 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
7388         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7389         single entry to handle all these.
7390         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
7391         libjava on arm-*-elf.
7393 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
7395         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7396         things that depend on them.
7398 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7400         * Makefile.tpl: Make subsituted variables more autoconfy.
7401         * Makefile.in: Regenerate.
7402         * configure: Make seds more autoconfy.
7404 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7406         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7407         * Makefile.in: Regenerate.
7408         * configure.in: Rewrite sed statements to look autoconfy.
7410         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7411         all-target-foo on configure-target-foo.
7412         * Makefile.def: Ditto.
7413         * Makefile.in: Rebuild.
7415 2002-09-25  Andrew Haley  <aph@redhat.com>
7417         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
7419 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7421         * Makefile.def: New file.
7422         * Makefile.tpl: New file.
7423         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7424         * contrib/gcc_update: Note that Makefile.in is a generated file.
7426         * configure.in: Minor rearrangement.  Simplify tests.
7428 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
7430         * configure.in (with_headers): Skip copy if value is "yes".
7431         (with_libs): Likewise.
7433 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7435         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7436         * configure.in (sh*-*-pe*): Ditto.
7437         * configure.in (mips*-*-pe*): Ditto.
7438         * configure.in (*arm-wince-pe): Ditto.
7440         * configure.in: Rearrange.
7442 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
7444         * MAINTAINERS: Update my email address.
7446 2002-08-30  Paul Koning  <pkoning@equallogic.com>
7448         * MAINTAINERS: (Write After Approval): Add myself.
7450 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
7452         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
7454 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
7456         * MAINTAINERS: Change my mailing address.
7458 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
7460         * MAINTAINERS (Write After Approval): Remove myself.
7461         (Various Maintainers: c++ runtime libs): Add myself.
7463 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
7465         * MAINTAINERS (Write After Approval): Remove myself.
7466         (Various Maintainers: c++ runtime libs): Add myself.
7468 2002-08-15  Eric Christopher  <echristo@redhat.com>
7470         * config.sub: Import from master repository.
7471         * config.guess: Ditto.
7473 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
7475         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7476         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7477         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7479 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
7481         * MAINTAINERS: Add self to rs6000 vector extensions.
7483 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
7485         * libiberty/configure: Reverted unintended yesterday's check in.
7487 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
7489         * boehm-gc/configure, libf2c/configure: Rebuilt.
7490         * libffi/configure, libiberty/configure: Ditto.
7491         * libjava/configure, libobjc/configure: Ditto.
7492         * libstdc++-v3/configure, zlib/configure: Ditto.
7493         Merged from binutils:
7494         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
7495         From Steve Ellcey <sje@cup.hp.com>:
7496         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7497         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7498         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7499         IA64.
7500         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7501         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7502         soname_spec, sys_lib_search_path_spec): Ditto.
7504 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
7506         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7508 2002-08-04  H.J. Lu  (hjl@gnu.org)
7510         * configure.in (mips*-*-linux*): Don't skip target-libffi.
7512 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
7514         * MAINTAINERS (Write After Approval): Add myself.
7516 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
7518         * configure.in: Move generic linux case to end.  Copy generic
7519         linux noconfigdirs to mips*-*-linux* entry and new
7520         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
7522 2002-07-19  Michael Matz  <matz@suse.de>
7524         * MAINTAINERS: Add myself as ra* maintainer.
7526 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
7528         * config.guess: Update to 2002-07-09 version.
7529         * config.sub: Update to 2002-07-03 version.
7531 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
7533         * MAINTAINERS: Fix typo in a maintainer email address.
7535 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7537         * configure.in: Remove two redundant tests.
7539 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7541         * configure.in (mips*-*-irix6*o32): Enable stabs.
7543 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
7545         * configure.in: Don't build grez.
7546         * Makefile.in: Ditto.
7548         * Makefile.in: Remove references to bsp, cygmon, libstub.
7549         * configure.in: Ditto.
7551         * configure.in: Remove leftover reference to gdbtest.
7553 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
7555         * configure.in (gxx_include_dir):  Change to match versioned
7556         C++ headers if --enable-version-specific-runtime-libs is used.
7558 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
7560         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7562 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7564         * configure.in: Make --without-x work.
7566 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7568         * configure.in: Rearrange target Makefile fragment collection.
7570         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7571         cvs[src].
7572         * configure.in: Ditto.
7574 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
7576         * MAINTAINERS (Write After Approval): Update my e-mail address.
7578 2002-06-24  Ben Elliston  <bje@redhat.com>
7580         * configure.in (host_tools): Remove cgen.
7582         * Makefile.in (all-cgen): Remove; runs from its source directory.
7583         (check-cgen, install-cgen, clean-cgen): Likewise.
7584         (all-opcodes): Do not depend on all-cgen.
7585         (all-sim): Likewise.
7587 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7589         * Makefile.in: Eliminate 'apache' targets.
7590         * configure.in: Eliminate 'apache' targets.
7592         * configure.in: Eliminate redundant tests.  Reorganize.
7594         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7596         * config-ml.in: Eliminate references to Cygnus configure.
7598         * Makefile.in: Eliminate references to building emacs.
7600 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
7602         * MAINTAINERS: Update my email address.
7604 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
7606         * config.if (libstdcxx_incdir): Version C++ headers.
7607         (cxx_incdir): Remove.
7609 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7611         * MAINTAINERS (Write After Approval): Add self.
7613 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
7615         * configure.in: Add support for ip2k.
7617 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
7619         * configure.in: Fix AIX configury bug.
7621 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
7623         * MAINTAINERS (Write After Approval): Add self.
7625 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7627         * configure.in: replace ${topsrcdir} with ${srcdir}
7629         * configure.in: Move definition of libstdcxx_flags
7630         right above usage, rather than waaay earlier.
7632         * configure.in: Pull definition of is_cross_compiler earlier.
7634         * configure.in: Rearrange a little.
7636         * configure.in: Remove references to librx.
7637         * Makefile.in: Remove references to librx.
7639 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
7641         * config.sub: Add support for avr target.
7642         Import from master sources, rev 1.255
7644 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
7646         * configure, .cvsignore:  Revert previous change...
7647         * Makefile:  ...delete.
7649 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7651         * configure.in: Eliminate ${gasdir} variable.
7653 2002-06-18  Dave Brolley  <brolley@redhat.com>
7655         * configure.in: Add support for frv.
7656         * config.sub: Add support for frv.
7658 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7660         * configure:  Remove garbage from previous commit.
7662 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7664         * configure:  For in-source builds, make a subdir and re-exec there.
7665         * Makefile:  New file.  Pass targets through to build directory.
7666         * .cvsignore:  No longer ignore "Makefile".
7668 2002-06-16  Douglas Rupp  <rupp@gnat.com>
7670         * MAINTAINERS (Write After Approval): Add self.
7672 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7674         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7676 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
7678         * configure.in (vax-*-netbsd*): Re-enable gas.
7680 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
7682         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7683         BUILD_PREFIX_1, to correct nomenclature.
7684         * configure: Likewise.
7686         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7687         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7689 2002-05-31  Olaf Hering  <olh@suse.de>
7691         * config-ml.in: Propogate DESTDIR also.
7693 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
7695         * configure.in (vax-*-netbsd*): Don't build gas for this
7696         platform.
7698 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7700         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7701         and libgcj for AVR.
7703 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
7705         * MAINTAINERS (Write After Approval): Add myself.
7707 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
7709         * config.guess: Update to 2002-05-22 version.
7710         * config.sub: Likewise.
7712 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7714         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7715         * config-ml.in: Likewise.
7716         * configure: Likewise.
7717         * configure.in: Likewise.
7719 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
7721         * MAINTAINERS: Update my email address.
7723 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
7725         * configure.in: Simplify makefile fragment collection.
7727         * configure.in: Remove code to build emacs.
7729         * configure.in : Remove --srcdir argument from targargs and buildargs
7730         (it's always overridden in the Makefile anyway).  Rearrange a bit.
7732         * configure: Move some logic to configure.in.
7733         * configure.in: Move some logic from configure.
7735 2002-05-11  Tom Tromey  <tromey@redhat.com>
7737         * MAINTAINERS: Reflect libgcj reality.
7739 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
7741         * Makefile.in: Honour DESTDIR.
7743 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
7745         * config.guess: Import 2002-03-20 version.
7746         * config.sub: Import 2002-04-26 version.
7748 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7750         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
7752 2002-05-07  Tim Josling  <tej@melbpc.org.au>
7754         * MAINTAINERS: Add self.
7756 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
7758         * ltmain.sh: Detect and handle object name conflicts
7759         while piecewise linking a static library.
7761 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
7763         * configure.in (noconfigdirs): Don't disable libgcj on
7764         sparc64-*-solaris* and sparcv9-*-solaris*.
7766 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
7768         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7770 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
7772         * configure.in (FLAGS_FOR_TARGET): Do not add
7773         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7774         on i[3456]86-*-linux*.
7776 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
7778         * configure.in (noconfigdirs): Replace [ ] with test.
7780         * configure.in (noconfigdirs): Do not add target-newlib if
7781         target == i[3456]86-*-linux*, and host == target.
7783 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
7785         * configure.in: delete reference to absent file
7787         * configure.in: replace '[' with 'test'
7789         * configure.in: Eliminate references to gash.
7790         * Makefile.in: Eliminate references to gash.
7792         * configure.in: remove useless references to 'pic' makefile fragments.
7794         * configure.in: (*-*-windows*) Finish removing.
7796         * configure.in: Eliminate redundant test for libgui.
7798 2002-04-29  Roger Sayle  <roger@eyesopen.com>
7800         * MAINTAINERS: Add self and realphabetize.  Update entries
7801         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
7802         entry for a29k port maintainer.
7804 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
7806         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7807         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7809 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
7811         * configure.in: remove references to dead files
7813 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
7815         * MAINTAINERS: Add information about purpose of this file.
7817 2002-04-18  Tom Tromey  <tromey@redhat.com>
7819         * configure.in: Disallow configuring libgcj when it is already
7820         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
7821         Solaris 2.8 by default.  For PR libgcj/6158.
7823 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7825         * configure.in:  Move default CC setting out of config/mh-* fragments
7826         directly into here.
7828 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7830         * configure.in: don't even try to configure or make a subdirectory
7831         if there's no configure script for it.
7833 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
7835         * MAINTAINERS: Remove chill maintainers.
7836         * Makefile.in (CHILLFLAGS): Remove.
7837         (CHILL_LIB): Remove.
7838         (TARGET_CONFIGDIRS): Remove libchill.
7839         (CHILL_FOR_TARGET): Remove.
7840         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7841         CHILL_LIB.
7842         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7843         (CHECK_TARGET_MODULES): Likewise.
7844         (INSTALL_TARGET_MODULES): Likewise.
7845         (CLEAN_TARGET_MODULES): Likewise.
7846         (configure-target-libchill): Remove.
7847         (all-target-libchill): Remove.
7848         * configure.in (target_libs): Remove target-libchill.
7849         Do not compute CHILL_FOR_TARGET.
7850         * libchill: Remove directory.
7852 2002-04-11  DJ Delorie  <dj@redhat.com>
7854         * Makefile.in, configure.in: Sync with binutils, entries
7855         follow...
7857 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7859         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
7860         (do-tar, do-bz2): New rules.
7861         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
7862         (gdb-tar): New rule.
7863         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
7864         (insight_dejagnu.tar): New rule.
7865         (insight.tar): New rule.
7866         (gdb+dejagnu.tar): New rule.
7867         (gdb.tar): New rule.
7869 2002-02-01  Mo DeJong  <supermo@bayarea.net>
7871         * Makefile.in: Add all-tix to deps for all-snavigator
7872         so that tix is built when building snavigator.
7874 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
7876         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7877         ld and gdb are not supported.
7879 2002-01-07  Mark Salter  <msalter@redhat.com>
7881         * configure.in: Remove target-bsp and target-cygmon from arm builds.
7882         Allow target-libgloss to be built for arm, strongarm, and xscale.
7884 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
7886         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7887         options for i[3456]86-pc-linux* native builds.
7889 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
7891         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7892         files from .po files for a distribution.
7894 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
7896         * configure.in: Enable libstdc++-v3 for h8300 targets.
7898 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
7900         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
7901         version from bfd/.
7903 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
7905         * Makefile.in (VER): When present, extract the version number from
7906         the file version.in.
7908 2001-05-24  Tom Rix  <trix@redhat.com>
7910         * configure.in : enable ld for aix
7912 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7914         * config.guess: Add linux target for S/390.
7916 2000-11-07  Philip Blundell  <pb@futuretv.com>
7918         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7920 2000-11-03  Philip Blundell  <pb@futuretv.com>
7922         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7923         files.
7925 2001-01-15  Ben Elliston  <bje@redhat.com>
7927         * configure.in (host_tools): Add sid.
7928         Always configure cgen.
7930 2000-11-24  Nick Clifton  <nickc@redhat.com>
7932         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
7935 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
7937         * Makefile.in (ALL_MODULES): Add all-cgen.
7938         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7939         (all-cgen): New target.
7940         (all-opcodes,all-sim): Depend on all-cgen.
7941         * configure.in (host_tools): Add cgen.
7942         Only configure cgen if --enable-cgen-maint.
7944 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
7946         * configure.in: Add *-*-freebsd* configurations.
7948 2002-04-08  Tom Tromey  <tromey@redhat.com>
7950         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7951         Fixes PR libgcj/6068.
7953 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
7955         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7957 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7959         * configure.in (alpha*-dec-osf*): Enable libgcj.
7961 2003-03-27  Matthew Gingell  <gingell@gnat.com>
7963         * MAINTAINERS (Write After Approval): Add myself.
7965 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
7967         Fix for: PR bootstrap/3591, target/5676
7968         * configure.in (mcore-pe): Disable the configuration of
7969         libstdc++-v3 since exceptions are not supported.
7971 2002-03-20  Anthony Green  <green@redhat.com>
7973         * configure.in: Enable libgcj for xscale-elf target.
7975 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
7977         * MAINTAINERS:  Update my email address.
7979 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
7981         * ltmain.sh (relink_command): Fix typo in previous change.
7983 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
7985         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
7986         (relink_command): Added --tag flags.
7987         (mode=install): If relinking fails; error out.
7989 2002-03-12  Richard Henderson  <rth@redhat.com>
7991         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
7992         .NOTPARALLEL tag.
7993         (do-check): Rename from check.
7994         (check): Allow parallel check.
7996 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
7998         * MAINTAINERS: Add myself as maintainer for xtensa port.
7999         Fix alphabetical order in CPU port maintainer list.
8000         Remove myself from Write After Approval list.
8002 2002-03-11  Richard Henderson  <rth@redhat.com>
8004         * Makefile.in (.NOTPARALLEL): Add fake tag.
8006 2002-03-07  H.J. Lu  (hjl@gnu.org)
8008         * configure.in: Enable gprof for mips*-*-linux*.
8010 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
8012         * MAINTAINERS (Write After Approval): Add myself.
8014 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
8016         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8017         libjava.
8018         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8020 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
8022         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8023         because its Makefile is there; test for the executable instead.
8025 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
8027         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8028         libstdc++-v3 and libjava.
8030 2002-02-11  Adam Megacz  <adam@xwt.org>
8032         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8033         boehm-gc
8035 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
8037         * config.guess: Updated to 2002-01-30's version.
8038         * config.sub: Updated to 2002-02-01's version.
8039         Contribute sh64-elf.
8040         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
8041         * configure.in: Added sh64-*-*.
8043 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
8045         * MAINTAINERS: Belatedly add myself to write after approval list.
8047 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
8049         * MAINTAINERS: Put self in as maintainer for x86-64 port.
8050         Remove self as Write After Approval.
8052 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
8054         * MAINTAINERS: Put self in as maintainer for contrib/regression
8055         directory.
8057 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
8059         * MAINTAINERS:  Update my email address.
8061 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
8063         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
8064         target-libiberty, and target-libgloss.  Skip Java-related
8065         libraries if not supported for NetBSD on target CPU.
8067 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
8069         * install-sh: Use _inst.$$_ for temp file name.
8071 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
8073         * MAINTAINERS (Write After Approval): Move my contact info
8074         from here...
8075         (OS Port Maintainers): ...to here (netbsd).
8077 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
8079         * MAINTAINERS (Write After Approval): Add myself.
8081 2002-01-17  H.J. Lu  <hjl@gnu.org>
8083         * Makefile.in (all-fastjar): Also depend on all-libiberty.
8084         (all-target-fastjar): Also depend on all-target-libiberty.
8086 2002-01-16  H.J. Lu  (hjl@gnu.org)
8088         * config.guess: Import from master sources, rev 1.225.
8089         * config.sub: Import from master sources, rev 1.238.
8091 2002-01-16  Kazu Hirata  <kazu@hxi.com>
8093         * MAINTAINERS (Write After Approval): Remove myself.
8095 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
8097         * MAINTAINERS (Write After Approval): Add myself.
8099 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8101         * MAINTAINERS: Add self as docs co-maintainer.
8103 2001-12-11  Matthias Klose  <doko@debian.org>
8105         * MAINTAINERS (Write After Approval): Add myself.
8107 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
8109         * MAINTAINERS: Update my email address.
8111 2001-12-07  Turly O'Connor  <turly@apple.com>
8112         * MAINTAINERS (Write After Approval): Add myself.
8113         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
8114         (rs6000_initialize_trampoline): Call __trampoline_setup for
8115         ABI_DARWIN too.
8116         * darwin-tramp.asm: New file, implements __trampoline_setup.
8117         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
8119 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
8121         * MAINTAINERS (Write After Approval): Add myself.
8123 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
8125         * configure, configure.in: Use temp file for long sed commands.
8127 2001-12-03  Laurent Guerby  <guerby@acm.org>
8129         * config.sub: Update to version 1.232 on subversion.
8131 2001-12-03  Ben Elliston  <bje@redhat.com>
8133         * MAINTAINERS: Update mail address for config.* patches.
8135 2001-11-27  DJ Delorie  <dj@redhat.com>
8136             Zack Weinberg  <zack@codesourcery.com>
8138         When build != host, create libiberty for the build machine.
8140         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8141         CONFIG_ARGUMENTS.
8142         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8143         New variables.
8144         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8145         and rules.
8146         (all.normal): Depend on ALL_BUILD_MODULES.
8147         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8148         (all-build-libiberty): Depend on configure-build-libiberty.
8150         * configure: Calculate and substitute proper value for
8151         ALL_BUILD_MODULES.
8152         * configure.in: Create the build subdirectory.
8153         Calculate and substitute TARGET_CONFIGARGS (formerly
8154         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8156 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
8158         * MAINTAINERS (write-after-approval): Add self.
8160 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8162         * MAINTAINERS (GNATS only accounts): Remove self.
8164 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
8166         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8167         libf2c.
8169 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8171         * MAINTAINERS (Write After Approval): Add self.
8173 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8175         * MAINTAINERS: mips and s390 are also CPU ports.
8177 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8179         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
8181 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
8183         * MAINTAINERS: Alphabetize.
8185 2001-11-09  Kazu Hirata  <kazu@hxi.com>
8187         * MAINTAINERS (Various maintainers: h8 port): Add myself.
8189 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8191         * MAINTAINERS (Various maintainers: hppa port): Added myself.
8193 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
8195         * configure.in (--enable-languages): Be more permissive about
8196         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
8198 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
8200         * config.sub: Import from master sources, rev. 1.230.
8201         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
8203 2001-11-07  Laurent Guerby  <guerby@acm.org>
8205         * MAINTAINERS (Write After Approval): Add self.
8207 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
8209         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8211 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
8213         * config.sub: Import from master sources, rev 1.226.
8214         * config.guess: Import from master sources, rev 1.216.
8216 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
8218         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8219         * MAINTAINERS: Add self as maintainer of MMIX port.
8220         Remove old after-approval entry.
8222 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
8224         * ChangeLog, configure: Fix spelling errors.
8226 2001-10-20  Brendan Kehoe  <brendan@zen.org>
8228         * MAINTAINERS: Tweak my address.
8230 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
8232         * MAINTAINERS: Update my email address.
8234 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
8236         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8237         * MAINTAINERS: Add self as maintainer of CRIS port.
8239 2001-10-10  Geert Bosch  <bosch@gnat.com>
8241         * MAINTAINERS (Various maintainers: Ada front end):
8242         Added Robert Dewar.
8244 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
8246         * MAINTAINERS (Write After Approval): Added self
8248 2001-10-02  Geert Bosch  <bosch@gnat.com>
8250         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
8252 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
8254         * configure: Handle temporary files securely using mkdir.
8256 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
8258         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8260 2001-09-26  Will Cohen  <wcohen@redhat.com>
8262         * configure.in (*-*-linux*): Disable configuration of target-newlib
8263         and target-libgloss.
8265 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
8267         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8268         RANLIB.
8270 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
8272         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8273         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8274         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8275         avoid quotes nesting problems.
8276         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8277         (DO_X): Export only variables that are set.
8279 2001-09-19  Ben Elliston  <bje@redhat.com>
8281         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8282         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8283         semantics.  Use the shell built-in "type" command instead.
8285 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
8287         Merged from gcc-3_0-branch:
8288         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
8289         * ltcf-c.sh: Use $objext, not $ac_objext.
8290         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
8291         * ltcf-cxx.sh: Add support for GNU.
8292         2001-07-22  Timothy Wall  <twall@redhat.com>
8293         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
8294         default settings if using GNU tools with that configuration.
8295         * ltcf-cxx.sh: Ditto.
8296         * ltcf-gcj.sh: Ditto.
8297         2001-07-21  Michael Chastain  <chastain@redhat.com>
8298         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8299         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
8300         * ltmain.sh: Mark as gcc-local.
8302 2001-08-30  Eric Christopher  <echristo@redhat.com>
8303             Jason Eckhardt  <jle@redhat.com>
8305         * config.guess: Merge from master sources.
8306         * config.sub: Merge from master sources, add support for mipsisa32.
8308 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
8309         * config.sub: Merge from master sources, rev 1.219.
8310         * MAINTAINERS: Add self as contact for stormy16 port.
8312 2001-08-14  Zack Weinberg  <zackw@panix.com>
8314         * config.sub: Merge from master sources, rev 1.218.
8315         * config.guess: Merge from master sources, rev 1.209.
8317 2001-08-11  Graham Stott  <grahams@redhat.com>
8319         * Makefile.in (check-c++): Add missing semicolon.
8321 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
8323         * MAINTAINERS (Various maitainers: predict.def): Added myself.
8325 2001-07-30  Eric Christopher  <echristo@redhat.com>
8327         * MAINTAINERS (Various maintainers: mips port): Added myself.
8329 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
8331         * configure.in (sh-*-linux*): New.
8333 2001-07-27  Richard Henderson  <rth@redhat.com>
8335         * .cvsignore: Add LAST_UPDATED.
8337 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
8339         * MAINTAINERS (Various maintainers: s390 port): Added myself.
8341 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
8343         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
8345 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
8347         * MAINTAINERS (Write After Approval): Added myself.
8349 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8351         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8352         and libgcj on m68hc11/m68hc12.
8354 2001-06-27  H.J. Lu  (hjl@gnu.org)
8356         * Makefile (CFLAGS_FOR_BUILD): New.
8357         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8359 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8361         * README: Remove version number.
8363 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8365         * INSTALL/README: Update wrt. to the installation instructions now
8366         residing in gcc/doc/install.texi.
8368 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8370         * README: Replace with a cut-down and updated version of gcc/README.
8372 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
8374         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
8375         multilibs to be disabled.
8377 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
8379         * MAINTAINERS (Write After Approval): Add myself.
8381 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
8383         * config.guess: Import CVS version 1.195.
8384         * config.sub: Import CVS version 1.212.
8386 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
8388         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8389         gcc/xgcc is built, use -print-prog-name to find out the program
8390         name to use.
8392 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
8394         * config.guess:  Import CVS version 1.194.  All gcc-local changes
8395         appear to also be in the master copy.
8396         * config.sub:  Import CVS version 1.211.
8398 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
8400         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8401         with_gcc]: Use `gcc -shared' to build a shared library.
8403 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8405         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8406         archives.
8408 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8410         * MAINTAINERS (Write After Approval): Add myself.
8412 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
8414         * configure.in (libstdcxx_flags): Do not try to execute
8415         libstdc++-v3/testsuite_flags until it exists.
8417 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
8419         * MAINTAINERS: Update my email address.
8421 2001-05-31  Graham Stott  <grahams@redhat.com>
8423         * MAINTAINERS (Write After Approval): Add myself.
8425 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
8427         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
8428         libraries when using g++ with native linker.
8430 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
8432         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8434 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
8436         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8437         [aix4*|aix5*]: Prepend blank.
8439 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
8441         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8442         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
8443         of subdir/configure scripts to use the new libtool.m4.
8445 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
8447         * MAINTAINERS (Write After Approval): Add myself.
8449 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
8451         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8453 2001-05-11  Ben Elliston  <bje@redhat.com>
8455         * Makefile.in (all-sid): New target.
8456         (check-sid, clean-sid, install-sid): Likewise.
8458 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
8460         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8462 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8464         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8465         libgcj.
8467 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8469         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8470         gcc/xgcc is built, use -print-prog-name to find out the program
8471         name to use.
8473 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
8475         * configure.in (noconfigdirs): Don't reset it from scratch in the
8476         target case; only append to it.
8478         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8479         sparc-*-solaris2.8]: Disable ${libgcj}.
8481 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
8483         * configure.in (libgcj_saved): Copy from $libgcj.
8484         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8485         --disable-libgcj.
8487 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
8489         * MAINTAINERS: Remove self as MIPS maintainer and
8490         C front end maintainer.
8492 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
8494         * configure.in: Move *-chorusos target case to the proper switch.
8495         Disable libgcj.
8497 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8499         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8500         1.641.2.228.
8502 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8504         * Makefile.in (STAGE1_CFLAGS): Pass down.
8506 2001-04-13  Alan Modra  <amodra@one.net.au>
8508         * config.guess: Add hppa64-linux support.  Note for next import that
8509         this is already in the master file.
8510         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
8512 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8514         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8515         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8517 2001-04-11  Stan Shebs  <shebs@apple.com>
8519         * MAINTAINERS: Add self as Darwin port maintainer.
8521 2001-04-11  Alan Modra  <amodra@one.net.au>
8523         * MAINTAINERS: Update my email address.
8525 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
8527         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8528         recent versions of FreeBSD (release 3 or later).
8529         * ltconfig: On FreeBSD, -lc must not be provided when building
8530         a shared library or else the standard -pthread gcc option is
8531         rendered worthless to later users of the built library.
8533 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
8535         * MAINTAINERS: Add self and RTH as C front end maintainers.
8537 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
8539         * config.sub: Make sure to match an already-canonicalized
8540         machine name (eg. mn10300-unknown-elf).
8542 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
8544         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8545         New macros.
8546         (bootstrap, cross): Use RECURSE_FLAGS.
8547         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8549 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
8551         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8553 2001-03-22  Colin Howell  <chowell@redhat.com>
8555         * Makefile.in (DO_X): Do not backslash single-quotes in
8556         backquotes (two places).
8558 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8560         Re-installed:
8561         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8562         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8563         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8564         * ltcf-cxx.sh: Likewise.
8565         * ltcf-gcj.sh: Likewise.
8567 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8569         * MAINTAINERS: Add myself as "documentation co-maintainer".
8571 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8573         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8574         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8576 2001-03-19  Tom Tromey  <tromey@redhat.com>
8578         * config-ml.in: Handle GCJ and GCJFLAGS.
8580 2001-03-21  Michael Chastain  <chastain@redhat.com>
8582         * Makefile.in: all-m4 depends on all-texinfo.
8584 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
8586         * MAINTAINERS: Add myself to write after approval list.
8588 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
8590         * Makefile.in (DO_X): Quote nested quotes.
8592 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
8594         * MAINTAINERS: Add myself to write after approval list.
8596 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
8598         * Makefile.in (DO_X): Use double quotes for quoting
8599         "RANLIB=$${RANLIB}".
8601 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
8603         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
8605 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
8607         * configure.in: Only use `lang_requires' for languages athat are
8608         actually enabled.
8610 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
8612         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
8614 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
8616         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8618 2001-03-07  Tom Tromey  <tromey@redhat.com>
8620         * configure.in: Allow config-lang.in to set `lang_requires' to list
8621         of other required languages.
8623 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
8625         * Makefile.in: Remove RANLIB definition. Use RANLIB
8626         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8627         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8629 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
8630             Alexandre Oliva  <aoliva@redhat.com>
8632         * Makefile.in (check-c++): Use tabs, not spaces.
8634 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
8636         * MAINTAINERS: add myself to Write After Approval list.
8638 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
8640         * Makefile.in (check-c++): New rule.
8642         * configure.in (target_libs): Remove libg++.
8643         (noconfigdirs): Remove libg++.
8644         (noconfigdirs): Same.
8645         (noconfigdirs): Same.
8646         (noconfigdirs): Same.
8648         * config-ml.in: Remove libg++ references.
8650         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8651         (ALL_TARGET_MODULES): Same.
8652         (configure-target-libg++): Remove.
8653         (all-target-libg++): Remove.
8654         (configure-target-libio): Remove.
8655         (all-target-libio): Remove.
8656         (check-target-libio): Remove.
8657         (.PHONY): Remove.
8658         (libg++.tar.bz2): Remove.
8659         (all-target-cygmon): Remove libio.
8660         (all-target-libstdc++): Remove.
8661         (configure-target-libstdc++): Remove.
8662         (TARGET_LIB_PATH): Remove libstdc++.
8663         (ALL_GCC_CXX): Remove libstdc++.
8664         (all-target-gperf): Correct.
8666 2001-02-16  Nick Clifton  <nickc@redhat.com>
8668         * configure.in (noconfigdirs): Allow configuration of texinfo
8669         for Cygwin hosts.
8671 2001-02-15  Anthony Green  <green@redhat.com>
8673         * configure: Introduce GCJ_FOR_TARGET.
8674         * configure.in: Ditto.
8675         * Makefile.in: Ditto.
8677 2001-02-13  Andreas Schwab  <schwab@suse.de>
8679         * MAINTAINERS: Update mail address.
8681 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8683         * config.guess: Add linux target for S/390.
8684         * config.sub: Likewise.
8686 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
8688         * configure.in: for *-chorusos, don't config target-newlib and
8689         target-libgloss.
8691 2001-02-06  Ben Elliston  <bje@redhat.com>
8693         * configure: Output host type to stdout, not stderr.
8695 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
8697         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
8698         * ltcf-cxx.sh: Likewise.
8700         * config.if: Assume enable_libstdcxx_v3 is defined.
8702 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
8704         Remove V2 C++ library.
8705         * configure.in: Remove --enable-libstdcxx_v3 support.
8707 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
8709         * include/demangle.h: Add prototype for java_demangle_v3.
8711 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
8713         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
8715 2001-01-27  Richard Henderson  <rth@redhat.com>
8717         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8719 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8721         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8722         Don't unset, it's non-portable and no longer necessary, set to empty
8723         instead.
8725 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8727         * ltconfig: Shell portability fix for the tagname validity check.
8729 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
8731         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8732         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8734 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8736         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8738 2001-01-26  Tom Tromey  <tromey@redhat.com>
8740         * configure.in: Allow libgcj to be built on Sparc Solaris.
8742 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
8744         * ltcf-c.sh: Add aix5 case.
8745         * ltcf-cxx.sh: Likewise.
8746         * ltconfig: Likewise.
8748 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
8750         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8751         keep at least one of build_libtool_libs or build_old_libs set to
8752         yes.
8754         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8755         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8757 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
8759         * configure.in: Enable libgcj on several additional platforms.
8761 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
8763         * configure.in: Enable libgcj for linux targets.
8765 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8767         * MAINTAINERS (Write After Approval): Add myself.
8769 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8771         * MAINTAINERS: Add myself as vax port maintainer.
8773 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
8775         * MAINTAINERS: Add myself as Mercury front-end maintainer.
8777 2001-01-09  Mike Stump  <mrs@wrs.com>
8779         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8780         failures of subdirectories.
8782 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8784         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8785         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8786         * ltcf-cxx.sh: Likewise.
8787         * ltcf-gcj.sh: Likewise.
8788         * ltconfig.sh: Fix typo.
8790 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8792         * configure: handle DOS-style absolute paths.
8794 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8796         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8798 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
8800         * MAINTAINERS: Add myself as avr port co-maintainer.
8802 2000-12-28  Ben Elliston  <bje@redhat.com>
8804         * MAINTAINERS: Add myself under ``Write After Approval''.
8806 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
8808         * texinfo: Remove directory from GCC.
8810 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8812         * COPYING: Update to current
8813         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
8814         to 19yy as example year in copyright notice).
8816 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
8818         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8819         (libstdcxx_incdir): Pass down.
8820         * config.if: Remove expired bits for cxx_interface, add stub.
8821         (libstdcxx_incdir): Add variable for g++ include directory.
8822         * configure.in (gxx_include_dir): Use it.
8824 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
8826         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
8827         with old-email address from ``Write After Approval''.
8829 2000-12-15  Andreas Jaeger  <aj@suse.de>
8831         * configure.in: Handle lang_dirs.
8833 2000-12-14  Tom Tromey  <tromey@redhat.com>
8835         * MAINTAINERS: Removed brads.
8837         * MAINTAINERS: Added gcj developers.
8839 2000-12-13  Anthony Green  <green@redhat.com>
8841         * configure.in: Disable libgcj for any target not specifically
8842         listed.  Disable libgcj for x86 and Alpha Linux until compatible
8843         with g++ abi.
8845 2000-12-13  Mike Stump  <mrs@wrs.com>
8847         * Makefile.in (local-distclean): Also remove fastjar.
8849 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
8851         * contrib/gcc_update: Add fastjar --touch entries.
8853 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
8855         * configure.in: Disable language-specific target libraries for
8856         languages that aren't enabled.
8858 2000-12-10  Anthony Green  <green@redhat.com>
8860         * configure.in: Define libgcj.  Disable libgcj target libraries for
8861         most targets.
8863 2000-12-10  Neil Booth  <neilb@earthling.net>
8865         * MAINTAINERS: Update mail address, remove from WAA list.
8867 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8869         * libjava: Imported from /cvs/java.
8870         * libffi: Likewise.
8871         * Boehm-gc: Likewise.
8873 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8875         * configure.in (target_libs): Revert 2000-12-08 patch.
8876         (noconfigdirs): Added target-libjava.
8878 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8880         * djunpack.bat: removed.
8882 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8884         * Makefile.in: handle DOS-style absolute paths.
8885         * config-ml.in: likewise.
8886         * symlink-tree: likewise.
8888 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8890         * fastjar: Imported.
8892 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8894         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8895         libjava.
8896         * configure.in (target_libs): Removed `target-libjava'.
8898 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8900         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8901         (ALL_MODULES): Added fastjar.
8902         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8903         (all-target-libjava): all-fastjar replaces all-zip.
8904         (all-fastjar): Added.
8905         (configure-target-fastjar, all-target-fastjar): Likewise.
8906         * configure.in (host_tools): Added fastjar.
8908 2000-12-07  Mike Stump  <mrs@wrs.com>
8910         * Makefile.in (local-distclean): Remove leftover built files.
8912 2000-11-24  Nick Clifton  <nickc@redhat.com>
8914         * configure.in (xscale-elf): Add target.
8915         (xscale-coff): Add target.
8917 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
8919         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8920         recent versions of FreeBSD (release 3 or later).
8921         * ltconfig: On FreeBSD, -lc must not be provided when building
8922         a shared library or else the standard -pthread gcc option is
8923         rendered worthless to later users of the built library.
8925 2000-11-16  Fred Fish  <fnf@be.com>
8927         * configure.in (enable_libstdcxx_v3): Fix typo,
8928         libstd++ -> libstdc++.
8930 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8932         * MAINTAINERS: Add self to Write After Approval list.
8934 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
8936         * MAINTAINERS: Update my email address.  Add myself to global write
8937         privs list.
8939 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
8941         * Makefile.in: Merge with src and libgcj.
8942         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
8943         configure-target-<library> when their configure scripts need the C
8944         or C++ library to have already been built to work properly.
8945         (do_proto_toplev): Set them to an empty string.
8947         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8948         (REALLY_SET_LIB_PATH): Use them.
8950 2000-11-17  Stan Shebs  <shebs@apple.com>
8952         * MAINTAINERS: Add self to Write After Approval list.
8954 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8956         * configure: Provide the original toplevel configure arguments
8957         (including $0) to subprocesses in the environment rather than
8958         through gcc/configargs.h.
8960 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8962         * MAINTAINERS: Remove references to cccp. Change C9X reference to
8963         C99.  Alphabetise "Write After Approval" list.
8965 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
8967         * configure: Turn on libstdc++ V3 by default.
8969         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
8970         if we've got GCC.
8972 2000-11-11  Philip Blundell  <philb@gnu.org>
8974         * MAINTAINERS: Add self to Write After Approval list.
8976 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
8978         * ltcf-c.sh (aix4): Improve shared library configuration; require
8979         exporting symbols.
8980         * ltcf-cxx.sh (aix4): Define.
8981         * ltconfig (aix4): Define library and soname specs appropriate for
8982         AIX.  Define command to create export symbols list.
8984 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
8986         * config.sub: Add support for Sun Chorus
8988 2000-10-31  Nick Clifton  <nickc@redhat.com>
8990         * MAINTAINERS: Rename <name>@cygnus.com addresses to
8991         <name>@redhat.com.  Also installed new email address for Clint
8992         Popetz.
8994 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
8996         * etc: Remove directory from GCC.
8998 2000-10-16  Michael Meissner  <meissner@redhat.com>
9000         * configure (gcc/configargs.h): Only create if there is a build GCC
9001         directory created.
9003 2000-10-16  Matthias Klose  <doko@debian.org>
9005         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
9006         when configured for libstdc++-v3.
9008 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
9010         * configure: Save configure arguments to gcc/configargs.h.
9012 2000-10-04  Philipp Thomas  <pthomas@suse.de>
9014         * config.guess: Import CVS version 1.157.
9015         * config.sub: Import CVS version 1.181.
9017 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
9019         * Makefile.in (bootstrap): avoid recursion if subdir missing
9020         (cross): ditto
9021         (do-proto-toplev): ditto
9023 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
9025         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
9026         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
9028         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
9029         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
9030         all affected `configure' scripts.
9032 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
9034         * MAINTAINERS: Add self as cpplib co-maintainer.
9036 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
9038         * MAINTAINERS: Add self to Write After Approval list.
9040 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9042         * INSTALL/README: egcs -> GCC update.
9044 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
9046         * MAINTAINERS: Add myself to Write After Approval list.
9048 2000-09-15  Kazu Hirata  <kazu@hxi.com>
9050         * MAINTAINERS: Add myself to Write After Approval list.
9052 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
9054         * configure.in: Do not build byacc for hppa64.  Provide paths to the
9055         X11 libraries for hppa64.
9057 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9059         * MAINTAINERS: Add myself as 68hc11 port maintainer.
9061 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
9063         * Makefile.in (all-zlib): Added dummy target.
9065         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9066         ltcf-gcj.sh: Updated from libtool multi-language branch.
9068 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
9070         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9071         (bootstrap*): Depend on all-bootstrap.
9073 2000-09-05  Philipp Thomas  <pthomas@suse.de>
9075         * config.guess: Import CVS version 1.156.
9076         * config.sub: Import CVS version 1.179.
9078 2000-09-02  Anthony Green  <green@cygnus.com>
9080         * Makefile.in (all-gcc): Depend on all-zlib.
9081         (CLEAN_MODULES): Add clean-zlib.
9082         (ALL_MODULES): Add all-zlib.
9083         * configure.in (host_libs): Add zlib.
9085 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
9087         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9088         crosses, but add gcc/include to the header search path for them.
9090 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
9092         * MAINTAINERS: Add self to Write After Approval list.
9094 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9096         * config.guess: Import CVS version 1.152.
9097         * config.sub: Import CVS version 1.177.
9099 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
9101         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
9102         $targargs to tell whether newlib is going to be built.
9104         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
9105         $$r/TARGET_SUBDIR/libio for _G_config.h.
9107 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
9109         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
9111 2000-08-22  DJ Delorie  <dj@redhat.com>
9113         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
9115 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
9117         * config-ml.in (CC, CXX): Avoid trailing whitespace.
9118         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9119         sub-configures.
9121 2000-08-21  DJ Delorie  <dj@redhat.com>
9123         * MAINTAINERS: Add self as a libiberty maintainer
9125 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
9127         * configure.in (libstdcxx_flags): Use
9128         libstdc++-v3/src/libstdc++.INC.
9130 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
9132         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9134 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
9136         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
9138         * configure: Make enable_threads and enable_shared defaults
9139         explicit.  Substitute enable_threads into generated Makefiles.
9140         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
9141         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
9143 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
9145         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
9147 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
9149         * config-ml.in (CC): Remove bogus duplicate quotation mark from
9150         previous delta.
9152 2000-08-11  Jason Merrill  <jason@redhat.com>
9154         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9155         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9156         (FLAGS_FOR_TARGET): Not here.
9157         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9159 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
9161         * config-ml.in (CC, CXX): Don't introduce a leading space.
9163 2000-08-07  DJ Delorie  <dj@delorie.com>
9165         * MAINTAINERS: Add self as a DJGPP maintainer
9167 2000-08-07  DJ Delorie  <dj@redhat.com>
9169         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9170         "if we're also building gcc, and it's a gcc that will run on the
9171         build machine, we want to use its includes instead of the system's
9172         default includes".
9174 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
9176         * MAINTAINERS: Add self to Write After Approval list.
9178 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
9180         * configure.in (libstdcxx_flags): Don't use `"'.
9182         * config-ml.in: Adjust multilib search paths to the
9183         appropriate multilib tree.
9185 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
9187         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9188         commas in $LANGUAGES.
9190 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
9192         * configure.in: Re-enable all references to libg++ and librx.
9194 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
9196         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
9197         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
9198         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
9199         * ltcf-cxx.sh (need_lc): Set based on postdeps.
9201         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9203 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
9205         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9206         CXX_FOR_TARGET for sed.
9208 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
9210         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9211         Do not override if already set in the environment or in configure.
9212         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9213         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9215 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
9217         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
9218         the libtool CVS tree multi-language branch.
9219         * ltconfig, ltmain.sh: Updated.
9221 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
9223         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
9224         (clean-target): Depend on it.
9226         * Makefile.in (FLAGS_FOR_TARGET): New macro.
9227         (GCC_FOR_TARGET): Use it.
9228         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9229         * configure.in: ... here.
9230         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
9231         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9233 2000-07-24  Eric Christopher  <echristo@cygnus.com>
9235         * MAINTAINERS: Add self to Write After Approval list.
9237 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
9239         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9240         (configure-target-libchill, configure-target-libobjc): Likewise.
9242         * configure.in: Use the same cache file for all target libs.
9243         * config-ml.in: But different cache files per multilib variant.
9245 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9247         * configure (topsrcdir): Don't use dirname.
9249 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
9251         * MAINTAINERS: Add self to Write After Approval list.
9253 2000-07-20  Jason Merrill  <jason@redhat.com>
9255         * configure.in: Remove all references to libg++ and librx.
9257         * configure, configure.in, Makefile.in: Unify gcc and binutils.
9259 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
9261         * config.sub: Update to subversions version 2000-07-06.
9263 2000-07-12  Andrew Haley  <aph@cygnus.com>
9265         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9266         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9268 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
9270         * symlink-tree:  Check number of arguments.
9272 2000-07-05  Jim Wilson  <wilson@cygnus.com>
9274         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9275         search path for a g++ extracted from the build tree.  This
9276         will allow link tests run by configure scripts in
9277         subdirectories to succeed.
9279 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
9281         * ltconfig: Add support for mips-dde-sysv4.2MP
9283 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9285         * MAINTAINERS: Add myself as loop discovery maintainer.
9287 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
9289         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9290         `os2'. Force ac_cv_exeext to be ".exe" in that case.
9292 2000-06-19  Timothy Wall  <twall@cygnus.com>
9294         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9295         * config.sub: Add tic54x target.
9297 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9299         * MAINTAINERS: Add self as Fortran maintainer,
9300         remove Craig Burley.
9302 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9304         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9305         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9307 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
9309         * MAINTAINERS: Add self as i18n maintainer
9311 20000-05-21  H.J. Lu  (hjl@gnu.org)
9313         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9314         directory are used if they exist. Make sure
9315         $(build_tooldir)/include is searched for header files,
9316         $(build_tooldir)/lib/ for library files.
9317         (GCC_FOR_TARGET): Likewise.
9318         (CXX_FOR_TARGET): Likewise.
9320 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
9322         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9324 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
9326         * Makefile.in (configure-target-libiberty): Depend on
9327         configure-target-newlib.
9329 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
9331         * configure.in, Makefile.in: Merge all libffi-related
9332         configury stuff from the libgcj tree.
9334 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9336         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9337         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9339 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9341         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9342         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9343         current version information.  Add to proto-toplev directory.
9344         (gdb-taz): Build do-djunpack.
9346 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
9348         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9350 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9352         * MAINTAINERS: Add self to Write After Approval list.
9354 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9356         * ltmain.sh: Preserve in relink_command any environment
9357         variables that may affect the linker behavior.
9359 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
9361         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9363 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
9365         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9367 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
9369         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9370         with the version name.
9372 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
9374         * MAINTAINERS: Add self as bb-reorder maintainer.
9376 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
9378         * config.if: Tweak.
9380 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
9382         * djunpack.bat: New file.
9384 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9386         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9387         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9388         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9389         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9391 2000-04-16  Dave Pitts  <dpitts@cozx.com>
9393         * config.sub (case $basic_machine): Change default for "ibm-*"
9394         to "openedition".
9396 2000-04-13  Andreas Jaeger  <aj@suse.de>
9398         * MAINTAINERS: Added myself.
9400 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9402         * Makefile.in (gdb-taz): New target.  GDB specific archive.
9403         (do-md5sum): New target.
9404         (MD5PROG): Define.
9405         (PACKAGE): Default to TOOL.
9406         (VER): Default to a shell script.
9407         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
9408         md5 checksum generation.
9409         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9410         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9411         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9412         insight.tar.bz2): Use gdb-taz to create archive.
9414 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9416         * configure (warn_cflags): Delete.
9418 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
9420         * MAINTAINERS: Added myself.
9422 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
9423             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
9425         * configure.in (enable_libstdcxx_v3): Add.
9426         (target_libs): Add bits here to switch between libstdc++-v2 and
9427         libstdc++-v3.
9428         * config.if: And this file too.
9429         * Makefile.in: Add libstdc++-v3 targets.
9431 2000-04-05  Michael Meissner  <meissner@redhat.com>
9433         * config.sub (d30v): Add d30v as a basic machine type.
9435 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
9437         * configure.in: -linux-gnu*, not -linux-gnu.
9439 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9441         * MAINTAINERS: Add self in write-after-approval section.
9443 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
9445         * MAINTAINERS: Add self as ia64 port maintainer.
9447 2000-03-08  Neil Booth  <NeilB@earthling.net>
9449         * MAINTAINERS: Add self in write-after-approval section.
9451 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9453         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9454         (do-tar-bz2): Replace TOOL with PACKAGE.
9455         (gdb.tar.bz2): Remove GDBTK from GDB package.
9456         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9457         dejagnu.tar.bz2): New packages.
9459 2000-02-27  Andreas Jaeger  <aj@suse.de>
9461         * configure.in: Add entry for mips*-*-linux*, move catch all
9462         *-*-*linux* entry below this one.
9464 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
9466         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9468 2000-02-24  Nick Clifton  <nickc@cygnus.com>
9470         * config.sub: Support an OS of "wince".
9472 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9474         * config.guess, config.sub: Updated to match config's 2000-02-15
9475         version.
9477 2000-02-23  Linas Vepstas  <linas@linas.org>
9479         * config.sub: Add support for Linux/IBM 370.
9480         * configure.in: Likewise.
9482 2000-02-22  Nick Clifton  <nickc@cygnus.com>
9484         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9486 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
9488         * config.guess: Guess "cygwin" rather than "cygwin32".
9490 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9492         * configure (gcc_version): When setting, narrow search to
9493         lines containing `version_string'.
9495 2000-02-15  Denis Chertykov  <denisc@overta.ru>
9497         * config.sub: Add support for avr target.
9499 2000-02-14  Nick Clifton  <nickc@cygnus.com>
9501         * MAINTAINERS: Add maintainers for MCore port.
9503 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9505         * config.sub: Add mmix-knuth-mmixware.
9507 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9509         * MAINTAINERS: Pair cccp with cpplib maintainership.
9511 2000-01-27  Christopher Faylor  <cgf@redhat.com>
9513         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9514         structure stuff to -L library search.
9515         (CXX_FOR_TARGET): Ditto.
9516         (CROSS_CHECK_MODULES): Fix spelling mistake.
9518 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
9520         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9521         the C++ compiler.
9523 2000-01-12  Richard Henderson  <rth@cygnus.com>
9525         * configure.in: Don't build some bits for beos.
9527 2000-01-12  Joel Sherrill (joel@OARcorp.com)
9529         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9530         as include files.
9532 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
9534         * Add self as cpplib maintainer, as requested by Jason
9535         Merrill.  Correct my e-mail address.
9537 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
9539         * configure.in: Use mt-aix43 to handle *_TARGET defs,
9540         not mh-aix43.
9542 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
9544         * MAINTAINERS: Add myself to "write after approval" list.
9546 1999-12-14  Richard Henderson  <rth@cygnus.com>
9548         * config.guess (alpha-osf, alpha-linux): Detect ev67.
9549         * config.sub: Accept alphaev[78], alphaev8.
9551 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9553         * config.guess, config.sub: Update from autoconf.
9555 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
9557         * MAINTAINERS:  update my playtime e-address.
9559 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9561         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9562         necessary libraries are missing.
9564 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
9566         * MAINTAINERS: Add new 'write after approval' maintainer.
9568 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9570         * MAINTAINERS: Add new Java maintainer.
9572 1999-10-25  Andreas Schwab  <schwab@suse.de>
9574         * configure: Fix quoting inside arguments of eval.
9576 1999-10-21  Nick Clifton  <nickc@cygnus.com>
9578         * config-ml.in: Allow suppression of some ARM multilibs.
9580 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
9582         * config.guess: Add OS/390 match pattern.
9583         * config.sub: Add mvs, openedition targets.
9584         * configure.in (i370-ibm-opened*): New.
9586 1999-09-04  Steve Chamberlain  <sac@pobox.com>
9588         * config.sub: Add support for configuring for pj.
9590 1999-08-31  Nick Clifton  <nickc@cygnus.com>
9592         * config.sub (maybe_os): Add support for configuring for fr30.
9594 1999-08-25  Nick Clifton  <nickc@cygnus.com>
9596         * configure.in: Do not configure or build ld for AIX
9597         platforms.  ld is known to be broken on these platforms.
9599 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9601         * config-ml.in: Pass compiler flag corresponding to multidirs to
9602         subdir configures.
9604 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
9606         * Makefile.in (LDFLAGS): Define.
9608 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
9610         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9611         noconfigdirs.
9612         (*-*-cygwin*): Likewise.
9614 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
9616         * mkdep: New file.
9617         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9618         (BINUTILS_SUPPORT_DIRS): Add mkdep.
9620         From Eli Zaretskii <eliz@is.elta.co.il>:
9621         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9622         long file name when using DJGPP on MS-DOS.
9624 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
9626         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9628 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
9630         * Makefile.in (check-target-libio): Remove all-target-libstdc++
9631         dependency as this causes "make check" to globally "make all"
9633 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
9635         * configure.in (target_libs): Added target-zlib.
9636         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9637         (CONFIGURE_TARGET_MODULES): Likewise.
9638         (CHECK_TARGET_MODULES): Likewise.
9639         (INSTALL_TARGET_MODULES): Likewise.
9640         (CLEAN_TARGET_MODULES): Likewise.
9641         (configure-target-zlib): New target.
9642         (all-target-zlib): Likewise.
9643         (all-target-libjava): Depend on all-target-zlib.
9644         (configure-target-libjava): Depend on configure-target-zlib.
9646         * Makefile.in (configure-target-libjava): Depend on
9647         configure-target-newlib.
9648         (configure-target-boehm-gc): New target.
9649         (configure-target-qthreads): New target.
9651         * configure.in (target_libs): Added target-qthreads.
9652         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9653         (CONFIGURE_TARGET_MODULES): Likewise.
9654         (CHECK_TARGET_MODULES): Likewise.
9655         (INSTALL_TARGET_MODULES): Likewise.
9656         (CLEAN_TARGET_MODULES): Likewise.
9657         (all-target-qthreads): New target.
9658         (configure-target-libjava): Depend on configure-target-qthreads.
9659         (all-target-libjava): Depend on all-target-qthreads.
9661         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9662         (CONFIGURE_TARGET_MODULES): Likewise.
9663         (CHECK_TARGET_MODULES): Likewise.
9664         (INSTALL_TARGET_MODULES): Likewise.
9665         (CLEAN_TARGET_MODULES): Likewise.
9666         (all-target-libjava): New target.
9667         (all-target-boehm-gc): Likewise.
9668         * configure.in (target_libs): Added libjava, boehm-gc.
9670 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
9672         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9673         configure.bat in SUPPORT_FILES.
9674         (gas+binutils.tar.bz2): Likewise.
9676         * makeall.bat: Remove; obsolete.
9678 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
9680         From Mark Elbrecht:
9681         * configure.bat: Remove; obsolete.
9683 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
9685         * configure: Add -W -Wall to the default CFLAGS when compiling with
9686         gcc.
9688 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
9690         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9692 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
9694         * configure.in: Build ld on IRIX6.
9696 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
9698         * Makefile.in: Change distribution targets to use bzip2 instead of
9699         gzip.
9700         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9701         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9703 1999-06-04  Nick Clifton  <nickc@cygnus.com>
9705         * config.sub: Add mcore target.
9707 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
9709         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9711 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
9713         * config.guess (dummy): Changed to $dummy.
9715 1999-05-24  Nick Clifton  <nickc@cygnus.com>
9717         * config.sub: Tidied up case statements.
9719 1999-05-22  Ben Elliston  <bje@cygnus.com>
9721         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9722         <jiro@din.or.jp>.
9724         * config.guess: Merge with FSF version. Future changes will be
9725         more accurately recorded in this ChangeLog.
9726         * config.sub: Likewise.
9728 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
9730          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9732 1999-04-30  Tom Tromey  <tromey@cygnus.com>
9734         * ltmain.sh: [mode link] Always use CC given by ltconfig.
9736 1999-04-23  Tom Tromey  <tromey@cygnus.com>
9738         * ltconfig, ltmain.sh: Update to libtool 1.2f.
9740 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
9742         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9743         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9744         Bad merge removed these two changes.
9746 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
9747                           Martin Heller (Ing.-Buero_Heller@t-online.de)
9749         * config.guess (interix Alpha): Add.
9751 1999-04-11  Richard Henderson  <rth@cygnus.com>
9753         * configure.in (i?86-*-beos*): Do config gperf; don't config
9754         gdb, newlib, or libgloss.
9756 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
9758         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9759         link a trivial program with -mabi=64.  If it fails, remove mabi=64
9760         from multidirs.
9762 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
9764         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9766 1999-04-08  Nick Clifton  <nickc@cygnus.com>
9768         * config.sub: Add support for mcore targets.
9770 1999-04-07  Michael Meissner  <meissner@cygnus.com>
9772         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9773         not mt-ospace, in order to shut up assembler warning about using
9774         symbols that are named the same as registers.
9776 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
9778         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9779         dependency list for all-target-cygmon.
9781 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
9783         * config-ml.in: Check $host, not $target, for selective multilibs.
9784         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9785         thumb interworking, and underscore prefix multilibs.
9787 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
9789         * missing: Update to version from current automake.
9791 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
9793         * configure (gxx_include_dir): Removed.
9795         * configure.in (gxx_include_dir): Handle it.
9796         * Makefile.in: Likewise.
9798 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
9800         * config.sub (mips64vr4111,mips64vr4111el) Add.
9802 1999-03-21  Ben Elliston  <bje@cygnus.com>
9804         * config.guess: Correct typo for detecting ELF on FreeBSD.
9806 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
9808         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9809         config/mh-djgpp.
9811 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
9813         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9814         all-target-newlib to dependency list for all-target-bsp.
9816 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9818         * config.sub: Add i386-uwin support.
9819         * config.guess: Likewise.
9821 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9823         * configure.in: cleanup, add mh-*pic handling for arm, special
9824         case powerpc*-*-aix*
9826 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
9828         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9829         can be built.
9831 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
9833         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
9834         targets.
9836 1999-03-02  Nick Clifton  <nickc@cygnus.com>
9838         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9840 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
9842         * config.sub: Check for "cygwin*" rather than "cygwin32*"
9844 1999-02-24  Nick Clifton  <nickc@cygnus.com>
9846         * config.sub: Fix typo in arm recognition.
9848 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
9850         * configure.in (noconfigdirs): Changed target_configdirs to
9851         include target-bsp only for m68k-*-elf* and m68k-*-coff*
9852         rather than m68k-*-* since it is not known to work on
9853         m68k-aout. Ditto for arm-*-*oabi.
9855 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
9857         * configure.in (*-*-windows*): Remove, no longer used.
9859 1999-02-19  Ben Elliston <bje@cygnus.com>
9861         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9862         Smart and improved by Andrew Cagney.
9864 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
9866         * config.guess: Recognize openbsd-*-hppa.
9868 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
9870         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9871         only if it is not empty.
9873 1999-02-17  Nick Clifton  <nickc@cygnus.com>
9875         Patch from: Scott Bambrough <scottb@corelcomputer.com>
9877         * config.guess: Modified to recognize uname's armv* syntax.
9879         * config.sub: Modified to recognize uname's armv* syntax.
9881 1999-02-17  Mark Salter  <msalter@cygnus.com>
9883         * configure.in: Added target-bsp for sparclite.
9885 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
9887         * config.sub: Recognize alphapca5[67] and up to alphaev8.
9889 1999-02-08  Nick Clifton  <nickc@cygnus.com>
9891         * configure.in: Add support for strongarm port.
9892         * config.sub: Add support for strongarm target.
9894 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9896         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9897         the old name config/mh-cygwin32.
9898         Enable texinfo.
9900 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
9902         * configure.in: Do build ld for ix86 Solaris.
9904 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
9906         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
9907         $AR_FOR_TARGET.  Likewise for RANLIB.
9909 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
9911         * config.sub (oabi):  Recognize.
9912         * configure.in (arm-*-oabi):  Handle.
9914 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
9916         * config.guess: Improve detection of i686 on UnixWare 7.
9918 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9920         * config.guess: Add support for i386-pc-interix.
9921         * config.sub: Likewise.
9922         * configure.in: Likewise.
9924 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
9926         * Makefile.in: Remove unneeded all-target-libio from
9927         from all-target-winsup target since it is now unneeded.
9928         Add all-target-libtermcap in its place since it is now
9929         needed.
9931 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
9933         * configure.in: makefile stub for cygwin target is probably
9934         unnecessary.  Remove it for now.
9936 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
9938         * configure.in: libtermcap.a should be built when cygwin is the
9939         target as well as the host.
9940         * config.guess: Allow mixed case in cygwin uname output.
9941         * Makefile.in: Add libtermcap target.
9943 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
9945         * config.sub: Clean up handling of hppa2.0.
9947 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
9949         * config.guess: Use C code to identify more HP machines.
9951 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
9953         * config.sub: Handle hppa2.0.
9955 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
9957         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
9958         cygmon for all sparclite targets, regardless of object format.
9960 1998-12-15  Mark Salter  <msalter@cygnus.com>
9962         * configure.in: Added target-bsp for several target architectures.
9964         * Makefile.in: Added rules for bsp.
9966 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
9968         * config.guess: Improve detection of hppa2.0 processors.
9970 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
9972         * config.guess: Recognize FreeBSD using ELF automatically.
9974 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
9976         * configure (skip-this-dir): Add handling for new shell script, which
9977         might be created by a sub-directory's configure to indicate, this particular
9978         directory is "unwanted".
9979         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9981 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
9983         * ltconfig: import from libtool, after changing libtool to
9984         account for the cygwin name change.
9986 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
9988         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9989         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9991 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
9993         * configure.in: Add libtermcap to list of cygwin dependencies.
9995 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
9997         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9998         they include winsup/include when it's a cygwin target.
10000 1998-11-12  Tom Tromey  <tromey@cygnus.com>
10002         * configure.in (host_tools): Added zip.
10003         * Makefile.in (all-target-libjava): Depend on all-zip.
10004         (all-zip): New target.
10005         (ALL_MODULES): Added all-zip.
10006         (NATIVE_CHECK_MODULES): Added check-zip.
10007         (INSTALL_MODULES): Added install-zip.
10008         (CLEAN_MODULES): Added clean-zip.
10010 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
10012         * Makefile.in: lose "32" from comment about cygwin.
10014 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
10016         * configure.in: Use -Os to build target libraries for the fr30.
10018 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
10020         * config.sub: Add fr30.
10022 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
10024         * configure.in: drop "32" from config/mh-cygwin32.  Check
10025         cygwin* instead of cygwin32*.
10026         * config.sub: Check cygwin* instead of cygwin32*.
10028 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
10030         * config.guess: Match any version of Unixware7.
10032 1998-10-20  Syd Polk  <spolk@cygnus.com>
10034         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10035         if desired.
10037 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
10039         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10040         these if the appropriate directories and files to not exist.
10042 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
10044         * Makefile.in (DEVO_SUPPORT): Add config.if.
10046 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10048         * configure: Add pattern to replace "build_tooldir"'s
10049         definition in the generated Makefile with "tooldir"'s
10050         actual value.
10052 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
10054         * config.sub: Bring back lost sparcv9.
10056         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10058 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
10060         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10061         CC_FOR_TARGET and friends.
10063 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
10065         * Makefile.in (build_tooldir): New variable, same as tooldir.
10066         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10067         -B$(build_tooldir)/bin/.
10068         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10070 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10072         * README: Remove installation instructions and refer to the
10073         INSTALL directory instead.
10075 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
10077         * config.sub: Add support for i[34567]86-pc-udk.
10078         * configure.in: Likewise.
10080 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
10082         * Makefile.in: add bzip2 package building bits for user
10083         tools module
10084         * configure.in: ditto
10086 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
10088         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10089         (ALL_TARGET_MODULES): Add all-target-libobjc.
10090         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10091         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10092         (all-target-libchill): Add dependencies.
10093         * configure.in (target_libs): Add libchill.
10095 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
10097         * configure.in (target_subdir): Remove duplicate line.
10099 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
10101         * Makefile.in (all-automake): fix dependencies.
10103 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
10105         * configure.in: Minor cleanups for building in the $(target_alias)
10106         subdir.
10108 1998-09-22  Jim Wilson  <wilson@cygnus.com>
10110         * Makefile.in (bootstrap): Set r and s before make all.  Use
10111         BASE_FLAGS_TO_PASS in make all.
10112         (cross): Likewise.
10114 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
10116         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10118 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
10120         * config.sub: Fix typo in last change.
10122 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10124         * config.sub: Add support for C4x target.
10125         * configure.in: Likewise.
10127 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
10129         * config.sub: Recognize sparcv9 just like sparc64.
10131 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
10133         * config.guess: Match "Pent II" or "PentII" for OpenServer.
10135 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
10137         * config.guess: Correctly identify Pentium II sco boxes.
10139         * config.guess: Fix "tr" code.  From Weiwen Liu.
10141 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
10143         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10144         stabs.
10146 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
10148         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10149         (ALL_TARGET_MODULES): Add all-target-libchill.
10150         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10151         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10152         (all-target-libchill): Add dependencies.
10153         * configure.in (target_libs): Add libchill.
10155 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10157         * config.guess: Avoid assumptions about "tr" behaves when
10158         LANG is set to something other than English.
10160 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
10162         * configure (gxx_include_dir): Changed to
10163         '${prefix}/include/g++'-${libstdcxx_interface}.
10165         * config.if: New to determine the interfaces.
10167 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
10169         * config.guess: Detect and handle MPE/IX.
10170         * config.sub: Deal with MPE/IX.
10172 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
10174         * configure.in: Use mh-aix43.
10176 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
10178         * configure: Fix --without/--disable cases for gxx-include-dir.
10180 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
10182         * mdata-sh:  Imported.  Needed for automake support.
10184 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
10186         * Makefile.in (taz): Try "chmod -R og=u ." before
10187         "chmod og=u `find . -print`".
10189 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
10191         * configure.in: Add arm-elf and thumb-elf support.
10193 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
10195         * Makefile.in: Undo previous patch.
10197 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
10199         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10200         to here ...
10201         (install-no-fixedincludes): and here
10202         (INSTALL_MODULES): ... from here.
10204 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10206         * config.sub: Merge with FSF.
10208         * config.guess: Merge with FSF.
10210 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
10212         * configure (extraconfigdirs): New variable.
10213         (SUBDIRS): Add extraconfigdirs and recurse on them too.
10214         * Makefile.in (all): Move higher in file.
10215         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10216         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10217         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10218         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10219         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10221 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
10223         * Makefile.in (all-target-libjava): Depend on all-gcc and
10224         all-target-newlib.
10225         (configure-target-libjava): Depend on $(ALL_GCC).
10227 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
10229         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10230         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10232 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
10234         * INSTALL/README: Fix typo.
10236 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10238         * ylwrap: Change absolute path checks to check for DOS style path
10239         names.
10241         * ylwrap: Don't use a full path name if the source file is in the
10242         same directory.  From hjl@lucon.org (H.J. Lu).
10244         * config-ml.in: Default to being verbose, to match Feb 18 change to
10245         configure.
10247 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
10249         Brought over from egcs:
10251         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10253         * configure.in (target_subdir): Set to ${target_alias} instead
10254         of "libraries".
10256         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
10258         * configure.in (target_subdir): Set to libraries if enable_multilib.
10260 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
10262         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10263         multilibs, force reconfiguration the first time we create
10264         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10266 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
10268         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10269         avoid confusion with --no-recursion.
10271 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
10273         * configure.in: Win32 hosts shouldn't use install -x
10274         * install-sh: remove -x option, and special .exe-handling
10275         hack.
10277 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
10279         * config.guess: Recognize i586-pc-beos.
10280         * configure.in: Don't build some bits for beos.
10282 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10284         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10285         CFLAGS default to -O2.
10287         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10288         when using GNU ld.
10290 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
10292         * ltmain.sh: Correct install when using a different shell.
10294 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10296         * ltconfig, ltmain.sh: Update to libtool 1.2b.
10298 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
10300         * makefile.vms: Update to build binutils/makefile.vms.  Add install
10301         target.
10303 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
10305         * ltconfig: Update to correct AIX handling.
10307 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10309         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10311         * configure.in (target_subdir): Set to ${target_alias} instead
10312         of "libraries".
10314 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
10316         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10317         (Makefile): Depend on $(gcc_version_trigger).
10319         * configure (gcc_version): Change default initializer to empty
10320         string.
10321         (gcc_version_trigger): New variable; pass this variable down
10322         to subdir configures to enable them checking gcc's version
10323         themselves. Emit make macros for both gcc_version vars.
10324         (topsrcdir): Initialize reliably.
10325         (recursion line): Remove --with-gcc-version=${gcc_version}.
10327 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10329         * configure (enable_version_specific_runtime_libs): Implement new flag
10330         --enable-version-specific-runtime-libs which installs C++ runtime stuff
10331         in $(libsubdir); emit definition in each generated Makefile.
10332         (gxx_include_dir): Initialize depending on
10333         $enable_version_specific_runtime_libs.
10335 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10337         * configure (gcc_version): Initialize properly depending on
10338         how and where configure is started.
10339         (recursion line): Pass a --with-gcc-version=${gcc_version}
10340         to configures in subdirs.
10342 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
10344         * configure.in (noconfigdirs): Add configure pattern for mips tx39
10345         cygmon
10347 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
10349         * configure.in: Add cygmon and libstub support for mn10200.
10351 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
10353         * configure (gcc_version): Add new variable describing the
10354         particular gcc version we're building.
10355         * Makefile.in (libsubdir): Add new macro for the directory
10356         in which the compiler finds executables, libraries, etc.
10357         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10358         and libsubdir.
10360 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10362         * Makefile.in (local-clean): Remove *.log.
10363         (warning.log): Built with warn_summary from build.log.
10364         (mail-report.log): Run test_summary.
10365         (mail-report-with-warnings.log): Run test_summary including
10366         warning.log in the report.
10368 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
10370         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10372 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10374         * Makefile.in (grep): Grep no longer depends on libiberty.
10376 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
10378         * Makefile.in: all-snavigator needs all-libgui.
10380 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
10382         * configure.in: Add cygmon and libstub support for mn10300.
10384 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
10386         * missing: Update to version from automake 1.3.
10388         * ltmain.sh: On installation, don't get confused if the same name
10389         appears more than once in the list of library names.
10391 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10393         * config.sub: Accept m68060 and m5200 as CPU names.
10395 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
10397         * configure: Use && rather than using -a in test, because odd
10398         strings can confuse test.
10399         * configure.in: Likewise.
10401 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10403         * ltconfig, ltmain.sh: Bring in Visual C++ support.
10405 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10407         * Makefile.in (boostrap2-lean, bootstrap3-lean,
10408         bootstrap4-lean): New targets.
10410 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
10412         * mpw-* Delete.  Not used.
10414 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
10416         * COPYING.LIB: Update FSF address.
10418 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
10420         * ltconfig, ltmain.sh: Update to libtool 1.2a.
10422         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10423         GAS_SUPPORT_DIRS.
10425 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
10427         * ltconfig, ltmain.sh: Avoid producing a version number if
10428         -version-info was not used.
10430 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10432         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10433         building with newlib.
10435 1998-04-30  Paul Eggert  <eggert@twinsun.com>
10437         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10438         Solaris `make' causes it to continue to next definition.
10440 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10442         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10443         the right GUI libraries and files are installed along with GDB.
10445 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10447         * configure.in: Change alpha to alpha* in several places.
10449 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
10451         * config.sub: Recognize sparc86x.
10453 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
10455         * configure.in (--enable-target-optspace): Remove debug echo.
10457 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
10459         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10461 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10463         * ltconfig: Update cygwin32 support.
10465         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10466         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10467         (GDB_SUPPORT_DIRS): Likewise.
10469 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
10471         * configure.in (target_makefile_frag): If --enable-target-optspace,
10472         use -Os to compile target libraries rather than -O2.  Default to
10473         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10474         not used.
10475         * configure.in (target_cflags): Ditto for d30v.
10477 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
10479         * Makefile.in (all-bfd): Depend on all-intl.
10480         (all-binutils): Likewise.
10481         (all-gas): Likewise.
10482         (all-gprof): Likewise.
10483         (all-ld): Likewise.
10485 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
10487         * configure.in (host_tools): Fix typo, lbtool -> libtool.
10489 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10491         * Makefile.in (all-bfd): Depend upon all-libiberty.
10493         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10495 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
10497         * Makefile.in: Add libstub.
10499         * configure.in: Ditto. Build libstub for targets that have cygmon
10500         support.
10502 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
10504         * configure.in: Don't set PICFLAG on ix86-cygwin32.
10506 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
10508         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10509         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
10511 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
10513         * configure: Define DEFAULT_M4 by searching PATH.
10514         * Makfile.in: Use DEFAULT_M4.
10516 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10518         * ltconfig: Add cygwin32 support.
10520         * Makefile.in, configure.in: Add libtool as a native only directory
10521         to configure and build.
10523 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
10525         * Makefile.in (INSTALL_MODULES): Remove texinfo.
10527 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
10529         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10531 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
10533         * Makefile.in: add ash make rules
10534         * configure.in: add ash to native_only and host_tools lists
10536 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
10538         * Makefile.in (all-gettext, all-intl): New targets.
10539         (ALL_MODULES): Added all-gettext, all-intl.
10540         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10541         (INSTALL_MODULES): Added install-gettext, install-intl.
10542         (CLEAN_MODULES): Added clean-gettext, clean-intl.
10544         * configure.in (host_tools): Added gettext.
10545         (native_only): Likewise.
10546         (noconfigdirs) [various cases]: Likewise.
10547         (host_libs): Added intl.
10549 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
10551         * configure: Do not disable building gdbtk for cygwin32 hosts.
10553 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
10555         * configure.in: Add thumb-coff target.
10556         * config.sub: Add thumb-coff target.
10558 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10560         * Makefile.in: Revert yesterday's change.
10561         (all-target-winsup):  all-target-librx stays out of here.
10563 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10565         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10566         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10567         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10568         Remove references to librx and libg++.
10570 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
10572         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10573         recursive makes
10575 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
10577         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10578         for newlib directory.
10579         (CXX_FOR_TARGET): Likewise.
10581 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
10583         * ltconfig: Update after libtool/ltconfig.in change for
10584         hpux11.
10586 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
10588         * ltconfig, ltmain.sh: Update to libtool 1.2.
10590 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10592         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10593         (install-gcc-cross): Instead, override LANGUAGES here.
10595 1998-03-18  Dave Love  <d.love@dl.ac.uk>
10597         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10598         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10600 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
10602         * configure.in: Add Thumb-pe target.
10604 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
10606         * Makefile.in - changed sn targets to snavigator
10607         * configure.in - changed sn targets to snavigator
10609 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10611         * config-ml.in: After building symlink tree call make distclean
10612         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10613         to be the case for libiberty.
10615 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
10617         * configure: When making link, also check the current
10618         directory. The configure scripts may create one.
10620 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
10622         * config.sub: Accept alphapca56 and alphaev6 properly.
10624 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10626         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10628 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10630         * config.sub (sco5): Fix typo.
10632 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
10634         * Makefile.in (INSTALL_MODULES): Move install-tcl before
10635         install-itcl.
10636         (install-itcl): Remove dependency on install-tcl.
10638 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
10640         * configure.in: Remove libgloss from noconfigdirs for MN10300.
10642 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
10644         * configure.in: Don't build libgui for a cygwin32 target when not on
10645         a cygwin32 host.
10647 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10649         * configure (redirect): Set to null, so default behavior of
10650         configure is now --verbose.
10652 1998-02-16  Dave Love  <d.love@dl.ac.uk>
10654         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10655         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10657 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
10659         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10660         this change to sync Makefile.in with its ChangeLog entries.
10662 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
10664         * ltmain.sh (mkdir): Check that the directory doesn't exist
10665         before we exit with error, so that we don't get races during
10666         parallel builds.
10668 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10670         * ltconfig, ltmain.sh: Update from libtool 1.0i.
10672 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10674         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10675         PICFLAG_FOR_TARGET.
10676         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10678         * configure: Emit a definition for the new macro enable_shared
10679         into each Makefile.
10681 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10683         * configure.in (host_tools, native_only): Add libtool.
10685 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
10687         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10688         Fix typo in ming config comment.
10690 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10692         * ltconfig, ltmain.sh: Update from libtool 1.0h.
10694 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
10696         * config.sub: Add tic30 cases, and map c30 to tic30.
10698 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
10700         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10701         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10702         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10703         (CLEAN_TARGET_MODULES): Similarly
10704         (all-target-libf2c): Add dependences.
10705         * configure.in (target_libs): Add libf2c.
10707 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
10709         * configure.in: Remove expect from noconfigdirs when target
10710         is cygwin32.  OK to build expect and dejagnu with Canadian
10711         Cross.
10713 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
10715         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10716         host.
10718         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10719         and mingw32.
10721 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10723         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10724         here as it is not defined in the toplevel Makefile.
10726 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10728         * configure (package_makefile_rules_frag): New variable, which names
10729         a file with generic rules, ...
10730         Change comment to mention we now have FIVE parts.
10731         * configure: Undo last change.
10733 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
10735         * config.guess: More accurate determination of HP processor types.
10736         * config.sub: More accurate determination of HP processor types.
10738 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10740         * configure (package_makefile_frag): Move inserting the
10741         ${package_makefile_frag} to where it should be according
10742         to the comment.
10744 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
10746         * config.guess: Add support for Linux/ARM.
10748 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
10750         * .cvsignore: Remove *-info and *-install since they match
10751         release-info and mpw-install, which we don't want to just ignore.
10753 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
10755         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10757 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
10759         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10760         local_prefix to sub-make invocations.
10762 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
10764         * configure.in: Check makefile fragments in the source
10765         directory.
10767 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10769         * configure.in: Check whether host and target makefile
10770         fragments exist before adding them to *_makefile_frag.
10772 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
10774         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10776 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
10778         * configure.in: Make sure we only replace RPATH_ENVVAR on
10779         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10780         regexp to sed.
10782         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10783         to sub-makes.
10785 1998-01-13  Lee Iverson   (leei@ai.sri.com)
10787         * config-ml.in (multi-do): LDFLAGS must include multilib
10788         designator.
10790 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
10792         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10794 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
10796         * config.sub: Add mingw32 support.
10797         * configure.in: Likewise.
10799 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10801         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10803 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
10805         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10806         * configure (gxx_include_dir): Provide a definition for subdirs
10807         which do not use autoconf.
10809 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
10811         * config.guess: Sync with egcs.  Picks up new alpha support,
10812         BeOS & some additional linux support.
10814 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
10816         * config.guess: HP 9000/803 is a PA1.1 machine.
10818 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
10820         * configure.in: It's alpha*-...
10822 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10824         * configure.in (host_makefile_frag, target_makefile_frag):
10825         Handle multiple config files.
10826         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10827         alpha-*-*.
10829 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
10831         * mkdep: New file.
10833 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
10835         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10837 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
10839         * Makefile.in: Add libgui directory.
10840         (GDB_TK): Add all-libgui.
10841         * configure.in: Add libgui directory.
10842         * configure: Add all-libgui to GDB_TK.
10844 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
10846         * config-ml.in (multidirs): Add m32r to multilib list.
10848 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
10850         * Makefile.in (all-target-gperf): Change dependency to
10851         all-target-libstdc++.
10853 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
10855         * config.guess: Add BeOS support.
10857 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
10859         Source directory cvs renamed to cvssrc:
10860         * configure.in (host_tools): Change cvs to cvssrc.
10861         (native_only): Likewise.
10862         (noconfigdirs) [various cases]: Likewise.
10863         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10864         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10865         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10866         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10867         (all-cvssrc): Rename target from all-cvs.
10869 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
10871         * configure (gxx_include_dir): Fix thinko.
10873 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
10875         * Makefile.in (INSTALL_TARGET_CROSS): Define.
10876         (install-cross, install-gcc-cross): New targets.
10878 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
10880         * configure.in (noconfigdirs): Add support for Thumb target.
10882         * config.sub (maybe_os): Add support for Thumb target.
10884 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
10886         * Makefile.in: Add rules for cygmon.
10888         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10890 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
10892         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10893         * configure (gxx_include_dir): Provide a definition for subdirs
10894         which do not use autoconf.
10896 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
10898         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
10899         11/18/97 build
10901 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
10903         * From Franz Sirl.
10904         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10905         found on RedHat Linux systems.
10907 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
10909         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10910         guesses.
10912 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
10914         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10916 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
10918         * ltmain.sh: If mkdir fails, check whether the directory was created
10919         anyhow by some other process.
10921 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
10923         * configure.in (d30v-*-*): Configure all directories.
10925 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
10927         * configure.in (d30v-*-*): Configure newlib, libiberty directories
10928         for the D30V.
10930 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
10932         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10934 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
10936         * include/libiberty.h: Add extern "C" { so it can be used with C++
10937         progrms.
10938         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
10939         programs.
10941 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
10943         * configure.in (d30v-*-*): Configure GCC now.
10945 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
10947         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10948         is no longer needed.
10950 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
10952         * Makefile.in: check-target-libio depends on all-target-libstdc++.
10954 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
10956         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10957         targets using "$@" to provide support for similar but not identical
10958         targets without having to duplicate code.
10960 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
10962         * makefile.vms: Fix to work with DEC C.
10964 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
10966         * config.sub: Add mips-tx39-elf to marketing names.
10968 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
10970         * ltmain.sh: Handle symlinks in generated script.
10972 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
10974         * configure: Handle autoconf style directory options: --bindir,
10975         --datadir, --includedir, --infodir, --libdir, --libexecdir,
10976         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10977         --sysconfdir.
10978         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10979         (sharedstatedir, localstatedir, oldincludedir): New variables.
10980         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10981         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10982         sbindir, sharedstatedir, and sysconfdir.
10984 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10986         * Makefile.in (bootstrap-lean): New target.
10988 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
10990         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
10991         sn, and gnuserv from noconfigdirs.
10993 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
10995         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10997 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
10999         * Makefile.in (cross): New target.
11001 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
11002                           Jeff Law         <law@cygnus.com>
11004         * Makefile.in (bootstrap2, bootstrap3): New targets.
11005         (all-bootstrap): Remove outdated and confusing target.
11006         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11008 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11010         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11011         windows.  Consistent with gdb/configure.
11013 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
11015         * configure.in: Name Linux target fragment.
11017         * configure: Rewrite so that project Makefile fragment is inserted
11018         first and appears last in the resulting Makefile.
11020 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11022         * Makefile.in (install-itcl): Install tcl first.
11024 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
11026         * configure.in: remove bison from noconfigdirs for Cygwin32 host
11028 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11030         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11032         * configure.in (skipdirs): Add target-librx for Linux.
11033         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11035 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
11037         * Makefile.in (bootstrap): New target.
11039 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
11041         * config.sub: Accept 'amigados' for backward compatibility.
11043 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
11045         * config.guess: Merge with FSF.
11047 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
11049         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11051 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
11053         * config.sub: Add "marketing-names" patch.
11055 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
11057         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11059 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
11061         * config.sub: Handle v850-elf.
11063 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
11065         * .cvsignore (*-install): Remove.
11067 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
11069         * ltconfig: Set CONFIG_SHELL in libtool.
11070         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11072 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11074         * configure.in (target_subdir): Set to libraries if enable_multilib.
11076 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
11078         * config.guess: Update from gcc directory.
11080 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11082         * Makefile.in (all-sim): Depends on all-readline.
11084 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
11086         * Makefile.in (BISON, YACC): Use $$s.
11087         (all-bison): Depend on all-texinfo.
11089 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
11091         * Makefile.in (BISON): Add -L flag.
11092         (YACC): Likewise.
11094 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11096         * configure.in (noconfigdirs): Add support for v850e target.
11098         * config.sub (maybe_os): Add support for v850e target.
11100 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11102         * configure.in (noconfigdirs): Add support for v850ea target.
11104         * config.sub (maybe_os): Add support for v850ea target.
11106 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
11108         * config.sub: Add mipstx39.  Delete r3900.
11110 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11112         * Makefile.in (all-autoconf): Depends on all-texinfo.
11114 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
11116         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11117         eabi targets.
11119 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
11121         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11123         * configure: When handling a Canadian Cross, handle YACC as well as
11124         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
11125         * Makefile.in (all-bison): Depend upon all-texinfo.
11127 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
11129         * Makefile.in (BISON): bison, not byacc or bison -y.
11130         (YACC): bison -y or byacc or yacc.
11131         (various): Add *-bison as appropriate.
11132         (taz): No need to mess with BISON anymore.
11134 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
11136         * configure: If OSTYPE matches *win32*, try to find a good value for
11137         CONFIG_SHELL.
11139 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
11141         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11142         configure.in if it is present.
11144 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
11146         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11148 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
11150         * config.sub: Recognize `arc' cpu.
11151         * configure.in: Likewise.
11152         * config-ml.in: Likewise.
11154 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
11156         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11158 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
11160         * configure: Changed sed delimiter from ':' to '|' when
11161         attempting to substitute ${config_shell} for SHELL. On
11162         NT ${config_shell} may contain a ':' in it.
11164 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
11166         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11168 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
11170         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11172 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11174         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11176         * ylwrap: If the program is a relative path, force it to be
11177         absolute.
11179 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11181         * configure (tooldir): Set BISON to `bison -y' and not just bison.
11183 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11185         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11186         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11187         for libraries.
11189 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
11191         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11192         separated by spaces.
11194 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
11196         * ylwrap: New file.
11197         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11199         * ltmain.sh: Handle /bin/sh at start of install program.
11201         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11203         * ltconfig, ltmain.sh: New files, from libtool 1.0.
11204         * missing: New file, from automake 1.2.
11206 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
11208         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
11209         check-tk to CHECK_X11_MODULES.
11211 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11213         * config.sub: Merge with FSF.
11215 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11217         * config.guess: Merge with FSF.
11219 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11221         * configure: Treat msdosdjgpp like go32.
11222         * configure.in: Likewise.  Don't remove gprof for go32.
11224         * configure: Change Makefile.tem2 to Makefile.tm2.
11226 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
11228         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11230 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11232         * install-sh (chmodcmd): Set to null if the DST directory already
11233         exists.  Same as Nov 11th change.
11235 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
11237         * configure (GDB_TK): Needs itcl and tix.
11239 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
11241         * config.guess: Update from FSF.
11243 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
11245         * Makefile.in (GDB_TK): Depend on itcl and tix.
11247 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11249         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11250         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11251         (INSTALL_SCRIPT): New variable.
11252         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11253         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11254         to -x.
11255         * install-sh: Add support for -x option.
11257 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
11259         * configure.in, Makefile.in: Treat tix like itcl.
11261 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
11263         * Makefile.in (WINDRES): New variable.
11264         (WINDRES_FOR_TARGET): New variable.
11265         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11266         (EXTRA_HOST_FLAGS): Add WINDRES.
11267         (EXTRA_TARGET_FLAGS): Add WINDRES.
11268         (EXTRA_GCC_FLAGS): Add WINDRES.
11269         ($(DO_X)): Pass down WINDRES.
11270         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11271         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11272         DLLTOOL_FOR_TARGET.
11274 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
11276         * configure.in: configure sim before gdb for win32-x-ppc
11278 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11280         Move gperf into the toplevel, from libg++.
11281         * configure.in (target_tools): Add target-gperf.
11282         (native_only): Add target-gperf.
11283         * Makefile.in (all-target-gperf): New target, depend on
11284         all-target-libg++.
11285         (configure-target-gperf): Empty rule.
11286         (ALL_TARGET_MODULES): Add all-target-gperf.
11287         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11288         (CHECK_TARGET_MODULES): Add check-target-gperf.
11289         (INSTALL_TARGET_MODULES): Add install-target-gperf.
11290         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11292 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
11294         * config.sub (mn10200): Recognize new basic machine.
11296 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11298         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11299         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11301 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11303         * configure.in: If we're building mips-sgi-irix6* native, turn on
11304         ENABLE_MULTILIB and set TARGET_SUBDIR.
11306 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
11308         * Makefile.in (all-sn): Depend on all-grep.
11310 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
11312         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11314         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11315         Makefile.  From Jeff Makey <jeff@cts.com>.
11316         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11318         * Makefile.in (DISTBISONFILES): Remove.
11319         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
11320         $(DEFAULT_YACC).
11322         * configure.in: Build itl, db, sn, etc., when building for native
11323         cygwin32.
11325         * Makefile.in (LD): New variable.
11326         (EXTRA_HOST_FLAGS): Pass down LD.
11327         ($(DO_X)): Likewise.
11329 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
11331         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11333 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
11335         * configure.in (targargs): Strip out any supplied --build argument
11336         before adding our own. Always add --build.
11338 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
11340         * configure.in (targargs): Pass --build if we're doing
11341         a cross-compile.
11343 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
11345         * configure: Use '|' instead of ":" as the separator in
11346         sed. Otherwise sed chokes on NT path names with drive
11347         designators. Also look for "?:*" as the leading characters in an
11348         absolute pathname.
11350 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
11352         * config.sub: Support for r3900.
11354 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11356         * configure.in: Use install-sh, not install.sh.
11358 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11360         * Makefile.in (taz): Improve check for BISON so it doesn't try to
11361         apply it twice.
11363 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11365         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11366         install-binutils.
11368 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
11370         * Makefile.in: Add automake targets.
11371         * configure.in (host_tools): Add automake.
11373 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11375         * configure: Default CXX to c++, not gcc.
11376         * Makefile.in (CXX): Set to c++, not gcc.
11377         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11379 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
11381         * install-sh: try appending a .exe if source file doesn't
11382         exist
11384 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
11386         * configure.in: Turn on multilib by default.
11387         (cross_only): Remove target-libiberty.
11389         * Makefile.in (all-gcc): Don't depend on libiberty.
11391 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
11393         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11395 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11397         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11398         (DISTBISONFILES): Add ld/Makefile.in
11400 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
11402         * configure.in: if target is cygwin32 but host isn't cygwin32,
11403         don't configure gdb tcl tk expect, not just gdb.
11405 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
11407         * configure.in: Added gnuserv everywhere sn appears.
11409         * Makefile.in (ALL_MODULES): Added all-gnuserv.
11410         (CROSS_CHECK_MODULES): Added check-gnuserv.
11411         (INSTALL_MODULES): Added install-gnuserv.
11412         (CLEAN_MODULES): Added clean-gnuserv.
11413         (all-gnuserv): New target.
11415 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
11417         * config.guess: Fixes for MIPS OpenBSD systems.
11419 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11421         * Makefile.in (INSTALL_XFORM): Remove.
11422         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11424         * mkinstalldirs: New file, copied from automake.
11425         * Makefile.in (installdirs): Rename from install-dirs.  Use
11426         mkinstalldirs.  Change all users.
11427         (DEVO_SUPPORT): Add mkinstalldirs.
11429 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11431         * install-sh: Rename from install.sh.
11432         * Makefile.in (INSTALL): Change install.sh to install-sh.
11433         (DEVO_SUPPORT): Likewise.
11435         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
11436         Graichen <graichen@rzpd.de>.
11438 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
11440         * config.guess: Recognize OpenBSD systems correctly.
11442 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11444         * README, Makefile.in (ETC_SUPPORT): Remove references to
11445         cfg-paper*, configure.{texi,man,info*}._
11447 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
11449         * Makefile.in (all.normal): Ensure that gcc is built after all
11450         the x11 - ie gdb - targets.
11452 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
11454         * makefile.vms: Don't run conf-a-gas.
11456 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
11458         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11460 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
11462         * configure.in: Remove noconfigdirs case since gdb also
11463         configures and builds for tic80-coff.
11465 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11467         * configure: Set cache_file to config.cache.
11468         * Makefile.in (local-distclean): Remove config.cache.
11470 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11472         * COPYING: Update FSF address.
11474 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
11476         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11477         noconfigdirs.
11479 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11481         * Makefile.in (install-dirs): Don't crash if prefix, and hence
11482         MAKEDIRS, is empty.
11484 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
11486         * config.sub: Tweak mn10300 entry.
11488 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
11490         * configure.in (host_tools): Put sim before gdb, so gdb's
11491         configure.tgt can determine if the simulator was configured.
11493 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
11495         * config.sub: Move BeOS $os case to be with other Cygnus
11496         local cases.
11498 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
11500         * config.sub: Remove misplaced comment that broke Linux.
11502 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
11504         * config.sub: Add BeOS support.
11506 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
11508         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11510 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
11512         * configure.in (noconfigdirs): Remove tcl and tk from
11513         noconfigdirs for cygwin32 builds.
11515 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
11517         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11519 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
11521         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11522         make-all.com, use makefile.vms instead.
11524 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
11526         * config.sub: Accept -lnews*.
11528 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
11530         * configure.in (noconfigdirs): Disable target-newlib,
11531         target-examples and target-libiberty for d30v.
11533 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11535         * configure.in (noconfigdirs): Enable ld for d30v.
11537 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
11539         * configure.in (tic80-*-*): Build compiler.
11541 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
11543         * configure.in (d30v-*): Remove sim directory from list of
11544         unsupported d30v directories
11546 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11548         * config.sub, configure.in: Add d30v target cpu.
11550 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
11552         * makefile.vms: New file.
11553         * make-all.com: Remove.
11555 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
11557         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11559 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
11561         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11563 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
11565         * Makefile.in (ALL_MODULES): Added all-db.
11566         (CROSS_CHECK_MODULES): Addec check-db.
11567         (INSTALL_MODULES): Added install-db.
11568         (CLEAN_MODULES): Added clean-db.
11570 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
11572         * config.guess: Merge with latest FSF sources.
11574 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
11576         * Makefile.in (ALL_MODULES): Added all-itcl.
11577         (CROSS_CHECK_MODULES): Added check-itcl.
11578         (INSTALL_MODULES): Added install-itcl.
11579         (CLEAN_MODULES): Added clean-itcl.
11581 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
11583         * configure.in: build gdb for mn10200
11585 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
11587         * Makefile.in (all-target-winsup): Depend on all-target-libio.
11589 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
11591         * configure.in (tic80-*-*): Turn off most targets right now.
11593 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
11595         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11596         rather than the makeinfo program.
11597         (do-info): Depend upon all-texinfo.
11599 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11601         * configure.in: Remove uses of config/mh-linux.
11603         * config.sub, config.guess: Merge with latest FSF sources.
11605 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
11607         * config.sub (case $basic_machine): Add tic80 entries.
11609 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
11611         * config.sub, config.guess: Merge with latest FSF sources.
11613 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
11615         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11616         * mpw-config.in: Test for NewFolderRecursive.
11617         * mpw-install: Use symbolic name for startup filename.
11618         * mpw-README: Add various additional details.
11620 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
11622         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11624 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
11626         * configure.in: Do build gcc and the target libraries for
11627         the mn10200.
11629 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
11631         * configure.in: don't avoid building gdb for mn10300 any more
11632         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11633         instead of single-quoting it.
11635 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
11637         * configure.in: Don't use --with-stabs on IRIX 6.
11639 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
11641         * configure.in (m32r): Build gdb, libg++ now.
11643 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11645         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
11646         directories from noconfigdirs.
11648 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
11650         * config.sub (basic_machine): added mips16 configuration
11652 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11654         * config.sub: Handle d10v-unknown.
11656 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
11658         * config.sub: Handle v850-unknown.
11660 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
11662         * Makefile.in: add findutils
11663         * configure.in: add findutils to list of host_tools
11665 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
11667         * config.sub: Handle mn10200 and mn10300.
11669 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11671         * configure.in (d10v-*): Do not build librx.
11673 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
11675         * configure.in (mn10300): Build everything except gdb & libgloss.
11677 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
11679         * config.guess:  Patch for Dansk Data Elektronik servers,
11680         from Niels Skou Olsen <nso@dde.dk>.
11682         For ncr, use /bin/uname rather than uname, since GNU uname does not
11683         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
11685         Patch for MIPS R4000 running System V,
11686         from Eric S. Raymond <esr@snark.thyrsus.com>.
11688         Fix thinko for nextstep.
11690         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11692         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
11693         * config.guess: Guess mips-dec-mach_bsd4.3.
11695         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
11696         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
11697         release numbers.
11698         * config.guess (mips-mips-riscos*):  Emit just enough of the
11699         release number.
11701         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
11702         * config.guess (sparc-auspex-sunos*):  Added.
11703         (f300-fujitsu-*): Added.
11705         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
11706         * config.guess:  Recognize a Tadpole as a sparc.
11708 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11710         * config.guess: Don't assume that NextStep version is either 2 or
11711         3.  NextStep 4 (aka OpenStep 4) has come out now.
11713 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11715         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11716         From Rik Faith <faith@cs.unc.edu>.
11718 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
11720         * config.sub: Contributions from bug-gnu-utils to:
11721         Support plain "hppa" (no version given) architecture, reported by
11722         OpenStep.
11723         OpenBSD like NetBSD.
11724         LynxOs is not a hardware supplier.
11726         * config.guess: Contributions from bug-gnu-utils to add support for:
11727         OpenBSD like NetBSD.
11728         Stratus systems.
11729         More Pyramid systems.
11730         i[n>4]86 Intel chips.
11731         M680[n>4]0 Motorola chips.
11732         Use unknown instead of lynx for hardware manufacturer.
11734 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11736         * install.sh (chmodcmd): Set to null if the DST directory already
11737         exists.
11739 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11741         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11742         not use mt-ppc target Makefile fragment any more.
11744 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11746         * configure.in (*-*-windows):  Exclude everything but those dirs
11747         needed to build windows.
11749 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
11751         * Makefile.in (all-target-winsup): Depend on all-target-librx.
11753 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11755         * configure.in:  Exclude mmalloc from i386-windows.
11757 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11759         * Undo my previous change.
11761 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
11763         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11764         unconditionally.
11765         (MAKEOVERRIDES): Define (revert this part of October 18 change).
11767 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11769         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
11770         host to add it's own flags.
11772 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
11774         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11776 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
11778         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11779         (CXX_FOR_TARGET): Likewise.
11780         (GCC_FOR_TARGET): Define.
11781         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11782         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11783         CC_FOR_TARGET was specified on the command line.
11784         (MAKEOVERRIDES): Don't define.
11786 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
11788         * configure.in (m32r): Fix spelling of libg++ libs.
11790 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
11792         * config.sub (-apple*): Remove, now redundant.
11794 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
11796         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11798         * configure: Rework yesterday's sed script patch.
11800         * config.sub: Merge with FSF.
11802 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
11804         * config.guess:  Merge from FSF.
11806         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
11807         * config.guess: Use pc instead of unknown, for pc clone systems.
11808         Change linux to linux-gnu.
11810         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
11811         * config.guess: Avoid non-portable tr syntax.
11813 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
11815         * test-build.mk (HOLES): Add "xargs" for gdb.
11817         * configure: Avoid hpux10.20 sed bug.
11819 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
11821         * configure.in:  Add support for windows host
11822         (that is a build done under the Microsoft build environment).
11824 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
11826         * Makefile.in: Replace all uses of srcroot with s, to shrink
11827         command line lengths.
11829         Patches from Geoffrey Noer <noer@cygnus.com>:
11830         * configure.in: If configuring for newlib, pass --with-newlib to
11831         subdirectories.
11832         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11833         -Bnewlib/ and -Lwinsup to gcc.
11834         (CXX_FOR_TARGET): Likewise.
11836 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
11838         * Makefile.in (ETC_SUPPORT): Add configure.
11840 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
11842         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
11843         host configuration file.
11845 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
11847         * configure.in: Break mn10x00 support into separate
11848         mn10200 and mn10300 configurations.
11849         * config.sub: Likewise.
11851 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
11853         * configure.in: Add lots of stuff to noconfigdirs for
11854         the mn10x00 targets.
11856         * config.sub, configure.in: Add mn10x00 support.
11858 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
11860         * make-all.com: Call conf-a-gas, not config-a-gas.
11862 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
11864         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
11865         targets.
11867 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
11869         * mpw-README: Add much more detail for native PowerMac.
11870         * mpw-install: New file.
11871         * mpw-configure: Add --norecursion and --help options.
11872         * mpw-config.in: Translate readme and install files when
11873         copying to objdir.
11874         * mpw-build.in: Don't always depend on byacc and flex.
11875         (install-only-top): New action.
11877 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
11879         * configure.in:  You can now configure GDB for the v850.
11881 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
11883         * configure.in (noconfigdirs): Don't configure any C++ dirs
11884         if targeting D10V.
11886 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11888         * config.sub: Recognize mips64vr5000.
11890 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
11892         * configure.in: Use a single line for host_tools and native_only.
11894 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
11896         * config.sub, configure.in: Add entries for m32r.
11898 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
11900         * Makefile.in (inet-install): Don't run install-gzip.
11902 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
11904         * configure.in:  Don't config lots of things for *-*-windows*.
11906 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
11908         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11909         (host_libs, host_tools): Copy from configure.in.
11910         * mpw-configure: Don't complain about directories not found.
11912 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11914         * configure.in (i[345]86): Recognize i686 for pentium pro.
11915         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11916         file.
11918         * config.guess (i[345]86): Ditto.
11920 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11922         * configure.in (noconfigdirs): Removed gdb for D10V.
11924 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
11926         * configure.in: Remove ld, target-libio, target-libg++, and
11927         target-libstdc++ from noconfigdirs.
11929 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
11931         * configure: Fix three locations where shell scripts were
11932         being run directly rather than with config_shell.
11934 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
11936         * configure.in (v850-*-*): Set up initial $noconfigdirs.
11937         * config.sub (basic_machine): Recognize v850.
11939 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
11941         * mpw-configure: Handle multiple enable/disable options and
11942         pass them down recursively, handle -c and -s flags appropriately
11943         depending on choice of compiler, add escape mechanism for
11944         quoted arguments to gC.
11946 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11948         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11949         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11950         so that -mrelocatable-lib and -mno-eabi are used.
11952         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11953         not support --print-multi-lib, don't abort.
11955 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
11957         * make-all.com: Run config-a-gas.
11958         * setup.com: Don't copy subdirectory files around.
11960 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
11962         * configure.in (*-*-ose): Remove exclusion of libgloss for this
11963         target, it now compiles correctly.
11965 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
11967         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11969 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11971         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
11973 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11975         * configure.in (native_only): Add prms.
11977 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
11979         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11980         (BINUTILS_SUPPORT_DIRS): Likewise.
11982 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11984         * configure.in (d10v-*-*): Don't configure ld or gdb until the
11985         d10v support is added.
11987 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11989         * configure.in (d10v-*-*): New target.
11991 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
11993         * config.guess (HP 9000/811): Recognize this as a PA1.1
11994         machine.
11996 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
11998         * Makefile.in (do-tar-gz): New target, split out from tail end of
11999         taz target.  Run each command separately, don't use pipes.
12000         (taz): Use it.
12002 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
12004         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12005         * mpw-build.in: No builds should depend on building byacc or flex,
12006         they are assumed to be installed already.
12008 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12010         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12011         variable that CC_FOR_TARGET needs.
12013 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12015         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12016         options have changed since the last time the subdirectory was
12017         configured, and if it has, reconfigure.
12018         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12019         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12021 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
12023         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12024         CLEAN_MODULES): Add bash.
12025         (all-bash): New target.
12027 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
12029         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12031 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12033         * config.sub (basic_machine): Recognize d10v as a valid processor.
12035 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
12037         * mpw-configure: Add support for --bindir.
12038         * mpw-build.in: Use a GCC-specific build script for GCC actions.
12040 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
12042         * configure.in: add bash, time, gawk to list of hosttools and things
12043         to only build for native toolchains
12045 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12047         * Makefile.in (docdir): Remove.
12049 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12051         * Makefile.in (datadir): Set to $(prefix)/share.
12053 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
12055         * configure.in: build diff and patch for cygwin32-hosted
12056         toolchains.
12058 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
12060         * config.sub: Accept -rtems*.
12062 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
12064         * configure.in: enable dosrel for cygwin32-hosted builds,
12065                 remove diff from the list of things not buildable
12066                 via Canadian Cross
12068 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
12070         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12071         don't get ". ".
12073 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
12075         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12077 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
12079         * Makefile.in (taz): Handle case where tex3patch didn't even get
12080         checked out.  Also, if it was found, put the symlink in a new util
12081         subdirectory.
12083 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12085         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12087 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
12089         * config.sub: Recognize -openvms.
12090         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12091         * make-all.com, setup.com: New files.
12093 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12095         * Makefile.in (taz): tex3patch moved to texinfo/util.
12097 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
12099         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12100         * configure.in: remove make from disable-if-Can-Cross list
12101                 enable gdb if ${host} and ${target} are cygwin32
12103 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
12105         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
12106         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12108 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12110         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
12111         distinguish sysv/svr4/bsd variants.
12112         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12114 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
12116         * configure.in: Added copyright notice.
12117         * move-if-change: Added copyright notice.
12119 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12121         * configure.in (powerpcle-*-solaris*): Until we get shared
12122         libraries working, don't build gdb, sim, make, tcl, tk, or
12123         expect.
12125 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
12127         * config.guess:  Merge with FSF:
12129         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12130         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12132         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
12133         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12135         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
12136         * config.guess:  Combine two OSF1 rules.
12137         Also recognize field test versions.  From mjr@zk3.dec.com.
12138         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
12139         because GNU uname does not support -p.  From pmr@pajato.com.
12141 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
12143         * Makefile.in (MAKEDIRS): Removed $(tooldir).
12145 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
12147         * mpw-README: Document GCCIncludes.
12149 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
12151         * configure.in (alpha-*-linux*): Set enable_shared to yes.
12153 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12155         * mpw-configure: Handle --enable-FOO and --disable-FOO.
12157 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
12159         * configure.in (*-*-cygwin32): Configure make.
12161 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
12163         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12165 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
12167         * Makefile.in (all-inet): Depend on all-perl.
12169         * Makefile.in (inet-install): New target.
12171         * Makefile.in (all-inet): Depend on all-tcl.
12172         (all-inet): Depend on all-send-pr.
12174 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12176         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12177         temporarily.
12179 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
12181         * configure.in: Don't configure --with-gnu-ld on AIX.
12183 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12185         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12187 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
12189         * Makefile.in (ALL_MODULES): Added all-inet.
12190         (CROSS_CHECK_MODULES): Added check-inet.
12191         (INSTALL_MODULES): Added install-inet.
12192         (CLEAN_MODULES): Added clean-inet.
12193         (all-indent): New target.
12195         * configure.in (host_tools): Added inet.
12196         (native_only): Added inet.
12197         (noconfigdirs): Added inet.
12199 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
12201         * configure.in: Don't configure libgloss if we are not configuring
12202         newlib.
12204 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
12206         * configure.in: Don't configure libgloss for unsupported
12207         architectures.
12209 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12211         * Makefile.in (CLEAN_MODULES): Add clean-apache.
12213 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
12215         * Makefile.in (ALL_MODULES): Include all-apache.
12216         (CROSS_CHECK_MODULES): Include check-apache.
12217         (INSTALL_MODULES): Include install-apache.
12218         (all-apache): New target.
12220         * configure.in: Added apache everywhere perl is seen.
12222 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12224         * Makefile.in: Add support for clean-{module} and
12225         clean-target-{module} rules.
12227 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
12229         * configure.in (*-*-ose) do not build libgloss.
12231 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12233         * config.guess (prep*:SunOS:5.*:*): Turn into
12234         powerpele-unknown-solaris2.
12236 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
12238         * configure.in: Permit --enable-shared to specify a list of
12239         directories.
12241 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12243         * configure.in (host==solaris): Pass only the first word of $CC
12244         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12246 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12248         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12250 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
12252         * Makefile.in (ALL_MODULES): Include all-perl.
12253         (CROSS_CHECK_MODULES): Include check-perl.
12254         (INSTALL_MODULES): Include install-perl.
12255         (ALL_X11_MODULES): Include all-guile.
12256         (CHECK_X11_MODULES): Include check-guile.
12257         (INSTALL_X11_MODULES): Include install-guile.
12258         (all-perl): New target.
12259         (all-guile): New target.
12261         * configure.in (host_tools): Include perl and guile.
12262         (native_only): Include perl and guile.
12263         (noconfigdirs): Don't build guile and perl; no ports have been
12264         done.
12266 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
12268         * configure (--enable-*): Handle quoted option lists such as
12269         --enable-sim-cflags='-g0 -O' better.
12271 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12273         * Makefile.in ({,inst}all-target): New rule so we can make and
12274         install all of the target directories easily.
12276 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12278         * configure.in: Add missing global flag in sed substitution when
12279         deleting `target-' from ${configdirs}.
12281 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
12283         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12284         option.
12286         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12287         config/mh-necv4.
12289         * install.sh: Correct misspelling of transformbasename.
12291         * config.guess: Recognize mips-*-sysv*.
12293 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
12295         * config.sub: Recognize mon960.
12297 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
12299         * configure: Restore Canadian Cross handling of BISON and LEX,
12300         removed in Feb 20 change.
12302 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
12304         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12305         Mention make install.  Remove the old copyright date as well the
12306         clumsy and rather pointless copyright on the README file.
12308 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12310         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12311         Makefile after running symlink-tree, then run `make distclean' to
12312         avoid clobbering any generated files in srcdir.
12314 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
12316         * configure.in (m68k-*-netbsd*): Build everything now.
12318 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12320         * Makefile.in (taz): Fix quoting.
12322 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
12324         * configure.in (sparclet-*-*): Build everything now.
12326 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12328         * configure.in (m68k-*-linux*): New host.
12330 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
12332         * configure: Check for bison before byacc.
12334 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
12336         * Makefile.in configure:  Change the way LEX and BISON/YACC are
12337         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
12338         searching PATH.  These are used as fallbacks by Makefile.in if
12339         flex/bison/byacc aren't in objdir.
12341 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
12343         * Makefile.in: Make everything which depends upon all-bfd also
12344         depend upon all-opcodes, in case --with-commonbfdlib is used.
12346 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12348         * configure.in (host *-*-cygwin32): Don't build gdb if we are
12349         building NT native compilers on Unix.
12351 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
12353         * configure.in: Don't get CC from the host Makefile fragment if we
12354         can find gcc in PATH, or if this is a Canadian Cross.  Move the
12355         Solaris test for /usr/ucb/cc to the post target script, just after
12356         the compiler sanity test.
12358 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
12360         * config.sub: Merge with FSF.
12362 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
12364         * Makefile.in (RPATH_ENVVAR): New variable.
12365         (REALLY_SET_LIB_PATH): Use it.
12366         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12368 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
12370         * config.sub, configure.in: Recognize sparclet cpu.
12372 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12374         * config.guess:  Support m68k-cbm-sysv4.
12376 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12378         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12379         m68k-unknown-linuxaout from linker help string.  Put quotes around
12380         $ld_help_string.
12382 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
12384         * config.guess (powerpc-harris-powerunix): Add guess for port
12385         to new target.
12387 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12389         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12391 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
12393         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12394         $(REALLY_SET_LIB_PATH) in Makefile.
12395         * Makefile.in (SET_LIB_PATH): New variable.
12396         (REALLY_SET_LIB_PATH): New variable.
12397         ($(DO_X)): Use $(SET_LIB_PATH).
12398         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12399         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12400         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12401         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12402         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12403         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12404         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12405         (install-dosrel): Likewise.
12406         (all-opcodes): Depend upon all-libiberty.
12408 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12410         * config.guess (*:CYGWIN*): New
12412 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12414         * Makefile.in (all-target-winsup): All all-target-libiberty.
12416 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12418         * configure.in (noconfigdirs): Add missing # in front of comment.
12420 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
12422         * configure.in: add second pass to things added to noconfigdirs
12423         so *-gm-magic can exclude libgloss properly.
12425 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
12427         * mpw-configure (extralibs_name, rez_name): Set correctly
12428         for MWC68K compiler.
12430         * mpw-README: Add more info on the necessary build tools.
12432 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12434         * configure.in, config.sub: Recognize cygwin32.
12436 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
12438         * config.guess, config.sub: Recognize A/UX.
12440 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
12442         * config.sub: Merge with gcc/config.sub.
12444 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
12446         * mpw-build.in (do-binutils): Add build of stamps.
12448 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
12450         * config.sub: Add recognition for mips64vr4100*-* targets.
12452 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12454         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12455         Add creation of gconfigargs with `--enable-shared' turned on.
12456         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12457         ($(host)-stamp-stage3-configured): Likewise.
12458         (HOLES): Add chatr and ldd.
12459         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12461 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
12463         * configure: Pass --nfp to recursive configures.
12465 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12467         * Makefile.in (DLLTOOL): New.
12468         (DLLTOOL_FOR_TARGET): New.
12469         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12470         (EXTRA_TARGET_FLAGS): Ditto.
12471         (EXTRA_GCC_FLAGS): Ditto.
12472         (CONFIGURE_TARGET_MODULES): Ditto.
12473         (DO_X): Ditto.
12474         * configure: Add DLLTOOL.
12476 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
12478         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12479         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12480         mh-sco, since old workarounds no longer needed, and don't
12481         build ld, since libraries have weak symbols in COFF.
12483 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
12485         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12487 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12489         * configure.in: Make sure that ${CC} can be used to compile an
12490         executable.
12492 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12494         * Makefile.in (all-gdb): Depend on $(GDB_TK).
12495         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12496         nothing depending on whether gdbtk is being built.
12498 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
12500         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12502 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
12504         * configure.in (noconfigdirs): Put ld or gas in this early, if the
12505         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12507 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
12509         * config-ml.in: Add support for
12510         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12511         Simplify setting of multidirs from --disable-foo.
12513 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12515         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12516         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12517         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12518         non-empty, pass them on to the  GCC make.
12519         (all-bootstrap): New rule that is like all-gcc, except it executes
12520         the GCC bootstrap rule instead of the GCC all rule.
12522 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
12524         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12526 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12528         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12529         DG/UX support.
12531 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
12533         * config.sub (i*86*) Change [345] to [3456]
12535 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12537         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12538         --with-gnu-ld=no.
12540 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12542         * config-ml.in (rs6000*, powerpc*): Add switches to control which
12543         AIX multilibs get built.
12545 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12547         * configure.in (i386-win32): Don't build expect if we're not
12548         building the tcl subdir.
12550 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
12552         * Makefile.in: (configure-target-examples, all-target-examples):
12553         New targets, configure and build example programs.
12555 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
12557         * mpw-configure: If an mpw-config.in generated a file mk.sed,
12558         use it as input to sedit the generated MPW makefile.
12559         * mpw-README: Add a suggestion about Gestalt.h.
12561 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
12563         * config.sub: Accept *-*-ieee*.
12565 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
12567         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
12568         Ronald F. Guilmette <rfg@monkeys.com>.
12570 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12572         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12573         for powerpc-pe native.
12574         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12575         (target==powerpc-pe): duplicate i386-win32 entry.
12577 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12579         * configure.in (noconfigdirs): Exclude target-newlib for all versions
12580         of vxworks, not just vxworks5.1.
12582 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
12584         * mpw-configure: Add support for exec-prefix.
12586 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12588         * config.guess: Recognize HP model 816 machines as having
12589         a PA1.1 processor.
12591 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12593         * configure: Ignore new autoconf configure options.
12595 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12597         * config.guess:  Recognize Pentium under SCO.
12598         From Robert Lipe <robertl@arnet.com>.
12600 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12602         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12604 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
12606         * configure.in: Don't configure gas for alpha-dec-osf*.
12608 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
12610         * configure.in: Default to --with-stabs for some targets for which
12611         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12612         i[345]86*-*-unixware*.
12614 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12616         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12617         rather than basing it on the target.  Simplify handling of options
12618         controlling which directories to configure.  Remove extraneous
12619         slash in multi-clean target.
12621 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
12623         * config-ml.in: Prefix more variables with ml_ so they don't collide
12624         with configure's.
12626 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
12628         * configure: Don't turn -v into --v.
12630 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
12632         * configure.in (targargs): Fix typo.
12634         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12636 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
12638         * configure.in: Strip --host and --target options from
12639         CONFIG_ARGUMENTS, and always configure for --host only.  Add
12640         --with-cross-host option when building with a cross-compiler.
12641         * configure: Canonicalize the arguments put into config.status by
12642         always using `=' for an option with an argument.  Pass a presumed
12643         --host or --target explicitly.
12645 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
12647         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12648         into general OS recognition case.
12650 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12652         * configure.in (target_configdirs): add target-winsup only
12653         for win32 target systems.
12655 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
12657         * Makefile.in (all-target-libgloss): Depend upon
12658         configure-target-newlib, since when libgloss is built it looks to
12659         see if the newlib directory exists.
12661 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
12663         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12664         cfg-ml-*.in.
12666 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
12668         * configure: Handle LD and LD_FOR_TARGET when configuring a
12669         Canadian Cross.
12671 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12673         * configure.in (target_libs): add target-winsup.
12674         (target==i386-win32): add patch diff flex make to $noconfigdirs.
12675         (target==ppcle-pe): remove ld from $noconfigdirs.
12677 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
12679         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12680         Preserve relative path names in $srcdir.  Build symlink tree if
12681         configuring cross target dir and srcdir=. (= no VPATH support).
12682         (configure-target-libg++): Depend on configure-target-librx.
12683         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12684         * config-ml.in: New file.
12685         * symlink-tree: New file.
12686         * configure: Ensure srcdir="." if that's what it is.
12688 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
12690         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12691         includes and FLEX_SKELETON setting.
12692         * mpw-configure (--with-gnu-ld): New option, controls whether
12693         to use PPCLink or ld with PowerMac GCC.
12694         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12695         * mpw-config.in: Configure grez if targeting Mac.
12697         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12698         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12699         just macos.
12700         * configure.in: Configure grez resource compiler if targeting Mac.
12701         * Makefile.in (all-grez, install-grez): New targets.
12703 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
12705         * configure: CXX defaults to gcc, not g++.  If we find
12706         gcc in the path, set CC to gcc -O2.
12708 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
12710         * configure: Default ${build} correctly.  Avoid picking up extra
12711         spaces when reading CC and CXX from Makefile.  When doing a
12712         Canadian Cross, use plausible default values for numerous
12713         variables.
12714         * configure.in: When doing a Canadian Cross, don't try to
12715         configure tools whose configure script can't handle it.
12717 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12719         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12721 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12723         * configure:  Remove dubious bug reporting address.
12725 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12727         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
12728         configure script, run that instead of this directory's configure.
12729         In either case, print a message that we're configuring the sub-dir.
12731 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12733         * configure.in: Before checking for the existence of various files,
12734         use sed to filter out "target-".
12736 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12738         * Makefile.in (DO_X): Split rule to decrease command line length
12739         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
12740         (Philippe De Muyter).
12742 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12744         * Makefile.in (all-patch): depend on all-libiberty.
12746 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
12748         * configure.in: If the only directory in target_configdirs which
12749         actually exists is libiberty, then set target_configdirs to empty,
12750         to avoid trying to build a target libiberty in a gas or gdb
12751         distribution.
12753 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
12755         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12756         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12757         systems.
12759 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12761         * configure.in (copy_dirs): Use sys-include instead of include
12762         for --with-headers option.
12764 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
12766         * Makefile.in, configure.in: Make winsup builds work with
12767         new scheme.
12769 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
12771         * configure.in: Build the linker on AIX.
12773 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12775         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
12776         where needed.
12778 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
12780         * Makefile.in (all-gcc): Fix typo.
12782 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12784         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
12786 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12788         * configure.in:  Rename libFOO to target-libFOO, and xiberty
12789         to target-xiberty, to provide more flexibility.
12790         (target_subdir):  Define.  Create if cross.
12791         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12792         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
12793         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12794         check-libFOO -> check-target-libFOO, etc.
12795         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12796         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12797         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12798         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
12799         allow ALL_GCC="" to only configure.
12800         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
12801         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
12802         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
12804 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
12806         * Makefile.in (taz): Build "info" in etc explicitly.
12808 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
12810         * configure.in:  Make sure that CC is undefined (as opposed to
12811         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
12812         problem with autoconf trying to configure on a host without GCC.
12814 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
12816         * mpw-configure: Set host alias from choice of host compiler,
12817         only use generic MPW Makefile sed if present, edit a file
12818         named "hacked_Makefile.in" instead of "Makefile.in" if present.
12819         * mpw-README: Add problem notes about CW6 and CW7.
12821 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
12823         * Makefile.in (taz): Use ";" instead of ";;".
12825 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12827         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
12828         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12829         DISTDOCDIRS.
12830         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
12831         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
12833 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12835         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
12836         and gnats, because they are now subsumed by DISTSTUFFDIRS.
12837         Move bfd to DISTSTUFFDIRS.
12839 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12841         * Makefile.in (X11_LIB): Removed.
12842         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12844         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12846 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12848         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12849         names.
12851 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12853         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12855 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
12857         * configure.in (i[345]86-*-win32): Always build newlib.
12858         Don't configure cvs, autoconf or texinfo.
12859         * Makefile.in (LD_FOR_TARGET): New.
12860         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12861         Pass down LD_FOR_TARGET.
12863 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
12865         * winsup: New directory.
12866         * Makefile.in: Build winsup.
12867         * configure.in: Winsup is configured when target is win32.
12868         Can only build win32 target GDB when native.
12870 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
12872         * config.guess: Recognize HP model 819 machines as having
12873         a PA 1.1 processor.
12875 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
12877         * configure: Fix sed loop which substitutes for CC and CXX to
12878         avoid bug found in various sed implementations.
12880 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12882         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12883         simulator.  Use standard powerpc-*-eabi*.
12885 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12887         * configure.in: Stop putting gas and binutils in noconfigdirs for
12888         powerpc-*-aix* and rs6000-*-*.
12890 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
12892         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12893         -mcall-aixdesc libraries.
12895 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
12897         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12899         * config.sub (arm | armel | armeb): Fix shell syntax.
12901 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12903         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12904         -msoft-float and -mcpu=common support.
12905         (powerpc*-*-eabisim*): Add support for building -mcall-aix
12906         libraries.
12908 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12910         * configure.in: Allow configuration and build of emacs19 for the alpha.
12912 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12914         * configure.in (CC): Get ^CC, not just any old CC, from
12915         ${host_makefile_frag}.
12917 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12919         * configure.in (CC): Try to get CC from
12920         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12922 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12924         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12925         only if it exists in $(srcdir).
12927 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
12929         * configure: If CC and CXX are not set in the environment, set
12930         them, based on either an existing Makefile or on searching for gcc
12931         in PATH.  Substitute for CC and CXX in Makefile.
12932         * configure.in: Remove libm from target_libs.  Separate
12933         target_configdirs from configdirs.  If CC is not set in
12934         environment, try to get it from a host Makefile fragment.  Rewrite
12935         changes of configdirs to use skipdirs instead.  A few minor
12936         tweaks.  Take directories out of target_configdirs as they are
12937         taken out of configdirs.  Remove existing Makefile files from
12938         subdirectories.  Substitute for TARGET_CONFIGDIRS and
12939         CONFIG_ARGUMENTS in Makefile.
12940         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12941         by configure.in.
12942         (CONFIG_ARGUMENTS): Likewise.
12943         (CONFIGURE_TARGET_MODULES): New variable.
12944         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12945         ($(CONFIGURE_TARGET_MODULES)): New target.
12946         (configure-libg++, configure-libio): New targets.
12947         (all-libg++): Depend upon configure-libg++.
12948         (all-libio): Depend upon configure-libio.
12949         (configure-libgloss, all-libgloss): New targets.
12950         (configure-libstdc++): New target.
12951         (all-libstdc++): Depend upon configure-libstdc++.
12952         (configure-librx, all-librx): New targets.
12953         (configure-newlib): New target.
12954         (all-newlib): Depend upon configure-newlib
12955         (configure-xiberty): New target.
12956         (all-xiberty): Depend upon configure-xiberty.
12958 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
12960         * configure.in (host i[345]86-*-win32):  Expand the
12961         noconfigdirs again.
12963 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
12965         * mpw-configure: Fix sed command file name.
12967 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
12969         * configure.in (host i[345]86-*-win32): Reduce the
12970         noconfigdirs again.
12972 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
12974         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12975         or powerpc*-*-pe*, since they are not yet supported.
12977 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
12979         Add PowerMac support and many other enhancements.
12980         * mpw-configure: New option --cc to select compiler to use,
12981         paste options set according to --cc into the generated
12982         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12983         if mpw-make.sed is present.
12984         * mpw-config.in: Don't test for gC1, test for mpw-touch,
12985         add forward includes for PowerPC include files.
12986         * mpw-build.in: Build using Makefile.PPC if present.
12987         (do-byacc, etc): Remove separate version resource builds.
12988         (do-gas): Build "stamps" before "all".
12989         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12990         * mpw-README: Update to reflect --cc option, PowerMac support,
12991         and recently-reported compatibility problems.
12993 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
12995         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12996         embedded m68k systems (-aout, -coff, -elf, -vxworks).
12997         (--with-multilib-top): Pass to recursive invocations.
12999 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
13001         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13002         v810-*-*.
13004 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13006         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13007         gdb, ld and opcodes on v810-*-*.
13009 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13011         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13012         (local-maintainer-clean): New target.
13013         (maintainer-clean): New target.
13014         (realclean): Just depend upon maintainer-clean.
13016 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13018         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13020 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
13022         * configure.in: Build ld in mips*-*-bsd* case.
13024 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
13026         * config.sub: Accept -lites* OS.  From Ian Dall.
13028 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
13030         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13031         targets.
13033 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13035         * configure.in: treat i386-win32 canadian cross the same as
13036         i386-go32 canadian cross.
13038 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13040         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13041         running under the simulator to build a reduced set of libraries.
13042         (powerpc-*-eabiaix): Add fine grained multilib support added to
13043         other powerpc targets yesterday.
13045 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13047         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13048         -disable-softfloat, -disable-relocatable, -disable-aix, and
13049         -disable-sysv to control which multilib libraries get built.
13051 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13053         * configure: Add Makefile.tem to list of files to remove in trap
13054         handler.
13056 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13058         * config.guess (*Linux*):  Add missing "exit"s.
13059         Also, need specific check for alpha-unknown-linux (uses COFF).
13061 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13063         * config.guess:  Merge with FSF:
13065         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
13066         * config.guess (AIX4): More robust release numbering discovery.
13068         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
13069         * config.guess (i386-sequent-ptx): Properly get version number.
13071         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
13072         * config.guess (mips:*:4*:UMIPS): New case.
13074 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13076         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13077         (i386-win32 host): Likewise.  Don't build readline.
13079 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
13081         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
13082         SUPPORT_FILES to submakes.
13084 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
13086         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13087         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13088         mpw-configure.
13090 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
13092         * configure.in (appdirs): Use =, not ==, in test expression when
13093         trying to build the text to print in the warning message for
13094         Solaris users.
13096 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
13098         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13100 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13102         * config.guess: Recognize lynx-2.3.
13104 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
13106         * config.sub (z8ksim): Deleted
13107         (z8k-*-coff): New, this is the one true name of the target.
13109 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
13111         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13113 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
13115         * config.guess (*:Linux:*:*): First try asking the linker what the
13116         default object file format is (elf, aout, or coff).  Then if this
13117         fails, try previous methods.
13119 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13121         * configure.in: Don't build newlib for *-*-vxworks5.1.
13123 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13125         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13126         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13128 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
13130         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13132 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
13134         * cfg-ml-com.in: New file.
13135         * cfg-ml-pos.in: New file.
13137 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13139         * COPYING.NEWLIB: Add HP free copyright to list.
13141 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13143         * config.sub: Recognize -eabi* for the system, not just -eabi.
13145 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13147         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13148         * config.sub, configure.in (win32): New target and host.
13150 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13152         * configure.in: Add i386-pe configuration.
13154 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
13156         * mpw-build.in (install): Install GDB after LD.
13158 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
13160         * mpw-config.in (elf/mips.h): Always forward-include, needed
13161         for GDB to build.
13163 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13165         * testsuite: New directory for customer acceptance and whole tool
13166         chain tests.
13168 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13170         * configure: If per-host line isn't found, but AC_OUTPUT is found
13171         and a configure script exists, run it instead.
13173 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13175         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
13177 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13179         * configure: Set build_{cpu,vendor,os,alias} to host values when
13180         --build isn't specified.
13182 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13184         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13185         (FLAGS_TO_PASS): Pass them.
13186         (EXTRA_TARGET_FLAGS): Ditto.
13188 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13190         * Makefile.in (all-libg++): Depend on all-libstdc++.
13192 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13194         * configure.in (noconfigdirs): Enable all packages for
13195           i386-unknown-netbsd.
13197 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
13199         * configure.in (noconfigdirs): Don't configure tk for i386-go32
13200         hosted builds (DOS builds)
13202 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13204         Changes for ARM based on patches from Richard Earnshaw:
13205         * config.sub: Handle armeb and armel.
13206         * configure.in: Omit arm linker only for riscix.
13208 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13210         * config.guess:  Update from FSF.
13212 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
13214         * config.sub: Recognize powerpcle as the little endian variant of
13215         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
13216         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
13217         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
13218         temporarily.
13220 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
13222         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13224 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
13226         * config.sub: Accept -lites* as a basic system type.
13228 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
13230         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13231         installed, and if so return linuxoldld as the system name.
13233 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
13235         * config.guess: Add hppa1.1-hp-lites support.
13237 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13239         * configure.in: Don't build newlib for m68k-vxworks5.1.
13241 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13243         * configure.in (mips-sgi-irix6): Use mh-irix5.
13245 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
13247         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13249 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13251         * test-build.mk: Enable building of shared libraries on IRIX 5 and
13252         OSF/1.  Fix compiler flags.
13253         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
13255 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
13257         * configure.in: Recognize --with-newlib.
13258         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13260 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13262         * Makefile.in: move {all,check,install}-gdb from *_MODULES
13263         to *_X11_MODULES due to gdbtk needing X include files et al.
13265 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
13267         Merge in support for Mac MPW as a host.
13268         (Old change descriptions retained for informational value.)
13270         * mpw-config.in: Add generic include forwards for cpu-specific
13271         include files in aout and elf directories.
13273         * mpw-configure: Added copyright.
13274         * mpw-config.in: Check for presence of required build tools.
13275         (target_libs): Add newlib.
13276         (target_tools): Add examples.
13277         (Read Me): Generate as "Read Me for MPW" instead.
13278         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13279         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13280         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13282         * mpw-configure: Remove subdir-specific makefile hackery,
13283         delete mk.tmp after using it.
13285         * mpw-build.in (all): Display start and end times.
13287         * mpw-configure (host_canonical): Set.
13288         (target_cpu): Always add to makefiles.
13289         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13290         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13291         (mpw-mh-mpw): Look for in srcdir and srcroot.
13292         Use sed instead of mpw-edit-prefix to edit prefix definitions.
13294         * mpw-build.in: (install-only): New target.
13296         * mpw-configure (host_alias, target_alias): Rename from hostalias
13297         and targetalias, add into generated Makefile.
13298         (mk.tmp): If present, add into generated Makefile.
13299         * mpw-build.in (all-gas): Build config.h first before gas proper.
13301         * mpw-configure (config.status): Write only if changed.
13302         * mpw-config.in (readline): Configure it (not built, just used for
13303         definitions).
13305         * mpw-config.in (elf/mips.h): Add a forward include.
13307         * mpw-config.in: Forward-include most .h files in include into
13308         extra-include.
13309         (readline): Don't build.
13310         mpw-build.in (install): Install GDB.
13312         * mpw-configure (prefix, mpw_prefix): Handle it.
13313         * mpw-config.in (mmalloc, readline): Don't configure.
13314         * mpw-build.in (thisscript): Rename to ThisScript.
13315         Use mpw-build instead of BuildProgram everywhere.
13316         (mmalloc, readline): Don't build.
13317         * mpw-README: New file, basic documentation about the MPW port.
13319         * mpw-config.in: Use forward-include to create include files.
13321         * mpw-configure: Add more things to the top of each configured
13322         Makefile, including contents of config/mpw-mh-mpw.
13323         * mpw-config.in (extra-include): Create this directory and fill it
13324         with Posix-like include files when configuring.
13326         * config.sub (apple, mac, mpw): Add various aliases.
13328         * mpw-build.in: New file, top-level build script fragment for MPW.
13329         * mpw-configure: New file, configure script for MPW.
13330         * mpw-config.in: New file, config fragment for MPW.
13332 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13334         * configure.in (host_libs): Remove glob, since it is gone from the
13335         sources.
13337 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13339         * Makefile.in: define empty GDB_NLM_DEPS var.
13341         * configure.in(target_makefile_frag): use config/mt-netware
13342         for netware targets.
13344 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
13346         * config.sub: Merge in recent FSF changes.  Remove linux special
13347         cases.
13349 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13351         Revert this change:
13353         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
13355                 * build-all.mk: Use CC=cc -Xs on Solaris.
13357 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13359         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
13360         stop using it.
13361         * Makefile.in: Nuke all references to glob subdirectory.
13363 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13365         * configure.in: Fix --enable-shared logic in per-host.
13367 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13369         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13371 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13373         * configure.in (noconfigdirs): Don't build gas on AIX, for
13374         powerpc*-*-aix* as well as for rs6000*-*-aix*.
13376 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
13378         * configure: Fix --cache-file to work if the file argument is a
13379         relative path.
13381 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
13383         * configure: If the --cache-file is used, pass it down to
13384         configure in subdirectories.
13386 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
13388         * config.sub: add vxworks29k configuration.
13390 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13392         * Makefile.in (taz): Do "diststuff" part quietly.
13394 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13396         * config.sub: Mini-merge with gcc/config.sub.
13398 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13400         * config.guess (IRIX): Sed - to _.
13402 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13404         * Makefile.in (source-vault, binary-vault): New targets.
13406 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
13408         * config.sub: Recognize -eabi as a basic system type.
13410 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13412         * configure.in (enable_shared stuff): Fix typo.
13414 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
13416         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13418 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13420         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13422 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
13424         * configure.in (rs6000-*-*): Don't build gas.
13426 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
13428         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13429         reduce command line length.
13430         (AS_FOR_TARGET): Check for as.new, not Makefile.
13431         (NM_FOR_TARGET): Check for nm.new, not Makefile.
13433 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13435         * config.guess:  Merge from FSF.
13437 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13439         * configure: Don't use $ when handling program_suffix.
13441 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
13443         * configure.in:  Configure tk for hppa/hpux.
13445 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13447         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
13449 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13451         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
13452         to LIBCXXFLAGS.  Tests are better run without it.
13454 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
13456         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13458 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
13460         * configure.in (*-*-netware*): Don't configure xiberty.
13462 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
13464         * configure.in:  Remove tk from native_only list.
13466 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
13468         * build-all.mk: Add mips-ncd-elf target to sun4 targets
13469           for special NCD build.
13471 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13473         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13474         makeall.bat, they're only useful for binutils snapshots.
13475         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13476         makeall.bat to specified SUPPORT_FILES.
13478 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
13480         * build-all.mk: Add Ericsson targets to sun4 and solaris
13481           hosts.  Add  BNR's sun4 target to solaris host, so their
13482           build-from-source will be tested in-house first.
13484 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13486         * Makefile.in (LIBCFLAGS): New variable.
13487         (CFLAGS_FOR_TARGET): Ditto.
13488         (LIBCFLAGS_FOR_TARGET): Ditto.
13489         (LIBCXXFLAGS): Ditto.
13490         (CXXFLAGS_FOR_TARGET): Ditto.
13491         (LIBCXXFLAGS_FOR_TARGET): Ditto.
13492         (BASE_FLAGS_TO_PASS): Pass them.
13493         (EXTRA_TARGET_FLAGS): Ditto.
13495         * configure.in: Support --enable-shared.
13497 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13499         * configure.in (target_libs):  Include libstdc++ again.
13500         * config.guess:  Update from FSF (for FreeBSD).
13502 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13504         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13505         makeall.bat.
13506         (DISTDOCDIRS): Add `etc'.
13507         (ETC_SUPPORT_PFX): New variable.
13508         (taz): Include anything from etc starting with a word in
13509         ETC_SUPPORT_PFX.
13511 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13513         * config.sub: Update for recent FSF changes.  Remove obsolete
13514         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
13515         spacing changes.
13517 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13519         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
13521         * config.guess:  Merge with FSF.
13522         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13524 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13526         * configure: Since the "trap 0" handler will override the exit
13527         status on many systems, only use it for "exit 1", and make it set
13528         a non-zero exit status; reset it before "exit 0".  Also, check
13529         exit status of config.sub, and error out if it failed.
13531 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
13533         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13534         and install libgloss.
13536 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13538         * Makefile.in (all-binutils): Depend upon all-byacc.
13540         * configure.in: Don't build emacs on Irix 5.
13542 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13544         * configure.in (*-*-netware*): Add libio.
13546 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13548         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13549         (CHECK_TARGET_MODULES): Ditto.
13550         (INSTALL_TARGET_MODULES): Ditto.
13551         (TARGET_LIBS): Ditto.
13552         (all-libstdc++): Note dependencies.
13554 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13556         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13558 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13560         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13561         -fexternal-templates.
13563         * configure.in (target_libs): Add libstdc++.
13564         (noconfigdirs): Add libstdc++ as appropriate.
13566 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13568         * config.guess:  Update from FSF.
13570 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13572         * configure: Use ${config_shell} when running ${configsub}.
13574 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
13576         * config.sub: No longer recognize h8300h.
13578 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13580         * config.sub: Remove extraneous differences between config.sub and
13581         gcc/config.sub.
13583 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13585         * Makefile.in (DISTSTUFFDIRS): Add gas.
13587 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
13589         * COPYING.NEWLIB: New file.
13591 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13593         * config.guess (HP-UX):  Patch from Harlan Stenn
13594         <harlan@landmark.com> to also emit release level.
13596 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13598         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13600 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13602         * config.sub:  Merge nextstep cleanup from FSF.
13604 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13606         * configure.in (arm-*-*): Don't configure ld for this target.
13608 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13610         * configure.in (*-*-netware): don't configure libg++, libio,
13611           librx, or newlib.
13613 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13615         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
13616         configure ld--it works, but it doesn't support shared libraries.
13618 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13620         * config.guess (*-unknown-freebsd*):  Get rid of possible
13621         trailing "(Release)" in version string.
13622         Patch from Paul Richards <paul@isl.cf.ac.uk>.
13624 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13626         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13627         Fix type: *-next-neststep -> *-next-nextstep.
13629         * config.guess:  Merge from FSF:
13631         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
13633         * config.guess: Recognize powerpc-ibm-aix3.2.5.
13635         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
13637         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13638         instead of UNIX_SV for UnixWare 1.0).
13640 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
13642         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
13643         to make gdb/nlm/* build after the compiler and linker.
13645 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13647         * config.guess (netbsd, freebsd, linux):  Accept any machine,
13648         not just i[34]86.
13649         (m68k-atari-sysv4):  Relocate to match FSF version.
13651         * config.guess:  More merges from the FSF:
13653         Add a space before function call or macro invocation.
13655         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13657         * config.guess: Add trap cmd to remove dummy.c and dummy when
13658         interrupted.
13660         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13662         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13663         (dummy): Redirect stderr from compilation of dummy.c.
13665         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
13667         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13669 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
13671         * configure: Accept and ignore --cache*, for compatibility with
13672         new autoconf.
13674 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13676         * config.guess:  Merge from FSF:
13678         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13680         * config.guess (Pyramid*:OSx*:*:*): New case.
13681         (PATH): Add /.attbin at end for finding uname.
13682         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
13684         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
13686         * config.guess (M88*:DolphinOS:*:*): New case.
13688         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
13690         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13691         to select whether to use ELF or COFF.
13693         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13695         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13697         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
13699         * config.guess: Guess the OS version for HPUX.
13701         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
13703         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13705 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13707         * configure.in: Recognize --with-headers, --with-libs, and
13708         --without-newlib.
13709         * Makefile.in (all-xiberty): Depend upon all-ld.
13711 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13713         * configure.in: Change i[34]86 to i[345]86.
13715 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13717         * configure (version): A few more tweaks to help message.
13719 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13721         * Makefile.in:  Remove (for now) librx as a host library,
13722         now that we're building it for target.
13724 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13726         * configure: Fix up help message; from karl@owl.hq.ileaf.com
13727         (Karl Berry).
13729 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13731         * configure.in:  Also configure librx.
13733 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13735         * Makefile.in:  Update various rules to reflect that librx
13736         is now needed for libg++.
13738 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13740         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13742 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
13744         * configure.in: Configure the examples directory.
13746 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13748         * configure: Simplify Jun 2 1994 change.
13750 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13752         * change CC to /usr/latest/bin/gcc for lynx host builds, since
13753         /bin/gcc isn't good enough to build gcc.
13755 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
13757         * Makefile.in (GDB_SUPPORT_FILES): Remove
13758         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
13759         (gdb.tar.gz): Add new rule to use standard distribution building
13760         mechanism.
13762 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13764         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
13765         Bill Cox <bill@cygnus.com>.
13767 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13769         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
13771 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
13773         * configure:  Search current dir first in .gdbinit.
13775 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13777         * config.sub:  Recognize freebsd (merged from gcc config.sub).
13779 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13781         * config.sub:  Refer to NeXT's operating system as nextstep.
13783         * config.sub (case $basic_machine):  Re-order the cases, to match
13784         the order in the FSF version (which is mostly alphabethical).
13785         Merge in some additions and changes from the FSF.
13787 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
13789         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13790         * config.sub: Recognize cxux7.
13791         * configure.in: Use mh-cxux for m88k-harris-cxux*.
13793 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13795         * config.sub:  Fix typo powerpc -> powerpc-*.
13797 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
13799         * Makefile.in: `all-emacs19' depends on `all-byacc'.
13801         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13802         parallel with all-emacs and install-emacs).  Top-level command
13803         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13805 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13807         * test-build.mk ($(host)-stamp-stage2-installed): Remove
13808         $(relbindir)/make before doing ``make install'', and use
13809         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
13810         installing over running make binary.
13811         ($(host)-stamp-stage3-installed): Likewise.
13813 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13815         * config.guess: Recognize Mach.
13817 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13819         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13820         see whether --exec-prefix was used.
13822 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13824         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
13826 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13828         * Makefile.in: Add all-librx target similar to all-libproc.
13830 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
13832         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
13833         with post 1.2 uname bogosity.
13835 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13837         * configure: Remove temporary files on receipt of a signal.
13839 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
13841         * configure: If there is a package_makefile_frag, remove
13842         ${subdir}/Makefile.tem after copying it in.
13844 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13846         * build_all.mk: support rs6000 lynx identifies itself as
13847         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
13848         since /bin/gcc is too feeble to compile a modern gcc.
13850 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13852         * brought devo/test-build.mk update-to-date with progressive/
13853           test-build.mk. Add lynx targets and hppa flag info.
13855 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13857         * configure.in:  Use mh-ncrsvr43.  Patch from
13858         Tom McConnell <tmcconne@sedona.intel.com>.
13860 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13862         * config.guess (i386-unknown-bsdi):  No longer need to
13863         check #if defined(__bsdi__) && defined(__i386__).
13865 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13867         * configure: Set program_transform_nameoption correctly.
13869 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13871         * brought build-all.mk update-to-date with progressive build-all.mk,
13872           added new targets and hppa info.
13874 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13876         * configure: If config.guess result is a prefix of the user
13877         specified target, assume a native build and use the user specified
13878         target as the host alias.  Remove SunOS patch suffix removal hack.
13879         * configure.in: Remove SunOS patch suffix removal hack.
13881         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13882         in NATIVE_CHECK_MODULES.
13884 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
13886         * Makefile.in: Rename HOST_ONLY to NATIVE.
13887         * configure: Delete SunOs patch suffix from host_canonical
13888           and build_canonical variables that are prepended to Makefiles.
13889         * configure.in: Add comments for easier maintenance.
13891 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13893         * Makefile.in: Add all-libproc target similar to all-gui.
13895 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
13897         * Makefile.in (CHECK_MODULES): split into
13898         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13900 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
13902         * config.guess (i386-unknown-bsdi): New system to guess.
13904 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13906         * Makefile.in: Add all-gui target (but not yet build by "all").
13908 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
13910         * config.sub: Move deletion of patch suffix from here...
13911         * configure.in: To here, at Ian's suggestion.  The top-
13912           level scripts might need to know of a patch level.
13914 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
13916         * config.sub: Strip off patch suffix so rtl is recognized
13917           as a sunos4.1.3 machine, even though it's been patched.
13919 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
13921         * Makefile.in (INSTALL_LAST): Delete.
13922         (INSTALL_DOSREL): New.
13924 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13926         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13927         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13928         whether we pass down --with-gnu-ld anyhow.
13930 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
13932         * Makefile.in (INSTALL_LAST): Change operation so it works
13933         on more flavors of make.
13934         * configure.in (go32): Don't build libg++ or libio.
13936 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
13938         * Makefile.in (Move HOST_PREFIX_1 and friends up so
13939         they can be overriden by templates.
13941 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
13943         * configure.in (target==go32): Don't build gdb.
13944         * dosrel: New directory.
13946 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
13948         * configure.in (host==go32): Configure dosrel too.
13949         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13950         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13951         be set by incoming names or templates.
13952         (INSTALL_LAST): New rule.
13954 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
13956         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13958 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13960         * configure.in (appdirs): New variable.  Currently empty, but will
13961         be used in gas distribution.  If nonempty, lists a set of
13962         directories at least one of which must get configured, or top
13963         level configuration is considered to have failed.
13964         (rs6000-*-lynxos*): Use new file name.
13966 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13968         Eliminate XTRAFLAGS.
13969         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13970         newlib include files using -idirafter, and also use -nostdinc.
13971         (CXX_FOR_TARGET): Likewise.
13972         (XTRAFLAGS): Removed.
13973         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13974         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13975         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13976         ($(DO_X)): Don't pass down XTRAFLAGS.
13978 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13980         * configure.in (mips*-dec-bsd*): New target; do build linker.
13981         (mips*-*-bsd*): New target; don't build linker.
13983 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13985         * configure.in: support rs6000-*-lynxos* configuration.
13986         support sunos4 as a cross target.
13988         * config.sub: look for lynx*, not lynx since the OS version may
13989         legitimately be part of the name.
13991 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13993         * configure.in (i[34]86-*-sco*): Move to be with other i386
13994         targets.
13995         (romp-*-*): New target.  Skip various binary utilities.
13996         (vax-*-*): New target.  Don't build newlib.
13997         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
13999 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14001         * configure.in: Only set host_makefile_frag if config
14002         directory exists.
14004 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14006         * install.sh: If $dstdir exists, don't check whether each
14007         component does.
14009 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14011         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14013 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
14015         * configure.in (*-*-lynxos*): Don't configure newlib for either
14016         native or cross Lynx.
14018 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
14020         * config.sub (sparc64-elf): Fix os.
14021         (z8k): Remove duplicate.
14023 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14025         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14026         gcc/stmp-fixproto, to try to prevent fixproto from being run.
14028 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
14030         * configure: Make file links cleanly even if Lynx fails on
14031           an NFS symlink (at least fail cleanly).
14033 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14035         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14036         -XNh2000.
14038 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14040         * configure: Unknown options are fatal again.
14042 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
14044         * configure: Ignore --x-includes and --x-libraries, for Autoconf
14045         compatibility.
14047 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
14049         * build-all.mk: Add `clean' target.
14051 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14053         * config.guess:  Add SINIX support.
14054         * configure.in:  Add mips-*-sysv4* support.
14056 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
14058         * build-all.mk: Document all useful targets.
14059         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14060         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14062 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14064         * configure: Support --silent, --quiet.
14066 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14068         * configure: Support --disable-FEATURE.
14070 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14072         * config.guess: Recognize NCR running SVR4.3.
14074 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14076         * config.guess:  Make BSDI generate i386-unknown-bsd386.
14077         Patch from Paul Eggert <eggert@twinsun.com>.
14079 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14081         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14083 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14085         * configure: Make unrecognized options give nonfatal warnings
14086         instead of fatal errors, and pass them to any subdirectory
14087         configures in case they recognize them.
14088         Make --x equivalent to --with-x.
14090 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14092         * configure: Add --enable-* options.  Clean up usage message and
14093         some comments.
14095 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
14097         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14099 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14101         * configure.in (hppa*-*-*): Enable binutils.
14103 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14105         * config.sub: Recognize cisco.
14107 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
14109         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14111 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14113         * config.guess: about target *-hitachi-hiuxwe2, don't print more
14114         than one configuration name.  Add comment.
14116 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
14118         * config.guess: about target *-hitachi-hiuxwe2, fixed
14119         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
14120         macro is incorrect.]
14122 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14124         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14125         than the "make ls" stuff which used to be here.
14127 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14129         * config.guess:  Recognize i[34]86-unknown-freebsd.
14130         From Shawn M Carey <smcarey@rodan.syr.edu>.
14132 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14134         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14136 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
14138         * config.guess: Check for ptx.
14140 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
14142         * config.sub: Add os9k checking.
14144 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14146         * config.guess: Handle OSF1 running on HPPA processors
14148 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14150         * configure: If subdir configure fails, print out a message with
14151         subdirectory name, in case subdir's configure code didn't identify
14152         itself.
14154 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
14156         * configure.in: Remove embedded newlines from configdirs.
14157         Avoid mismatches of substrings.  Fix matching strings at end
14158         of configdirs.
14160 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
14162         * config.guess:  Add Lynx/rs6000 config support.
14164 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14166         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14168 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
14170         * configure.in (hppa*-*-osf*): Treat this just like most other
14171         PA configurations (eg no binutils or ld).
14172         (hppa*-*-*elf*): These configurations have binutils and ld.
14174 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14176         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
14178 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14180         * configure.in (rs6000-*-*): Build gas.
14182 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14184         * Makefile.in:  Avoid bug in losing hpux sed.
14186 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14188         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14189         for GDB and GDB has been fixed to not need it.
14191 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14193         * config.guess: Recognize vax hosts.
14195 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14197         * configure (while loop): Don't use "break 2" inside case
14198         statement -- the case statement isn't an enclosing loop.
14200 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14202         * config.guess:  Clean up NeXT support, to allow nextstep
14203         on Intel machines.  Make OS be nextstep.
14205 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
14207         * config.guess: Add alternate forms for Convex.
14209 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
14211         * configure:  Completely rewrite option processing.  Take
14212         advantage of pattern-matching to avoid invoking test frequently.
14213         Also clean up host and target defaulting logic.
14215 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14217         * Makefile.in: Replace all occurrances of "rootme" with "r" and
14218         "$${rootme}" with "$$r", to increase the likelihood that the do-*
14219         commands (plus user environment) will fit SCO limits.
14221 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14223         * configure.in: Don't issue warnings about directories which are
14224         not being configured if -norecursion is set.  Correct test for
14225         --with-gnu-as and --with-gnu-ld to not get confused by substring
14226         matches.
14228         * configure.in: Don't build gas for alpha-dec-osf1*.
14230 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
14232         * configure:  Back out Per's change of 12/19/1993.  It changes the
14233         behavior of configure in unexpected and confusing ways.
14235         Also, use different delim char when calculating
14236         program_transform_name so that the name can contain slashes.
14238 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
14240         * configure.in, config.sub: Add support for VSTa micro-kernel.
14242 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
14244         * configure.in: Nuke hacks which were used to get a special
14245         version of GAS for HPPA configurations.
14247 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14249         * configure:  If only ${target_alias} is given, use that
14250         as the default for ${host_alias}.
14251         * configure:  Add missing back-slashes before nested quotes.
14253 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14255         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14257 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
14259         * config.guess:  Recognize some Tektronix configurations.
14260         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14262 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14264         * config.sub: Match any flavor of SH.
14266 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
14268         * configure.in: Don't try to configure newlib for Alpha.
14270 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14272         * configure.in: Don't build ld for Irix 5.  Don't build gas,
14273         libg++ or libio for any Alpha target.
14275         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14277 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
14279         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14280         default arguments -- so it tried to compress itself.
14282 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14284         * configure.in (notsupp): ensure that a space is always at the end
14285           of the configdirs list, since the grep checks for an explicit space
14287 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14289         * configure.in (target i386-sysv4.2): don't build ld, since static
14290           versions of many libraries are not available.
14292 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14294         * config.guess: Recognize Apollos (using environment variables).
14295         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14297 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14299         * config.guess: Recognize Sony news mips running newsos.
14301 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
14303         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14304         "fi ; else" for bash.
14306 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
14308         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14310 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
14312         * config.sub: accept unixware as an alias for svr4.2.
14313         Fix some inconsistancies with the gcc version.
14315 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14317         * Makefile.in (DISTDOCDIRS):  Add gdb.
14319 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14321         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
14323 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14325         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14326         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14327         this now.
14329 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14331         * config.sub: Accept hiux* as an OS name.
14333         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14334         etc/make-stds.texi.  The underscore came from gcc, and dje now
14335         agrees that RUNTESTFLAGS is the correct name.
14337 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14339         * install.sh:  Remove 'set -e'.  It makes any conditionals
14340         in the script useless.
14342         * config.guess: Automatically recognize arm-acorn-riscix
14343         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14345 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14347         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14349 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14351         * Makefile.in (DISTDOCDIRS): New variable.
14352         (taz): Edit local Makefile.in sooner, instead of proto-toplev
14353         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
14355 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14357         * configure.in (hppa target): check the source directory for the
14358           pagas sub-directory
14360 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
14362         * config.sub: Allow -aout* and -elf*.
14364 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14366         * configure.in: Don't build ld on i386-solaris2, same as for
14367         sparc-solaris2.
14369 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14371         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14373 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14375         * configure.in:  Configure gdb for alpha.
14377 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14379         * Makefile.in (CXXFLAGS): Add -O.
14381 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14383         * config.guess: added support for DG Aviion
14385 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14387         * configure.in: Produce warning message for subdirectories not
14388         configurable for this host/target combination.  Don't try to
14389         configure gdb for vms.
14391 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14393         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14394         appropriate files before making "diststuff".
14395         (DISTBISONFILES): New var: list of files to be edited.
14396         (DISTSTUFFDIRS): Add binutils.
14398 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14400         * config.sub: also handle mipsel and mips64el (for little endian mips)
14402 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14404         * configure.in: Add * to end of all OS names.
14406 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
14408         * configure.in: Build newlib for LynxOS native.
14410 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14412         * config.guess: Add support for delta 88k running SVR3.
14414         * configure.in: Add comment about HP compiler vs. emacs.
14416 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14418         * configure.in: don't build ld on solaris2 (not a viable option
14419           due to bugs in getpwnam & getpwuid)
14421 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14423         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14424         config.guess will produce a full version number.
14426 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14428         * configure.in: Build linker and binutils for alpha-dec-osf1.
14430 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14432         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14433         and gdb/testsuite/Makefile.in.
14435 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14437         * configure.in: recognize mips*- instead of mips-
14439 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
14441         * config.sub: Accept linux*coff and linux*elf as operating
14442         systems.
14444 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14446         * config.sub: Recognize mips64, and mips3 as an alias for it.
14448 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14450         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14451         gdb knows how to handle OSF/1 shared libraries.
14453 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14455         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14456         * config.guess: Recognize Hitachi's HIUX.
14457         * config.sub: Recognize h3050r* and hppahitachi.
14458         Remove redundant cases for hp9k[23]*.
14460 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14462         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14463         if gas and ld are in the source tree and are in ${configdirs}.
14464         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14465         --with options (but still pass them down on the command line,
14466         if they were explicitly specified).
14468 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14470         * configure: substitute SHELL value in Makefile.in with
14471         ${CONFIG_SHELL}
14473 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14475         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14476         *-*-solaris2* targets.
14478 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14480         * Makefile.in: define M4, and pass it down to sub-makes;
14481         all-autoconf now depends on all-m4
14483 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14485         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14486         presence of {ar,ranlib} instead of a configured directory
14488 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
14490         * config.guess: Accept 34?? as well as 33?? for NCR.
14492 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14494         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14495         of 'gas' in sed commands, since 'gash' is now in the tree as well.
14497 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14499         * configure: grab values for $(CC) and $(CXX) from the
14500         environment, so that someone can do "CC=gcc configure; make" and
14501         have it work right (matching the way that autoconf works now)
14503         * configure.in, Makefile.in: add support for gash, the tcl
14504         interface to Galaxy
14506         * config.guess: add NetBSD variants (hp300, x86)
14508 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
14510         * install.sh: Support -d option (in the manner of SunOS 4 install,
14511         as it is more deterministic than that of GNU install)
14512         (chmodcmd): Set file to mode 755 by default (should also do default
14513         chgrp and chown, but I don't feel like dealing with that now)
14515 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
14517         * config.sub: Remove h8300hhms alias.
14519 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14521         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14523 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14525         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14526         as stmp-fixinc
14528 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14530         * config.sub: recognize m88110-bug-coff.
14532 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14534         * Makefile.in (all-libio): all dependencies on the toolchain used
14535         to build this (gcc, gas, ld, etc)
14537 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14539         * config.guess: Deal with OSF/1 1.3 on alpha.
14541 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14543         * install.sh: add some 'else true' clauses for portability
14545         * configure.in: don't build libio for h8[35]00-*-* targets
14547 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14549         * Makefile.in:  Add support for new libio.
14551 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14553         * install.sh: If one command fails, don't try the rest.  Don't try
14554         to remove $dsttmp (via trap) unless we have already created it.
14555         If $src doesn't exist, detect it and exit with an error.
14557         * config.guess: Recognize BSD on hp300.
14559 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14561         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14562         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14564 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
14566         * Makefile.in (all-send-pr): depends on all-prms
14568 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14570         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14572 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14574         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14575         Added test for mips-mips-riscos5.
14577 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14579         * configure.in: use mh-hp300 for 68k HP hosts
14581 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14583         * configure: add support for CONFIG_SHELL, so that you can use
14584         some alternate shell for evaluating configure scripts
14586 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
14588         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
14589         in configure script to bug-gdb@prep.ai.mit.edu when building
14590         distribution archive.
14591         * Makefile.in (COMPRESS):  Remove def.
14592         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
14593         gdb.tar.Z and make-gdb.tar.Z respectively.
14594         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
14595         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
14596         to convergence with 'taz' target in Makefile.in.
14598 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14600         * install.sh (dsttmp): use trap to ensure that tmp files go
14601         away on error conditions
14603 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14605         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14607 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14609         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14610         its parent is '/' not ''.
14612         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14614 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
14616         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14617         that ${newsrcdir}/configure.in does.
14619 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14621         * test-build.mk: support for CONFIG_SHELL
14623 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
14625         * config.sub (netware):  Add as a basic system type.
14627 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14629         * Makefile.in (Makefile): depend on configure.in.  Also drop the
14630           $(srcdir)/ from the dependency on Makefile.in.
14632 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
14634         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14635         (h8300hhms is temporary until multi-libraries are implemented).
14636         * configure.in: Handle h8300h too.
14638 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14640         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14642 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
14644         * configure:  Remove extraneous output when guessing host type.
14645         * config.guess:  Remove extraneous output when guessing using C
14646         compiler rather than uname, or when guessing fails.
14648 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
14650         * Makefile.in: remove all.cross and install.cross targets
14652         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14653           definitions
14655 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
14657         * configure.in (target sh): Build gprof.
14659 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14661         * config.sub: change -solaris to -solaris2
14663 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14665         * configure.in: Use config/mh-riscos for mips-*-sysv*.
14667 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
14669         * configure: Correct error message for missing Makefile.in to
14670         print correct directory.
14672 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14674         * install.sh: kludge around 386BSD shell bug
14676 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
14678         * config.guess:  Recognize NeXT.
14679         * config.guess:  Recognize i486-ncr-sysv4.
14680         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
14682 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
14684         * Makefile.in (MAKEINFOFLAGS): New variable.
14685         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14686         * build-all.mk, test-build.mk: Pass down --no-split as
14687         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
14689 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
14691         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
14693 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
14695         * Makefile.in (libg++.tar.z):  New rule.
14696         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
14697         * Makefile.in (taz):  Only do a single chmod.
14699 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14701         * install.sh: don't use dirname anymore (replaced with sed usage)
14703 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
14705         * Makefile.in:  Change extension for gzip'd files from '.z' to
14706         '.gz' per new FSF standard usage.
14708 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14710         * configure: put quotes around the final value of program_transform_name
14712 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14714         * Makefile.in: new install.sh support; update install-info rules
14716 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
14718         * configure.in: Build diff for crosses, but not for go32 host.
14720         * configure.in: Build gprof only for native, and don't build it
14721         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14723 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
14725         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14727 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14729         * configure.in (host_tools): Add prms.
14731 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14733         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14734         with $(FLAGS_TO_PASS) on the command line
14736         * config.sub: Recognize lynx and lynxos
14738 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
14740         * config.sub: Accept -ecoff*, not just -ecoff.
14742 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14744         * Makefile.in (taz): Use .gz suffix instead of .z.
14745         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14746         names.
14748 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14750         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14752 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14754         * Makefile.in (install-no-fixedincludes):  install gcc last, so
14755         that rebuilds that might happen during 'make install' don't get
14756         bogus gcc include files
14758 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14760         Change from Utah for HPPA support:
14761         * config.guess: Recognize hppa1.x-hp-bsd.
14763 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
14765         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
14766         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14768 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14770         * config.sub: Add support for rom68k and bug boot monitors.
14772 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
14774         * Makefile.in: Make all-opcodes depend on all-bfd.
14776 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
14778         * config.guess: Added special check for i[34]86-univel-sysv4*.
14780 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
14782         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14783         the processor rather than assuming i486.
14785 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14787         * config.guess: Recognize SunOS6 as Solaris3.
14789 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
14791         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
14792         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14794 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
14796         * build-all.mk (all-cross): New target for Canadian Cross.
14797         Added Q2 go32 targets.
14798         * test-build.mk: Configure go32 cross sparclite-aout and
14799         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
14800         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14802 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14804         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14805         GO32 hosted toolchains
14807 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14809         * configure: change  so "-exec-prefix" gets passed down rather
14810         than "-exec_prefix" so autoconf generated Makefiles get the
14811         exec_prefix set right.
14813 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14815         * config.guess: get the Solaris2 minor version number
14817         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14819 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14821         * config.guess: Recognize some Sequent platforms.
14823 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14825         * Makefile.in: added the vault-install target
14827         * configure.in: actually use the Sun3 makefile fragment that's in
14828         config, also added the release dir to configdirs
14830 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14832         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14834 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14836         * configure.in: remove some program from Alpha targetted toolchains
14838 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
14840         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
14841         gprof.
14842         (taz): Run "make diststuff" in those directories instead of "make
14843         proto-dir".  Look for "VERSION=" only at start of line in subdir
14844         Makefile.  Use "gzip -9" for compression.
14845         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14846         (binutils.tar.z): New target.
14848 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14850         * Makefile.in (taz): Include gpl.texinfo.
14852 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14854         * Makefile.in (setup-dirs): Merged into "taz" target.
14855         (taz): Only do `proto-dir' stuff if a directory is actually needed
14856         for this target.
14858 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
14860         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14861         (FLAGS_TO_PASS): Pass down MUNCH_NM.
14862         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14863         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14864         (gcc-no-fixedincludes): Correct for current gcc Makefile.
14866 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
14868         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
14869         config.sub, and move-if-change to gdb testsuite distribution
14870         archive, so the testsuite can be extracted, configured, and
14871         run separately from the gdb distribution.  Blow away the Chill
14872         tests that require a Chill compiled executable, since GNU Chill
14873         is not yet publically available.
14875 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14877         * test-build.mk: set environment variables in a single command,
14878         instead of a list of assignments and exports
14880         * config.guess: recognize Alpha/OSF1 systems
14882 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14884         * configure: Change help message to prefer --options rather than
14885           -options.
14887 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14889         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14890         zippy@ecst.csuchico.edu.
14891         * config.guess: Recognize miniframe.
14893 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14895         * Makefile.in: Use srcroot to find runtest rather than rootme.
14896         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
14898 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
14900         * test-build.mk: Extensive additions to support building on a
14901         machine other than the host.
14903 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14905         * configure (tooldir): Fix for i386-aix again.
14907 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
14909         * configure, Makefile.in:  Change definition of $(tooldir)
14910         to match the FSF.
14912 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
14914         * config.guess:  Recognize i[34]86/SVR4.
14916 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14918         * Makefile.in (all-gdb): gdb depends on sim.
14920 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
14922         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
14923         at the same time we make the prototype gdb directory.
14924         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
14925         files at the same time as the gdb base release distribution.
14927 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
14929         * Makefile.in (check): Use individual check targets rather than
14930         DO_X rule.
14931         (check-gcc): Added.
14933 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
14935         * config.sub: Use sysv3.2 not sysv32 for canonical OS
14936         for System V release 3.2.
14938 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14940         * config.sub: Recognize hppaosf.
14941         * configure.in: Do configure ld/binutils/gas for it.
14943 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14945         * configure (tooldir): Alter syntax used to set this, for systems
14946         where "\$" isn't handled right, like i386-aix.
14948 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14950         * configure: Pass program-transform-name, not
14951         program_transform_name, to recursive configures.
14953 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
14955         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14956         of gas+ld+binutils.
14958 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
14960         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
14962 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14964         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14966 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14968         * Makefile.in (PRMS): Set back to all-prms.
14970 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
14972         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14973         targets, rather than for MIPS hosts.
14975 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14977         * configure.in: add comment for --with-x default values
14979         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14981         * Makefile.in: add check-* targets for each of the directories in
14982         the tree.  Add a definition of RUNTEST that will use the one we
14983         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
14985 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
14987         * configure.in: Removed obsolete references to bfd_target and
14988         target_makefile_frag.
14990         * build-all.mk: Set assorted targets for Q2.
14991         * config.sub: Recognize z8k-sim and h8300-hms.
14992         * test-build.mk: Really don't pass host to configure.
14993         (HOLES): Added uname.
14995 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
14997         * configure: Handle an empty program-prefix, program-suffix or
14998         program-transform-name correctly.
15000 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15002         * build-all.mk: -G 8 no longer required for MIPS targets.
15003         * test-build.mk: Don't pass host argument to configure; make it
15004         guess.
15006 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
15008         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
15009         * Makefile.in (COMPRESS):  New macro, like GZIP.
15011 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15013         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15015         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15016         with gas currently defaults to -G 0.
15018 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
15020         * Makefile.in (all-flex): flex depends on byacc.
15022         * build-all.mk: If host not specified, use config.guess.  Pass TAG
15023         to test-build.mk as RELEASE_TAG.
15024         * test-build.mk (configargs): New variable containing arguments to
15025         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
15026         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15028         * config.guess: Use /bin/uname when checking -X argument on SCO,
15029         to avoid invoking GNU uname which doesn't understand -X.
15031         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15033         * configure.in: Build gas for mips-*-*.
15035 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15037         * Makefile.in (all.normal): insert missing backslash.
15039 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15041         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15043         * Makefile.in: Complete overhaul to merge many almost identical
15044         targets.
15046 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15048         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15049         (gdb.tar.Z): Adjusted.
15051         * Makefile.in (setup-dirs, taz): New targets; should be general
15052         enough to adapt for gdb sometime.  Build only .z file.
15053         (gas.tar.z): New target.
15055 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
15057         * build-all.mk: Use CC=cc -Xs on Solaris.
15059 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
15061         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
15062         for handling BISON for FSF releases.
15064 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15066         * configure: Actually implement the change zoo just documented.
15068 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
15070         * configure: when using config.guess, only set target_alias when
15071         it's not already been set (ie, on the command line)
15073 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15075         * Makefile.in: add installcheck target, set PRMS to install-prms
15077 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15079         * configure: add support for package_makefile_fragment, handle the
15080         case where a directory has a configure.in file but no Makefile.in
15081         more gracefully (with an actual understandable error message, even);
15082         add support for --without (and add this to the usage message); also
15083         explicitly add a --host=${host_alias} to the command line when
15084         config.guess is used
15086 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15088         * configure: Must use both --host and --target in recursive calls.
15090 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15092         * Makefile.in: Change deja-gnu to dejagnu.
15094 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15096         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15098 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15100         * configure.in: canonicalize all instances to *-*-solaris2*,
15101         also strip out a number of tools to not build for go32 host
15103 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15105         * config.guess: add GPL.
15107         * Makefile.in, config.guess, config.sub, configure: bump
15108           copyrights to 93.
15110 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
15112         * Makefile.in (do-info): Removed obsolete check for existence of
15113         localenv file.
15115         * Makefile.in (MAKEOVERRIDES): Define to be empty.
15117 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15119         * Makefile.in: a couple of 'else true' for decstation,
15120         support for TclX
15122         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15124 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
15126         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15128 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
15130         * config.guess: Recognize i386-ibm-aix (PS/2).
15131         * configure.in: Use config/mh-aix386 file for it.
15133 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
15135         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15136         CC_FOR_TARGET instead.
15137         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15139 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
15141         * Makefile.in: Add sim to list of directories sent with gdb
15143 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15145         * configure.in: Put back mips-dec-bsd* case.
15147 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
15149         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15150         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
15151         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15153 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15155         * configure.in: remove no-op mips-dec-bsd* in "case $target"
15157         * Makefile.in (dir.info): only run gen-info-dir if it exists,
15158         (install-info): install dir.info only if it exists,
15159         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15161 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
15163         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
15164         gas for mips-dec-bsd.
15166 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
15168         * configure (makesrcdir): If ${srcdir} is relative and not ".",
15169         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15171 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15173         * configure.in: Added "dejagnu" to hosttools list.
15175 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
15177         * config.sub, configure.in, config.guess:  Add support
15178         for Bosx, an AIX variant from Bull.
15179         Patches from F.Pierresteguy@frcl.bull.fr.
15181 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15183         * devo/dejagnu: Initial creation of devo/dejagnu.
15184         Migrated dejagnu testcases and support files for testing software
15185         tools to reside as subdirectories, currently called "testsuite",
15186         within the directory of the software tool.  Migrated all programs,
15187         support libraries, etc. beloging to dejagnu proper from
15188         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
15189         with no modifications.  The changes to these files which will
15190         allow them to configure, build, and execute properly will be made
15191         in a future update.
15193 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15195         * Makefile.in: Change send_pr to send-pr.
15196         * configure.in: Likewise.
15197         * send_pr: Renamed directory to send-pr.
15199 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
15201         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
15203 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
15205         * README:  Update for gdb-4.8 release.
15206         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
15207         gdb-xxx.tar.z (gzip'd) file also.
15209 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15211         * Makefile.in: make all-diff depend on all-libiberty
15213 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
15215         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15217 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15219         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15221 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
15223         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
15224         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
15225         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
15227 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15229         * Makefile.in:  makeinfo binary is in a new location
15231 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
15233         * config.sub: Accept -ecoff as an OS.
15235         * Makefile.in: Various changes to eliminate a level of make
15236         recursion and reduce the required command line length.
15237         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15238         sub-makes.
15239         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15240         variables holding settings for specific sub-makes.
15241         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15242         in terms of BASE_FLAGS_TO_PASS.
15243         (TARGET_LIBS): New variable listing directories which use
15244         TARGET_FLAGS_TO_PASS.
15245         (subdir_do): Eliminated.
15246         (do-*): New set of targets to replace subdir_do.
15247         (various): All targets which used subdir_do now depend on do-*.
15248         (local-clean): Renamed from do_clean.
15249         (local-distclean): New target, dependency of distclean and
15250         realclean.
15251         (install-info): Don't create directories.  Depend on dir.info
15252         rather than calling make recursively.
15253         (install-dir.info): Eliminated.
15254         (install-info-dirs): Create all info directories here.
15255         (dir.info): Depend upon do-install-info.
15257         * test-build.mk (HOLES): Added false.
15259 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
15261         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
15263 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15265         * Makefile.in (info): remove dependency on all-texinfo.  The
15266         problem was really in texinfo/C, not at this level.
15268 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15270         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15272 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
15274         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
15275         GDB releases.
15277 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15279         * configure: Include srcdir in message about target of link not
15280         being found.  Don't convert `-' to `_' in `with' options being
15281         passed to subdirs.
15283 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15285         * configure.in: add uudecode to host_tools
15287         * Makefile.in: added {all,install}-uudecode targets, added them to
15288         the appropriate lists
15290 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
15292         * Makefile.in (all-gcc): Added dependency on all-gas.
15294         * configure.in (mips-*-*): Build ld and binutils.
15296 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15298         * configure: check return code from mkdir, print error message and
15299           exit on failure.
15301 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
15303         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
15305 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
15307         * test-build.mk (HOLES): Added tar, cpio and uudecode.
15309 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15311         * config.sub (h8500):  Recognize this as a cpu type.
15313 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15315         * configure: source directory missing is no longer a warning
15317         * configure.in: recognize irix[34]* instead of irix[34]
15319         * Makefile.in: define and pass down X11_LIB
15321 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
15323         * guess-systype: Renamed to ...
15324         * config.guess:  ... by popular request.
15325         * configure.in, Makefile.in:  Update accordingly.
15327 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
15329         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
15330         + Add Convex, Cray/Unicos, and Encore/Multimax support.
15331         + Execute ./dummy instead of assuming . is in PATH.
15333 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
15335         * guess-systype:  New shell script.  Attempts to guess the
15336         canonical host name of the executing host.
15337         Only a few hosts are supported so far.
15338         * configure:  Call guess-systype if no host is specified.
15340 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15342         * Makefile.in (gcc-no-fixedincludes): Made to work with current
15343         gcc Makefile.
15346 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
15348         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15349         (all-gcc, install-gcc, subdir_do): Use it.
15351 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15353         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15355 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
15357         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15358           set exclusively by configure, using configure.in .
15360 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15362         * test-build.mk: set $PATH for all builds
15364         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15366 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
15368         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
15369         the one used in gcc/Makefile.in, so that a null expansion doesn't
15370         override the one needed to build gcc with a native cc.
15373 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15375         * configure: Accept -with arguments.
15377 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15379         * Makefile.in: added h8300sim
15381 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
15383         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15384         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
15385         (all-cygnus, native, build-cygnus): Make
15386         $(canonhost)-stamp-3stage-done, not $(host)....
15387         * test-build.mk (stamp-3stage-compared): Use tail +10c for
15388         i386-sco3.2v4.  Added else true to if command.
15390 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
15392         * config.sub: (from FSF) Sequent uses a BSD-like OS.
15394 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
15396         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15398 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15400         * configure.in: don't remove binutils from Solaris builds
15402 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
15404         * Makefile.in: get rid of earlier definitions for *clean,
15405         also handle the recursive info rule better
15407 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
15409         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
15410         do more-or-less the right thing.
15412 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
15414         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15415         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15417 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15419         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15420         $(host_canonical).
15422         * configure.in: split the configdirs list into 4 categories (native
15423         v. cross, library v. tool) and handle the cross-only and native-
15424         only in more reasonable (and correct!) way.
15426 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
15428         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
15429         configdirs anymore.
15431 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15433         * Makefile.in: extensive cleanup::  removed all of the explicit
15434         clean-* targets, collapsed many wrappers around subdir_do into
15435         one, added additional targets to satisfy standards.texi, deleted
15436         some old targets, some changes for consistency
15438 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15440         * configure.in: handle some programs as cross-only, and others as
15441         native only
15443         * test-build.mk: handle partial holes in a more generic manner
15445         * Makefile.in: m4 depends on libiberty
15447 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15449         * configure.in: add m4, textutils, fileutils, sed, shellutils,
15450         time, wdiff, and find to configdirs
15452         * Makefile.in: all, clean, and install rules for the new programs
15453         added to configure.in
15455 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15457         * configure.in: use mh-sun for all *-sun-* hosts
15459 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15461         * Makefile.in: define flags for X11 include files and library file
15462         locations, pass them down to the programs that need this info
15464         * build-all.mk: added a 'native' target, to 3stage the native toolchain
15466 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15468         * configure.in: start building libg++ for HP-UX targets
15470 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
15472         * README:  Update references to files moved into etc/.
15474 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
15476         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
15477         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
15479 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15481         * configure: accept dash as well as underscore in long option
15482         names for FSF compatibility.
15484 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
15486         * config.sub: added -sco3.2v4 support from FSF.
15488 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15490         * configure.in: expand the section that adds or removes
15491         directories from the list of programs to build, to handle native
15492         vs. cross in addition to host v. native
15494 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
15496         * Makefile.in:  Replace C++ in macro names with CXX.
15497         This is less likely to break ...
15499 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15501         * test-build.mk: add -w to GNU_MAKE
15503 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15505         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15506         add 'sparc' to list of recognized cpus.  This needed to make
15507         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15508         Delete some redundant ose68 variants.  Recognize -wrs as an os,
15509         then changes that into $CPU-wrs-vxworks.
15511         * configure.in: remove most references to gdbtest, regularize
15512         target based program removal
15514         * test-build.mk: import from p3 tree (many fixes and changes)
15516 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
15518         * Makefile.in: added rules to handle tcl, tk, and expect
15520         * configure.in: handle those directories if they exist
15522 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15524         * config.sub: removed bogus hppabsd and hppahpux names, since
15525         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15527 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15529         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
15530         depends upon all-xiberty
15532         * Makefile.in: changes from p3, including:
15534         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
15536         * Makefile.in (XTRAFLAGS): include newlib directories if
15537         newlib/Makefile exists, rather than if host != target.
15539         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
15541         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15542         from the same source tree and not building a cross-compiler.  This
15543         matters for the libg++ configuration if reconfiguring a tree that
15544         has already been installed.
15546         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
15548         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15549         pick up the machine and system specific header files.
15551         * Makefile.in: added AS_FOR_TARGET, passed down in
15552         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15553         the C compiler to use to create programs which are run in the
15554         build environment, set it to default to $(CC), and passed it down
15555         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15557         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
15559         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15560         We need them for unusual native builds, like systems without
15561         ranlib.
15563         * configure: also define $(host_canonical) and
15564         $(target_canonical), which are the full, canonical names for the
15565         given host and target
15567 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
15569         * Makefile.in:  Added separate definitions for C++.
15571 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
15573         * configure.in (configdirs):  Add deja-gnu.
15575 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
15577         * README:  Update for configure.texi and gdb-4.7 release.
15579 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
15581         * Makefile.in:  Move "all" target to top of file.
15582         Previously, first target was ".PHONY" which caused BSD4.4 make
15583         to build .PHONY when make was run without arguments.
15585 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
15587         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
15588         Library-copylefted code in libiberty.
15590 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
15592         * config.sub:  Replace m68kmote with plain old m68k.
15594 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
15596         * Makefile.in:  Remove space from blank line, avoid Make complaints.
15598 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
15600         * config.sub: Complain if no argument is given.  Added support for
15601         386bsd as OS and target alias.
15603 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
15605         * Makefile.in (XTRAFLAGS): include newlib directories if
15606         newlib/Makefile exists, rather than if host != target.
15608 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
15610         * config.sub: recognize sparclite-wrs-vxworks.
15612         * Makefile.in (install-xiberty): added *-xiberty make rules (from
15613         p3.) Added clean-xiberty to clean.
15615 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15617         * configure.in: use *-*-* instead of nested cases for host and target
15619 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
15621         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15622         from the same source tree and not building a cross-compiler.  This
15623         matters for the libg++ configuration if reconfiguring a tree that
15624         has already been installed.
15626 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
15628         * config.sub (i486v/i486v4):  Merge in from FSF version.
15630 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
15632         * configure: only set PWD if it is already set.
15634 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
15636         * configure: just set PWD=`pwd` at the top, since Ultrix sh
15637         doesn't have unset and all success paths (and most error paths)
15638         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15639         to just ${PWD} to avoid confusion.)
15641 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
15643         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15644         even for a native compilation.
15646 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
15648         Changes to make the gdb.tar.Z rule work better.
15650         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
15651         (DEVO_SUPPORT):  Add configure.texi.
15652         (bfd-ilrt.tar.Z):  Remove ancient rule.
15654 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
15656         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15657         pick up the machine and system specific header files.
15659         * configure.in, config.sub: added new target m68010-adobe-scout,
15660         with alias of adobe68k.  Changed configure.in to check for
15661         -scout before -sco* to avoid a false match.
15663         * Makefile.in: added AS_FOR_TARGET, passed down in
15664         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15665         the C compiler to use to create programs which are run in the
15666         build environment, set it to default to $(CC), and passed it down
15667         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15669 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15671         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15672         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
15673         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15674         FOR_TARGET variants, to newlib and libg++.
15676 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15678         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15679         first.
15681 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
15683         * config.sub:  Accept `elf' as an environment.
15685 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15687         * Makefile.in (all-opcodes):  cd into the right directory
15689 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
15691         * configure: added -program_transform_name option, used as
15692         argument to sed when installing programs.
15693         configure.texi: added documentation for -program_prefix,
15694         -program_suffix and -program_transform_name.
15696 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
15698         * config.sub:  Accept i486 where i386 ok.
15700 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
15702         * config.sub: accept we32k
15704 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
15706         * config.sub, configure.in: accept OSE68000 and OSE68k.
15708         * Makefile.in: don't create all directories for ``make install'';
15709         let the subdirectories create the ones they need.
15711 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15713         * COPYING: new file, GPL v2
15715 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15717         * Makefile.in: use the new gen-info-dir, which needs a template
15718         argument (which also lives in texinfo)
15720         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15722 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
15724         * config.sub (ncr3000):  Change i386 to i486.
15726 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15728         * Makefile.in: add install-rcs, install-grep to
15729         install-no-fixedincludes, removed install-bison and install-libgcc
15731 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
15733         * configure.in: grab the HPUX makefile fragment if on HPUX
15735 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15737         * Makefile.in: eradicate bison spoor (ditto libgcc).
15738          configure.in: recognise m68{k,000}-ericsson-OSE.
15739          es1800 is alias for m68k-ericsson-OSE
15741 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15743         * configure.in: rearrange the parts that remove programs from
15744         configdirs, based now on HOST==TARGET or by canonical triple.
15746 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15748         * test-build.mk: recurse explicitly with -f test-build.mk when
15749           appropriate.  predicate stage3 and comparison on the existence
15750           of gcc.  That is, if gcc isn't around, we aren't three-staging.
15751           On very clean, also remove ...stamp-co.  Build in-place before
15752           doing other builds.
15754 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15756         * Makefile.in, configure.in: add tgas
15758 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15760         * Makefile.in: a number of changes merged in from progressive.
15762         * configure.in: add libm.
15764         * .cvsignore: ignore some stuff that comes from test-build.mk.
15766 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
15768         * config.sub:  Add es1800 (m68k-ericsson-es1800).
15770 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15772         * configure: Add program_suffix (parallel to program_prefix)
15773         * Makefile.in: adjust directory-creating script for losing decstation
15775 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
15777         * configure:  Minor $subdir-related fixes.
15779 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15781         * configure: fix various problems with propogating
15782         makefile_target_frag in subdirs.
15783         * configure.in: config libgcc if its there
15785 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
15787         * config.sub:  HPPA merge.
15789 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
15791         * Makefile.in:  Replace all-bison with all-byacc in all
15792         dependency lines for other tools (which now use byacc).
15794 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
15796         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
15798 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
15800         * Makefile.in: make gprof rules similar to byacc rules (instead of
15801         vestigal $(unsubdir) that didn't work...)
15803 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
15805         * config.sub:  Add support for Linux.
15806         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
15807         (at least for libg++).
15809 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
15811         * configure.texi: fix doc for the -nfp option to configure
15813 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
15815         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15817 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
15819         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15820         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15821         * configure.in: added solaris* host_makefile_frag hook.
15823 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15825         * config.sub: changed recognition of m68000 so that various
15826         m68k types can be specified via m680[01234]0
15828 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15830         * config.sub (basic_machine): fix sed so that '-foo' isn't
15831         completely substituted out while .+'-foo' loses the '-foo'
15833 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15835         * config.sub ($os): Add -aout.
15837 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
15839         * configure:  If host_makefile_frag is absolute, don't
15840         prefix ${invsubdir} (relevant to libg++ auto-configure).
15842 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15844         * Makefile.in (tooldir): Define it.
15845         (all-ld): Depend on all-flex.
15847 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
15849         * Makefile.in (check):  Fix libg++ special case.
15851 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
15853         * configure: do not bury `pwd` into config.status, thus do fewer
15854           pwd's.
15856         * configure: print the "Building in" message only when building in
15857           other than "." AND verbose.
15859         * configure: remove -s, rework -v to better accommodate guested
15860           configures.
15862         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15864 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
15866         * Makefile.in: macroize flags passed on recursion.  remove
15867           fileutils.
15869 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
15871         * configure: get makesrcdir right for subdirs deeper than 1.
15873         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15874           install.
15876 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
15878         * Makefile.in: don't print subdir_do or recursion lines.
15880 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
15882         * standards.texi: added menu item.
15884         * Makefile.in: build and install standards.info.
15886         * standards.texi: new file.
15888 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15890         * configure: test for and move config.status pieces from
15891           ${subdir}/.
15893 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
15895         * configure:  Test for existance of files before trying to mv
15896         them, to avoid numerous non-existance messages.
15898 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
15900         * configure: correct final line of config.status.
15902         * configure: patch from eggert.  Avoids a protection problem if
15903           the original Makefile.in is read only.
15905         * configure: use move-if-change from gcc to create config.status.
15906           Some makefiles depend on config.status to tell if a directory
15907           has been reconfigured for a different host.  This change
15908           prevents those directories from remaking everything in the case
15909           where the reconfig was only intended to rebuild a Makefile.
15911         * configure: test for config.sub with "config.sub sun4" rather
15912           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
15913           host alias from a missing config.sub.
15915 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15917         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15918           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
15920 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
15922         * configure: mkdir ${subdir} as needed.
15924 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
15926         * Makefile.in,configure.in: added autoconf.
15928 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15930         * Makefile.in: no longer pass against on recursion.
15932         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15933           definitions are not inherited.
15935         * configure: correct makesrcdir when subdir is .
15937 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
15939         * configure:  Add support for 'subdirs' variable, which is
15940         like 'configdirs', except that configure doesn't re-invoke
15941         itself for subdirs, it just creates a Makefile for each subdir.
15942         * configure.texi:  Document subdirs.
15944 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15946         * configure.in: added flex to configdirs
15948 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
15950         * Makefile.in: remove clean-stamps from clean.
15952 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
15954         * configure.in:  Add gdbtest to configdirs.
15956 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
15958         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
15959         to recursive makes.
15960         * configure.in:  Recognize new ncr3000 config.
15962 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
15964         * Makefile.in, configure.in: removed references to gdbm.
15966 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
15968         * config.sub:  Don't canonicalize os value
15969         newsos* to bsd (readline needs to check for newsos).
15970         (This fix was earlier made Jan 31, but got re-broken.)
15972 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
15974         * configure.in:  sco is an os, not a vendor!
15976         * configure:  Quote $( better.  Keep various shells happy.
15978 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
15980         * Makefile.in: eliminate stamp-files.
15982 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
15984         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
15985           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15987 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
15989         * config.sub:  fix iris/iris3.
15991 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
15993         * configure: re-add -rm.
15995 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
15997         * Maskefile.in: add .stmp-rcs to all.
15999         * configure.in: remove gas from rs6000 build, use aix host fragment.
16001 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
16003         * configure: pass down site_option during recursion.
16005 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
16007         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
16009 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
16011         * configure: Change exec_prefix so that it really defaults to prefix.
16013 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
16015         * Makefile.in, configure.in:  Add support for mmalloc library.
16017 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
16019         * Makefile.in: add stmp dependencies for a few more things.
16021 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
16023         * configure: adjusted error message on objdir/srcdir configure
16024           collision, per john's suggestion.
16026         * Makefile.in: add libiberty stmp to all and all.cross.
16028 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
16030         * Makefile.in: remove force dependencies, add grep to all.
16032 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
16034         * Makefile.in: drop flex.  make stamp files work.
16036         * configure: added test for conflicting configuration in srcdir,
16037           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
16038           gets cranky.  use relative paths for configure and srcdir
16039           whenever possible.  Send some error messages to stderr that were
16040           going to stdout.
16042 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
16044         * Makefile.in:  Fix libg++ rule to check for gcc directory
16045         before using gcc/gcc.  Also pass XTRAFLAGS.
16047 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
16049         * Makefile.in: added stmp-files so that directories aren't polled
16050           when they are already built.
16052         * configure.texi: fixed a node pointer problem.
16054 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
16056         * config.sub configure.in gdb/configure.in
16057         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16058         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16059         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
16061 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16063         * configure: -recurring becomes -silent.  corrected help message
16064           for -site= option.
16066         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16068 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16070         * configure: when building Makefile for crosses, replace
16071           tooldir and program_prefix.  default srcdir from location of
16072           config.sub.  remove "for host in hosts" and "for target in
16073           targets" loops.
16075 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16077         * Makefile.in: Do not pass bindir or mandir to cvs.
16079 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
16081         * Makefile.in, configure.in: removed traces of namesubdir,
16082           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
16083           copyrights to '92, changed some from Cygnus to FSF.
16085         * configure.texi: remove most references to multiple hosts,
16086           multiple targets, subdirs, etc.
16088         * configure.man: removed rcsid. reference config.sub not
16089           config.subr.
16091         * Makefile.in: mkdir $(infodir) on install-info.
16093 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
16095         * configure.texi:  Explain better about .gdbinit and about
16096         the environment that configure.in sections run in.
16098 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
16100         * configure.in:  Ultrix is only a decstation if it's a MIPS.
16102 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
16104         * README:  DOC.configure => cfg-paper.texi.
16106 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
16108         * config.sub (near case $os):  Don't convert newsos* to bsd!
16110 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
16112         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
16113         the number of copies of COPYING that go into the GDB tar file.
16115 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
16117         * bfd/configure.in, gdb/config/mh-i386sco,
16118         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16119         Fix SCO configuration stuff.
16121 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
16123         * Makefile.in:  For libg++, make sure the -I pointing
16124         to the gcc directory goes *after* all the libg++-local -I flags.
16125         Also, move just-gcc dependency from just-libg++ to all-libg++.
16127 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
16129         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
16131 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
16133         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
16135 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
16137         * config.sub:  Add stratus configuration frags.  Also
16138         submitted to FSF.
16140 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
16142         * Makefile.in (DEV_SUPPORT):  add configure.man.
16144         * config.sub(Decode manufacturer-specific):  add -none*.
16146 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
16148         * Makefile.in:  remove form feeds to make Sun's make happy.
16149         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
16151 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
16153         * Makefile.in (AR_FLAGS):  Make quieter.
16155 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
16157         * configure.in:  Add libg++.
16158         * configure:  When verbose, don't output the command line at each
16159         level; it will be unremarkably the same as the previous version,
16160         which will be the same as what the user typed.
16162 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
16164         * configure.in, Makefile.in: fix clean-info, add flex.  add
16165           fileutils.
16167         * configure: be less sensitive to spaces in Makefile.in.  Do not
16168           look for sources in "..".  Doing so breaks subdirectories that
16169           might have their own configure.  If a subdir has it's own
16170           configure script, use it.
16172 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
16174         * cfg-paper.texi: some changes suggested by rms.
16176 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
16178         * config.sub:  Merge in some small additions from the FSF version,
16179         taken from the gcc distribution, to bring the Cygnus and FSF
16180         versions into closer sync.
16182 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
16184         * configure.in:  Changed svr4 references to sysv4.
16186 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
16188         * configure: added -V for version number option.
16190 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
16192         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16193           renamed from DOC.configure to cfg-paper.texi.
16195 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16197         * configure, config.subr, config.sub: config.subr is now
16198           config.sub again.
16200 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
16202         * configure.texi: new file, in progress.
16204         * Makefile.in: build info file and install the man page for
16205           configure.
16207         * configure.man: new file, first cut.
16209         * configure: find config.subr again now that configuration "none"
16210           has gone.  removed all traces of the -ansi option.  removed all
16211           traces of the -languages option.
16213         * config.subr: resync from rms.
16215 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16217         * configure, config.sub, config.subr: merge config.sub into
16218           config.subr, call the result config.subr, remove config.sub, use
16219           config.subr.
16221         * Makefile.in: revised install for dir.info.
16223 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16225         * configure.in: add decstation host makefile frag.
16227         * Makefile.in: BISON now bison -y again.  also install-gcc on
16228           install.  clean-gdbm on clean.  infodir belongs in datadir.
16229           Make directories for info install.  Build dir.info here then
16230           install it.
16232 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16234         * Makefile.in: fix for bad directory tests.
16236 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16238         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
16239           regexp.  -srcdir relative was being handled incorrectly.
16241         * Makefile.in: unwrapped some for loops so that parallel makes
16242           work again and so one can focus one's attention on a particular
16243           package.
16245 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16247         * configure: added PWD as a stand in for `pwd` (for speed). use
16248           elif wherever possible.  make -srcdir work without -objdir.
16249           -objdir= commented out.
16251 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16253         * configure: +options become --options.  -subdirs commented out.
16254           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
16255           Makefile now at top of generated Makefile.  Removed cvs log
16256           entries.  added -srcdir.  create .gdbinit only if there is one
16257           in ${srcdir}.
16259         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
16260           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
16261           and mandir now keyed off datadir by default.
16263 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16265         * Freshly created ChangeLog.
16268 Local Variables:
16269 mode: change-log
16270 left-margin: 8
16271 fill-column: 76
16272 version-control: never
16273 End: