2011-01-21 Tobias Burnus <burnus@net-b.de>
[official-gcc.git] / ChangeLog
blob2169d51d81182b8d3611f998bfd3146c876d3920
1 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
3         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
4         * configure: Regenerate.
6 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
10 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
12         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
13         for ia64-hpux.
14         * configure: Regenerate.
16 2011-01-10  Jan Hubicka  <jh@suse.cz>
18         * config/bootstrap-lto.mk: -fuse-linker-plugin is default now;
19         pass -fno-lto to STAGEprofile.
21 2011-01-07  Jan Hubicka  <jh@suse.cz>
23         PR lto/47225
24         * Makefile.in: Regenerate.
25         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
26         configure.
28 2011-01-07  Jan Hubicka  <jh@suse.cz>
30         * Makefile.in: Regenerate.
31         * Makefile.def (gcc host module) and soft dependency on lto-plugin
32         and configure dependency on lto-plugin configure.
33         (lto-plugin module): Remove dependency on GCC; add dependency on
34         liniberty.
36 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
38         * MAINTAINERS (Write After Approval): Add myself.
40 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
42         * configure: Regenerate.
44 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
46         * configure.ac: (picochip): Disable libiberty.
48 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
50         * MAINTAINERS (Write After Approval): Add myself.
52 2010-12-10  Ian Lance Taylor  <iant@google.com>
54         PR bootstrap/46819
55         * configure.ac: For --disable-libgcj clear libgcj_saved.
56         * configure: Rebuild.
58 2010-12-10  Tobias Burnus  <burnus@net-b.de>
60         PR fortran/46540
61         * configure.ac: Add --disable-libquadmath and
62         --disable-libquadmath-support.
63         * configure: Regenerate.
65 2010-12-03  Ian Lance Taylor  <iant@google.com>
67         * MAINTAINERS: Add myself as libgo maintainer.
69 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
71         PR libffi/46792
72         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
73         * configure: Regenerate.
75 2010-12-02  Ian Lance Taylor  <iant@google.com>
77         * configure.ac: Always set default for poststage1_ldflags to
78         -static-libstdc++ -static-libgcc.
80 2010-11-29  Andreas Schwab  <schwab@redhat.com>
82         * configure.ac: Move comment to remove extra space in last argument
83         of GCC_TARGET_TOOL.
85 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
87         PR other/46026
88         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
89         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
90         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
91         (BASE_FLAGS_TO_PASS): Use it.
92         * configure: Rebuilt.
93         * Makefile.in: Rebuilt.
95 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
97         PR binutils/12258
98         * configure.ac: Correct comments for --enable-gold/--enable-ld.
99         Properly check default linker.
100         * configure: Regnerated.
102 2010-11-23  Matthias Klose  <doko@ubuntu.com>
104         * configure.ac: For --enable-gold, handle value `default' instead of
105         `both*'.   New configure option --{en,dis}able-ld.
106         * configure: Regenerate.
108 2010-11-20  Ian Lance Taylor  <iant@google.com>
110         * configure.ac: Only disable a language library if no language needs
111         it.  Don't let --disable-libgcj uncondtionally disable libffi.
112         * configure: Rebuild.
114 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
116         * Makefile.in: Regenerate.
118         PR other/46202
119         * configure.ac: Fix just-built in-tree STRIP name to be
120         binutils/strip-new.
121         * configure: Regenerate.
122         * Makefile.def (install-strip-gcc, install-strip-binutils)
123         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
124         (install-strip-sid): Mirror dependencies on non-strip variants
125         of these targets on the respective -strip prerequisites.
126         * Makefile.tpl (install-strip, install-strip-host)
127         (install-strip-target): New targets.
128         (install-strip-[+module+], install-strip-target-[+module+]):
129         New targets.
130         * Makefile.in: Regenerate.
132 2010-11-19  Ian Lance Taylor  <iant@google.com>
133             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
135         * configure.ac: Add target-libgo to target_libraries.  Set
136         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
137         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
138         (HOST_EXPORTS): Add GOC.
139         (BASE_TARGET_EXPORTS): Add GOC.
140         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
141         (GOCFLAGS_FOR_TARGET): New variable.
142         (EXTRA_HOST_FLAGS): Add GOC.
143         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
144         * Makefile.def (target_modules): Add libgo.
145         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
146         (dependencies): Add dependency from configure-target-libgo to
147         configure-target-libffi and all-target-libstdc++-v3.  Add
148         dependencies from all-target-libgo to all-target-libffi.
149         (languages): Add go.
150         * configure: Rebuild.
151         * Makefile.in: Rebuild.
153 2010-11-19  Ian Lance Taylor  <iant@google.com>
155         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
156         compiler/flag environment variables.
158 2010-11-18  Ian Lance Taylor  <iant@google.com>
160         * configure.ac: Check for lang_requires_boot_languages in
161         config-lang.in files.
162         * configure: Rebuild.
164 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
165             Tobias Burnus  <burnus@net-b.de>
167         PR fortran/32049
168         * Makefile.def: Add libquadmath; build it with language=fortran.
169         * configure.ac: Add libquadmath.
170         * Makefile.tpl: Handle multiple libs in check-[+language+].
171         * Makefile.in: Regenerate.
172         * configure: Regenerate.
174 2010-11-16  Tom Tromey  <tromey@redhat.com>
176         * MAINTAINERS: Moved myself to reviewers section.
178 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
180         * MAINTAINERS: Moved myself to reviewers section.
182 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
184         * MAINTAINERS (Various Maintainers): Add self for build machinery.
185         (Write After Approval): Remove self.
187 2010-11-15  Andreas Schwab  <schwab@redhat.com>
189         * configure.ac: Fix spelling in option names.
190         * configure: Regenerated.
192 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
194         PR bootstrap/39622
195         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
196         * configure: Regenerated.
198 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
200         * MAINTAINERS: Update my email address.
202 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
204         * configure: Regenerate.
206 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
208         * configure: Regenerate.
210 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
212         * configure: Regenerate.
214 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
216         * configure: Regenerate.
218 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
220         * configure.ac: Support official CLooG.org versions.
221         * configure: Regenerate.
222         * config/cloog.m4: New.
224 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
226         * MAINTAINERS (Write After Approval): Add myself.
228 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
230         * MAINTAINERS: Update my email address.
232 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
234         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
235         * configure: Regenerate.
237 2010-11-03  Ian Lance Taylor  <iant@google.com>
238             Dave Korn  <dave.korn.cygwin@gmail.com>
240         PR lto/46273
241         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
242         and on other supported platforms whenever LTO is enabled.
243         * configure: Rebuild.
245 2010-11-02  Alan Modra  <amodra@gmail.com>
247         PR binutils/12110
248         * configure.ac: Error when source path contains spaces.
249         * configure: Regenerate.
251 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
253         * MAINTAINERS: Update my email address.
255 2010-10-20  Ian Lance Taylor  <iant@google.com>
257         * Makefile.def (target_modules): Set lib_path to src/.libs for
258         libstdc++-v3 module.
259         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
260         * Makefile.in: Rebuild.
262 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
264         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
265         (Write After Approval): Remove myself.
267 2010-10-15  Tristan Gingold  <gingold@adacore.com>
269         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
271 2010-10-14  Douglas Rupp  <rupp@gnat.com>
273         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
275 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
277         * configure.ac (build_lto_plugin): New shell variable.
278         (--enable-lto): Turn on by default for all non-ELF platforms that
279         have had LTO support added so far.  Set build_lto_plugin appropriately
280         for both ELF and non-ELF.
281         (configdirs): Add lto-plugin or not based on build_lto_plugin.
282         * configure: Regenerate.
284 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
286         Sync from src:
287         * configure.ac (v850 support): Remove target-libgloss from
288         noconfigdirs.
289         * configure: Regenerate.
291 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
293         PR bootstrap/45326
294         PR bootstrap/45174
295         * configure.ac: Honor initial values of $build_configargs,
296         $host_configargs, $target_configargs.  Mark the precious, so
297         environment settings get recorded.
298         * configure: Regenerate.
300 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
302         PR bootstrap/45796
303         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
304         Depend on all-build-libiberty.
305         * Makefile.in: Regenerate.
307 2010-09-30  Michael Eager  <eager@eagercon.com>
309         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
310         * configure: Regenerate.
312 2010-09-28  Michael Eager  <eager@eagercon.com>
314         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
316 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
318         PR bootstrap/44621
319         * configure.ac: Fix unportable shell quoting.
320         * configure: Regenerate.
322 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
324         * configure.ac (enable-lto): Add Darwin to the list of supported lto
325         targets and amend comment.
326         * configure: Regenerate.
328 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
330         * MAINTAINERS (Write After Approval): Add myself.
332 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
334         * configure.ac: Enable LTO by default on Darwin.
335         * configure: Regenerate.
337 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
339         * MAINTAINERS (Write After Approval): Add myself.
341 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
343         * MAINTAINERS (Write After Approval): Add myself.
345 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
347         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
348         ports
350 2010-07-28  David Yuste  <david.yuste@gmail.com>
352         * MAINTAINERS (Write After Approval): Add myself.
354 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
356         * configure.ac: Support all v850 targets.
357         * configure: Regenerate.
359 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
361         PR bootstrap/44455
362         * configure.ac (extra_mpfr_configure_flags): Copy from
363         extra_mpc_gmp_configure_flags.
364         * configure: Re-generated.
366 2010-07-22  Andi Kleen  <ak@linux.intel.com>
368         * MAINTAINERS (Write After Approval): Add myself.
370 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
372         * MAINTAINERS (Write After Approval): Add myself.
374 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
376         * MAINTAINERS (Write After Approval): Add myself.
378 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
380         PR target/44862
381         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
382         Provide -B option to allow for link spec %s substitutions for
383         libstdc++.a on darwin.
384         * Makefile.in: Regenerate.
386 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
388         * MAINTAINERS (Reviewers): Update my e-mail address
390 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
392         * Makefile.def (configure-gcc): Depend on all-libelf.
393         * Makefile.in: Rebuild.
395 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
397         * MAINTAINERS (Write After Approval): Add myself in the right place.
399 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
401         * MAINTAINERS (Write After Approval): Add myself.
403 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
405         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
407 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
409         * config.sub: Update to version 2010-05-21.
410         * config.guess: Update to version 2010-04-03.
412 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
414         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
415         * configure: Regenerate.
417 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
419         * MAINTAINERS (Write After Approval): Add myself.
421 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
423         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
424         a platform that supports LTO.
425         * configure: Regenerate.
427 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
429         * configure.ac: Allow all the versions greater than 0.10 of PPL.
430         * configure: Regenerated.
432 2010-04-27  Roland McGrath  <roland@redhat.com>
433             H.J. Lu  <hongjiu.lu@intel.com>
435         * configure.ac (--enable-gold): Support both, both/gold and
436         both/bfd to add gold to configdirs without removing ld.
437         * configure: Regenerated.
439         * Makefile.def: Add install-gold dependency to install-ld.
440         * Makefile.in: Regenerated.
442 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
444         PR lto/42776
445         * configure.ac (--enable-lto): Refactor handling so libelf tests
446         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
447         and allow LTO to be explicitly enabled on non-ELF platforms that
448         are known to support it inside else-clause.
449         * configure: Regenerate.
451 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
453         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
454         * configure: Regenerate.
456 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
458         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
459         * configure: Regenerate.
461 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
463         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
464         separately.
465         * configure: Regenerate.
467 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
469         * MAINTAINERS (Write After Approval): Add myself.
471 2010-04-14  Tristan Gingold  <gingold@adacore.com>
473         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
474         * configure: Regenerate.
476 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
478         * configure: Regenerate after change to elf.m4.
480 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
482         * MAINTAINERS (Write After Approval): Add myself.
484 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
486         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
487         * configure: Regenerated.
489 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
491         * configure.ac: Print "buggy but acceptable" when CLooG
492         revision is less than 9.
493         * configure: Regenerated.
495 2010-04-01  Diego Novillo  <dnovillo@google.com>
497         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
499 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
501         PR bootstrap/43615
502         PR bootstrap/43328
504         Revert:
506         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
508         * configure.ac: Do not pass --enable-multilib nor
509         --disable-multilib in baseargs.  Accept explicitly passed
510         --enable_multilib.
511         * configure: Regenerate.
513 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
515         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
517 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
519         * MAINTAINERS: Remove myself.
521 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
523         PR bootstrap/43328
524         * configure.ac: Do not pass --enable-multilib nor
525         --disable-multilib in baseargs.  Accept explicitly passed
526         --enable_multilib.
527         * configure: Regenerate.
529 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
531         * MAINTAINERS (spu port): Remove me.
533 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
535         * configure.ac (tic6x-*-*): New case.
536         * configure: Regenerate.
538 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
540         * config.sub: Update to version 2010-03-22.
541         * config.guess: Update to version 2009-12-30.
543 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
545         PR ada/42554
546         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
547         * configure: Regenerate.
549 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
551         * MAINTAINERS: Update my email address.
553 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
555         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
556         (ghassan.shobaki@amd.com): Removed.
558 2010-03-17  Alan Modra  <amodra@gmail.com>
560         * MAINTAINERS: Update my email address.
562 2010-03-16  Diego Novillo  <dnovillo@google.com>
564         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
565         Matthews.
567 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
569         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
570         Gutson, Jeffrey D. Oldham and Mark Shinwell.
572 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
574         * MAINTAINERS: Update my email address.
576 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
578         * MAINTAINERS: Update my email address.
580 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
582         * MAINTAINERS: Update my email address.
584 2010-03-09  Jie Zhang  <jie@codesourcery.com>
586         * MAINTAINERS: Update my email address.
588 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
590         PR libstdc++/32499
591         * configure.ac (RANLIB): Default to true.
592         (STRIP): Likewise.
593         (RANLIB_FOR_TARGET): Remove superfluous : argument.
594         * configure: Regenerate.
596 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
598         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
599         (Write After Approval): Update my email address.
601 2010-02-17  Nick Clifton  <nickc@redhat.com>
603         PR 11238
604         * Makefile.tpl (local-distclean): Also remove config.cache files in
605         sub-directories as there may not be Makefiles present in the
606         sub-directories.
607         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
608         the config.cache files found by the find command.
610         * Makefile.in: Regenerate.
611         * configure.ac: Revert previous delta.
612         * configure: Regenerate.
614 2010-02-15  Nick Clifton  <nickc@redhat.com>
616         PR 11238
617         * configure.ac: Delete config.cache files in sub-directories when
618         deleting Makefiles.
619         * configure: Regenerate.
621 2010-02-12  Ben Elliston  <bje@gnu.org>
623         * MAINTAINERS: Update my email address.
625 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
627         * MAINTAINERS (spu port): Update my email address.
629 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
631         * MAINTAINERS: Add myself as a maintainer for the bfin port.
633 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
635         * configure.ac: Add "recommended" version checks for GMP/MPC.
636         Update recommended GMP/MPFR/MPC versions.
637         * configure: Regenerate.
639 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
641         * MAINTAINERS: Move my Embecosm email address into the
642         write-after-approval section.
644 2010-01-26  Ian Lance Taylor  <iant@google.com>
646         * MAINTAINERS: Add myself as Go frontend maintainer.
648 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
650         PR libstdc++/36101, PR libstdc++/42813
651         * configure.ac (bootstrap_target_libs): Make inclusion of
652         target-libgomp conditional on libgomb being in target_configdirs.
653         * configure: Regenerate.
655 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
657         PR libstdc++/36101, PR libstdc++/42813
658         * configure.ac (bootstrap_target_libs): Include target-libgomp.
659         * configure: Regenerate.
661 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
663         PR libstdc++/36101, PR libstdc++/42813
664         * configure.ac (target_configdirs): Substitute.
665         * Makefile.def: Bootstrap target module libgomp.
666         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
667         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
668         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
669         * configure, Makefile.in: Regenerate.
671 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
673         * MAINTAINERS: Adjust my details.
675 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
677         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
679 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
681         * MAINTAINERS: reindented my entry with tabs instead of spaces.
683 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
685         * MAINTAINERS (Write After Approval): Add myself.
687 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
689         * MAINTAINERS (Write After Approval): Add myself.
691 2010-01-11  Richard Guenther  <rguenther@suse.de>
693         PR lto/41569
694         * Makefile.def (all-lto-plugin): Depend on all-gcc.
695         * Makefile.in: Regenerated.
697 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
699         * configure.ac: Enable libjava build on x86_64-*freebsd*.
700         * configure: Regenerate.
702 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
703             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
705         PR bootstrap/42424
706         * configure.ac: Include libtool m4 files.
707         (_LT_CHECK_OBJDIR): Call it.
708         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
709         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
711         * configure: Regenerate.
713 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
715         PR bootstrap/41818
716         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
717         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
718         * Makefile.in: Regenerate.
720 2010-01-02  Richard Guenther  <rguenther@suse.de>
722         PR lto/41529
723         * configure.ac: Include config/elf.m4.  Disable LTO if not
724         builting for an elf target.
725         * configure: Regenerate.
727 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
729         * MAINTAINERS: Change my email address.
731 2009-12-18  Ben Elliston  <bje@au.ibm.com>
733         * config.sub, config.guess: Update from upstream sources.
735 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
737         * MAINTAINERS (Write After Approval): Add myself.
739 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
741         PR middle-end/30447
742         PR middle-end/30789
743         PR other/40302
745         * configure.ac: Require MPC.
746         * configure: Regenerate.
748 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
750         PR target/38384
751         PR bootstrap/40972
752         * libtool.m4: Sync from git Libtool.
753         * ltoptions.m4: Likewise.
754         * ltversion.m4: Likewise.
755         * lt~obsolete.m4: Likewise.
756         * ltmain.sh: Likewise.
758 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
760         * configure.ac: Update minimum MPC version to 0.8.
761         * configure: Regenerate.
763 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
765         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
766         * configure: Regenerated.
768 2009-11-21  Ian Lance Taylor  <iant@google.com>
770         * configure.ac: Change default of poststage1_ldflags to be empty if
771         poststage1_libs is set.  When poststage1_libs is empty, and
772         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
773         * configure: Rebuild.
775 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
777         * MAINTAINERS (Write After Approval): Update my email address.
779 2009-11-20  Ben Elliston  <bje@au.ibm.com>
781         * config.guess: Update from upstream sources.
783 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
785         * Makefile.def: Restore host and target settings for gmp.
786         * Makefile.in: Rebuild.
788 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
790         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
791         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
792         Fix portability of test of C++ as bootstrap language.  Add
793         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
794         * configure: Rebuild.
795         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
796         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
797         in-tree building.
798         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
799         (POSTSTAGE1_HOST_EXPORTS): Use it.
800         (STAGE[+id+]_CXXFLAGS): New.
801         (BASE_FLAGS_TO_PASS): Pass it down.
802         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
803         extra_exports.
804         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
805         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
806         extra_exports.
807         * Makefile.in: Rebuild.
809 2009-11-17  Ben Elliston  <bje@au.ibm.com>
811         * config.sub, config.guess: Update from upstream sources.
813 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
815         * MAINTAINERS (Write After Approval): Add myself.
817 2009-11-09  Jon Beniston  <jon@beniston.com>
819         * MAINTAINERS (Write After Approval): Add myself.
821 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
823         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
824         paths for *-w64-mingw* and x86_64-*mingw*.
825         * configure: Regenerated.
827 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
829         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
831 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
833         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
834         Phil Edwards to Write-After Approval.
836 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
838         * configure.ac: Disable target-winsup & co for
839         x86_64-*-mingw* and *-w64-mingw* targets.
840         * configure: Regenerated.
842 2009-10-16  Nick Clifton  <nickc@redhat.com>
844         * MAINTAINERS: Add myself as a maintainer for the RX port.
846 2009-10-26  Johannes Singler  <singler@kit.edu>
848         * MAINTAINERS (Write After Approval): Update my e-mail address.
850 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
852         * configure.ac (CLooG test): Use = with test.
853         * configure: Regenerate.
855 2009-10-22  Richard Guenther  <rguenther@suse.de>
857         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
858         cloog if the ppl version check failed.  Move flags saving
859         before setting in libelf check.
860         * configure: Regenerate.
862 2009-10-21  Richard Guenther  <rguenther@suse.de>
864         * configure.ac: Adjust the ppl and cloog configure to work as
865         documented.  Disable cloog if ppl was disabled.  Omit the version
866         checks if they were disabled.
867         * configure: Re-generate.
869 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
871         * configure.ac: Add 'lto' to enable_languages, not
872         new_enable_languages, and only if not already present.
873         * configure: Regenerate.
875 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
877         * README: Refer to the various COPYING* files instead of just
878         COPYING.
879         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
881 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
883         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
884         
885 2009-10-07  Richard Guenther  <rguenther@suse.de>
887         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
888         and Richard Guenther as reviewers.
889         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
890         as reviewers.
892 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
894         * config.sub: Update from upstream sources.
896 2009-10-06  Ian Lance Taylor  <iant@google.com>
898         * Makefile.def: check-gold depends upon all-gas.
899         * Makefile.in: Rebuild.
901 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
903         * MAINTAINERS (Write After Approval): Add myself.
905 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
907         * Makefile.def: all-lto-plugin depends on all-libiberty.
908         set bootstrap=true for lto-plugin.
909         Add lto-plugin.
910         * Makefile.in: Regenerate.
911         * configure.ac (host_libs): Add lto-plugin.
912         * configure: Regenerate.
914 2009-10-03  Diego Novillo  <dnovillo@google.com>
916         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
917         (HOST_LIBELFLIBS): Define.
918         (HOST_LIBELFINC): Define.
919         * Makefile.in: Regenerate.
920         * configure.ac: Add --enable-lto.
921         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
922         If --enable-lto is used, add 'lto' to new_enable_languages.
923         If --enable-lto is used and gold is enabled, add
924         lto-plugin to configdirs.
925         * configure: Regenerate.
927 2009-10-03  Simon Baldwin  <simonb@google.com>
929         * configure.ac: If --with-system-zlib, suppress local zlib and
930         pass --with-system-zlib to subdir configure scripts.
931         * configure: Regenerate.
933 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
934             Paolo Bonzini  <bonzini@gnu.org>
936         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
937         $(srcdir).
938         * Makefile.in: Rebuilt.
940 2009-09-26  Gary Funck  <gary@intrepid.com>
942         * MAINTAINERS (Write After Approval): Add myself.
944 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
946         * configure.ac: Update minimum MPC version to 0.7.
947         * configure: Regenerate.
949 2009-09-25  Nick Clifton  <nickc@redhat.com>
951         * configure.ac: Pass any --cache-file=/dev/null option on to
952         subconfigures.
953         * configure: Regenerate.
955 2009-09-23  Nick Clifton  <nickc@redhat.com>
957         * config.sub, config.guess: Update from upstream sources.
959 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
961         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
962         * Makefile.in: Rebuilt.
964 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
966         PR bootstrap/32272
967         * configure.ac: Error out if $srcdir isn't '.' but contains
968         host-${host_noncanonical}.
969         * configure: Regenerate.
971 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
973         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
974         maintainer.
976 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
978         * configure.ac: If bootstrapping a combined tree with
979         --enable-gold, require c++ in stage1_languages.
980         * configure: Regenerate.
982         * configure.ac: Also add target_libs of stage1_languages to
983         bootstrap_target_libs.
984         * configure: Regenerate.
986         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
987         with --enable-languages not containing c++.
988         * configure: Regenerate.
990 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
992         * configure.ac: Disable java and boehm-gc for bfin-*-*.
993         * configure: Regenerate.
995 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
997         * MAINTAINERS (Write After Approval): Update my e-mail address,
998         and move from from here...
999         (Waiting for paperwork): To here.
1001 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
1003         * MAINTAINERS (Reviewers): Add self as driver reviewer.
1005 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1007         * configure.ac: Do not use $extrasub for replacing @if/@endif
1008         parts in Makefile; instead, use additional arguments to
1009         AC_CONFIG_COMMANDS to do the replacement manually, with several
1010         sed invocations, to avoid HP-UX sed command limits.
1011         * configure: Regenerate.
1013 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
1015         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
1016         blank before -L.
1018 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
1020         * configure.ac (with-build-config): Document.  Handle without.
1021         Handle missing argument.
1022         * configure: Rebuilt.
1024 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
1026         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
1027         Default to bootstrap-debug only if compare-debug works.
1028         * configure: Rebuilt.
1029         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1030         * Makefile.in: Rebuilt.
1032 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1034         * MAINTAINERS (OS Port Maintainers): Update my email address.
1036 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
1038         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1039         * Makefile.in: Rebuilt.
1041 2009-09-01  Chris Demetriou  <cgd@google.com>
1043         * MAINTAINERS (Write After Approval): Add myself.
1045 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
1047         PR debug/30161
1048         * include/dwarf2.h (enum dwarf_tag): Added
1049         DW_TAG_GNU_template_template_param
1050         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
1052 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1054         * Makefile.tpl (AWK): Fix typo.
1055         * Makefile.in: Regenerate.
1057 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1059         * configure.ac: Detect awk and sed.
1060         * Makefile.def (flags_to_pass): Add AWK and SED.
1061         * Makefile.tpl (AWK, SED): New.
1062         (BASE_FLAGS_TO_PASS): Add AWK and SED.
1063         * configure: Regenerate.
1064         * Makefile.in: Regenerate.
1066 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
1068         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
1069         (collapseslashes): Likewise.
1071 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1073         * configure.ac (AC_PREREQ): Bump to 2.64.
1075 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1077         * configure.ac: Remove --with-datarootdir, --with-docdir,
1078         --with-pdfdir, --with-htmldir switches.
1079         * configure: Regenerate.
1081         * configure: Regenerate.
1083         * compile: Sync from Automake 1.11.
1084         * depcomp: Likewise.
1085         * install-sh: Likewise.
1086         * missing: Likewise.
1087         * mkinstalldirs: Likewise.
1088         * ylwrap: Likewise.
1090 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
1092         * ltmain.sh (func_normal_abspath): New function.
1093         (func_relative_path): Likewise.
1094         (func_mode_help): Document new -bindir option for link mode.
1095         (func_mode_link): Add new -bindir option, and use it to place
1096         output DLL if specified.
1098 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1100         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1101         (baseargs): Add --disable-option-checking.
1102         * configure: Regenerate.
1104         * Makefile.def (configure-target-libiberty): Depend on
1105         all-binutils and all-ld.
1106         (configure-target-newlib): Likewise.
1107         * Makefile.in: Regenerate.
1109 2009-08-17  Ben Elliston  <bje@au.ibm.com>
1111         * config.sub, config.guess: Update from upstream sources.
1113 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1115         Sync from src, merge:
1117         2009-07-02  Tristan Gingold  <gingold@adacore.com>
1119         * configure.ac: Do not exclude gas for i386-*-darwin.
1120         Add a case for x86_64-*-darwin.
1121         * configure: Regenerate.
1123 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
1125         * MAINTAINERS: Add my name to Write After Approval list.
1127 2009-08-06  Michael Eager  <eager@eagercon.com>
1129         * configure.ac: Add Microblaze target.
1130         * configure: Regenerate.
1132 2009-07-31  Christian Bruel  <christian.bruel@st.com>
1134         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1135         * configure: Regenerate.
1136         
1137 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
1139         * MAINTAINERS (Write After Approval): Update my e-mail address.
1141 2009-07-06  Ian Lance Taylor  <iant@google.com>
1143         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1144         * configure: Rebuild.
1146 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
1148         * MAINTAINERS: Move myself to the Graphite Reviewers.
1150 2009-06-30  Wei Guozhi  <carrot@google.com>
1152         * MAINTAINERS: Add my name to Write After Approval list.
1154 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
1156         PR bootstrap/40338
1157         * configure.ac (comparestring): Create new variable.
1158         * Makefile.tpl (comparestring): Use to skip some comparisions.
1159         * configure: Regenerate.
1160         * Makefile.in: Regenerate.
1162 2009-06-26  Doug Evans  <dje@sebabeach.org>
1164         * Makefile.def (host_modules): Add cgen.
1165         * Makefile.in: Regenerate.
1166         * configure.ac (host_tools): Add cgen.
1167         * configure: Regenerate.
1169 2009-06-23  DJ Delorie  <dj@redhat.com>
1171         * MAINTAINERS: Add myself as mep maintainer.
1173 2009-06-23  Ian Lance Taylor  <iant@google.com>
1175         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
1176         boot_languages.  Only bootstrap target libraries listed in
1177         target_libs for some boot language.  Add --with-stage1-ldflags,
1178         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
1179         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
1180         if not building with C++.
1181         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1182         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1183         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1184         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1185         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
1186         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1187         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1188         * configure, Makefile.in: Rebuild.
1190 2009-06-23  Li Feng  <nemokingdom@gmail.com>
1192         * MAINTAINERS: Added my name to write-after-approval list.
1194 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
1196         * configure.ac: Define is_elf for QNX Neutrino targets.
1197         * configure: Regenerate.
1199 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
1201         * MAINTAINERS: Added my name to the write-after-approval list
1203 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1205         * configure.ac: Detect MPC in default directory.
1206         * configure: Regenerate.
1208 2009-06-03  Jerome Guitton  <guitton@adacore.com>
1209             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1211         * Makefile.tpl (all): Avoid a trailing backslash.
1212         * Makefile.in: Regenerate.
1214 2009-06-03  Ben Elliston  <bje@au.ibm.com>
1216         * config.sub, config.guess: Update from upstream sources.
1218 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
1220         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1221         to noconfdirs.
1222         * configure: Regenerate.
1224 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
1226         * Makefile.tpl ([+compare-target+]): Compare all stage
1227         directories, rather than just gcc.
1228         * Makefile.in: Rebuilt.
1230 2009-06-01  Doug Kwan  <dougkwan@google.com>
1232         * configure.ac: Support gold for target arm*-*-*.
1233         * configure: Regenerate.
1235 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1237         * Makefile.def: Add MPC support and dependencies.
1238         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
1240         * Makefile.in, configure: Regenerate.
1242 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
1244         * Makefile.tpl (all): Avoid harmless warning in make all when
1245         gcc-bootstrap is enabled but stage_last does not exist.
1246         * Makefile.in: Rebuilt.
1248 2009-05-24  Nicolas Roche  <roche@adacore.com>
1250         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1251         * Makefile.in: Regenerate.
1253 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
1255         * MAINTAINERS: Update my e-mail address.
1257 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1259         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
1260         * configure:  Regenerate.
1262 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1264         PR other/40159
1265         * Makefile.tpl (all): Don't assume gcc-bootstrap and
1266         gcc-no-bootstrap are mutually exclusive.
1267         * Makefile.in: Rebuilt.
1269 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1271         PR other/40159
1272         * Makefile.tpl (all): Don't end with unconditional success.
1273         * Makefile.in: Rebuilt.
1275 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
1277         PR target/37137
1278         * Makefile.def (flags_to_pass): Remove redundant and incomplete
1279         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1280         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1281         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
1282         stage_configureflags, stage_cflags and stage_libcflags into
1283         explicit Makefile macros.
1284         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1285         GFORTRAN.
1286         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1287         CC.  Set CC_FOR_BUILD from CC.
1288         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1289         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1290         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1291         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
1292         and GFORTRAN.
1293         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1294         (_LIBCFLAGS): Renamed to _TFLAGS.
1295         (do-compare-debug, do-compare3-debug): Drop.
1296         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1297         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1298         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1299         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1300         (XGCC_FLAGS_FOR_TARGET): New.
1301         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
1302         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
1303         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
1304         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
1305         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
1306         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
1307         TFLAGS.
1308         (BUILD_CONFIG): Include if requested.
1309         (all): Set TFLAGS on bootstrap.
1310         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
1311         (all-stageid-prefixmodule): Likewise.
1312         (do-clean, distclean-stageid): Set TFLAGS.
1313         (restrap): Fix whitespace.
1314         * Makefile.in: Rebuilt.
1316 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
1318         * config.guess: Sync with src.
1320 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1322         * configure.ac ($with_ppl):  Default to no if not supplied.
1323         ($with_cloog):  Likewise.
1324         configure:  Regenerate.
1326 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
1328         * MAINTAINERS: Update my e-mail address.
1330 2009-04-27  Nick Clifton  <nickc@redhat.com>
1332         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
1334 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
1336         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1337         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1338         * Makefile.in: Regenerate.
1340 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1342         PR bootstrap/39739
1343         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1344         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1346         * configure, Makefile.in: Regenerate.
1348 2009-04-21  Taras Glek  <tglek@mozilla.com>
1350         * include/hashtab.h: Update GTY annotations to new syntax
1351         * include/splay-tree.h: Likewise
1353 2009-04-17  Ben Elliston  <bje@au.ibm.com>
1355         * config.sub, config.guess: Update from upstream sources.
1357 2009-04-15  Anthony Green  <green@moxielogic.com>
1359         * configure.ac: Add moxie support.
1360         * configure: Rebuilt.
1362 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
1364         * configure.ac: Change copyright header to refer to version
1365         3 of the GNU General Public License and to point readers at the
1366         COPYING3 file and the FSF's license web page.
1367         * Makefile.def: Likewise.
1368         * Makefile.tpl: Likewise.
1369         * Makefile.in: Regenerate.
1371 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
1373         * configure.ac: Restore match for darwin9 or later. Use double
1374         brackets since regeneration eats one pair.
1375         * configure: Regenerate.
1377 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
1379         PR gas/10039
1380         * configure.ac: Require texinfo 4.7.
1381         * configure: Regenerated.
1383 2009-04-09  Nick Clifton  <nickc@redhat.com>
1385         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
1386         the GCC Runtime Library Exception.
1388 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1390         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1391         * configure: Regenerate.
1393 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
1395         * Makefil.def (languages): New entries.
1396         * Makefile.tpl (check-gcc-*): New generic target.
1397         * Makefile.in: Regenerate.
1399 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
1401         * MAINTAINERS:  Update my email address.
1403 2009-03-18  Tom Tromey  <tromey@redhat.com>
1405         * configure: Rebuild.
1406         * configure.ac (host_libs): Add libiconv.
1407         * Makefile.in: Rebuild.
1408         * Makefile.def (host_modules): Add libiconv.
1409         (configure-gdb, all-gdb): Depend on libiconv.
1411 2009-03-16  Tristan Gingold  <gingold@adacore.com>
1413         * configure.ac: Treat gdb as supported on x86_64-darwin.
1414         * configure: Regenerate.
1416 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1418         * configure.ac (--with-host-libstdcxx): New option.
1419         * configure: Regenerate.
1421 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
1423         * MAINTAINERS:  Move myself into the write after approval list.
1425 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
1427         * MAINTAINERS: Update e-mail address.
1428         
1429 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
1431         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
1433 2009-03-10  Ira Rosen  <irar@il.ibm.com>
1435         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
1437 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1439         Backport from git Libtool:
1441         2009-01-19  Robert Millan  <rmh@aybabtu.com>
1442         Support GNU/kOpenSolaris.
1443         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1444         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1445         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1446         GNU/kOpenSolaris.
1448 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
1450         * MAINTAINERS: Update e-mail address.
1452 2009-02-24  Michael Eager  <eager@eagercon.com>
1454         * MAINTAINERS (Write After Approval): Add self.
1456 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
1458         * MAINTAINERS (Write After Approval): Add myself.
1460 2009-02-05  Andreas Schwab  <schwab@suse.de>
1462         * Makefile.tpl (stage_last): Define $r and $s before using
1463         $(RECURSE_FLAGS_TO_PASS).
1464         * Makefile.in: Regenerate
1466 2009-01-30  Ian Lance Taylor  <iant@google.com>
1468         * MAINTAINERS: Move myself to the Global Reviewers list.
1470 2009-01-29  Robert Millan  <rmh@aybabtu.com>
1472         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1473         * configure: Regenerate.
1475 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
1477         * MAINTAINERS: Make whitespace consistent.
1478         Remove Robert Millan from Write After Approval.
1480 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
1482         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
1483         (all-opcodes): Depend on all-libiberty.
1484         * Makefile.in: Regenerate.
1486 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
1488         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1489         * configure: Regenerate.
1491 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
1493         * MAINTAINERS (Write After Approval): Add myself.
1495 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
1497         * MAINTAINERS: Add myself to reviewers (Fortran).
1499 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
1501         PR tree-optimization/38515
1502         * configure.ac (cloog-polylib): Removed.
1503         (with_ppl, with_cloog): Test for "no".
1504         * configure: Regenerated.
1506 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
1508         * MAINTAINERS: Moved myself to reviewers (Fortran).
1510 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
1512         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
1513         (Write After Approval): Remove myself.
1515 2009-01-03  Diego Novillo  <dnovillo@google.com>
1517         * MAINTAINERS: Remove myself from alias maintainership.
1519 2009-01-02  David Ayers  <ayers@fsfe.org>
1521         * MAINTAINERS: Update e-mail address.
1523 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
1525         * MAINTAINERS: Make whitespace consistent.
1527 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1529         Backport from upstream Libtool:
1530         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1531         Add cache variables to tests that require the linker to work.
1532         For shlibpath_overrides_runpath, this also changes the semantics
1533         to let the result from the C compiler take precedence.
1535 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1537         * config.sub, config.guess: Update from upstream sources.
1539 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
1541         * configure.ac (ppllibs): Add by default the lib flags.
1542         * configure: Regenerate.
1544 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
1546         * MAINTAINERS:  Add myself to the write after approval list.
1548 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1550         * configure.ac: Add double brackets on darwin[912].
1551         * configure: Regenerate.
1553 2008-12-03  Daniel Kraft  <d@domob.eu>
1555         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
1556         Approval to Reviewer section (for Fortran front-end).
1558 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
1560         * configure.ac: Expand to darwin10 and later.
1561         * configure: Regenerate.
1563 2008-12-02  Andreas Schwab  <schwab@suse.de>
1565         * Makefile.def: configure-target-boehm-gc depends on
1566         all-target-libstdc++-v3.
1567         * Makefile.in: Regenerate.
1569 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
1571         * MAINTAINERS:  Add myself as mingw maintainer.
1573 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1575         * config.sub, config.guess: Update from upstream sources.
1577 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
1579         * README.SCO: Remove.
1581 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
1583         * MAINTAINERS:  Add myself to the write after approval list.
1585 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
1587         * MAINTAINERS:  Update my email address in WAA section.
1589 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
1591         * MAINTAINERS: Update e-mail address.
1593 2008-11-27  Toon Moene  <toon@moene.org>
1595         * MAINTAINERS: Change e-mail address.
1597 2008-11-27  Tristan Gingold  <gingold@adacore.com>
1599         * configure.ac: Build gdb for i?86-*-darwin*
1600         * configure: Regenerated.
1602 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
1604         * MAINTAINERS: Added my full name.
1606 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
1608         PR bootstrap/38014
1609         PR bootstrap/37923
1611         Revert:
1613         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1615         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1616         * Makefile.in: Regenerated.
1618         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1620         PR gdb/921
1621         PR gdb/1646
1622         PR gdb/2175
1623         PR gdb/2176
1625         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1626         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1627         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1628         (HOST_EXPORTS): Pass CPPFLAGS.
1629         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1630         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1631         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1632         * Makefile.in, configure: Regenerated.
1633         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1634         and CPPFLAGS_FOR_BUILD.
1636 2008-11-06  Jeff Law  <law@redhat.com>
1638         * MAINTAINERS: Add myself as middle end maintainer.
1640 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
1642         * MAINTAINERS (Write after approval): Add myself.
1644 2008-11-05  Diego Novillo  <dnovillo@google.com>
1646         * MAINTAINERS (Global Reviewers): Add myself.
1647         (Non-Algorithmic Maintainers): Remove myself.
1649 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
1651         * MAINTAINERS (Write after approval): Add myself.
1653 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
1655         * MAINTAINERS (Write after approval): Add myself.
1657 2008-10-31  Ben Elliston  <bje@au.ibm.com>
1659         * configure.ac (spu-*-*): Remove special case.
1660         * configure: Regenerate.
1662 2008-10-30  Catherine Moore  <clm@codesourcery.com>
1664         * MAINTAINERS (Write after approval): Update my email address.
1666 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
1668         * configure.ac [spu-*-*]: Do not set skipdirs.
1669         * configure: Re-generate.
1671 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
1673         * MAINTAINERS (Various Maintainers): Add myself to reload.
1675 2008-10-25  Richard Guenther  <rguenther@suse.de>
1677         * MAINTAINERS (Various Maintainers): Add myself as middle-end
1678         maintainer.  Remove myself as libgcc-math maintainer.
1679         (Non-Algorithmic Maintainers): Remove myself.
1681 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1683         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1684         * Makefile.in: Regenerated.
1686 2008-10-23  Cary Coutant  <ccoutant@google.com>
1688         * MAINTAINERS (Write after approval): Add myself.
1690 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1692         PR gdb/921
1693         PR gdb/1646
1694         PR gdb/2175
1695         PR gdb/2176
1697         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1698         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1699         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1700         (HOST_EXPORTS): Pass CPPFLAGS.
1701         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1702         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1703         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1704         * Makefile.in, configure: Regenerated.
1705         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1706         and CPPFLAGS_FOR_BUILD.
1708 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
1710         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
1711         Sebastian Pop.
1713 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
1715         * MAINTAINERS (Write After Approval): Added myself.
1717 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1719         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1720         recommended version to 2.3.2.
1722         * configure: Regenerate.
1724 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
1726         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
1728 2008-09-29  David Daney <david.daney@caviumnetworks.com>
1730         * MAINTAINERS (Write After Approval): Update e-mail address.
1732 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
1734         * libtool.m4: Update to libtool 2.2.6.
1735         * lt~obsolete.m4: Update to libtool 2.2.6.
1736         * ltmain.sh: Update to libtool 2.2.6.
1737         * ltsugar.m4: Update to libtool 2.2.6.
1738         * ltversion.m4: Update to libtool 2.2.6.
1739         * ltoptions.m4: Update to libtool 2.2.6.
1740         * ltgcc.m4: Update to match changes from libtool 2.2.6.
1742 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
1744         * MAINTAINERS (Write After Approval): Add myself.
1746 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1748         * MAINTAINERS (Write After Approval): Update my name.
1750 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
1752         * MAINTAINERS: Add myself in "Write After Approval".
1754 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
1756         * MAINTAINERS: Add myself as ia64 maintainer.
1758 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
1760         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
1761         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
1762         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
1763         and Michael Tiemann from Write After Approval since they do not
1764         actually have access.
1766 2008-09-05  Richard Guenther  <rguenther@suse.de>
1768         * configure.ac: Initialize clooglibs to -lcloog.
1769         * configure: Re-generate.
1771 2008-09-04  Le-Chun Wu  <lcwu@google.com>
1773         * MAINTAINERS (Write After Approval): Add myself.
1775 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
1777         * configure.ac (--with-cloog-polylib): New.
1778         (--disable-cloog-version-check): New.
1779         (--disable-ppl-version-check): New.
1780         * configure: Re-generate.
1782 2008-09-03  Richard Guenther  <rguenther@suse.de>
1784         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1785         cloog test.
1786         * configure: Re-generate.
1788 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
1790         Add picoChip port.
1791         * MAINTAINERS: Add picoChip maintainers.
1793 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
1794             Tobias Grosser  <grosser@fim.uni-passau.de>
1795             Jan Sjodin  <jan.sjodin@amd.com>
1796             Harsha Jagasia  <harsha.jagasia@amd.com>
1797             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
1798             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1799             Adrien Eliche  <aeliche@isty.uvsq.fr>
1801         Merge from graphite branch.
1802         * configure: Regenerate.
1803         * Makefile.in: Regenerate.
1804         * configure.ac (host_libs): Add ppl and cloog.
1805         Add checks for PPL and CLooG.
1806         * Makefile.def (ppl, cloog): Added modules and dependences.
1807         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1808         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1810 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1812         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1813         (GCC_SHLIB_SUBDIR): New.
1814         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1815         * configure: Regenerate.
1816         * Makefile.in: Regenerate.
1818 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
1820         * MAINTAINERS: Consistently use tabs to separate columns.
1822 2008-08-29  Tristan Gingold  <gingold@adacore.com>
1824         * MAINTAINERS (Write after Approval): Add myself.
1826 2008-08-28  Tristan Gingold  <gingold@adacore.com>
1828         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
1829         Enable bfd, binutils and opcodes.
1830         * configure: Regenerate.
1832 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1834         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
1836 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
1838         * MAINTAINERS:  Use correct Umlaut for last name.
1840 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1842         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
1844 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
1846         * MAINTAINERS: Update my email address.
1848 2008-08-16  Nicolas Roche  <roche@adacore.com>
1850         * Makefile.tpl: Add BOOT_ADAFLAGS.
1851         * Makefile.in: Regenerate.
1853 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
1855         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1856         * configure: Regenerate.
1858 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
1860         * configure.ac: Add makefile fragments for hpux.
1861         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1862         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
1863         * configure: Regenerate.
1864         * Makefile.in: Regenerate.
1866 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
1868         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
1870 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
1872         * MAINTAINERS (Write after Approval): Add myself.
1874 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
1876         * MAINTAINERS (Write After Approval):  Add myself.
1878 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
1880         * MAINTAINERS (Write After Approval):  Add myself.
1882 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
1884         * MAINTAINERS: Update my email address.
1886 2008-06-25  Joey Ye  <joey.ye@intel.com>
1888         * MAINTAINERS (Write After Approval):  Add myself.
1890 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1892         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
1893         * Makefile.in: Regenerate.
1894         * configure: Regenerate.
1896 2008-06-17  Daniel Kraft  <d@domob.eu>
1898         * MAINTAINERS (Write After Approval):  Add myself.
1900 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1902         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
1903         "$@" is still intact with both Autoconf 2.59 and 2.62.
1904         * configure: Regenerate.
1906 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1908         * Makefile.tpl: Fix comment errors.
1909         * Makefile.in: Regenerate.
1911 2008-06-12  David S. Miller  <davem@davemloft.net>
1912             David Edelsohn  <edelsohn@gnu.org>
1914         * configure.ac: Add powerpc*-*-* to gold supported targets.
1915         * configure: Regenerate.
1917 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
1919         PR tree-optimization/36218
1920         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
1921         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
1922         (all prefix="build-"): Pass them to build-system sub-makes.
1923         * Makefile.in: Regenerate.
1925 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
1927         * MAINTAINERS (mt port): Remove.
1928         (sco5, unixware, sco udk): Remove.
1929         (Kean Johnston): Add to Write After Approval.
1931 2008-05-30  Julian Brown  <julian@codesourcery.com>
1933         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
1934         of libobjc for ARM EABI Linux.
1935         * configure: Regenerate.
1937 2008-05-18  Xinliang David Li   <davidxl@google.com>
1939         * ChangeLog: Remove wrong ChangeLog entry.
1941 2008-05-17  Xinliang David Li   <davidxl@google.com>
1943         * MAINTAINERS (Write After Approval): Add myself.
1945 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
1947         * MAINTAINERS (Write After Approval): Add myself.
1949 2008-05-14  Rafael Espíndola  <espindola@google.com>
1951         * config-ml.in: don't handle --enable-shared and --enable-static.
1953 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
1955         * MAINTAINERS: Update my email address.
1957 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
1959         * MAINTAINERS: Update my email address.
1961 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
1963         * MAINTAINERS (Write After Approval): Add myself.
1965 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
1967         * MAINTAINERS (Write After Approval): Add myself.
1969 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
1971         * MAINTAINERS (crx): Add myself.
1973 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1975         Sync with src:
1976         2008-04-14  David S. Miller  <davem@davemloft.net>
1978         * configure.ac: Add sparc*-*-* to gold supported targets.
1979         * configure: Regenerate.
1981 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1983         PR bootstrap/35457
1984         * configure.ac: Include override.m4.
1985         * configure: Regenerate.
1987 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1989         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
1990         * Makefile.in: Regenerate.
1992 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
1994         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
1995         as nonconfigurable directories list.
1996         * configure: Regenerate.
1998 2008-04-14  Ben Elliston  <bje@au.ibm.com>
2000         * config.sub, config.guess: Update from upstream sources.
2002 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
2004         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2005         * Makefile.in: Regenerate.
2007 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
2009         * configure.ac: Do not build libssp for the AVR.
2010         * configure: Regenerate.
2012 2008-04-07  Ian Lance Taylor  <iant@google.com>
2014         * Makefile.def: check-gold depends upon all-binutils.
2015         * Makefile.in: Regenerate.
2017 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
2019         * MAINTAINERS (Write After Approval): Add myself.
2021 2008-04-04  Nick Clifton  <nickc@redhat.com>
2023         PR binutils/4334
2024         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2025         builds.
2026         * configure: Regenerate.
2028 2008-04-04  NightStrike  <NightStrike@gmail.com>
2030         PR other/35151
2031         * configure.ac: Combine rules for mingw32 and mingw64.
2032         * configure: Regenerate.
2034 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
2036         * MAINTAINERS (Write After Approval): Add myself.
2038 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
2040         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
2041         * Makefile.in (.NOTPARALLEL): Ditto.
2043 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
2045         * MAINTAINERS (Write After Approval): Add myself.
2047 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
2049         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
2050         * Makefile.in (.NOTPARALLEL): Regenerate.
2052 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
2054         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2055         * Makefile.in: Regenerate.
2057 2008-03-26  Jakub Staszak  <kuba@et.pl>
2059         * MAINTAINERS (Write After Approval): Add myself.
2061 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2063         * MAINTAINERS:  Update e-mail address.
2065 2008-03-20  Ian Lance Taylor  <iant@google.com>
2067         * configure.ac: Add support for --enable-gold.
2068         * Makefile.def: Add gold as a directory like ld.
2069         * configure, Makefile.in: Regenerate.
2071 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2073         * configure.ac: m4_include config/proginstall.m4.
2074         * configure: Regenerate.
2076         Backport from upstream Libtool:
2078         2007-10-12  Eric Blake  <ebb9@byu.net>
2080         Deal with Autoconf 2.62's semantic change in m4_append.
2081         * ltsugar.m4 (lt_append): Replace broken versions of
2082         m4_append.
2083         (lt_if_append_uniq): Don't require separator to be overquoted,
2084         and avoid broken m4_append.
2085         (lt_dict_add): Fix typo.
2086         * libtool.m4 (_LT_DECL): Don't overquote separator.
2088 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
2090         * config.rpath: Add AIX 6 support.
2092 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
2094         * Makefile.def (stageprofile).  Remove -fprofile-generate
2095         from stage_libcflags.
2096         * Makefile.in: Regenerate.
2098 2008-03-13  Ben Elliston  <bje@au.ibm.com>
2100         * config.sub, config.guess: Update from upstream sources.
2102 2008-03-06  Tom Tromey  <tromey@redhat.com>
2104         * MAINTAINERS: Update for treelang deletion.
2106 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
2108         * MAINTAINERS: Update my email address.
2110 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
2112         * MAINTAINERS (darwin port): Add myself as a maintainer.
2113         (objective-c/c++): Add myself as a maintainer.
2115 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
2117         * MAINTAINERS (Write After Approval): Update my email address.
2119 2008-02-25  Tomas Bily  <tbily@suse.cz>
2121         * MAINTAINERS (Write After Approval): Add myself.
2123 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
2125         * MAINTAINERS (OpenMP): Add myself.
2127 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
2129         PR bootstrap/32009
2130         PR bootstrap/32161
2132         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2133         * configure: Regenerate.
2135         * Makefile.def: Define stage_libcflags for all bootstrap stages.
2136         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2137         STAGE4_LIBCFLAGS): New.
2138         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2139         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2140         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2141         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2142         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2143         for target modules.  Don't export LIBCFLAGS.
2144         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2145         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2146         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2147         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2148         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2149         * Makefile.in: Regenerate.
2151 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2153         PR libgcj/33085
2154         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2155         Do not use -DDLL_EXPORT.  Backport from upstream.
2157 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2159         * MAINTAINERS (Write After Approval): Add myself.
2161 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
2163         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2164         * configure: Regenerate.
2166 2008-01-31  Marc Gauthier  <marc@tensilica.com>
2168         * configure.ac (xtensa*-*-*): Recognize processor variants.
2169         * configure: Regenerate.
2171 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2173         PR bootstrap/34922
2174         * configure.ac (PARSE_ARGS): Push suitable setting of
2175         ac_subdirs_all, for `./configure --help=recursive'.
2176         Handle `+' in generic toplevel directory disabling.
2177         * configure: Regenerate.
2179 2008-01-28  Nick Clifton  <nickc@redhat.com>
2181         * MAINTAINERS (xstormy16): Take over maintainership.
2183 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
2185         * MAINTAINERS (c4x port): Remove.
2187 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
2189         * libtool.m4: Backport AIX 6 support from ToT Libtool.
2191 2008-01-23  Ben Elliston  <bje@au.ibm.com>
2193         * config.sub, config.guess: Update from upstream sources.
2195 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
2197         * MAINTAINERS (Write After Approval): Add myself.
2199 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
2201         * MAINTAINERS: Update my email address.
2203 2008-01-09  Raksit Ashok  <raksit@google.com>
2205         * MAINTAINERS (Write After Approval): Add myself.
2207 2008-01-09  Raksit Ashok  <raksit@google.com>
2209         * MAINTAINERS (Write After Approval): Add myself.
2211 2008-01-08  Ben Elliston  <bje@au.ibm.com>
2213         * config.sub, config.guess: Update from upstream sources.
2215 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2217         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2218         Change recommended MPFR from 2.2.1 -> 2.3.0.
2219         * configure: Regenerate.
2221 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
2223         * MAINTAINERS: Update my email address.
2225 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
2227         * MAINTAINERS: Update my email address.
2229 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
2231         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2232         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2233         * Makefile.in: Regenerate.
2235 2007-12-10  Mark Heffernan  <meheff@google.com>
2237         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
2238         misplaced entries.
2240 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2242         * configure.ac: Enable libjava for x86_64-*-darwin9.
2243         * configure: Regenerate.
2245 2007-12-07  Bill Maddox  <maddox@google.com>
2247         * MAINTAINERS (Write After Approval): Add myself.
2249 2007-12-05  Ben Elliston  <bje@au.ibm.com>
2251         * config.sub, config.guess: Update from upstream sources.
2253 2007-12-02  Matthias Klose  <doko@ubuntu.com>
2255         * config-ml.in: Remove 64bit configure tests.
2257 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2259         * config-ml.in: Robustify against white space in absolute file
2260         names.
2262         * config-ml.in (multi-clean): Substitute ${Makefile}.
2263         Remove superfluous ${Makefile} in list.
2265 2007-11-19  Thiemo Seufer  <ths@mips.com>
2267         * config-ml.in: Don't hardcode the Makefile name.
2269 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
2271         * MAINTAINERS (Write After Approval): Add myself.
2273 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
2275         * MAINTAINERS (Write After Approval): Add myself.
2277 2007-11-06  Doug Kwan  <dougkwan@google.com>
2279         * MAINTAINERS (Write After Approval): Add myself.
2281 2007-10-25  Ben Elliston  <bje@au.ibm.com>
2283         * MAINTAINERS (mercury): Remove entry.
2284         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
2286 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
2288         * Makefile.def (dependencies): Make configure-gdb depend on
2289         all-intl.
2290         * Makefile.in: Regenerated.
2292 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
2294         * MAINTAINERS (Fortran maintainer): Remove myself.
2296 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
2298         * Makefile.def: To avoid problems running with parallel makes,
2299         build newlib before libgloss so that target specific header
2300         files are availble.
2301         * Makefile.in: Regenerate
2303 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
2305         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2306         * Makefile.in: Regenerate.
2308 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
2310         * MAINTAINERS (Register allocation reviewer): Add myself.
2312 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
2314         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2315         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2316         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
2317         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2318         * configure: Regenerate.
2320 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
2322         * MAINTAINERS (Register allocation reviewer): Add myself.
2324 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
2326         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2327         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2328         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2329         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2330         * configure.ac: Default them to host tools for $host = $build.
2331         Subst them.
2333         * configure: Regenerate.
2334         * Makefile.in: Regenerate.
2336 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
2338         * MAINTAINERS (Register allocation reviewer): Add myself.
2340 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
2342         * MAINTAINERS (Register allocation reviewer): Add myself.
2344 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
2346         * MAINTAINERS (Write After Approval): Fix typo.
2348 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
2350         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2351         * configure: Regenerate.
2353 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
2355         PR bootstrap/31906
2356         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
2357         they're already prefixed.
2359 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
2361         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2362         libstdc++.
2363         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2364         * configure: Regenerate.
2365         * Makefile.in: Regenerate.
2367 2007-09-17  Andreas Schwab  <schwab@suse.de>
2369         * configure.ac: Raise minimum makeinfo version to 4.6.
2370         * configure: Regenerate.
2372 2007-09-17  Johannes Singler  <singler@ira.uka.de>
2374         * MAINTAINERS (write-after-approval) add myself
2376 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
2378         * configure.ac: Correct makeinfo version check.
2379         * configure: Regenerate.
2381 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
2383         * MAINTAINERS: Update my email address.
2385 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
2387         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
2388         to $skipdirs and only disable gprof for newlib.  Use the normal
2389         mips*-elf* handling in other respects.
2390         * configure: Regnerate.
2392 2007-09-12  David Daney  <ddaney@avtrex.com>
2394         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2395         enabling libgcj.
2396         * configure: Regenerate.
2398 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2400         PR other/32154
2401         * configure.ac: For libgloss targets, point the linker to the linker
2402         script, startup code and simulator library.
2403         * configure: Regenerate.
2405 2007-09-07  Andrew Haley  <aph@redhat.com>
2407         * configure.ac (noconfigdirs): Remove target-libffi and
2408         target-libjava.
2409         * configure: Regenerate.
2411 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2413         PR target/33281
2414         * configure.ac: Use config/mh-mingw on mingw.
2415         * configure: Regenerate.
2417 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
2419         * MAINTAINERS (Write After Approval): Add myself.
2421 2007-09-05  Richard Guenther  <rguenther@suse.de>
2423         * configure.ac (--enable-stage1-checking): If neither --enable-checking
2424         nor --disable-checking is provided also turn on yes and types
2425         checking for stage1.
2426         * configure: Re-generate.
2428 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
2430         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
2431         (Write After Approval): Remove myself.
2433 2007-08-29  Nick Clifton  <nickc@redhat.com>
2435         * config.sub, config.guess: Update from upstream sources.
2437 2007-08-22  Bud Davis  <jmdavis@link.com>
2439         * MAINTAINERS (Write After Approval): Added myself.
2440         * MAINTAINERS (Reviewers): Removed myself.
2442 2007-08-18  Paul Brook  <paul@codesourcery.com>
2443             Joseph Myers  <joseph@codesourcery.com>
2445         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2446         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2447         * Makefile.in: Regenerate.
2448         * configure.ac (--with-debug-prefix-map): New.
2449         * configure: Regenerate.
2451 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
2452             Nigel Stephens  <nigel@mips.com>
2454         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
2455         as target_makefile_frag.
2456         * configure: Regenerate.
2458 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
2460         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2461         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
2462         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2463         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2464         (do-compare, do-compare3, do-compare-debug): New.
2465         ([+compare-target+]): Use them.
2467 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
2469         * MAINTAINERS (Write After Approval): Change my email address.
2471 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2472             Ben Elliston  <bje@au.ibm.com>
2474         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2475         --silent if $silent.
2476         * configure: Regenerate.
2478 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
2480         * MAINTAINERS (Various Maintainers): Add myself as
2481         loop infrastructure maintainer.  Update my e-mail
2482         address.
2484 2007-07-31  Diego Novillo  <dnovillo@google.com>
2486         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
2487         Adjust description.
2489 2007-07-26  Richard Guenther  <rguenther@suse.de>
2491         * configure.ac: Add types checking to stage1 checking flags.
2492         * configure: Regenerate.
2494 2007-07-17  Nick Clifton  <nickc@redhat.com>
2496         * COPYING3: New file.  Contains version 3 of the GNU General
2497         Public License.
2498         * COPYING3.LIB: New file.  Contains version 3 of the GNU
2499         Lesser General Public License.
2501 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2503         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
2505 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2507         * MAINTAINERS (S/390 co-maintainer): Add myself.
2508         (Write After Approval): Remove myself.
2510 2007-07-13  Dan Hipschman  <dsh@google.com>
2512         * MAINTAINERS (Write After Approval): Add myself.
2514 2007-07-11  Nick Clifton  <nickc@redhat.com>
2516         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
2517         WINDRES export.
2518         * Makefile.in: Regenerate.
2520 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2522         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
2523         maintainer.
2525 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
2527         * lt~obsolete.m4: New. Import from 20070318 libtool.
2529 2007-07-03  Julian Brown  <julian@codesourcery.com>
2531         * MAINTAINERS (Write After Approval): Add myself.
2533 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2535         * configure.ac: Rewrite 'configure --help' strings to look nicer.
2536         * configure: Regenerate.
2538 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2540         * configure.ac: Add some missing m4 quotation.
2541         * configure: Regenerate.
2543 2007-07-02  Simon Baldwin  <simonb@google.com>
2545         * MAINTAINERS (Write After Approval): Add myself.
2547 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
2549         * configure: Regenerate.
2551 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
2553         * Makefile.def: Add windmc tool to build.
2554         * Makefile.tpl: Likewise.
2555         * configure.ac: Likewise.
2556         * Makefile.in: Regenerate.
2557         * configure: Regenerate.
2559 2007-06-28  DJ Delorie  <dj@redhat.com>
2561         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2562         not building newlib.
2563         * configure: Regenerated.
2565 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
2567         * MAINTAINERS (Write After Approval): Add myself.
2569 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
2571         * MAINTAINERS (Write After Approval): Add myself.
2573 2007-06-19  Chris Matthews  <chrismatthews@google.com>
2575         * MAINTAINERS (Write After Approval): Add myself.
2577 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2579         * MAINTAINERS (Write After Approval): Add myself.
2581 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
2583         * Makefile.def: Add dependency from configure-gdb to all-bfd.
2584         * Makefile.in: Regenerated.
2586 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
2588         * configure.ac: Don't add target-libmudflap to noconfigdirs for
2589         bfin*-*-uclinux* targets.
2590         * configure: Regenerate.
2592 2007-06-14  Ian Lance Taylor  <iant@google.com>
2594         * MAINTAINERS: Add myself as non-algorithmic global write
2595         maintainer.
2597 2007-06-14  Diego Novillo  <dnovillo@google.com>
2599         * MAINTAINERS: Add self as middle-end maintainer and
2600         non-algorithmic global write maintainer.
2602 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2604         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
2605         Move all Fortran maintainers except Paul Brook into the
2606         Non-Autopoiesis section.
2608 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
2610         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2611         (distclean-stage[+id+]): Possibly delete stage_last.
2612         * Makefile.in: Regenerate.
2614 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
2616         * MAINTAINERS (Various Maintainer): Fix typo.
2618 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
2620         * MAINTAINERS (Various Maintainer): Add myself as
2621         dataflow maintainer.
2623 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2625         * config.sub, config.guess: Update from upstream sources.
2627 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2629         * Makefile.tpl: Fix spelling error.
2630         * Makefile.in: Regenerate.
2632 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
2634         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2635         lt_cv_sys_max_cmd_len.
2637 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
2639         * MAINTAINERS (Various Maintainers): Add myself as
2640         auto-vectorizer maintainer.
2642 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
2644         PR libjava/32098
2645         * libtool.m4: Revert previous change.
2646         * ltgcc.m4: Put it here.
2648 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
2650         * MAINTAINERS (Various Maintainers): Add myself as
2651         auto-vectorizer maintainer.
2653 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
2655         PR libjava/32098
2656         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
2658 2007-05-30  Richard Guenther  <rguenther@suse.de>
2660         * MAINTAINERS (Various Maintainers): Add myself as
2661         auto-vectorizer maintainer.
2663 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
2665         PR bootstrap/29382
2666         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2667         * configure: Rebuilt.
2669 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
2671         * MAINTAINERS (Write After Approval): Removed my name.
2673 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
2675         * MAINTAINERS (Write After Approval): Remove myself.
2677 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
2679         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
2681 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
2683         * ltmain.sh: Update from ToT Libtool.
2684         * libtool.m4: Update from ToT Libtool.
2685         * ltsugar.m4: New. Update from ToT Libtool.
2686         * ltversion.m4: New. Update from ToT Libtool.
2687         * ltoptions.m4: New. Update from ToT Libtool.
2688         * ltconfig: Remove.
2689         * ltcf-c.sh: Remove.
2690         * ltcf-cxx.sh: Remove.
2691         * ltcf-gcj.sh: Remove.
2693 2007-05-22  Ollie Wild  <aaw@google.com>
2695         * MAINTAINERS (Write After Approval): Add myself.
2697 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
2699         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2700         stage_cflags.
2701         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2702         Remove CFLAGS/LIBCFLAGS.
2703         (configure-stage[+id+]-[+prefix+][+module+],
2704         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2705         * Makefile.in: Regenerate.
2707 2007-05-15  Diego Novillo  <dnovillo@google.com>
2709         * MAINTAINERS: Update e-mail address.
2711 2007-05-15  Revital Eres  <eres@il.ibm.com>
2713         * MAINTAINERS (Write After Approval): Add myself.
2715 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
2717         * MAINTAINERS (Write After Approval): Updated my address.
2719 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
2721         * MAINTAINERS (Write After Approval): Add myself.
2723 2007-05-11  Silvius Rus  <rus@google.com>
2725         * MAINTAINERS (Write After Approval): Add myself.
2727 2007-04-23  Tom Tromey  <tromey@redhat.com>
2729         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
2731 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
2733         * MAINTAINERS (cpplib): Rename to ...
2734         (libcpp): ... this.  Add C/C++ front end maintainers.
2736 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
2738         * config-ml.in: Pass ${ml_config_env} to configure calls.
2740 2007-04-04  Christian Bruel  <christian.bruel@st.com>
2742         * MAINTAINERS (Write After Approval): Add myself.
2744 2007-04-02  Dave Korn  <dave.korn@artimi.com>
2746         * MAINTAINERS (Write After Approval): Add myself.
2748 2007-03-31  Tobias Burnus  <burnus@net-b.de>
2750         * MAINTAINERS (fortran 95 front end): Add myself.
2752 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2754         * MAINTAINERS (Write After Approval): Add myself.
2756 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
2758         * MAINTAINERS (Modulo Scheduler): Add myself.
2760 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
2762         * MAINTAINERS (fortran 95 front end): Add myself.
2763         (c++ front end): whitespace fix.
2765 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
2767         * MAINTAINERS (Write After Approval): Add myself.
2769 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
2771         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2772         of glob.  Quote arguments with single quotes too.
2773         * configure: Regenerate.
2775 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
2777         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2778         * Makefile.in: Regenerate
2780 2007-03-07  Andreas Schwab  <schwab@suse.de>
2782         * configure: Regenerate.
2784 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
2786         * configure.ac: Add "--with-pdfdir" configure option,
2787         which defines pdfdir variable.
2788         * Makefile.def (target=fixincludes): Add install-pdf to
2789         missing targets.
2790         (recursive_targets): Add install-pdf target.
2791         (flags_to_pass): Add pdfdir.
2792         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2793         target.
2794         * configure: Regenerate
2795         * Makefile.in: Regenerate
2797 2007-02-28  Eric Christopher  <echristo@apple.com>
2799         Revert:
2800         2006-12-07  Mike Stump  <mrs@apple.com>
2802         * Makefile.def (dependencies): Add dependency for
2803         install-target-libssp and install-target-libgomp on
2804         install-gcc.
2805         * Makefile.in: Regenerate.
2807 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
2809         * configure: Regenerate.
2810         * configure.ac: Move statements after variable declarations.
2812 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
2814         * MAINTAINERS: Add myself as sh maintainer.
2816 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
2818         * configure.ac: Adjust for loop syntax.
2819         * configure: Regenerate.
2821 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2823         * configure: Rebuilt.
2825 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2827         * configure.ac: Drop multiple occurrences of --enable-languages,
2828         and fix its quoting.
2829         * configure: Rebuilt.
2831 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
2832             Nathan Sidwell  <nathan@codesourcery.com>
2833             Vladimir Prus  <vladimir@codesourcery.com>
2834             Joseph Myers  <joseph@codesourcery.com>
2836         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2837         * configure: Regenerate.
2839 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
2841         * ltconfig (freebsd*): Default to elf.
2843 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2845         * configure.ac (target_libraries): Move libgcc before libiberty.
2846         * configure: Regenerated.
2848 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2849             Paolo Bonzini  <bonzini@gnu.org>
2851         PR bootstrap/30753
2852         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
2853         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
2854         * configure: Regenerated.
2856 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2858         * MAINTAINERS (Language Front End Maintainers): Update my mail
2859         address.
2861 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2863         PR bootstrap/30748
2864         * configure.ac: Correct syntax for Solaris ksh.
2865         * configure: Regenerated.
2867 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2869         * configure.ac: Sync with src.
2870         * configure: Regenerate.
2872 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2874         * Makefile.in: Regenerate.
2876 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2878         * config.sub: Sync with src.
2880 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2882         * Makefile.tpl (build_alias, host_alias, target_alias): Use
2883         noncanonical equivalents.
2884         * configure.in: Rename to...
2885         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
2886         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
2887         target_noncanonical.  Use them.  Rewrite removal of configure
2888         arguments for autoconf 2.59.  Discard variable settings.  Force
2889         program_transform_name for native tools.
2891         * Makefile.in: Regenerated.
2892         * configure: Regenerated with autoconf 2.59.
2894 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
2896         * MAINTAINERS (Write After Approval): Add myself.
2898 2007-01-31  Andreas Schwab  <schwab@suse.de>
2900         * Makefile.tpl (LDFLAGS): Substitute it.
2901         * Makefile.in: Regenerate.
2903 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
2905         * MAINTAINERS (Write After Approval): Add myself.
2907 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
2909         * MAINTAINERS (spu port): Add myself.
2911 2007-01-23  Richard Guenther  <rguenther@suse.de>
2913         PR bootstrap/30541
2914         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
2915         * Makefile.tpl (GNATBIND): Substitute it.
2916         (GNATMAKE): Likewise.
2917         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
2918         of STAGE_PREFIX.
2919         * Makefile.in: Regenerate.
2920         * configure: Regenerate.
2922 2007-01-18  Mike Stump  <mrs@apple.com>
2924         * configure.in: Re-enable -Werror for gcc builds.
2926 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
2928         * MAINTAINERS (Write After Approval): Add myself.
2930 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2932         * configure.in: Change == to = in test command.
2933         * configure: Regenerate.
2935 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2936             Nick Clifton  <nickc@redhat.com>
2937             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
2939         * configure.in (build_configargs, host_configargs, target_configargs):
2940         Remove build/host/target parameters.
2941         (host_libs): Add gmp and mpfr.
2942         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2943         * Makefile.def (gmp, mpfr): New.
2944         (gcc): Remove target.
2945         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2946         target_os, target_vendor): New.
2947         (configure): Add host_alias/target_alias arguments; adjust invocations.
2948         * configure: Regenerate.
2949         * Makefile.in: Regenerate.
2951 2007-01-11  Matt Fago  <fago@earthlink.net>
2953         * configure.in: Try to link to functions only in mpfr 2.2.x
2954         to improve robustness of configure tests.
2955         * configure: Regenerate.
2957 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
2959         * MAINTAINERS: Add myself as i386 maintainer.
2961 2007-01-08  Jan Hubicka  <jh@suse.cz>
2963         * MAINTAINERS: Add myself as i386 maintainer.
2965 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
2967         * configure.in: Add support for an x86_64-mingw* target.
2968         * configure: Regenerate.
2970 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
2972         * Makefile.tpl (all-target): Correct @if conditional for target
2973         modules.
2974         * configure.in: Omit libiberty if building only target libgcc.
2975         * configure, Makefile.in: Regenerated.
2977 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
2979         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
2980         * configure: Regenerate.
2982 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
2984         * Makefile.def (target_modules): Add libgcc.
2985         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
2986         * Makefile.tpl (clean-target-libgcc): Delete.
2987         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2988         on gcc even for bootstrapped modules.  Rewrite handling of
2989         lang_env_dependencies to loop over target_modules.
2990         * configure.in (target_libraries): Add target-libgcc.
2991         * Makefile.in, configure: Regenerated.
2993 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2995         * configure.in: Reorganize recognition of languages.  Add
2996         --enable-stage1-languages.  Show supported languages for the chosen
2997         target rather than all recognized languages.
2998         * configure: Regenerate.
3000 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3002         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3003         * Makefile.in: Regenerate.
3005 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3007         * configure.in: Warn that MPFR 2.2.0 is buggy.
3008         * configure: Regenerate.
3010 2006-12-27  Ian Lance Taylor  <iant@google.com>
3012         * configure.in: When removing Makefiles to force a reconfigure, also
3013         remove prev-DIR*/Makefile.
3014         * configure: Regenerate.
3016 2006-12-22  Andreas Schwab  <schwab@suse.de>
3018         * configure: Regenerate with correct autoconf version.
3020 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
3022         * configure.in: add AC_SUBST for *_FOR_TARGET.
3023         * configure: Regenerate.
3025 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3027         * configure.in: Simplify logic for rejecting languages that cannot
3028         be built.  Separate the case when a language is unsupported,
3029         from the case when the user chooses not to build a language.
3031 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3033         * configure.in: Remove "$build" case for powerpc-*-darwin* since
3034         it only affects bootstrap and could be tested on "$host" as well.
3035         * configure: Regenerate.
3036         * config/mh-ppc-darwin: Add to the stage1 cflags here.
3038 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3040         PR bootstrap/29544
3041         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3042         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3043         move here comment from Makefile.tpl.
3044         * Makefile.tpl: Move some definitions higher in the file.
3045         (STAGE1_CHECKING): New.
3046         * configure.in: Add --enable-stage1-checking.
3047         * configure: Regenerate.
3048         * Makefile.in: Regenerate.
3050 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3052         * MAINTAINERS: Add myself as build system maintainer.
3054 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
3056         * MAINTAINERS (Write After Approval): Add myself.
3058 2006-12-13  Eric Christopher  <echristo@apple.com>
3060         * MAINTAINERS: Add myself as darwin maintainer.
3062 2006-12-11  Ian Lance Taylor  <ian@airs.com>
3064         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
3066 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
3068         MAINTAINERS: Update my entry.
3070 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
3072         * configure.in:  Handle spu makefile frag.
3073         * Makefile.tpl (MAINT): Define
3074         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3075         * configure: Regenerate.
3076         * Makefile.in: Regenerate.
3078 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3080         * config.guess: Import latest version.
3081         * config.sub: Likewise.
3083 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3085         * configure.in (spu-*-*): Don't skip target-libiberty.
3086         * configure: Regenerate.
3088 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3090         PR bootstrap/30134
3091         * configure.in: Correct x86 darwin support for libjava to powerpc
3092         and i?86 only.
3093         * configure: Regenerate.
3095 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
3097         * configure.in: Add x86 darwin support for libjava.
3098         * configure: Regenerate.
3100 2006-12-07  Mike Stump  <mrs@apple.com>
3102         * Makefile.def (dependencies): Add dependency for
3103         install-target-libssp and install-target-libgomp on
3104         install-gcc.
3105         * Makefile.in: Regenerate.
3107 2006-12-04  Richard Guenther  <rguenther@suse.de>
3109         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
3110         (Non-Algorithmic Maintainers): Move over non-algorithmic
3111         loop optimizer maintainers, add myself as a non-algorithmic
3112         middle-end maintainer.
3114 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
3116         * MAINTAINERS (Write After Approval): Add myself.
3118 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3120         * configure.in: Update error message for missing GMP/MPFR.
3122         * configure: Regenerate.
3124 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3126         * configure.in: Update MPFR version in error message.
3128         * configure: Regenerate.
3130 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3132         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3133         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3134         --with-gmp-lib): New flags.
3136         * configure: Regenerate.
3138 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
3140         * MAINTAINERS (Write After Approval): Change my email address.
3142 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3144         * MAINTAINERS (Write After Approval): Add myself.
3146 2006-11-22  Philipp Thomas  <pth@suse.de>
3148         * MAINTAINERS (i18n): Update e-mail address.
3150 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3152         * MAINTAINERS (spu port): Add myself as maintainer.
3153         (Write After Approval): Remove myself.
3155 2006-11-22  Ben Elliston  <bje@au.ibm.com>
3157         * configure.in (skipdirs): Don't build libssp for SPU.
3158         * configure: Regenerate.
3160 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3162         * MAINTAINERS (spu port): Add myself as maintainer.
3163         (libobjc): Update my email address.
3165 2006-11-21  Andrea Bona  <andrea.bona@st.com>
3167         * MAINTAINERS (Write After Approval): Add myself.
3169 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3171         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
3172         * configure : Rebuilt.
3174 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3176         * MAINTAINERS (Write After Approval): Add myself.
3178 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
3180         * MAINTAINERS (Write After Approval): Add myself.
3182 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3184         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
3185         libmpfr.a.
3186         * configure: Regenerate.
3188 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
3190         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3191         (unstage): Test for stage_last presence.
3193         PR bootstrap/29802
3194         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
3195         STAGE_PREFIX.
3196         * Makefile.in: Regenerate.
3198 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
3200         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
3201         maintainers.
3203 2006-11-14  Erven Rohou  <erven.rohou@st.com>
3205         * MAINTAINERS (Write After Approval): Add myself.
3207 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
3209         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
3210         and stageN-package/Makefile.
3211         * Makefile.in: Regenerated.
3213 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
3215         * configure.in: Remove target-libgloss from noconfigdirs for
3216         bfin-*-*.
3217         * configure: Regenerated.
3219 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3221         * configure.in (have_gmp): Only error if the gcc directory exists.
3223         * configure: Regenerate.
3225 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3227         * configure.in: Robustify error message for missing GMP/MPFR.
3229         * configure: Regenerate.
3231 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
3233         * MAINTAINERS (Write After Approval): Add myself.
3235 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
3237         * MAINTAINERS: Change email address.
3239 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
3241         * MAINTAINERS (Write After Approval): Add myself.
3243 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
3245         * MAINTAINERS (Write After Approval): Add myself.
3247 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
3249         * MAINTAINERS (Write After Approval): Move myself to
3250         Write After Approval section.
3252 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3254         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
3255         need_gmp anymore.
3256         * configure: Regenerate.
3258 2006-10-16  Tobias Burnus  <burnus@net-b.de>
3260         * MAINTAINERS (Write After Approval): Add myself.
3262 2006-10-16  Ben Elliston  <bje@au.ibm.com>
3264         * config.guess: Import latest version.
3265         * config.sub: Likewise.
3267 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
3269         * Makefile.def: Added pdf target handling.
3270         * Makefile.tpl: Added pdf target handling.
3271         * Makefile.in: Regenerated.
3273 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
3275         * MAINTAINERS: Add self as score port maintainer.
3277 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
3279         * MAINTAINERS (Write After Approval): Add myself.
3281 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
3283         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
3284         or newer.
3285         * configure: Regenerated.
3287 2006-09-27  Dave Brolley  <brolley@redhat.com>
3289         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
3290         using $s instead of $r.
3291         * configure: Regenerated.
3293 2006-09-26  Thiemo Seufer  <ths@mips.com>
3295         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3296         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3297         * configure: Regenerate.
3299 2006-09-24  Graeme Peterson  <gridly@gmail.com>
3301         * MAINTAINERS (Write After Approval): Remove myself.
3303 2006-09-22  Chao-ying Fu  <fu@mips.com>
3305         * MAINTAINERS (Write After Approval): Add myself.
3307 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
3309         * MAINTAINERS: Add self as soft-fp maintainer.
3311 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
3313         * MAINTAINERS: Add myself as avr maintainer.
3314         Remove Marek Michalkiewicz as avr maintainer.
3316 2006-09-07  Roberto Costa  <roberto.costa@st.com>
3318         * MAINTAINERS (Write After Approval): Add myself.
3320 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
3322         * configure.in: Never build newlib for a Mingw host.
3323         Never build newlib as Mingw target library.
3324         Test the existence of winsup/cygwin for building a Cygwin newlib,
3325         rather than just winsup.
3326         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3327         building a Mingw target.
3328         * configure: Regenerate.
3330 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
3332         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
3334 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
3336         * config.guess: Import from src (was more updated).
3337         * config.sub: Likewise.
3339 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
3341         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3342         * configure: Regenerated.
3344 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
3346         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3347         for stages after the first.
3349 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
3351         * Makefile.def: Add dependencies for configure-opcodes
3352         on configure-intl and all-opcodes on all-intl.
3353         * Makefile.in: Regenerated.
3355 2006-07-13  Ben Elliston  <bje@au.ibm.com>
3357         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
3359 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
3361         Port to hosts whose 'sort' and 'tail' implementations
3362         treat operands with leading '+' as file names, as POSIX
3363         has required since 2001.  However, make sure the code still
3364         works on pre-POSIX hosts.
3365         * ltmain.sh: Don't assume "sort +2" is equivalent to
3366         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
3368 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
3370         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
3372 2006-07-04  Peter O'Gorman  <peter@pogma.com>
3374         * ltconfig: chmod 644 before ranlib during install.
3376 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3378         PR bootstrap/18058
3379         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3380         if the bootstrap compiler is a GCC version that supports it.
3381         * configure: Regenerate.
3383 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3385         * configure.in: Fix thinkos in previous check-in.
3386         * configure: Regenerate.
3388 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3390         PR other/27063
3391         * configure.in: Test subdir_requires and give an appropriate
3392         error message.
3393         * configure: Regenerate.
3395 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
3397         * MAINTAINERS (Write After Approval): Add myself.
3399 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
3401         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3403 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
3405         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3407 2006-06-20  David Ayers  <d.ayers@inode.at>
3409         PR bootstrap/28072
3410         * configure.in: Add target-boehm-gc to noconfigdirs depending on
3411         whether target-libjava is being configured instead of whether the
3412         java front end is enabled.
3413         * configure: Regenerate.
3415 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3417         PR target/27540
3418         * configure.in: Only enable libgomp on IRIX 6.
3419         * configure: Regenerate.
3421 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
3423         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3424         too.
3425         * Makefile.in: Regenerate.
3427 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
3429         * config-ml.in: Alter CCASFLAGS to include special
3430         multilib options the same as is done for CFLAGS.
3432 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3434         * configure.in: Don't enable libgomp on hpux10.
3435         * configure: Rebuilt.
3437 2006-06-12  David Ayers  <d.ayers@inode.at>
3439         PR bootstrap/27963
3440         PR target/19970
3441         * configure.in: Remove target-boehm-gc from noconfigdirs where
3442         ${libgcj} is specified.
3443         * configure: Regenerate.
3445 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
3447         Sync from src:
3449         * configure.in: Sync.
3450         * configure: Regenerated.
3452         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
3454         * Makefile.def: Added dependencies from sim and gdb on intl, and
3455         added configure dependencies to everything with an all dependency
3456         on intl.
3457         * Makefile.in: Regenerated.
3459 2006-06-06  David Ayers  <d.ayers@inode.at>
3461         PR libobjc/13946
3462         * Makefile.def: Add dependencies for libobjc which boehm-gc.
3463         * Makefile.in: Regenerate.
3464         * configure.in: Add --enable-objc-gc at toplevel and have it
3465         enable boehm-gc for Objective-C.
3466         Remove target-boehm-gc from libgcj.
3467         Add target-boehm-gc to target_libraries.
3468         Add target-boehm-gc to noconfigdirs where ${libgcj}
3469         is specified.
3470         Assert that boehm-gc is supported when requested for Objective-C.
3471         Only build boehm-gc if needed either for Java or Objective-C.
3472         * configure: Regenerate.
3474 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
3476         PR 27674
3477         * Makefile.tpl (configure-[+prefix+][+module+],
3478         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3479         Remove rule to unstage bootstrapped modules.
3480         (stage_current): New.
3481         * Makefile.in: Regenerate.
3483 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3485         * MAINTAINERS (Write After Approval): Update my e-mail address.
3487 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
3489         * include/libiberty.h: Declare pex_run_in_environment.
3491 2006-05-31  Asher Langton  <langton2@llnl.gov>
3493         * MAINTAINERS (Write After Approval): Add myself.
3495 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
3497         * Makefile.def (bfd, opcodes): Fix lib_path.
3498         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3499         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
3500         * Makefile.in: Regenerate.
3502 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3504         * Makefile.in: Regenerate.
3506 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3508         * Makefile.def: Add install-html target. Add datarootdir
3509         docdir and htmldir to flags_to_pass.
3510         * Makefile.tpl: Add install-html target.
3511         * Makefile.in: Regenerate.
3512         * configure.in: Add --with-datarootdir, --with-docdir, and
3513         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
3514         * configure: Regenerate.
3516 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
3518         * configure.in: Enable gprof for cross builds.
3519         * configure: Regenerate.
3521 2006-05-22  Richard Guenther  <rguenther@suse.de>
3523         Revert
3524         2006-01-31  Richard Guenther  <rguenther@suse.de>
3525         Paolo Bonzini  <bonzini@gnu.org>
3527         * Makefile.def (target_modules): Add libgcc-math target module.
3528         * configure.in (target_libraries): Add libgcc-math target library.
3529         (--enable-libgcc-math): New configure switch.
3530         * Makefile.in: Re-generate.
3531         * configure: Re-generate.
3532         * libgcc-math: New toplevel directory.
3534 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3535             Andreas Tobler  <a.tobler@schweiz.ch>
3537         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
3538         * configure: Rebuilt.
3540 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
3542         * MAINTAINERS (Write After Approval): Add myself.
3544 2006-05-01  DJ Delorie  <dj@redhat.com>
3546         * configure.in: Restore CFLAGS if GMP isn't present.
3547         * configure: Regenerate.
3549 2006-05-01  Richard Guenther  <rguenther@suse.de>
3551         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
3552         maintainer.
3554 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
3556         * MAINTAINERS (Write After Approval): Add myself.
3558 2006-04-28  Jan Beulich  <jbeulich@novell.com>
3560         * MAINTAINERS (Write After Approval): Add myself.
3562 2006-04-18  DJ Delorie  <dj@redhat.com>
3564         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
3565         reference libgloss so that libssp can be built in a combined
3566         tree.
3567         * configure: Regenerate.
3569 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
3571         * MAINTAINERS (Write After Approval): Add myself.
3573 2006-04-05  Ben Elliston  <bje@au.ibm.com>
3575         * configure.in: Require makeinfo 4.4 or higher.
3576         * configure: Regenerate.
3578 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
3580         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
3581         Rearrange the entries of other libraries to have them in one place.
3583 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
3585         * MAINTAINERS (Write After Approval): Remove myself.
3586         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
3588 2006-03-14  Richard Guenther  <rguenther@suse.de>
3590         * configure: Regenerate with autoconf 2.13.
3592 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
3594         * MAINTAINERS: Use my work address.
3596         * MAINTAINERS: Update my E-mail address.
3598 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
3600         * configure.in: Handle --disable-<component> generically.
3601         * configure: Regenerate.
3603 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
3605         PR libgcj/17311
3606         * ltmain.sh: Don't use "$finalize_rpath" for compile.
3608 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
3610         * MAINTAINERS (Write After Approval):  Remove myself.
3611         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3613 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
3615         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
3616         (TARGET_CONFIGDIRS): Remove.
3617         * configure.in: Remove AC_SUBST(target_configdirs).
3618         * Makefile.in, configure: Regenerated.
3620 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
3622         * MAINTAINERS (Write After Approval):  Remove myself.
3623         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3625 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
3627         PR bootstrap/25670
3629         * Makefile.tpl ([+compare-target+]): Print explanation messages.
3631         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3632         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3633         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3634         BUILD_PREFIX, BUILD_PREFIX_1.
3635         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3637         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3638         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3640         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3641         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3642         of `cat stage_current`.  Always provide the `r' and `s' variables.
3643         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3644         a single shell execution.
3645         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3646         bootstrapped modules, make the stage1 module if the build was not
3647         started yet, else build the current stage.
3648         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3649         (all-build, all-host, all-target, [+make_target+]-host,
3650         [+make_target+]-target): Do not use \-continued lines.
3651         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3652         (current_stage, restrap, stage_last): New.
3654         * Makefile.in: Regenerate.
3655         * configure: Regenerate.
3657 2006-02-19  Bud Davis  <jmdavis@link.com>
3659         * MAINTAINERS (Write After Approval):  Remove myself.
3660         (Language Front End Maintainers):  Add myself as fortran 95
3661         maintainer and update e-mail address.
3663 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3665         * MAINTAINERS (Write After Approval):  Remove myself.
3666         (Language Front End Maintainers):  Add myself as fortran 95
3667         maintainer.
3669 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
3671         * MAINTAINERS (Write After Approval): Add myself.
3673 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
3675         * MAINTAINERS (Write After Approval):  Remove myself.
3676         (Language Front End Maintainers):  Add myself as
3677         fortran 95 maintainer.
3679 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3681         Sync from src:
3683         2005-12-27  Leif Ekblad  <leif@rdos.net>
3685         * configure.in: Add support for RDOS target.
3686         * configure: Regenerate.
3688 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3689             Andreas Schwab  <schwab@suse.de>
3691         * configure: Regenerate.
3693 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
3695         * configure.in (enable_libgomp): Add AIX.
3696         * configure: Regenerate.
3698 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
3700         * MAINTAINERS (Write After Approval): Add myself.
3702 2006-02-03  Lee Millward  <lee.millward@gmail.com>
3704         * MAINTAINERS (Write After Approval): Add myself.
3706 2006-01-31  Richard Guenther  <rguenther@suse.de>
3707         Paolo Bonzini  <bonzini@gnu.org>
3709         * Makefile.def (target_modules): Add libgcc-math target module.
3710         * configure.in (target_libraries): Add libgcc-math target library.
3711         (--enable-libgcc-math): New configure switch.
3712         * Makefile.in: Re-generate.
3713         * configure: Re-generate.
3714         * libgcc-math: New toplevel directory.
3716 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
3718         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3719         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3720         the assembler, linker and binutils.
3721         * configure: Regenerate.
3723 2006-01-22  Dirk Mueller  <dmueller@suse.de>
3725         * MAINTAINERS (Write After Approval): Add myself.
3727 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
3729         * configure: Regenerate.
3731 2006-01-18  Richard Henderson  <rth@redhat.com>
3732             Jakub Jelinek  <jakub@redhat.com>
3733             Diego Novillo  <dnovillo@redhat.com>
3735         * libgomp: New directory.
3736         * Makefile.def: Add target_module libgomp.
3737         * Makefile.in: Regenerate.
3738         * configure.in (target_libraries): Add target-libgomp.
3739         * configure: Regenerate.
3741 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
3743         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3744         @ from continuation.
3745         * Makefile.in: Rebuilt.
3747 2006-01-04  Chris Lattner  <sabre@gnu.org>
3749         * MAINTAINERS (Write After Approval): Add myself.
3751 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3753         PR bootstrap/24252
3755         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3756         * Makefile.tpl (OBJDUMP): New.
3757         (EXTRA_HOST_FLAGS): Add it.
3758         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3760         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3761         to use symbolic links between directories.  Avoid race conditions
3762         or make them harmless.
3763         * configure.in: Do not try to use symbolic links between directories.
3765         * Makefile.def (LEAN): Pass.
3766         * Makefile.tpl (LEAN): Define.
3767         (stage[+id+]-start): Accept that the previous directory does not
3768         exist, if the bootstrap is lean.
3769         (stage[+id+]-bubble): Invoke lean bootstrap commands after
3770         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
3771         configure substitution.
3772         ([+compare-target+]): Likewise.
3773         ([+bootstrap-target+]-lean): New.
3774         * configure.in: Remove lean bootstrap support from here.
3776         * Makefile.in: Regenerate.
3777         * configure: Regenerate.
3779 2006-01-04  Ben Elliston  <bje@au.ibm.com>
3781         * MAINTAINERS (libdecnumber): Add myself.
3783 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
3785         * libtool-ldflags: New script.
3787 2006-01-02  Andreas Schwab  <schwab@suse.de>
3789         * configure.in: When reconfiguring remove Makefile in
3790         all stage directories.
3791         * configure: Regenerate.
3793 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
3795         * MAINTAINERS: Update my email address.
3797 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
3799         Revert Ada-related part of the previous change.
3801         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3802         Do not pass.
3803         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3804         * Makefile.in: Regenerate.
3805         * configure.in: Do not include mt-ppc-aix target fragment.
3806         * configure: Regenerate.
3808 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
3810         * configure.in: Select appropriate fragments for PowerPC/AIX.
3811         * configure: Regenerate.
3813         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3814         BOOT_CFLAGS, BOOT_LDFLAGS.
3815         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3816         BOOT_CFLAGS, BOOT_LDFLAGS.
3817         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3818         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3819         (stage): Fail if we cannot complete the work.
3820         * Makefile.in: Regenerate.
3822 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
3824         * configure.in: Replace ms1 with mt.
3825         * configure: Rebuilt.
3827 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
3829         * MAINTAINERS: Update my email address.
3831 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
3833         * Makefile.tpl (all, do-[+make_target+], do-check, install,
3834         install-host-nogcc): Don't invoke $(stage) at the end.
3835         * Makefile.in: Regenerate.
3837 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
3839         * configure.in: Flip the top-level bootstrap switch.
3840         * configure: Regenerate.
3842 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
3844         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3845         $(stage) and $(unstage).
3846         (EXTRA_TARGET_FLAGS): Correct double-quoting.
3847         (all): Remove stray semicolon.
3848         (local-distclean): Don't handle multilib.tmp and multilib.out.
3849         (install.all): Set $s for consistency.
3850         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3851         check_multilibs setting.  Always make the install directory.
3852         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3853         Correct @if/@endif.
3854         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3855         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3856         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3857         (multilib.out): Remove.
3858         * Makefile.in: Regenerated.
3860 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
3862         * MAINTAINERS (Write After Approval): Add myself.
3864 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3866         * MAINTAINERS: Add myself as mt maintainer.
3868         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
3870 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
3872         * MAINTAINERS: Change email address.
3874 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3876         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3877         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3878         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
3879         Find in-tree tools if available.
3880         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3881         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3882         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3883         (COMPILER_*_FOR_TARGET): New.
3884         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3885         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3886         (CONFIGURED_*, USUAL_*): Remove.
3887         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3888         STRIP): Use autoconf substitutions.
3889         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3890         COMPILER_NM_FOR_TARGET): New.
3891         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3893         (all): Make all-host and all-target in parallel.
3894         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3895         that $$r and $$s are set before invoking a recursive make.
3896         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3897         ([+bootstrap-target+]): Inline most of the `all' target.
3899 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3901         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3902         from the gcc build directory.
3903         * Makefile.in: Regenerate.
3905 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3907         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
3908         depend on all-libdecnumber.
3909         * configure.in (host_libs): Include libdecnumber.
3910         * Makefile.in: Regenerate.
3911         * configure: Likewise.
3913 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3915         * libdecnumber: Import decNumber sources from the dfp-branch.
3917 2005-11-21  Kean Johnston  <jkj@sco.com>
3919         * config.sub, config.guess: Sync from upstream sources.
3921 2005-11-21  Ben Elliston  <bje@au.ibm.com>
3923         Import from Autoconf sources:
3925         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
3926         * config/move-if-change: Don't output "$2 is unchanged";
3927         suggested by Ben Elliston.  Handle weird characters correctly.
3929 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
3931         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
3932         to match upstream libtool for darwin.
3934 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
3936         * Makefile.def: Remove gdb dependencies for gdbtk.
3937         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3938         (configure-gdb, install-gdb): New rules.
3939         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3940         * Makefile.in, configure: Regenerated.
3942 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
3944         * MAINTAINERS (Write After Approval): Add myself.
3946 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
3948         * MAINTAINERS (Write After Approval): Add myself.
3950 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
3952         * MAINTAINERS (alias analysis): Add Daniel Berlin and
3953         Diego Novillo.
3955 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
3957         PR bootstrap/24297
3958         * Makefile.tpl (do-[+make-target+], do-check, install,
3959         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3960         are set before recursing.
3961         * Makefile.in: Regenerate.
3963 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
3965         PR bootstrap/18939
3966         * Makefile.def (gcc) <target>: Fix thinko.
3967         * Makefile.in: Regenerate.
3969 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
3971         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3972         * configure: Regenerate.
3974 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
3976         * MAINTAINERS (Write After Approval): Add self.
3978 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
3980         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3981         target-libffi, target-qthreads, target-libjava, and
3982         targetlibobjc.
3983         * configure: Regenerate.
3985 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
3987         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3988         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3989         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3990         (USUAL_OBJDUMP_FOR_TARGET): New.
3991         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3992         * configure.in: Check for $OBJDUMP_FOR_TARGET.
3993         * configure, Makefile.in: Regenerated.
3995 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3997         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3998         before other host packages.
4000 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
4002         * MAINTAINERS: Add self as sh libraries/configury maintainer.
4004 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4006         PR bootstrap/22340
4008         * configure.in (default_target): Remove.
4009         * Makefile.tpl (all): Do not use prerequisites as subroutines
4010         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4011         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4012         use prerequisites as subroutines.
4013         (check-host, check-target): New.
4014         (bootstrap configure & all targets): Do not use stage*-start
4015         if the directory layout is already ok.
4016         (non-bootstrap configure & all targets): Prepend a $(unstage).
4017         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
4018         (NOTPARALLEL): Remove.
4019         (unstage, stage variables): New variables.
4020         (unstage, stage targets): Simply expand to those variables.
4022         * configure: Regenerate.
4023         * Makefile.in: Regenerate.
4025 2005-10-04  James E Wilson  <wilson@specifix.com>
4027         * Makefile.def (lang_env_dependencies): Add libmudflap.
4028         * Makefile.in: Regenerate.
4030 2005-10-03  Andreas Schwab  <schwab@suse.de>
4032         Backport from libtool CVS:
4033         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
4035         * ltmain.sh: add support for installing into temporary
4036         staging area (e.g. 'make install DESTDIR=...')
4038 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
4040         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4041         * configure: Regenerated.
4043 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
4045         * configure: Regenerate with the correct
4046         autoconf version.
4048 2005-09-30  Catherine Moore  <clm@cm00re.com>
4050         * configure.in (bfin-*-*): New.
4051         * configure: Regenerated.
4053 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
4055         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4056         (LIPO_FOR_TARGET): New.
4057         (CONFIGURED_LIPO_FOR_TARGET): New.
4058         (USUAL_LIPO_FOR_TARGET): New.
4059         (STRIP_FOR_TARGET): New.
4060         (CONFIGURED_STRIP_FOR_TARGET): New.
4061         (USUAL_STRIP_FOR_TARGET): New.
4062         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4063         STRIP_FOR_TARGET.
4064         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4065         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4066         * Makefile.in: Regenerate.
4067         * configure: Regenerate.
4069 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
4071         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4072         (rs6000-*-aix*): Same.
4073         * configure: Regenerate.
4075 2005-09-16  Tom Tromey  <tromey@redhat.com>
4077         * MAINTAINERS: Add self as java maintainer.
4079 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4081         * configure.in: Recognize f95 in the --enable-languages option,
4082         and substitute it for fortran, issuing a warning.
4083         * configure: Regenerate.
4085 2005-08-30  Phil Edwards  <phil@codesourcery.com>
4087         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
4088         * configure:  Regenerated.
4090 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
4092         * MAINTAINERS: Add self as ms1 maintainer.
4094 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
4096         * Makefile.def (libssp): Add to lang_env_dependencies.
4097         * Makefile.in: Regenerate.
4099 2005-08-18  Ian Lance Taylor  <ian@airs.com>
4101         * MAINTAINERS: Add myself as middle-end maintainer.
4103 2005-08-17  Christian Groessler  <chris@groessler.org>
4105         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4106         * Makefile.in: Regenerate.
4108 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
4110         * MAINTAINERS (write after approval): Added myself.
4112 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
4114         * MAINTAINERS (Write After Approval): Add myself.
4116 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
4118         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4119         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4120         Look for alternate names of the target cc and c++
4121         * configure: Regenerate.
4123 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
4125         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4126         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4127         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4128         tools; remove code to manually set them.
4129         (Target tools): Look in the environment for them.
4130         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4131         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4132         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4133         build directory.
4134         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4135         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4136         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4137         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4138         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4139         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4140         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4141         * configure: Regenerate.
4142         * Makefile.in: Regenerate.
4144 2005-07-28  Ben Elliston  <bje@au.ibm.com>
4146         * MAINTAINERS: Update for removed CPU targets.
4148 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
4150         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4151         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4152         * Makefile.in: Regenerated.
4154 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
4156         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4157         (CFLAGS_FOR_TARGET): Use it.
4158         (CXXFLAGS_FOR_TARGET): Likewise.
4159         * Makefile.in: Regenerated.
4160         * configure.in (--with-build-sysroot): New option.
4161         * configure: Regenerated.
4163 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
4165         * Makefile.tpl: Wrap install between unstage and stage
4166         * Makefile.in: Regenerate.
4168 2005-07-21  Eric Christopher  <echristo@apple.com>
4170         * MAINTAINERS: Update affiliation.
4172 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
4174         * MAINTAINERS: Add self as crx port maintainer.
4176 2005-07-20  DJ Delorie  <dj@redhat.com>
4178         * MAINTAINERS: Add self as m32c maintainer.
4180 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
4182         * all files: Update FSF address.
4184 2005-07-15  Eric Christopher  <echristo@redhat.com>
4186         * MAINTAINERS: Change affiliation.
4188 2005-07-14  Jim Blandy  <jimb@redhat.com>
4190         * configure.in: Add cases for Renesas m32c.
4191         * configure: Regenerated.
4193 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4195         * COPYING.LIB: Update from fsf.org.
4197 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4199         * COPYING, compile, config.guess,
4200         config.sub, install-sh, missing, mkinstalldirs,
4201         symlink-tree, ylwrap: Sync from upstream sources.
4202         * config-ml.in: Update FSF address.
4204 2005-07-13  Eric Christopher  <echristo@redhat.com>
4206         * configure.in: Add toplevel noconfigdir support for tpf.
4207         * configure: Regenerate.
4209 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
4211         PR ada/22340
4213         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4214         * Makefile.in: Regenerate.
4216 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
4218         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
4219         Brolley to write-after-approval.
4221 2005-07-07  Andreas Schwab  <schwab@suse.de>
4223         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4224         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4225         * Makefile.in: Regenerated.
4227 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
4229         * configure.in: Don't build sim or rda when targetting darwin.
4230         * configure: Regenerate.
4232 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
4234         * configure.in: Add --enable-libssp and --disable-libssp.
4235         * configure: Regenerate with autoconf-2.13.
4237 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
4239         * Makefile.def (target_modules): Add libssp.
4240         * configure.in (target_libraries): Add target-libssp.
4241         * configure: Rebuilt.
4242         * Makefile.in: Rebuilt.
4244 2005-07-01  Zack Weinberg  <zackw@panix.com>
4246         * MAINTAINERS: Change email address.  Resign from maintainership.
4248 2005-07-01  Richard Guenther  <rguenther@suse.de>
4250         * MAINTAINERS: Change my e-mail address and affiliation.
4252 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
4254         * Makefile.def (stagefeedback): Come after profile.
4255         Define profiledbootstrap target.
4256         * Makefile.tpl (profiledbootstrap): Remove.
4257         (stageprofile-end): Zap stagefeedback.
4258         (stagefeedback-start): Copy all .gcda files, not only GCC's.
4259         * Makefile.in: Regenerate.
4261 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
4263         * MAINTAINERS: Update my email address.
4265 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
4267         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
4268         In 'cpp' stanza, support '#line' as well as '# '.
4270 2005-06-08  Andreas Schwab  <schwab@suse.de>
4272         * MAINTAINERS: Move myself from 'Write After Approval' to
4273         'CPU Port Maintainers' section as m68k maintainer.
4275 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
4277         * configure.in (unsupported_languages): New macro.
4278         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
4279         non-ported target libraries in noconfigdirs.
4280         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4281         non-linux-gnu.  Remove libgcj_ex_libffi.
4282         <lang_frag loop>: Set add_this_lang=no if the language is in
4283         unsupported_languages.
4284         * configure: Regenerate.
4286 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
4288         * configure.in: Fix typo in handling of --with-mpfr-dir.
4289         * configure: Regenerate.
4291 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
4293         * MAINTAINERS: Update my email address.
4295 2005-06-02  Jim Blandy  <jimb@redhat.com>
4297         * config.sub: Add cases for the Renesas m32c.  (This patch has been
4298         accepted into the master sources.)
4300 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
4301             Michael Snyder  <msnyder@redhat.com>
4302             Stan Cox  <scox@redhat.com>
4304         * configure.in: Set noconfigdirs for ms1.
4306         * configure: Regenerate.
4308 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
4310         * MAINTAINERS (Write After Approval): Add self.
4312 2005-06-01  Josh Conner  <jconner@apple.com>
4314         * MAINTAINERS (Write After Approval): Add self.
4316 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
4318         * MAINTAINERS: Update my email address.
4320 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
4322         * MAINTAINERS (Write After Approval): Add self.
4324 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
4326         * MAINTAINERS (Write After Approval): Remove self.
4328 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
4330         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4331         (Dependencies): Consider target modules for bootstrap dependencies.
4332         Make target bootstrap modules depend on each stage's gcc.
4333         * Makefile.in: Regenerate.
4335 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
4337         * Makefile.def (configure-gcc): Depend on binutils having been built.
4338         (all-gcc): No need to do it here.
4339         * Makefile.in: Regenerate.
4341 2005-05-19  Paul Brook  <paul@codesourcery.com>
4343         * configure.in: Rewrite misleading error message when requested
4344         language cannot be built.
4345         * configure: Regenerate.
4347 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
4349         * ylwrap: Import from Automake 1.9.5.
4351 2005-05-13  David Ung  <davidu@mips.com>
4353         * MAINTAINERS (Write After Approval): Add self.
4355 2005-05-09  Mike Stump  <mrs@apple.com>
4357         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
4358         lt_cv_sys_max_cmd_len for now.
4360 2005-05-09  Stan Cox  <scox@redhat.com>
4362         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
4364 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
4366         * README.SCO: Update the URL.
4368 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
4370         * ltconfig: Define file_list_spec.  Pass file_list_spec and
4371         with_gnu_ld to libtool.
4372         * ltcf-c.sh (aix[45]): Define file_list_spec.
4373         * ltcf-cxx.sh (aix[45]): Same.
4374         * ltcf-gcj.sh (aix[45]): Same.
4375         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
4376         exists, write list of input files to temporary file.
4378 2005-05-04  Mike Stump  <mrs@apple.com>
4380         * configure.in: Always pass --target to target configures as
4381         otherwise rebuilds that do --recheck will fail.
4382         * confiugure: Rebuilt.
4384 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
4386         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4387         STAGE_HOST_EXPORTS.
4388         (configure, all): Add bootstrap support.
4389         (Host modules, target modules): Pass post-stage1 flags and exports.
4390         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4391         * Makefile.in: Regenerate.
4393 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
4395         * configure: Regenerate.
4397 2005-04-27  Mike Stump  <mrs@apple.com>
4399         * MAINTAINERS: Add self as darwin maintainer.
4401 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
4403         * config.sub: Update from master copy.
4405 2005-04-21  Mike Stump  <mrs@apple.com>
4407         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
4408         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
4410 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
4412         * configure.in <crisv32-*-*, cris-*-*>: New local variable
4413         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
4414         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
4415         "*-*-elf" and "*-*-linux*".
4416         * configure: Regenerate.
4418 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
4420         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
4422 2005-04-12  Mike Stump  <mrs@apple.com>
4424         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
4426 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
4428         * MAINTAINERS (Write After Approval): Add myself.
4430 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
4432         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
4434 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
4436         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
4437         (TARGET_CONFIGARGS): Include --with-target-subdir.
4438         (configure, all): New macros.  Use them throughout.
4439         * Makefile.in: Regenerate.
4441 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
4443         * MAINTAINERS (Write After Approval): Add myself.
4445 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4447         * MAINTAINERS: Remove 'loop unrolling' maintainer.
4449 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
4451         * MAINTAINERS: Move John Carr to Write After Approval.
4453 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
4455         * config/mh-mingw32: Delete.
4456         * configure.in: Don't use it.
4457         * configure: Regenerate.
4459 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
4461         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4462         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4463         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
4464         (HOST_LIB_PATH): Generate from Makefile.def.
4465         (TARGET_LIB_PATH): Likewise.
4466         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4467         * Makefile.in: Regenerate.
4468         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4469         (RPATH_ENVVAR): Include Darwin case.
4470         * configure: Regenerate.
4472 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
4474         * MAINTAINERS (Various Maintainers): Remove self.
4475         (Write After Approval): Add self.
4477 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
4479         * MAINTAINERS (Various Maintainers): Add self.
4481 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
4483         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4484         * configure: Regenerate.
4486 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
4488         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4489         gcc_version, and gcc_version_trigger from set of flags to pass.
4490         * Makefile.tpl: Remove definitions of above variables.
4491         (config.status): Remove dependency on $(gcc_version_trigger).
4492         * Makefile.in: Regenerate.
4493         * configure.in: Do not reference config/gcc-version.m4 nor
4494         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
4495         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
4496         * configure: Regenerate.
4498 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
4499             Andrew Pinski  <pinskia@physics.uc.edu>
4501         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4502         * Makefile.in: Regenerate.
4504 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
4506         * MAINTAINERS (Write After Approval): Add myself.
4508 2005-03-03  David Ayers  <d.ayers@inode.at>
4510         * MAINTAINERS (Write After Approval): Add myself.
4512 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
4514         PR libgcj/20160
4515         * ltmain.sh: Avoid creating archives with components that have
4516         duplicate basenames.
4518 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
4520         PR bootstrap/20250
4521         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4522         instead of check.
4523         * Makefile.in: Regenerate.
4525 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4527         * Makefile.in: Regenerate to fix conflict between the previous two
4528         patches.
4530 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4532         PR bootstrap/17383
4533         * Makefile.def (target_modules): Remove "stage", now unnecessary.
4534         * Makefile.tpl (HOST_SUBDIR): New substitution.
4535         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4536         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4537         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4538         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4539         (Host modules, Bootstrapped modules): Use it.
4540         (Build modules, Target modules): Do not create symlink trees,
4541         always configure out-of-srcdir.
4542         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4543         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4544         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4545         $(HOST_SUBDIR).  Create a symlink for host_subdir.
4547         * Makefile.in: Regenerate.
4548         * configure: Regenerate.
4550 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4552         Merged from libada-gnattools-branch:
4553         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4555         * gnattools: New directory.
4556         * Makefile.def: Add gnattools as a module, depending on target-libada.
4557         * Makefile.in: Regenerate.
4558         * configure.in: Include gnattools in host_tools; disable it if ada
4559         is disabled.
4560         * configure: Regenerate.
4562 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
4564         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
4565         treelang maintainer.
4566         (Write After Approval): Remove myself.
4568 2005-02-23  Paul Schlie  <schlie@comcast.net>
4570         * configure.in: Allow darwin targeted ports to build tk, itcl and
4571         libgui.
4572         * configure: Regenerate.
4574 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4576         PR libgcj/10353
4577         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4578         * configure: Regenerate.
4580 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
4582         * MAINTAINERS (Write After Approval): Add myself.
4584 2005-02-10  Ian Lance Taylor  <ian@airs.com>
4586         * MAINTAINERS: Update my e-mail address.
4588 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
4590         * MAINTAINERS (Write After Approval): Add myself.
4592 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
4594         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4595         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4596         target-libgloss when not *-*-elf and *-*-aout.
4597         * configure: Regenerate.
4599 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
4601         * MAINTAINERS: Remove obsolete entries.
4603         * MAINTAINERS (Write After Approval): Add Michael Matz.
4605 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
4607         * MAINTAINERS: Remove self as cpplib maintainer.
4609 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4611         * install-sh, config.sub: Import from upstream.
4613 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4615         PR bootstrap/18222
4616         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4617         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4618         * Makefile.in: Regenerate.
4620 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
4622         * MAINTAINERS: Update my email address.
4624 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
4625             Andreas Schwab  <schwab@suse.de>
4627         PR bootstrap/18033
4628         * config-ml.in: Eval option if surrounded by single quotes.
4630 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
4632         Revert 2004-12-28 Makefile changes, a better fix will be
4633         applied to mainline and src after GCC 4.0 branches.
4635 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
4637         PR bootstrap/17383
4639         * Makefile.def (target_modules): Remove stage parameter,
4640         it is always true now.
4641         * Makefile.tpl (configure-build-[+module+],
4642         configure-target-[+module+]): Always build symlink tree
4643         for the directory and for include.  BUILD_SUBDIR and
4644         TARGET_SUBDIR cannot be . anymore.
4645         * Makefile.in: Regenerate.
4647 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
4649         Revert 2004-12-08 Makefile changes.
4651 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
4653         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
4654         cygwin, mingw.
4656 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
4658         * configure.in (sh64-*-*): Reenable gprof.
4659         * configure: Regenerate.
4661 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
4663         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4664         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4665         (EXTRA_TARGET_FLAGS): Add PICFLAG.
4666         * Makefile.in: Regenerate.
4668 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
4670         * MAINTAINERS: Update my email address.
4672 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
4674         * Makefile.tpl: Generate normal dependencies if the LHS module is
4675         not bootstrapped.
4676         * Makefile.in: Regenerate.
4678 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4680         * configure.in: Include config/gxx-include-dir.m4.  Use
4681         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
4682         * configure: Regenerate.
4684 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4686         * config.if: Delete.
4687         * configure.in: Set libstdcxx_incdir directly.
4688         * configure: Regenerate.
4690 2004-12-02  Eric Christopher  <echristo@redhat.com>
4692         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
4693         * Makefile.in: Regenerate.
4695 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4697         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4698         * configure: Regenerate.
4700 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4702         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
4703         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
4704         * configure: Regenerate.
4706 2004-12-01  Eric Christopher  <echristo@redhat.com>
4708         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
4709         of things to remove.
4711 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
4713         * MAINTAINERS (Write After Approval): Update my e-mail address.
4715 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
4717         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
4718         from CVS libtool to always pass_all.
4720 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4722         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4723         (hppa*64*-*-*): Delete incorrect comment.
4724         * configure: Rebuilt.
4726 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4728         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
4730 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4732         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
4733         from CVS libtool to always pass_all.
4735 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4737         * install-sh, compile: Import from automake.
4739 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4741         * config.guess, config.sub:  Import from savannnah.
4743 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
4745         * MAINTAINERS (Write After Approval): Add myself
4747 2004-11-12  Mike Stump  <mrs@apple.com>
4749         * Makefile.def: Add html support.
4750         * Makefile.tpl: Likewise.
4751         * Makefile.in: Regenerate.
4753 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
4755         PR 18423
4756         * configure.in: Remove all instances of build-fixincludes from
4757         noconfigdirs.
4758         (build_configargs): Supply --target to subdirectories.
4759         * configure: Regenerate.
4761         * Makefile.def: Make gcc install depend on fixincludes install.
4762         * Makefile.in: Regenerate.
4764 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
4766         * MAINTAINERS: Add myself as gcc testsuite maintainer.
4768 2004-11-11  Paul Brook  <paul@codesourcery.com>
4770         * MAINTAINERS: Add self as arm maintainer.  Update email address.
4772 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
4774         * configure.in (noconfigdirs) [mmix-*-*]: Disable
4775         target-libgfortran.
4776         * configure: Regenerate.
4778 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
4780         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4781         like CC.
4783 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
4785         * Makefile.def (host fixincludes): Specify missing targets.
4786         * Makefile.in: Regenerate.
4788 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
4790         * MAINTAINERS: Add myself
4792 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
4794         * MAINTAINERS (Write After Approval): Add myself.
4796 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
4798         * Makefile.def: Build fixincludes for the host, too.
4799         * Makefile.in: Regenerate.
4800         * configure.in (host_tools): Add fixincludes.
4801         * configure: Regenerate.
4803 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
4805         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4806         * configure: Regenerated.
4808 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
4810         PR other/17783
4811         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4812         * configure: Regenerated.
4814 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
4816         * README.SCO: Update per FSF instructions.
4818 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
4820         PR target/18151
4821         * configure.in (case ${target}): Do not build fixincludes for avr.
4822         * configure: Regenerated.
4824 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
4826         * configure.in (case ${target}): Do not build fixincludes
4827         on platforms where it is not used.
4828         * configure: Regenerated.
4830 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
4832         * configure.in: Use an absolute path to install-sh.
4833         * configure: Regenerated.
4835 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
4837         * MAINTAINERS (Write After Approval): Add myself.
4839 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
4841         * MAINTAINERS: Remove from Write After Approval those that are
4842         already maintainers.
4844 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
4846         * MAINTAINERS:  Update my email address.
4848 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
4850         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4851         * configure: Regenerate.
4853 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
4855         * MAINTAINERS:  Update my email address.
4857 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
4859         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
4860         entries belonging to this category.
4862 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
4864         * MAINTAINERS: Update my e-mail address.
4866 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
4868         Fix wrong conflict resolution in:
4870         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4872         * Makefile.in: Regenerate.
4873         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4874         in the recursive `make', instead of hardwiring `all'.
4875         (Autogenerated TARGET-* variables): New.
4877 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
4879         * configure.in: Enable target-libgloss for crx-*-*.
4880         * configure: Regenerate.
4882 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4884         * MAINTAINERS (Various Maintainers): Move the "windows,
4885         cygwin, mingw" maintainer to ...
4886         (OS Port Maintainers): ... here.
4888 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4890         * MAINTAINERS (Write After Approval): Remove those that are
4891         maintainers of some subsystem.
4893 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
4895         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4896         * ltcf-cxx.sh (tpf*): Likewise.
4897         * ltconfig (tpf*): Add TPF OS configuration support.
4899 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
4901         * MAINTAINERS: Change my email address to my new work account.
4903 2004-09-24  Michael Roth  <mroth@nessie.de>
4905         * configure.in (--without-headers): Add missing double quotes.
4906         * configure: Regenerate.
4908 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
4910         * ylwrap: Revert to previous version.
4912 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
4914         PR bootstrap/17369
4915         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4916         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4917         SET_GCC_LIB_PATH_CMD.
4918         (BASE_TARGET_EXPORTS): Likewise.
4919         * Makefile.in: Regenerated.
4921         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4922         * configure: Regenerated.
4924 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
4926         * config.guess: New upstream version
4927         * compile, depcomp, install-sh, ylwrap: Likewise.
4929 2004-09-19  Roger Sayle  <roger@eyesopen.com>
4931         * config/mh-x86omitfp: New host makefile fragment.  Add
4932         -fomit-frame-pointer to the default BOOT_CFLAGS.
4933         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4934         * configure: Regenerate.
4936 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
4938         PR target/11572
4939         * configure.in (*-*-darwin*): Renable libobjc.
4940         * configure: Regenerate.
4942 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
4944         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
4946 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
4948         * Makefile.def: Remove libbanshee.
4949         * Makefile.tpl: Ditto.
4950         * configure.in: Ditto.
4951         * Makefile.in: Regen.
4952         * configure: Ditto.
4954 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
4956         * ltmain.sh: Use $pic_object as $non_pic_object if
4957         $non_pic_object=none.
4959 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
4961         * missing: Import latest version from master repository.
4963 2004-09-06  Nick Clifton  <nickc@redhat.com>
4965         * config.sub: Import latest version from master repository.
4966         * config.guess: Likewise.
4967         This includes these changes:
4969         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
4971         * config.sub: Handle crisv32, alias etraxfs.
4972         * config.guess (crisv32:Linux:*:*): Handle.
4974         2004-08-13  Brad Smith  <brad@comstyle.com>
4976         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4977         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4979         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
4981         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4982         assume the processor is a powerpc.  This is because coreutils
4983         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4984         in this case, due to a MacOS X bug that causes
4985         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4986         to return a negative number.
4987         Problem reported by Petter Reinholdtsen in:
4988         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4990         2004-07-19  Ben Elliston  <bje@gnu.org>
4992         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4994         2004-06-24  Ben Elliston  <bje@gnu.org>
4996         * config.guess: Update copyright years.
4997         * config.sub: Likewise.
4999         2004-06-22  Robert Millan  <robertmh@gnu.org>
5001         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5002         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5004         2004-06-22  Stanley F. Quayle <stan@stanq.com>
5006         * config.guess (*:*VMS:*:*): New entry. Replaces
5007         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5008         manufacturer.
5010         2004-06-22  Ben Elliston  <bje@gnu.org>
5012         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5013         * config.sub: Likewise.
5015         2004-06-22  Ben Elliston  <bje@gnu.org>
5017         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5018         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5020         2004-06-11  Ben Elliston  <bje@gnu.org>
5022         * config.guess (pegasos:OpenBSD:*:*): Remove.
5024         2004-06-11  Ben Elliston  <bje@gnu.org>
5026         From Wouter Verhelst <wouter@grep.be>:
5027         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5029         2004-06-11  Ben Elliston  <bje@gnu.org>
5031         * config.guess (luna88k:OpenBSD:*:*): New.
5033         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
5035         * config.guess (m32r*:Linux:*:*): New case.
5036         * config.sub: Handle m32rle.
5038         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
5040         From Jens Petersen  <petersen@redhat.com>:
5041         * config.sub: Handle sparcv8.
5043         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
5045         From Tom Smith <smith@cag.lkg.hp.com>:
5046         * config.guess: Version suffixes are equally significant on Tru64
5047         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
5048         prefix of "P" (patched kernel).
5050         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
5052         * config.sub: Add support for National Semiconductor CRX target.
5054 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
5056         * MAINTAINERS (Various Maintainers): Remove myself as web page
5057         maintainer, add myself as maintainer of build status lists.
5059 2004-09-03  Jan Beulich  <jbeulich@novell.com>
5061         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5062         *-*-netware, but add target-libmudflap.
5063         Consolidate *-*-netware targets (of which really only i?86 exists)
5064         into a single entry.
5065         * configure: Likewise.
5067 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
5069         * Makefile.tpl (sorry): Remove.
5070         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5071         (cleanstrap targets): Depend on distclean, not distclean-stage1.
5072         (do-clean): Clean per-stage directories too.
5073         (do-distclean): Run distclean-stage1 too.
5074         (.NOTPARALLEL): Enable during toplevel bootstrap.
5075         (stage[+id+]-bubble): Enable parallel execution during
5076         the recursive invocation.
5077         * Makefile.in: Regenerate.
5079         Fix previous checkin:
5081         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5082         include.
5083         * configure.in: Fix indentation.
5084         * configure: Regenerate.
5086 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
5088         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5089         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5090         * configure: regenerate
5091         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5092         -mdynamic-no-pic
5094 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
5096         * Makefile.def (build_modules): Add fixincludes.
5097         (dependencies): Make gcc depend on fixincludes.
5098         * configure.in (build_tools): Add fixincludes.
5099         (build_configdirs): Always include build_libs.
5100         * Makefile.in: Regenerate.
5101         * configure: Regenerate.
5103 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
5105         * Makefile.def (bootstrap stages): Add 'lean' parameter.
5106         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5107         phony targets; do not generate timestamp files.
5108         (distclean-stageN): Remove references to their timestamp files.
5109         (restageN, touch-stageN): Remove.
5110         (stageN-bubble): Rewritten.
5111         (compare): Support lean bootstraps.
5112         * Makefile.in: Regenerate.
5114         * configure.in: Only warn when bootstrapping but
5115         build != host or build != target.  Support lean bootstraps.
5116         * configure: Regenerate.
5118 2004-08-26  Phil Edwards  <phil@codesourcery.com>
5120         * configure.in:  Give a better error message if GMP/MPFR are missing
5121         and a language needing them has been requested.
5122         * configure:  Regenerated.
5124 2004-08-25  Phil Edwards  <phil@codesourcery.com>
5126         * configure.in:  Print a list of available language front-ends if
5127         a requested one is missing.  Tidy stray tab characters.
5128         * configure:  Regenerated.
5130 2004-08-19  Michael Koch  <konqueror@gmx.de>
5132         * gcc/doc/install.texi: Update entry about automake for libjava.
5134 2004-08-17  Robert Millan  <robertmh@gnu.org>
5136         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5137         (instead of FreeBSD).
5138         * configure: Regenerate.
5140 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5142         * Makefile.in: Regenerate.
5143         * configure: Regenerate.
5145         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5146         stage_*_flags.
5147         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5148         for bootstrapped modules if toplevel bootstrap is going.
5149         (GCC bootstrap): Generate per-stage targets for all bootstrapped
5150         modules.  Adjust for changes in Makefile.def.  Enable several
5151         rules even in non-bootstrap mode, just to avoid peppering the
5152         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5153         (stage-[+prev+]-bubble): Remove.
5155         * Makefile.def (Dependencies): Depend on all-build-bison,
5156         all-build-flex, all-build-byacc, all-build-texinfo, rather
5157         than the host variations.
5158         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
5159         with BUILD_SUBDIR.
5160         (BISON): Update for recent Bisons.
5161         (YACC): Fix typo.
5162         (cross): Depend on all-build.
5163         (all): Do not depend on all-build.
5164         (prebootstrap): Remove.
5165         (dep-kind): Accept separate prefixes for MODULE and ON variables.
5166         (Prebootstrap dependencies): Add them to the per-stage targets
5167         and to all-prebootstrap.
5168         * configure.in (build_configdirs): Always enable build_tools.
5169         (BUILD_DIR_PREFIX): Remove.
5171         * Makefile.def (gcc): Add target variable.
5172         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5173         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5174         in the recursive `make', instead of hardwiring `all'.
5175         (Autogenerated TARGET-* variables): New.
5177 2004-08-13  Brian Booth  <bbooth@redhat.com>
5179         * MAINTAINERS: Remove myself from write-after-approval.
5181 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5183         * src-release: Stop distributing mmalloc with gdb (which doesn't
5184         use it).
5185         * Makefile.def: GDB doesn't depend on mmalloc anymore.
5186         * Makefile.in: Regenerate.
5188 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
5190         * configure.in (arm*-*-eabi*): New target.
5191         * configure: Regenerate.
5193 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
5195         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5196         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5197         (Dependencies): New section.
5198         * Makefile.tpl (Dependencies): Generate from Makefile.def.
5199         (configure-target-[+module+]): Depend on maybe-all-gcc
5200         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
5201         (toplevel profiledbootstrap): Fix dependencies.
5202         * Makefile.in: Regenerate.
5204 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
5206         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5207         target-libiberty to noconfigdirs.
5208         * configure: Regenerate.
5210 2004-08-03  Paul Brook  <paul@codesourcery.com>
5212         * configure.in: Check for MPFR as well as GMP.
5213         * configure: Regenerate.
5215 2004-08-01  Robert Millan  <robertmh@gnu.org>
5217         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5218         libmudflap for all GNU-based systems (with Glibc).
5219         * configure: Regenerate.
5221 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
5223         * Makefile.def (host-modules): Add gcc.
5224         * Makefile.in: Regenerate.
5225         * Makefile.tpl (sorry): New rule.
5226         (configure-host, all-host, [+make_target+]-host, do-check,
5227         install-host): Do not add gcc as a special case.
5228         (host modules): Add a small special-casing for gcc.  Export
5229         extra_make_flags through the environment.
5230         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5231         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5232         other recursive targets for gcc): Remove.
5234         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5235         (stage, unstage): New rules.
5236         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5237         distclean-stage[+id+]): Use stage_current.
5238         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5239         the stage*-start rules.
5241 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
5243         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
5244         use -all_load flag.
5246 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
5248         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
5249         * configure: Regenerate.
5251 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
5253         * maintainer-scripts/gcc_release: Revert yesterday's change.
5255 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
5257         * MAINTAINERS: Add myself to write-after-approval.
5259 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
5261         * libf2c: Removed.
5262         * gcc/gccbug.in: Updated because of libf2c removal.
5263         * maintainer-scripts/gcc_release: Ditto.
5265 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
5267         * configure.in: Build libmudflap by default on FreeBSD.
5268         * configure: Regenerated.
5270 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
5272         * configure.in: Do not build libmudflap by default on non-GNU/Linux
5273         systems.
5274         * configure: Regenerated.
5276 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5278         PR target/16344
5279         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5280         feedback based compiler.
5281         * Makefile.in: Rebuilt.
5283 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
5285         * Makefile.def (host_modules): Set bootstrap=true for flex.
5286         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5287         * Makefile.in: Rebuilt.
5289 2004-07-07  Jan Hubicka  <jh@suse.cz>
5291         * MAINTAINERS: Add self as a profile feedback maintainer.
5293 2004-07-05  Phil Edwards  <phil@codesourcery.com>
5295         * configure.in:  Do not prepend $srcdir to /dev/null in
5296         makefile fragments.
5297         * configure:  Regenerate.
5299 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
5301         * Makefile.def (build_modules): Add bison, byacc, flex,
5302         m4, texinfo.
5303         (flags_to_pass): Add FLEX.
5304         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5305         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5306         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5307         DEFAULT_MAKEINFO): Remove.
5308         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5309         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5310         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5311         objdir or else use configured tool.
5312         (all-build): New.
5313         (all): Depend on it.
5314         (Build module dependencies): Add.
5315         * Makefile.in: Regenerate.
5316         * configure.in: Better support for multiple build modules,
5317         matching what is done for host/target modules.  Do not look
5318         for "plausible" locations of build tools if Canadian cross.
5319         Use autoconf's AC_PROG_CC to find a C compiler.  Define
5320         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
5321         * configure: Regenerate.
5323 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
5325         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5326         * Makefile.in: Regenerate.
5328 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
5330         * Makefile.tpl (configure-build-[+module+],
5331         configure-[+module+], configure-target-[+module+]): Pass
5332         [+extra_configure_args+].
5333         (all-build-[+module+], all-[+module+], check-[+module+],
5334         install-[+module+], [+make_target+]-[+module+],
5335         all-target-[+module+], check-target-[+module+],
5336         install-target-[+module+], [+make_target+]-target-[+module+]):
5337         Pass [+extra_make_args+].
5338         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5339         (GCC_HOST_EXPORTS): Remove.
5340         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5341         cross, check-gcc, check-gcc-c++, install-gcc,
5342         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5343         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5344         * Makefile.in: Regenerate.
5346 2004-06-21  Matthew Sachs  <msachs@apple.com>
5348         * MAINTAINERS: Added self to write-after-approval.
5350 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
5352         * configure.in: Check for srcdir/winsup rather than build directory
5353         winsup.
5354         * configure: Regenerate.
5356 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
5358         * configure.in: Don't build Cygwin native newlib if winsup
5359         directory is missing.  Emit warning instead.
5360         * configure: Regenerate.
5362 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
5364         * Makefile.tpl (touch-stage[+id+]): New.
5365         (restage[+prev+]): Depend on touch-stage[+id+].
5367         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5368         Use it throughout.
5370         * Makefile.def: Add profile and feedback bootstrap stages.
5371         Remove next field from bootstrap stages.
5372         * Makefile.tpl (LN, LN_S): Substitute.
5373         (stageN-start, stageN-end): Use double-colon rules, to
5374         provide a hook for additional setup commands.
5375         (distclean-stageN-gcc, restageN): Create dependencies from
5376         [+prev+], not from [+next+].
5377         (stageN-bubble): Add commands for successive stages from
5378         [+prev+], using double-colon rules.
5379         (all-stageN-gcc): Fix typo.
5380         (stagefeedback-start, profiledbootstrap): New.
5381         * Makefile.in: Regenerate.
5382         * configure.in: Call ACX_PROG_LN.
5383         * configure: Regenerate.
5385 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
5387         * MAINTAINERS (Write After Approval): Add myself.
5389 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
5391         * MAINTAINERS (Write After Approval): Add myself.
5393 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
5395         * configure.in: Fix --enable-bootstrap breakage introduced in trees
5396         without gcc.
5397         * configure: Regenerate.
5399 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5401         * Makefile.tpl: Fix typo.
5402         * Makefile.in: Regenerate.
5404 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5406         * configure.in: Remove new- prefix from toplevel
5407         bootstrap targets.
5408         * configure: Regenerate.
5410 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5412         * Makefile.tpl (all.normal): Rename to all.
5413         (all): Replace with a rule to pick the default
5414         target from configure.
5415         (all-gcc, configure-gcc): Use conditionals to
5416         do nothing when toplevel bootstrap is going on.
5417         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5418         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5419         * configure.in: Support --enable-bootstrap.
5421         * Makefile.def: Remove new- prefix from toplevel
5422         bootstrap targets.
5423         * Makefile.tpl: Likewise.
5425         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
5426         target.
5428         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5429         $(RECURSE_FLAGS) to recursive invocation of make.
5431         * Makefile.in: Regenerate.
5432         * configure: Regenerate.
5434 2004-05-30  Andreas Jaeger  <aj@suse.de>
5435             Jim Wilson  <wilson@specifixinc.com>
5437         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5438         like CC.
5440 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
5442         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5443         * configure: Regenerate.
5445 2004-05-25  Daniel Jacobowitz  <drow@false.org>
5447         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5448         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5449         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
5450         targets.
5451         * Makefile.in: Regenerate.
5453 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
5455         * configure.in: Test the ability to symlink directories.
5456         * configure: Regenerate.
5458         * Makefile.def (bootstrap-stage): New definitions.
5459         * Makefile.tpl (configure-stage1-gcc,
5460         configure-stage2-gcc, configure-stage3-gcc,
5461         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5462         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5463         new-restage3, compare): Autogenerate, see Makefile.in
5464         entry for behavioral changes.
5465         (distclean-stage1, new-stage1-start, new-stage1-end,
5466         new-stage1-bubble, distclean-stage2, new-stage2-start,
5467         new-stage2-end, new-stage2-bubble, distclean-stage3,
5468         new-stage3-start, new-stage3-end): New autogenerated targets.
5469         (objext, prebootstrap, BOOT_CFLAGS,
5470         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5471         targets.
5473         * Makefile.in: Regenerate.
5474         (distclean-stage1, new-stage1-start, new-stage1-end,
5475         new-stage1-bubble, distclean-stage2, new-stage2-start,
5476         new-stage2-end, new-stage2-bubble, distclean-stage3,
5477         new-stage3-start, new-stage3-end): New targets.
5478         (all-stage1-gcc): Move prebootstrap dependency from here...
5479         (configure-stage1-gcc): ...to here.
5480         (new-bootstrap): Use bubble targets.
5481         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5482         Use per-stage distclean targets.
5483         (configure-stage1-gcc, configure-stage2-gcc,
5484         configure-stage3-gcc, all-stage1-gcc,
5485         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5486         Use new-stageN-start to prepare the tree.
5488 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
5490         * Makefile.def (host_modules): add libcpp.
5491         * Makefile.tpl: Add dependencies on and for libcpp.
5492         * Makefile.in: Regenerate.
5493         * configure.in: Add libcpp host module.
5494         * configure: Regenerate.
5496 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
5498         * Makefile.tpl: Whenever a recursive target is defined, wrap
5499         it in a special @if/@endif block, and prepare its maybe
5500         dependency in the @if/@endif block
5501         * configure.in: Instead of writing maybe dependencies, remove
5502         the @if/@endif statements, and remove the @if/@endif blocks
5503         that remain.
5504         * configure: Regenerate.
5505         * Makefile.in: Regenerate.
5507 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
5509         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
5511 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
5513         PR bootstrap/15120
5514         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
5515         * */configure: Rebuilt.
5517 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
5519         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5520         of libf2c.
5521         * configure, Makefile.in: Regenerate.
5523 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
5525         * MAINTAINERS (Write After Approval): Add myself.
5527 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
5529         Merge from tree-ssa-20020619-branch.
5531         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5532         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5533         (HOST_GMPLIBS): Define.
5534         (HOST_GMPINC): Define.
5535         (TARGET_LIB_PATH): Add libmudflap.
5536         (GFORTRAN_FOR_TARGET): Define.
5537         (configure-build*): Export GFORTRAN.
5538         (configure-gcc): Export GMPLIBS and GMPINC.
5539         (all-gcc): Add maybe-all-libbanshee.
5540         (configure-target-libgfortran): Define.
5541         * Makefile.in: Regenerate.
5542         * configure.in (host_libs): Add libbanshee.
5543         (target_libraries): Add target-libmudflap and target-libgfortran.
5544         Add --with-libbanshee.
5545         Handle --disable-libmudflap.
5546         (*-*-freebsd*): Use with_gmp.
5547         Add $(libgcj) to noconfigdirs.
5548         * configure: Regenerate.
5549         * depcomp: New file.
5550         * MAINTAINERS: Add tree-ssa maintainers.
5552 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
5554         * MAINTAINERS (Various Maintainers): Add myself.
5556 2004-04-30  Brian Ford  <ford@vss.fsi.com>
5558         * MAINTAINERS (Write After Approval): Add myself.
5560 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
5562         * MAINTAINERS (Write After Approval): Add myself.
5564 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
5566         * config/acx.m4: Fix fastcompare support for new-bootstrap.
5567         * configure: Regenerate.
5569 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
5571         Revert:
5572         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5574         * Makefile.def (flags_to_pass): Remove *dir variables that
5575         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5576         as well as prefix and exec_prefix.
5577         * Makefile.in: Regenerate.
5579 2004-04-26  Robert Millan  <robertmh@gnu.org>
5581         Add patches from libtool CVS.
5582         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5583         * ltconfig: Likewise.
5584         * ltcf-c.sh: Likewise.
5585         * ltcf-cxx.sh: Likewise.
5586         * ltcf-gcj.sh: Likewise.
5588 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5590         * Makefile.def (host_modules): Mark with the bootstrap
5591         flag packages on which gcc depends.
5592         * Makefile.tpl (all-bootstrap): Use it.
5593         * Makefile.in: Regenerate.
5595 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5597         * Makefile.def (flags_to_pass): Remove *dir variables that
5598         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5599         as well as prefix and exec_prefix.
5600         * Makefile.in: Regenerate.
5602 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5604         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5605         * configure: Regenerate.
5606         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5607         * gcc/Makefile.tpl (compare): Use the result of the test.
5608         * gcc/Makefile.in: Regenerate.
5610 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
5612         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5613         Always relocate gcc and prev-gcc to the original names, even
5614         if the build fails.
5615         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5616         New targets.
5618 2004-04-23  Laurent GUERBY <laurent@guerby.net>
5620         * MAINTAINERS: Update my email address.
5622 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5624         * configure.in (mips*-*-irix5*): Enable ld.
5625         * configure: Regenerate.
5627 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5629         * configure: Regenerate.
5631 2004-04-15  James E Wilson  <wilson@specifixinc.com>
5633         * Makefile.tpl (configure-[+module+], configure-gcc,
5634         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5635         Set and export LDFLAGS.
5636         * Makefile.in: Regenerate.
5638 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
5640         * MAINTAINERS: Add myself to write-after-approval.
5642 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5644         PR bootstrap/14871
5645         * Makefile.tpl: If we don't have built-in-tree target tools,
5646         use the ones found by configure rather than hacking around with
5647         program_transform_name.
5648         * configure.in: Give Makefile.tpl the information necessary
5649         to do that.
5650         * Makefile.in: Regenerate.
5651         * configure: Regenerate.
5653 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
5655         PR bootstrap/14760
5656         * configure.in: When computing baseargs, strip *all* copies of
5657         offending options.  Also, don't match/substitute the trailing space,
5658         so that this actually works when two similar options are separated by
5659         only one space.
5660         * configure: Regenerate.
5662 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
5664         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5665         (rs6000-*-aix*): Same.
5666         * configure: Regenerate.
5668 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
5670         * MAINTAINERS: Add myself to write-after-approval.
5672 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
5674         * MAINTAINERS: Add myself to write-after-approval.
5676 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
5678         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5679         STRICT_WARN, WARN_CFLAGS flags passed down to make.
5680         * Makefile.in: Regenerate.
5682         * configure.in (top level bootstrap support): Rework --enable-werror
5683         to set @stage2_werror_flag@.
5684         * configure: Regenerate.
5685         * Makefile.tpl (top level bootstrap support): Pass
5686         @stage2_werror_flag@ down to configure in stages 2 and 3.
5687         * Makefile.in: Regenerate.
5689 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5691         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5692         for stages 2 and 3 as well as in make.  As a consequence, remove
5693         OUTPUT_OPTION (now detected by configure) from the flags passed down
5694         to make.
5695         * Makefile.in: Regenerate.
5697         * Makefile.tpl (new-bootstrap): Fix typo.
5698         * Makefile.in: Regenerate.
5700 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
5702         * Makefile.tpl: Rearrange by moving recursive_targets rules
5703         into their proper sections.
5704         * Makefile.tpl (top level bootstrap support): Move disabling
5705         of coverage flags from 'make' to 'configure'; improve comments.
5706         * Makefile.in: Regenerate.
5708         * Makefile.tpl (experimental top level bootstrap) Move stage1
5709         language setting from all- target to configure- target; disable
5710         intermodule optimization in stage 1; prevent gratuitous rebuilds
5711         of stage 1.
5712         * Makefile.in: Regenerate.
5713         * configure.in: Comma-separate stage 1 language list for top
5714         level bootstrap.
5715         * configure: Regenerate.
5717         * Makefile.tpl: Clean up experimental top level bootstrap support:
5718         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5719         prev-gcc in configure- targets as well as all- targets.
5720         * Makefile.in: Regenerate.
5722 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
5724         * compile: New file imported from automake.
5726 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
5728         * configure.in: Remove symbolic link section.
5729         * configure: Regenerate.
5730         * Makefile.tpl (links): Remove.
5731         * Makefile.in: Regenerate.
5733 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
5734             Nathanael Nerode  <neroden@gcc.gnu.org>
5736         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
5737         Set with AC_CHECK_PROGS.
5738         * configure.in: Fix comment typo from last patch.
5739         * configure: Regenerate.
5741 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
5743         * Makefile.tpl: Introduce experimental top level bootstrap support.
5744         * Makefile.in: Regenerate.
5745         * configure.in: Introduce support for top level bootstrap.
5746         * configure: Regenerate.
5748 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5749             Paolo Bonzini  <bonzini@gnu.org>
5751         PR bootstrap/14522
5752         * configure.in: Cope with shells that do not support unquoted ^
5753         * configure: Regenerate.
5755 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5756             Paolo Bonzini  <bonzini@gnu.org>
5758         PR bootstrap/14522
5759         * configure.in: Cope with shells that do not support nesting
5760         quotes inside quoted backquote substitutions.
5761         * configure: Regenerate.
5763 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
5765         PR bootstrap/14522
5766         * configure.in: Fix escaping of $.
5767         * configure: Regenerate.
5769 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
5771         * configure: Regenerate, since I forgot to while committing Paolo's
5772         changes.
5774 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
5776         PR ada/14131
5777         Move language detection to the top level.
5778         * configure.in: Find default values for the tools as
5779         soon as possible.  Disable ada if GNAT is not found.
5780         Emit error message about missing languages.  Expand
5781         --enable-languages=all for the gcc subdirectory.
5783 2004-03-10  Ben Elliston  <bje@gnu.org>
5785         * MAINTAINERS: Update my email address.
5787 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
5789         * ltconfig: Disable building static libraries if building shared
5790         libraries on AIX 5L.
5792 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
5794         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5795         and disable libgcj.
5796         * configure: Regenerated.
5798 2004-03-01  Brian Booth  <bbooth@redhat.com>
5800         * MAINTAINERS: Add myself to write-after-approval.
5802 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
5804         * MAINTAINERS: Add myself to write-after-approval.
5806 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5808         PR bootstrap/7087
5809         * Makefile.tpl: Guard XFOO sed statements better.
5810         * Makefile.tpl: Add dependency for configure-target-libada.
5811         * Makefile.in: Regenerate (incidentally fixes broken
5812         commit when libada-branch was merged).
5814 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
5816         * MAINTAINERS: Add myself to write-after-approval.
5818 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
5820         * MAINTAINERS: Add Nicola Pero and myself as libobjc
5821         maintainers.
5823 2004-02-20  Andrew Cagney  <cagney@redhat.com>
5825         * config.guess: Update from version 2003-10-16 to 2004-02-16.
5826         * config.sub: Update from version 2003-11-03 to 2004-02-16.
5828 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5830         PR bootstrap/11932
5831         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5833 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
5835         * MAINTAINERS: Added myself to write-after-approval.
5837 2004-02-14  Michael Koch  <konqueror@gmx.de>
5839         * MAINTAINERS: Added myself to write-after-approval.
5841 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
5843         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
5844         some OS port maintainers to OS port maintainers section.
5846 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
5848         * MAINTAINERS: Add self.
5850 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
5852         * MAINTAINERS: Alphabetize.
5854 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
5856         * MAINTAINERS: Remove myself.
5858 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
5860         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5861         (rs6000-*-aix*): Same.
5862         * configure: Regenerate.
5864 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
5866         * configure.in (host): Add in missing $noconfigdirs to defines.
5867         * configure: Regenerate.
5869 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
5870             Nathanael Nerode  <neroden@gcc.gnu.org>
5872         PR ada/6637, PR ada/5911
5873         Merge with libada-branch:
5874         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5875         with appropriate dependencies. Add --enable-libada configure switch.
5876         * configure, Makefile.in: Regenerate.
5878 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
5880         * MAINTAINERS: Add myself to write-after-approval.
5882 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5884         * configure.in: Don't pass --with-stabs on IRIX 5 either.
5885         * configure: Regenerate.
5887 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
5889         Merge from upstream:
5891         * ltmain.in: When setting IFS to '~', be careful about user
5892         arguments that contain '~'.
5894         2004-02-04  Peter O'Gorman  <peter@pogma.com>
5896         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
5897         Also test $base_compile against $CC with escaped arguments. Bug
5898         reported by Geoff Keating <geoffk@apple.com>.
5900 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
5902         * MAINTAINERS: Remove i960 port.
5904 2004-01-23  DJ Delorie  <dj@redhat.com>
5906         * Makefile.def (target_modules) [libiberty]: Don't stage.
5907         * Makefile.in: Rebuilt.
5909 2004-01-20  Caroline Tice  <ctice@apple.com>
5911         * MAINTAINERS: Add myself to write-after-approval.
5913 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
5915         * MAINTAINERS: Update my email address.
5917 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
5919         * MAINTAINERS: Add myself to write-after-approval.
5921 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5923         * MAINTAINERS: Remove entries without email address.
5925 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
5927         * MAINTAINERS: Add myself to write-after-approval.
5929 2004-01-15  Steven Bosscher  <stevenb@suse.de>
5931         * MAINTAINERS: Update my email address.
5933 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
5935         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5936         * Makefile.tpl (configure-target-[+module+]): Support stage.
5937         * Makefile.in: Rebuilt.
5939 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
5941         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
5943 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
5945         * MAINTAINERS: Add myself as a MIPS maintainer.
5947 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5949         * configure.in: Use ./config.cache, not config.cache.
5950         * configure: Regenerate.
5951         * Makefile.tpl: Special-casing not needed for GCC any more.
5952         * Makefile.in: Regenerate.
5954         * configure.in: Don't share a cache file for host dirs.
5955         * configure: Regenerate.
5957         * config-ml.in: Don't mess with the cache file.
5959 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5961         * MAINTAINERS: Move myself from 'Write After Approval' to
5962         'CPU Port Maintainers' section as SPARC maintainer.
5964 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5966         * Makefile.tpl: Make GCC use a separate config.cache.
5967         * Makefile.in: Regenerate.
5969         PR bootstrap/11932, PR bootstrap/11933
5970         (I don't know if it will fix either of them, but it relates
5971         to them.)
5972         * configure.in: Don't use shared config.cache for target
5973         directories.
5974         * configure: Regenerate.
5976 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
5978         * MAINTAINERS: Add myself to 'Write After Approval' section.
5980 2003-12-31  Roger Sayle  <roger@eyesopen.com>
5982         * configure.in (ia64*-*-hpux*): Disable building java libraries.
5983         * configure: Regenerated.
5985 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
5987         * MAINTAINERS: Remove the mn10200 maintainer.
5989 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
5991         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5992         * configure: Regenerated.
5994 2003-12-16  Jan Hubicka  <jh@suse.cz>
5996         * MAINTAINERS: Add myself as callgraph maintainer.
5998 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
6000         * configure.in (raw_libstdcxx_flags): Remove the leading space.
6001         * configure: Regenerate.
6003 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6005         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6006         'Write After Approval' section. Update email.
6008 2003-12-01  James Lemke  <jim@wasabisystems.com>
6010         * MAINTAINERS (Write After Approval): Add myself.
6012 2003-11-20  Matt Thomas  <matt@3am-software.com>
6014         * MAINTAINERS: Add myself as a vax port maintainer.
6016 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
6018         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6019         (configure-build-[+module+], configure-[+module+]): Likewise.
6020         (configure-target-[+module+], configure-gcc, config.status): Likewise.
6021         * Makefile.in: Regenerate.
6023 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
6025         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
6026         shared/dylibed libraries.
6027         * ltmain.sh: Likewise.
6028         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
6029         * ltcf-cxx.sh: Likewise.
6030         * ltcf-gcj.sh: Likewise.
6031         * ltconfig: Likewise.
6033 2003-11-17  Stan Cox  <scox@redhat.com>
6035         * MAINTAINERS: Add myself as iq2000 port maintainer.
6037 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
6039         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6040         * Makefile.in: Regenerate.
6042 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
6044         * config.sub: Update to 2003-11-03 version.
6046 2003-10-20  Phil Edwards  <phil@codesourcery.com>
6048         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
6049         * configure:  Regenerate.
6051 2003-10-20  Nicolas Pitre  <nico@cam.org>
6053         * MAINTAINERS: Add myself to 'Write After Approval' section.
6055 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
6057         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
6059 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
6061         * MAINTAINERS: Update my email address.
6063 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6065         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
6067 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
6069         * MAINTAINERS: Add myself to 'Write After Approval' section.
6071 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
6073         * config.guess: Update to 2003-10-16 version.
6074         * config.sub: Update to 2003-10-16 version.
6076 2003-10-15  David Daney  <ddaney@avtrex.com>
6078         * MAINTAINERS: Added myself to 'Write After Approval' section.
6080 2003-10-15  Falk Hueffner  <falk@debian.org>
6082         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6083         'Write After Approval' section. Update email.
6085 2003-10-14  Roger Sayle  <roger@eyesopen.com>
6087         * MAINTAINERS: Move myself from 'Write After Approval' to
6088         'Various Maintainers' section as middle-end maintainer.
6090 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6092         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6093         HOST_FLAGS_TO_PASS.
6094         * Makefile.in: Regenerate.
6096 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
6098         * config.guess: Update to 2003-10-07 version.
6099         * config.sub: Update to 2003-10-07 version.
6101 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6103         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
6104         * ltconfig (irix5*, irix6*): Don't override version_type.
6106 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
6108         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6109         * configure: Rebuilt
6110         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6111         * Makefile.in: Rebuilt
6113 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
6115         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6117 2003-09-30  Carlo Wood  <carlo@alinoe.com>
6119         * MAINTAINERS (Write After Approval): Add myself.
6121 2003-09-29  Paul Koning  <ni1d@arrl.net>
6123         * MAINTAINERS: Move myself from "Write After Approval"
6124         to CPU platform maintainers for pdp11 platform.
6126 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
6128         * MAINTAINERS: Move myself from 'Write After Approval' to
6129         'Various Maintainers' section as libffi testsuite maintainer.
6131 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
6133         * configure.in: Pass a computed --program-transform-name
6134         to subconfigures.
6135         * configure: Regenerated.
6137 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6139         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6140         * Makefile.in: Regenerate.
6142         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6143         * Makefile.in: Regenerate.
6145 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
6147         * MAINTAINERS: Move myself from 'Write After Approval'
6148         to 'Various Maintainers' (objective-c) section.
6150 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
6152         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6153         quoting.
6154         * configure: Regenerated.
6156 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
6158         * MAINTAINERS (Write After Approval): Add myself to write after
6159         approval list.
6161 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
6163         * MAINTAINERS (Write After Approval): Add myself.
6165 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
6167         * MAINTAINERS: Update my e-mail address.
6169 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
6171         * libtool.m4 (LD): Correct powerpc64 host match.
6173 2003-09-06  James E Wilson  <wilson@tuliptree.org>
6175         * MAINTAINTERS: Update my affiliation and email address.
6177 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6179         * MAINTAINERS (Write After Approval): Add myself.
6181 2003-09-04  DJ Delorie  <dj@redhat.com>
6183         * configure: Regenerate.
6185 2003-09-04  Robert Millan  <robertmh@gnu.org>
6187         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6189 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6191         * configure.in: Ensure arguments to sed are properly spaced.
6192         * configure: Regenerate.
6194 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
6196         * MAINTAINERS: Update my e-mail address.
6198 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
6200         * MAINTAINERS (Write After Approval): Add myself.
6202 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
6204         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6205         * configure: Regenerated.
6207 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6209         * MAINTAINERS: Update my email address.
6211 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
6213         * configure.in:  Use newline instead of semicolon when assuming
6214         shell arguments in a for loop.
6215         * configure:  Regenerated.
6217 2003-08-22  Jason Eckhardt  <jle@rice.edu>
6219         * MAINTAINERS: Resurrect the i860 maintainer.
6221 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
6223         PR 8180
6224         * configure.in: When testing with_libs and with_headers, treat
6225         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
6226         * configure: Regenerate.
6228         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6229         make, shell, etc.
6230         (baseargs): Likewise.
6231         * configure: Regenerate.
6233 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
6235         * MAINTAINERS (Write After Approval): Add myself.
6237 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
6239         * configure.in: Disable libgcj for darwin not on powerpc.
6240         * configure: Rebuild.
6242 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
6244         * config-ml.in, symlink-tree: Add license.
6246 2003-08-03  Richard Stallman  <rms@gnu.org>
6247             Eben Moglen  <moglen@columbia.edu>
6249         * README.SCO: New file.
6251 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
6253         * Makefile.tpl (check, check-c++): Express dependencies using
6254         dependencies rather than commands.
6255         * Makefile.in: Regenerate.
6257 2003-08-01  Andrew Cagney  <cagney@redhat.com>
6259         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6260         * configure: Ditto.
6262 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
6264         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6265         * Makefile.in: Update.
6267 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
6269         * configure.in: Enable libgcj for darwin.
6270         * configure: Rebuild.
6272 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
6274         * config-ml.in:  Use ac_configure_args directly instead of
6275         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
6276         actually seen.
6278 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6280         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6281         creating target and build subdirs to build all parent dirs as needed.
6282         * Makefile.in: Rebuild.
6283         * configure.in: Don't build dirs explicitly here.
6284         * configure: Rebuild.
6286 2003-07-26  Paul Brook  <paul@nowt.org>
6288         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
6290 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
6292         * Makefile.tpl (all-make): Depend on intl.
6293         * Makefile.in: Rebuilt.
6295 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
6297         * install-sh:  Update to newer upstream versions (associated with
6298         aclocal 1.7).
6299         * mkinstalldirs:  Likewise.
6300         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
6302 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
6304         * MAINTAINERS: Move self from Bug database only accounts
6305         to write-after-approval.
6307 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
6309         * config.if: Remove unused libc_interface determination.
6311 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6313         * MAINTAINERS: Move self from write-after-approval to
6314         build machinery (*.in).
6316 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6318         PR bootstrap/11273
6319         PR bootstrap/11408
6320         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
6321         unused INSTALL_PROGRAM_ARGS.
6322         * configure.in: Use AC_PROG_INSTALL.
6323         * Makefile.in: Regenerate.
6324         * configure: Regenerate.
6326 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
6328         * MAINTAINERS: Alphabetize.
6330 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
6332         * configure: Rebuilt.
6333         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
6334         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6335         newlib nor libgloss.
6336         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
6337         * configure.in (am33_2.0-*-linux*): Added.
6339 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
6341         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6342         * configure: Regenerate.
6344 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
6346         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
6347         * Makefile.in: Regenerate.
6349 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6351         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
6352         * Makefile.in: Regenerate.
6354 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
6356         * Makefile.tpl: Replace PWD with PWD_COMMAND.
6357         * Makefile.in: Regenerated.
6359         * config-ml.in: Replace PWD with PWD_COMMAND.
6361 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6363         * intl: New directory; see intl/ChangeLog for details.
6364         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
6365         * Makefile.tpl: all-gcc depends on maybe-all-intl.
6366         * Makefile.in: Regenerate.
6368 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6370         * configure.in: Clean up config-lang.in handling.  Delete
6371         useless assignment to "subdirs".
6372         * configure: Regenerate.
6374 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
6376         * configure.in: Rename 'target_libs' to 'target_libraries'.
6377         Remove useless reference to 'target_libs'.
6378         * configure: Regenerate.
6380 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
6382         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6383         * Makefile.in: Regenerate.
6385 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6387         * Makefile.def: Introduce flags_to_pass.
6388         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6389         * Makefile.in: Regenerate.
6391 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
6393         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6394         and target-libgloss.
6395         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6396         <h8300*-*-*>: Disable libf2c and ${libgcj}.
6397         * configure: Regenerate.
6399 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
6401         * configure.in: Update testsuite_flags to new location.
6402         * configure. Regenerate.
6404 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6406         * Makefile.tpl: Remove BUILD_CC stuff.
6407         * Makefile.in: Regenerate.
6409 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
6411         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
6413 2003-06-16  Graeme Peterson  <gp@qnx.com>
6415         * MAINTAINERS (Write After Approval): Add myself.
6417 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
6419         * config.guess: Update to 2003-06-12 version.
6420         * config.sub: Update to 2003-06-13 version.
6422 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
6424         * config.guess: Update to 2003-06-06 version.
6425         * config.sub: Update to 2003-06-06 version.
6427 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6429         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6430         * configure. Regenerate.
6432 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6434         * configure.in: Disable serial configure by default.
6435         * configure: Regenerate.
6436         * Makefile.tpl: Abolish .NOTPARALLEL.
6437         * Makefile.in: Regenerate.
6439         * Makefile.tpl: Replace {build,host,target}_canonical by
6440         {build,host,target}.
6441         * Makefile.in: Regenerate.
6443         * Makefile.tpl: Fix stupid pasto.
6444         * Makefile.in: Regenerate.
6446 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6448         * Makefile.tpl: Remove bogus conditional.
6449         * Makefile.in: Regenerate.
6451 2003-06-05  Jan Hubicka  <jh@suse.cz>
6453         * Makefile.tpl (profiledbootstrap): New target.
6454         * Makefile.in (profiledbootstrap): New target.
6456 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
6458         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
6459         Pinski. Remove user names from other bugzilla-only maintainers.
6461 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6463         * Makefile.tpl: Make 'recursive targets' using autogen rather
6464         than shell loop.  Remove duplicate 'clean' targets and false
6465         comments.
6466         * Makefile.def: Add systematic dependencies to 'recursive' targets.
6467         Add systematic method of specifying missing targets in subdirs.
6468         Add copyright boilerplate.
6469         * Makefile.in: Regenerate.
6470         * configure.in: Add 'recursive targets' to maybe list.
6471         * configure: Regenerate.
6473         * MAINTAINERS: "GNATS only" -> "Bug database only".
6475         * Makefile.tpl: Rename [+target+] to [+make_target+].
6476         * Makefile.def: Rename 'target' to 'make_target'.
6478 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
6480         * MAINTAINERS: Add self as options handling maintainer.
6482 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
6484         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
6485         been too long since I touched those ports.
6487 2003-05-28  DJ Delorie  <dj@redhat.com>
6489         * Makefile.tpl: Make maybe-check-gcc .PHONY.
6490         * Makefile.in: Regenerate.
6492 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
6494         * configure.in: Use curly braces in the definition of tooldir.
6495         * configure: Regenerate.
6497 2003-05-21  DJ Delorie  <dj@redhat.com>
6499         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6500         newlib or libgloss.
6501         * Makefile.in: Regenerate.
6503 2003-05-21  DJ Delorie  <dj@redhat.com>
6505         * Makefile.tpl: Add missing empty maybe-check-gcc target.
6506         * Makefile.in: Regenerate.
6508 2003-05-20  Ian Lance Taylor  <ian@airs.com>
6510         * MAINTAINERS: Update my e-mail address.
6512 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6514         * configure.in: Switch more things to use maybe dependencies.
6515         * Makefile.tpl: Switch more things to use maybe dependencies.
6516         Factor out common code from autogen IF statements.
6517         * configure: Regenerate.
6518         * Makefile.in: Regenerate.
6520 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
6522         * configure.in: Accept i[3456789]86 for machine type.
6523         * configure: Regenerate.
6525 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6527         * configure.in: Switch more things to use maybe dependencies.
6528         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
6529         * configure: Regenerate.
6530         * Makefile.tpl: Switch more things to use maybe dependencies.
6531         * Makefile.in: Regenerate.
6533 2003-05-16  Andreas Schwab  <schwab@suse.de>
6535         * Makefile.tpl (install-opcodes): Define.
6536         * Makefile.in: Rebuild.
6538 2003-05-13  Andreas Jaeger  <aj@suse.de>
6540         * config.guess: Update to 2003-05-09 version.
6541         * config.sub: Update to 2003-05-09 version.
6543 2003-05-13  Michael Eager  <eager@mvista.com>
6545         * configure.in: Correct sed script so that options in quotes are not
6546         deleted.
6547         * configure: Rebuild.
6549 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
6551         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6552         and $$s/newlib/libc/sys/cygwin32 include paths.
6553         * configure: Ditto.
6555 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
6557         * MAINTAINERS: Update my email addresses.
6559 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
6561         * config-ml.in: Propagate INSTALL variables.
6563 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6565         * MAINTAINERS: Remove duplicate entries in Write After Approval.
6567 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
6569         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6570         * Makefile.in: Regenerate.
6572 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
6574         * MAINTAINERS (GNATS only): Add Falk Hueffner.
6576 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
6578         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
6580 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
6582         * Makefile.tpl: Clean $(BUILD_SUBDIR).
6583         * Makefile.in: Regenerated.
6585 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
6587         * MAINTAINERS (Write After Approval): Upgrade myself from
6588         GNATS only to write-after-approval. Update my mail address.
6590 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
6592         (OS Port Maintainers: freebsd): Add myself.
6594 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
6596         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
6598 2003-04-22  Kean Johnston  <jkj@sco.com>
6600         * MAINTAINERS (SCO ports): Added myself.
6602 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
6604         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
6606 2003-04-19  Kean Johnston  <jkj@sco.com>
6608         * MAINTAINERS (Write After Approval): Add myself.
6610 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6612         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6613         * Makefile.in: Regenerate.
6615 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
6617         * configure.in (powerpc64*-*-linux*): Remove.
6618         * configure: Rebuilt.
6620 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
6622         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
6623         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6624         and restrap.
6625         * Makefile.in:  Regenerate.
6627 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
6629         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6630         * configure: Regenerated.
6632 2003-04-15  DJ Delorie  <dj@redhat.com>
6634         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
6636 2003-04-13  Nick Clifton  <nickc@redhat.com>
6638         * config-ml.in: Remove support for --disable-aix removing
6639         call-aix multilibs.
6641 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
6643         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6644         * */configure: Rebuilt.
6646 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
6648         * MAINTAINERS: Add my email address.
6650 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
6652         * MAINTAINERS (Write After Approval): Add myself.
6654 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6656         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6657         * Makefile.in: Regenerate.
6659 2003-03-14  Michael Chastain  <mec@shout.net>
6661         * Makefile.in: Regenerate with correct Makefile.def.
6663 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6665         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
6666         Make macro.
6667         * Makefile.in: Regenerate.
6668         * configure.in: Clean up gxx_include_dir logic.
6669         * configure: Regenerate.
6671 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
6673         * MAINTAINERS (Write After Approval): Add myself.
6675 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
6677         * MAINTAINERS: Update my mail address.
6679 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6681         * configure.in (gxx_include_dir): Fix typo.
6682         * configure: Regenerated.
6684 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6686         * Makefile.tpl: Reindent.
6687         * Makefile.in: Regenerate.
6688         * configure.in: Reindent.  Don't set unused variables.
6689         * configure: Regenerate.
6691 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
6693         * configure.in: Include $(build_tooldir)/sys-include in
6694         FLAGS_FOR_TARGET.
6695         * configure: Regenerated.
6697 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6699         * Makefile.tpl: Always pass down RANLIB.
6700         * Makefile.in: Regenerate.
6702         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6703         * Makefile.in: Regenerate.
6704         * configure.in: Remove unused logic relating to --enable-shared
6705         and --enable-threads.  Remove bogus comments.  Remove redundant
6706         noconfigdirs.
6707         * configure: Regenerate.
6709         * configure.in: Replace ${libstdcxx_version} by its value.
6710         Remove reference to mh-dgux.
6711         * configure: Regenerate.
6713 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
6715         * MAINTAINERS (Write After Approval): Add myself.
6717 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6719         * Makefile.tpl: Rearrange.
6720         * Makefile.in: Regenerate.
6722 2003-02-25  Uwe Stieber  <uwe@wwws.de>
6724         * configure.in: Add support for kaOS as cross build target system.
6725         * configure: Regenerated.
6727 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
6729         * MAINTAINERS (Write after approval): Add myself.
6731 2003-02-21  James E Wilson  <wilson@tuliptree.org>
6733         * MAINTAINERS: Update my email address.
6735 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
6737         * MAINTAINERS: Add self to blanket write privs. section.
6739 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
6741         * Makefile.tpl: Add definition of CPPFLAGS to pass into
6742         configure-target-* as some target builds may require additional
6743         flags for preprocessor tests.
6744         * Makefile.in: Regenerated.
6746 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
6748         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6749         * ltconfig: Handle it.
6750         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6751         auto-detecting it.
6753         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6754         it is used as argument to $CC.
6755         * ltcf-gcj.sh: Likewise.
6757         * configure.in: Introduce --enable-maintainer-mode.
6758         * configure: Rebuilt.
6759         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6760         for maintainer mode.
6761         * Makefile.in: Rebuilt.
6763 2003-02-18  Jason Merrill  <jason@redhat.com>
6765         * Makefile.tpl (check-c++): Allow parallelism.
6767 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6769         * MAINTAINERS: Remove John Carr (who never actually had access to
6770         gcc.gnu.org).
6772 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
6774         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6775         don't configure target-libobjc.
6776         * configure: Regenerate.
6778 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6780         * Makefile.tpl (RANLIB): Define.
6781         * Makefile.in: Regenerate.
6783 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
6785         * MAINTAINERS: Update my email.
6787 2003-02-06  Keith R Seitz  <keiths@redhat.com>
6789         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6790         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6791         * Makefile.in: Regenerated.
6792         * configure.in: Remove all traces of snavigator, db, and grep.
6793         * configure: Regenerated.
6795 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6797         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
6798         After Approval.
6800 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6802         * MAINTAINERS (Write after approval): Add myself.
6804 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
6806         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6807         * Makefile.in: Regenerated.
6809 2003-01-30  Roger Sayle  <roger@eyesopen.com>
6811         * config.guess: Updated to 2003-01-30's version.
6812         * config.sub: Updated to 2003-01-28's version.
6814 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
6816         * config.if: If gcc_version is already set, just use it.  Don't set
6817         gcc_version_trigger if it's already set, otherwise set it to
6818         gcc/version.c, but only if the file exists.  If it is not set and
6819         gcc/version.c does not exist, try to extract the version number from
6820         $CC.
6822 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
6824         * MAINTAINERS: Add myself to write-after-approval list.
6826 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
6828         * configure.in:  Revert 24Jan change.
6829         * configure:  Regenerate.
6831 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6833         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
6834         entry of HJ Lu.
6836 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6838         * configure.in: Revert previous change.
6839         * configure: Regenerate.
6841 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6843         * configure.in: Make rda native-only.
6844         * configure: Regenerate.
6846 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6848         * MAINTAINERS: Move myself from GNATS-only-accounts to
6849         write-after-approval.
6851 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6853         * configure.in: Add missing \.
6854         * configure: Rebuilt.
6856 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
6858         * configure.in (baseargs): Avoid using \| in sed regular
6859         expressions.
6860         * configure: Rebuilt.
6862 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
6864         * configure.in (baseargs): Remove all supported forms of
6865         --cache-file, --srcdir, --host, --build and --target options
6866         from argument lists.
6867         * configure: Rebuilt.
6869 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
6871         * MAINTAINERS: Add myself to write-after-approval list.
6873 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
6875         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6876         * configure: Rebuilt.
6878 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6880         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6881         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6882         * Makefile.in: Regenerate.
6883         * configure: Regenerate.
6885 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
6887         * configure.in: Remove Makefile in build, host and target modules
6888         unless configure was run with --no-recursion.
6889         * configure: Rebuilt.
6891 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6893         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6894         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6895         * Makefile.in: Regenerate.
6897 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
6899         * config.guess: Update to 2003-01-03 version.
6900         * config.sub: Update to 2003-01-03 version.
6902 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6904         * configure: Regenerate with proper autoconf 2.13.
6906 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6908         * configure.in: Add AC_PREREQ for consistency.
6909         * configure: Regenerate.
6911 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
6913         * configure.in (GDB_TK): Add tcl directories conditional on
6914         gdb/gdbtk directory being present.
6915         * configure: Regenerate.
6917 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
6919         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
6920         used by gcc if LD is not defined and we are not doing a Canadian Cross.
6921         * configure: Rebuilt.
6923 2002-12-31  Tom Tromey  <tromey@redhat.com>
6925         * Makefile.in: Rebuilt.
6926         * Makefile.def (target_modules) [libffi]: Allow installation.
6928 2002-12-31  Andreas Schwab  <schwab@suse.de>
6930         * configure.in: Fix use of $program_transform_name.
6931         * configure: Regenerated.
6933 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
6935         * configure.in (baseargs): Don't remove first configure argument.
6936         * configure: Regenerated.
6938 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
6940         * Makefile.tpl (local-distclean): Don't remove...
6941         (multilib.ts): ... this.  Moved into...
6942         (multilib.out): ... this.  Don't use sub-make.
6943         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6944         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6945         (configure-build-[+module+], configure-[+module+],
6946         configure-target-[+module+], configure-gcc): ... these.  Test
6947         for Makefile existence.  Drop config.status from dependencies.
6948         * Makefile.in: Rebuilt.
6949         * configure.in: Move gcc-version-trigger to the end of
6950         ac_configure_args.  Add comments to maybedep.tmp and
6951         serdep.tmp.  Introduce --disable-serial-configure.  Remove
6952         nonopt from baseargs, matching and removing corresponding
6953         whitespace while at it.
6954         * configure: Rebuilt.
6956 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
6958         * configure.in (host_configargs): Replace reference to
6959         no-longer-defined buildopts with --build=${build_alias}.
6960         * configure: Rebuilt.
6962         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
6963         program_transform_name to standard idiom.
6964         (AUTOGEN, AUTOCONF): Define.
6965         (Makefile.in): Use $(AUTOGEN).
6966         (Makefile): Depend on config.status, and use autoconf-style rule to
6967         build it.  Move original commands to...
6968         (config.status): ... this new target.
6969         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
6970         $(AUTOCONF).
6971         * Makefile.in: Rebuilt.
6973 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6975         * Makefile.tpl: Fix dramatic bustage due to change in
6976         program_transform_name.
6977         * Makefile.in: Regenerate.
6979         * configure.in: Remove unnecessary PATH setting.
6980         * configure: Regnerate.
6982         * configure.in: Don't default to unprefixed tools unless
6983         the native tools will work.
6984         * configure: Regenerate.
6986         * configure.in: Convert to autoconf script.  Blow away lots
6987         of now-redundant Makefile fragments.
6988         * configure: Generate using Autoconf.
6989         * Makefile.tpl: Rewrite to reflect autoconfiscation.
6990         * Makefile.in: Regenerate.
6992 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6994         * configure: Fix stupid bug where RANLIB was mistakenly included.
6996         * configure.in: Rename (buildargs, hostargs, targargs) to
6997         (build_configargs, host_configargs, target_configargs).
6999         * configure.in: Move logic out of sed statement.
7001         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
7002         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7004 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
7006         * config.sub: Import from master repository
7007         * config.guess: Ditto
7009 2002-12-24  Andreas Schwab  <schwab@suse.de>
7011         * Makefile.tpl (multilib.out): Fix missing space.
7012         * Makefile.in: Regenerate.
7014 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7016         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
7017         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
7018         * Makefile.in: Regenerate.
7019         * configure.in: Remove unnecessary leftovers.
7021 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
7023         * configure.in (extra_ranlibflags_for_target): New variable.
7024         (*-*-darwin): Add -c to ranlib commands.
7025         * configure (tooldir): Handle extra_ranlibflags_for_target.
7027 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7029         * Makefile.tpl: Revert HJL's change.
7030         * Makefile.in: Regenerated.
7031         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7032         always.
7034 2002-12-19  Andreas Schwab  <schwab@suse.de>
7036         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7037         * Makefile.in: Regenerate.
7039 2002-12-18  H.J. Lu  <hjl@gnu.org>
7041         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7042         * Makefile.in: Regenerated.
7044         * configure.in (build_prefix): New. Substitute.
7046 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7048         * Makefile.tpl: Don't let real targets depend on phony targets.
7049         * Makefile.in: Regenerate.
7051         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7052         * Makefile.in: Regenerate.
7054 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
7056         * config.sub: Import from master repository
7057         * config.guess: Ditto
7059 2002-12-16  Jason Merrill  <jason@redhat.com>
7061         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7062         previous 'make bootstrap'.
7063         * Makefile.in: Regenerate.
7065 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
7067         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7069 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7071         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7072         * Makefile.in: Regenerate.
7074 2002-12-13  Jason Merrill  <jason@redhat.com>
7076         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
7077         library tests.
7078         (check-c++): Just depend on it and check-target-libstdc++-v3.
7079         * Makefile.in: Regenerate.
7081 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7083         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7084         * Makefile.in: Rebuilt.
7086 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7088         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
7090 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7092         * configure: Fix bug put in by gremlins.
7094         * Makefile.tpl: Substitute more autoconfily.
7095         * configure: Substitute more autoconfily.
7096         * Makefile.in: Regenerate.
7098 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
7100         * config.sub: Import from master repository
7101         * config.guess: Ditto
7102         * MAINTAINERS: Added Svein Seldal under write after approval
7104 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
7106         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7107         * Makefile.in (all-sim): Ditto.
7109 2002-12-06  DJ Delorie  <dj@redhat.com>
7111         * Makefile.tpl: Change configure dependencies to not have real
7112         targets depend on phony targets.
7114 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
7116         * configure.in: Revert unintentional change.
7118         * Makefile.tpl: Change dependency for */multilib.out so that
7119         it works when gcc isn't in the tree.
7121         * configure.in: Substitute more.
7122         * configure: Run subconfigures from the Makefile.
7123         * Makefile.tpl: Run subconfigures from the Makefile; add a few
7124         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
7126 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7128         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
7130 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7132         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7133         and corresponding dependencies.
7134         * Makefile.in: Regenerate.
7136         * configure.in (host_tools): Order binutils, gas and ld for
7137         convenience in running the testsuites.
7139         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7140         * Makefile.in: Regenerate.
7141         * configure.in: Introduce rules to serialize subconfigure runs.
7143         * configure.in: Introduce BASE_CC_FOR_TARGET.
7144         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
7145         Realize configure-build-* targets.  Realize configure-target-* targets.
7146         * Makefile.in: Regenerate.
7148 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7150         * configure: Move gcc_version_trigger stuff from here...
7151         * configure.in: ...to here.
7153         * configure.in: Separate subconfigure options added by this file from
7154         options given by the user.  Add machinery to put args for host
7155         subconfigures into the Makefile.
7157         * Makefile.tpl: Remove 'vault' targets.
7158         * Makefile.tpl: Reorder and comment dependencies.
7159         * Makefile.in: Regenerate.
7161 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7162         * configure.in: Fix my broken commit of previous patch. (sigh)
7164 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7166         * configure.in: Move host-specific darwin noconfigdirs into
7167         the host-specific section.
7169 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7171         * configure.in: Move host-specific darwin noconfigdirs into
7172         the host-specific section.
7174 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7176         * configure: Remove skip-this-dir support.
7177         * Makefile.tpl: Remove skip-this-dir support.
7179         * Makefile.tpl: Remove leftover support for non-autoconfiscated
7180         subdirectories.
7181         * Makefile.in: Regenerate.
7183         * Makefile.tpl: Strip out useless setting of 'dir'.
7184         * Makefile.in: Regenerate.
7186 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7188         * configure.in: Fix deeply stupid bug.
7190         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7191         shell code in CXX_FOR_TARGET
7192         * Makefile.def: Introduce raw_cxx.
7193         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7194         RAW_CXX_FOR_TARGET.
7195         * Makefile.in: Regenerate.
7197 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
7199         * Makefile.tpl: Remove unnecessary ifs.
7200         * Makefile.in: Regenerate.
7202         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
7203         dependencies.  Maybe-ize build-libiberty.  Create dummy install
7204         targets for 'no_install' modules.
7205         * configure: Move GDB_TK substitution to configure.in.  Move
7206         build_modules stuff to configure.in.
7207         * configure.in: Implement soft dependency machinery.  Maybe-ize
7208         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
7209         * Makefile.in: Regenerate.
7211 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7213         * Makefile.tpl: Make all-target, install-target behave similarly
7214         to all, install (only hitting configured targets).  Eliminate
7215         unused macro defintions.
7217         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7218         build != host.
7220         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7222         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7224         * configure.in: Produce lists of subdir targets we're actually
7225         configuring.  Remove references to "dosrel".
7226         * Makefile.tpl: Let configure set which subdir targets are hit.
7227         Remove install-cross; clean up install; remove ALL.  Remove
7228         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
7229         Autogenerate host module targets.  Remove empty dependency lines
7230         and redundant dependency; rearrange slightly.
7231         * Makefile.def: Add host-side libtermcap, utils.
7233         * Makefile.in: Regenerate.
7235 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7237         * ltconfig (osf[345]): Append $major to soname_spec.
7238         Reflect this in library_names_spec.
7239         * ltmain.sh (osf): Prefix $major with . for use as extension.
7241 2002-11-19  Andreas Jaeger  <aj@suse.de>
7243         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
7244         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
7245         and sparc64 GNU/Linux systems.
7247 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
7249         * MAINTAINERS: Update email.
7251 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7253         * MAINTAINERS: Complete James Dennett's entry.
7255 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
7257         * MAINTAINERS (Write After Approval): Add myself.
7259 2002-11-13  Bruce Korb  <bkorb@gnu.org>
7261         * Makefile.tpl: syntactic cleanup
7263 2002-11-13  Stuart Hastings  <stuart@apple.com>
7265         * MAINTAINERS: Add myself to write-after-approval list.
7267 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7269         * Makefile.def: Add list of recursive targets to autogenerate.
7270         Add build_modules.
7271         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
7272         targets.  Autogenerate *-build-* targets.
7273         * Makefile.in: Regenerate.
7275 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7277         * configure: More autoconf-style substitutions.
7278         * Makefile.tpl: More autoconf-style substitutions.
7279         * Makefile.in: Regenerate.
7281 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7283         * configure: Substitute more variables in a more autoconf-friendly
7284         way.  Simplify slightly.
7285         * Makefile.tpl: Make more variables substitutable in an
7286         autoconf-friendly way.
7287         * Makefile.in: Regenerate.
7289 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
7291         * MAINTAINERS (Write After Approval): Add myself.
7293 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7295         * configure.in (v810*): Remove special setting of tools.
7297         * configure: Add support for extra required flags for ar or nm.
7298         * configure.in (aix4.3+): Use above support for target-specific
7299         issues, rather than using config/mt-aix43.
7301 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7303         * configure: Remove 'removing', which doesn't work.  Replace $subdir
7304         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
7305         with $srcdir.  Reformat indentation.  Substitute some variables
7306         formerly hard-coded in the Makefile for build=host.
7307         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7308         * Makefile.def: Autogenerate more.
7309         * Makefile.in: Regenerate.
7311 2002-11-04  Adam Nemet  <anemet@lnxw.com>
7313         * MAINTAINERS (Write After Approval): Add myself.
7315 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
7317         * Makefile.def (host_modules): Add rda.
7318         * Makefile.in: Regenerate.
7319         * configure.in (target_tool): Add target-rda to list.
7321 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7323         * MAINTAINERS: Remove "co-maintainer" note for web pages.
7325 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
7327         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
7328         and restrap targets to this rule.
7329         * Makefile.in:  Regenerate.
7331 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7333         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
7334         GNATS only accounts.
7336 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
7338         * configure.in (i[3456]86-*-linux*): Add check to disable
7339         ${libgcj} for glibc1.
7341 2002-10-24  Denis Chertykov  <denisc@overta.ru>
7343         * MAINTAINERS: Add myself as ip2k port maintainer.
7345 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
7347         * configure.in: Add tic4x target.
7349 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7351         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7352         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7353         * Makefile.in: Regenerate.
7355         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7356         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7357         * Makefile.in: Regenerate.
7359 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
7361         * MAINTAINERS: Add myself as web pages co-maintainer.
7363 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7365         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7366         * Makefile.in: Regenerate.
7368 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
7370         * MAINTAINERS: Add myself and Nathan Sidwell
7371         <nathan@codesourcery.com> as VxWorks maintainers.
7373 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7375         * Makefile.def: Remove order dependency comments.
7376         * Makefile.tpl: Add explicit install-install dependencies.
7377         * Makefile.in: Regenerate.
7379         * Makefile.tpl: Remove material now in src-release.  (Finally!)
7380         * Makefile.in: Regenerate.
7382         * Makefile.tpl: Add configure-target (for src-release in src)
7383         * Makefile.in: Regenerate.
7385 2002-09-30  Nick Clifton  <nickc@redhat.com>
7387         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7389 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
7391         * configure.in (s390*-*-linux*): Enable libgcj.
7393 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
7395         * configure: Revert accidentally applied changes.
7397         * Makefile.tpl: Make more autoconf-friendly.
7398         * Makefile.in: Regenerate.
7399         * configure: Make substitution more autoconf-like.
7401 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
7403         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7404         single entry to handle all these.
7405         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
7406         libjava on arm-*-elf.
7408 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
7410         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7411         things that depend on them.
7413 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7415         * Makefile.tpl: Make subsituted variables more autoconfy.
7416         * Makefile.in: Regenerate.
7417         * configure: Make seds more autoconfy.
7419 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7421         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7422         * Makefile.in: Regenerate.
7423         * configure.in: Rewrite sed statements to look autoconfy.
7425         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7426         all-target-foo on configure-target-foo.
7427         * Makefile.def: Ditto.
7428         * Makefile.in: Rebuild.
7430 2002-09-25  Andrew Haley  <aph@redhat.com>
7432         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
7434 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7436         * Makefile.def: New file.
7437         * Makefile.tpl: New file.
7438         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7439         * contrib/gcc_update: Note that Makefile.in is a generated file.
7441         * configure.in: Minor rearrangement.  Simplify tests.
7443 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
7445         * configure.in (with_headers): Skip copy if value is "yes".
7446         (with_libs): Likewise.
7448 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7450         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7451         * configure.in (sh*-*-pe*): Ditto.
7452         * configure.in (mips*-*-pe*): Ditto.
7453         * configure.in (*arm-wince-pe): Ditto.
7455         * configure.in: Rearrange.
7457 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
7459         * MAINTAINERS: Update my email address.
7461 2002-08-30  Paul Koning  <pkoning@equallogic.com>
7463         * MAINTAINERS: (Write After Approval): Add myself.
7465 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
7467         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
7469 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
7471         * MAINTAINERS: Change my mailing address.
7473 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
7475         * MAINTAINERS (Write After Approval): Remove myself.
7476         (Various Maintainers: c++ runtime libs): Add myself.
7478 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
7480         * MAINTAINERS (Write After Approval): Remove myself.
7481         (Various Maintainers: c++ runtime libs): Add myself.
7483 2002-08-15  Eric Christopher  <echristo@redhat.com>
7485         * config.sub: Import from master repository.
7486         * config.guess: Ditto.
7488 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
7490         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7491         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7492         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7494 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
7496         * MAINTAINERS: Add self to rs6000 vector extensions.
7498 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
7500         * libiberty/configure: Reverted unintended yesterday's check in.
7502 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
7504         * boehm-gc/configure, libf2c/configure: Rebuilt.
7505         * libffi/configure, libiberty/configure: Ditto.
7506         * libjava/configure, libobjc/configure: Ditto.
7507         * libstdc++-v3/configure, zlib/configure: Ditto.
7508         Merged from binutils:
7509         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
7510         From Steve Ellcey <sje@cup.hp.com>:
7511         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7512         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7513         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7514         IA64.
7515         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7516         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7517         soname_spec, sys_lib_search_path_spec): Ditto.
7519 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
7521         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7523 2002-08-04  H.J. Lu  (hjl@gnu.org)
7525         * configure.in (mips*-*-linux*): Don't skip target-libffi.
7527 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
7529         * MAINTAINERS (Write After Approval): Add myself.
7531 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
7533         * configure.in: Move generic linux case to end.  Copy generic
7534         linux noconfigdirs to mips*-*-linux* entry and new
7535         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
7537 2002-07-19  Michael Matz  <matz@suse.de>
7539         * MAINTAINERS: Add myself as ra* maintainer.
7541 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
7543         * config.guess: Update to 2002-07-09 version.
7544         * config.sub: Update to 2002-07-03 version.
7546 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
7548         * MAINTAINERS: Fix typo in a maintainer email address.
7550 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7552         * configure.in: Remove two redundant tests.
7554 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7556         * configure.in (mips*-*-irix6*o32): Enable stabs.
7558 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
7560         * configure.in: Don't build grez.
7561         * Makefile.in: Ditto.
7563         * Makefile.in: Remove references to bsp, cygmon, libstub.
7564         * configure.in: Ditto.
7566         * configure.in: Remove leftover reference to gdbtest.
7568 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
7570         * configure.in (gxx_include_dir):  Change to match versioned
7571         C++ headers if --enable-version-specific-runtime-libs is used.
7573 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
7575         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7577 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7579         * configure.in: Make --without-x work.
7581 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7583         * configure.in: Rearrange target Makefile fragment collection.
7585         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7586         cvs[src].
7587         * configure.in: Ditto.
7589 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
7591         * MAINTAINERS (Write After Approval): Update my e-mail address.
7593 2002-06-24  Ben Elliston  <bje@redhat.com>
7595         * configure.in (host_tools): Remove cgen.
7597         * Makefile.in (all-cgen): Remove; runs from its source directory.
7598         (check-cgen, install-cgen, clean-cgen): Likewise.
7599         (all-opcodes): Do not depend on all-cgen.
7600         (all-sim): Likewise.
7602 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7604         * Makefile.in: Eliminate 'apache' targets.
7605         * configure.in: Eliminate 'apache' targets.
7607         * configure.in: Eliminate redundant tests.  Reorganize.
7609         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7611         * config-ml.in: Eliminate references to Cygnus configure.
7613         * Makefile.in: Eliminate references to building emacs.
7615 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
7617         * MAINTAINERS: Update my email address.
7619 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
7621         * config.if (libstdcxx_incdir): Version C++ headers.
7622         (cxx_incdir): Remove.
7624 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7626         * MAINTAINERS (Write After Approval): Add self.
7628 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
7630         * configure.in: Add support for ip2k.
7632 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
7634         * configure.in: Fix AIX configury bug.
7636 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
7638         * MAINTAINERS (Write After Approval): Add self.
7640 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7642         * configure.in: replace ${topsrcdir} with ${srcdir}
7644         * configure.in: Move definition of libstdcxx_flags
7645         right above usage, rather than waaay earlier.
7647         * configure.in: Pull definition of is_cross_compiler earlier.
7649         * configure.in: Rearrange a little.
7651         * configure.in: Remove references to librx.
7652         * Makefile.in: Remove references to librx.
7654 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
7656         * config.sub: Add support for avr target.
7657         Import from master sources, rev 1.255
7659 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
7661         * configure, .cvsignore:  Revert previous change...
7662         * Makefile:  ...delete.
7664 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7666         * configure.in: Eliminate ${gasdir} variable.
7668 2002-06-18  Dave Brolley  <brolley@redhat.com>
7670         * configure.in: Add support for frv.
7671         * config.sub: Add support for frv.
7673 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7675         * configure:  Remove garbage from previous commit.
7677 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7679         * configure:  For in-source builds, make a subdir and re-exec there.
7680         * Makefile:  New file.  Pass targets through to build directory.
7681         * .cvsignore:  No longer ignore "Makefile".
7683 2002-06-16  Douglas Rupp  <rupp@gnat.com>
7685         * MAINTAINERS (Write After Approval): Add self.
7687 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7689         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7691 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
7693         * configure.in (vax-*-netbsd*): Re-enable gas.
7695 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
7697         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7698         BUILD_PREFIX_1, to correct nomenclature.
7699         * configure: Likewise.
7701         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7702         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7704 2002-05-31  Olaf Hering  <olh@suse.de>
7706         * config-ml.in: Propogate DESTDIR also.
7708 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
7710         * configure.in (vax-*-netbsd*): Don't build gas for this
7711         platform.
7713 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7715         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7716         and libgcj for AVR.
7718 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
7720         * MAINTAINERS (Write After Approval): Add myself.
7722 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
7724         * config.guess: Update to 2002-05-22 version.
7725         * config.sub: Likewise.
7727 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7729         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7730         * config-ml.in: Likewise.
7731         * configure: Likewise.
7732         * configure.in: Likewise.
7734 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
7736         * MAINTAINERS: Update my email address.
7738 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
7740         * configure.in: Simplify makefile fragment collection.
7742         * configure.in: Remove code to build emacs.
7744         * configure.in : Remove --srcdir argument from targargs and buildargs
7745         (it's always overridden in the Makefile anyway).  Rearrange a bit.
7747         * configure: Move some logic to configure.in.
7748         * configure.in: Move some logic from configure.
7750 2002-05-11  Tom Tromey  <tromey@redhat.com>
7752         * MAINTAINERS: Reflect libgcj reality.
7754 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
7756         * Makefile.in: Honour DESTDIR.
7758 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
7760         * config.guess: Import 2002-03-20 version.
7761         * config.sub: Import 2002-04-26 version.
7763 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7765         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
7767 2002-05-07  Tim Josling  <tej@melbpc.org.au>
7769         * MAINTAINERS: Add self.
7771 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
7773         * ltmain.sh: Detect and handle object name conflicts
7774         while piecewise linking a static library.
7776 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
7778         * configure.in (noconfigdirs): Don't disable libgcj on
7779         sparc64-*-solaris* and sparcv9-*-solaris*.
7781 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
7783         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7785 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
7787         * configure.in (FLAGS_FOR_TARGET): Do not add
7788         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7789         on i[3456]86-*-linux*.
7791 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
7793         * configure.in (noconfigdirs): Replace [ ] with test.
7795         * configure.in (noconfigdirs): Do not add target-newlib if
7796         target == i[3456]86-*-linux*, and host == target.
7798 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
7800         * configure.in: delete reference to absent file
7802         * configure.in: replace '[' with 'test'
7804         * configure.in: Eliminate references to gash.
7805         * Makefile.in: Eliminate references to gash.
7807         * configure.in: remove useless references to 'pic' makefile fragments.
7809         * configure.in: (*-*-windows*) Finish removing.
7811         * configure.in: Eliminate redundant test for libgui.
7813 2002-04-29  Roger Sayle  <roger@eyesopen.com>
7815         * MAINTAINERS: Add self and realphabetize.  Update entries
7816         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
7817         entry for a29k port maintainer.
7819 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
7821         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7822         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7824 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
7826         * configure.in: remove references to dead files
7828 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
7830         * MAINTAINERS: Add information about purpose of this file.
7832 2002-04-18  Tom Tromey  <tromey@redhat.com>
7834         * configure.in: Disallow configuring libgcj when it is already
7835         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
7836         Solaris 2.8 by default.  For PR libgcj/6158.
7838 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7840         * configure.in:  Move default CC setting out of config/mh-* fragments
7841         directly into here.
7843 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7845         * configure.in: don't even try to configure or make a subdirectory
7846         if there's no configure script for it.
7848 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
7850         * MAINTAINERS: Remove chill maintainers.
7851         * Makefile.in (CHILLFLAGS): Remove.
7852         (CHILL_LIB): Remove.
7853         (TARGET_CONFIGDIRS): Remove libchill.
7854         (CHILL_FOR_TARGET): Remove.
7855         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7856         CHILL_LIB.
7857         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7858         (CHECK_TARGET_MODULES): Likewise.
7859         (INSTALL_TARGET_MODULES): Likewise.
7860         (CLEAN_TARGET_MODULES): Likewise.
7861         (configure-target-libchill): Remove.
7862         (all-target-libchill): Remove.
7863         * configure.in (target_libs): Remove target-libchill.
7864         Do not compute CHILL_FOR_TARGET.
7865         * libchill: Remove directory.
7867 2002-04-11  DJ Delorie  <dj@redhat.com>
7869         * Makefile.in, configure.in: Sync with binutils, entries
7870         follow...
7872 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7874         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
7875         (do-tar, do-bz2): New rules.
7876         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
7877         (gdb-tar): New rule.
7878         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
7879         (insight_dejagnu.tar): New rule.
7880         (insight.tar): New rule.
7881         (gdb+dejagnu.tar): New rule.
7882         (gdb.tar): New rule.
7884 2002-02-01  Mo DeJong  <supermo@bayarea.net>
7886         * Makefile.in: Add all-tix to deps for all-snavigator
7887         so that tix is built when building snavigator.
7889 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
7891         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7892         ld and gdb are not supported.
7894 2002-01-07  Mark Salter  <msalter@redhat.com>
7896         * configure.in: Remove target-bsp and target-cygmon from arm builds.
7897         Allow target-libgloss to be built for arm, strongarm, and xscale.
7899 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
7901         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7902         options for i[3456]86-pc-linux* native builds.
7904 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
7906         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7907         files from .po files for a distribution.
7909 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
7911         * configure.in: Enable libstdc++-v3 for h8300 targets.
7913 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
7915         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
7916         version from bfd/.
7918 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
7920         * Makefile.in (VER): When present, extract the version number from
7921         the file version.in.
7923 2001-05-24  Tom Rix  <trix@redhat.com>
7925         * configure.in : enable ld for aix
7927 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7929         * config.guess: Add linux target for S/390.
7931 2000-11-07  Philip Blundell  <pb@futuretv.com>
7933         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7935 2000-11-03  Philip Blundell  <pb@futuretv.com>
7937         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7938         files.
7940 2001-01-15  Ben Elliston  <bje@redhat.com>
7942         * configure.in (host_tools): Add sid.
7943         Always configure cgen.
7945 2000-11-24  Nick Clifton  <nickc@redhat.com>
7947         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
7950 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
7952         * Makefile.in (ALL_MODULES): Add all-cgen.
7953         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7954         (all-cgen): New target.
7955         (all-opcodes,all-sim): Depend on all-cgen.
7956         * configure.in (host_tools): Add cgen.
7957         Only configure cgen if --enable-cgen-maint.
7959 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
7961         * configure.in: Add *-*-freebsd* configurations.
7963 2002-04-08  Tom Tromey  <tromey@redhat.com>
7965         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7966         Fixes PR libgcj/6068.
7968 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
7970         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7972 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7974         * configure.in (alpha*-dec-osf*): Enable libgcj.
7976 2003-03-27  Matthew Gingell  <gingell@gnat.com>
7978         * MAINTAINERS (Write After Approval): Add myself.
7980 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
7982         Fix for: PR bootstrap/3591, target/5676
7983         * configure.in (mcore-pe): Disable the configuration of
7984         libstdc++-v3 since exceptions are not supported.
7986 2002-03-20  Anthony Green  <green@redhat.com>
7988         * configure.in: Enable libgcj for xscale-elf target.
7990 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
7992         * MAINTAINERS:  Update my email address.
7994 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
7996         * ltmain.sh (relink_command): Fix typo in previous change.
7998 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
8000         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
8001         (relink_command): Added --tag flags.
8002         (mode=install): If relinking fails; error out.
8004 2002-03-12  Richard Henderson  <rth@redhat.com>
8006         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
8007         .NOTPARALLEL tag.
8008         (do-check): Rename from check.
8009         (check): Allow parallel check.
8011 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
8013         * MAINTAINERS: Add myself as maintainer for xtensa port.
8014         Fix alphabetical order in CPU port maintainer list.
8015         Remove myself from Write After Approval list.
8017 2002-03-11  Richard Henderson  <rth@redhat.com>
8019         * Makefile.in (.NOTPARALLEL): Add fake tag.
8021 2002-03-07  H.J. Lu  (hjl@gnu.org)
8023         * configure.in: Enable gprof for mips*-*-linux*.
8025 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
8027         * MAINTAINERS (Write After Approval): Add myself.
8029 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
8031         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8032         libjava.
8033         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8035 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
8037         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8038         because its Makefile is there; test for the executable instead.
8040 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
8042         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8043         libstdc++-v3 and libjava.
8045 2002-02-11  Adam Megacz  <adam@xwt.org>
8047         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8048         boehm-gc
8050 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
8052         * config.guess: Updated to 2002-01-30's version.
8053         * config.sub: Updated to 2002-02-01's version.
8054         Contribute sh64-elf.
8055         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
8056         * configure.in: Added sh64-*-*.
8058 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
8060         * MAINTAINERS: Belatedly add myself to write after approval list.
8062 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
8064         * MAINTAINERS: Put self in as maintainer for x86-64 port.
8065         Remove self as Write After Approval.
8067 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
8069         * MAINTAINERS: Put self in as maintainer for contrib/regression
8070         directory.
8072 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
8074         * MAINTAINERS:  Update my email address.
8076 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
8078         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
8079         target-libiberty, and target-libgloss.  Skip Java-related
8080         libraries if not supported for NetBSD on target CPU.
8082 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
8084         * install-sh: Use _inst.$$_ for temp file name.
8086 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
8088         * MAINTAINERS (Write After Approval): Move my contact info
8089         from here...
8090         (OS Port Maintainers): ...to here (netbsd).
8092 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
8094         * MAINTAINERS (Write After Approval): Add myself.
8096 2002-01-17  H.J. Lu  <hjl@gnu.org>
8098         * Makefile.in (all-fastjar): Also depend on all-libiberty.
8099         (all-target-fastjar): Also depend on all-target-libiberty.
8101 2002-01-16  H.J. Lu  (hjl@gnu.org)
8103         * config.guess: Import from master sources, rev 1.225.
8104         * config.sub: Import from master sources, rev 1.238.
8106 2002-01-16  Kazu Hirata  <kazu@hxi.com>
8108         * MAINTAINERS (Write After Approval): Remove myself.
8110 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
8112         * MAINTAINERS (Write After Approval): Add myself.
8114 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8116         * MAINTAINERS: Add self as docs co-maintainer.
8118 2001-12-11  Matthias Klose  <doko@debian.org>
8120         * MAINTAINERS (Write After Approval): Add myself.
8122 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
8124         * MAINTAINERS: Update my email address.
8126 2001-12-07  Turly O'Connor  <turly@apple.com>
8127         * MAINTAINERS (Write After Approval): Add myself.
8128         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
8129         (rs6000_initialize_trampoline): Call __trampoline_setup for
8130         ABI_DARWIN too.
8131         * darwin-tramp.asm: New file, implements __trampoline_setup.
8132         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
8134 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
8136         * MAINTAINERS (Write After Approval): Add myself.
8138 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
8140         * configure, configure.in: Use temp file for long sed commands.
8142 2001-12-03  Laurent Guerby  <guerby@acm.org>
8144         * config.sub: Update to version 1.232 on subversion.
8146 2001-12-03  Ben Elliston  <bje@redhat.com>
8148         * MAINTAINERS: Update mail address for config.* patches.
8150 2001-11-27  DJ Delorie  <dj@redhat.com>
8151             Zack Weinberg  <zack@codesourcery.com>
8153         When build != host, create libiberty for the build machine.
8155         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8156         CONFIG_ARGUMENTS.
8157         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8158         New variables.
8159         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8160         and rules.
8161         (all.normal): Depend on ALL_BUILD_MODULES.
8162         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8163         (all-build-libiberty): Depend on configure-build-libiberty.
8165         * configure: Calculate and substitute proper value for
8166         ALL_BUILD_MODULES.
8167         * configure.in: Create the build subdirectory.
8168         Calculate and substitute TARGET_CONFIGARGS (formerly
8169         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8171 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
8173         * MAINTAINERS (write-after-approval): Add self.
8175 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8177         * MAINTAINERS (GNATS only accounts): Remove self.
8179 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
8181         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8182         libf2c.
8184 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8186         * MAINTAINERS (Write After Approval): Add self.
8188 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8190         * MAINTAINERS: mips and s390 are also CPU ports.
8192 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8194         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
8196 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
8198         * MAINTAINERS: Alphabetize.
8200 2001-11-09  Kazu Hirata  <kazu@hxi.com>
8202         * MAINTAINERS (Various maintainers: h8 port): Add myself.
8204 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8206         * MAINTAINERS (Various maintainers: hppa port): Added myself.
8208 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
8210         * configure.in (--enable-languages): Be more permissive about
8211         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
8213 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
8215         * config.sub: Import from master sources, rev. 1.230.
8216         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
8218 2001-11-07  Laurent Guerby  <guerby@acm.org>
8220         * MAINTAINERS (Write After Approval): Add self.
8222 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
8224         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8226 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
8228         * config.sub: Import from master sources, rev 1.226.
8229         * config.guess: Import from master sources, rev 1.216.
8231 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
8233         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8234         * MAINTAINERS: Add self as maintainer of MMIX port.
8235         Remove old after-approval entry.
8237 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
8239         * ChangeLog, configure: Fix spelling errors.
8241 2001-10-20  Brendan Kehoe  <brendan@zen.org>
8243         * MAINTAINERS: Tweak my address.
8245 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
8247         * MAINTAINERS: Update my email address.
8249 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
8251         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8252         * MAINTAINERS: Add self as maintainer of CRIS port.
8254 2001-10-10  Geert Bosch  <bosch@gnat.com>
8256         * MAINTAINERS (Various maintainers: Ada front end):
8257         Added Robert Dewar.
8259 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
8261         * MAINTAINERS (Write After Approval): Added self
8263 2001-10-02  Geert Bosch  <bosch@gnat.com>
8265         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
8267 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
8269         * configure: Handle temporary files securely using mkdir.
8271 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
8273         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8275 2001-09-26  Will Cohen  <wcohen@redhat.com>
8277         * configure.in (*-*-linux*): Disable configuration of target-newlib
8278         and target-libgloss.
8280 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
8282         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8283         RANLIB.
8285 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
8287         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8288         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8289         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8290         avoid quotes nesting problems.
8291         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8292         (DO_X): Export only variables that are set.
8294 2001-09-19  Ben Elliston  <bje@redhat.com>
8296         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8297         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8298         semantics.  Use the shell built-in "type" command instead.
8300 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
8302         Merged from gcc-3_0-branch:
8303         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
8304         * ltcf-c.sh: Use $objext, not $ac_objext.
8305         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
8306         * ltcf-cxx.sh: Add support for GNU.
8307         2001-07-22  Timothy Wall  <twall@redhat.com>
8308         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
8309         default settings if using GNU tools with that configuration.
8310         * ltcf-cxx.sh: Ditto.
8311         * ltcf-gcj.sh: Ditto.
8312         2001-07-21  Michael Chastain  <chastain@redhat.com>
8313         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8314         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
8315         * ltmain.sh: Mark as gcc-local.
8317 2001-08-30  Eric Christopher  <echristo@redhat.com>
8318             Jason Eckhardt  <jle@redhat.com>
8320         * config.guess: Merge from master sources.
8321         * config.sub: Merge from master sources, add support for mipsisa32.
8323 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
8324         * config.sub: Merge from master sources, rev 1.219.
8325         * MAINTAINERS: Add self as contact for stormy16 port.
8327 2001-08-14  Zack Weinberg  <zackw@panix.com>
8329         * config.sub: Merge from master sources, rev 1.218.
8330         * config.guess: Merge from master sources, rev 1.209.
8332 2001-08-11  Graham Stott  <grahams@redhat.com>
8334         * Makefile.in (check-c++): Add missing semicolon.
8336 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
8338         * MAINTAINERS (Various maitainers: predict.def): Added myself.
8340 2001-07-30  Eric Christopher  <echristo@redhat.com>
8342         * MAINTAINERS (Various maintainers: mips port): Added myself.
8344 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
8346         * configure.in (sh-*-linux*): New.
8348 2001-07-27  Richard Henderson  <rth@redhat.com>
8350         * .cvsignore: Add LAST_UPDATED.
8352 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
8354         * MAINTAINERS (Various maintainers: s390 port): Added myself.
8356 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
8358         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
8360 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
8362         * MAINTAINERS (Write After Approval): Added myself.
8364 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8366         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8367         and libgcj on m68hc11/m68hc12.
8369 2001-06-27  H.J. Lu  (hjl@gnu.org)
8371         * Makefile (CFLAGS_FOR_BUILD): New.
8372         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8374 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8376         * README: Remove version number.
8378 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8380         * INSTALL/README: Update wrt. to the installation instructions now
8381         residing in gcc/doc/install.texi.
8383 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8385         * README: Replace with a cut-down and updated version of gcc/README.
8387 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
8389         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
8390         multilibs to be disabled.
8392 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
8394         * MAINTAINERS (Write After Approval): Add myself.
8396 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
8398         * config.guess: Import CVS version 1.195.
8399         * config.sub: Import CVS version 1.212.
8401 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
8403         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8404         gcc/xgcc is built, use -print-prog-name to find out the program
8405         name to use.
8407 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
8409         * config.guess:  Import CVS version 1.194.  All gcc-local changes
8410         appear to also be in the master copy.
8411         * config.sub:  Import CVS version 1.211.
8413 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
8415         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8416         with_gcc]: Use `gcc -shared' to build a shared library.
8418 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8420         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8421         archives.
8423 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8425         * MAINTAINERS (Write After Approval): Add myself.
8427 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
8429         * configure.in (libstdcxx_flags): Do not try to execute
8430         libstdc++-v3/testsuite_flags until it exists.
8432 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
8434         * MAINTAINERS: Update my email address.
8436 2001-05-31  Graham Stott  <grahams@redhat.com>
8438         * MAINTAINERS (Write After Approval): Add myself.
8440 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
8442         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
8443         libraries when using g++ with native linker.
8445 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
8447         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8449 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
8451         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8452         [aix4*|aix5*]: Prepend blank.
8454 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
8456         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8457         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
8458         of subdir/configure scripts to use the new libtool.m4.
8460 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
8462         * MAINTAINERS (Write After Approval): Add myself.
8464 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
8466         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8468 2001-05-11  Ben Elliston  <bje@redhat.com>
8470         * Makefile.in (all-sid): New target.
8471         (check-sid, clean-sid, install-sid): Likewise.
8473 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
8475         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8477 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8479         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8480         libgcj.
8482 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8484         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8485         gcc/xgcc is built, use -print-prog-name to find out the program
8486         name to use.
8488 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
8490         * configure.in (noconfigdirs): Don't reset it from scratch in the
8491         target case; only append to it.
8493         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8494         sparc-*-solaris2.8]: Disable ${libgcj}.
8496 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
8498         * configure.in (libgcj_saved): Copy from $libgcj.
8499         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8500         --disable-libgcj.
8502 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
8504         * MAINTAINERS: Remove self as MIPS maintainer and
8505         C front end maintainer.
8507 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
8509         * configure.in: Move *-chorusos target case to the proper switch.
8510         Disable libgcj.
8512 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8514         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8515         1.641.2.228.
8517 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8519         * Makefile.in (STAGE1_CFLAGS): Pass down.
8521 2001-04-13  Alan Modra  <amodra@one.net.au>
8523         * config.guess: Add hppa64-linux support.  Note for next import that
8524         this is already in the master file.
8525         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
8527 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8529         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8530         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8532 2001-04-11  Stan Shebs  <shebs@apple.com>
8534         * MAINTAINERS: Add self as Darwin port maintainer.
8536 2001-04-11  Alan Modra  <amodra@one.net.au>
8538         * MAINTAINERS: Update my email address.
8540 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
8542         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8543         recent versions of FreeBSD (release 3 or later).
8544         * ltconfig: On FreeBSD, -lc must not be provided when building
8545         a shared library or else the standard -pthread gcc option is
8546         rendered worthless to later users of the built library.
8548 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
8550         * MAINTAINERS: Add self and RTH as C front end maintainers.
8552 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
8554         * config.sub: Make sure to match an already-canonicalized
8555         machine name (eg. mn10300-unknown-elf).
8557 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
8559         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8560         New macros.
8561         (bootstrap, cross): Use RECURSE_FLAGS.
8562         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8564 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
8566         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8568 2001-03-22  Colin Howell  <chowell@redhat.com>
8570         * Makefile.in (DO_X): Do not backslash single-quotes in
8571         backquotes (two places).
8573 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8575         Re-installed:
8576         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8577         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8578         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8579         * ltcf-cxx.sh: Likewise.
8580         * ltcf-gcj.sh: Likewise.
8582 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8584         * MAINTAINERS: Add myself as "documentation co-maintainer".
8586 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8588         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8589         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8591 2001-03-19  Tom Tromey  <tromey@redhat.com>
8593         * config-ml.in: Handle GCJ and GCJFLAGS.
8595 2001-03-21  Michael Chastain  <chastain@redhat.com>
8597         * Makefile.in: all-m4 depends on all-texinfo.
8599 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
8601         * MAINTAINERS: Add myself to write after approval list.
8603 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
8605         * Makefile.in (DO_X): Quote nested quotes.
8607 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
8609         * MAINTAINERS: Add myself to write after approval list.
8611 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
8613         * Makefile.in (DO_X): Use double quotes for quoting
8614         "RANLIB=$${RANLIB}".
8616 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
8618         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
8620 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
8622         * configure.in: Only use `lang_requires' for languages athat are
8623         actually enabled.
8625 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
8627         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
8629 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
8631         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8633 2001-03-07  Tom Tromey  <tromey@redhat.com>
8635         * configure.in: Allow config-lang.in to set `lang_requires' to list
8636         of other required languages.
8638 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
8640         * Makefile.in: Remove RANLIB definition. Use RANLIB
8641         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8642         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8644 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
8645             Alexandre Oliva  <aoliva@redhat.com>
8647         * Makefile.in (check-c++): Use tabs, not spaces.
8649 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
8651         * MAINTAINERS: add myself to Write After Approval list.
8653 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
8655         * Makefile.in (check-c++): New rule.
8657         * configure.in (target_libs): Remove libg++.
8658         (noconfigdirs): Remove libg++.
8659         (noconfigdirs): Same.
8660         (noconfigdirs): Same.
8661         (noconfigdirs): Same.
8663         * config-ml.in: Remove libg++ references.
8665         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8666         (ALL_TARGET_MODULES): Same.
8667         (configure-target-libg++): Remove.
8668         (all-target-libg++): Remove.
8669         (configure-target-libio): Remove.
8670         (all-target-libio): Remove.
8671         (check-target-libio): Remove.
8672         (.PHONY): Remove.
8673         (libg++.tar.bz2): Remove.
8674         (all-target-cygmon): Remove libio.
8675         (all-target-libstdc++): Remove.
8676         (configure-target-libstdc++): Remove.
8677         (TARGET_LIB_PATH): Remove libstdc++.
8678         (ALL_GCC_CXX): Remove libstdc++.
8679         (all-target-gperf): Correct.
8681 2001-02-16  Nick Clifton  <nickc@redhat.com>
8683         * configure.in (noconfigdirs): Allow configuration of texinfo
8684         for Cygwin hosts.
8686 2001-02-15  Anthony Green  <green@redhat.com>
8688         * configure: Introduce GCJ_FOR_TARGET.
8689         * configure.in: Ditto.
8690         * Makefile.in: Ditto.
8692 2001-02-13  Andreas Schwab  <schwab@suse.de>
8694         * MAINTAINERS: Update mail address.
8696 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8698         * config.guess: Add linux target for S/390.
8699         * config.sub: Likewise.
8701 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
8703         * configure.in: for *-chorusos, don't config target-newlib and
8704         target-libgloss.
8706 2001-02-06  Ben Elliston  <bje@redhat.com>
8708         * configure: Output host type to stdout, not stderr.
8710 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
8712         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
8713         * ltcf-cxx.sh: Likewise.
8715         * config.if: Assume enable_libstdcxx_v3 is defined.
8717 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
8719         Remove V2 C++ library.
8720         * configure.in: Remove --enable-libstdcxx_v3 support.
8722 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
8724         * include/demangle.h: Add prototype for java_demangle_v3.
8726 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
8728         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
8730 2001-01-27  Richard Henderson  <rth@redhat.com>
8732         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8734 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8736         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8737         Don't unset, it's non-portable and no longer necessary, set to empty
8738         instead.
8740 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8742         * ltconfig: Shell portability fix for the tagname validity check.
8744 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
8746         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8747         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8749 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8751         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8753 2001-01-26  Tom Tromey  <tromey@redhat.com>
8755         * configure.in: Allow libgcj to be built on Sparc Solaris.
8757 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
8759         * ltcf-c.sh: Add aix5 case.
8760         * ltcf-cxx.sh: Likewise.
8761         * ltconfig: Likewise.
8763 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
8765         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8766         keep at least one of build_libtool_libs or build_old_libs set to
8767         yes.
8769         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8770         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8772 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
8774         * configure.in: Enable libgcj on several additional platforms.
8776 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
8778         * configure.in: Enable libgcj for linux targets.
8780 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8782         * MAINTAINERS (Write After Approval): Add myself.
8784 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8786         * MAINTAINERS: Add myself as vax port maintainer.
8788 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
8790         * MAINTAINERS: Add myself as Mercury front-end maintainer.
8792 2001-01-09  Mike Stump  <mrs@wrs.com>
8794         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8795         failures of subdirectories.
8797 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8799         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8800         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8801         * ltcf-cxx.sh: Likewise.
8802         * ltcf-gcj.sh: Likewise.
8803         * ltconfig.sh: Fix typo.
8805 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8807         * configure: handle DOS-style absolute paths.
8809 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8811         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8813 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
8815         * MAINTAINERS: Add myself as avr port co-maintainer.
8817 2000-12-28  Ben Elliston  <bje@redhat.com>
8819         * MAINTAINERS: Add myself under ``Write After Approval''.
8821 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
8823         * texinfo: Remove directory from GCC.
8825 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8827         * COPYING: Update to current
8828         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
8829         to 19yy as example year in copyright notice).
8831 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
8833         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8834         (libstdcxx_incdir): Pass down.
8835         * config.if: Remove expired bits for cxx_interface, add stub.
8836         (libstdcxx_incdir): Add variable for g++ include directory.
8837         * configure.in (gxx_include_dir): Use it.
8839 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
8841         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
8842         with old-email address from ``Write After Approval''.
8844 2000-12-15  Andreas Jaeger  <aj@suse.de>
8846         * configure.in: Handle lang_dirs.
8848 2000-12-14  Tom Tromey  <tromey@redhat.com>
8850         * MAINTAINERS: Removed brads.
8852         * MAINTAINERS: Added gcj developers.
8854 2000-12-13  Anthony Green  <green@redhat.com>
8856         * configure.in: Disable libgcj for any target not specifically
8857         listed.  Disable libgcj for x86 and Alpha Linux until compatible
8858         with g++ abi.
8860 2000-12-13  Mike Stump  <mrs@wrs.com>
8862         * Makefile.in (local-distclean): Also remove fastjar.
8864 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
8866         * contrib/gcc_update: Add fastjar --touch entries.
8868 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
8870         * configure.in: Disable language-specific target libraries for
8871         languages that aren't enabled.
8873 2000-12-10  Anthony Green  <green@redhat.com>
8875         * configure.in: Define libgcj.  Disable libgcj target libraries for
8876         most targets.
8878 2000-12-10  Neil Booth  <neilb@earthling.net>
8880         * MAINTAINERS: Update mail address, remove from WAA list.
8882 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8884         * libjava: Imported from /cvs/java.
8885         * libffi: Likewise.
8886         * Boehm-gc: Likewise.
8888 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8890         * configure.in (target_libs): Revert 2000-12-08 patch.
8891         (noconfigdirs): Added target-libjava.
8893 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8895         * djunpack.bat: removed.
8897 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8899         * Makefile.in: handle DOS-style absolute paths.
8900         * config-ml.in: likewise.
8901         * symlink-tree: likewise.
8903 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8905         * fastjar: Imported.
8907 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8909         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8910         libjava.
8911         * configure.in (target_libs): Removed `target-libjava'.
8913 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8915         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8916         (ALL_MODULES): Added fastjar.
8917         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8918         (all-target-libjava): all-fastjar replaces all-zip.
8919         (all-fastjar): Added.
8920         (configure-target-fastjar, all-target-fastjar): Likewise.
8921         * configure.in (host_tools): Added fastjar.
8923 2000-12-07  Mike Stump  <mrs@wrs.com>
8925         * Makefile.in (local-distclean): Remove leftover built files.
8927 2000-11-24  Nick Clifton  <nickc@redhat.com>
8929         * configure.in (xscale-elf): Add target.
8930         (xscale-coff): Add target.
8932 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
8934         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8935         recent versions of FreeBSD (release 3 or later).
8936         * ltconfig: On FreeBSD, -lc must not be provided when building
8937         a shared library or else the standard -pthread gcc option is
8938         rendered worthless to later users of the built library.
8940 2000-11-16  Fred Fish  <fnf@be.com>
8942         * configure.in (enable_libstdcxx_v3): Fix typo,
8943         libstd++ -> libstdc++.
8945 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8947         * MAINTAINERS: Add self to Write After Approval list.
8949 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
8951         * MAINTAINERS: Update my email address.  Add myself to global write
8952         privs list.
8954 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
8956         * Makefile.in: Merge with src and libgcj.
8957         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
8958         configure-target-<library> when their configure scripts need the C
8959         or C++ library to have already been built to work properly.
8960         (do_proto_toplev): Set them to an empty string.
8962         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8963         (REALLY_SET_LIB_PATH): Use them.
8965 2000-11-17  Stan Shebs  <shebs@apple.com>
8967         * MAINTAINERS: Add self to Write After Approval list.
8969 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8971         * configure: Provide the original toplevel configure arguments
8972         (including $0) to subprocesses in the environment rather than
8973         through gcc/configargs.h.
8975 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8977         * MAINTAINERS: Remove references to cccp. Change C9X reference to
8978         C99.  Alphabetise "Write After Approval" list.
8980 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
8982         * configure: Turn on libstdc++ V3 by default.
8984         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
8985         if we've got GCC.
8987 2000-11-11  Philip Blundell  <philb@gnu.org>
8989         * MAINTAINERS: Add self to Write After Approval list.
8991 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
8993         * ltcf-c.sh (aix4): Improve shared library configuration; require
8994         exporting symbols.
8995         * ltcf-cxx.sh (aix4): Define.
8996         * ltconfig (aix4): Define library and soname specs appropriate for
8997         AIX.  Define command to create export symbols list.
8999 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
9001         * config.sub: Add support for Sun Chorus
9003 2000-10-31  Nick Clifton  <nickc@redhat.com>
9005         * MAINTAINERS: Rename <name>@cygnus.com addresses to
9006         <name>@redhat.com.  Also installed new email address for Clint
9007         Popetz.
9009 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
9011         * etc: Remove directory from GCC.
9013 2000-10-16  Michael Meissner  <meissner@redhat.com>
9015         * configure (gcc/configargs.h): Only create if there is a build GCC
9016         directory created.
9018 2000-10-16  Matthias Klose  <doko@debian.org>
9020         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
9021         when configured for libstdc++-v3.
9023 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
9025         * configure: Save configure arguments to gcc/configargs.h.
9027 2000-10-04  Philipp Thomas  <pthomas@suse.de>
9029         * config.guess: Import CVS version 1.157.
9030         * config.sub: Import CVS version 1.181.
9032 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
9034         * Makefile.in (bootstrap): avoid recursion if subdir missing
9035         (cross): ditto
9036         (do-proto-toplev): ditto
9038 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
9040         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
9041         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
9043         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
9044         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
9045         all affected `configure' scripts.
9047 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
9049         * MAINTAINERS: Add self as cpplib co-maintainer.
9051 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
9053         * MAINTAINERS: Add self to Write After Approval list.
9055 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9057         * INSTALL/README: egcs -> GCC update.
9059 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
9061         * MAINTAINERS: Add myself to Write After Approval list.
9063 2000-09-15  Kazu Hirata  <kazu@hxi.com>
9065         * MAINTAINERS: Add myself to Write After Approval list.
9067 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
9069         * configure.in: Do not build byacc for hppa64.  Provide paths to the
9070         X11 libraries for hppa64.
9072 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9074         * MAINTAINERS: Add myself as 68hc11 port maintainer.
9076 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
9078         * Makefile.in (all-zlib): Added dummy target.
9080         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9081         ltcf-gcj.sh: Updated from libtool multi-language branch.
9083 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
9085         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9086         (bootstrap*): Depend on all-bootstrap.
9088 2000-09-05  Philipp Thomas  <pthomas@suse.de>
9090         * config.guess: Import CVS version 1.156.
9091         * config.sub: Import CVS version 1.179.
9093 2000-09-02  Anthony Green  <green@cygnus.com>
9095         * Makefile.in (all-gcc): Depend on all-zlib.
9096         (CLEAN_MODULES): Add clean-zlib.
9097         (ALL_MODULES): Add all-zlib.
9098         * configure.in (host_libs): Add zlib.
9100 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
9102         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9103         crosses, but add gcc/include to the header search path for them.
9105 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
9107         * MAINTAINERS: Add self to Write After Approval list.
9109 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9111         * config.guess: Import CVS version 1.152.
9112         * config.sub: Import CVS version 1.177.
9114 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
9116         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
9117         $targargs to tell whether newlib is going to be built.
9119         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
9120         $$r/TARGET_SUBDIR/libio for _G_config.h.
9122 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
9124         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
9126 2000-08-22  DJ Delorie  <dj@redhat.com>
9128         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
9130 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
9132         * config-ml.in (CC, CXX): Avoid trailing whitespace.
9133         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9134         sub-configures.
9136 2000-08-21  DJ Delorie  <dj@redhat.com>
9138         * MAINTAINERS: Add self as a libiberty maintainer
9140 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
9142         * configure.in (libstdcxx_flags): Use
9143         libstdc++-v3/src/libstdc++.INC.
9145 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
9147         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9149 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
9151         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
9153         * configure: Make enable_threads and enable_shared defaults
9154         explicit.  Substitute enable_threads into generated Makefiles.
9155         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
9156         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
9158 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
9160         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
9162 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
9164         * config-ml.in (CC): Remove bogus duplicate quotation mark from
9165         previous delta.
9167 2000-08-11  Jason Merrill  <jason@redhat.com>
9169         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9170         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9171         (FLAGS_FOR_TARGET): Not here.
9172         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9174 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
9176         * config-ml.in (CC, CXX): Don't introduce a leading space.
9178 2000-08-07  DJ Delorie  <dj@delorie.com>
9180         * MAINTAINERS: Add self as a DJGPP maintainer
9182 2000-08-07  DJ Delorie  <dj@redhat.com>
9184         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9185         "if we're also building gcc, and it's a gcc that will run on the
9186         build machine, we want to use its includes instead of the system's
9187         default includes".
9189 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
9191         * MAINTAINERS: Add self to Write After Approval list.
9193 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
9195         * configure.in (libstdcxx_flags): Don't use `"'.
9197         * config-ml.in: Adjust multilib search paths to the
9198         appropriate multilib tree.
9200 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
9202         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9203         commas in $LANGUAGES.
9205 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
9207         * configure.in: Re-enable all references to libg++ and librx.
9209 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
9211         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
9212         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
9213         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
9214         * ltcf-cxx.sh (need_lc): Set based on postdeps.
9216         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9218 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
9220         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9221         CXX_FOR_TARGET for sed.
9223 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
9225         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9226         Do not override if already set in the environment or in configure.
9227         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9228         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9230 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
9232         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
9233         the libtool CVS tree multi-language branch.
9234         * ltconfig, ltmain.sh: Updated.
9236 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
9238         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
9239         (clean-target): Depend on it.
9241         * Makefile.in (FLAGS_FOR_TARGET): New macro.
9242         (GCC_FOR_TARGET): Use it.
9243         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9244         * configure.in: ... here.
9245         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
9246         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9248 2000-07-24  Eric Christopher  <echristo@cygnus.com>
9250         * MAINTAINERS: Add self to Write After Approval list.
9252 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
9254         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9255         (configure-target-libchill, configure-target-libobjc): Likewise.
9257         * configure.in: Use the same cache file for all target libs.
9258         * config-ml.in: But different cache files per multilib variant.
9260 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9262         * configure (topsrcdir): Don't use dirname.
9264 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
9266         * MAINTAINERS: Add self to Write After Approval list.
9268 2000-07-20  Jason Merrill  <jason@redhat.com>
9270         * configure.in: Remove all references to libg++ and librx.
9272         * configure, configure.in, Makefile.in: Unify gcc and binutils.
9274 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
9276         * config.sub: Update to subversions version 2000-07-06.
9278 2000-07-12  Andrew Haley  <aph@cygnus.com>
9280         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9281         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9283 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
9285         * symlink-tree:  Check number of arguments.
9287 2000-07-05  Jim Wilson  <wilson@cygnus.com>
9289         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9290         search path for a g++ extracted from the build tree.  This
9291         will allow link tests run by configure scripts in
9292         subdirectories to succeed.
9294 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
9296         * ltconfig: Add support for mips-dde-sysv4.2MP
9298 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9300         * MAINTAINERS: Add myself as loop discovery maintainer.
9302 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
9304         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9305         `os2'. Force ac_cv_exeext to be ".exe" in that case.
9307 2000-06-19  Timothy Wall  <twall@cygnus.com>
9309         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9310         * config.sub: Add tic54x target.
9312 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9314         * MAINTAINERS: Add self as Fortran maintainer,
9315         remove Craig Burley.
9317 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9319         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9320         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9322 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
9324         * MAINTAINERS: Add self as i18n maintainer
9326 20000-05-21  H.J. Lu  (hjl@gnu.org)
9328         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9329         directory are used if they exist. Make sure
9330         $(build_tooldir)/include is searched for header files,
9331         $(build_tooldir)/lib/ for library files.
9332         (GCC_FOR_TARGET): Likewise.
9333         (CXX_FOR_TARGET): Likewise.
9335 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
9337         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9339 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
9341         * Makefile.in (configure-target-libiberty): Depend on
9342         configure-target-newlib.
9344 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
9346         * configure.in, Makefile.in: Merge all libffi-related
9347         configury stuff from the libgcj tree.
9349 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9351         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9352         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9354 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9356         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9357         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9358         current version information.  Add to proto-toplev directory.
9359         (gdb-taz): Build do-djunpack.
9361 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
9363         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9365 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9367         * MAINTAINERS: Add self to Write After Approval list.
9369 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9371         * ltmain.sh: Preserve in relink_command any environment
9372         variables that may affect the linker behavior.
9374 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
9376         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9378 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
9380         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9382 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
9384         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9385         with the version name.
9387 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
9389         * MAINTAINERS: Add self as bb-reorder maintainer.
9391 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
9393         * config.if: Tweak.
9395 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
9397         * djunpack.bat: New file.
9399 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9401         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9402         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9403         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9404         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9406 2000-04-16  Dave Pitts  <dpitts@cozx.com>
9408         * config.sub (case $basic_machine): Change default for "ibm-*"
9409         to "openedition".
9411 2000-04-13  Andreas Jaeger  <aj@suse.de>
9413         * MAINTAINERS: Added myself.
9415 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9417         * Makefile.in (gdb-taz): New target.  GDB specific archive.
9418         (do-md5sum): New target.
9419         (MD5PROG): Define.
9420         (PACKAGE): Default to TOOL.
9421         (VER): Default to a shell script.
9422         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
9423         md5 checksum generation.
9424         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9425         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9426         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9427         insight.tar.bz2): Use gdb-taz to create archive.
9429 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9431         * configure (warn_cflags): Delete.
9433 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
9435         * MAINTAINERS: Added myself.
9437 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
9438             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
9440         * configure.in (enable_libstdcxx_v3): Add.
9441         (target_libs): Add bits here to switch between libstdc++-v2 and
9442         libstdc++-v3.
9443         * config.if: And this file too.
9444         * Makefile.in: Add libstdc++-v3 targets.
9446 2000-04-05  Michael Meissner  <meissner@redhat.com>
9448         * config.sub (d30v): Add d30v as a basic machine type.
9450 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
9452         * configure.in: -linux-gnu*, not -linux-gnu.
9454 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9456         * MAINTAINERS: Add self in write-after-approval section.
9458 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
9460         * MAINTAINERS: Add self as ia64 port maintainer.
9462 2000-03-08  Neil Booth  <NeilB@earthling.net>
9464         * MAINTAINERS: Add self in write-after-approval section.
9466 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9468         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9469         (do-tar-bz2): Replace TOOL with PACKAGE.
9470         (gdb.tar.bz2): Remove GDBTK from GDB package.
9471         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9472         dejagnu.tar.bz2): New packages.
9474 2000-02-27  Andreas Jaeger  <aj@suse.de>
9476         * configure.in: Add entry for mips*-*-linux*, move catch all
9477         *-*-*linux* entry below this one.
9479 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
9481         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9483 2000-02-24  Nick Clifton  <nickc@cygnus.com>
9485         * config.sub: Support an OS of "wince".
9487 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9489         * config.guess, config.sub: Updated to match config's 2000-02-15
9490         version.
9492 2000-02-23  Linas Vepstas  <linas@linas.org>
9494         * config.sub: Add support for Linux/IBM 370.
9495         * configure.in: Likewise.
9497 2000-02-22  Nick Clifton  <nickc@cygnus.com>
9499         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9501 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
9503         * config.guess: Guess "cygwin" rather than "cygwin32".
9505 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9507         * configure (gcc_version): When setting, narrow search to
9508         lines containing `version_string'.
9510 2000-02-15  Denis Chertykov  <denisc@overta.ru>
9512         * config.sub: Add support for avr target.
9514 2000-02-14  Nick Clifton  <nickc@cygnus.com>
9516         * MAINTAINERS: Add maintainers for MCore port.
9518 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9520         * config.sub: Add mmix-knuth-mmixware.
9522 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9524         * MAINTAINERS: Pair cccp with cpplib maintainership.
9526 2000-01-27  Christopher Faylor  <cgf@redhat.com>
9528         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9529         structure stuff to -L library search.
9530         (CXX_FOR_TARGET): Ditto.
9531         (CROSS_CHECK_MODULES): Fix spelling mistake.
9533 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
9535         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9536         the C++ compiler.
9538 2000-01-12  Richard Henderson  <rth@cygnus.com>
9540         * configure.in: Don't build some bits for beos.
9542 2000-01-12  Joel Sherrill (joel@OARcorp.com)
9544         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9545         as include files.
9547 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
9549         * Add self as cpplib maintainer, as requested by Jason
9550         Merrill.  Correct my e-mail address.
9552 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
9554         * configure.in: Use mt-aix43 to handle *_TARGET defs,
9555         not mh-aix43.
9557 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
9559         * MAINTAINERS: Add myself to "write after approval" list.
9561 1999-12-14  Richard Henderson  <rth@cygnus.com>
9563         * config.guess (alpha-osf, alpha-linux): Detect ev67.
9564         * config.sub: Accept alphaev[78], alphaev8.
9566 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9568         * config.guess, config.sub: Update from autoconf.
9570 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
9572         * MAINTAINERS:  update my playtime e-address.
9574 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9576         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9577         necessary libraries are missing.
9579 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
9581         * MAINTAINERS: Add new 'write after approval' maintainer.
9583 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9585         * MAINTAINERS: Add new Java maintainer.
9587 1999-10-25  Andreas Schwab  <schwab@suse.de>
9589         * configure: Fix quoting inside arguments of eval.
9591 1999-10-21  Nick Clifton  <nickc@cygnus.com>
9593         * config-ml.in: Allow suppression of some ARM multilibs.
9595 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
9597         * config.guess: Add OS/390 match pattern.
9598         * config.sub: Add mvs, openedition targets.
9599         * configure.in (i370-ibm-opened*): New.
9601 1999-09-04  Steve Chamberlain  <sac@pobox.com>
9603         * config.sub: Add support for configuring for pj.
9605 1999-08-31  Nick Clifton  <nickc@cygnus.com>
9607         * config.sub (maybe_os): Add support for configuring for fr30.
9609 1999-08-25  Nick Clifton  <nickc@cygnus.com>
9611         * configure.in: Do not configure or build ld for AIX
9612         platforms.  ld is known to be broken on these platforms.
9614 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9616         * config-ml.in: Pass compiler flag corresponding to multidirs to
9617         subdir configures.
9619 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
9621         * Makefile.in (LDFLAGS): Define.
9623 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
9625         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9626         noconfigdirs.
9627         (*-*-cygwin*): Likewise.
9629 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
9631         * mkdep: New file.
9632         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9633         (BINUTILS_SUPPORT_DIRS): Add mkdep.
9635         From Eli Zaretskii <eliz@is.elta.co.il>:
9636         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9637         long file name when using DJGPP on MS-DOS.
9639 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
9641         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9643 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
9645         * Makefile.in (check-target-libio): Remove all-target-libstdc++
9646         dependency as this causes "make check" to globally "make all"
9648 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
9650         * configure.in (target_libs): Added target-zlib.
9651         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9652         (CONFIGURE_TARGET_MODULES): Likewise.
9653         (CHECK_TARGET_MODULES): Likewise.
9654         (INSTALL_TARGET_MODULES): Likewise.
9655         (CLEAN_TARGET_MODULES): Likewise.
9656         (configure-target-zlib): New target.
9657         (all-target-zlib): Likewise.
9658         (all-target-libjava): Depend on all-target-zlib.
9659         (configure-target-libjava): Depend on configure-target-zlib.
9661         * Makefile.in (configure-target-libjava): Depend on
9662         configure-target-newlib.
9663         (configure-target-boehm-gc): New target.
9664         (configure-target-qthreads): New target.
9666         * configure.in (target_libs): Added target-qthreads.
9667         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9668         (CONFIGURE_TARGET_MODULES): Likewise.
9669         (CHECK_TARGET_MODULES): Likewise.
9670         (INSTALL_TARGET_MODULES): Likewise.
9671         (CLEAN_TARGET_MODULES): Likewise.
9672         (all-target-qthreads): New target.
9673         (configure-target-libjava): Depend on configure-target-qthreads.
9674         (all-target-libjava): Depend on all-target-qthreads.
9676         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9677         (CONFIGURE_TARGET_MODULES): Likewise.
9678         (CHECK_TARGET_MODULES): Likewise.
9679         (INSTALL_TARGET_MODULES): Likewise.
9680         (CLEAN_TARGET_MODULES): Likewise.
9681         (all-target-libjava): New target.
9682         (all-target-boehm-gc): Likewise.
9683         * configure.in (target_libs): Added libjava, boehm-gc.
9685 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
9687         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9688         configure.bat in SUPPORT_FILES.
9689         (gas+binutils.tar.bz2): Likewise.
9691         * makeall.bat: Remove; obsolete.
9693 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
9695         From Mark Elbrecht:
9696         * configure.bat: Remove; obsolete.
9698 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
9700         * configure: Add -W -Wall to the default CFLAGS when compiling with
9701         gcc.
9703 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
9705         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9707 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
9709         * configure.in: Build ld on IRIX6.
9711 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
9713         * Makefile.in: Change distribution targets to use bzip2 instead of
9714         gzip.
9715         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9716         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9718 1999-06-04  Nick Clifton  <nickc@cygnus.com>
9720         * config.sub: Add mcore target.
9722 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
9724         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9726 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
9728         * config.guess (dummy): Changed to $dummy.
9730 1999-05-24  Nick Clifton  <nickc@cygnus.com>
9732         * config.sub: Tidied up case statements.
9734 1999-05-22  Ben Elliston  <bje@cygnus.com>
9736         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9737         <jiro@din.or.jp>.
9739         * config.guess: Merge with FSF version. Future changes will be
9740         more accurately recorded in this ChangeLog.
9741         * config.sub: Likewise.
9743 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
9745          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9747 1999-04-30  Tom Tromey  <tromey@cygnus.com>
9749         * ltmain.sh: [mode link] Always use CC given by ltconfig.
9751 1999-04-23  Tom Tromey  <tromey@cygnus.com>
9753         * ltconfig, ltmain.sh: Update to libtool 1.2f.
9755 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
9757         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9758         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9759         Bad merge removed these two changes.
9761 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
9762                           Martin Heller (Ing.-Buero_Heller@t-online.de)
9764         * config.guess (interix Alpha): Add.
9766 1999-04-11  Richard Henderson  <rth@cygnus.com>
9768         * configure.in (i?86-*-beos*): Do config gperf; don't config
9769         gdb, newlib, or libgloss.
9771 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
9773         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9774         link a trivial program with -mabi=64.  If it fails, remove mabi=64
9775         from multidirs.
9777 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
9779         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9781 1999-04-08  Nick Clifton  <nickc@cygnus.com>
9783         * config.sub: Add support for mcore targets.
9785 1999-04-07  Michael Meissner  <meissner@cygnus.com>
9787         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9788         not mt-ospace, in order to shut up assembler warning about using
9789         symbols that are named the same as registers.
9791 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
9793         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9794         dependency list for all-target-cygmon.
9796 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
9798         * config-ml.in: Check $host, not $target, for selective multilibs.
9799         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9800         thumb interworking, and underscore prefix multilibs.
9802 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
9804         * missing: Update to version from current automake.
9806 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
9808         * configure (gxx_include_dir): Removed.
9810         * configure.in (gxx_include_dir): Handle it.
9811         * Makefile.in: Likewise.
9813 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
9815         * config.sub (mips64vr4111,mips64vr4111el) Add.
9817 1999-03-21  Ben Elliston  <bje@cygnus.com>
9819         * config.guess: Correct typo for detecting ELF on FreeBSD.
9821 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
9823         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9824         config/mh-djgpp.
9826 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
9828         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9829         all-target-newlib to dependency list for all-target-bsp.
9831 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9833         * config.sub: Add i386-uwin support.
9834         * config.guess: Likewise.
9836 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9838         * configure.in: cleanup, add mh-*pic handling for arm, special
9839         case powerpc*-*-aix*
9841 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
9843         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9844         can be built.
9846 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
9848         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
9849         targets.
9851 1999-03-02  Nick Clifton  <nickc@cygnus.com>
9853         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9855 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
9857         * config.sub: Check for "cygwin*" rather than "cygwin32*"
9859 1999-02-24  Nick Clifton  <nickc@cygnus.com>
9861         * config.sub: Fix typo in arm recognition.
9863 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
9865         * configure.in (noconfigdirs): Changed target_configdirs to
9866         include target-bsp only for m68k-*-elf* and m68k-*-coff*
9867         rather than m68k-*-* since it is not known to work on
9868         m68k-aout. Ditto for arm-*-*oabi.
9870 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
9872         * configure.in (*-*-windows*): Remove, no longer used.
9874 1999-02-19  Ben Elliston <bje@cygnus.com>
9876         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9877         Smart and improved by Andrew Cagney.
9879 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
9881         * config.guess: Recognize openbsd-*-hppa.
9883 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
9885         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9886         only if it is not empty.
9888 1999-02-17  Nick Clifton  <nickc@cygnus.com>
9890         Patch from: Scott Bambrough <scottb@corelcomputer.com>
9892         * config.guess: Modified to recognize uname's armv* syntax.
9894         * config.sub: Modified to recognize uname's armv* syntax.
9896 1999-02-17  Mark Salter  <msalter@cygnus.com>
9898         * configure.in: Added target-bsp for sparclite.
9900 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
9902         * config.sub: Recognize alphapca5[67] and up to alphaev8.
9904 1999-02-08  Nick Clifton  <nickc@cygnus.com>
9906         * configure.in: Add support for strongarm port.
9907         * config.sub: Add support for strongarm target.
9909 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9911         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9912         the old name config/mh-cygwin32.
9913         Enable texinfo.
9915 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
9917         * configure.in: Do build ld for ix86 Solaris.
9919 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
9921         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
9922         $AR_FOR_TARGET.  Likewise for RANLIB.
9924 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
9926         * config.sub (oabi):  Recognize.
9927         * configure.in (arm-*-oabi):  Handle.
9929 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
9931         * config.guess: Improve detection of i686 on UnixWare 7.
9933 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9935         * config.guess: Add support for i386-pc-interix.
9936         * config.sub: Likewise.
9937         * configure.in: Likewise.
9939 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
9941         * Makefile.in: Remove unneeded all-target-libio from
9942         from all-target-winsup target since it is now unneeded.
9943         Add all-target-libtermcap in its place since it is now
9944         needed.
9946 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
9948         * configure.in: makefile stub for cygwin target is probably
9949         unnecessary.  Remove it for now.
9951 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
9953         * configure.in: libtermcap.a should be built when cygwin is the
9954         target as well as the host.
9955         * config.guess: Allow mixed case in cygwin uname output.
9956         * Makefile.in: Add libtermcap target.
9958 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
9960         * config.sub: Clean up handling of hppa2.0.
9962 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
9964         * config.guess: Use C code to identify more HP machines.
9966 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
9968         * config.sub: Handle hppa2.0.
9970 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
9972         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
9973         cygmon for all sparclite targets, regardless of object format.
9975 1998-12-15  Mark Salter  <msalter@cygnus.com>
9977         * configure.in: Added target-bsp for several target architectures.
9979         * Makefile.in: Added rules for bsp.
9981 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
9983         * config.guess: Improve detection of hppa2.0 processors.
9985 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
9987         * config.guess: Recognize FreeBSD using ELF automatically.
9989 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
9991         * configure (skip-this-dir): Add handling for new shell script, which
9992         might be created by a sub-directory's configure to indicate, this particular
9993         directory is "unwanted".
9994         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9996 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
9998         * ltconfig: import from libtool, after changing libtool to
9999         account for the cygwin name change.
10001 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
10003         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10004         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10006 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
10008         * configure.in: Add libtermcap to list of cygwin dependencies.
10010 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
10012         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10013         they include winsup/include when it's a cygwin target.
10015 1998-11-12  Tom Tromey  <tromey@cygnus.com>
10017         * configure.in (host_tools): Added zip.
10018         * Makefile.in (all-target-libjava): Depend on all-zip.
10019         (all-zip): New target.
10020         (ALL_MODULES): Added all-zip.
10021         (NATIVE_CHECK_MODULES): Added check-zip.
10022         (INSTALL_MODULES): Added install-zip.
10023         (CLEAN_MODULES): Added clean-zip.
10025 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
10027         * Makefile.in: lose "32" from comment about cygwin.
10029 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
10031         * configure.in: Use -Os to build target libraries for the fr30.
10033 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
10035         * config.sub: Add fr30.
10037 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
10039         * configure.in: drop "32" from config/mh-cygwin32.  Check
10040         cygwin* instead of cygwin32*.
10041         * config.sub: Check cygwin* instead of cygwin32*.
10043 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
10045         * config.guess: Match any version of Unixware7.
10047 1998-10-20  Syd Polk  <spolk@cygnus.com>
10049         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10050         if desired.
10052 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
10054         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10055         these if the appropriate directories and files to not exist.
10057 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
10059         * Makefile.in (DEVO_SUPPORT): Add config.if.
10061 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10063         * configure: Add pattern to replace "build_tooldir"'s
10064         definition in the generated Makefile with "tooldir"'s
10065         actual value.
10067 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
10069         * config.sub: Bring back lost sparcv9.
10071         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10073 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
10075         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10076         CC_FOR_TARGET and friends.
10078 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
10080         * Makefile.in (build_tooldir): New variable, same as tooldir.
10081         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10082         -B$(build_tooldir)/bin/.
10083         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10085 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10087         * README: Remove installation instructions and refer to the
10088         INSTALL directory instead.
10090 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
10092         * config.sub: Add support for i[34567]86-pc-udk.
10093         * configure.in: Likewise.
10095 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
10097         * Makefile.in: add bzip2 package building bits for user
10098         tools module
10099         * configure.in: ditto
10101 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
10103         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10104         (ALL_TARGET_MODULES): Add all-target-libobjc.
10105         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10106         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10107         (all-target-libchill): Add dependencies.
10108         * configure.in (target_libs): Add libchill.
10110 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
10112         * configure.in (target_subdir): Remove duplicate line.
10114 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
10116         * Makefile.in (all-automake): fix dependencies.
10118 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
10120         * configure.in: Minor cleanups for building in the $(target_alias)
10121         subdir.
10123 1998-09-22  Jim Wilson  <wilson@cygnus.com>
10125         * Makefile.in (bootstrap): Set r and s before make all.  Use
10126         BASE_FLAGS_TO_PASS in make all.
10127         (cross): Likewise.
10129 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
10131         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10133 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
10135         * config.sub: Fix typo in last change.
10137 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10139         * config.sub: Add support for C4x target.
10140         * configure.in: Likewise.
10142 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
10144         * config.sub: Recognize sparcv9 just like sparc64.
10146 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
10148         * config.guess: Match "Pent II" or "PentII" for OpenServer.
10150 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
10152         * config.guess: Correctly identify Pentium II sco boxes.
10154         * config.guess: Fix "tr" code.  From Weiwen Liu.
10156 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
10158         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10159         stabs.
10161 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
10163         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10164         (ALL_TARGET_MODULES): Add all-target-libchill.
10165         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10166         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10167         (all-target-libchill): Add dependencies.
10168         * configure.in (target_libs): Add libchill.
10170 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10172         * config.guess: Avoid assumptions about "tr" behaves when
10173         LANG is set to something other than English.
10175 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
10177         * configure (gxx_include_dir): Changed to
10178         '${prefix}/include/g++'-${libstdcxx_interface}.
10180         * config.if: New to determine the interfaces.
10182 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
10184         * config.guess: Detect and handle MPE/IX.
10185         * config.sub: Deal with MPE/IX.
10187 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
10189         * configure.in: Use mh-aix43.
10191 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
10193         * configure: Fix --without/--disable cases for gxx-include-dir.
10195 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
10197         * mdata-sh:  Imported.  Needed for automake support.
10199 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
10201         * Makefile.in (taz): Try "chmod -R og=u ." before
10202         "chmod og=u `find . -print`".
10204 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
10206         * configure.in: Add arm-elf and thumb-elf support.
10208 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
10210         * Makefile.in: Undo previous patch.
10212 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
10214         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10215         to here ...
10216         (install-no-fixedincludes): and here
10217         (INSTALL_MODULES): ... from here.
10219 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10221         * config.sub: Merge with FSF.
10223         * config.guess: Merge with FSF.
10225 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
10227         * configure (extraconfigdirs): New variable.
10228         (SUBDIRS): Add extraconfigdirs and recurse on them too.
10229         * Makefile.in (all): Move higher in file.
10230         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10231         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10232         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10233         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10234         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10236 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
10238         * Makefile.in (all-target-libjava): Depend on all-gcc and
10239         all-target-newlib.
10240         (configure-target-libjava): Depend on $(ALL_GCC).
10242 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
10244         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10245         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10247 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
10249         * INSTALL/README: Fix typo.
10251 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10253         * ylwrap: Change absolute path checks to check for DOS style path
10254         names.
10256         * ylwrap: Don't use a full path name if the source file is in the
10257         same directory.  From hjl@lucon.org (H.J. Lu).
10259         * config-ml.in: Default to being verbose, to match Feb 18 change to
10260         configure.
10262 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
10264         Brought over from egcs:
10266         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10268         * configure.in (target_subdir): Set to ${target_alias} instead
10269         of "libraries".
10271         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
10273         * configure.in (target_subdir): Set to libraries if enable_multilib.
10275 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
10277         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10278         multilibs, force reconfiguration the first time we create
10279         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10281 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
10283         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10284         avoid confusion with --no-recursion.
10286 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
10288         * configure.in: Win32 hosts shouldn't use install -x
10289         * install-sh: remove -x option, and special .exe-handling
10290         hack.
10292 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
10294         * config.guess: Recognize i586-pc-beos.
10295         * configure.in: Don't build some bits for beos.
10297 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10299         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10300         CFLAGS default to -O2.
10302         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10303         when using GNU ld.
10305 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
10307         * ltmain.sh: Correct install when using a different shell.
10309 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10311         * ltconfig, ltmain.sh: Update to libtool 1.2b.
10313 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
10315         * makefile.vms: Update to build binutils/makefile.vms.  Add install
10316         target.
10318 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
10320         * ltconfig: Update to correct AIX handling.
10322 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10324         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10326         * configure.in (target_subdir): Set to ${target_alias} instead
10327         of "libraries".
10329 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
10331         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10332         (Makefile): Depend on $(gcc_version_trigger).
10334         * configure (gcc_version): Change default initializer to empty
10335         string.
10336         (gcc_version_trigger): New variable; pass this variable down
10337         to subdir configures to enable them checking gcc's version
10338         themselves. Emit make macros for both gcc_version vars.
10339         (topsrcdir): Initialize reliably.
10340         (recursion line): Remove --with-gcc-version=${gcc_version}.
10342 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10344         * configure (enable_version_specific_runtime_libs): Implement new flag
10345         --enable-version-specific-runtime-libs which installs C++ runtime stuff
10346         in $(libsubdir); emit definition in each generated Makefile.
10347         (gxx_include_dir): Initialize depending on
10348         $enable_version_specific_runtime_libs.
10350 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10352         * configure (gcc_version): Initialize properly depending on
10353         how and where configure is started.
10354         (recursion line): Pass a --with-gcc-version=${gcc_version}
10355         to configures in subdirs.
10357 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
10359         * configure.in (noconfigdirs): Add configure pattern for mips tx39
10360         cygmon
10362 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
10364         * configure.in: Add cygmon and libstub support for mn10200.
10366 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
10368         * configure (gcc_version): Add new variable describing the
10369         particular gcc version we're building.
10370         * Makefile.in (libsubdir): Add new macro for the directory
10371         in which the compiler finds executables, libraries, etc.
10372         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10373         and libsubdir.
10375 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10377         * Makefile.in (local-clean): Remove *.log.
10378         (warning.log): Built with warn_summary from build.log.
10379         (mail-report.log): Run test_summary.
10380         (mail-report-with-warnings.log): Run test_summary including
10381         warning.log in the report.
10383 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
10385         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10387 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10389         * Makefile.in (grep): Grep no longer depends on libiberty.
10391 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
10393         * Makefile.in: all-snavigator needs all-libgui.
10395 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
10397         * configure.in: Add cygmon and libstub support for mn10300.
10399 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
10401         * missing: Update to version from automake 1.3.
10403         * ltmain.sh: On installation, don't get confused if the same name
10404         appears more than once in the list of library names.
10406 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10408         * config.sub: Accept m68060 and m5200 as CPU names.
10410 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
10412         * configure: Use && rather than using -a in test, because odd
10413         strings can confuse test.
10414         * configure.in: Likewise.
10416 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10418         * ltconfig, ltmain.sh: Bring in Visual C++ support.
10420 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10422         * Makefile.in (boostrap2-lean, bootstrap3-lean,
10423         bootstrap4-lean): New targets.
10425 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
10427         * mpw-* Delete.  Not used.
10429 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
10431         * COPYING.LIB: Update FSF address.
10433 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
10435         * ltconfig, ltmain.sh: Update to libtool 1.2a.
10437         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10438         GAS_SUPPORT_DIRS.
10440 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
10442         * ltconfig, ltmain.sh: Avoid producing a version number if
10443         -version-info was not used.
10445 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10447         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10448         building with newlib.
10450 1998-04-30  Paul Eggert  <eggert@twinsun.com>
10452         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10453         Solaris `make' causes it to continue to next definition.
10455 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10457         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10458         the right GUI libraries and files are installed along with GDB.
10460 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10462         * configure.in: Change alpha to alpha* in several places.
10464 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
10466         * config.sub: Recognize sparc86x.
10468 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
10470         * configure.in (--enable-target-optspace): Remove debug echo.
10472 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
10474         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10476 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10478         * ltconfig: Update cygwin32 support.
10480         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10481         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10482         (GDB_SUPPORT_DIRS): Likewise.
10484 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
10486         * configure.in (target_makefile_frag): If --enable-target-optspace,
10487         use -Os to compile target libraries rather than -O2.  Default to
10488         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10489         not used.
10490         * configure.in (target_cflags): Ditto for d30v.
10492 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
10494         * Makefile.in (all-bfd): Depend on all-intl.
10495         (all-binutils): Likewise.
10496         (all-gas): Likewise.
10497         (all-gprof): Likewise.
10498         (all-ld): Likewise.
10500 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
10502         * configure.in (host_tools): Fix typo, lbtool -> libtool.
10504 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10506         * Makefile.in (all-bfd): Depend upon all-libiberty.
10508         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10510 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
10512         * Makefile.in: Add libstub.
10514         * configure.in: Ditto. Build libstub for targets that have cygmon
10515         support.
10517 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
10519         * configure.in: Don't set PICFLAG on ix86-cygwin32.
10521 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
10523         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10524         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
10526 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
10528         * configure: Define DEFAULT_M4 by searching PATH.
10529         * Makfile.in: Use DEFAULT_M4.
10531 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10533         * ltconfig: Add cygwin32 support.
10535         * Makefile.in, configure.in: Add libtool as a native only directory
10536         to configure and build.
10538 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
10540         * Makefile.in (INSTALL_MODULES): Remove texinfo.
10542 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
10544         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10546 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
10548         * Makefile.in: add ash make rules
10549         * configure.in: add ash to native_only and host_tools lists
10551 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
10553         * Makefile.in (all-gettext, all-intl): New targets.
10554         (ALL_MODULES): Added all-gettext, all-intl.
10555         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10556         (INSTALL_MODULES): Added install-gettext, install-intl.
10557         (CLEAN_MODULES): Added clean-gettext, clean-intl.
10559         * configure.in (host_tools): Added gettext.
10560         (native_only): Likewise.
10561         (noconfigdirs) [various cases]: Likewise.
10562         (host_libs): Added intl.
10564 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
10566         * configure: Do not disable building gdbtk for cygwin32 hosts.
10568 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
10570         * configure.in: Add thumb-coff target.
10571         * config.sub: Add thumb-coff target.
10573 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10575         * Makefile.in: Revert yesterday's change.
10576         (all-target-winsup):  all-target-librx stays out of here.
10578 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10580         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10581         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10582         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10583         Remove references to librx and libg++.
10585 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
10587         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10588         recursive makes
10590 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
10592         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10593         for newlib directory.
10594         (CXX_FOR_TARGET): Likewise.
10596 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
10598         * ltconfig: Update after libtool/ltconfig.in change for
10599         hpux11.
10601 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
10603         * ltconfig, ltmain.sh: Update to libtool 1.2.
10605 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10607         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10608         (install-gcc-cross): Instead, override LANGUAGES here.
10610 1998-03-18  Dave Love  <d.love@dl.ac.uk>
10612         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10613         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10615 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
10617         * configure.in: Add Thumb-pe target.
10619 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
10621         * Makefile.in - changed sn targets to snavigator
10622         * configure.in - changed sn targets to snavigator
10624 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10626         * config-ml.in: After building symlink tree call make distclean
10627         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10628         to be the case for libiberty.
10630 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
10632         * configure: When making link, also check the current
10633         directory. The configure scripts may create one.
10635 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
10637         * config.sub: Accept alphapca56 and alphaev6 properly.
10639 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10641         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10643 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10645         * config.sub (sco5): Fix typo.
10647 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
10649         * Makefile.in (INSTALL_MODULES): Move install-tcl before
10650         install-itcl.
10651         (install-itcl): Remove dependency on install-tcl.
10653 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
10655         * configure.in: Remove libgloss from noconfigdirs for MN10300.
10657 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
10659         * configure.in: Don't build libgui for a cygwin32 target when not on
10660         a cygwin32 host.
10662 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10664         * configure (redirect): Set to null, so default behavior of
10665         configure is now --verbose.
10667 1998-02-16  Dave Love  <d.love@dl.ac.uk>
10669         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10670         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10672 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
10674         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10675         this change to sync Makefile.in with its ChangeLog entries.
10677 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
10679         * ltmain.sh (mkdir): Check that the directory doesn't exist
10680         before we exit with error, so that we don't get races during
10681         parallel builds.
10683 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10685         * ltconfig, ltmain.sh: Update from libtool 1.0i.
10687 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10689         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10690         PICFLAG_FOR_TARGET.
10691         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10693         * configure: Emit a definition for the new macro enable_shared
10694         into each Makefile.
10696 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10698         * configure.in (host_tools, native_only): Add libtool.
10700 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
10702         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10703         Fix typo in ming config comment.
10705 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10707         * ltconfig, ltmain.sh: Update from libtool 1.0h.
10709 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
10711         * config.sub: Add tic30 cases, and map c30 to tic30.
10713 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
10715         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10716         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10717         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10718         (CLEAN_TARGET_MODULES): Similarly
10719         (all-target-libf2c): Add dependences.
10720         * configure.in (target_libs): Add libf2c.
10722 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
10724         * configure.in: Remove expect from noconfigdirs when target
10725         is cygwin32.  OK to build expect and dejagnu with Canadian
10726         Cross.
10728 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
10730         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10731         host.
10733         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10734         and mingw32.
10736 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10738         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10739         here as it is not defined in the toplevel Makefile.
10741 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10743         * configure (package_makefile_rules_frag): New variable, which names
10744         a file with generic rules, ...
10745         Change comment to mention we now have FIVE parts.
10746         * configure: Undo last change.
10748 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
10750         * config.guess: More accurate determination of HP processor types.
10751         * config.sub: More accurate determination of HP processor types.
10753 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10755         * configure (package_makefile_frag): Move inserting the
10756         ${package_makefile_frag} to where it should be according
10757         to the comment.
10759 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
10761         * config.guess: Add support for Linux/ARM.
10763 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
10765         * .cvsignore: Remove *-info and *-install since they match
10766         release-info and mpw-install, which we don't want to just ignore.
10768 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
10770         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10772 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
10774         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10775         local_prefix to sub-make invocations.
10777 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
10779         * configure.in: Check makefile fragments in the source
10780         directory.
10782 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10784         * configure.in: Check whether host and target makefile
10785         fragments exist before adding them to *_makefile_frag.
10787 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
10789         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10791 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
10793         * configure.in: Make sure we only replace RPATH_ENVVAR on
10794         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10795         regexp to sed.
10797         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10798         to sub-makes.
10800 1998-01-13  Lee Iverson   (leei@ai.sri.com)
10802         * config-ml.in (multi-do): LDFLAGS must include multilib
10803         designator.
10805 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
10807         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10809 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
10811         * config.sub: Add mingw32 support.
10812         * configure.in: Likewise.
10814 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10816         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10818 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
10820         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10821         * configure (gxx_include_dir): Provide a definition for subdirs
10822         which do not use autoconf.
10824 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
10826         * config.guess: Sync with egcs.  Picks up new alpha support,
10827         BeOS & some additional linux support.
10829 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
10831         * config.guess: HP 9000/803 is a PA1.1 machine.
10833 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
10835         * configure.in: It's alpha*-...
10837 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10839         * configure.in (host_makefile_frag, target_makefile_frag):
10840         Handle multiple config files.
10841         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10842         alpha-*-*.
10844 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
10846         * mkdep: New file.
10848 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
10850         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10852 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
10854         * Makefile.in: Add libgui directory.
10855         (GDB_TK): Add all-libgui.
10856         * configure.in: Add libgui directory.
10857         * configure: Add all-libgui to GDB_TK.
10859 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
10861         * config-ml.in (multidirs): Add m32r to multilib list.
10863 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
10865         * Makefile.in (all-target-gperf): Change dependency to
10866         all-target-libstdc++.
10868 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
10870         * config.guess: Add BeOS support.
10872 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
10874         Source directory cvs renamed to cvssrc:
10875         * configure.in (host_tools): Change cvs to cvssrc.
10876         (native_only): Likewise.
10877         (noconfigdirs) [various cases]: Likewise.
10878         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10879         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10880         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10881         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10882         (all-cvssrc): Rename target from all-cvs.
10884 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
10886         * configure (gxx_include_dir): Fix thinko.
10888 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
10890         * Makefile.in (INSTALL_TARGET_CROSS): Define.
10891         (install-cross, install-gcc-cross): New targets.
10893 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
10895         * configure.in (noconfigdirs): Add support for Thumb target.
10897         * config.sub (maybe_os): Add support for Thumb target.
10899 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
10901         * Makefile.in: Add rules for cygmon.
10903         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10905 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
10907         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10908         * configure (gxx_include_dir): Provide a definition for subdirs
10909         which do not use autoconf.
10911 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
10913         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
10914         11/18/97 build
10916 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
10918         * From Franz Sirl.
10919         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10920         found on RedHat Linux systems.
10922 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
10924         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10925         guesses.
10927 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
10929         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10931 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
10933         * ltmain.sh: If mkdir fails, check whether the directory was created
10934         anyhow by some other process.
10936 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
10938         * configure.in (d30v-*-*): Configure all directories.
10940 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
10942         * configure.in (d30v-*-*): Configure newlib, libiberty directories
10943         for the D30V.
10945 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
10947         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10949 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
10951         * include/libiberty.h: Add extern "C" { so it can be used with C++
10952         progrms.
10953         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
10954         programs.
10956 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
10958         * configure.in (d30v-*-*): Configure GCC now.
10960 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
10962         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10963         is no longer needed.
10965 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
10967         * Makefile.in: check-target-libio depends on all-target-libstdc++.
10969 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
10971         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10972         targets using "$@" to provide support for similar but not identical
10973         targets without having to duplicate code.
10975 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
10977         * makefile.vms: Fix to work with DEC C.
10979 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
10981         * config.sub: Add mips-tx39-elf to marketing names.
10983 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
10985         * ltmain.sh: Handle symlinks in generated script.
10987 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
10989         * configure: Handle autoconf style directory options: --bindir,
10990         --datadir, --includedir, --infodir, --libdir, --libexecdir,
10991         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10992         --sysconfdir.
10993         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10994         (sharedstatedir, localstatedir, oldincludedir): New variables.
10995         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10996         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10997         sbindir, sharedstatedir, and sysconfdir.
10999 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11001         * Makefile.in (bootstrap-lean): New target.
11003 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
11005         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
11006         sn, and gnuserv from noconfigdirs.
11008 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
11010         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11012 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
11014         * Makefile.in (cross): New target.
11016 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
11017                           Jeff Law         <law@cygnus.com>
11019         * Makefile.in (bootstrap2, bootstrap3): New targets.
11020         (all-bootstrap): Remove outdated and confusing target.
11021         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11023 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11025         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11026         windows.  Consistent with gdb/configure.
11028 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
11030         * configure.in: Name Linux target fragment.
11032         * configure: Rewrite so that project Makefile fragment is inserted
11033         first and appears last in the resulting Makefile.
11035 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11037         * Makefile.in (install-itcl): Install tcl first.
11039 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
11041         * configure.in: remove bison from noconfigdirs for Cygwin32 host
11043 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11045         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11047         * configure.in (skipdirs): Add target-librx for Linux.
11048         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11050 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
11052         * Makefile.in (bootstrap): New target.
11054 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
11056         * config.sub: Accept 'amigados' for backward compatibility.
11058 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
11060         * config.guess: Merge with FSF.
11062 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
11064         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11066 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
11068         * config.sub: Add "marketing-names" patch.
11070 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
11072         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11074 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
11076         * config.sub: Handle v850-elf.
11078 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
11080         * .cvsignore (*-install): Remove.
11082 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
11084         * ltconfig: Set CONFIG_SHELL in libtool.
11085         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11087 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11089         * configure.in (target_subdir): Set to libraries if enable_multilib.
11091 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
11093         * config.guess: Update from gcc directory.
11095 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11097         * Makefile.in (all-sim): Depends on all-readline.
11099 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
11101         * Makefile.in (BISON, YACC): Use $$s.
11102         (all-bison): Depend on all-texinfo.
11104 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
11106         * Makefile.in (BISON): Add -L flag.
11107         (YACC): Likewise.
11109 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11111         * configure.in (noconfigdirs): Add support for v850e target.
11113         * config.sub (maybe_os): Add support for v850e target.
11115 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11117         * configure.in (noconfigdirs): Add support for v850ea target.
11119         * config.sub (maybe_os): Add support for v850ea target.
11121 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
11123         * config.sub: Add mipstx39.  Delete r3900.
11125 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11127         * Makefile.in (all-autoconf): Depends on all-texinfo.
11129 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
11131         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11132         eabi targets.
11134 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
11136         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11138         * configure: When handling a Canadian Cross, handle YACC as well as
11139         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
11140         * Makefile.in (all-bison): Depend upon all-texinfo.
11142 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
11144         * Makefile.in (BISON): bison, not byacc or bison -y.
11145         (YACC): bison -y or byacc or yacc.
11146         (various): Add *-bison as appropriate.
11147         (taz): No need to mess with BISON anymore.
11149 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
11151         * configure: If OSTYPE matches *win32*, try to find a good value for
11152         CONFIG_SHELL.
11154 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
11156         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11157         configure.in if it is present.
11159 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
11161         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11163 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
11165         * config.sub: Recognize `arc' cpu.
11166         * configure.in: Likewise.
11167         * config-ml.in: Likewise.
11169 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
11171         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11173 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
11175         * configure: Changed sed delimiter from ':' to '|' when
11176         attempting to substitute ${config_shell} for SHELL. On
11177         NT ${config_shell} may contain a ':' in it.
11179 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
11181         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11183 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
11185         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11187 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11189         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11191         * ylwrap: If the program is a relative path, force it to be
11192         absolute.
11194 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11196         * configure (tooldir): Set BISON to `bison -y' and not just bison.
11198 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11200         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11201         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11202         for libraries.
11204 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
11206         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11207         separated by spaces.
11209 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
11211         * ylwrap: New file.
11212         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11214         * ltmain.sh: Handle /bin/sh at start of install program.
11216         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11218         * ltconfig, ltmain.sh: New files, from libtool 1.0.
11219         * missing: New file, from automake 1.2.
11221 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
11223         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
11224         check-tk to CHECK_X11_MODULES.
11226 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11228         * config.sub: Merge with FSF.
11230 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11232         * config.guess: Merge with FSF.
11234 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11236         * configure: Treat msdosdjgpp like go32.
11237         * configure.in: Likewise.  Don't remove gprof for go32.
11239         * configure: Change Makefile.tem2 to Makefile.tm2.
11241 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
11243         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11245 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11247         * install-sh (chmodcmd): Set to null if the DST directory already
11248         exists.  Same as Nov 11th change.
11250 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
11252         * configure (GDB_TK): Needs itcl and tix.
11254 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
11256         * config.guess: Update from FSF.
11258 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
11260         * Makefile.in (GDB_TK): Depend on itcl and tix.
11262 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11264         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11265         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11266         (INSTALL_SCRIPT): New variable.
11267         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11268         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11269         to -x.
11270         * install-sh: Add support for -x option.
11272 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
11274         * configure.in, Makefile.in: Treat tix like itcl.
11276 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
11278         * Makefile.in (WINDRES): New variable.
11279         (WINDRES_FOR_TARGET): New variable.
11280         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11281         (EXTRA_HOST_FLAGS): Add WINDRES.
11282         (EXTRA_TARGET_FLAGS): Add WINDRES.
11283         (EXTRA_GCC_FLAGS): Add WINDRES.
11284         ($(DO_X)): Pass down WINDRES.
11285         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11286         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11287         DLLTOOL_FOR_TARGET.
11289 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
11291         * configure.in: configure sim before gdb for win32-x-ppc
11293 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11295         Move gperf into the toplevel, from libg++.
11296         * configure.in (target_tools): Add target-gperf.
11297         (native_only): Add target-gperf.
11298         * Makefile.in (all-target-gperf): New target, depend on
11299         all-target-libg++.
11300         (configure-target-gperf): Empty rule.
11301         (ALL_TARGET_MODULES): Add all-target-gperf.
11302         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11303         (CHECK_TARGET_MODULES): Add check-target-gperf.
11304         (INSTALL_TARGET_MODULES): Add install-target-gperf.
11305         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11307 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
11309         * config.sub (mn10200): Recognize new basic machine.
11311 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11313         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11314         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11316 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11318         * configure.in: If we're building mips-sgi-irix6* native, turn on
11319         ENABLE_MULTILIB and set TARGET_SUBDIR.
11321 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
11323         * Makefile.in (all-sn): Depend on all-grep.
11325 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
11327         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11329         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11330         Makefile.  From Jeff Makey <jeff@cts.com>.
11331         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11333         * Makefile.in (DISTBISONFILES): Remove.
11334         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
11335         $(DEFAULT_YACC).
11337         * configure.in: Build itl, db, sn, etc., when building for native
11338         cygwin32.
11340         * Makefile.in (LD): New variable.
11341         (EXTRA_HOST_FLAGS): Pass down LD.
11342         ($(DO_X)): Likewise.
11344 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
11346         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11348 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
11350         * configure.in (targargs): Strip out any supplied --build argument
11351         before adding our own. Always add --build.
11353 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
11355         * configure.in (targargs): Pass --build if we're doing
11356         a cross-compile.
11358 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
11360         * configure: Use '|' instead of ":" as the separator in
11361         sed. Otherwise sed chokes on NT path names with drive
11362         designators. Also look for "?:*" as the leading characters in an
11363         absolute pathname.
11365 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
11367         * config.sub: Support for r3900.
11369 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11371         * configure.in: Use install-sh, not install.sh.
11373 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11375         * Makefile.in (taz): Improve check for BISON so it doesn't try to
11376         apply it twice.
11378 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11380         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11381         install-binutils.
11383 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
11385         * Makefile.in: Add automake targets.
11386         * configure.in (host_tools): Add automake.
11388 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11390         * configure: Default CXX to c++, not gcc.
11391         * Makefile.in (CXX): Set to c++, not gcc.
11392         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11394 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
11396         * install-sh: try appending a .exe if source file doesn't
11397         exist
11399 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
11401         * configure.in: Turn on multilib by default.
11402         (cross_only): Remove target-libiberty.
11404         * Makefile.in (all-gcc): Don't depend on libiberty.
11406 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
11408         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11410 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11412         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11413         (DISTBISONFILES): Add ld/Makefile.in
11415 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
11417         * configure.in: if target is cygwin32 but host isn't cygwin32,
11418         don't configure gdb tcl tk expect, not just gdb.
11420 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
11422         * configure.in: Added gnuserv everywhere sn appears.
11424         * Makefile.in (ALL_MODULES): Added all-gnuserv.
11425         (CROSS_CHECK_MODULES): Added check-gnuserv.
11426         (INSTALL_MODULES): Added install-gnuserv.
11427         (CLEAN_MODULES): Added clean-gnuserv.
11428         (all-gnuserv): New target.
11430 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
11432         * config.guess: Fixes for MIPS OpenBSD systems.
11434 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11436         * Makefile.in (INSTALL_XFORM): Remove.
11437         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11439         * mkinstalldirs: New file, copied from automake.
11440         * Makefile.in (installdirs): Rename from install-dirs.  Use
11441         mkinstalldirs.  Change all users.
11442         (DEVO_SUPPORT): Add mkinstalldirs.
11444 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11446         * install-sh: Rename from install.sh.
11447         * Makefile.in (INSTALL): Change install.sh to install-sh.
11448         (DEVO_SUPPORT): Likewise.
11450         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
11451         Graichen <graichen@rzpd.de>.
11453 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
11455         * config.guess: Recognize OpenBSD systems correctly.
11457 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11459         * README, Makefile.in (ETC_SUPPORT): Remove references to
11460         cfg-paper*, configure.{texi,man,info*}._
11462 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
11464         * Makefile.in (all.normal): Ensure that gcc is built after all
11465         the x11 - ie gdb - targets.
11467 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
11469         * makefile.vms: Don't run conf-a-gas.
11471 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
11473         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11475 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
11477         * configure.in: Remove noconfigdirs case since gdb also
11478         configures and builds for tic80-coff.
11480 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11482         * configure: Set cache_file to config.cache.
11483         * Makefile.in (local-distclean): Remove config.cache.
11485 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11487         * COPYING: Update FSF address.
11489 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
11491         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11492         noconfigdirs.
11494 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11496         * Makefile.in (install-dirs): Don't crash if prefix, and hence
11497         MAKEDIRS, is empty.
11499 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
11501         * config.sub: Tweak mn10300 entry.
11503 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
11505         * configure.in (host_tools): Put sim before gdb, so gdb's
11506         configure.tgt can determine if the simulator was configured.
11508 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
11510         * config.sub: Move BeOS $os case to be with other Cygnus
11511         local cases.
11513 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
11515         * config.sub: Remove misplaced comment that broke Linux.
11517 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
11519         * config.sub: Add BeOS support.
11521 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
11523         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11525 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
11527         * configure.in (noconfigdirs): Remove tcl and tk from
11528         noconfigdirs for cygwin32 builds.
11530 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
11532         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11534 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
11536         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11537         make-all.com, use makefile.vms instead.
11539 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
11541         * config.sub: Accept -lnews*.
11543 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
11545         * configure.in (noconfigdirs): Disable target-newlib,
11546         target-examples and target-libiberty for d30v.
11548 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11550         * configure.in (noconfigdirs): Enable ld for d30v.
11552 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
11554         * configure.in (tic80-*-*): Build compiler.
11556 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
11558         * configure.in (d30v-*): Remove sim directory from list of
11559         unsupported d30v directories
11561 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11563         * config.sub, configure.in: Add d30v target cpu.
11565 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
11567         * makefile.vms: New file.
11568         * make-all.com: Remove.
11570 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
11572         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11574 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
11576         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11578 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
11580         * Makefile.in (ALL_MODULES): Added all-db.
11581         (CROSS_CHECK_MODULES): Addec check-db.
11582         (INSTALL_MODULES): Added install-db.
11583         (CLEAN_MODULES): Added clean-db.
11585 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
11587         * config.guess: Merge with latest FSF sources.
11589 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
11591         * Makefile.in (ALL_MODULES): Added all-itcl.
11592         (CROSS_CHECK_MODULES): Added check-itcl.
11593         (INSTALL_MODULES): Added install-itcl.
11594         (CLEAN_MODULES): Added clean-itcl.
11596 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
11598         * configure.in: build gdb for mn10200
11600 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
11602         * Makefile.in (all-target-winsup): Depend on all-target-libio.
11604 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
11606         * configure.in (tic80-*-*): Turn off most targets right now.
11608 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
11610         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11611         rather than the makeinfo program.
11612         (do-info): Depend upon all-texinfo.
11614 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11616         * configure.in: Remove uses of config/mh-linux.
11618         * config.sub, config.guess: Merge with latest FSF sources.
11620 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
11622         * config.sub (case $basic_machine): Add tic80 entries.
11624 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
11626         * config.sub, config.guess: Merge with latest FSF sources.
11628 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
11630         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11631         * mpw-config.in: Test for NewFolderRecursive.
11632         * mpw-install: Use symbolic name for startup filename.
11633         * mpw-README: Add various additional details.
11635 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
11637         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11639 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
11641         * configure.in: Do build gcc and the target libraries for
11642         the mn10200.
11644 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
11646         * configure.in: don't avoid building gdb for mn10300 any more
11647         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11648         instead of single-quoting it.
11650 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
11652         * configure.in: Don't use --with-stabs on IRIX 6.
11654 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
11656         * configure.in (m32r): Build gdb, libg++ now.
11658 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11660         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
11661         directories from noconfigdirs.
11663 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
11665         * config.sub (basic_machine): added mips16 configuration
11667 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11669         * config.sub: Handle d10v-unknown.
11671 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
11673         * config.sub: Handle v850-unknown.
11675 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
11677         * Makefile.in: add findutils
11678         * configure.in: add findutils to list of host_tools
11680 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
11682         * config.sub: Handle mn10200 and mn10300.
11684 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11686         * configure.in (d10v-*): Do not build librx.
11688 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
11690         * configure.in (mn10300): Build everything except gdb & libgloss.
11692 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
11694         * config.guess:  Patch for Dansk Data Elektronik servers,
11695         from Niels Skou Olsen <nso@dde.dk>.
11697         For ncr, use /bin/uname rather than uname, since GNU uname does not
11698         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
11700         Patch for MIPS R4000 running System V,
11701         from Eric S. Raymond <esr@snark.thyrsus.com>.
11703         Fix thinko for nextstep.
11705         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11707         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
11708         * config.guess: Guess mips-dec-mach_bsd4.3.
11710         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
11711         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
11712         release numbers.
11713         * config.guess (mips-mips-riscos*):  Emit just enough of the
11714         release number.
11716         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
11717         * config.guess (sparc-auspex-sunos*):  Added.
11718         (f300-fujitsu-*): Added.
11720         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
11721         * config.guess:  Recognize a Tadpole as a sparc.
11723 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11725         * config.guess: Don't assume that NextStep version is either 2 or
11726         3.  NextStep 4 (aka OpenStep 4) has come out now.
11728 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11730         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11731         From Rik Faith <faith@cs.unc.edu>.
11733 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
11735         * config.sub: Contributions from bug-gnu-utils to:
11736         Support plain "hppa" (no version given) architecture, reported by
11737         OpenStep.
11738         OpenBSD like NetBSD.
11739         LynxOs is not a hardware supplier.
11741         * config.guess: Contributions from bug-gnu-utils to add support for:
11742         OpenBSD like NetBSD.
11743         Stratus systems.
11744         More Pyramid systems.
11745         i[n>4]86 Intel chips.
11746         M680[n>4]0 Motorola chips.
11747         Use unknown instead of lynx for hardware manufacturer.
11749 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11751         * install.sh (chmodcmd): Set to null if the DST directory already
11752         exists.
11754 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11756         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11757         not use mt-ppc target Makefile fragment any more.
11759 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11761         * configure.in (*-*-windows):  Exclude everything but those dirs
11762         needed to build windows.
11764 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
11766         * Makefile.in (all-target-winsup): Depend on all-target-librx.
11768 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11770         * configure.in:  Exclude mmalloc from i386-windows.
11772 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11774         * Undo my previous change.
11776 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
11778         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11779         unconditionally.
11780         (MAKEOVERRIDES): Define (revert this part of October 18 change).
11782 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11784         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
11785         host to add it's own flags.
11787 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
11789         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11791 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
11793         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11794         (CXX_FOR_TARGET): Likewise.
11795         (GCC_FOR_TARGET): Define.
11796         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11797         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11798         CC_FOR_TARGET was specified on the command line.
11799         (MAKEOVERRIDES): Don't define.
11801 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
11803         * configure.in (m32r): Fix spelling of libg++ libs.
11805 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
11807         * config.sub (-apple*): Remove, now redundant.
11809 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
11811         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11813         * configure: Rework yesterday's sed script patch.
11815         * config.sub: Merge with FSF.
11817 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
11819         * config.guess:  Merge from FSF.
11821         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
11822         * config.guess: Use pc instead of unknown, for pc clone systems.
11823         Change linux to linux-gnu.
11825         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
11826         * config.guess: Avoid non-portable tr syntax.
11828 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
11830         * test-build.mk (HOLES): Add "xargs" for gdb.
11832         * configure: Avoid hpux10.20 sed bug.
11834 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
11836         * configure.in:  Add support for windows host
11837         (that is a build done under the Microsoft build environment).
11839 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
11841         * Makefile.in: Replace all uses of srcroot with s, to shrink
11842         command line lengths.
11844         Patches from Geoffrey Noer <noer@cygnus.com>:
11845         * configure.in: If configuring for newlib, pass --with-newlib to
11846         subdirectories.
11847         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11848         -Bnewlib/ and -Lwinsup to gcc.
11849         (CXX_FOR_TARGET): Likewise.
11851 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
11853         * Makefile.in (ETC_SUPPORT): Add configure.
11855 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
11857         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
11858         host configuration file.
11860 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
11862         * configure.in: Break mn10x00 support into separate
11863         mn10200 and mn10300 configurations.
11864         * config.sub: Likewise.
11866 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
11868         * configure.in: Add lots of stuff to noconfigdirs for
11869         the mn10x00 targets.
11871         * config.sub, configure.in: Add mn10x00 support.
11873 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
11875         * make-all.com: Call conf-a-gas, not config-a-gas.
11877 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
11879         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
11880         targets.
11882 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
11884         * mpw-README: Add much more detail for native PowerMac.
11885         * mpw-install: New file.
11886         * mpw-configure: Add --norecursion and --help options.
11887         * mpw-config.in: Translate readme and install files when
11888         copying to objdir.
11889         * mpw-build.in: Don't always depend on byacc and flex.
11890         (install-only-top): New action.
11892 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
11894         * configure.in:  You can now configure GDB for the v850.
11896 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
11898         * configure.in (noconfigdirs): Don't configure any C++ dirs
11899         if targeting D10V.
11901 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11903         * config.sub: Recognize mips64vr5000.
11905 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
11907         * configure.in: Use a single line for host_tools and native_only.
11909 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
11911         * config.sub, configure.in: Add entries for m32r.
11913 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
11915         * Makefile.in (inet-install): Don't run install-gzip.
11917 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
11919         * configure.in:  Don't config lots of things for *-*-windows*.
11921 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
11923         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11924         (host_libs, host_tools): Copy from configure.in.
11925         * mpw-configure: Don't complain about directories not found.
11927 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11929         * configure.in (i[345]86): Recognize i686 for pentium pro.
11930         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11931         file.
11933         * config.guess (i[345]86): Ditto.
11935 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11937         * configure.in (noconfigdirs): Removed gdb for D10V.
11939 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
11941         * configure.in: Remove ld, target-libio, target-libg++, and
11942         target-libstdc++ from noconfigdirs.
11944 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
11946         * configure: Fix three locations where shell scripts were
11947         being run directly rather than with config_shell.
11949 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
11951         * configure.in (v850-*-*): Set up initial $noconfigdirs.
11952         * config.sub (basic_machine): Recognize v850.
11954 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
11956         * mpw-configure: Handle multiple enable/disable options and
11957         pass them down recursively, handle -c and -s flags appropriately
11958         depending on choice of compiler, add escape mechanism for
11959         quoted arguments to gC.
11961 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11963         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11964         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11965         so that -mrelocatable-lib and -mno-eabi are used.
11967         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11968         not support --print-multi-lib, don't abort.
11970 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
11972         * make-all.com: Run config-a-gas.
11973         * setup.com: Don't copy subdirectory files around.
11975 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
11977         * configure.in (*-*-ose): Remove exclusion of libgloss for this
11978         target, it now compiles correctly.
11980 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
11982         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11984 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11986         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
11988 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11990         * configure.in (native_only): Add prms.
11992 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
11994         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11995         (BINUTILS_SUPPORT_DIRS): Likewise.
11997 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11999         * configure.in (d10v-*-*): Don't configure ld or gdb until the
12000         d10v support is added.
12002 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12004         * configure.in (d10v-*-*): New target.
12006 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
12008         * config.guess (HP 9000/811): Recognize this as a PA1.1
12009         machine.
12011 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
12013         * Makefile.in (do-tar-gz): New target, split out from tail end of
12014         taz target.  Run each command separately, don't use pipes.
12015         (taz): Use it.
12017 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
12019         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12020         * mpw-build.in: No builds should depend on building byacc or flex,
12021         they are assumed to be installed already.
12023 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12025         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12026         variable that CC_FOR_TARGET needs.
12028 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12030         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12031         options have changed since the last time the subdirectory was
12032         configured, and if it has, reconfigure.
12033         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12034         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12036 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
12038         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12039         CLEAN_MODULES): Add bash.
12040         (all-bash): New target.
12042 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
12044         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12046 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12048         * config.sub (basic_machine): Recognize d10v as a valid processor.
12050 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
12052         * mpw-configure: Add support for --bindir.
12053         * mpw-build.in: Use a GCC-specific build script for GCC actions.
12055 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
12057         * configure.in: add bash, time, gawk to list of hosttools and things
12058         to only build for native toolchains
12060 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12062         * Makefile.in (docdir): Remove.
12064 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12066         * Makefile.in (datadir): Set to $(prefix)/share.
12068 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
12070         * configure.in: build diff and patch for cygwin32-hosted
12071         toolchains.
12073 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
12075         * config.sub: Accept -rtems*.
12077 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
12079         * configure.in: enable dosrel for cygwin32-hosted builds,
12080                 remove diff from the list of things not buildable
12081                 via Canadian Cross
12083 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
12085         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12086         don't get ". ".
12088 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
12090         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12092 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
12094         * Makefile.in (taz): Handle case where tex3patch didn't even get
12095         checked out.  Also, if it was found, put the symlink in a new util
12096         subdirectory.
12098 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12100         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12102 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
12104         * config.sub: Recognize -openvms.
12105         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12106         * make-all.com, setup.com: New files.
12108 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12110         * Makefile.in (taz): tex3patch moved to texinfo/util.
12112 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
12114         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12115         * configure.in: remove make from disable-if-Can-Cross list
12116                 enable gdb if ${host} and ${target} are cygwin32
12118 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
12120         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
12121         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12123 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12125         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
12126         distinguish sysv/svr4/bsd variants.
12127         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12129 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
12131         * configure.in: Added copyright notice.
12132         * move-if-change: Added copyright notice.
12134 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12136         * configure.in (powerpcle-*-solaris*): Until we get shared
12137         libraries working, don't build gdb, sim, make, tcl, tk, or
12138         expect.
12140 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
12142         * config.guess:  Merge with FSF:
12144         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12145         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12147         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
12148         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12150         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
12151         * config.guess:  Combine two OSF1 rules.
12152         Also recognize field test versions.  From mjr@zk3.dec.com.
12153         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
12154         because GNU uname does not support -p.  From pmr@pajato.com.
12156 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
12158         * Makefile.in (MAKEDIRS): Removed $(tooldir).
12160 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
12162         * mpw-README: Document GCCIncludes.
12164 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
12166         * configure.in (alpha-*-linux*): Set enable_shared to yes.
12168 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12170         * mpw-configure: Handle --enable-FOO and --disable-FOO.
12172 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
12174         * configure.in (*-*-cygwin32): Configure make.
12176 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
12178         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12180 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
12182         * Makefile.in (all-inet): Depend on all-perl.
12184         * Makefile.in (inet-install): New target.
12186         * Makefile.in (all-inet): Depend on all-tcl.
12187         (all-inet): Depend on all-send-pr.
12189 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12191         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12192         temporarily.
12194 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
12196         * configure.in: Don't configure --with-gnu-ld on AIX.
12198 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12200         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12202 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
12204         * Makefile.in (ALL_MODULES): Added all-inet.
12205         (CROSS_CHECK_MODULES): Added check-inet.
12206         (INSTALL_MODULES): Added install-inet.
12207         (CLEAN_MODULES): Added clean-inet.
12208         (all-indent): New target.
12210         * configure.in (host_tools): Added inet.
12211         (native_only): Added inet.
12212         (noconfigdirs): Added inet.
12214 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
12216         * configure.in: Don't configure libgloss if we are not configuring
12217         newlib.
12219 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
12221         * configure.in: Don't configure libgloss for unsupported
12222         architectures.
12224 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12226         * Makefile.in (CLEAN_MODULES): Add clean-apache.
12228 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
12230         * Makefile.in (ALL_MODULES): Include all-apache.
12231         (CROSS_CHECK_MODULES): Include check-apache.
12232         (INSTALL_MODULES): Include install-apache.
12233         (all-apache): New target.
12235         * configure.in: Added apache everywhere perl is seen.
12237 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12239         * Makefile.in: Add support for clean-{module} and
12240         clean-target-{module} rules.
12242 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
12244         * configure.in (*-*-ose) do not build libgloss.
12246 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12248         * config.guess (prep*:SunOS:5.*:*): Turn into
12249         powerpele-unknown-solaris2.
12251 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
12253         * configure.in: Permit --enable-shared to specify a list of
12254         directories.
12256 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12258         * configure.in (host==solaris): Pass only the first word of $CC
12259         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12261 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12263         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12265 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
12267         * Makefile.in (ALL_MODULES): Include all-perl.
12268         (CROSS_CHECK_MODULES): Include check-perl.
12269         (INSTALL_MODULES): Include install-perl.
12270         (ALL_X11_MODULES): Include all-guile.
12271         (CHECK_X11_MODULES): Include check-guile.
12272         (INSTALL_X11_MODULES): Include install-guile.
12273         (all-perl): New target.
12274         (all-guile): New target.
12276         * configure.in (host_tools): Include perl and guile.
12277         (native_only): Include perl and guile.
12278         (noconfigdirs): Don't build guile and perl; no ports have been
12279         done.
12281 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
12283         * configure (--enable-*): Handle quoted option lists such as
12284         --enable-sim-cflags='-g0 -O' better.
12286 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12288         * Makefile.in ({,inst}all-target): New rule so we can make and
12289         install all of the target directories easily.
12291 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12293         * configure.in: Add missing global flag in sed substitution when
12294         deleting `target-' from ${configdirs}.
12296 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
12298         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12299         option.
12301         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12302         config/mh-necv4.
12304         * install.sh: Correct misspelling of transformbasename.
12306         * config.guess: Recognize mips-*-sysv*.
12308 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
12310         * config.sub: Recognize mon960.
12312 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
12314         * configure: Restore Canadian Cross handling of BISON and LEX,
12315         removed in Feb 20 change.
12317 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
12319         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12320         Mention make install.  Remove the old copyright date as well the
12321         clumsy and rather pointless copyright on the README file.
12323 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12325         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12326         Makefile after running symlink-tree, then run `make distclean' to
12327         avoid clobbering any generated files in srcdir.
12329 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
12331         * configure.in (m68k-*-netbsd*): Build everything now.
12333 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12335         * Makefile.in (taz): Fix quoting.
12337 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
12339         * configure.in (sparclet-*-*): Build everything now.
12341 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12343         * configure.in (m68k-*-linux*): New host.
12345 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
12347         * configure: Check for bison before byacc.
12349 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
12351         * Makefile.in configure:  Change the way LEX and BISON/YACC are
12352         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
12353         searching PATH.  These are used as fallbacks by Makefile.in if
12354         flex/bison/byacc aren't in objdir.
12356 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
12358         * Makefile.in: Make everything which depends upon all-bfd also
12359         depend upon all-opcodes, in case --with-commonbfdlib is used.
12361 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12363         * configure.in (host *-*-cygwin32): Don't build gdb if we are
12364         building NT native compilers on Unix.
12366 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
12368         * configure.in: Don't get CC from the host Makefile fragment if we
12369         can find gcc in PATH, or if this is a Canadian Cross.  Move the
12370         Solaris test for /usr/ucb/cc to the post target script, just after
12371         the compiler sanity test.
12373 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
12375         * config.sub: Merge with FSF.
12377 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
12379         * Makefile.in (RPATH_ENVVAR): New variable.
12380         (REALLY_SET_LIB_PATH): Use it.
12381         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12383 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
12385         * config.sub, configure.in: Recognize sparclet cpu.
12387 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12389         * config.guess:  Support m68k-cbm-sysv4.
12391 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12393         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12394         m68k-unknown-linuxaout from linker help string.  Put quotes around
12395         $ld_help_string.
12397 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
12399         * config.guess (powerpc-harris-powerunix): Add guess for port
12400         to new target.
12402 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12404         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12406 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
12408         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12409         $(REALLY_SET_LIB_PATH) in Makefile.
12410         * Makefile.in (SET_LIB_PATH): New variable.
12411         (REALLY_SET_LIB_PATH): New variable.
12412         ($(DO_X)): Use $(SET_LIB_PATH).
12413         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12414         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12415         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12416         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12417         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12418         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12419         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12420         (install-dosrel): Likewise.
12421         (all-opcodes): Depend upon all-libiberty.
12423 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12425         * config.guess (*:CYGWIN*): New
12427 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12429         * Makefile.in (all-target-winsup): All all-target-libiberty.
12431 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12433         * configure.in (noconfigdirs): Add missing # in front of comment.
12435 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
12437         * configure.in: add second pass to things added to noconfigdirs
12438         so *-gm-magic can exclude libgloss properly.
12440 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
12442         * mpw-configure (extralibs_name, rez_name): Set correctly
12443         for MWC68K compiler.
12445         * mpw-README: Add more info on the necessary build tools.
12447 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12449         * configure.in, config.sub: Recognize cygwin32.
12451 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
12453         * config.guess, config.sub: Recognize A/UX.
12455 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
12457         * config.sub: Merge with gcc/config.sub.
12459 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
12461         * mpw-build.in (do-binutils): Add build of stamps.
12463 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
12465         * config.sub: Add recognition for mips64vr4100*-* targets.
12467 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12469         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12470         Add creation of gconfigargs with `--enable-shared' turned on.
12471         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12472         ($(host)-stamp-stage3-configured): Likewise.
12473         (HOLES): Add chatr and ldd.
12474         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12476 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
12478         * configure: Pass --nfp to recursive configures.
12480 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12482         * Makefile.in (DLLTOOL): New.
12483         (DLLTOOL_FOR_TARGET): New.
12484         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12485         (EXTRA_TARGET_FLAGS): Ditto.
12486         (EXTRA_GCC_FLAGS): Ditto.
12487         (CONFIGURE_TARGET_MODULES): Ditto.
12488         (DO_X): Ditto.
12489         * configure: Add DLLTOOL.
12491 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
12493         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12494         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12495         mh-sco, since old workarounds no longer needed, and don't
12496         build ld, since libraries have weak symbols in COFF.
12498 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
12500         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12502 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12504         * configure.in: Make sure that ${CC} can be used to compile an
12505         executable.
12507 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12509         * Makefile.in (all-gdb): Depend on $(GDB_TK).
12510         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12511         nothing depending on whether gdbtk is being built.
12513 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
12515         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12517 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
12519         * configure.in (noconfigdirs): Put ld or gas in this early, if the
12520         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12522 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
12524         * config-ml.in: Add support for
12525         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12526         Simplify setting of multidirs from --disable-foo.
12528 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12530         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12531         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12532         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12533         non-empty, pass them on to the  GCC make.
12534         (all-bootstrap): New rule that is like all-gcc, except it executes
12535         the GCC bootstrap rule instead of the GCC all rule.
12537 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
12539         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12541 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12543         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12544         DG/UX support.
12546 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
12548         * config.sub (i*86*) Change [345] to [3456]
12550 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12552         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12553         --with-gnu-ld=no.
12555 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12557         * config-ml.in (rs6000*, powerpc*): Add switches to control which
12558         AIX multilibs get built.
12560 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12562         * configure.in (i386-win32): Don't build expect if we're not
12563         building the tcl subdir.
12565 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
12567         * Makefile.in: (configure-target-examples, all-target-examples):
12568         New targets, configure and build example programs.
12570 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
12572         * mpw-configure: If an mpw-config.in generated a file mk.sed,
12573         use it as input to sedit the generated MPW makefile.
12574         * mpw-README: Add a suggestion about Gestalt.h.
12576 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
12578         * config.sub: Accept *-*-ieee*.
12580 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
12582         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
12583         Ronald F. Guilmette <rfg@monkeys.com>.
12585 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12587         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12588         for powerpc-pe native.
12589         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12590         (target==powerpc-pe): duplicate i386-win32 entry.
12592 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12594         * configure.in (noconfigdirs): Exclude target-newlib for all versions
12595         of vxworks, not just vxworks5.1.
12597 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
12599         * mpw-configure: Add support for exec-prefix.
12601 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12603         * config.guess: Recognize HP model 816 machines as having
12604         a PA1.1 processor.
12606 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12608         * configure: Ignore new autoconf configure options.
12610 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12612         * config.guess:  Recognize Pentium under SCO.
12613         From Robert Lipe <robertl@arnet.com>.
12615 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12617         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12619 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
12621         * configure.in: Don't configure gas for alpha-dec-osf*.
12623 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
12625         * configure.in: Default to --with-stabs for some targets for which
12626         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12627         i[345]86*-*-unixware*.
12629 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12631         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12632         rather than basing it on the target.  Simplify handling of options
12633         controlling which directories to configure.  Remove extraneous
12634         slash in multi-clean target.
12636 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
12638         * config-ml.in: Prefix more variables with ml_ so they don't collide
12639         with configure's.
12641 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
12643         * configure: Don't turn -v into --v.
12645 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
12647         * configure.in (targargs): Fix typo.
12649         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12651 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
12653         * configure.in: Strip --host and --target options from
12654         CONFIG_ARGUMENTS, and always configure for --host only.  Add
12655         --with-cross-host option when building with a cross-compiler.
12656         * configure: Canonicalize the arguments put into config.status by
12657         always using `=' for an option with an argument.  Pass a presumed
12658         --host or --target explicitly.
12660 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
12662         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12663         into general OS recognition case.
12665 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12667         * configure.in (target_configdirs): add target-winsup only
12668         for win32 target systems.
12670 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
12672         * Makefile.in (all-target-libgloss): Depend upon
12673         configure-target-newlib, since when libgloss is built it looks to
12674         see if the newlib directory exists.
12676 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
12678         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12679         cfg-ml-*.in.
12681 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
12683         * configure: Handle LD and LD_FOR_TARGET when configuring a
12684         Canadian Cross.
12686 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12688         * configure.in (target_libs): add target-winsup.
12689         (target==i386-win32): add patch diff flex make to $noconfigdirs.
12690         (target==ppcle-pe): remove ld from $noconfigdirs.
12692 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
12694         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12695         Preserve relative path names in $srcdir.  Build symlink tree if
12696         configuring cross target dir and srcdir=. (= no VPATH support).
12697         (configure-target-libg++): Depend on configure-target-librx.
12698         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12699         * config-ml.in: New file.
12700         * symlink-tree: New file.
12701         * configure: Ensure srcdir="." if that's what it is.
12703 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
12705         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12706         includes and FLEX_SKELETON setting.
12707         * mpw-configure (--with-gnu-ld): New option, controls whether
12708         to use PPCLink or ld with PowerMac GCC.
12709         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12710         * mpw-config.in: Configure grez if targeting Mac.
12712         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12713         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12714         just macos.
12715         * configure.in: Configure grez resource compiler if targeting Mac.
12716         * Makefile.in (all-grez, install-grez): New targets.
12718 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
12720         * configure: CXX defaults to gcc, not g++.  If we find
12721         gcc in the path, set CC to gcc -O2.
12723 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
12725         * configure: Default ${build} correctly.  Avoid picking up extra
12726         spaces when reading CC and CXX from Makefile.  When doing a
12727         Canadian Cross, use plausible default values for numerous
12728         variables.
12729         * configure.in: When doing a Canadian Cross, don't try to
12730         configure tools whose configure script can't handle it.
12732 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12734         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12736 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12738         * configure:  Remove dubious bug reporting address.
12740 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12742         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
12743         configure script, run that instead of this directory's configure.
12744         In either case, print a message that we're configuring the sub-dir.
12746 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12748         * configure.in: Before checking for the existence of various files,
12749         use sed to filter out "target-".
12751 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12753         * Makefile.in (DO_X): Split rule to decrease command line length
12754         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
12755         (Philippe De Muyter).
12757 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12759         * Makefile.in (all-patch): depend on all-libiberty.
12761 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
12763         * configure.in: If the only directory in target_configdirs which
12764         actually exists is libiberty, then set target_configdirs to empty,
12765         to avoid trying to build a target libiberty in a gas or gdb
12766         distribution.
12768 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
12770         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12771         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12772         systems.
12774 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12776         * configure.in (copy_dirs): Use sys-include instead of include
12777         for --with-headers option.
12779 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
12781         * Makefile.in, configure.in: Make winsup builds work with
12782         new scheme.
12784 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
12786         * configure.in: Build the linker on AIX.
12788 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12790         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
12791         where needed.
12793 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
12795         * Makefile.in (all-gcc): Fix typo.
12797 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12799         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
12801 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12803         * configure.in:  Rename libFOO to target-libFOO, and xiberty
12804         to target-xiberty, to provide more flexibility.
12805         (target_subdir):  Define.  Create if cross.
12806         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12807         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
12808         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12809         check-libFOO -> check-target-libFOO, etc.
12810         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12811         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12812         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12813         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
12814         allow ALL_GCC="" to only configure.
12815         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
12816         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
12817         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
12819 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
12821         * Makefile.in (taz): Build "info" in etc explicitly.
12823 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
12825         * configure.in:  Make sure that CC is undefined (as opposed to
12826         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
12827         problem with autoconf trying to configure on a host without GCC.
12829 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
12831         * mpw-configure: Set host alias from choice of host compiler,
12832         only use generic MPW Makefile sed if present, edit a file
12833         named "hacked_Makefile.in" instead of "Makefile.in" if present.
12834         * mpw-README: Add problem notes about CW6 and CW7.
12836 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
12838         * Makefile.in (taz): Use ";" instead of ";;".
12840 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12842         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
12843         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12844         DISTDOCDIRS.
12845         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
12846         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
12848 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12850         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
12851         and gnats, because they are now subsumed by DISTSTUFFDIRS.
12852         Move bfd to DISTSTUFFDIRS.
12854 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12856         * Makefile.in (X11_LIB): Removed.
12857         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12859         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12861 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12863         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12864         names.
12866 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12868         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12870 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
12872         * configure.in (i[345]86-*-win32): Always build newlib.
12873         Don't configure cvs, autoconf or texinfo.
12874         * Makefile.in (LD_FOR_TARGET): New.
12875         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12876         Pass down LD_FOR_TARGET.
12878 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
12880         * winsup: New directory.
12881         * Makefile.in: Build winsup.
12882         * configure.in: Winsup is configured when target is win32.
12883         Can only build win32 target GDB when native.
12885 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
12887         * config.guess: Recognize HP model 819 machines as having
12888         a PA 1.1 processor.
12890 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
12892         * configure: Fix sed loop which substitutes for CC and CXX to
12893         avoid bug found in various sed implementations.
12895 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12897         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12898         simulator.  Use standard powerpc-*-eabi*.
12900 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12902         * configure.in: Stop putting gas and binutils in noconfigdirs for
12903         powerpc-*-aix* and rs6000-*-*.
12905 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
12907         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12908         -mcall-aixdesc libraries.
12910 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
12912         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12914         * config.sub (arm | armel | armeb): Fix shell syntax.
12916 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12918         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12919         -msoft-float and -mcpu=common support.
12920         (powerpc*-*-eabisim*): Add support for building -mcall-aix
12921         libraries.
12923 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12925         * configure.in: Allow configuration and build of emacs19 for the alpha.
12927 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12929         * configure.in (CC): Get ^CC, not just any old CC, from
12930         ${host_makefile_frag}.
12932 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12934         * configure.in (CC): Try to get CC from
12935         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12937 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12939         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12940         only if it exists in $(srcdir).
12942 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
12944         * configure: If CC and CXX are not set in the environment, set
12945         them, based on either an existing Makefile or on searching for gcc
12946         in PATH.  Substitute for CC and CXX in Makefile.
12947         * configure.in: Remove libm from target_libs.  Separate
12948         target_configdirs from configdirs.  If CC is not set in
12949         environment, try to get it from a host Makefile fragment.  Rewrite
12950         changes of configdirs to use skipdirs instead.  A few minor
12951         tweaks.  Take directories out of target_configdirs as they are
12952         taken out of configdirs.  Remove existing Makefile files from
12953         subdirectories.  Substitute for TARGET_CONFIGDIRS and
12954         CONFIG_ARGUMENTS in Makefile.
12955         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12956         by configure.in.
12957         (CONFIG_ARGUMENTS): Likewise.
12958         (CONFIGURE_TARGET_MODULES): New variable.
12959         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12960         ($(CONFIGURE_TARGET_MODULES)): New target.
12961         (configure-libg++, configure-libio): New targets.
12962         (all-libg++): Depend upon configure-libg++.
12963         (all-libio): Depend upon configure-libio.
12964         (configure-libgloss, all-libgloss): New targets.
12965         (configure-libstdc++): New target.
12966         (all-libstdc++): Depend upon configure-libstdc++.
12967         (configure-librx, all-librx): New targets.
12968         (configure-newlib): New target.
12969         (all-newlib): Depend upon configure-newlib
12970         (configure-xiberty): New target.
12971         (all-xiberty): Depend upon configure-xiberty.
12973 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
12975         * configure.in (host i[345]86-*-win32):  Expand the
12976         noconfigdirs again.
12978 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
12980         * mpw-configure: Fix sed command file name.
12982 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
12984         * configure.in (host i[345]86-*-win32): Reduce the
12985         noconfigdirs again.
12987 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
12989         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12990         or powerpc*-*-pe*, since they are not yet supported.
12992 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
12994         Add PowerMac support and many other enhancements.
12995         * mpw-configure: New option --cc to select compiler to use,
12996         paste options set according to --cc into the generated
12997         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12998         if mpw-make.sed is present.
12999         * mpw-config.in: Don't test for gC1, test for mpw-touch,
13000         add forward includes for PowerPC include files.
13001         * mpw-build.in: Build using Makefile.PPC if present.
13002         (do-byacc, etc): Remove separate version resource builds.
13003         (do-gas): Build "stamps" before "all".
13004         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13005         * mpw-README: Update to reflect --cc option, PowerMac support,
13006         and recently-reported compatibility problems.
13008 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
13010         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13011         embedded m68k systems (-aout, -coff, -elf, -vxworks).
13012         (--with-multilib-top): Pass to recursive invocations.
13014 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
13016         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13017         v810-*-*.
13019 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13021         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13022         gdb, ld and opcodes on v810-*-*.
13024 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13026         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13027         (local-maintainer-clean): New target.
13028         (maintainer-clean): New target.
13029         (realclean): Just depend upon maintainer-clean.
13031 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13033         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13035 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
13037         * configure.in: Build ld in mips*-*-bsd* case.
13039 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
13041         * config.sub: Accept -lites* OS.  From Ian Dall.
13043 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
13045         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13046         targets.
13048 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13050         * configure.in: treat i386-win32 canadian cross the same as
13051         i386-go32 canadian cross.
13053 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13055         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13056         running under the simulator to build a reduced set of libraries.
13057         (powerpc-*-eabiaix): Add fine grained multilib support added to
13058         other powerpc targets yesterday.
13060 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13062         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13063         -disable-softfloat, -disable-relocatable, -disable-aix, and
13064         -disable-sysv to control which multilib libraries get built.
13066 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13068         * configure: Add Makefile.tem to list of files to remove in trap
13069         handler.
13071 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13073         * config.guess (*Linux*):  Add missing "exit"s.
13074         Also, need specific check for alpha-unknown-linux (uses COFF).
13076 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13078         * config.guess:  Merge with FSF:
13080         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
13081         * config.guess (AIX4): More robust release numbering discovery.
13083         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
13084         * config.guess (i386-sequent-ptx): Properly get version number.
13086         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
13087         * config.guess (mips:*:4*:UMIPS): New case.
13089 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13091         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13092         (i386-win32 host): Likewise.  Don't build readline.
13094 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
13096         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
13097         SUPPORT_FILES to submakes.
13099 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
13101         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13102         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13103         mpw-configure.
13105 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
13107         * configure.in (appdirs): Use =, not ==, in test expression when
13108         trying to build the text to print in the warning message for
13109         Solaris users.
13111 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
13113         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13115 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13117         * config.guess: Recognize lynx-2.3.
13119 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
13121         * config.sub (z8ksim): Deleted
13122         (z8k-*-coff): New, this is the one true name of the target.
13124 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
13126         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13128 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
13130         * config.guess (*:Linux:*:*): First try asking the linker what the
13131         default object file format is (elf, aout, or coff).  Then if this
13132         fails, try previous methods.
13134 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13136         * configure.in: Don't build newlib for *-*-vxworks5.1.
13138 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13140         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13141         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13143 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
13145         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13147 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
13149         * cfg-ml-com.in: New file.
13150         * cfg-ml-pos.in: New file.
13152 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13154         * COPYING.NEWLIB: Add HP free copyright to list.
13156 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13158         * config.sub: Recognize -eabi* for the system, not just -eabi.
13160 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13162         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13163         * config.sub, configure.in (win32): New target and host.
13165 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13167         * configure.in: Add i386-pe configuration.
13169 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
13171         * mpw-build.in (install): Install GDB after LD.
13173 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
13175         * mpw-config.in (elf/mips.h): Always forward-include, needed
13176         for GDB to build.
13178 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13180         * testsuite: New directory for customer acceptance and whole tool
13181         chain tests.
13183 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13185         * configure: If per-host line isn't found, but AC_OUTPUT is found
13186         and a configure script exists, run it instead.
13188 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13190         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
13192 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13194         * configure: Set build_{cpu,vendor,os,alias} to host values when
13195         --build isn't specified.
13197 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13199         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13200         (FLAGS_TO_PASS): Pass them.
13201         (EXTRA_TARGET_FLAGS): Ditto.
13203 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13205         * Makefile.in (all-libg++): Depend on all-libstdc++.
13207 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13209         * configure.in (noconfigdirs): Enable all packages for
13210           i386-unknown-netbsd.
13212 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
13214         * configure.in (noconfigdirs): Don't configure tk for i386-go32
13215         hosted builds (DOS builds)
13217 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13219         Changes for ARM based on patches from Richard Earnshaw:
13220         * config.sub: Handle armeb and armel.
13221         * configure.in: Omit arm linker only for riscix.
13223 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13225         * config.guess:  Update from FSF.
13227 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
13229         * config.sub: Recognize powerpcle as the little endian variant of
13230         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
13231         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
13232         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
13233         temporarily.
13235 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
13237         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13239 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
13241         * config.sub: Accept -lites* as a basic system type.
13243 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
13245         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13246         installed, and if so return linuxoldld as the system name.
13248 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
13250         * config.guess: Add hppa1.1-hp-lites support.
13252 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13254         * configure.in: Don't build newlib for m68k-vxworks5.1.
13256 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13258         * configure.in (mips-sgi-irix6): Use mh-irix5.
13260 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
13262         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13264 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13266         * test-build.mk: Enable building of shared libraries on IRIX 5 and
13267         OSF/1.  Fix compiler flags.
13268         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
13270 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
13272         * configure.in: Recognize --with-newlib.
13273         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13275 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13277         * Makefile.in: move {all,check,install}-gdb from *_MODULES
13278         to *_X11_MODULES due to gdbtk needing X include files et al.
13280 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
13282         Merge in support for Mac MPW as a host.
13283         (Old change descriptions retained for informational value.)
13285         * mpw-config.in: Add generic include forwards for cpu-specific
13286         include files in aout and elf directories.
13288         * mpw-configure: Added copyright.
13289         * mpw-config.in: Check for presence of required build tools.
13290         (target_libs): Add newlib.
13291         (target_tools): Add examples.
13292         (Read Me): Generate as "Read Me for MPW" instead.
13293         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13294         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13295         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13297         * mpw-configure: Remove subdir-specific makefile hackery,
13298         delete mk.tmp after using it.
13300         * mpw-build.in (all): Display start and end times.
13302         * mpw-configure (host_canonical): Set.
13303         (target_cpu): Always add to makefiles.
13304         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13305         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13306         (mpw-mh-mpw): Look for in srcdir and srcroot.
13307         Use sed instead of mpw-edit-prefix to edit prefix definitions.
13309         * mpw-build.in: (install-only): New target.
13311         * mpw-configure (host_alias, target_alias): Rename from hostalias
13312         and targetalias, add into generated Makefile.
13313         (mk.tmp): If present, add into generated Makefile.
13314         * mpw-build.in (all-gas): Build config.h first before gas proper.
13316         * mpw-configure (config.status): Write only if changed.
13317         * mpw-config.in (readline): Configure it (not built, just used for
13318         definitions).
13320         * mpw-config.in (elf/mips.h): Add a forward include.
13322         * mpw-config.in: Forward-include most .h files in include into
13323         extra-include.
13324         (readline): Don't build.
13325         mpw-build.in (install): Install GDB.
13327         * mpw-configure (prefix, mpw_prefix): Handle it.
13328         * mpw-config.in (mmalloc, readline): Don't configure.
13329         * mpw-build.in (thisscript): Rename to ThisScript.
13330         Use mpw-build instead of BuildProgram everywhere.
13331         (mmalloc, readline): Don't build.
13332         * mpw-README: New file, basic documentation about the MPW port.
13334         * mpw-config.in: Use forward-include to create include files.
13336         * mpw-configure: Add more things to the top of each configured
13337         Makefile, including contents of config/mpw-mh-mpw.
13338         * mpw-config.in (extra-include): Create this directory and fill it
13339         with Posix-like include files when configuring.
13341         * config.sub (apple, mac, mpw): Add various aliases.
13343         * mpw-build.in: New file, top-level build script fragment for MPW.
13344         * mpw-configure: New file, configure script for MPW.
13345         * mpw-config.in: New file, config fragment for MPW.
13347 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13349         * configure.in (host_libs): Remove glob, since it is gone from the
13350         sources.
13352 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13354         * Makefile.in: define empty GDB_NLM_DEPS var.
13356         * configure.in(target_makefile_frag): use config/mt-netware
13357         for netware targets.
13359 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
13361         * config.sub: Merge in recent FSF changes.  Remove linux special
13362         cases.
13364 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13366         Revert this change:
13368         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
13370                 * build-all.mk: Use CC=cc -Xs on Solaris.
13372 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13374         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
13375         stop using it.
13376         * Makefile.in: Nuke all references to glob subdirectory.
13378 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13380         * configure.in: Fix --enable-shared logic in per-host.
13382 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13384         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13386 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13388         * configure.in (noconfigdirs): Don't build gas on AIX, for
13389         powerpc*-*-aix* as well as for rs6000*-*-aix*.
13391 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
13393         * configure: Fix --cache-file to work if the file argument is a
13394         relative path.
13396 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
13398         * configure: If the --cache-file is used, pass it down to
13399         configure in subdirectories.
13401 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
13403         * config.sub: add vxworks29k configuration.
13405 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13407         * Makefile.in (taz): Do "diststuff" part quietly.
13409 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13411         * config.sub: Mini-merge with gcc/config.sub.
13413 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13415         * config.guess (IRIX): Sed - to _.
13417 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13419         * Makefile.in (source-vault, binary-vault): New targets.
13421 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
13423         * config.sub: Recognize -eabi as a basic system type.
13425 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13427         * configure.in (enable_shared stuff): Fix typo.
13429 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
13431         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13433 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13435         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13437 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
13439         * configure.in (rs6000-*-*): Don't build gas.
13441 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
13443         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13444         reduce command line length.
13445         (AS_FOR_TARGET): Check for as.new, not Makefile.
13446         (NM_FOR_TARGET): Check for nm.new, not Makefile.
13448 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13450         * config.guess:  Merge from FSF.
13452 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13454         * configure: Don't use $ when handling program_suffix.
13456 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
13458         * configure.in:  Configure tk for hppa/hpux.
13460 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13462         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
13464 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13466         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
13467         to LIBCXXFLAGS.  Tests are better run without it.
13469 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
13471         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13473 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
13475         * configure.in (*-*-netware*): Don't configure xiberty.
13477 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
13479         * configure.in:  Remove tk from native_only list.
13481 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
13483         * build-all.mk: Add mips-ncd-elf target to sun4 targets
13484           for special NCD build.
13486 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13488         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13489         makeall.bat, they're only useful for binutils snapshots.
13490         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13491         makeall.bat to specified SUPPORT_FILES.
13493 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
13495         * build-all.mk: Add Ericsson targets to sun4 and solaris
13496           hosts.  Add  BNR's sun4 target to solaris host, so their
13497           build-from-source will be tested in-house first.
13499 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13501         * Makefile.in (LIBCFLAGS): New variable.
13502         (CFLAGS_FOR_TARGET): Ditto.
13503         (LIBCFLAGS_FOR_TARGET): Ditto.
13504         (LIBCXXFLAGS): Ditto.
13505         (CXXFLAGS_FOR_TARGET): Ditto.
13506         (LIBCXXFLAGS_FOR_TARGET): Ditto.
13507         (BASE_FLAGS_TO_PASS): Pass them.
13508         (EXTRA_TARGET_FLAGS): Ditto.
13510         * configure.in: Support --enable-shared.
13512 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13514         * configure.in (target_libs):  Include libstdc++ again.
13515         * config.guess:  Update from FSF (for FreeBSD).
13517 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13519         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13520         makeall.bat.
13521         (DISTDOCDIRS): Add `etc'.
13522         (ETC_SUPPORT_PFX): New variable.
13523         (taz): Include anything from etc starting with a word in
13524         ETC_SUPPORT_PFX.
13526 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13528         * config.sub: Update for recent FSF changes.  Remove obsolete
13529         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
13530         spacing changes.
13532 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13534         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
13536         * config.guess:  Merge with FSF.
13537         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13539 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13541         * configure: Since the "trap 0" handler will override the exit
13542         status on many systems, only use it for "exit 1", and make it set
13543         a non-zero exit status; reset it before "exit 0".  Also, check
13544         exit status of config.sub, and error out if it failed.
13546 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
13548         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13549         and install libgloss.
13551 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13553         * Makefile.in (all-binutils): Depend upon all-byacc.
13555         * configure.in: Don't build emacs on Irix 5.
13557 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13559         * configure.in (*-*-netware*): Add libio.
13561 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13563         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13564         (CHECK_TARGET_MODULES): Ditto.
13565         (INSTALL_TARGET_MODULES): Ditto.
13566         (TARGET_LIBS): Ditto.
13567         (all-libstdc++): Note dependencies.
13569 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13571         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13573 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13575         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13576         -fexternal-templates.
13578         * configure.in (target_libs): Add libstdc++.
13579         (noconfigdirs): Add libstdc++ as appropriate.
13581 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13583         * config.guess:  Update from FSF.
13585 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13587         * configure: Use ${config_shell} when running ${configsub}.
13589 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
13591         * config.sub: No longer recognize h8300h.
13593 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13595         * config.sub: Remove extraneous differences between config.sub and
13596         gcc/config.sub.
13598 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13600         * Makefile.in (DISTSTUFFDIRS): Add gas.
13602 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
13604         * COPYING.NEWLIB: New file.
13606 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13608         * config.guess (HP-UX):  Patch from Harlan Stenn
13609         <harlan@landmark.com> to also emit release level.
13611 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13613         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13615 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13617         * config.sub:  Merge nextstep cleanup from FSF.
13619 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13621         * configure.in (arm-*-*): Don't configure ld for this target.
13623 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13625         * configure.in (*-*-netware): don't configure libg++, libio,
13626           librx, or newlib.
13628 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13630         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
13631         configure ld--it works, but it doesn't support shared libraries.
13633 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13635         * config.guess (*-unknown-freebsd*):  Get rid of possible
13636         trailing "(Release)" in version string.
13637         Patch from Paul Richards <paul@isl.cf.ac.uk>.
13639 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13641         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13642         Fix type: *-next-neststep -> *-next-nextstep.
13644         * config.guess:  Merge from FSF:
13646         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
13648         * config.guess: Recognize powerpc-ibm-aix3.2.5.
13650         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
13652         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13653         instead of UNIX_SV for UnixWare 1.0).
13655 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
13657         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
13658         to make gdb/nlm/* build after the compiler and linker.
13660 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13662         * config.guess (netbsd, freebsd, linux):  Accept any machine,
13663         not just i[34]86.
13664         (m68k-atari-sysv4):  Relocate to match FSF version.
13666         * config.guess:  More merges from the FSF:
13668         Add a space before function call or macro invocation.
13670         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13672         * config.guess: Add trap cmd to remove dummy.c and dummy when
13673         interrupted.
13675         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13677         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13678         (dummy): Redirect stderr from compilation of dummy.c.
13680         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
13682         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13684 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
13686         * configure: Accept and ignore --cache*, for compatibility with
13687         new autoconf.
13689 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13691         * config.guess:  Merge from FSF:
13693         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13695         * config.guess (Pyramid*:OSx*:*:*): New case.
13696         (PATH): Add /.attbin at end for finding uname.
13697         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
13699         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
13701         * config.guess (M88*:DolphinOS:*:*): New case.
13703         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
13705         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13706         to select whether to use ELF or COFF.
13708         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13710         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13712         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
13714         * config.guess: Guess the OS version for HPUX.
13716         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
13718         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13720 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13722         * configure.in: Recognize --with-headers, --with-libs, and
13723         --without-newlib.
13724         * Makefile.in (all-xiberty): Depend upon all-ld.
13726 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13728         * configure.in: Change i[34]86 to i[345]86.
13730 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13732         * configure (version): A few more tweaks to help message.
13734 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13736         * Makefile.in:  Remove (for now) librx as a host library,
13737         now that we're building it for target.
13739 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13741         * configure: Fix up help message; from karl@owl.hq.ileaf.com
13742         (Karl Berry).
13744 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13746         * configure.in:  Also configure librx.
13748 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13750         * Makefile.in:  Update various rules to reflect that librx
13751         is now needed for libg++.
13753 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13755         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13757 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
13759         * configure.in: Configure the examples directory.
13761 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13763         * configure: Simplify Jun 2 1994 change.
13765 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13767         * change CC to /usr/latest/bin/gcc for lynx host builds, since
13768         /bin/gcc isn't good enough to build gcc.
13770 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
13772         * Makefile.in (GDB_SUPPORT_FILES): Remove
13773         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
13774         (gdb.tar.gz): Add new rule to use standard distribution building
13775         mechanism.
13777 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13779         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
13780         Bill Cox <bill@cygnus.com>.
13782 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13784         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
13786 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
13788         * configure:  Search current dir first in .gdbinit.
13790 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13792         * config.sub:  Recognize freebsd (merged from gcc config.sub).
13794 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13796         * config.sub:  Refer to NeXT's operating system as nextstep.
13798         * config.sub (case $basic_machine):  Re-order the cases, to match
13799         the order in the FSF version (which is mostly alphabethical).
13800         Merge in some additions and changes from the FSF.
13802 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
13804         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13805         * config.sub: Recognize cxux7.
13806         * configure.in: Use mh-cxux for m88k-harris-cxux*.
13808 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13810         * config.sub:  Fix typo powerpc -> powerpc-*.
13812 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
13814         * Makefile.in: `all-emacs19' depends on `all-byacc'.
13816         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13817         parallel with all-emacs and install-emacs).  Top-level command
13818         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13820 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13822         * test-build.mk ($(host)-stamp-stage2-installed): Remove
13823         $(relbindir)/make before doing ``make install'', and use
13824         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
13825         installing over running make binary.
13826         ($(host)-stamp-stage3-installed): Likewise.
13828 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13830         * config.guess: Recognize Mach.
13832 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13834         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13835         see whether --exec-prefix was used.
13837 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13839         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
13841 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13843         * Makefile.in: Add all-librx target similar to all-libproc.
13845 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
13847         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
13848         with post 1.2 uname bogosity.
13850 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13852         * configure: Remove temporary files on receipt of a signal.
13854 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
13856         * configure: If there is a package_makefile_frag, remove
13857         ${subdir}/Makefile.tem after copying it in.
13859 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13861         * build_all.mk: support rs6000 lynx identifies itself as
13862         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
13863         since /bin/gcc is too feeble to compile a modern gcc.
13865 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13867         * brought devo/test-build.mk update-to-date with progressive/
13868           test-build.mk. Add lynx targets and hppa flag info.
13870 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13872         * configure.in:  Use mh-ncrsvr43.  Patch from
13873         Tom McConnell <tmcconne@sedona.intel.com>.
13875 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13877         * config.guess (i386-unknown-bsdi):  No longer need to
13878         check #if defined(__bsdi__) && defined(__i386__).
13880 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13882         * configure: Set program_transform_nameoption correctly.
13884 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13886         * brought build-all.mk update-to-date with progressive build-all.mk,
13887           added new targets and hppa info.
13889 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13891         * configure: If config.guess result is a prefix of the user
13892         specified target, assume a native build and use the user specified
13893         target as the host alias.  Remove SunOS patch suffix removal hack.
13894         * configure.in: Remove SunOS patch suffix removal hack.
13896         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13897         in NATIVE_CHECK_MODULES.
13899 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
13901         * Makefile.in: Rename HOST_ONLY to NATIVE.
13902         * configure: Delete SunOs patch suffix from host_canonical
13903           and build_canonical variables that are prepended to Makefiles.
13904         * configure.in: Add comments for easier maintenance.
13906 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13908         * Makefile.in: Add all-libproc target similar to all-gui.
13910 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
13912         * Makefile.in (CHECK_MODULES): split into
13913         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13915 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
13917         * config.guess (i386-unknown-bsdi): New system to guess.
13919 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13921         * Makefile.in: Add all-gui target (but not yet build by "all").
13923 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
13925         * config.sub: Move deletion of patch suffix from here...
13926         * configure.in: To here, at Ian's suggestion.  The top-
13927           level scripts might need to know of a patch level.
13929 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
13931         * config.sub: Strip off patch suffix so rtl is recognized
13932           as a sunos4.1.3 machine, even though it's been patched.
13934 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
13936         * Makefile.in (INSTALL_LAST): Delete.
13937         (INSTALL_DOSREL): New.
13939 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13941         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13942         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13943         whether we pass down --with-gnu-ld anyhow.
13945 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
13947         * Makefile.in (INSTALL_LAST): Change operation so it works
13948         on more flavors of make.
13949         * configure.in (go32): Don't build libg++ or libio.
13951 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
13953         * Makefile.in (Move HOST_PREFIX_1 and friends up so
13954         they can be overriden by templates.
13956 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
13958         * configure.in (target==go32): Don't build gdb.
13959         * dosrel: New directory.
13961 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
13963         * configure.in (host==go32): Configure dosrel too.
13964         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13965         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13966         be set by incoming names or templates.
13967         (INSTALL_LAST): New rule.
13969 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
13971         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13973 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13975         * configure.in (appdirs): New variable.  Currently empty, but will
13976         be used in gas distribution.  If nonempty, lists a set of
13977         directories at least one of which must get configured, or top
13978         level configuration is considered to have failed.
13979         (rs6000-*-lynxos*): Use new file name.
13981 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13983         Eliminate XTRAFLAGS.
13984         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13985         newlib include files using -idirafter, and also use -nostdinc.
13986         (CXX_FOR_TARGET): Likewise.
13987         (XTRAFLAGS): Removed.
13988         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13989         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13990         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13991         ($(DO_X)): Don't pass down XTRAFLAGS.
13993 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13995         * configure.in (mips*-dec-bsd*): New target; do build linker.
13996         (mips*-*-bsd*): New target; don't build linker.
13998 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14000         * configure.in: support rs6000-*-lynxos* configuration.
14001         support sunos4 as a cross target.
14003         * config.sub: look for lynx*, not lynx since the OS version may
14004         legitimately be part of the name.
14006 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14008         * configure.in (i[34]86-*-sco*): Move to be with other i386
14009         targets.
14010         (romp-*-*): New target.  Skip various binary utilities.
14011         (vax-*-*): New target.  Don't build newlib.
14012         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
14014 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14016         * configure.in: Only set host_makefile_frag if config
14017         directory exists.
14019 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14021         * install.sh: If $dstdir exists, don't check whether each
14022         component does.
14024 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14026         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14028 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
14030         * configure.in (*-*-lynxos*): Don't configure newlib for either
14031         native or cross Lynx.
14033 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
14035         * config.sub (sparc64-elf): Fix os.
14036         (z8k): Remove duplicate.
14038 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14040         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14041         gcc/stmp-fixproto, to try to prevent fixproto from being run.
14043 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
14045         * configure: Make file links cleanly even if Lynx fails on
14046           an NFS symlink (at least fail cleanly).
14048 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14050         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14051         -XNh2000.
14053 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14055         * configure: Unknown options are fatal again.
14057 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
14059         * configure: Ignore --x-includes and --x-libraries, for Autoconf
14060         compatibility.
14062 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
14064         * build-all.mk: Add `clean' target.
14066 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14068         * config.guess:  Add SINIX support.
14069         * configure.in:  Add mips-*-sysv4* support.
14071 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
14073         * build-all.mk: Document all useful targets.
14074         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14075         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14077 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14079         * configure: Support --silent, --quiet.
14081 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14083         * configure: Support --disable-FEATURE.
14085 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14087         * config.guess: Recognize NCR running SVR4.3.
14089 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14091         * config.guess:  Make BSDI generate i386-unknown-bsd386.
14092         Patch from Paul Eggert <eggert@twinsun.com>.
14094 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14096         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14098 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14100         * configure: Make unrecognized options give nonfatal warnings
14101         instead of fatal errors, and pass them to any subdirectory
14102         configures in case they recognize them.
14103         Make --x equivalent to --with-x.
14105 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14107         * configure: Add --enable-* options.  Clean up usage message and
14108         some comments.
14110 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
14112         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14114 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14116         * configure.in (hppa*-*-*): Enable binutils.
14118 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14120         * config.sub: Recognize cisco.
14122 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
14124         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14126 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14128         * config.guess: about target *-hitachi-hiuxwe2, don't print more
14129         than one configuration name.  Add comment.
14131 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
14133         * config.guess: about target *-hitachi-hiuxwe2, fixed
14134         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
14135         macro is incorrect.]
14137 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14139         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14140         than the "make ls" stuff which used to be here.
14142 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14144         * config.guess:  Recognize i[34]86-unknown-freebsd.
14145         From Shawn M Carey <smcarey@rodan.syr.edu>.
14147 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14149         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14151 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
14153         * config.guess: Check for ptx.
14155 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
14157         * config.sub: Add os9k checking.
14159 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14161         * config.guess: Handle OSF1 running on HPPA processors
14163 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14165         * configure: If subdir configure fails, print out a message with
14166         subdirectory name, in case subdir's configure code didn't identify
14167         itself.
14169 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
14171         * configure.in: Remove embedded newlines from configdirs.
14172         Avoid mismatches of substrings.  Fix matching strings at end
14173         of configdirs.
14175 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
14177         * config.guess:  Add Lynx/rs6000 config support.
14179 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14181         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14183 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
14185         * configure.in (hppa*-*-osf*): Treat this just like most other
14186         PA configurations (eg no binutils or ld).
14187         (hppa*-*-*elf*): These configurations have binutils and ld.
14189 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14191         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
14193 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14195         * configure.in (rs6000-*-*): Build gas.
14197 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14199         * Makefile.in:  Avoid bug in losing hpux sed.
14201 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14203         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14204         for GDB and GDB has been fixed to not need it.
14206 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14208         * config.guess: Recognize vax hosts.
14210 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14212         * configure (while loop): Don't use "break 2" inside case
14213         statement -- the case statement isn't an enclosing loop.
14215 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14217         * config.guess:  Clean up NeXT support, to allow nextstep
14218         on Intel machines.  Make OS be nextstep.
14220 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
14222         * config.guess: Add alternate forms for Convex.
14224 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
14226         * configure:  Completely rewrite option processing.  Take
14227         advantage of pattern-matching to avoid invoking test frequently.
14228         Also clean up host and target defaulting logic.
14230 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14232         * Makefile.in: Replace all occurrances of "rootme" with "r" and
14233         "$${rootme}" with "$$r", to increase the likelihood that the do-*
14234         commands (plus user environment) will fit SCO limits.
14236 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14238         * configure.in: Don't issue warnings about directories which are
14239         not being configured if -norecursion is set.  Correct test for
14240         --with-gnu-as and --with-gnu-ld to not get confused by substring
14241         matches.
14243         * configure.in: Don't build gas for alpha-dec-osf1*.
14245 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
14247         * configure:  Back out Per's change of 12/19/1993.  It changes the
14248         behavior of configure in unexpected and confusing ways.
14250         Also, use different delim char when calculating
14251         program_transform_name so that the name can contain slashes.
14253 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
14255         * configure.in, config.sub: Add support for VSTa micro-kernel.
14257 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
14259         * configure.in: Nuke hacks which were used to get a special
14260         version of GAS for HPPA configurations.
14262 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14264         * configure:  If only ${target_alias} is given, use that
14265         as the default for ${host_alias}.
14266         * configure:  Add missing back-slashes before nested quotes.
14268 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14270         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14272 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
14274         * config.guess:  Recognize some Tektronix configurations.
14275         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14277 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14279         * config.sub: Match any flavor of SH.
14281 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
14283         * configure.in: Don't try to configure newlib for Alpha.
14285 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14287         * configure.in: Don't build ld for Irix 5.  Don't build gas,
14288         libg++ or libio for any Alpha target.
14290         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14292 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
14294         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14295         default arguments -- so it tried to compress itself.
14297 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14299         * configure.in (notsupp): ensure that a space is always at the end
14300           of the configdirs list, since the grep checks for an explicit space
14302 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14304         * configure.in (target i386-sysv4.2): don't build ld, since static
14305           versions of many libraries are not available.
14307 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14309         * config.guess: Recognize Apollos (using environment variables).
14310         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14312 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14314         * config.guess: Recognize Sony news mips running newsos.
14316 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
14318         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14319         "fi ; else" for bash.
14321 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
14323         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14325 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
14327         * config.sub: accept unixware as an alias for svr4.2.
14328         Fix some inconsistancies with the gcc version.
14330 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14332         * Makefile.in (DISTDOCDIRS):  Add gdb.
14334 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14336         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
14338 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14340         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14341         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14342         this now.
14344 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14346         * config.sub: Accept hiux* as an OS name.
14348         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14349         etc/make-stds.texi.  The underscore came from gcc, and dje now
14350         agrees that RUNTESTFLAGS is the correct name.
14352 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14354         * install.sh:  Remove 'set -e'.  It makes any conditionals
14355         in the script useless.
14357         * config.guess: Automatically recognize arm-acorn-riscix
14358         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14360 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14362         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14364 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14366         * Makefile.in (DISTDOCDIRS): New variable.
14367         (taz): Edit local Makefile.in sooner, instead of proto-toplev
14368         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
14370 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14372         * configure.in (hppa target): check the source directory for the
14373           pagas sub-directory
14375 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
14377         * config.sub: Allow -aout* and -elf*.
14379 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14381         * configure.in: Don't build ld on i386-solaris2, same as for
14382         sparc-solaris2.
14384 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14386         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14388 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14390         * configure.in:  Configure gdb for alpha.
14392 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14394         * Makefile.in (CXXFLAGS): Add -O.
14396 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14398         * config.guess: added support for DG Aviion
14400 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14402         * configure.in: Produce warning message for subdirectories not
14403         configurable for this host/target combination.  Don't try to
14404         configure gdb for vms.
14406 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14408         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14409         appropriate files before making "diststuff".
14410         (DISTBISONFILES): New var: list of files to be edited.
14411         (DISTSTUFFDIRS): Add binutils.
14413 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14415         * config.sub: also handle mipsel and mips64el (for little endian mips)
14417 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14419         * configure.in: Add * to end of all OS names.
14421 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
14423         * configure.in: Build newlib for LynxOS native.
14425 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14427         * config.guess: Add support for delta 88k running SVR3.
14429         * configure.in: Add comment about HP compiler vs. emacs.
14431 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14433         * configure.in: don't build ld on solaris2 (not a viable option
14434           due to bugs in getpwnam & getpwuid)
14436 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14438         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14439         config.guess will produce a full version number.
14441 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14443         * configure.in: Build linker and binutils for alpha-dec-osf1.
14445 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14447         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14448         and gdb/testsuite/Makefile.in.
14450 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14452         * configure.in: recognize mips*- instead of mips-
14454 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
14456         * config.sub: Accept linux*coff and linux*elf as operating
14457         systems.
14459 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14461         * config.sub: Recognize mips64, and mips3 as an alias for it.
14463 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14465         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14466         gdb knows how to handle OSF/1 shared libraries.
14468 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14470         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14471         * config.guess: Recognize Hitachi's HIUX.
14472         * config.sub: Recognize h3050r* and hppahitachi.
14473         Remove redundant cases for hp9k[23]*.
14475 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14477         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14478         if gas and ld are in the source tree and are in ${configdirs}.
14479         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14480         --with options (but still pass them down on the command line,
14481         if they were explicitly specified).
14483 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14485         * configure: substitute SHELL value in Makefile.in with
14486         ${CONFIG_SHELL}
14488 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14490         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14491         *-*-solaris2* targets.
14493 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14495         * Makefile.in: define M4, and pass it down to sub-makes;
14496         all-autoconf now depends on all-m4
14498 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14500         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14501         presence of {ar,ranlib} instead of a configured directory
14503 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
14505         * config.guess: Accept 34?? as well as 33?? for NCR.
14507 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14509         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14510         of 'gas' in sed commands, since 'gash' is now in the tree as well.
14512 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14514         * configure: grab values for $(CC) and $(CXX) from the
14515         environment, so that someone can do "CC=gcc configure; make" and
14516         have it work right (matching the way that autoconf works now)
14518         * configure.in, Makefile.in: add support for gash, the tcl
14519         interface to Galaxy
14521         * config.guess: add NetBSD variants (hp300, x86)
14523 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
14525         * install.sh: Support -d option (in the manner of SunOS 4 install,
14526         as it is more deterministic than that of GNU install)
14527         (chmodcmd): Set file to mode 755 by default (should also do default
14528         chgrp and chown, but I don't feel like dealing with that now)
14530 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
14532         * config.sub: Remove h8300hhms alias.
14534 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14536         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14538 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14540         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14541         as stmp-fixinc
14543 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14545         * config.sub: recognize m88110-bug-coff.
14547 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14549         * Makefile.in (all-libio): all dependencies on the toolchain used
14550         to build this (gcc, gas, ld, etc)
14552 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14554         * config.guess: Deal with OSF/1 1.3 on alpha.
14556 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14558         * install.sh: add some 'else true' clauses for portability
14560         * configure.in: don't build libio for h8[35]00-*-* targets
14562 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14564         * Makefile.in:  Add support for new libio.
14566 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14568         * install.sh: If one command fails, don't try the rest.  Don't try
14569         to remove $dsttmp (via trap) unless we have already created it.
14570         If $src doesn't exist, detect it and exit with an error.
14572         * config.guess: Recognize BSD on hp300.
14574 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14576         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14577         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14579 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
14581         * Makefile.in (all-send-pr): depends on all-prms
14583 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14585         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14587 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14589         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14590         Added test for mips-mips-riscos5.
14592 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14594         * configure.in: use mh-hp300 for 68k HP hosts
14596 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14598         * configure: add support for CONFIG_SHELL, so that you can use
14599         some alternate shell for evaluating configure scripts
14601 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
14603         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
14604         in configure script to bug-gdb@prep.ai.mit.edu when building
14605         distribution archive.
14606         * Makefile.in (COMPRESS):  Remove def.
14607         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
14608         gdb.tar.Z and make-gdb.tar.Z respectively.
14609         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
14610         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
14611         to convergence with 'taz' target in Makefile.in.
14613 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14615         * install.sh (dsttmp): use trap to ensure that tmp files go
14616         away on error conditions
14618 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14620         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14622 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14624         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14625         its parent is '/' not ''.
14627         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14629 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
14631         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14632         that ${newsrcdir}/configure.in does.
14634 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14636         * test-build.mk: support for CONFIG_SHELL
14638 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
14640         * config.sub (netware):  Add as a basic system type.
14642 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14644         * Makefile.in (Makefile): depend on configure.in.  Also drop the
14645           $(srcdir)/ from the dependency on Makefile.in.
14647 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
14649         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14650         (h8300hhms is temporary until multi-libraries are implemented).
14651         * configure.in: Handle h8300h too.
14653 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14655         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14657 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
14659         * configure:  Remove extraneous output when guessing host type.
14660         * config.guess:  Remove extraneous output when guessing using C
14661         compiler rather than uname, or when guessing fails.
14663 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
14665         * Makefile.in: remove all.cross and install.cross targets
14667         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14668           definitions
14670 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
14672         * configure.in (target sh): Build gprof.
14674 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14676         * config.sub: change -solaris to -solaris2
14678 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14680         * configure.in: Use config/mh-riscos for mips-*-sysv*.
14682 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
14684         * configure: Correct error message for missing Makefile.in to
14685         print correct directory.
14687 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14689         * install.sh: kludge around 386BSD shell bug
14691 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
14693         * config.guess:  Recognize NeXT.
14694         * config.guess:  Recognize i486-ncr-sysv4.
14695         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
14697 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
14699         * Makefile.in (MAKEINFOFLAGS): New variable.
14700         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14701         * build-all.mk, test-build.mk: Pass down --no-split as
14702         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
14704 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
14706         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
14708 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
14710         * Makefile.in (libg++.tar.z):  New rule.
14711         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
14712         * Makefile.in (taz):  Only do a single chmod.
14714 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14716         * install.sh: don't use dirname anymore (replaced with sed usage)
14718 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
14720         * Makefile.in:  Change extension for gzip'd files from '.z' to
14721         '.gz' per new FSF standard usage.
14723 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14725         * configure: put quotes around the final value of program_transform_name
14727 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14729         * Makefile.in: new install.sh support; update install-info rules
14731 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
14733         * configure.in: Build diff for crosses, but not for go32 host.
14735         * configure.in: Build gprof only for native, and don't build it
14736         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14738 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
14740         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14742 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14744         * configure.in (host_tools): Add prms.
14746 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14748         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14749         with $(FLAGS_TO_PASS) on the command line
14751         * config.sub: Recognize lynx and lynxos
14753 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
14755         * config.sub: Accept -ecoff*, not just -ecoff.
14757 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14759         * Makefile.in (taz): Use .gz suffix instead of .z.
14760         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14761         names.
14763 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14765         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14767 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14769         * Makefile.in (install-no-fixedincludes):  install gcc last, so
14770         that rebuilds that might happen during 'make install' don't get
14771         bogus gcc include files
14773 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14775         Change from Utah for HPPA support:
14776         * config.guess: Recognize hppa1.x-hp-bsd.
14778 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
14780         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
14781         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14783 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14785         * config.sub: Add support for rom68k and bug boot monitors.
14787 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
14789         * Makefile.in: Make all-opcodes depend on all-bfd.
14791 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
14793         * config.guess: Added special check for i[34]86-univel-sysv4*.
14795 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
14797         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14798         the processor rather than assuming i486.
14800 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14802         * config.guess: Recognize SunOS6 as Solaris3.
14804 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
14806         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
14807         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14809 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
14811         * build-all.mk (all-cross): New target for Canadian Cross.
14812         Added Q2 go32 targets.
14813         * test-build.mk: Configure go32 cross sparclite-aout and
14814         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
14815         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14817 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14819         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14820         GO32 hosted toolchains
14822 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14824         * configure: change  so "-exec-prefix" gets passed down rather
14825         than "-exec_prefix" so autoconf generated Makefiles get the
14826         exec_prefix set right.
14828 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14830         * config.guess: get the Solaris2 minor version number
14832         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14834 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14836         * config.guess: Recognize some Sequent platforms.
14838 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14840         * Makefile.in: added the vault-install target
14842         * configure.in: actually use the Sun3 makefile fragment that's in
14843         config, also added the release dir to configdirs
14845 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14847         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14849 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14851         * configure.in: remove some program from Alpha targetted toolchains
14853 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
14855         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
14856         gprof.
14857         (taz): Run "make diststuff" in those directories instead of "make
14858         proto-dir".  Look for "VERSION=" only at start of line in subdir
14859         Makefile.  Use "gzip -9" for compression.
14860         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14861         (binutils.tar.z): New target.
14863 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14865         * Makefile.in (taz): Include gpl.texinfo.
14867 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14869         * Makefile.in (setup-dirs): Merged into "taz" target.
14870         (taz): Only do `proto-dir' stuff if a directory is actually needed
14871         for this target.
14873 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
14875         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14876         (FLAGS_TO_PASS): Pass down MUNCH_NM.
14877         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14878         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14879         (gcc-no-fixedincludes): Correct for current gcc Makefile.
14881 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
14883         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
14884         config.sub, and move-if-change to gdb testsuite distribution
14885         archive, so the testsuite can be extracted, configured, and
14886         run separately from the gdb distribution.  Blow away the Chill
14887         tests that require a Chill compiled executable, since GNU Chill
14888         is not yet publically available.
14890 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14892         * test-build.mk: set environment variables in a single command,
14893         instead of a list of assignments and exports
14895         * config.guess: recognize Alpha/OSF1 systems
14897 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14899         * configure: Change help message to prefer --options rather than
14900           -options.
14902 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14904         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14905         zippy@ecst.csuchico.edu.
14906         * config.guess: Recognize miniframe.
14908 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14910         * Makefile.in: Use srcroot to find runtest rather than rootme.
14911         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
14913 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
14915         * test-build.mk: Extensive additions to support building on a
14916         machine other than the host.
14918 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14920         * configure (tooldir): Fix for i386-aix again.
14922 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
14924         * configure, Makefile.in:  Change definition of $(tooldir)
14925         to match the FSF.
14927 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
14929         * config.guess:  Recognize i[34]86/SVR4.
14931 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14933         * Makefile.in (all-gdb): gdb depends on sim.
14935 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
14937         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
14938         at the same time we make the prototype gdb directory.
14939         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
14940         files at the same time as the gdb base release distribution.
14942 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
14944         * Makefile.in (check): Use individual check targets rather than
14945         DO_X rule.
14946         (check-gcc): Added.
14948 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
14950         * config.sub: Use sysv3.2 not sysv32 for canonical OS
14951         for System V release 3.2.
14953 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14955         * config.sub: Recognize hppaosf.
14956         * configure.in: Do configure ld/binutils/gas for it.
14958 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14960         * configure (tooldir): Alter syntax used to set this, for systems
14961         where "\$" isn't handled right, like i386-aix.
14963 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14965         * configure: Pass program-transform-name, not
14966         program_transform_name, to recursive configures.
14968 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
14970         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14971         of gas+ld+binutils.
14973 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
14975         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
14977 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14979         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14981 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14983         * Makefile.in (PRMS): Set back to all-prms.
14985 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
14987         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14988         targets, rather than for MIPS hosts.
14990 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14992         * configure.in: add comment for --with-x default values
14994         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14996         * Makefile.in: add check-* targets for each of the directories in
14997         the tree.  Add a definition of RUNTEST that will use the one we
14998         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
15000 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
15002         * configure.in: Removed obsolete references to bfd_target and
15003         target_makefile_frag.
15005         * build-all.mk: Set assorted targets for Q2.
15006         * config.sub: Recognize z8k-sim and h8300-hms.
15007         * test-build.mk: Really don't pass host to configure.
15008         (HOLES): Added uname.
15010 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
15012         * configure: Handle an empty program-prefix, program-suffix or
15013         program-transform-name correctly.
15015 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15017         * build-all.mk: -G 8 no longer required for MIPS targets.
15018         * test-build.mk: Don't pass host argument to configure; make it
15019         guess.
15021 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
15023         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
15024         * Makefile.in (COMPRESS):  New macro, like GZIP.
15026 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15028         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15030         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15031         with gas currently defaults to -G 0.
15033 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
15035         * Makefile.in (all-flex): flex depends on byacc.
15037         * build-all.mk: If host not specified, use config.guess.  Pass TAG
15038         to test-build.mk as RELEASE_TAG.
15039         * test-build.mk (configargs): New variable containing arguments to
15040         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
15041         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15043         * config.guess: Use /bin/uname when checking -X argument on SCO,
15044         to avoid invoking GNU uname which doesn't understand -X.
15046         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15048         * configure.in: Build gas for mips-*-*.
15050 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15052         * Makefile.in (all.normal): insert missing backslash.
15054 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15056         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15058         * Makefile.in: Complete overhaul to merge many almost identical
15059         targets.
15061 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15063         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15064         (gdb.tar.Z): Adjusted.
15066         * Makefile.in (setup-dirs, taz): New targets; should be general
15067         enough to adapt for gdb sometime.  Build only .z file.
15068         (gas.tar.z): New target.
15070 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
15072         * build-all.mk: Use CC=cc -Xs on Solaris.
15074 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
15076         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
15077         for handling BISON for FSF releases.
15079 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15081         * configure: Actually implement the change zoo just documented.
15083 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
15085         * configure: when using config.guess, only set target_alias when
15086         it's not already been set (ie, on the command line)
15088 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15090         * Makefile.in: add installcheck target, set PRMS to install-prms
15092 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15094         * configure: add support for package_makefile_fragment, handle the
15095         case where a directory has a configure.in file but no Makefile.in
15096         more gracefully (with an actual understandable error message, even);
15097         add support for --without (and add this to the usage message); also
15098         explicitly add a --host=${host_alias} to the command line when
15099         config.guess is used
15101 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15103         * configure: Must use both --host and --target in recursive calls.
15105 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15107         * Makefile.in: Change deja-gnu to dejagnu.
15109 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15111         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15113 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15115         * configure.in: canonicalize all instances to *-*-solaris2*,
15116         also strip out a number of tools to not build for go32 host
15118 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15120         * config.guess: add GPL.
15122         * Makefile.in, config.guess, config.sub, configure: bump
15123           copyrights to 93.
15125 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
15127         * Makefile.in (do-info): Removed obsolete check for existence of
15128         localenv file.
15130         * Makefile.in (MAKEOVERRIDES): Define to be empty.
15132 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15134         * Makefile.in: a couple of 'else true' for decstation,
15135         support for TclX
15137         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15139 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
15141         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15143 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
15145         * config.guess: Recognize i386-ibm-aix (PS/2).
15146         * configure.in: Use config/mh-aix386 file for it.
15148 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
15150         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15151         CC_FOR_TARGET instead.
15152         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15154 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
15156         * Makefile.in: Add sim to list of directories sent with gdb
15158 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15160         * configure.in: Put back mips-dec-bsd* case.
15162 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
15164         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15165         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
15166         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15168 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15170         * configure.in: remove no-op mips-dec-bsd* in "case $target"
15172         * Makefile.in (dir.info): only run gen-info-dir if it exists,
15173         (install-info): install dir.info only if it exists,
15174         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15176 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
15178         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
15179         gas for mips-dec-bsd.
15181 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
15183         * configure (makesrcdir): If ${srcdir} is relative and not ".",
15184         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15186 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15188         * configure.in: Added "dejagnu" to hosttools list.
15190 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
15192         * config.sub, configure.in, config.guess:  Add support
15193         for Bosx, an AIX variant from Bull.
15194         Patches from F.Pierresteguy@frcl.bull.fr.
15196 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15198         * devo/dejagnu: Initial creation of devo/dejagnu.
15199         Migrated dejagnu testcases and support files for testing software
15200         tools to reside as subdirectories, currently called "testsuite",
15201         within the directory of the software tool.  Migrated all programs,
15202         support libraries, etc. beloging to dejagnu proper from
15203         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
15204         with no modifications.  The changes to these files which will
15205         allow them to configure, build, and execute properly will be made
15206         in a future update.
15208 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15210         * Makefile.in: Change send_pr to send-pr.
15211         * configure.in: Likewise.
15212         * send_pr: Renamed directory to send-pr.
15214 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
15216         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
15218 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
15220         * README:  Update for gdb-4.8 release.
15221         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
15222         gdb-xxx.tar.z (gzip'd) file also.
15224 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15226         * Makefile.in: make all-diff depend on all-libiberty
15228 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
15230         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15232 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15234         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15236 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
15238         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
15239         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
15240         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
15242 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15244         * Makefile.in:  makeinfo binary is in a new location
15246 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
15248         * config.sub: Accept -ecoff as an OS.
15250         * Makefile.in: Various changes to eliminate a level of make
15251         recursion and reduce the required command line length.
15252         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15253         sub-makes.
15254         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15255         variables holding settings for specific sub-makes.
15256         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15257         in terms of BASE_FLAGS_TO_PASS.
15258         (TARGET_LIBS): New variable listing directories which use
15259         TARGET_FLAGS_TO_PASS.
15260         (subdir_do): Eliminated.
15261         (do-*): New set of targets to replace subdir_do.
15262         (various): All targets which used subdir_do now depend on do-*.
15263         (local-clean): Renamed from do_clean.
15264         (local-distclean): New target, dependency of distclean and
15265         realclean.
15266         (install-info): Don't create directories.  Depend on dir.info
15267         rather than calling make recursively.
15268         (install-dir.info): Eliminated.
15269         (install-info-dirs): Create all info directories here.
15270         (dir.info): Depend upon do-install-info.
15272         * test-build.mk (HOLES): Added false.
15274 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
15276         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
15278 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15280         * Makefile.in (info): remove dependency on all-texinfo.  The
15281         problem was really in texinfo/C, not at this level.
15283 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15285         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15287 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
15289         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
15290         GDB releases.
15292 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15294         * configure: Include srcdir in message about target of link not
15295         being found.  Don't convert `-' to `_' in `with' options being
15296         passed to subdirs.
15298 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15300         * configure.in: add uudecode to host_tools
15302         * Makefile.in: added {all,install}-uudecode targets, added them to
15303         the appropriate lists
15305 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
15307         * Makefile.in (all-gcc): Added dependency on all-gas.
15309         * configure.in (mips-*-*): Build ld and binutils.
15311 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15313         * configure: check return code from mkdir, print error message and
15314           exit on failure.
15316 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
15318         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
15320 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
15322         * test-build.mk (HOLES): Added tar, cpio and uudecode.
15324 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15326         * config.sub (h8500):  Recognize this as a cpu type.
15328 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15330         * configure: source directory missing is no longer a warning
15332         * configure.in: recognize irix[34]* instead of irix[34]
15334         * Makefile.in: define and pass down X11_LIB
15336 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
15338         * guess-systype: Renamed to ...
15339         * config.guess:  ... by popular request.
15340         * configure.in, Makefile.in:  Update accordingly.
15342 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
15344         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
15345         + Add Convex, Cray/Unicos, and Encore/Multimax support.
15346         + Execute ./dummy instead of assuming . is in PATH.
15348 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
15350         * guess-systype:  New shell script.  Attempts to guess the
15351         canonical host name of the executing host.
15352         Only a few hosts are supported so far.
15353         * configure:  Call guess-systype if no host is specified.
15355 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15357         * Makefile.in (gcc-no-fixedincludes): Made to work with current
15358         gcc Makefile.
15361 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
15363         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15364         (all-gcc, install-gcc, subdir_do): Use it.
15366 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15368         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15370 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
15372         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15373           set exclusively by configure, using configure.in .
15375 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15377         * test-build.mk: set $PATH for all builds
15379         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15381 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
15383         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
15384         the one used in gcc/Makefile.in, so that a null expansion doesn't
15385         override the one needed to build gcc with a native cc.
15388 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15390         * configure: Accept -with arguments.
15392 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15394         * Makefile.in: added h8300sim
15396 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
15398         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15399         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
15400         (all-cygnus, native, build-cygnus): Make
15401         $(canonhost)-stamp-3stage-done, not $(host)....
15402         * test-build.mk (stamp-3stage-compared): Use tail +10c for
15403         i386-sco3.2v4.  Added else true to if command.
15405 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
15407         * config.sub: (from FSF) Sequent uses a BSD-like OS.
15409 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
15411         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15413 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15415         * configure.in: don't remove binutils from Solaris builds
15417 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
15419         * Makefile.in: get rid of earlier definitions for *clean,
15420         also handle the recursive info rule better
15422 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
15424         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
15425         do more-or-less the right thing.
15427 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
15429         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15430         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15432 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15434         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15435         $(host_canonical).
15437         * configure.in: split the configdirs list into 4 categories (native
15438         v. cross, library v. tool) and handle the cross-only and native-
15439         only in more reasonable (and correct!) way.
15441 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
15443         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
15444         configdirs anymore.
15446 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15448         * Makefile.in: extensive cleanup::  removed all of the explicit
15449         clean-* targets, collapsed many wrappers around subdir_do into
15450         one, added additional targets to satisfy standards.texi, deleted
15451         some old targets, some changes for consistency
15453 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15455         * configure.in: handle some programs as cross-only, and others as
15456         native only
15458         * test-build.mk: handle partial holes in a more generic manner
15460         * Makefile.in: m4 depends on libiberty
15462 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15464         * configure.in: add m4, textutils, fileutils, sed, shellutils,
15465         time, wdiff, and find to configdirs
15467         * Makefile.in: all, clean, and install rules for the new programs
15468         added to configure.in
15470 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15472         * configure.in: use mh-sun for all *-sun-* hosts
15474 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15476         * Makefile.in: define flags for X11 include files and library file
15477         locations, pass them down to the programs that need this info
15479         * build-all.mk: added a 'native' target, to 3stage the native toolchain
15481 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15483         * configure.in: start building libg++ for HP-UX targets
15485 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
15487         * README:  Update references to files moved into etc/.
15489 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
15491         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
15492         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
15494 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15496         * configure: accept dash as well as underscore in long option
15497         names for FSF compatibility.
15499 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
15501         * config.sub: added -sco3.2v4 support from FSF.
15503 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15505         * configure.in: expand the section that adds or removes
15506         directories from the list of programs to build, to handle native
15507         vs. cross in addition to host v. native
15509 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
15511         * Makefile.in:  Replace C++ in macro names with CXX.
15512         This is less likely to break ...
15514 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15516         * test-build.mk: add -w to GNU_MAKE
15518 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15520         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15521         add 'sparc' to list of recognized cpus.  This needed to make
15522         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15523         Delete some redundant ose68 variants.  Recognize -wrs as an os,
15524         then changes that into $CPU-wrs-vxworks.
15526         * configure.in: remove most references to gdbtest, regularize
15527         target based program removal
15529         * test-build.mk: import from p3 tree (many fixes and changes)
15531 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
15533         * Makefile.in: added rules to handle tcl, tk, and expect
15535         * configure.in: handle those directories if they exist
15537 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15539         * config.sub: removed bogus hppabsd and hppahpux names, since
15540         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15542 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15544         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
15545         depends upon all-xiberty
15547         * Makefile.in: changes from p3, including:
15549         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
15551         * Makefile.in (XTRAFLAGS): include newlib directories if
15552         newlib/Makefile exists, rather than if host != target.
15554         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
15556         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15557         from the same source tree and not building a cross-compiler.  This
15558         matters for the libg++ configuration if reconfiguring a tree that
15559         has already been installed.
15561         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
15563         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15564         pick up the machine and system specific header files.
15566         * Makefile.in: added AS_FOR_TARGET, passed down in
15567         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15568         the C compiler to use to create programs which are run in the
15569         build environment, set it to default to $(CC), and passed it down
15570         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15572         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
15574         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15575         We need them for unusual native builds, like systems without
15576         ranlib.
15578         * configure: also define $(host_canonical) and
15579         $(target_canonical), which are the full, canonical names for the
15580         given host and target
15582 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
15584         * Makefile.in:  Added separate definitions for C++.
15586 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
15588         * configure.in (configdirs):  Add deja-gnu.
15590 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
15592         * README:  Update for configure.texi and gdb-4.7 release.
15594 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
15596         * Makefile.in:  Move "all" target to top of file.
15597         Previously, first target was ".PHONY" which caused BSD4.4 make
15598         to build .PHONY when make was run without arguments.
15600 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
15602         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
15603         Library-copylefted code in libiberty.
15605 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
15607         * config.sub:  Replace m68kmote with plain old m68k.
15609 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
15611         * Makefile.in:  Remove space from blank line, avoid Make complaints.
15613 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
15615         * config.sub: Complain if no argument is given.  Added support for
15616         386bsd as OS and target alias.
15618 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
15620         * Makefile.in (XTRAFLAGS): include newlib directories if
15621         newlib/Makefile exists, rather than if host != target.
15623 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
15625         * config.sub: recognize sparclite-wrs-vxworks.
15627         * Makefile.in (install-xiberty): added *-xiberty make rules (from
15628         p3.) Added clean-xiberty to clean.
15630 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15632         * configure.in: use *-*-* instead of nested cases for host and target
15634 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
15636         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15637         from the same source tree and not building a cross-compiler.  This
15638         matters for the libg++ configuration if reconfiguring a tree that
15639         has already been installed.
15641 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
15643         * config.sub (i486v/i486v4):  Merge in from FSF version.
15645 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
15647         * configure: only set PWD if it is already set.
15649 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
15651         * configure: just set PWD=`pwd` at the top, since Ultrix sh
15652         doesn't have unset and all success paths (and most error paths)
15653         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15654         to just ${PWD} to avoid confusion.)
15656 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
15658         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15659         even for a native compilation.
15661 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
15663         Changes to make the gdb.tar.Z rule work better.
15665         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
15666         (DEVO_SUPPORT):  Add configure.texi.
15667         (bfd-ilrt.tar.Z):  Remove ancient rule.
15669 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
15671         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15672         pick up the machine and system specific header files.
15674         * configure.in, config.sub: added new target m68010-adobe-scout,
15675         with alias of adobe68k.  Changed configure.in to check for
15676         -scout before -sco* to avoid a false match.
15678         * Makefile.in: added AS_FOR_TARGET, passed down in
15679         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15680         the C compiler to use to create programs which are run in the
15681         build environment, set it to default to $(CC), and passed it down
15682         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15684 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15686         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15687         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
15688         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15689         FOR_TARGET variants, to newlib and libg++.
15691 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15693         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15694         first.
15696 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
15698         * config.sub:  Accept `elf' as an environment.
15700 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15702         * Makefile.in (all-opcodes):  cd into the right directory
15704 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
15706         * configure: added -program_transform_name option, used as
15707         argument to sed when installing programs.
15708         configure.texi: added documentation for -program_prefix,
15709         -program_suffix and -program_transform_name.
15711 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
15713         * config.sub:  Accept i486 where i386 ok.
15715 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
15717         * config.sub: accept we32k
15719 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
15721         * config.sub, configure.in: accept OSE68000 and OSE68k.
15723         * Makefile.in: don't create all directories for ``make install'';
15724         let the subdirectories create the ones they need.
15726 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15728         * COPYING: new file, GPL v2
15730 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15732         * Makefile.in: use the new gen-info-dir, which needs a template
15733         argument (which also lives in texinfo)
15735         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15737 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
15739         * config.sub (ncr3000):  Change i386 to i486.
15741 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15743         * Makefile.in: add install-rcs, install-grep to
15744         install-no-fixedincludes, removed install-bison and install-libgcc
15746 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
15748         * configure.in: grab the HPUX makefile fragment if on HPUX
15750 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15752         * Makefile.in: eradicate bison spoor (ditto libgcc).
15753          configure.in: recognise m68{k,000}-ericsson-OSE.
15754          es1800 is alias for m68k-ericsson-OSE
15756 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15758         * configure.in: rearrange the parts that remove programs from
15759         configdirs, based now on HOST==TARGET or by canonical triple.
15761 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15763         * test-build.mk: recurse explicitly with -f test-build.mk when
15764           appropriate.  predicate stage3 and comparison on the existence
15765           of gcc.  That is, if gcc isn't around, we aren't three-staging.
15766           On very clean, also remove ...stamp-co.  Build in-place before
15767           doing other builds.
15769 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15771         * Makefile.in, configure.in: add tgas
15773 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15775         * Makefile.in: a number of changes merged in from progressive.
15777         * configure.in: add libm.
15779         * .cvsignore: ignore some stuff that comes from test-build.mk.
15781 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
15783         * config.sub:  Add es1800 (m68k-ericsson-es1800).
15785 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15787         * configure: Add program_suffix (parallel to program_prefix)
15788         * Makefile.in: adjust directory-creating script for losing decstation
15790 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
15792         * configure:  Minor $subdir-related fixes.
15794 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15796         * configure: fix various problems with propogating
15797         makefile_target_frag in subdirs.
15798         * configure.in: config libgcc if its there
15800 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
15802         * config.sub:  HPPA merge.
15804 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
15806         * Makefile.in:  Replace all-bison with all-byacc in all
15807         dependency lines for other tools (which now use byacc).
15809 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
15811         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
15813 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
15815         * Makefile.in: make gprof rules similar to byacc rules (instead of
15816         vestigal $(unsubdir) that didn't work...)
15818 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
15820         * config.sub:  Add support for Linux.
15821         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
15822         (at least for libg++).
15824 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
15826         * configure.texi: fix doc for the -nfp option to configure
15828 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
15830         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15832 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
15834         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15835         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15836         * configure.in: added solaris* host_makefile_frag hook.
15838 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15840         * config.sub: changed recognition of m68000 so that various
15841         m68k types can be specified via m680[01234]0
15843 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15845         * config.sub (basic_machine): fix sed so that '-foo' isn't
15846         completely substituted out while .+'-foo' loses the '-foo'
15848 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15850         * config.sub ($os): Add -aout.
15852 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
15854         * configure:  If host_makefile_frag is absolute, don't
15855         prefix ${invsubdir} (relevant to libg++ auto-configure).
15857 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15859         * Makefile.in (tooldir): Define it.
15860         (all-ld): Depend on all-flex.
15862 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
15864         * Makefile.in (check):  Fix libg++ special case.
15866 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
15868         * configure: do not bury `pwd` into config.status, thus do fewer
15869           pwd's.
15871         * configure: print the "Building in" message only when building in
15872           other than "." AND verbose.
15874         * configure: remove -s, rework -v to better accommodate guested
15875           configures.
15877         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15879 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
15881         * Makefile.in: macroize flags passed on recursion.  remove
15882           fileutils.
15884 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
15886         * configure: get makesrcdir right for subdirs deeper than 1.
15888         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15889           install.
15891 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
15893         * Makefile.in: don't print subdir_do or recursion lines.
15895 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
15897         * standards.texi: added menu item.
15899         * Makefile.in: build and install standards.info.
15901         * standards.texi: new file.
15903 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15905         * configure: test for and move config.status pieces from
15906           ${subdir}/.
15908 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
15910         * configure:  Test for existance of files before trying to mv
15911         them, to avoid numerous non-existance messages.
15913 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
15915         * configure: correct final line of config.status.
15917         * configure: patch from eggert.  Avoids a protection problem if
15918           the original Makefile.in is read only.
15920         * configure: use move-if-change from gcc to create config.status.
15921           Some makefiles depend on config.status to tell if a directory
15922           has been reconfigured for a different host.  This change
15923           prevents those directories from remaking everything in the case
15924           where the reconfig was only intended to rebuild a Makefile.
15926         * configure: test for config.sub with "config.sub sun4" rather
15927           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
15928           host alias from a missing config.sub.
15930 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15932         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15933           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
15935 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
15937         * configure: mkdir ${subdir} as needed.
15939 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
15941         * Makefile.in,configure.in: added autoconf.
15943 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15945         * Makefile.in: no longer pass against on recursion.
15947         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15948           definitions are not inherited.
15950         * configure: correct makesrcdir when subdir is .
15952 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
15954         * configure:  Add support for 'subdirs' variable, which is
15955         like 'configdirs', except that configure doesn't re-invoke
15956         itself for subdirs, it just creates a Makefile for each subdir.
15957         * configure.texi:  Document subdirs.
15959 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15961         * configure.in: added flex to configdirs
15963 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
15965         * Makefile.in: remove clean-stamps from clean.
15967 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
15969         * configure.in:  Add gdbtest to configdirs.
15971 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
15973         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
15974         to recursive makes.
15975         * configure.in:  Recognize new ncr3000 config.
15977 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
15979         * Makefile.in, configure.in: removed references to gdbm.
15981 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
15983         * config.sub:  Don't canonicalize os value
15984         newsos* to bsd (readline needs to check for newsos).
15985         (This fix was earlier made Jan 31, but got re-broken.)
15987 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
15989         * configure.in:  sco is an os, not a vendor!
15991         * configure:  Quote $( better.  Keep various shells happy.
15993 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
15995         * Makefile.in: eliminate stamp-files.
15997 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
15999         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
16000           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16002 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
16004         * config.sub:  fix iris/iris3.
16006 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
16008         * configure: re-add -rm.
16010 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
16012         * Maskefile.in: add .stmp-rcs to all.
16014         * configure.in: remove gas from rs6000 build, use aix host fragment.
16016 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
16018         * configure: pass down site_option during recursion.
16020 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
16022         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
16024 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
16026         * configure: Change exec_prefix so that it really defaults to prefix.
16028 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
16030         * Makefile.in, configure.in:  Add support for mmalloc library.
16032 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
16034         * Makefile.in: add stmp dependencies for a few more things.
16036 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
16038         * configure: adjusted error message on objdir/srcdir configure
16039           collision, per john's suggestion.
16041         * Makefile.in: add libiberty stmp to all and all.cross.
16043 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
16045         * Makefile.in: remove force dependencies, add grep to all.
16047 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
16049         * Makefile.in: drop flex.  make stamp files work.
16051         * configure: added test for conflicting configuration in srcdir,
16052           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
16053           gets cranky.  use relative paths for configure and srcdir
16054           whenever possible.  Send some error messages to stderr that were
16055           going to stdout.
16057 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
16059         * Makefile.in:  Fix libg++ rule to check for gcc directory
16060         before using gcc/gcc.  Also pass XTRAFLAGS.
16062 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
16064         * Makefile.in: added stmp-files so that directories aren't polled
16065           when they are already built.
16067         * configure.texi: fixed a node pointer problem.
16069 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
16071         * config.sub configure.in gdb/configure.in
16072         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16073         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16074         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
16076 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16078         * configure: -recurring becomes -silent.  corrected help message
16079           for -site= option.
16081         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16083 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16085         * configure: when building Makefile for crosses, replace
16086           tooldir and program_prefix.  default srcdir from location of
16087           config.sub.  remove "for host in hosts" and "for target in
16088           targets" loops.
16090 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16092         * Makefile.in: Do not pass bindir or mandir to cvs.
16094 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
16096         * Makefile.in, configure.in: removed traces of namesubdir,
16097           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
16098           copyrights to '92, changed some from Cygnus to FSF.
16100         * configure.texi: remove most references to multiple hosts,
16101           multiple targets, subdirs, etc.
16103         * configure.man: removed rcsid. reference config.sub not
16104           config.subr.
16106         * Makefile.in: mkdir $(infodir) on install-info.
16108 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
16110         * configure.texi:  Explain better about .gdbinit and about
16111         the environment that configure.in sections run in.
16113 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
16115         * configure.in:  Ultrix is only a decstation if it's a MIPS.
16117 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
16119         * README:  DOC.configure => cfg-paper.texi.
16121 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
16123         * config.sub (near case $os):  Don't convert newsos* to bsd!
16125 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
16127         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
16128         the number of copies of COPYING that go into the GDB tar file.
16130 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
16132         * bfd/configure.in, gdb/config/mh-i386sco,
16133         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16134         Fix SCO configuration stuff.
16136 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
16138         * Makefile.in:  For libg++, make sure the -I pointing
16139         to the gcc directory goes *after* all the libg++-local -I flags.
16140         Also, move just-gcc dependency from just-libg++ to all-libg++.
16142 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
16144         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
16146 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
16148         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
16150 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
16152         * config.sub:  Add stratus configuration frags.  Also
16153         submitted to FSF.
16155 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
16157         * Makefile.in (DEV_SUPPORT):  add configure.man.
16159         * config.sub(Decode manufacturer-specific):  add -none*.
16161 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
16163         * Makefile.in:  remove form feeds to make Sun's make happy.
16164         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
16166 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
16168         * Makefile.in (AR_FLAGS):  Make quieter.
16170 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
16172         * configure.in:  Add libg++.
16173         * configure:  When verbose, don't output the command line at each
16174         level; it will be unremarkably the same as the previous version,
16175         which will be the same as what the user typed.
16177 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
16179         * configure.in, Makefile.in: fix clean-info, add flex.  add
16180           fileutils.
16182         * configure: be less sensitive to spaces in Makefile.in.  Do not
16183           look for sources in "..".  Doing so breaks subdirectories that
16184           might have their own configure.  If a subdir has it's own
16185           configure script, use it.
16187 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
16189         * cfg-paper.texi: some changes suggested by rms.
16191 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
16193         * config.sub:  Merge in some small additions from the FSF version,
16194         taken from the gcc distribution, to bring the Cygnus and FSF
16195         versions into closer sync.
16197 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
16199         * configure.in:  Changed svr4 references to sysv4.
16201 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
16203         * configure: added -V for version number option.
16205 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
16207         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16208           renamed from DOC.configure to cfg-paper.texi.
16210 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16212         * configure, config.subr, config.sub: config.subr is now
16213           config.sub again.
16215 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
16217         * configure.texi: new file, in progress.
16219         * Makefile.in: build info file and install the man page for
16220           configure.
16222         * configure.man: new file, first cut.
16224         * configure: find config.subr again now that configuration "none"
16225           has gone.  removed all traces of the -ansi option.  removed all
16226           traces of the -languages option.
16228         * config.subr: resync from rms.
16230 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16232         * configure, config.sub, config.subr: merge config.sub into
16233           config.subr, call the result config.subr, remove config.sub, use
16234           config.subr.
16236         * Makefile.in: revised install for dir.info.
16238 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16240         * configure.in: add decstation host makefile frag.
16242         * Makefile.in: BISON now bison -y again.  also install-gcc on
16243           install.  clean-gdbm on clean.  infodir belongs in datadir.
16244           Make directories for info install.  Build dir.info here then
16245           install it.
16247 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16249         * Makefile.in: fix for bad directory tests.
16251 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16253         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
16254           regexp.  -srcdir relative was being handled incorrectly.
16256         * Makefile.in: unwrapped some for loops so that parallel makes
16257           work again and so one can focus one's attention on a particular
16258           package.
16260 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16262         * configure: added PWD as a stand in for `pwd` (for speed). use
16263           elif wherever possible.  make -srcdir work without -objdir.
16264           -objdir= commented out.
16266 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16268         * configure: +options become --options.  -subdirs commented out.
16269           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
16270           Makefile now at top of generated Makefile.  Removed cvs log
16271           entries.  added -srcdir.  create .gdbinit only if there is one
16272           in ${srcdir}.
16274         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
16275           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
16276           and mandir now keyed off datadir by default.
16278 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16280         * Freshly created ChangeLog.
16283 Local Variables:
16284 mode: change-log
16285 left-margin: 8
16286 fill-column: 76
16287 version-control: never
16288 End: