Fix PR45422
[official-gcc.git] / ChangeLog
blob87549190a837a5f79f9eb3ccd0b4d27d6d273fe7
1 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
3         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
4         ports
6 2010-07-28  David Yuste  <david.yuste@gmail.com>
8         * MAINTAINERS (Write After Approval): Add myself.
10 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
12         * configure.ac: Support all v850 targets.
13         * configure: Regenerate.
15 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
17         PR bootstrap/44455
18         * configure.ac (extra_mpfr_configure_flags): Copy from
19         extra_mpc_gmp_configure_flags.
20         * configure: Re-generated.
22 2010-07-22  Andi Kleen  <ak@linux.intel.com>
24         * MAINTAINERS (Write After Approval): Add myself.
26 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
28         * MAINTAINERS (Write After Approval): Add myself.
30 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
32         * MAINTAINERS (Write After Approval): Add myself.
34 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
36         PR target/44862
37         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
38         Provide -B option to allow for link spec %s substitutions for
39         libstdc++.a on darwin.
40         * Makefile.in: Regenerate.
42 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
44         * MAINTAINERS (Reviewers): Update my e-mail address
46 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
48         * Makefile.def (configure-gcc): Depend on all-libelf.
49         * Makefile.in: Rebuild.
51 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
53         * MAINTAINERS (Write After Approval): Add myself in the right place.
55 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
57         * MAINTAINERS (Write After Approval): Add myself.
59 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
61         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
63 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
65         * config.sub: Update to version 2010-05-21.
66         * config.guess: Update to version 2010-04-03.
68 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
70         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
71         * configure: Regenerate.
73 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
75         * MAINTAINERS (Write After Approval): Add myself.
77 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
79         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
80         a platform that supports LTO.
81         * configure: Regenerate.
83 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
85         * configure.ac: Allow all the versions greater than 0.10 of PPL.
86         * configure: Regenerated.
88 2010-04-27  Roland McGrath  <roland@redhat.com>
89             H.J. Lu  <hongjiu.lu@intel.com>
91         * configure.ac (--enable-gold): Support both, both/gold and
92         both/bfd to add gold to configdirs without removing ld.
93         * configure: Regenerated.
95         * Makefile.def: Add install-gold dependency to install-ld.
96         * Makefile.in: Regenerated.
98 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
100         PR lto/42776
101         * configure.ac (--enable-lto): Refactor handling so libelf tests
102         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
103         and allow LTO to be explicitly enabled on non-ELF platforms that
104         are known to support it inside else-clause.
105         * configure: Regenerate.
107 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
109         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
110         * configure: Regenerate.
112 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
114         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
115         * configure: Regenerate.
117 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
119         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
120         separately.
121         * configure: Regenerate.
123 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
125         * MAINTAINERS (Write After Approval): Add myself.
127 2010-04-14  Tristan Gingold  <gingold@adacore.com>
129         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
130         * configure: Regenerate.
132 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
134         * configure: Regenerate after change to elf.m4.
136 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
138         * MAINTAINERS (Write After Approval): Add myself.
140 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
142         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
143         * configure: Regenerated.
145 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
147         * configure.ac: Print "buggy but acceptable" when CLooG
148         revision is less than 9.
149         * configure: Regenerated.
151 2010-04-01  Diego Novillo  <dnovillo@google.com>
153         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
155 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
157         PR bootstrap/43615
158         PR bootstrap/43328
160         Revert:
162         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
164         * configure.ac: Do not pass --enable-multilib nor
165         --disable-multilib in baseargs.  Accept explicitly passed
166         --enable_multilib.
167         * configure: Regenerate.
169 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
171         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
173 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
175         * MAINTAINERS: Remove myself.
177 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
179         PR bootstrap/43328
180         * configure.ac: Do not pass --enable-multilib nor
181         --disable-multilib in baseargs.  Accept explicitly passed
182         --enable_multilib.
183         * configure: Regenerate.
185 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
187         * MAINTAINERS (spu port): Remove me.
189 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
191         * configure.ac (tic6x-*-*): New case.
192         * configure: Regenerate.
194 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
196         * config.sub: Update to version 2010-03-22.
197         * config.guess: Update to version 2009-12-30.
199 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
201         PR ada/42554
202         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
203         * configure: Regenerate.
205 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
207         * MAINTAINERS: Update my email address.
209 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
211         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
212         (ghassan.shobaki@amd.com): Removed.
214 2010-03-17  Alan Modra  <amodra@gmail.com>
216         * MAINTAINERS: Update my email address.
218 2010-03-16  Diego Novillo  <dnovillo@google.com>
220         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
221         Matthews.
223 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
225         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
226         Gutson, Jeffrey D. Oldham and Mark Shinwell.
228 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
230         * MAINTAINERS: Update my email address.
232 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
234         * MAINTAINERS: Update my email address.
236 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
238         * MAINTAINERS: Update my email address.
240 2010-03-09  Jie Zhang  <jie@codesourcery.com>
242         * MAINTAINERS: Update my email address.
244 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
246         PR libstdc++/32499
247         * configure.ac (RANLIB): Default to true.
248         (STRIP): Likewise.
249         (RANLIB_FOR_TARGET): Remove superfluous : argument.
250         * configure: Regenerate.
252 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
254         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
255         (Write After Approval): Update my email address.
257 2010-02-17  Nick Clifton  <nickc@redhat.com>
259         PR 11238
260         * Makefile.tpl (local-distclean): Also remove config.cache files in
261         sub-directories as there may not be Makefiles present in the
262         sub-directories.
263         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
264         the config.cache files found by the find command.
266         * Makefile.in: Regenerate.
267         * configure.ac: Revert previous delta.
268         * configure: Regenerate.
270 2010-02-15  Nick Clifton  <nickc@redhat.com>
272         PR 11238
273         * configure.ac: Delete config.cache files in sub-directories when
274         deleting Makefiles.
275         * configure: Regenerate.
277 2010-02-12  Ben Elliston  <bje@gnu.org>
279         * MAINTAINERS: Update my email address.
281 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
283         * MAINTAINERS (spu port): Update my email address.
285 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
287         * MAINTAINERS: Add myself as a maintainer for the bfin port.
289 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
291         * configure.ac: Add "recommended" version checks for GMP/MPC.
292         Update recommended GMP/MPFR/MPC versions.
293         * configure: Regenerate.
295 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
297         * MAINTAINERS: Move my Embecosm email address into the
298         write-after-approval section.
300 2010-01-26  Ian Lance Taylor  <iant@google.com>
302         * MAINTAINERS: Add myself as Go frontend maintainer.
304 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
306         PR libstdc++/36101, PR libstdc++/42813
307         * configure.ac (bootstrap_target_libs): Make inclusion of
308         target-libgomp conditional on libgomb being in target_configdirs.
309         * configure: Regenerate.
311 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
313         PR libstdc++/36101, PR libstdc++/42813
314         * configure.ac (bootstrap_target_libs): Include target-libgomp.
315         * configure: Regenerate.
317 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
319         PR libstdc++/36101, PR libstdc++/42813
320         * configure.ac (target_configdirs): Substitute.
321         * Makefile.def: Bootstrap target module libgomp.
322         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
323         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
324         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
325         * configure, Makefile.in: Regenerate.
327 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
329         * MAINTAINERS: Adjust my details.
331 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
333         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
335 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
337         * MAINTAINERS: reindented my entry with tabs instead of spaces.
339 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
341         * MAINTAINERS (Write After Approval): Add myself.
343 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
345         * MAINTAINERS (Write After Approval): Add myself.
347 2010-01-11  Richard Guenther  <rguenther@suse.de>
349         PR lto/41569
350         * Makefile.def (all-lto-plugin): Depend on all-gcc.
351         * Makefile.in: Regenerated.
353 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
355         * configure.ac: Enable libjava build on x86_64-*freebsd*.
356         * configure: Regenerate.
358 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
359             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
361         PR bootstrap/42424
362         * configure.ac: Include libtool m4 files.
363         (_LT_CHECK_OBJDIR): Call it.
364         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
365         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
367         * configure: Regenerate.
369 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
371         PR bootstrap/41818
372         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
373         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
374         * Makefile.in: Regenerate.
376 2010-01-02  Richard Guenther  <rguenther@suse.de>
378         PR lto/41529
379         * configure.ac: Include config/elf.m4.  Disable LTO if not
380         builting for an elf target.
381         * configure: Regenerate.
383 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
385         * MAINTAINERS: Change my email address.
387 2009-12-18  Ben Elliston  <bje@au.ibm.com>
389         * config.sub, config.guess: Update from upstream sources.
391 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
393         * MAINTAINERS (Write After Approval): Add myself.
395 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
397         PR middle-end/30447
398         PR middle-end/30789
399         PR other/40302
401         * configure.ac: Require MPC.
402         * configure: Regenerate.
404 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
406         PR target/38384
407         PR bootstrap/40972
408         * libtool.m4: Sync from git Libtool.
409         * ltoptions.m4: Likewise.
410         * ltversion.m4: Likewise.
411         * lt~obsolete.m4: Likewise.
412         * ltmain.sh: Likewise.
414 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
416         * configure.ac: Update minimum MPC version to 0.8.
417         * configure: Regenerate.
419 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
421         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
422         * configure: Regenerated.
424 2009-11-21  Ian Lance Taylor  <iant@google.com>
426         * configure.ac: Change default of poststage1_ldflags to be empty if
427         poststage1_libs is set.  When poststage1_libs is empty, and
428         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
429         * configure: Rebuild.
431 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
433         * MAINTAINERS (Write After Approval): Update my email address.
435 2009-11-20  Ben Elliston  <bje@au.ibm.com>
437         * config.guess: Update from upstream sources.
439 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
441         * Makefile.def: Restore host and target settings for gmp.
442         * Makefile.in: Rebuild.
444 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
446         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
447         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
448         Fix portability of test of C++ as bootstrap language.  Add
449         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
450         * configure: Rebuild.
451         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
452         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
453         in-tree building.
454         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
455         (POSTSTAGE1_HOST_EXPORTS): Use it.
456         (STAGE[+id+]_CXXFLAGS): New.
457         (BASE_FLAGS_TO_PASS): Pass it down.
458         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
459         extra_exports.
460         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
461         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
462         extra_exports.
463         * Makefile.in: Rebuild.
465 2009-11-17  Ben Elliston  <bje@au.ibm.com>
467         * config.sub, config.guess: Update from upstream sources.
469 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
471         * MAINTAINERS (Write After Approval): Add myself.
473 2009-11-09  Jon Beniston  <jon@beniston.com>
475         * MAINTAINERS (Write After Approval): Add myself.
477 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
479         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
480         paths for *-w64-mingw* and x86_64-*mingw*.
481         * configure: Regenerated.
483 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
485         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
487 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
489         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
490         Phil Edwards to Write-After Approval.
492 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
494         * configure.ac: Disable target-winsup & co for
495         x86_64-*-mingw* and *-w64-mingw* targets.
496         * configure: Regenerated.
498 2009-10-16  Nick Clifton  <nickc@redhat.com>
500         * MAINTAINERS: Add myself as a maintainer for the RX port.
502 2009-10-26  Johannes Singler  <singler@kit.edu>
504         * MAINTAINERS (Write After Approval): Update my e-mail address.
506 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
508         * configure.ac (CLooG test): Use = with test.
509         * configure: Regenerate.
511 2009-10-22  Richard Guenther  <rguenther@suse.de>
513         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
514         cloog if the ppl version check failed.  Move flags saving
515         before setting in libelf check.
516         * configure: Regenerate.
518 2009-10-21  Richard Guenther  <rguenther@suse.de>
520         * configure.ac: Adjust the ppl and cloog configure to work as
521         documented.  Disable cloog if ppl was disabled.  Omit the version
522         checks if they were disabled.
523         * configure: Re-generate.
525 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
527         * configure.ac: Add 'lto' to enable_languages, not
528         new_enable_languages, and only if not already present.
529         * configure: Regenerate.
531 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
533         * README: Refer to the various COPYING* files instead of just
534         COPYING.
535         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
537 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
539         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
540         
541 2009-10-07  Richard Guenther  <rguenther@suse.de>
543         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
544         and Richard Guenther as reviewers.
545         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
546         as reviewers.
548 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
550         * config.sub: Update from upstream sources.
552 2009-10-06  Ian Lance Taylor  <iant@google.com>
554         * Makefile.def: check-gold depends upon all-gas.
555         * Makefile.in: Rebuild.
557 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
559         * MAINTAINERS (Write After Approval): Add myself.
561 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
563         * Makefile.def: all-lto-plugin depends on all-libiberty.
564         set bootstrap=true for lto-plugin.
565         Add lto-plugin.
566         * Makefile.in: Regenerate.
567         * configure.ac (host_libs): Add lto-plugin.
568         * configure: Regenerate.
570 2009-10-03  Diego Novillo  <dnovillo@google.com>
572         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
573         (HOST_LIBELFLIBS): Define.
574         (HOST_LIBELFINC): Define.
575         * Makefile.in: Regenerate.
576         * configure.ac: Add --enable-lto.
577         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
578         If --enable-lto is used, add 'lto' to new_enable_languages.
579         If --enable-lto is used and gold is enabled, add
580         lto-plugin to configdirs.
581         * configure: Regenerate.
583 2009-10-03  Simon Baldwin  <simonb@google.com>
585         * configure.ac: If --with-system-zlib, suppress local zlib and
586         pass --with-system-zlib to subdir configure scripts.
587         * configure: Regenerate.
589 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
590             Paolo Bonzini  <bonzini@gnu.org>
592         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
593         $(srcdir).
594         * Makefile.in: Rebuilt.
596 2009-09-26  Gary Funck  <gary@intrepid.com>
598         * MAINTAINERS (Write After Approval): Add myself.
600 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
602         * configure.ac: Update minimum MPC version to 0.7.
603         * configure: Regenerate.
605 2009-09-25  Nick Clifton  <nickc@redhat.com>
607         * configure.ac: Pass any --cache-file=/dev/null option on to
608         subconfigures.
609         * configure: Regenerate.
611 2009-09-23  Nick Clifton  <nickc@redhat.com>
613         * config.sub, config.guess: Update from upstream sources.
615 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
617         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
618         * Makefile.in: Rebuilt.
620 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
622         PR bootstrap/32272
623         * configure.ac: Error out if $srcdir isn't '.' but contains
624         host-${host_noncanonical}.
625         * configure: Regenerate.
627 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
629         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
630         maintainer.
632 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
634         * configure.ac: If bootstrapping a combined tree with
635         --enable-gold, require c++ in stage1_languages.
636         * configure: Regenerate.
638         * configure.ac: Also add target_libs of stage1_languages to
639         bootstrap_target_libs.
640         * configure: Regenerate.
642         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
643         with --enable-languages not containing c++.
644         * configure: Regenerate.
646 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
648         * configure.ac: Disable java and boehm-gc for bfin-*-*.
649         * configure: Regenerate.
651 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
653         * MAINTAINERS (Write After Approval): Update my e-mail address,
654         and move from from here...
655         (Waiting for paperwork): To here.
657 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
659         * MAINTAINERS (Reviewers): Add self as driver reviewer.
661 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
663         * configure.ac: Do not use $extrasub for replacing @if/@endif
664         parts in Makefile; instead, use additional arguments to
665         AC_CONFIG_COMMANDS to do the replacement manually, with several
666         sed invocations, to avoid HP-UX sed command limits.
667         * configure: Regenerate.
669 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
671         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
672         blank before -L.
674 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
676         * configure.ac (with-build-config): Document.  Handle without.
677         Handle missing argument.
678         * configure: Rebuilt.
680 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
682         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
683         Default to bootstrap-debug only if compare-debug works.
684         * configure: Rebuilt.
685         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
686         * Makefile.in: Rebuilt.
688 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
690         * MAINTAINERS (OS Port Maintainers): Update my email address.
692 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
694         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
695         * Makefile.in: Rebuilt.
697 2009-09-01  Chris Demetriou  <cgd@google.com>
699         * MAINTAINERS (Write After Approval): Add myself.
701 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
703         PR debug/30161
704         * include/dwarf2.h (enum dwarf_tag): Added
705         DW_TAG_GNU_template_template_param
706         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
708 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
710         * Makefile.tpl (AWK): Fix typo.
711         * Makefile.in: Regenerate.
713 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
715         * configure.ac: Detect awk and sed.
716         * Makefile.def (flags_to_pass): Add AWK and SED.
717         * Makefile.tpl (AWK, SED): New.
718         (BASE_FLAGS_TO_PASS): Add AWK and SED.
719         * configure: Regenerate.
720         * Makefile.in: Regenerate.
722 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
724         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
725         (collapseslashes): Likewise.
727 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
729         * configure.ac (AC_PREREQ): Bump to 2.64.
731 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
733         * configure.ac: Remove --with-datarootdir, --with-docdir,
734         --with-pdfdir, --with-htmldir switches.
735         * configure: Regenerate.
737         * configure: Regenerate.
739         * compile: Sync from Automake 1.11.
740         * depcomp: Likewise.
741         * install-sh: Likewise.
742         * missing: Likewise.
743         * mkinstalldirs: Likewise.
744         * ylwrap: Likewise.
746 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
748         * ltmain.sh (func_normal_abspath): New function.
749         (func_relative_path): Likewise.
750         (func_mode_help): Document new -bindir option for link mode.
751         (func_mode_link): Add new -bindir option, and use it to place
752         output DLL if specified.
754 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
756         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
757         (baseargs): Add --disable-option-checking.
758         * configure: Regenerate.
760         * Makefile.def (configure-target-libiberty): Depend on
761         all-binutils and all-ld.
762         (configure-target-newlib): Likewise.
763         * Makefile.in: Regenerate.
765 2009-08-17  Ben Elliston  <bje@au.ibm.com>
767         * config.sub, config.guess: Update from upstream sources.
769 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
771         Sync from src, merge:
773         2009-07-02  Tristan Gingold  <gingold@adacore.com>
775         * configure.ac: Do not exclude gas for i386-*-darwin.
776         Add a case for x86_64-*-darwin.
777         * configure: Regenerate.
779 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
781         * MAINTAINERS: Add my name to Write After Approval list.
783 2009-08-06  Michael Eager  <eager@eagercon.com>
785         * configure.ac: Add Microblaze target.
786         * configure: Regenerate.
788 2009-07-31  Christian Bruel  <christian.bruel@st.com>
790         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
791         * configure: Regenerate.
792         
793 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
795         * MAINTAINERS (Write After Approval): Update my e-mail address.
797 2009-07-06  Ian Lance Taylor  <iant@google.com>
799         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
800         * configure: Rebuild.
802 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
804         * MAINTAINERS: Move myself to the Graphite Reviewers.
806 2009-06-30  Wei Guozhi  <carrot@google.com>
808         * MAINTAINERS: Add my name to Write After Approval list.
810 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
812         PR bootstrap/40338
813         * configure.ac (comparestring): Create new variable.
814         * Makefile.tpl (comparestring): Use to skip some comparisions.
815         * configure: Regenerate.
816         * Makefile.in: Regenerate.
818 2009-06-26  Doug Evans  <dje@sebabeach.org>
820         * Makefile.def (host_modules): Add cgen.
821         * Makefile.in: Regenerate.
822         * configure.ac (host_tools): Add cgen.
823         * configure: Regenerate.
825 2009-06-23  DJ Delorie  <dj@redhat.com>
827         * MAINTAINERS: Add myself as mep maintainer.
829 2009-06-23  Ian Lance Taylor  <iant@google.com>
831         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
832         boot_languages.  Only bootstrap target libraries listed in
833         target_libs for some boot language.  Add --with-stage1-ldflags,
834         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
835         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
836         if not building with C++.
837         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
838         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
839         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
840         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
841         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
842         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
843         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
844         * configure, Makefile.in: Rebuild.
846 2009-06-23  Li Feng  <nemokingdom@gmail.com>
848         * MAINTAINERS: Added my name to write-after-approval list.
850 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
852         * configure.ac: Define is_elf for QNX Neutrino targets.
853         * configure: Regenerate.
855 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
857         * MAINTAINERS: Added my name to the write-after-approval list
859 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
861         * configure.ac: Detect MPC in default directory.
862         * configure: Regenerate.
864 2009-06-03  Jerome Guitton  <guitton@adacore.com>
865             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
867         * Makefile.tpl (all): Avoid a trailing backslash.
868         * Makefile.in: Regenerate.
870 2009-06-03  Ben Elliston  <bje@au.ibm.com>
872         * config.sub, config.guess: Update from upstream sources.
874 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
876         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
877         to noconfdirs.
878         * configure: Regenerate.
880 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
882         * Makefile.tpl ([+compare-target+]): Compare all stage
883         directories, rather than just gcc.
884         * Makefile.in: Rebuilt.
886 2009-06-01  Doug Kwan  <dougkwan@google.com>
888         * configure.ac: Support gold for target arm*-*-*.
889         * configure: Regenerate.
891 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
893         * Makefile.def: Add MPC support and dependencies.
894         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
896         * Makefile.in, configure: Regenerate.
898 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
900         * Makefile.tpl (all): Avoid harmless warning in make all when
901         gcc-bootstrap is enabled but stage_last does not exist.
902         * Makefile.in: Rebuilt.
904 2009-05-24  Nicolas Roche  <roche@adacore.com>
906         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
907         * Makefile.in: Regenerate.
909 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
911         * MAINTAINERS: Update my e-mail address.
913 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
915         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
916         * configure:  Regenerate.
918 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
920         PR other/40159
921         * Makefile.tpl (all): Don't assume gcc-bootstrap and
922         gcc-no-bootstrap are mutually exclusive.
923         * Makefile.in: Rebuilt.
925 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
927         PR other/40159
928         * Makefile.tpl (all): Don't end with unconditional success.
929         * Makefile.in: Rebuilt.
931 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
933         PR target/37137
934         * Makefile.def (flags_to_pass): Remove redundant and incomplete
935         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
936         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
937         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
938         stage_configureflags, stage_cflags and stage_libcflags into
939         explicit Makefile macros.
940         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
941         GFORTRAN.
942         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
943         CC.  Set CC_FOR_BUILD from CC.
944         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
945         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
946         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
947         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
948         and GFORTRAN.
949         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
950         (_LIBCFLAGS): Renamed to _TFLAGS.
951         (do-compare-debug, do-compare3-debug): Drop.
952         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
953         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
954         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
955         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
956         (XGCC_FLAGS_FOR_TARGET): New.
957         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
958         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
959         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
960         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
961         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
962         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
963         TFLAGS.
964         (BUILD_CONFIG): Include if requested.
965         (all): Set TFLAGS on bootstrap.
966         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
967         (all-stageid-prefixmodule): Likewise.
968         (do-clean, distclean-stageid): Set TFLAGS.
969         (restrap): Fix whitespace.
970         * Makefile.in: Rebuilt.
972 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
974         * config.guess: Sync with src.
976 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
978         * configure.ac ($with_ppl):  Default to no if not supplied.
979         ($with_cloog):  Likewise.
980         configure:  Regenerate.
982 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
984         * MAINTAINERS: Update my e-mail address.
986 2009-04-27  Nick Clifton  <nickc@redhat.com>
988         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
990 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
992         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
993         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
994         * Makefile.in: Regenerate.
996 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
998         PR bootstrap/39739
999         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1000         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1002         * configure, Makefile.in: Regenerate.
1004 2009-04-21  Taras Glek  <tglek@mozilla.com>
1006         * include/hashtab.h: Update GTY annotations to new syntax
1007         * include/splay-tree.h: Likewise
1009 2009-04-17  Ben Elliston  <bje@au.ibm.com>
1011         * config.sub, config.guess: Update from upstream sources.
1013 2009-04-15  Anthony Green  <green@moxielogic.com>
1015         * configure.ac: Add moxie support.
1016         * configure: Rebuilt.
1018 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
1020         * configure.ac: Change copyright header to refer to version
1021         3 of the GNU General Public License and to point readers at the
1022         COPYING3 file and the FSF's license web page.
1023         * Makefile.def: Likewise.
1024         * Makefile.tpl: Likewise.
1025         * Makefile.in: Regenerate.
1027 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
1029         * configure.ac: Restore match for darwin9 or later. Use double
1030         brackets since regeneration eats one pair.
1031         * configure: Regenerate.
1033 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
1035         PR gas/10039
1036         * configure.ac: Require texinfo 4.7.
1037         * configure: Regenerated.
1039 2009-04-09  Nick Clifton  <nickc@redhat.com>
1041         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
1042         the GCC Runtime Library Exception.
1044 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1046         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1047         * configure: Regenerate.
1049 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
1051         * Makefil.def (languages): New entries.
1052         * Makefile.tpl (check-gcc-*): New generic target.
1053         * Makefile.in: Regenerate.
1055 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
1057         * MAINTAINERS:  Update my email address.
1059 2009-03-18  Tom Tromey  <tromey@redhat.com>
1061         * configure: Rebuild.
1062         * configure.ac (host_libs): Add libiconv.
1063         * Makefile.in: Rebuild.
1064         * Makefile.def (host_modules): Add libiconv.
1065         (configure-gdb, all-gdb): Depend on libiconv.
1067 2009-03-16  Tristan Gingold  <gingold@adacore.com>
1069         * configure.ac: Treat gdb as supported on x86_64-darwin.
1070         * configure: Regenerate.
1072 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1074         * configure.ac (--with-host-libstdcxx): New option.
1075         * configure: Regenerate.
1077 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
1079         * MAINTAINERS:  Move myself into the write after approval list.
1081 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
1083         * MAINTAINERS: Update e-mail address.
1084         
1085 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
1087         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
1089 2009-03-10  Ira Rosen  <irar@il.ibm.com>
1091         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
1093 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1095         Backport from git Libtool:
1097         2009-01-19  Robert Millan  <rmh@aybabtu.com>
1098         Support GNU/kOpenSolaris.
1099         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1100         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1101         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1102         GNU/kOpenSolaris.
1104 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
1106         * MAINTAINERS: Update e-mail address.
1108 2009-02-24  Michael Eager  <eager@eagercon.com>
1110         * MAINTAINERS (Write After Approval): Add self.
1112 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
1114         * MAINTAINERS (Write After Approval): Add myself.
1116 2009-02-05  Andreas Schwab  <schwab@suse.de>
1118         * Makefile.tpl (stage_last): Define $r and $s before using
1119         $(RECURSE_FLAGS_TO_PASS).
1120         * Makefile.in: Regenerate
1122 2009-01-30  Ian Lance Taylor  <iant@google.com>
1124         * MAINTAINERS: Move myself to the Global Reviewers list.
1126 2009-01-29  Robert Millan  <rmh@aybabtu.com>
1128         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1129         * configure: Regenerate.
1131 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
1133         * MAINTAINERS: Make whitespace consistent.
1134         Remove Robert Millan from Write After Approval.
1136 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
1138         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
1139         (all-opcodes): Depend on all-libiberty.
1140         * Makefile.in: Regenerate.
1142 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
1144         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1145         * configure: Regenerate.
1147 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
1149         * MAINTAINERS (Write After Approval): Add myself.
1151 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
1153         * MAINTAINERS: Add myself to reviewers (Fortran).
1155 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
1157         PR tree-optimization/38515
1158         * configure.ac (cloog-polylib): Removed.
1159         (with_ppl, with_cloog): Test for "no".
1160         * configure: Regenerated.
1162 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
1164         * MAINTAINERS: Moved myself to reviewers (Fortran).
1166 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
1168         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
1169         (Write After Approval): Remove myself.
1171 2009-01-03  Diego Novillo  <dnovillo@google.com>
1173         * MAINTAINERS: Remove myself from alias maintainership.
1175 2009-01-02  David Ayers  <ayers@fsfe.org>
1177         * MAINTAINERS: Update e-mail address.
1179 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
1181         * MAINTAINERS: Make whitespace consistent.
1183 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1185         Backport from upstream Libtool:
1186         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1187         Add cache variables to tests that require the linker to work.
1188         For shlibpath_overrides_runpath, this also changes the semantics
1189         to let the result from the C compiler take precedence.
1191 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1193         * config.sub, config.guess: Update from upstream sources.
1195 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
1197         * configure.ac (ppllibs): Add by default the lib flags.
1198         * configure: Regenerate.
1200 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
1202         * MAINTAINERS:  Add myself to the write after approval list.
1204 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1206         * configure.ac: Add double brackets on darwin[912].
1207         * configure: Regenerate.
1209 2008-12-03  Daniel Kraft  <d@domob.eu>
1211         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
1212         Approval to Reviewer section (for Fortran front-end).
1214 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
1216         * configure.ac: Expand to darwin10 and later.
1217         * configure: Regenerate.
1219 2008-12-02  Andreas Schwab  <schwab@suse.de>
1221         * Makefile.def: configure-target-boehm-gc depends on
1222         all-target-libstdc++-v3.
1223         * Makefile.in: Regenerate.
1225 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
1227         * MAINTAINERS:  Add myself as mingw maintainer.
1229 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1231         * config.sub, config.guess: Update from upstream sources.
1233 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
1235         * README.SCO: Remove.
1237 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
1239         * MAINTAINERS:  Add myself to the write after approval list.
1241 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
1243         * MAINTAINERS:  Update my email address in WAA section.
1245 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
1247         * MAINTAINERS: Update e-mail address.
1249 2008-11-27  Toon Moene  <toon@moene.org>
1251         * MAINTAINERS: Change e-mail address.
1253 2008-11-27  Tristan Gingold  <gingold@adacore.com>
1255         * configure.ac: Build gdb for i?86-*-darwin*
1256         * configure: Regenerated.
1258 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
1260         * MAINTAINERS: Added my full name.
1262 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
1264         PR bootstrap/38014
1265         PR bootstrap/37923
1267         Revert:
1269         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1271         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1272         * Makefile.in: Regenerated.
1274         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1276         PR gdb/921
1277         PR gdb/1646
1278         PR gdb/2175
1279         PR gdb/2176
1281         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1282         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1283         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1284         (HOST_EXPORTS): Pass CPPFLAGS.
1285         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1286         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1287         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1288         * Makefile.in, configure: Regenerated.
1289         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1290         and CPPFLAGS_FOR_BUILD.
1292 2008-11-06  Jeff Law  <law@redhat.com>
1294         * MAINTAINERS: Add myself as middle end maintainer.
1296 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
1298         * MAINTAINERS (Write after approval): Add myself.
1300 2008-11-05  Diego Novillo  <dnovillo@google.com>
1302         * MAINTAINERS (Global Reviewers): Add myself.
1303         (Non-Algorithmic Maintainers): Remove myself.
1305 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
1307         * MAINTAINERS (Write after approval): Add myself.
1309 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
1311         * MAINTAINERS (Write after approval): Add myself.
1313 2008-10-31  Ben Elliston  <bje@au.ibm.com>
1315         * configure.ac (spu-*-*): Remove special case.
1316         * configure: Regenerate.
1318 2008-10-30  Catherine Moore  <clm@codesourcery.com>
1320         * MAINTAINERS (Write after approval): Update my email address.
1322 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
1324         * configure.ac [spu-*-*]: Do not set skipdirs.
1325         * configure: Re-generate.
1327 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
1329         * MAINTAINERS (Various Maintainers): Add myself to reload.
1331 2008-10-25  Richard Guenther  <rguenther@suse.de>
1333         * MAINTAINERS (Various Maintainers): Add myself as middle-end
1334         maintainer.  Remove myself as libgcc-math maintainer.
1335         (Non-Algorithmic Maintainers): Remove myself.
1337 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1339         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1340         * Makefile.in: Regenerated.
1342 2008-10-23  Cary Coutant  <ccoutant@google.com>
1344         * MAINTAINERS (Write after approval): Add myself.
1346 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1348         PR gdb/921
1349         PR gdb/1646
1350         PR gdb/2175
1351         PR gdb/2176
1353         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1354         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1355         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1356         (HOST_EXPORTS): Pass CPPFLAGS.
1357         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1358         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1359         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1360         * Makefile.in, configure: Regenerated.
1361         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1362         and CPPFLAGS_FOR_BUILD.
1364 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
1366         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
1367         Sebastian Pop.
1369 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
1371         * MAINTAINERS (Write After Approval): Added myself.
1373 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1375         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1376         recommended version to 2.3.2.
1378         * configure: Regenerate.
1380 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
1382         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
1384 2008-09-29  David Daney <david.daney@caviumnetworks.com>
1386         * MAINTAINERS (Write After Approval): Update e-mail address.
1388 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
1390         * libtool.m4: Update to libtool 2.2.6.
1391         * lt~obsolete.m4: Update to libtool 2.2.6.
1392         * ltmain.sh: Update to libtool 2.2.6.
1393         * ltsugar.m4: Update to libtool 2.2.6.
1394         * ltversion.m4: Update to libtool 2.2.6.
1395         * ltoptions.m4: Update to libtool 2.2.6.
1396         * ltgcc.m4: Update to match changes from libtool 2.2.6.
1398 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
1400         * MAINTAINERS (Write After Approval): Add myself.
1402 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1404         * MAINTAINERS (Write After Approval): Update my name.
1406 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
1408         * MAINTAINERS: Add myself in "Write After Approval".
1410 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
1412         * MAINTAINERS: Add myself as ia64 maintainer.
1414 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
1416         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
1417         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
1418         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
1419         and Michael Tiemann from Write After Approval since they do not
1420         actually have access.
1422 2008-09-05  Richard Guenther  <rguenther@suse.de>
1424         * configure.ac: Initialize clooglibs to -lcloog.
1425         * configure: Re-generate.
1427 2008-09-04  Le-Chun Wu  <lcwu@google.com>
1429         * MAINTAINERS (Write After Approval): Add myself.
1431 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
1433         * configure.ac (--with-cloog-polylib): New.
1434         (--disable-cloog-version-check): New.
1435         (--disable-ppl-version-check): New.
1436         * configure: Re-generate.
1438 2008-09-03  Richard Guenther  <rguenther@suse.de>
1440         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1441         cloog test.
1442         * configure: Re-generate.
1444 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
1446         Add picoChip port.
1447         * MAINTAINERS: Add picoChip maintainers.
1449 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
1450             Tobias Grosser  <grosser@fim.uni-passau.de>
1451             Jan Sjodin  <jan.sjodin@amd.com>
1452             Harsha Jagasia  <harsha.jagasia@amd.com>
1453             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
1454             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1455             Adrien Eliche  <aeliche@isty.uvsq.fr>
1457         Merge from graphite branch.
1458         * configure: Regenerate.
1459         * Makefile.in: Regenerate.
1460         * configure.ac (host_libs): Add ppl and cloog.
1461         Add checks for PPL and CLooG.
1462         * Makefile.def (ppl, cloog): Added modules and dependences.
1463         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1464         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1466 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1468         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1469         (GCC_SHLIB_SUBDIR): New.
1470         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1471         * configure: Regenerate.
1472         * Makefile.in: Regenerate.
1474 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
1476         * MAINTAINERS: Consistently use tabs to separate columns.
1478 2008-08-29  Tristan Gingold  <gingold@adacore.com>
1480         * MAINTAINERS (Write after Approval): Add myself.
1482 2008-08-28  Tristan Gingold  <gingold@adacore.com>
1484         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
1485         Enable bfd, binutils and opcodes.
1486         * configure: Regenerate.
1488 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1490         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
1492 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
1494         * MAINTAINERS:  Use correct Umlaut for last name.
1496 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1498         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
1500 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
1502         * MAINTAINERS: Update my email address.
1504 2008-08-16  Nicolas Roche  <roche@adacore.com>
1506         * Makefile.tpl: Add BOOT_ADAFLAGS.
1507         * Makefile.in: Regenerate.
1509 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
1511         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1512         * configure: Regenerate.
1514 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
1516         * configure.ac: Add makefile fragments for hpux.
1517         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1518         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
1519         * configure: Regenerate.
1520         * Makefile.in: Regenerate.
1522 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
1524         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
1526 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
1528         * MAINTAINERS (Write after Approval): Add myself.
1530 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
1532         * MAINTAINERS (Write After Approval):  Add myself.
1534 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
1536         * MAINTAINERS (Write After Approval):  Add myself.
1538 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
1540         * MAINTAINERS: Update my email address.
1542 2008-06-25  Joey Ye  <joey.ye@intel.com>
1544         * MAINTAINERS (Write After Approval):  Add myself.
1546 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1548         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
1549         * Makefile.in: Regenerate.
1550         * configure: Regenerate.
1552 2008-06-17  Daniel Kraft  <d@domob.eu>
1554         * MAINTAINERS (Write After Approval):  Add myself.
1556 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1558         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
1559         "$@" is still intact with both Autoconf 2.59 and 2.62.
1560         * configure: Regenerate.
1562 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1564         * Makefile.tpl: Fix comment errors.
1565         * Makefile.in: Regenerate.
1567 2008-06-12  David S. Miller  <davem@davemloft.net>
1568             David Edelsohn  <edelsohn@gnu.org>
1570         * configure.ac: Add powerpc*-*-* to gold supported targets.
1571         * configure: Regenerate.
1573 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
1575         PR tree-optimization/36218
1576         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
1577         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
1578         (all prefix="build-"): Pass them to build-system sub-makes.
1579         * Makefile.in: Regenerate.
1581 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
1583         * MAINTAINERS (mt port): Remove.
1584         (sco5, unixware, sco udk): Remove.
1585         (Kean Johnston): Add to Write After Approval.
1587 2008-05-30  Julian Brown  <julian@codesourcery.com>
1589         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
1590         of libobjc for ARM EABI Linux.
1591         * configure: Regenerate.
1593 2008-05-18  Xinliang David Li   <davidxl@google.com>
1595         * ChangeLog: Remove wrong ChangeLog entry.
1597 2008-05-17  Xinliang David Li   <davidxl@google.com>
1599         * MAINTAINERS (Write After Approval): Add myself.
1601 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
1603         * MAINTAINERS (Write After Approval): Add myself.
1605 2008-05-14  Rafael Espíndola  <espindola@google.com>
1607         * config-ml.in: don't handle --enable-shared and --enable-static.
1609 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
1611         * MAINTAINERS: Update my email address.
1613 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
1615         * MAINTAINERS: Update my email address.
1617 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
1619         * MAINTAINERS (Write After Approval): Add myself.
1621 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
1623         * MAINTAINERS (Write After Approval): Add myself.
1625 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
1627         * MAINTAINERS (crx): Add myself.
1629 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1631         Sync with src:
1632         2008-04-14  David S. Miller  <davem@davemloft.net>
1634         * configure.ac: Add sparc*-*-* to gold supported targets.
1635         * configure: Regenerate.
1637 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1639         PR bootstrap/35457
1640         * configure.ac: Include override.m4.
1641         * configure: Regenerate.
1643 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1645         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
1646         * Makefile.in: Regenerate.
1648 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
1650         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
1651         as nonconfigurable directories list.
1652         * configure: Regenerate.
1654 2008-04-14  Ben Elliston  <bje@au.ibm.com>
1656         * config.sub, config.guess: Update from upstream sources.
1658 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
1660         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
1661         * Makefile.in: Regenerate.
1663 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
1665         * configure.ac: Do not build libssp for the AVR.
1666         * configure: Regenerate.
1668 2008-04-07  Ian Lance Taylor  <iant@google.com>
1670         * Makefile.def: check-gold depends upon all-binutils.
1671         * Makefile.in: Regenerate.
1673 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
1675         * MAINTAINERS (Write After Approval): Add myself.
1677 2008-04-04  Nick Clifton  <nickc@redhat.com>
1679         PR binutils/4334
1680         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
1681         builds.
1682         * configure: Regenerate.
1684 2008-04-04  NightStrike  <NightStrike@gmail.com>
1686         PR other/35151
1687         * configure.ac: Combine rules for mingw32 and mingw64.
1688         * configure: Regenerate.
1690 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
1692         * MAINTAINERS (Write After Approval): Add myself.
1694 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
1696         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
1697         * Makefile.in (.NOTPARALLEL): Ditto.
1699 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
1701         * MAINTAINERS (Write After Approval): Add myself.
1703 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
1705         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
1706         * Makefile.in (.NOTPARALLEL): Regenerate.
1708 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
1710         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
1711         * Makefile.in: Regenerate.
1713 2008-03-26  Jakub Staszak  <kuba@et.pl>
1715         * MAINTAINERS (Write After Approval): Add myself.
1717 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
1719         * MAINTAINERS:  Update e-mail address.
1721 2008-03-20  Ian Lance Taylor  <iant@google.com>
1723         * configure.ac: Add support for --enable-gold.
1724         * Makefile.def: Add gold as a directory like ld.
1725         * configure, Makefile.in: Regenerate.
1727 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1729         * configure.ac: m4_include config/proginstall.m4.
1730         * configure: Regenerate.
1732         Backport from upstream Libtool:
1734         2007-10-12  Eric Blake  <ebb9@byu.net>
1736         Deal with Autoconf 2.62's semantic change in m4_append.
1737         * ltsugar.m4 (lt_append): Replace broken versions of
1738         m4_append.
1739         (lt_if_append_uniq): Don't require separator to be overquoted,
1740         and avoid broken m4_append.
1741         (lt_dict_add): Fix typo.
1742         * libtool.m4 (_LT_DECL): Don't overquote separator.
1744 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
1746         * config.rpath: Add AIX 6 support.
1748 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
1750         * Makefile.def (stageprofile).  Remove -fprofile-generate
1751         from stage_libcflags.
1752         * Makefile.in: Regenerate.
1754 2008-03-13  Ben Elliston  <bje@au.ibm.com>
1756         * config.sub, config.guess: Update from upstream sources.
1758 2008-03-06  Tom Tromey  <tromey@redhat.com>
1760         * MAINTAINERS: Update for treelang deletion.
1762 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
1764         * MAINTAINERS: Update my email address.
1766 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
1768         * MAINTAINERS (darwin port): Add myself as a maintainer.
1769         (objective-c/c++): Add myself as a maintainer.
1771 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
1773         * MAINTAINERS (Write After Approval): Update my email address.
1775 2008-02-25  Tomas Bily  <tbily@suse.cz>
1777         * MAINTAINERS (Write After Approval): Add myself.
1779 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
1781         * MAINTAINERS (OpenMP): Add myself.
1783 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
1785         PR bootstrap/32009
1786         PR bootstrap/32161
1788         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
1789         * configure: Regenerate.
1791         * Makefile.def: Define stage_libcflags for all bootstrap stages.
1792         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
1793         STAGE4_LIBCFLAGS): New.
1794         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
1795         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
1796         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
1797         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
1798         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
1799         for target modules.  Don't export LIBCFLAGS.
1800         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
1801         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
1802         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
1803         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
1804         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
1805         * Makefile.in: Regenerate.
1807 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1809         PR libgcj/33085
1810         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
1811         Do not use -DDLL_EXPORT.  Backport from upstream.
1813 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1815         * MAINTAINERS (Write After Approval): Add myself.
1817 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
1819         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
1820         * configure: Regenerate.
1822 2008-01-31  Marc Gauthier  <marc@tensilica.com>
1824         * configure.ac (xtensa*-*-*): Recognize processor variants.
1825         * configure: Regenerate.
1827 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1829         PR bootstrap/34922
1830         * configure.ac (PARSE_ARGS): Push suitable setting of
1831         ac_subdirs_all, for `./configure --help=recursive'.
1832         Handle `+' in generic toplevel directory disabling.
1833         * configure: Regenerate.
1835 2008-01-28  Nick Clifton  <nickc@redhat.com>
1837         * MAINTAINERS (xstormy16): Take over maintainership.
1839 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
1841         * MAINTAINERS (c4x port): Remove.
1843 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
1845         * libtool.m4: Backport AIX 6 support from ToT Libtool.
1847 2008-01-23  Ben Elliston  <bje@au.ibm.com>
1849         * config.sub, config.guess: Update from upstream sources.
1851 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
1853         * MAINTAINERS (Write After Approval): Add myself.
1855 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
1857         * MAINTAINERS: Update my email address.
1859 2008-01-09  Raksit Ashok  <raksit@google.com>
1861         * MAINTAINERS (Write After Approval): Add myself.
1863 2008-01-09  Raksit Ashok  <raksit@google.com>
1865         * MAINTAINERS (Write After Approval): Add myself.
1867 2008-01-08  Ben Elliston  <bje@au.ibm.com>
1869         * config.sub, config.guess: Update from upstream sources.
1871 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1873         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
1874         Change recommended MPFR from 2.2.1 -> 2.3.0.
1875         * configure: Regenerate.
1877 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
1879         * MAINTAINERS: Update my email address.
1881 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
1883         * MAINTAINERS: Update my email address.
1885 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
1887         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
1888         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
1889         * Makefile.in: Regenerate.
1891 2007-12-10  Mark Heffernan  <meheff@google.com>
1893         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
1894         misplaced entries.
1896 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
1898         * configure.ac: Enable libjava for x86_64-*-darwin9.
1899         * configure: Regenerate.
1901 2007-12-07  Bill Maddox  <maddox@google.com>
1903         * MAINTAINERS (Write After Approval): Add myself.
1905 2007-12-05  Ben Elliston  <bje@au.ibm.com>
1907         * config.sub, config.guess: Update from upstream sources.
1909 2007-12-02  Matthias Klose  <doko@ubuntu.com>
1911         * config-ml.in: Remove 64bit configure tests.
1913 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1915         * config-ml.in: Robustify against white space in absolute file
1916         names.
1918         * config-ml.in (multi-clean): Substitute ${Makefile}.
1919         Remove superfluous ${Makefile} in list.
1921 2007-11-19  Thiemo Seufer  <ths@mips.com>
1923         * config-ml.in: Don't hardcode the Makefile name.
1925 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
1927         * MAINTAINERS (Write After Approval): Add myself.
1929 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
1931         * MAINTAINERS (Write After Approval): Add myself.
1933 2007-11-06  Doug Kwan  <dougkwan@google.com>
1935         * MAINTAINERS (Write After Approval): Add myself.
1937 2007-10-25  Ben Elliston  <bje@au.ibm.com>
1939         * MAINTAINERS (mercury): Remove entry.
1940         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
1942 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
1944         * Makefile.def (dependencies): Make configure-gdb depend on
1945         all-intl.
1946         * Makefile.in: Regenerated.
1948 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
1950         * MAINTAINERS (Fortran maintainer): Remove myself.
1952 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
1954         * Makefile.def: To avoid problems running with parallel makes,
1955         build newlib before libgloss so that target specific header
1956         files are availble.
1957         * Makefile.in: Regenerate
1959 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
1961         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
1962         * Makefile.in: Regenerate.
1964 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
1966         * MAINTAINERS (Register allocation reviewer): Add myself.
1968 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
1970         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
1971         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
1972         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
1973         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
1974         * configure: Regenerate.
1976 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
1978         * MAINTAINERS (Register allocation reviewer): Add myself.
1980 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
1982         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
1983         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
1984         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
1985         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
1986         * configure.ac: Default them to host tools for $host = $build.
1987         Subst them.
1989         * configure: Regenerate.
1990         * Makefile.in: Regenerate.
1992 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
1994         * MAINTAINERS (Register allocation reviewer): Add myself.
1996 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
1998         * MAINTAINERS (Register allocation reviewer): Add myself.
2000 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
2002         * MAINTAINERS (Write After Approval): Fix typo.
2004 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
2006         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2007         * configure: Regenerate.
2009 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
2011         PR bootstrap/31906
2012         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
2013         they're already prefixed.
2015 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
2017         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2018         libstdc++.
2019         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2020         * configure: Regenerate.
2021         * Makefile.in: Regenerate.
2023 2007-09-17  Andreas Schwab  <schwab@suse.de>
2025         * configure.ac: Raise minimum makeinfo version to 4.6.
2026         * configure: Regenerate.
2028 2007-09-17  Johannes Singler  <singler@ira.uka.de>
2030         * MAINTAINERS (write-after-approval) add myself
2032 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
2034         * configure.ac: Correct makeinfo version check.
2035         * configure: Regenerate.
2037 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
2039         * MAINTAINERS: Update my email address.
2041 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
2043         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
2044         to $skipdirs and only disable gprof for newlib.  Use the normal
2045         mips*-elf* handling in other respects.
2046         * configure: Regnerate.
2048 2007-09-12  David Daney  <ddaney@avtrex.com>
2050         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2051         enabling libgcj.
2052         * configure: Regenerate.
2054 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2056         PR other/32154
2057         * configure.ac: For libgloss targets, point the linker to the linker
2058         script, startup code and simulator library.
2059         * configure: Regenerate.
2061 2007-09-07  Andrew Haley  <aph@redhat.com>
2063         * configure.ac (noconfigdirs): Remove target-libffi and
2064         target-libjava.
2065         * configure: Regenerate.
2067 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2069         PR target/33281
2070         * configure.ac: Use config/mh-mingw on mingw.
2071         * configure: Regenerate.
2073 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
2075         * MAINTAINERS (Write After Approval): Add myself.
2077 2007-09-05  Richard Guenther  <rguenther@suse.de>
2079         * configure.ac (--enable-stage1-checking): If neither --enable-checking
2080         nor --disable-checking is provided also turn on yes and types
2081         checking for stage1.
2082         * configure: Re-generate.
2084 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
2086         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
2087         (Write After Approval): Remove myself.
2089 2007-08-29  Nick Clifton  <nickc@redhat.com>
2091         * config.sub, config.guess: Update from upstream sources.
2093 2007-08-22  Bud Davis  <jmdavis@link.com>
2095         * MAINTAINERS (Write After Approval): Added myself.
2096         * MAINTAINERS (Reviewers): Removed myself.
2098 2007-08-18  Paul Brook  <paul@codesourcery.com>
2099             Joseph Myers  <joseph@codesourcery.com>
2101         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2102         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2103         * Makefile.in: Regenerate.
2104         * configure.ac (--with-debug-prefix-map): New.
2105         * configure: Regenerate.
2107 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
2108             Nigel Stephens  <nigel@mips.com>
2110         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
2111         as target_makefile_frag.
2112         * configure: Regenerate.
2114 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
2116         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2117         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
2118         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2119         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2120         (do-compare, do-compare3, do-compare-debug): New.
2121         ([+compare-target+]): Use them.
2123 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
2125         * MAINTAINERS (Write After Approval): Change my email address.
2127 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2128             Ben Elliston  <bje@au.ibm.com>
2130         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2131         --silent if $silent.
2132         * configure: Regenerate.
2134 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
2136         * MAINTAINERS (Various Maintainers): Add myself as
2137         loop infrastructure maintainer.  Update my e-mail
2138         address.
2140 2007-07-31  Diego Novillo  <dnovillo@google.com>
2142         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
2143         Adjust description.
2145 2007-07-26  Richard Guenther  <rguenther@suse.de>
2147         * configure.ac: Add types checking to stage1 checking flags.
2148         * configure: Regenerate.
2150 2007-07-17  Nick Clifton  <nickc@redhat.com>
2152         * COPYING3: New file.  Contains version 3 of the GNU General
2153         Public License.
2154         * COPYING3.LIB: New file.  Contains version 3 of the GNU
2155         Lesser General Public License.
2157 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2159         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
2161 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2163         * MAINTAINERS (S/390 co-maintainer): Add myself.
2164         (Write After Approval): Remove myself.
2166 2007-07-13  Dan Hipschman  <dsh@google.com>
2168         * MAINTAINERS (Write After Approval): Add myself.
2170 2007-07-11  Nick Clifton  <nickc@redhat.com>
2172         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
2173         WINDRES export.
2174         * Makefile.in: Regenerate.
2176 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2178         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
2179         maintainer.
2181 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
2183         * lt~obsolete.m4: New. Import from 20070318 libtool.
2185 2007-07-03  Julian Brown  <julian@codesourcery.com>
2187         * MAINTAINERS (Write After Approval): Add myself.
2189 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2191         * configure.ac: Rewrite 'configure --help' strings to look nicer.
2192         * configure: Regenerate.
2194 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2196         * configure.ac: Add some missing m4 quotation.
2197         * configure: Regenerate.
2199 2007-07-02  Simon Baldwin  <simonb@google.com>
2201         * MAINTAINERS (Write After Approval): Add myself.
2203 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
2205         * configure: Regenerate.
2207 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
2209         * Makefile.def: Add windmc tool to build.
2210         * Makefile.tpl: Likewise.
2211         * configure.ac: Likewise.
2212         * Makefile.in: Regenerate.
2213         * configure: Regenerate.
2215 2007-06-28  DJ Delorie  <dj@redhat.com>
2217         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2218         not building newlib.
2219         * configure: Regenerated.
2221 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
2223         * MAINTAINERS (Write After Approval): Add myself.
2225 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
2227         * MAINTAINERS (Write After Approval): Add myself.
2229 2007-06-19  Chris Matthews  <chrismatthews@google.com>
2231         * MAINTAINERS (Write After Approval): Add myself.
2233 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2235         * MAINTAINERS (Write After Approval): Add myself.
2237 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
2239         * Makefile.def: Add dependency from configure-gdb to all-bfd.
2240         * Makefile.in: Regenerated.
2242 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
2244         * configure.ac: Don't add target-libmudflap to noconfigdirs for
2245         bfin*-*-uclinux* targets.
2246         * configure: Regenerate.
2248 2007-06-14  Ian Lance Taylor  <iant@google.com>
2250         * MAINTAINERS: Add myself as non-algorithmic global write
2251         maintainer.
2253 2007-06-14  Diego Novillo  <dnovillo@google.com>
2255         * MAINTAINERS: Add self as middle-end maintainer and
2256         non-algorithmic global write maintainer.
2258 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2260         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
2261         Move all Fortran maintainers except Paul Brook into the
2262         Non-Autopoiesis section.
2264 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
2266         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2267         (distclean-stage[+id+]): Possibly delete stage_last.
2268         * Makefile.in: Regenerate.
2270 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
2272         * MAINTAINERS (Various Maintainer): Fix typo.
2274 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
2276         * MAINTAINERS (Various Maintainer): Add myself as
2277         dataflow maintainer.
2279 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2281         * config.sub, config.guess: Update from upstream sources.
2283 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2285         * Makefile.tpl: Fix spelling error.
2286         * Makefile.in: Regenerate.
2288 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
2290         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2291         lt_cv_sys_max_cmd_len.
2293 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
2295         * MAINTAINERS (Various Maintainers): Add myself as
2296         auto-vectorizer maintainer.
2298 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
2300         PR libjava/32098
2301         * libtool.m4: Revert previous change.
2302         * ltgcc.m4: Put it here.
2304 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
2306         * MAINTAINERS (Various Maintainers): Add myself as
2307         auto-vectorizer maintainer.
2309 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
2311         PR libjava/32098
2312         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
2314 2007-05-30  Richard Guenther  <rguenther@suse.de>
2316         * MAINTAINERS (Various Maintainers): Add myself as
2317         auto-vectorizer maintainer.
2319 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
2321         PR bootstrap/29382
2322         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2323         * configure: Rebuilt.
2325 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
2327         * MAINTAINERS (Write After Approval): Removed my name.
2329 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
2331         * MAINTAINERS (Write After Approval): Remove myself.
2333 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
2335         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
2337 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
2339         * ltmain.sh: Update from ToT Libtool.
2340         * libtool.m4: Update from ToT Libtool.
2341         * ltsugar.m4: New. Update from ToT Libtool.
2342         * ltversion.m4: New. Update from ToT Libtool.
2343         * ltoptions.m4: New. Update from ToT Libtool.
2344         * ltconfig: Remove.
2345         * ltcf-c.sh: Remove.
2346         * ltcf-cxx.sh: Remove.
2347         * ltcf-gcj.sh: Remove.
2349 2007-05-22  Ollie Wild  <aaw@google.com>
2351         * MAINTAINERS (Write After Approval): Add myself.
2353 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
2355         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2356         stage_cflags.
2357         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2358         Remove CFLAGS/LIBCFLAGS.
2359         (configure-stage[+id+]-[+prefix+][+module+],
2360         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2361         * Makefile.in: Regenerate.
2363 2007-05-15  Diego Novillo  <dnovillo@google.com>
2365         * MAINTAINERS: Update e-mail address.
2367 2007-05-15  Revital Eres  <eres@il.ibm.com>
2369         * MAINTAINERS (Write After Approval): Add myself.
2371 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
2373         * MAINTAINERS (Write After Approval): Updated my address.
2375 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
2377         * MAINTAINERS (Write After Approval): Add myself.
2379 2007-05-11  Silvius Rus  <rus@google.com>
2381         * MAINTAINERS (Write After Approval): Add myself.
2383 2007-04-23  Tom Tromey  <tromey@redhat.com>
2385         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
2387 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
2389         * MAINTAINERS (cpplib): Rename to ...
2390         (libcpp): ... this.  Add C/C++ front end maintainers.
2392 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
2394         * config-ml.in: Pass ${ml_config_env} to configure calls.
2396 2007-04-04  Christian Bruel  <christian.bruel@st.com>
2398         * MAINTAINERS (Write After Approval): Add myself.
2400 2007-04-02  Dave Korn  <dave.korn@artimi.com>
2402         * MAINTAINERS (Write After Approval): Add myself.
2404 2007-03-31  Tobias Burnus  <burnus@net-b.de>
2406         * MAINTAINERS (fortran 95 front end): Add myself.
2408 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2410         * MAINTAINERS (Write After Approval): Add myself.
2412 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
2414         * MAINTAINERS (Modulo Scheduler): Add myself.
2416 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
2418         * MAINTAINERS (fortran 95 front end): Add myself.
2419         (c++ front end): whitespace fix.
2421 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
2423         * MAINTAINERS (Write After Approval): Add myself.
2425 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
2427         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2428         of glob.  Quote arguments with single quotes too.
2429         * configure: Regenerate.
2431 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
2433         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2434         * Makefile.in: Regenerate
2436 2007-03-07  Andreas Schwab  <schwab@suse.de>
2438         * configure: Regenerate.
2440 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
2442         * configure.ac: Add "--with-pdfdir" configure option,
2443         which defines pdfdir variable.
2444         * Makefile.def (target=fixincludes): Add install-pdf to
2445         missing targets.
2446         (recursive_targets): Add install-pdf target.
2447         (flags_to_pass): Add pdfdir.
2448         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2449         target.
2450         * configure: Regenerate
2451         * Makefile.in: Regenerate
2453 2007-02-28  Eric Christopher  <echristo@apple.com>
2455         Revert:
2456         2006-12-07  Mike Stump  <mrs@apple.com>
2458         * Makefile.def (dependencies): Add dependency for
2459         install-target-libssp and install-target-libgomp on
2460         install-gcc.
2461         * Makefile.in: Regenerate.
2463 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
2465         * configure: Regenerate.
2466         * configure.ac: Move statements after variable declarations.
2468 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
2470         * MAINTAINERS: Add myself as sh maintainer.
2472 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
2474         * configure.ac: Adjust for loop syntax.
2475         * configure: Regenerate.
2477 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2479         * configure: Rebuilt.
2481 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2483         * configure.ac: Drop multiple occurrences of --enable-languages,
2484         and fix its quoting.
2485         * configure: Rebuilt.
2487 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
2488             Nathan Sidwell  <nathan@codesourcery.com>
2489             Vladimir Prus  <vladimir@codesourcery.com>
2490             Joseph Myers  <joseph@codesourcery.com>
2492         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2493         * configure: Regenerate.
2495 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
2497         * ltconfig (freebsd*): Default to elf.
2499 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2501         * configure.ac (target_libraries): Move libgcc before libiberty.
2502         * configure: Regenerated.
2504 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2505             Paolo Bonzini  <bonzini@gnu.org>
2507         PR bootstrap/30753
2508         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
2509         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
2510         * configure: Regenerated.
2512 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2514         * MAINTAINERS (Language Front End Maintainers): Update my mail
2515         address.
2517 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2519         PR bootstrap/30748
2520         * configure.ac: Correct syntax for Solaris ksh.
2521         * configure: Regenerated.
2523 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2525         * configure.ac: Sync with src.
2526         * configure: Regenerate.
2528 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2530         * Makefile.in: Regenerate.
2532 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2534         * config.sub: Sync with src.
2536 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2538         * Makefile.tpl (build_alias, host_alias, target_alias): Use
2539         noncanonical equivalents.
2540         * configure.in: Rename to...
2541         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
2542         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
2543         target_noncanonical.  Use them.  Rewrite removal of configure
2544         arguments for autoconf 2.59.  Discard variable settings.  Force
2545         program_transform_name for native tools.
2547         * Makefile.in: Regenerated.
2548         * configure: Regenerated with autoconf 2.59.
2550 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
2552         * MAINTAINERS (Write After Approval): Add myself.
2554 2007-01-31  Andreas Schwab  <schwab@suse.de>
2556         * Makefile.tpl (LDFLAGS): Substitute it.
2557         * Makefile.in: Regenerate.
2559 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
2561         * MAINTAINERS (Write After Approval): Add myself.
2563 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
2565         * MAINTAINERS (spu port): Add myself.
2567 2007-01-23  Richard Guenther  <rguenther@suse.de>
2569         PR bootstrap/30541
2570         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
2571         * Makefile.tpl (GNATBIND): Substitute it.
2572         (GNATMAKE): Likewise.
2573         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
2574         of STAGE_PREFIX.
2575         * Makefile.in: Regenerate.
2576         * configure: Regenerate.
2578 2007-01-18  Mike Stump  <mrs@apple.com>
2580         * configure.in: Re-enable -Werror for gcc builds.
2582 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
2584         * MAINTAINERS (Write After Approval): Add myself.
2586 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2588         * configure.in: Change == to = in test command.
2589         * configure: Regenerate.
2591 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2592             Nick Clifton  <nickc@redhat.com>
2593             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
2595         * configure.in (build_configargs, host_configargs, target_configargs):
2596         Remove build/host/target parameters.
2597         (host_libs): Add gmp and mpfr.
2598         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2599         * Makefile.def (gmp, mpfr): New.
2600         (gcc): Remove target.
2601         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2602         target_os, target_vendor): New.
2603         (configure): Add host_alias/target_alias arguments; adjust invocations.
2604         * configure: Regenerate.
2605         * Makefile.in: Regenerate.
2607 2007-01-11  Matt Fago  <fago@earthlink.net>
2609         * configure.in: Try to link to functions only in mpfr 2.2.x
2610         to improve robustness of configure tests.
2611         * configure: Regenerate.
2613 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
2615         * MAINTAINERS: Add myself as i386 maintainer.
2617 2007-01-08  Jan Hubicka  <jh@suse.cz>
2619         * MAINTAINERS: Add myself as i386 maintainer.
2621 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
2623         * configure.in: Add support for an x86_64-mingw* target.
2624         * configure: Regenerate.
2626 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
2628         * Makefile.tpl (all-target): Correct @if conditional for target
2629         modules.
2630         * configure.in: Omit libiberty if building only target libgcc.
2631         * configure, Makefile.in: Regenerated.
2633 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
2635         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
2636         * configure: Regenerate.
2638 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
2640         * Makefile.def (target_modules): Add libgcc.
2641         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
2642         * Makefile.tpl (clean-target-libgcc): Delete.
2643         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2644         on gcc even for bootstrapped modules.  Rewrite handling of
2645         lang_env_dependencies to loop over target_modules.
2646         * configure.in (target_libraries): Add target-libgcc.
2647         * Makefile.in, configure: Regenerated.
2649 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2651         * configure.in: Reorganize recognition of languages.  Add
2652         --enable-stage1-languages.  Show supported languages for the chosen
2653         target rather than all recognized languages.
2654         * configure: Regenerate.
2656 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2658         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
2659         * Makefile.in: Regenerate.
2661 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2663         * configure.in: Warn that MPFR 2.2.0 is buggy.
2664         * configure: Regenerate.
2666 2006-12-27  Ian Lance Taylor  <iant@google.com>
2668         * configure.in: When removing Makefiles to force a reconfigure, also
2669         remove prev-DIR*/Makefile.
2670         * configure: Regenerate.
2672 2006-12-22  Andreas Schwab  <schwab@suse.de>
2674         * configure: Regenerate with correct autoconf version.
2676 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
2678         * configure.in: add AC_SUBST for *_FOR_TARGET.
2679         * configure: Regenerate.
2681 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2683         * configure.in: Simplify logic for rejecting languages that cannot
2684         be built.  Separate the case when a language is unsupported,
2685         from the case when the user chooses not to build a language.
2687 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2689         * configure.in: Remove "$build" case for powerpc-*-darwin* since
2690         it only affects bootstrap and could be tested on "$host" as well.
2691         * configure: Regenerate.
2692         * config/mh-ppc-darwin: Add to the stage1 cflags here.
2694 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2696         PR bootstrap/29544
2697         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
2698         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
2699         move here comment from Makefile.tpl.
2700         * Makefile.tpl: Move some definitions higher in the file.
2701         (STAGE1_CHECKING): New.
2702         * configure.in: Add --enable-stage1-checking.
2703         * configure: Regenerate.
2704         * Makefile.in: Regenerate.
2706 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2708         * MAINTAINERS: Add myself as build system maintainer.
2710 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
2712         * MAINTAINERS (Write After Approval): Add myself.
2714 2006-12-13  Eric Christopher  <echristo@apple.com>
2716         * MAINTAINERS: Add myself as darwin maintainer.
2718 2006-12-11  Ian Lance Taylor  <ian@airs.com>
2720         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
2722 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
2724         MAINTAINERS: Update my entry.
2726 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
2728         * configure.in:  Handle spu makefile frag.
2729         * Makefile.tpl (MAINT): Define
2730         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
2731         * configure: Regenerate.
2732         * Makefile.in: Regenerate.
2734 2006-12-11  Ben Elliston  <bje@au.ibm.com>
2736         * config.guess: Import latest version.
2737         * config.sub: Likewise.
2739 2006-12-11  Ben Elliston  <bje@au.ibm.com>
2741         * configure.in (spu-*-*): Don't skip target-libiberty.
2742         * configure: Regenerate.
2744 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2746         PR bootstrap/30134
2747         * configure.in: Correct x86 darwin support for libjava to powerpc
2748         and i?86 only.
2749         * configure: Regenerate.
2751 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
2753         * configure.in: Add x86 darwin support for libjava.
2754         * configure: Regenerate.
2756 2006-12-07  Mike Stump  <mrs@apple.com>
2758         * Makefile.def (dependencies): Add dependency for
2759         install-target-libssp and install-target-libgomp on
2760         install-gcc.
2761         * Makefile.in: Regenerate.
2763 2006-12-04  Richard Guenther  <rguenther@suse.de>
2765         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
2766         (Non-Algorithmic Maintainers): Move over non-algorithmic
2767         loop optimizer maintainers, add myself as a non-algorithmic
2768         middle-end maintainer.
2770 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
2772         * MAINTAINERS (Write After Approval): Add myself.
2774 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2776         * configure.in: Update error message for missing GMP/MPFR.
2778         * configure: Regenerate.
2780 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2782         * configure.in: Update MPFR version in error message.
2784         * configure: Regenerate.
2786 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2788         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
2789         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
2790         --with-gmp-lib): New flags.
2792         * configure: Regenerate.
2794 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
2796         * MAINTAINERS (Write After Approval): Change my email address.
2798 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2800         * MAINTAINERS (Write After Approval): Add myself.
2802 2006-11-22  Philipp Thomas  <pth@suse.de>
2804         * MAINTAINERS (i18n): Update e-mail address.
2806 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
2808         * MAINTAINERS (spu port): Add myself as maintainer.
2809         (Write After Approval): Remove myself.
2811 2006-11-22  Ben Elliston  <bje@au.ibm.com>
2813         * configure.in (skipdirs): Don't build libssp for SPU.
2814         * configure: Regenerate.
2816 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2818         * MAINTAINERS (spu port): Add myself as maintainer.
2819         (libobjc): Update my email address.
2821 2006-11-21  Andrea Bona  <andrea.bona@st.com>
2823         * MAINTAINERS (Write After Approval): Add myself.
2825 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
2827         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
2828         * configure : Rebuilt.
2830 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
2832         * MAINTAINERS (Write After Approval): Add myself.
2834 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
2836         * MAINTAINERS (Write After Approval): Add myself.
2838 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2840         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
2841         libmpfr.a.
2842         * configure: Regenerate.
2844 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
2846         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
2847         (unstage): Test for stage_last presence.
2849         PR bootstrap/29802
2850         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
2851         STAGE_PREFIX.
2852         * Makefile.in: Regenerate.
2854 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
2856         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
2857         maintainers.
2859 2006-11-14  Erven Rohou  <erven.rohou@st.com>
2861         * MAINTAINERS (Write After Approval): Add myself.
2863 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
2865         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
2866         and stageN-package/Makefile.
2867         * Makefile.in: Regenerated.
2869 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
2871         * configure.in: Remove target-libgloss from noconfigdirs for
2872         bfin-*-*.
2873         * configure: Regenerated.
2875 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2877         * configure.in (have_gmp): Only error if the gcc directory exists.
2879         * configure: Regenerate.
2881 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2883         * configure.in: Robustify error message for missing GMP/MPFR.
2885         * configure: Regenerate.
2887 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
2889         * MAINTAINERS (Write After Approval): Add myself.
2891 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
2893         * MAINTAINERS: Change email address.
2895 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
2897         * MAINTAINERS (Write After Approval): Add myself.
2899 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
2901         * MAINTAINERS (Write After Approval): Add myself.
2903 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
2905         * MAINTAINERS (Write After Approval): Move myself to
2906         Write After Approval section.
2908 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2910         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
2911         need_gmp anymore.
2912         * configure: Regenerate.
2914 2006-10-16  Tobias Burnus  <burnus@net-b.de>
2916         * MAINTAINERS (Write After Approval): Add myself.
2918 2006-10-16  Ben Elliston  <bje@au.ibm.com>
2920         * config.guess: Import latest version.
2921         * config.sub: Likewise.
2923 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
2925         * Makefile.def: Added pdf target handling.
2926         * Makefile.tpl: Added pdf target handling.
2927         * Makefile.in: Regenerated.
2929 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
2931         * MAINTAINERS: Add self as score port maintainer.
2933 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
2935         * MAINTAINERS (Write After Approval): Add myself.
2937 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
2939         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
2940         or newer.
2941         * configure: Regenerated.
2943 2006-09-27  Dave Brolley  <brolley@redhat.com>
2945         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
2946         using $s instead of $r.
2947         * configure: Regenerated.
2949 2006-09-26  Thiemo Seufer  <ths@mips.com>
2951         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
2952         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
2953         * configure: Regenerate.
2955 2006-09-24  Graeme Peterson  <gridly@gmail.com>
2957         * MAINTAINERS (Write After Approval): Remove myself.
2959 2006-09-22  Chao-ying Fu  <fu@mips.com>
2961         * MAINTAINERS (Write After Approval): Add myself.
2963 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
2965         * MAINTAINERS: Add self as soft-fp maintainer.
2967 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
2969         * MAINTAINERS: Add myself as avr maintainer.
2970         Remove Marek Michalkiewicz as avr maintainer.
2972 2006-09-07  Roberto Costa  <roberto.costa@st.com>
2974         * MAINTAINERS (Write After Approval): Add myself.
2976 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
2978         * configure.in: Never build newlib for a Mingw host.
2979         Never build newlib as Mingw target library.
2980         Test the existence of winsup/cygwin for building a Cygwin newlib,
2981         rather than just winsup.
2982         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
2983         building a Mingw target.
2984         * configure: Regenerate.
2986 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
2988         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
2990 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
2992         * config.guess: Import from src (was more updated).
2993         * config.sub: Likewise.
2995 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
2997         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
2998         * configure: Regenerated.
3000 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
3002         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3003         for stages after the first.
3005 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
3007         * Makefile.def: Add dependencies for configure-opcodes
3008         on configure-intl and all-opcodes on all-intl.
3009         * Makefile.in: Regenerated.
3011 2006-07-13  Ben Elliston  <bje@au.ibm.com>
3013         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
3015 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
3017         Port to hosts whose 'sort' and 'tail' implementations
3018         treat operands with leading '+' as file names, as POSIX
3019         has required since 2001.  However, make sure the code still
3020         works on pre-POSIX hosts.
3021         * ltmain.sh: Don't assume "sort +2" is equivalent to
3022         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
3024 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
3026         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
3028 2006-07-04  Peter O'Gorman  <peter@pogma.com>
3030         * ltconfig: chmod 644 before ranlib during install.
3032 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3034         PR bootstrap/18058
3035         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3036         if the bootstrap compiler is a GCC version that supports it.
3037         * configure: Regenerate.
3039 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3041         * configure.in: Fix thinkos in previous check-in.
3042         * configure: Regenerate.
3044 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3046         PR other/27063
3047         * configure.in: Test subdir_requires and give an appropriate
3048         error message.
3049         * configure: Regenerate.
3051 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
3053         * MAINTAINERS (Write After Approval): Add myself.
3055 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
3057         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3059 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
3061         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3063 2006-06-20  David Ayers  <d.ayers@inode.at>
3065         PR bootstrap/28072
3066         * configure.in: Add target-boehm-gc to noconfigdirs depending on
3067         whether target-libjava is being configured instead of whether the
3068         java front end is enabled.
3069         * configure: Regenerate.
3071 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3073         PR target/27540
3074         * configure.in: Only enable libgomp on IRIX 6.
3075         * configure: Regenerate.
3077 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
3079         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3080         too.
3081         * Makefile.in: Regenerate.
3083 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
3085         * config-ml.in: Alter CCASFLAGS to include special
3086         multilib options the same as is done for CFLAGS.
3088 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3090         * configure.in: Don't enable libgomp on hpux10.
3091         * configure: Rebuilt.
3093 2006-06-12  David Ayers  <d.ayers@inode.at>
3095         PR bootstrap/27963
3096         PR target/19970
3097         * configure.in: Remove target-boehm-gc from noconfigdirs where
3098         ${libgcj} is specified.
3099         * configure: Regenerate.
3101 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
3103         Sync from src:
3105         * configure.in: Sync.
3106         * configure: Regenerated.
3108         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
3110         * Makefile.def: Added dependencies from sim and gdb on intl, and
3111         added configure dependencies to everything with an all dependency
3112         on intl.
3113         * Makefile.in: Regenerated.
3115 2006-06-06  David Ayers  <d.ayers@inode.at>
3117         PR libobjc/13946
3118         * Makefile.def: Add dependencies for libobjc which boehm-gc.
3119         * Makefile.in: Regenerate.
3120         * configure.in: Add --enable-objc-gc at toplevel and have it
3121         enable boehm-gc for Objective-C.
3122         Remove target-boehm-gc from libgcj.
3123         Add target-boehm-gc to target_libraries.
3124         Add target-boehm-gc to noconfigdirs where ${libgcj}
3125         is specified.
3126         Assert that boehm-gc is supported when requested for Objective-C.
3127         Only build boehm-gc if needed either for Java or Objective-C.
3128         * configure: Regenerate.
3130 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
3132         PR 27674
3133         * Makefile.tpl (configure-[+prefix+][+module+],
3134         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3135         Remove rule to unstage bootstrapped modules.
3136         (stage_current): New.
3137         * Makefile.in: Regenerate.
3139 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3141         * MAINTAINERS (Write After Approval): Update my e-mail address.
3143 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
3145         * include/libiberty.h: Declare pex_run_in_environment.
3147 2006-05-31  Asher Langton  <langton2@llnl.gov>
3149         * MAINTAINERS (Write After Approval): Add myself.
3151 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
3153         * Makefile.def (bfd, opcodes): Fix lib_path.
3154         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3155         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
3156         * Makefile.in: Regenerate.
3158 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3160         * Makefile.in: Regenerate.
3162 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3164         * Makefile.def: Add install-html target. Add datarootdir
3165         docdir and htmldir to flags_to_pass.
3166         * Makefile.tpl: Add install-html target.
3167         * Makefile.in: Regenerate.
3168         * configure.in: Add --with-datarootdir, --with-docdir, and
3169         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
3170         * configure: Regenerate.
3172 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
3174         * configure.in: Enable gprof for cross builds.
3175         * configure: Regenerate.
3177 2006-05-22  Richard Guenther  <rguenther@suse.de>
3179         Revert
3180         2006-01-31  Richard Guenther  <rguenther@suse.de>
3181         Paolo Bonzini  <bonzini@gnu.org>
3183         * Makefile.def (target_modules): Add libgcc-math target module.
3184         * configure.in (target_libraries): Add libgcc-math target library.
3185         (--enable-libgcc-math): New configure switch.
3186         * Makefile.in: Re-generate.
3187         * configure: Re-generate.
3188         * libgcc-math: New toplevel directory.
3190 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3191             Andreas Tobler  <a.tobler@schweiz.ch>
3193         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
3194         * configure: Rebuilt.
3196 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
3198         * MAINTAINERS (Write After Approval): Add myself.
3200 2006-05-01  DJ Delorie  <dj@redhat.com>
3202         * configure.in: Restore CFLAGS if GMP isn't present.
3203         * configure: Regenerate.
3205 2006-05-01  Richard Guenther  <rguenther@suse.de>
3207         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
3208         maintainer.
3210 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
3212         * MAINTAINERS (Write After Approval): Add myself.
3214 2006-04-28  Jan Beulich  <jbeulich@novell.com>
3216         * MAINTAINERS (Write After Approval): Add myself.
3218 2006-04-18  DJ Delorie  <dj@redhat.com>
3220         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
3221         reference libgloss so that libssp can be built in a combined
3222         tree.
3223         * configure: Regenerate.
3225 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
3227         * MAINTAINERS (Write After Approval): Add myself.
3229 2006-04-05  Ben Elliston  <bje@au.ibm.com>
3231         * configure.in: Require makeinfo 4.4 or higher.
3232         * configure: Regenerate.
3234 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
3236         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
3237         Rearrange the entries of other libraries to have them in one place.
3239 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
3241         * MAINTAINERS (Write After Approval): Remove myself.
3242         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
3244 2006-03-14  Richard Guenther  <rguenther@suse.de>
3246         * configure: Regenerate with autoconf 2.13.
3248 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
3250         * MAINTAINERS: Use my work address.
3252         * MAINTAINERS: Update my E-mail address.
3254 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
3256         * configure.in: Handle --disable-<component> generically.
3257         * configure: Regenerate.
3259 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
3261         PR libgcj/17311
3262         * ltmain.sh: Don't use "$finalize_rpath" for compile.
3264 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
3266         * MAINTAINERS (Write After Approval):  Remove myself.
3267         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3269 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
3271         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
3272         (TARGET_CONFIGDIRS): Remove.
3273         * configure.in: Remove AC_SUBST(target_configdirs).
3274         * Makefile.in, configure: Regenerated.
3276 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
3278         * MAINTAINERS (Write After Approval):  Remove myself.
3279         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3281 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
3283         PR bootstrap/25670
3285         * Makefile.tpl ([+compare-target+]): Print explanation messages.
3287         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3288         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3289         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3290         BUILD_PREFIX, BUILD_PREFIX_1.
3291         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3293         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3294         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3296         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3297         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3298         of `cat stage_current`.  Always provide the `r' and `s' variables.
3299         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3300         a single shell execution.
3301         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3302         bootstrapped modules, make the stage1 module if the build was not
3303         started yet, else build the current stage.
3304         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3305         (all-build, all-host, all-target, [+make_target+]-host,
3306         [+make_target+]-target): Do not use \-continued lines.
3307         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3308         (current_stage, restrap, stage_last): New.
3310         * Makefile.in: Regenerate.
3311         * configure: Regenerate.
3313 2006-02-19  Bud Davis  <jmdavis@link.com>
3315         * MAINTAINERS (Write After Approval):  Remove myself.
3316         (Language Front End Maintainers):  Add myself as fortran 95
3317         maintainer and update e-mail address.
3319 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3321         * MAINTAINERS (Write After Approval):  Remove myself.
3322         (Language Front End Maintainers):  Add myself as fortran 95
3323         maintainer.
3325 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
3327         * MAINTAINERS (Write After Approval): Add myself.
3329 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
3331         * MAINTAINERS (Write After Approval):  Remove myself.
3332         (Language Front End Maintainers):  Add myself as
3333         fortran 95 maintainer.
3335 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3337         Sync from src:
3339         2005-12-27  Leif Ekblad  <leif@rdos.net>
3341         * configure.in: Add support for RDOS target.
3342         * configure: Regenerate.
3344 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3345             Andreas Schwab  <schwab@suse.de>
3347         * configure: Regenerate.
3349 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
3351         * configure.in (enable_libgomp): Add AIX.
3352         * configure: Regenerate.
3354 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
3356         * MAINTAINERS (Write After Approval): Add myself.
3358 2006-02-03  Lee Millward  <lee.millward@gmail.com>
3360         * MAINTAINERS (Write After Approval): Add myself.
3362 2006-01-31  Richard Guenther  <rguenther@suse.de>
3363         Paolo Bonzini  <bonzini@gnu.org>
3365         * Makefile.def (target_modules): Add libgcc-math target module.
3366         * configure.in (target_libraries): Add libgcc-math target library.
3367         (--enable-libgcc-math): New configure switch.
3368         * Makefile.in: Re-generate.
3369         * configure: Re-generate.
3370         * libgcc-math: New toplevel directory.
3372 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
3374         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3375         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3376         the assembler, linker and binutils.
3377         * configure: Regenerate.
3379 2006-01-22  Dirk Mueller  <dmueller@suse.de>
3381         * MAINTAINERS (Write After Approval): Add myself.
3383 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
3385         * configure: Regenerate.
3387 2006-01-18  Richard Henderson  <rth@redhat.com>
3388             Jakub Jelinek  <jakub@redhat.com>
3389             Diego Novillo  <dnovillo@redhat.com>
3391         * libgomp: New directory.
3392         * Makefile.def: Add target_module libgomp.
3393         * Makefile.in: Regenerate.
3394         * configure.in (target_libraries): Add target-libgomp.
3395         * configure: Regenerate.
3397 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
3399         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3400         @ from continuation.
3401         * Makefile.in: Rebuilt.
3403 2006-01-04  Chris Lattner  <sabre@gnu.org>
3405         * MAINTAINERS (Write After Approval): Add myself.
3407 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3409         PR bootstrap/24252
3411         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3412         * Makefile.tpl (OBJDUMP): New.
3413         (EXTRA_HOST_FLAGS): Add it.
3414         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3416         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3417         to use symbolic links between directories.  Avoid race conditions
3418         or make them harmless.
3419         * configure.in: Do not try to use symbolic links between directories.
3421         * Makefile.def (LEAN): Pass.
3422         * Makefile.tpl (LEAN): Define.
3423         (stage[+id+]-start): Accept that the previous directory does not
3424         exist, if the bootstrap is lean.
3425         (stage[+id+]-bubble): Invoke lean bootstrap commands after
3426         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
3427         configure substitution.
3428         ([+compare-target+]): Likewise.
3429         ([+bootstrap-target+]-lean): New.
3430         * configure.in: Remove lean bootstrap support from here.
3432         * Makefile.in: Regenerate.
3433         * configure: Regenerate.
3435 2006-01-04  Ben Elliston  <bje@au.ibm.com>
3437         * MAINTAINERS (libdecnumber): Add myself.
3439 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
3441         * libtool-ldflags: New script.
3443 2006-01-02  Andreas Schwab  <schwab@suse.de>
3445         * configure.in: When reconfiguring remove Makefile in
3446         all stage directories.
3447         * configure: Regenerate.
3449 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
3451         * MAINTAINERS: Update my email address.
3453 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
3455         Revert Ada-related part of the previous change.
3457         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3458         Do not pass.
3459         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3460         * Makefile.in: Regenerate.
3461         * configure.in: Do not include mt-ppc-aix target fragment.
3462         * configure: Regenerate.
3464 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
3466         * configure.in: Select appropriate fragments for PowerPC/AIX.
3467         * configure: Regenerate.
3469         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3470         BOOT_CFLAGS, BOOT_LDFLAGS.
3471         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3472         BOOT_CFLAGS, BOOT_LDFLAGS.
3473         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3474         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3475         (stage): Fail if we cannot complete the work.
3476         * Makefile.in: Regenerate.
3478 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
3480         * configure.in: Replace ms1 with mt.
3481         * configure: Rebuilt.
3483 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
3485         * MAINTAINERS: Update my email address.
3487 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
3489         * Makefile.tpl (all, do-[+make_target+], do-check, install,
3490         install-host-nogcc): Don't invoke $(stage) at the end.
3491         * Makefile.in: Regenerate.
3493 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
3495         * configure.in: Flip the top-level bootstrap switch.
3496         * configure: Regenerate.
3498 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
3500         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3501         $(stage) and $(unstage).
3502         (EXTRA_TARGET_FLAGS): Correct double-quoting.
3503         (all): Remove stray semicolon.
3504         (local-distclean): Don't handle multilib.tmp and multilib.out.
3505         (install.all): Set $s for consistency.
3506         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3507         check_multilibs setting.  Always make the install directory.
3508         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3509         Correct @if/@endif.
3510         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3511         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3512         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3513         (multilib.out): Remove.
3514         * Makefile.in: Regenerated.
3516 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
3518         * MAINTAINERS (Write After Approval): Add myself.
3520 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3522         * MAINTAINERS: Add myself as mt maintainer.
3524         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
3526 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
3528         * MAINTAINERS: Change email address.
3530 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3532         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3533         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3534         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
3535         Find in-tree tools if available.
3536         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3537         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3538         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3539         (COMPILER_*_FOR_TARGET): New.
3540         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3541         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3542         (CONFIGURED_*, USUAL_*): Remove.
3543         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3544         STRIP): Use autoconf substitutions.
3545         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3546         COMPILER_NM_FOR_TARGET): New.
3547         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3549         (all): Make all-host and all-target in parallel.
3550         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3551         that $$r and $$s are set before invoking a recursive make.
3552         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3553         ([+bootstrap-target+]): Inline most of the `all' target.
3555 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3557         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3558         from the gcc build directory.
3559         * Makefile.in: Regenerate.
3561 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3563         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
3564         depend on all-libdecnumber.
3565         * configure.in (host_libs): Include libdecnumber.
3566         * Makefile.in: Regenerate.
3567         * configure: Likewise.
3569 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3571         * libdecnumber: Import decNumber sources from the dfp-branch.
3573 2005-11-21  Kean Johnston  <jkj@sco.com>
3575         * config.sub, config.guess: Sync from upstream sources.
3577 2005-11-21  Ben Elliston  <bje@au.ibm.com>
3579         Import from Autoconf sources:
3581         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
3582         * config/move-if-change: Don't output "$2 is unchanged";
3583         suggested by Ben Elliston.  Handle weird characters correctly.
3585 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
3587         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
3588         to match upstream libtool for darwin.
3590 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
3592         * Makefile.def: Remove gdb dependencies for gdbtk.
3593         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3594         (configure-gdb, install-gdb): New rules.
3595         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3596         * Makefile.in, configure: Regenerated.
3598 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
3600         * MAINTAINERS (Write After Approval): Add myself.
3602 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
3604         * MAINTAINERS (Write After Approval): Add myself.
3606 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
3608         * MAINTAINERS (alias analysis): Add Daniel Berlin and
3609         Diego Novillo.
3611 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
3613         PR bootstrap/24297
3614         * Makefile.tpl (do-[+make-target+], do-check, install,
3615         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3616         are set before recursing.
3617         * Makefile.in: Regenerate.
3619 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
3621         PR bootstrap/18939
3622         * Makefile.def (gcc) <target>: Fix thinko.
3623         * Makefile.in: Regenerate.
3625 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
3627         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3628         * configure: Regenerate.
3630 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
3632         * MAINTAINERS (Write After Approval): Add self.
3634 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
3636         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3637         target-libffi, target-qthreads, target-libjava, and
3638         targetlibobjc.
3639         * configure: Regenerate.
3641 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
3643         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3644         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3645         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3646         (USUAL_OBJDUMP_FOR_TARGET): New.
3647         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3648         * configure.in: Check for $OBJDUMP_FOR_TARGET.
3649         * configure, Makefile.in: Regenerated.
3651 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3653         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3654         before other host packages.
3656 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
3658         * MAINTAINERS: Add self as sh libraries/configury maintainer.
3660 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3662         PR bootstrap/22340
3664         * configure.in (default_target): Remove.
3665         * Makefile.tpl (all): Do not use prerequisites as subroutines
3666         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3667         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3668         use prerequisites as subroutines.
3669         (check-host, check-target): New.
3670         (bootstrap configure & all targets): Do not use stage*-start
3671         if the directory layout is already ok.
3672         (non-bootstrap configure & all targets): Prepend a $(unstage).
3673         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
3674         (NOTPARALLEL): Remove.
3675         (unstage, stage variables): New variables.
3676         (unstage, stage targets): Simply expand to those variables.
3678         * configure: Regenerate.
3679         * Makefile.in: Regenerate.
3681 2005-10-04  James E Wilson  <wilson@specifix.com>
3683         * Makefile.def (lang_env_dependencies): Add libmudflap.
3684         * Makefile.in: Regenerate.
3686 2005-10-03  Andreas Schwab  <schwab@suse.de>
3688         Backport from libtool CVS:
3689         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
3691         * ltmain.sh: add support for installing into temporary
3692         staging area (e.g. 'make install DESTDIR=...')
3694 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
3696         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3697         * configure: Regenerated.
3699 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
3701         * configure: Regenerate with the correct
3702         autoconf version.
3704 2005-09-30  Catherine Moore  <clm@cm00re.com>
3706         * configure.in (bfin-*-*): New.
3707         * configure: Regenerated.
3709 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
3711         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3712         (LIPO_FOR_TARGET): New.
3713         (CONFIGURED_LIPO_FOR_TARGET): New.
3714         (USUAL_LIPO_FOR_TARGET): New.
3715         (STRIP_FOR_TARGET): New.
3716         (CONFIGURED_STRIP_FOR_TARGET): New.
3717         (USUAL_STRIP_FOR_TARGET): New.
3718         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3719         STRIP_FOR_TARGET.
3720         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3721         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3722         * Makefile.in: Regenerate.
3723         * configure: Regenerate.
3725 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
3727         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3728         (rs6000-*-aix*): Same.
3729         * configure: Regenerate.
3731 2005-09-16  Tom Tromey  <tromey@redhat.com>
3733         * MAINTAINERS: Add self as java maintainer.
3735 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3737         * configure.in: Recognize f95 in the --enable-languages option,
3738         and substitute it for fortran, issuing a warning.
3739         * configure: Regenerate.
3741 2005-08-30  Phil Edwards  <phil@codesourcery.com>
3743         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
3744         * configure:  Regenerated.
3746 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
3748         * MAINTAINERS: Add self as ms1 maintainer.
3750 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
3752         * Makefile.def (libssp): Add to lang_env_dependencies.
3753         * Makefile.in: Regenerate.
3755 2005-08-18  Ian Lance Taylor  <ian@airs.com>
3757         * MAINTAINERS: Add myself as middle-end maintainer.
3759 2005-08-17  Christian Groessler  <chris@groessler.org>
3761         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
3762         * Makefile.in: Regenerate.
3764 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
3766         * MAINTAINERS (write after approval): Added myself.
3768 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
3770         * MAINTAINERS (Write After Approval): Add myself.
3772 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
3774         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
3775         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
3776         Look for alternate names of the target cc and c++
3777         * configure: Regenerate.
3779 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
3781         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3782         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
3783         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
3784         tools; remove code to manually set them.
3785         (Target tools): Look in the environment for them.
3786         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3787         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
3788         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
3789         build directory.
3790         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
3791         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
3792         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
3793         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3794         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
3795         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
3796         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
3797         * configure: Regenerate.
3798         * Makefile.in: Regenerate.
3800 2005-07-28  Ben Elliston  <bje@au.ibm.com>
3802         * MAINTAINERS: Update for removed CPU targets.
3804 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
3806         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
3807         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
3808         * Makefile.in: Regenerated.
3810 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
3812         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
3813         (CFLAGS_FOR_TARGET): Use it.
3814         (CXXFLAGS_FOR_TARGET): Likewise.
3815         * Makefile.in: Regenerated.
3816         * configure.in (--with-build-sysroot): New option.
3817         * configure: Regenerated.
3819 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
3821         * Makefile.tpl: Wrap install between unstage and stage
3822         * Makefile.in: Regenerate.
3824 2005-07-21  Eric Christopher  <echristo@apple.com>
3826         * MAINTAINERS: Update affiliation.
3828 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
3830         * MAINTAINERS: Add self as crx port maintainer.
3832 2005-07-20  DJ Delorie  <dj@redhat.com>
3834         * MAINTAINERS: Add self as m32c maintainer.
3836 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
3838         * all files: Update FSF address.
3840 2005-07-15  Eric Christopher  <echristo@redhat.com>
3842         * MAINTAINERS: Change affiliation.
3844 2005-07-14  Jim Blandy  <jimb@redhat.com>
3846         * configure.in: Add cases for Renesas m32c.
3847         * configure: Regenerated.
3849 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
3851         * COPYING.LIB: Update from fsf.org.
3853 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
3855         * COPYING, compile, config.guess,
3856         config.sub, install-sh, missing, mkinstalldirs,
3857         symlink-tree, ylwrap: Sync from upstream sources.
3858         * config-ml.in: Update FSF address.
3860 2005-07-13  Eric Christopher  <echristo@redhat.com>
3862         * configure.in: Add toplevel noconfigdir support for tpf.
3863         * configure: Regenerate.
3865 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
3867         PR ada/22340
3869         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
3870         * Makefile.in: Regenerate.
3872 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
3874         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
3875         Brolley to write-after-approval.
3877 2005-07-07  Andreas Schwab  <schwab@suse.de>
3879         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
3880         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
3881         * Makefile.in: Regenerated.
3883 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
3885         * configure.in: Don't build sim or rda when targetting darwin.
3886         * configure: Regenerate.
3888 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
3890         * configure.in: Add --enable-libssp and --disable-libssp.
3891         * configure: Regenerate with autoconf-2.13.
3893 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
3895         * Makefile.def (target_modules): Add libssp.
3896         * configure.in (target_libraries): Add target-libssp.
3897         * configure: Rebuilt.
3898         * Makefile.in: Rebuilt.
3900 2005-07-01  Zack Weinberg  <zackw@panix.com>
3902         * MAINTAINERS: Change email address.  Resign from maintainership.
3904 2005-07-01  Richard Guenther  <rguenther@suse.de>
3906         * MAINTAINERS: Change my e-mail address and affiliation.
3908 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
3910         * Makefile.def (stagefeedback): Come after profile.
3911         Define profiledbootstrap target.
3912         * Makefile.tpl (profiledbootstrap): Remove.
3913         (stageprofile-end): Zap stagefeedback.
3914         (stagefeedback-start): Copy all .gcda files, not only GCC's.
3915         * Makefile.in: Regenerate.
3917 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
3919         * MAINTAINERS: Update my email address.
3921 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
3923         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
3924         In 'cpp' stanza, support '#line' as well as '# '.
3926 2005-06-08  Andreas Schwab  <schwab@suse.de>
3928         * MAINTAINERS: Move myself from 'Write After Approval' to
3929         'CPU Port Maintainers' section as m68k maintainer.
3931 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
3933         * configure.in (unsupported_languages): New macro.
3934         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
3935         non-ported target libraries in noconfigdirs.
3936         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
3937         non-linux-gnu.  Remove libgcj_ex_libffi.
3938         <lang_frag loop>: Set add_this_lang=no if the language is in
3939         unsupported_languages.
3940         * configure: Regenerate.
3942 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
3944         * configure.in: Fix typo in handling of --with-mpfr-dir.
3945         * configure: Regenerate.
3947 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
3949         * MAINTAINERS: Update my email address.
3951 2005-06-02  Jim Blandy  <jimb@redhat.com>
3953         * config.sub: Add cases for the Renesas m32c.  (This patch has been
3954         accepted into the master sources.)
3956 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
3957             Michael Snyder  <msnyder@redhat.com>
3958             Stan Cox  <scox@redhat.com>
3960         * configure.in: Set noconfigdirs for ms1.
3962         * configure: Regenerate.
3964 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
3966         * MAINTAINERS (Write After Approval): Add self.
3968 2005-06-01  Josh Conner  <jconner@apple.com>
3970         * MAINTAINERS (Write After Approval): Add self.
3972 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
3974         * MAINTAINERS: Update my email address.
3976 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
3978         * MAINTAINERS (Write After Approval): Add self.
3980 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
3982         * MAINTAINERS (Write After Approval): Remove self.
3984 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
3986         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
3987         (Dependencies): Consider target modules for bootstrap dependencies.
3988         Make target bootstrap modules depend on each stage's gcc.
3989         * Makefile.in: Regenerate.
3991 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
3993         * Makefile.def (configure-gcc): Depend on binutils having been built.
3994         (all-gcc): No need to do it here.
3995         * Makefile.in: Regenerate.
3997 2005-05-19  Paul Brook  <paul@codesourcery.com>
3999         * configure.in: Rewrite misleading error message when requested
4000         language cannot be built.
4001         * configure: Regenerate.
4003 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
4005         * ylwrap: Import from Automake 1.9.5.
4007 2005-05-13  David Ung  <davidu@mips.com>
4009         * MAINTAINERS (Write After Approval): Add self.
4011 2005-05-09  Mike Stump  <mrs@apple.com>
4013         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
4014         lt_cv_sys_max_cmd_len for now.
4016 2005-05-09  Stan Cox  <scox@redhat.com>
4018         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
4020 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
4022         * README.SCO: Update the URL.
4024 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
4026         * ltconfig: Define file_list_spec.  Pass file_list_spec and
4027         with_gnu_ld to libtool.
4028         * ltcf-c.sh (aix[45]): Define file_list_spec.
4029         * ltcf-cxx.sh (aix[45]): Same.
4030         * ltcf-gcj.sh (aix[45]): Same.
4031         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
4032         exists, write list of input files to temporary file.
4034 2005-05-04  Mike Stump  <mrs@apple.com>
4036         * configure.in: Always pass --target to target configures as
4037         otherwise rebuilds that do --recheck will fail.
4038         * confiugure: Rebuilt.
4040 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
4042         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4043         STAGE_HOST_EXPORTS.
4044         (configure, all): Add bootstrap support.
4045         (Host modules, target modules): Pass post-stage1 flags and exports.
4046         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4047         * Makefile.in: Regenerate.
4049 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
4051         * configure: Regenerate.
4053 2005-04-27  Mike Stump  <mrs@apple.com>
4055         * MAINTAINERS: Add self as darwin maintainer.
4057 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
4059         * config.sub: Update from master copy.
4061 2005-04-21  Mike Stump  <mrs@apple.com>
4063         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
4064         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
4066 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
4068         * configure.in <crisv32-*-*, cris-*-*>: New local variable
4069         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
4070         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
4071         "*-*-elf" and "*-*-linux*".
4072         * configure: Regenerate.
4074 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
4076         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
4078 2005-04-12  Mike Stump  <mrs@apple.com>
4080         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
4082 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
4084         * MAINTAINERS (Write After Approval): Add myself.
4086 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
4088         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
4090 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
4092         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
4093         (TARGET_CONFIGARGS): Include --with-target-subdir.
4094         (configure, all): New macros.  Use them throughout.
4095         * Makefile.in: Regenerate.
4097 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
4099         * MAINTAINERS (Write After Approval): Add myself.
4101 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4103         * MAINTAINERS: Remove 'loop unrolling' maintainer.
4105 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
4107         * MAINTAINERS: Move John Carr to Write After Approval.
4109 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
4111         * config/mh-mingw32: Delete.
4112         * configure.in: Don't use it.
4113         * configure: Regenerate.
4115 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
4117         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4118         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4119         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
4120         (HOST_LIB_PATH): Generate from Makefile.def.
4121         (TARGET_LIB_PATH): Likewise.
4122         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4123         * Makefile.in: Regenerate.
4124         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4125         (RPATH_ENVVAR): Include Darwin case.
4126         * configure: Regenerate.
4128 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
4130         * MAINTAINERS (Various Maintainers): Remove self.
4131         (Write After Approval): Add self.
4133 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
4135         * MAINTAINERS (Various Maintainers): Add self.
4137 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
4139         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4140         * configure: Regenerate.
4142 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
4144         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4145         gcc_version, and gcc_version_trigger from set of flags to pass.
4146         * Makefile.tpl: Remove definitions of above variables.
4147         (config.status): Remove dependency on $(gcc_version_trigger).
4148         * Makefile.in: Regenerate.
4149         * configure.in: Do not reference config/gcc-version.m4 nor
4150         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
4151         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
4152         * configure: Regenerate.
4154 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
4155             Andrew Pinski  <pinskia@physics.uc.edu>
4157         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4158         * Makefile.in: Regenerate.
4160 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
4162         * MAINTAINERS (Write After Approval): Add myself.
4164 2005-03-03  David Ayers  <d.ayers@inode.at>
4166         * MAINTAINERS (Write After Approval): Add myself.
4168 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
4170         PR libgcj/20160
4171         * ltmain.sh: Avoid creating archives with components that have
4172         duplicate basenames.
4174 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
4176         PR bootstrap/20250
4177         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4178         instead of check.
4179         * Makefile.in: Regenerate.
4181 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4183         * Makefile.in: Regenerate to fix conflict between the previous two
4184         patches.
4186 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4188         PR bootstrap/17383
4189         * Makefile.def (target_modules): Remove "stage", now unnecessary.
4190         * Makefile.tpl (HOST_SUBDIR): New substitution.
4191         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4192         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4193         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4194         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4195         (Host modules, Bootstrapped modules): Use it.
4196         (Build modules, Target modules): Do not create symlink trees,
4197         always configure out-of-srcdir.
4198         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4199         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4200         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4201         $(HOST_SUBDIR).  Create a symlink for host_subdir.
4203         * Makefile.in: Regenerate.
4204         * configure: Regenerate.
4206 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4208         Merged from libada-gnattools-branch:
4209         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4211         * gnattools: New directory.
4212         * Makefile.def: Add gnattools as a module, depending on target-libada.
4213         * Makefile.in: Regenerate.
4214         * configure.in: Include gnattools in host_tools; disable it if ada
4215         is disabled.
4216         * configure: Regenerate.
4218 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
4220         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
4221         treelang maintainer.
4222         (Write After Approval): Remove myself.
4224 2005-02-23  Paul Schlie  <schlie@comcast.net>
4226         * configure.in: Allow darwin targeted ports to build tk, itcl and
4227         libgui.
4228         * configure: Regenerate.
4230 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4232         PR libgcj/10353
4233         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4234         * configure: Regenerate.
4236 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
4238         * MAINTAINERS (Write After Approval): Add myself.
4240 2005-02-10  Ian Lance Taylor  <ian@airs.com>
4242         * MAINTAINERS: Update my e-mail address.
4244 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
4246         * MAINTAINERS (Write After Approval): Add myself.
4248 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
4250         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4251         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4252         target-libgloss when not *-*-elf and *-*-aout.
4253         * configure: Regenerate.
4255 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
4257         * MAINTAINERS: Remove obsolete entries.
4259         * MAINTAINERS (Write After Approval): Add Michael Matz.
4261 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
4263         * MAINTAINERS: Remove self as cpplib maintainer.
4265 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4267         * install-sh, config.sub: Import from upstream.
4269 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4271         PR bootstrap/18222
4272         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4273         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4274         * Makefile.in: Regenerate.
4276 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
4278         * MAINTAINERS: Update my email address.
4280 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
4281             Andreas Schwab  <schwab@suse.de>
4283         PR bootstrap/18033
4284         * config-ml.in: Eval option if surrounded by single quotes.
4286 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
4288         Revert 2004-12-28 Makefile changes, a better fix will be
4289         applied to mainline and src after GCC 4.0 branches.
4291 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
4293         PR bootstrap/17383
4295         * Makefile.def (target_modules): Remove stage parameter,
4296         it is always true now.
4297         * Makefile.tpl (configure-build-[+module+],
4298         configure-target-[+module+]): Always build symlink tree
4299         for the directory and for include.  BUILD_SUBDIR and
4300         TARGET_SUBDIR cannot be . anymore.
4301         * Makefile.in: Regenerate.
4303 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
4305         Revert 2004-12-08 Makefile changes.
4307 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
4309         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
4310         cygwin, mingw.
4312 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
4314         * configure.in (sh64-*-*): Reenable gprof.
4315         * configure: Regenerate.
4317 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
4319         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4320         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4321         (EXTRA_TARGET_FLAGS): Add PICFLAG.
4322         * Makefile.in: Regenerate.
4324 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
4326         * MAINTAINERS: Update my email address.
4328 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
4330         * Makefile.tpl: Generate normal dependencies if the LHS module is
4331         not bootstrapped.
4332         * Makefile.in: Regenerate.
4334 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4336         * configure.in: Include config/gxx-include-dir.m4.  Use
4337         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
4338         * configure: Regenerate.
4340 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4342         * config.if: Delete.
4343         * configure.in: Set libstdcxx_incdir directly.
4344         * configure: Regenerate.
4346 2004-12-02  Eric Christopher  <echristo@redhat.com>
4348         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
4349         * Makefile.in: Regenerate.
4351 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4353         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4354         * configure: Regenerate.
4356 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4358         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
4359         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
4360         * configure: Regenerate.
4362 2004-12-01  Eric Christopher  <echristo@redhat.com>
4364         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
4365         of things to remove.
4367 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
4369         * MAINTAINERS (Write After Approval): Update my e-mail address.
4371 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
4373         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
4374         from CVS libtool to always pass_all.
4376 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4378         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4379         (hppa*64*-*-*): Delete incorrect comment.
4380         * configure: Rebuilt.
4382 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4384         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
4386 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4388         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
4389         from CVS libtool to always pass_all.
4391 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4393         * install-sh, compile: Import from automake.
4395 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4397         * config.guess, config.sub:  Import from savannnah.
4399 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
4401         * MAINTAINERS (Write After Approval): Add myself
4403 2004-11-12  Mike Stump  <mrs@apple.com>
4405         * Makefile.def: Add html support.
4406         * Makefile.tpl: Likewise.
4407         * Makefile.in: Regenerate.
4409 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
4411         PR 18423
4412         * configure.in: Remove all instances of build-fixincludes from
4413         noconfigdirs.
4414         (build_configargs): Supply --target to subdirectories.
4415         * configure: Regenerate.
4417         * Makefile.def: Make gcc install depend on fixincludes install.
4418         * Makefile.in: Regenerate.
4420 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
4422         * MAINTAINERS: Add myself as gcc testsuite maintainer.
4424 2004-11-11  Paul Brook  <paul@codesourcery.com>
4426         * MAINTAINERS: Add self as arm maintainer.  Update email address.
4428 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
4430         * configure.in (noconfigdirs) [mmix-*-*]: Disable
4431         target-libgfortran.
4432         * configure: Regenerate.
4434 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
4436         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4437         like CC.
4439 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
4441         * Makefile.def (host fixincludes): Specify missing targets.
4442         * Makefile.in: Regenerate.
4444 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
4446         * MAINTAINERS: Add myself
4448 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
4450         * MAINTAINERS (Write After Approval): Add myself.
4452 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
4454         * Makefile.def: Build fixincludes for the host, too.
4455         * Makefile.in: Regenerate.
4456         * configure.in (host_tools): Add fixincludes.
4457         * configure: Regenerate.
4459 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
4461         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4462         * configure: Regenerated.
4464 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
4466         PR other/17783
4467         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4468         * configure: Regenerated.
4470 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
4472         * README.SCO: Update per FSF instructions.
4474 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
4476         PR target/18151
4477         * configure.in (case ${target}): Do not build fixincludes for avr.
4478         * configure: Regenerated.
4480 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
4482         * configure.in (case ${target}): Do not build fixincludes
4483         on platforms where it is not used.
4484         * configure: Regenerated.
4486 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
4488         * configure.in: Use an absolute path to install-sh.
4489         * configure: Regenerated.
4491 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
4493         * MAINTAINERS (Write After Approval): Add myself.
4495 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
4497         * MAINTAINERS: Remove from Write After Approval those that are
4498         already maintainers.
4500 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
4502         * MAINTAINERS:  Update my email address.
4504 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
4506         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4507         * configure: Regenerate.
4509 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
4511         * MAINTAINERS:  Update my email address.
4513 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
4515         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
4516         entries belonging to this category.
4518 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
4520         * MAINTAINERS: Update my e-mail address.
4522 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
4524         Fix wrong conflict resolution in:
4526         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4528         * Makefile.in: Regenerate.
4529         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4530         in the recursive `make', instead of hardwiring `all'.
4531         (Autogenerated TARGET-* variables): New.
4533 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
4535         * configure.in: Enable target-libgloss for crx-*-*.
4536         * configure: Regenerate.
4538 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4540         * MAINTAINERS (Various Maintainers): Move the "windows,
4541         cygwin, mingw" maintainer to ...
4542         (OS Port Maintainers): ... here.
4544 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4546         * MAINTAINERS (Write After Approval): Remove those that are
4547         maintainers of some subsystem.
4549 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
4551         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4552         * ltcf-cxx.sh (tpf*): Likewise.
4553         * ltconfig (tpf*): Add TPF OS configuration support.
4555 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
4557         * MAINTAINERS: Change my email address to my new work account.
4559 2004-09-24  Michael Roth  <mroth@nessie.de>
4561         * configure.in (--without-headers): Add missing double quotes.
4562         * configure: Regenerate.
4564 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
4566         * ylwrap: Revert to previous version.
4568 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
4570         PR bootstrap/17369
4571         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4572         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4573         SET_GCC_LIB_PATH_CMD.
4574         (BASE_TARGET_EXPORTS): Likewise.
4575         * Makefile.in: Regenerated.
4577         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4578         * configure: Regenerated.
4580 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
4582         * config.guess: New upstream version
4583         * compile, depcomp, install-sh, ylwrap: Likewise.
4585 2004-09-19  Roger Sayle  <roger@eyesopen.com>
4587         * config/mh-x86omitfp: New host makefile fragment.  Add
4588         -fomit-frame-pointer to the default BOOT_CFLAGS.
4589         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4590         * configure: Regenerate.
4592 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
4594         PR target/11572
4595         * configure.in (*-*-darwin*): Renable libobjc.
4596         * configure: Regenerate.
4598 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
4600         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
4602 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
4604         * Makefile.def: Remove libbanshee.
4605         * Makefile.tpl: Ditto.
4606         * configure.in: Ditto.
4607         * Makefile.in: Regen.
4608         * configure: Ditto.
4610 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
4612         * ltmain.sh: Use $pic_object as $non_pic_object if
4613         $non_pic_object=none.
4615 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
4617         * missing: Import latest version from master repository.
4619 2004-09-06  Nick Clifton  <nickc@redhat.com>
4621         * config.sub: Import latest version from master repository.
4622         * config.guess: Likewise.
4623         This includes these changes:
4625         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
4627         * config.sub: Handle crisv32, alias etraxfs.
4628         * config.guess (crisv32:Linux:*:*): Handle.
4630         2004-08-13  Brad Smith  <brad@comstyle.com>
4632         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4633         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4635         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
4637         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4638         assume the processor is a powerpc.  This is because coreutils
4639         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4640         in this case, due to a MacOS X bug that causes
4641         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4642         to return a negative number.
4643         Problem reported by Petter Reinholdtsen in:
4644         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4646         2004-07-19  Ben Elliston  <bje@gnu.org>
4648         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4650         2004-06-24  Ben Elliston  <bje@gnu.org>
4652         * config.guess: Update copyright years.
4653         * config.sub: Likewise.
4655         2004-06-22  Robert Millan  <robertmh@gnu.org>
4657         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4658         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4660         2004-06-22  Stanley F. Quayle <stan@stanq.com>
4662         * config.guess (*:*VMS:*:*): New entry. Replaces
4663         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4664         manufacturer.
4666         2004-06-22  Ben Elliston  <bje@gnu.org>
4668         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4669         * config.sub: Likewise.
4671         2004-06-22  Ben Elliston  <bje@gnu.org>
4673         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4674         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4676         2004-06-11  Ben Elliston  <bje@gnu.org>
4678         * config.guess (pegasos:OpenBSD:*:*): Remove.
4680         2004-06-11  Ben Elliston  <bje@gnu.org>
4682         From Wouter Verhelst <wouter@grep.be>:
4683         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4685         2004-06-11  Ben Elliston  <bje@gnu.org>
4687         * config.guess (luna88k:OpenBSD:*:*): New.
4689         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
4691         * config.guess (m32r*:Linux:*:*): New case.
4692         * config.sub: Handle m32rle.
4694         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
4696         From Jens Petersen  <petersen@redhat.com>:
4697         * config.sub: Handle sparcv8.
4699         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
4701         From Tom Smith <smith@cag.lkg.hp.com>:
4702         * config.guess: Version suffixes are equally significant on Tru64
4703         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
4704         prefix of "P" (patched kernel).
4706         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
4708         * config.sub: Add support for National Semiconductor CRX target.
4710 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
4712         * MAINTAINERS (Various Maintainers): Remove myself as web page
4713         maintainer, add myself as maintainer of build status lists.
4715 2004-09-03  Jan Beulich  <jbeulich@novell.com>
4717         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4718         *-*-netware, but add target-libmudflap.
4719         Consolidate *-*-netware targets (of which really only i?86 exists)
4720         into a single entry.
4721         * configure: Likewise.
4723 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
4725         * Makefile.tpl (sorry): Remove.
4726         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4727         (cleanstrap targets): Depend on distclean, not distclean-stage1.
4728         (do-clean): Clean per-stage directories too.
4729         (do-distclean): Run distclean-stage1 too.
4730         (.NOTPARALLEL): Enable during toplevel bootstrap.
4731         (stage[+id+]-bubble): Enable parallel execution during
4732         the recursive invocation.
4733         * Makefile.in: Regenerate.
4735         Fix previous checkin:
4737         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4738         include.
4739         * configure.in: Fix indentation.
4740         * configure: Regenerate.
4742 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
4744         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4745         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4746         * configure: regenerate
4747         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
4748         -mdynamic-no-pic
4750 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
4752         * Makefile.def (build_modules): Add fixincludes.
4753         (dependencies): Make gcc depend on fixincludes.
4754         * configure.in (build_tools): Add fixincludes.
4755         (build_configdirs): Always include build_libs.
4756         * Makefile.in: Regenerate.
4757         * configure: Regenerate.
4759 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
4761         * Makefile.def (bootstrap stages): Add 'lean' parameter.
4762         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
4763         phony targets; do not generate timestamp files.
4764         (distclean-stageN): Remove references to their timestamp files.
4765         (restageN, touch-stageN): Remove.
4766         (stageN-bubble): Rewritten.
4767         (compare): Support lean bootstraps.
4768         * Makefile.in: Regenerate.
4770         * configure.in: Only warn when bootstrapping but
4771         build != host or build != target.  Support lean bootstraps.
4772         * configure: Regenerate.
4774 2004-08-26  Phil Edwards  <phil@codesourcery.com>
4776         * configure.in:  Give a better error message if GMP/MPFR are missing
4777         and a language needing them has been requested.
4778         * configure:  Regenerated.
4780 2004-08-25  Phil Edwards  <phil@codesourcery.com>
4782         * configure.in:  Print a list of available language front-ends if
4783         a requested one is missing.  Tidy stray tab characters.
4784         * configure:  Regenerated.
4786 2004-08-19  Michael Koch  <konqueror@gmx.de>
4788         * gcc/doc/install.texi: Update entry about automake for libjava.
4790 2004-08-17  Robert Millan  <robertmh@gnu.org>
4792         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
4793         (instead of FreeBSD).
4794         * configure: Regenerate.
4796 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4798         * Makefile.in: Regenerate.
4799         * configure: Regenerate.
4801         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4802         stage_*_flags.
4803         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4804         for bootstrapped modules if toplevel bootstrap is going.
4805         (GCC bootstrap): Generate per-stage targets for all bootstrapped
4806         modules.  Adjust for changes in Makefile.def.  Enable several
4807         rules even in non-bootstrap mode, just to avoid peppering the
4808         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4809         (stage-[+prev+]-bubble): Remove.
4811         * Makefile.def (Dependencies): Depend on all-build-bison,
4812         all-build-flex, all-build-byacc, all-build-texinfo, rather
4813         than the host variations.
4814         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
4815         with BUILD_SUBDIR.
4816         (BISON): Update for recent Bisons.
4817         (YACC): Fix typo.
4818         (cross): Depend on all-build.
4819         (all): Do not depend on all-build.
4820         (prebootstrap): Remove.
4821         (dep-kind): Accept separate prefixes for MODULE and ON variables.
4822         (Prebootstrap dependencies): Add them to the per-stage targets
4823         and to all-prebootstrap.
4824         * configure.in (build_configdirs): Always enable build_tools.
4825         (BUILD_DIR_PREFIX): Remove.
4827         * Makefile.def (gcc): Add target variable.
4828         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
4829         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4830         in the recursive `make', instead of hardwiring `all'.
4831         (Autogenerated TARGET-* variables): New.
4833 2004-08-13  Brian Booth  <bbooth@redhat.com>
4835         * MAINTAINERS: Remove myself from write-after-approval.
4837 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
4839         * src-release: Stop distributing mmalloc with gdb (which doesn't
4840         use it).
4841         * Makefile.def: GDB doesn't depend on mmalloc anymore.
4842         * Makefile.in: Regenerate.
4844 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
4846         * configure.in (arm*-*-eabi*): New target.
4847         * configure: Regenerate.
4849 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
4851         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
4852         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
4853         (Dependencies): New section.
4854         * Makefile.tpl (Dependencies): Generate from Makefile.def.
4855         (configure-target-[+module+]): Depend on maybe-all-gcc
4856         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
4857         (toplevel profiledbootstrap): Fix dependencies.
4858         * Makefile.in: Regenerate.
4860 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
4862         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
4863         target-libiberty to noconfigdirs.
4864         * configure: Regenerate.
4866 2004-08-03  Paul Brook  <paul@codesourcery.com>
4868         * configure.in: Check for MPFR as well as GMP.
4869         * configure: Regenerate.
4871 2004-08-01  Robert Millan  <robertmh@gnu.org>
4873         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
4874         libmudflap for all GNU-based systems (with Glibc).
4875         * configure: Regenerate.
4877 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
4879         * Makefile.def (host-modules): Add gcc.
4880         * Makefile.in: Regenerate.
4881         * Makefile.tpl (sorry): New rule.
4882         (configure-host, all-host, [+make_target+]-host, do-check,
4883         install-host): Do not add gcc as a special case.
4884         (host modules): Add a small special-casing for gcc.  Export
4885         extra_make_flags through the environment.
4886         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
4887         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
4888         other recursive targets for gcc): Remove.
4890         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
4891         (stage, unstage): New rules.
4892         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
4893         distclean-stage[+id+]): Use stage_current.
4894         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
4895         the stage*-start rules.
4897 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
4899         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
4900         use -all_load flag.
4902 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
4904         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
4905         * configure: Regenerate.
4907 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
4909         * maintainer-scripts/gcc_release: Revert yesterday's change.
4911 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
4913         * MAINTAINERS: Add myself to write-after-approval.
4915 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
4917         * libf2c: Removed.
4918         * gcc/gccbug.in: Updated because of libf2c removal.
4919         * maintainer-scripts/gcc_release: Ditto.
4921 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
4923         * configure.in: Build libmudflap by default on FreeBSD.
4924         * configure: Regenerated.
4926 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
4928         * configure.in: Do not build libmudflap by default on non-GNU/Linux
4929         systems.
4930         * configure: Regenerated.
4932 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4934         PR target/16344
4935         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
4936         feedback based compiler.
4937         * Makefile.in: Rebuilt.
4939 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
4941         * Makefile.def (host_modules): Set bootstrap=true for flex.
4942         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4943         * Makefile.in: Rebuilt.
4945 2004-07-07  Jan Hubicka  <jh@suse.cz>
4947         * MAINTAINERS: Add self as a profile feedback maintainer.
4949 2004-07-05  Phil Edwards  <phil@codesourcery.com>
4951         * configure.in:  Do not prepend $srcdir to /dev/null in
4952         makefile fragments.
4953         * configure:  Regenerate.
4955 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
4957         * Makefile.def (build_modules): Add bison, byacc, flex,
4958         m4, texinfo.
4959         (flags_to_pass): Add FLEX.
4960         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4961         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4962         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4963         DEFAULT_MAKEINFO): Remove.
4964         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4965         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4966         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4967         objdir or else use configured tool.
4968         (all-build): New.
4969         (all): Depend on it.
4970         (Build module dependencies): Add.
4971         * Makefile.in: Regenerate.
4972         * configure.in: Better support for multiple build modules,
4973         matching what is done for host/target modules.  Do not look
4974         for "plausible" locations of build tools if Canadian cross.
4975         Use autoconf's AC_PROG_CC to find a C compiler.  Define
4976         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
4977         * configure: Regenerate.
4979 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
4981         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4982         * Makefile.in: Regenerate.
4984 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
4986         * Makefile.tpl (configure-build-[+module+],
4987         configure-[+module+], configure-target-[+module+]): Pass
4988         [+extra_configure_args+].
4989         (all-build-[+module+], all-[+module+], check-[+module+],
4990         install-[+module+], [+make_target+]-[+module+],
4991         all-target-[+module+], check-target-[+module+],
4992         install-target-[+module+], [+make_target+]-target-[+module+]):
4993         Pass [+extra_make_args+].
4994         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4995         (GCC_HOST_EXPORTS): Remove.
4996         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4997         cross, check-gcc, check-gcc-c++, install-gcc,
4998         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4999         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5000         * Makefile.in: Regenerate.
5002 2004-06-21  Matthew Sachs  <msachs@apple.com>
5004         * MAINTAINERS: Added self to write-after-approval.
5006 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
5008         * configure.in: Check for srcdir/winsup rather than build directory
5009         winsup.
5010         * configure: Regenerate.
5012 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
5014         * configure.in: Don't build Cygwin native newlib if winsup
5015         directory is missing.  Emit warning instead.
5016         * configure: Regenerate.
5018 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
5020         * Makefile.tpl (touch-stage[+id+]): New.
5021         (restage[+prev+]): Depend on touch-stage[+id+].
5023         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5024         Use it throughout.
5026         * Makefile.def: Add profile and feedback bootstrap stages.
5027         Remove next field from bootstrap stages.
5028         * Makefile.tpl (LN, LN_S): Substitute.
5029         (stageN-start, stageN-end): Use double-colon rules, to
5030         provide a hook for additional setup commands.
5031         (distclean-stageN-gcc, restageN): Create dependencies from
5032         [+prev+], not from [+next+].
5033         (stageN-bubble): Add commands for successive stages from
5034         [+prev+], using double-colon rules.
5035         (all-stageN-gcc): Fix typo.
5036         (stagefeedback-start, profiledbootstrap): New.
5037         * Makefile.in: Regenerate.
5038         * configure.in: Call ACX_PROG_LN.
5039         * configure: Regenerate.
5041 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
5043         * MAINTAINERS (Write After Approval): Add myself.
5045 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
5047         * MAINTAINERS (Write After Approval): Add myself.
5049 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
5051         * configure.in: Fix --enable-bootstrap breakage introduced in trees
5052         without gcc.
5053         * configure: Regenerate.
5055 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5057         * Makefile.tpl: Fix typo.
5058         * Makefile.in: Regenerate.
5060 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5062         * configure.in: Remove new- prefix from toplevel
5063         bootstrap targets.
5064         * configure: Regenerate.
5066 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5068         * Makefile.tpl (all.normal): Rename to all.
5069         (all): Replace with a rule to pick the default
5070         target from configure.
5071         (all-gcc, configure-gcc): Use conditionals to
5072         do nothing when toplevel bootstrap is going on.
5073         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5074         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5075         * configure.in: Support --enable-bootstrap.
5077         * Makefile.def: Remove new- prefix from toplevel
5078         bootstrap targets.
5079         * Makefile.tpl: Likewise.
5081         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
5082         target.
5084         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5085         $(RECURSE_FLAGS) to recursive invocation of make.
5087         * Makefile.in: Regenerate.
5088         * configure: Regenerate.
5090 2004-05-30  Andreas Jaeger  <aj@suse.de>
5091             Jim Wilson  <wilson@specifixinc.com>
5093         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5094         like CC.
5096 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
5098         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5099         * configure: Regenerate.
5101 2004-05-25  Daniel Jacobowitz  <drow@false.org>
5103         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5104         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5105         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
5106         targets.
5107         * Makefile.in: Regenerate.
5109 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
5111         * configure.in: Test the ability to symlink directories.
5112         * configure: Regenerate.
5114         * Makefile.def (bootstrap-stage): New definitions.
5115         * Makefile.tpl (configure-stage1-gcc,
5116         configure-stage2-gcc, configure-stage3-gcc,
5117         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5118         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5119         new-restage3, compare): Autogenerate, see Makefile.in
5120         entry for behavioral changes.
5121         (distclean-stage1, new-stage1-start, new-stage1-end,
5122         new-stage1-bubble, distclean-stage2, new-stage2-start,
5123         new-stage2-end, new-stage2-bubble, distclean-stage3,
5124         new-stage3-start, new-stage3-end): New autogenerated targets.
5125         (objext, prebootstrap, BOOT_CFLAGS,
5126         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5127         targets.
5129         * Makefile.in: Regenerate.
5130         (distclean-stage1, new-stage1-start, new-stage1-end,
5131         new-stage1-bubble, distclean-stage2, new-stage2-start,
5132         new-stage2-end, new-stage2-bubble, distclean-stage3,
5133         new-stage3-start, new-stage3-end): New targets.
5134         (all-stage1-gcc): Move prebootstrap dependency from here...
5135         (configure-stage1-gcc): ...to here.
5136         (new-bootstrap): Use bubble targets.
5137         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5138         Use per-stage distclean targets.
5139         (configure-stage1-gcc, configure-stage2-gcc,
5140         configure-stage3-gcc, all-stage1-gcc,
5141         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5142         Use new-stageN-start to prepare the tree.
5144 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
5146         * Makefile.def (host_modules): add libcpp.
5147         * Makefile.tpl: Add dependencies on and for libcpp.
5148         * Makefile.in: Regenerate.
5149         * configure.in: Add libcpp host module.
5150         * configure: Regenerate.
5152 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
5154         * Makefile.tpl: Whenever a recursive target is defined, wrap
5155         it in a special @if/@endif block, and prepare its maybe
5156         dependency in the @if/@endif block
5157         * configure.in: Instead of writing maybe dependencies, remove
5158         the @if/@endif statements, and remove the @if/@endif blocks
5159         that remain.
5160         * configure: Regenerate.
5161         * Makefile.in: Regenerate.
5163 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
5165         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
5167 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
5169         PR bootstrap/15120
5170         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
5171         * */configure: Rebuilt.
5173 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
5175         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5176         of libf2c.
5177         * configure, Makefile.in: Regenerate.
5179 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
5181         * MAINTAINERS (Write After Approval): Add myself.
5183 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
5185         Merge from tree-ssa-20020619-branch.
5187         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5188         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5189         (HOST_GMPLIBS): Define.
5190         (HOST_GMPINC): Define.
5191         (TARGET_LIB_PATH): Add libmudflap.
5192         (GFORTRAN_FOR_TARGET): Define.
5193         (configure-build*): Export GFORTRAN.
5194         (configure-gcc): Export GMPLIBS and GMPINC.
5195         (all-gcc): Add maybe-all-libbanshee.
5196         (configure-target-libgfortran): Define.
5197         * Makefile.in: Regenerate.
5198         * configure.in (host_libs): Add libbanshee.
5199         (target_libraries): Add target-libmudflap and target-libgfortran.
5200         Add --with-libbanshee.
5201         Handle --disable-libmudflap.
5202         (*-*-freebsd*): Use with_gmp.
5203         Add $(libgcj) to noconfigdirs.
5204         * configure: Regenerate.
5205         * depcomp: New file.
5206         * MAINTAINERS: Add tree-ssa maintainers.
5208 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
5210         * MAINTAINERS (Various Maintainers): Add myself.
5212 2004-04-30  Brian Ford  <ford@vss.fsi.com>
5214         * MAINTAINERS (Write After Approval): Add myself.
5216 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
5218         * MAINTAINERS (Write After Approval): Add myself.
5220 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
5222         * config/acx.m4: Fix fastcompare support for new-bootstrap.
5223         * configure: Regenerate.
5225 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
5227         Revert:
5228         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5230         * Makefile.def (flags_to_pass): Remove *dir variables that
5231         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5232         as well as prefix and exec_prefix.
5233         * Makefile.in: Regenerate.
5235 2004-04-26  Robert Millan  <robertmh@gnu.org>
5237         Add patches from libtool CVS.
5238         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5239         * ltconfig: Likewise.
5240         * ltcf-c.sh: Likewise.
5241         * ltcf-cxx.sh: Likewise.
5242         * ltcf-gcj.sh: Likewise.
5244 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5246         * Makefile.def (host_modules): Mark with the bootstrap
5247         flag packages on which gcc depends.
5248         * Makefile.tpl (all-bootstrap): Use it.
5249         * Makefile.in: Regenerate.
5251 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5253         * Makefile.def (flags_to_pass): Remove *dir variables that
5254         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5255         as well as prefix and exec_prefix.
5256         * Makefile.in: Regenerate.
5258 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5260         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5261         * configure: Regenerate.
5262         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5263         * gcc/Makefile.tpl (compare): Use the result of the test.
5264         * gcc/Makefile.in: Regenerate.
5266 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
5268         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5269         Always relocate gcc and prev-gcc to the original names, even
5270         if the build fails.
5271         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5272         New targets.
5274 2004-04-23  Laurent GUERBY <laurent@guerby.net>
5276         * MAINTAINERS: Update my email address.
5278 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5280         * configure.in (mips*-*-irix5*): Enable ld.
5281         * configure: Regenerate.
5283 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5285         * configure: Regenerate.
5287 2004-04-15  James E Wilson  <wilson@specifixinc.com>
5289         * Makefile.tpl (configure-[+module+], configure-gcc,
5290         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5291         Set and export LDFLAGS.
5292         * Makefile.in: Regenerate.
5294 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
5296         * MAINTAINERS: Add myself to write-after-approval.
5298 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5300         PR bootstrap/14871
5301         * Makefile.tpl: If we don't have built-in-tree target tools,
5302         use the ones found by configure rather than hacking around with
5303         program_transform_name.
5304         * configure.in: Give Makefile.tpl the information necessary
5305         to do that.
5306         * Makefile.in: Regenerate.
5307         * configure: Regenerate.
5309 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
5311         PR bootstrap/14760
5312         * configure.in: When computing baseargs, strip *all* copies of
5313         offending options.  Also, don't match/substitute the trailing space,
5314         so that this actually works when two similar options are separated by
5315         only one space.
5316         * configure: Regenerate.
5318 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
5320         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5321         (rs6000-*-aix*): Same.
5322         * configure: Regenerate.
5324 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
5326         * MAINTAINERS: Add myself to write-after-approval.
5328 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
5330         * MAINTAINERS: Add myself to write-after-approval.
5332 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
5334         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5335         STRICT_WARN, WARN_CFLAGS flags passed down to make.
5336         * Makefile.in: Regenerate.
5338         * configure.in (top level bootstrap support): Rework --enable-werror
5339         to set @stage2_werror_flag@.
5340         * configure: Regenerate.
5341         * Makefile.tpl (top level bootstrap support): Pass
5342         @stage2_werror_flag@ down to configure in stages 2 and 3.
5343         * Makefile.in: Regenerate.
5345 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5347         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5348         for stages 2 and 3 as well as in make.  As a consequence, remove
5349         OUTPUT_OPTION (now detected by configure) from the flags passed down
5350         to make.
5351         * Makefile.in: Regenerate.
5353         * Makefile.tpl (new-bootstrap): Fix typo.
5354         * Makefile.in: Regenerate.
5356 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
5358         * Makefile.tpl: Rearrange by moving recursive_targets rules
5359         into their proper sections.
5360         * Makefile.tpl (top level bootstrap support): Move disabling
5361         of coverage flags from 'make' to 'configure'; improve comments.
5362         * Makefile.in: Regenerate.
5364         * Makefile.tpl (experimental top level bootstrap) Move stage1
5365         language setting from all- target to configure- target; disable
5366         intermodule optimization in stage 1; prevent gratuitous rebuilds
5367         of stage 1.
5368         * Makefile.in: Regenerate.
5369         * configure.in: Comma-separate stage 1 language list for top
5370         level bootstrap.
5371         * configure: Regenerate.
5373         * Makefile.tpl: Clean up experimental top level bootstrap support:
5374         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5375         prev-gcc in configure- targets as well as all- targets.
5376         * Makefile.in: Regenerate.
5378 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
5380         * compile: New file imported from automake.
5382 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
5384         * configure.in: Remove symbolic link section.
5385         * configure: Regenerate.
5386         * Makefile.tpl (links): Remove.
5387         * Makefile.in: Regenerate.
5389 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
5390             Nathanael Nerode  <neroden@gcc.gnu.org>
5392         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
5393         Set with AC_CHECK_PROGS.
5394         * configure.in: Fix comment typo from last patch.
5395         * configure: Regenerate.
5397 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
5399         * Makefile.tpl: Introduce experimental top level bootstrap support.
5400         * Makefile.in: Regenerate.
5401         * configure.in: Introduce support for top level bootstrap.
5402         * configure: Regenerate.
5404 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5405             Paolo Bonzini  <bonzini@gnu.org>
5407         PR bootstrap/14522
5408         * configure.in: Cope with shells that do not support unquoted ^
5409         * configure: Regenerate.
5411 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5412             Paolo Bonzini  <bonzini@gnu.org>
5414         PR bootstrap/14522
5415         * configure.in: Cope with shells that do not support nesting
5416         quotes inside quoted backquote substitutions.
5417         * configure: Regenerate.
5419 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
5421         PR bootstrap/14522
5422         * configure.in: Fix escaping of $.
5423         * configure: Regenerate.
5425 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
5427         * configure: Regenerate, since I forgot to while committing Paolo's
5428         changes.
5430 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
5432         PR ada/14131
5433         Move language detection to the top level.
5434         * configure.in: Find default values for the tools as
5435         soon as possible.  Disable ada if GNAT is not found.
5436         Emit error message about missing languages.  Expand
5437         --enable-languages=all for the gcc subdirectory.
5439 2004-03-10  Ben Elliston  <bje@gnu.org>
5441         * MAINTAINERS: Update my email address.
5443 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
5445         * ltconfig: Disable building static libraries if building shared
5446         libraries on AIX 5L.
5448 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
5450         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5451         and disable libgcj.
5452         * configure: Regenerated.
5454 2004-03-01  Brian Booth  <bbooth@redhat.com>
5456         * MAINTAINERS: Add myself to write-after-approval.
5458 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
5460         * MAINTAINERS: Add myself to write-after-approval.
5462 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5464         PR bootstrap/7087
5465         * Makefile.tpl: Guard XFOO sed statements better.
5466         * Makefile.tpl: Add dependency for configure-target-libada.
5467         * Makefile.in: Regenerate (incidentally fixes broken
5468         commit when libada-branch was merged).
5470 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
5472         * MAINTAINERS: Add myself to write-after-approval.
5474 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
5476         * MAINTAINERS: Add Nicola Pero and myself as libobjc
5477         maintainers.
5479 2004-02-20  Andrew Cagney  <cagney@redhat.com>
5481         * config.guess: Update from version 2003-10-16 to 2004-02-16.
5482         * config.sub: Update from version 2003-11-03 to 2004-02-16.
5484 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5486         PR bootstrap/11932
5487         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5489 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
5491         * MAINTAINERS: Added myself to write-after-approval.
5493 2004-02-14  Michael Koch  <konqueror@gmx.de>
5495         * MAINTAINERS: Added myself to write-after-approval.
5497 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
5499         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
5500         some OS port maintainers to OS port maintainers section.
5502 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
5504         * MAINTAINERS: Add self.
5506 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
5508         * MAINTAINERS: Alphabetize.
5510 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
5512         * MAINTAINERS: Remove myself.
5514 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
5516         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5517         (rs6000-*-aix*): Same.
5518         * configure: Regenerate.
5520 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
5522         * configure.in (host): Add in missing $noconfigdirs to defines.
5523         * configure: Regenerate.
5525 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
5526             Nathanael Nerode  <neroden@gcc.gnu.org>
5528         PR ada/6637, PR ada/5911
5529         Merge with libada-branch:
5530         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5531         with appropriate dependencies. Add --enable-libada configure switch.
5532         * configure, Makefile.in: Regenerate.
5534 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
5536         * MAINTAINERS: Add myself to write-after-approval.
5538 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5540         * configure.in: Don't pass --with-stabs on IRIX 5 either.
5541         * configure: Regenerate.
5543 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
5545         Merge from upstream:
5547         * ltmain.in: When setting IFS to '~', be careful about user
5548         arguments that contain '~'.
5550         2004-02-04  Peter O'Gorman  <peter@pogma.com>
5552         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
5553         Also test $base_compile against $CC with escaped arguments. Bug
5554         reported by Geoff Keating <geoffk@apple.com>.
5556 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
5558         * MAINTAINERS: Remove i960 port.
5560 2004-01-23  DJ Delorie  <dj@redhat.com>
5562         * Makefile.def (target_modules) [libiberty]: Don't stage.
5563         * Makefile.in: Rebuilt.
5565 2004-01-20  Caroline Tice  <ctice@apple.com>
5567         * MAINTAINERS: Add myself to write-after-approval.
5569 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
5571         * MAINTAINERS: Update my email address.
5573 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
5575         * MAINTAINERS: Add myself to write-after-approval.
5577 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5579         * MAINTAINERS: Remove entries without email address.
5581 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
5583         * MAINTAINERS: Add myself to write-after-approval.
5585 2004-01-15  Steven Bosscher  <stevenb@suse.de>
5587         * MAINTAINERS: Update my email address.
5589 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
5591         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5592         * Makefile.tpl (configure-target-[+module+]): Support stage.
5593         * Makefile.in: Rebuilt.
5595 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
5597         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
5599 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
5601         * MAINTAINERS: Add myself as a MIPS maintainer.
5603 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5605         * configure.in: Use ./config.cache, not config.cache.
5606         * configure: Regenerate.
5607         * Makefile.tpl: Special-casing not needed for GCC any more.
5608         * Makefile.in: Regenerate.
5610         * configure.in: Don't share a cache file for host dirs.
5611         * configure: Regenerate.
5613         * config-ml.in: Don't mess with the cache file.
5615 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5617         * MAINTAINERS: Move myself from 'Write After Approval' to
5618         'CPU Port Maintainers' section as SPARC maintainer.
5620 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5622         * Makefile.tpl: Make GCC use a separate config.cache.
5623         * Makefile.in: Regenerate.
5625         PR bootstrap/11932, PR bootstrap/11933
5626         (I don't know if it will fix either of them, but it relates
5627         to them.)
5628         * configure.in: Don't use shared config.cache for target
5629         directories.
5630         * configure: Regenerate.
5632 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
5634         * MAINTAINERS: Add myself to 'Write After Approval' section.
5636 2003-12-31  Roger Sayle  <roger@eyesopen.com>
5638         * configure.in (ia64*-*-hpux*): Disable building java libraries.
5639         * configure: Regenerated.
5641 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
5643         * MAINTAINERS: Remove the mn10200 maintainer.
5645 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
5647         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5648         * configure: Regenerated.
5650 2003-12-16  Jan Hubicka  <jh@suse.cz>
5652         * MAINTAINERS: Add myself as callgraph maintainer.
5654 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
5656         * configure.in (raw_libstdcxx_flags): Remove the leading space.
5657         * configure: Regenerate.
5659 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5661         * MAINTAINERS: Move myself from 'Bug database only accounts' to
5662         'Write After Approval' section. Update email.
5664 2003-12-01  James Lemke  <jim@wasabisystems.com>
5666         * MAINTAINERS (Write After Approval): Add myself.
5668 2003-11-20  Matt Thomas  <matt@3am-software.com>
5670         * MAINTAINERS: Add myself as a vax port maintainer.
5672 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
5674         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5675         (configure-build-[+module+], configure-[+module+]): Likewise.
5676         (configure-target-[+module+], configure-gcc, config.status): Likewise.
5677         * Makefile.in: Regenerate.
5679 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
5681         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
5682         shared/dylibed libraries.
5683         * ltmain.sh: Likewise.
5684         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
5685         * ltcf-cxx.sh: Likewise.
5686         * ltcf-gcj.sh: Likewise.
5687         * ltconfig: Likewise.
5689 2003-11-17  Stan Cox  <scox@redhat.com>
5691         * MAINTAINERS: Add myself as iq2000 port maintainer.
5693 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
5695         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5696         * Makefile.in: Regenerate.
5698 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
5700         * config.sub: Update to 2003-11-03 version.
5702 2003-10-20  Phil Edwards  <phil@codesourcery.com>
5704         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
5705         * configure:  Regenerate.
5707 2003-10-20  Nicolas Pitre  <nico@cam.org>
5709         * MAINTAINERS: Add myself to 'Write After Approval' section.
5711 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
5713         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
5715 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
5717         * MAINTAINERS: Update my email address.
5719 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5721         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
5723 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
5725         * MAINTAINERS: Add myself to 'Write After Approval' section.
5727 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
5729         * config.guess: Update to 2003-10-16 version.
5730         * config.sub: Update to 2003-10-16 version.
5732 2003-10-15  David Daney  <ddaney@avtrex.com>
5734         * MAINTAINERS: Added myself to 'Write After Approval' section.
5736 2003-10-15  Falk Hueffner  <falk@debian.org>
5738         * MAINTAINERS: Move myself from 'Bug database only accounts' to
5739         'Write After Approval' section. Update email.
5741 2003-10-14  Roger Sayle  <roger@eyesopen.com>
5743         * MAINTAINERS: Move myself from 'Write After Approval' to
5744         'Various Maintainers' section as middle-end maintainer.
5746 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5748         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5749         HOST_FLAGS_TO_PASS.
5750         * Makefile.in: Regenerate.
5752 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
5754         * config.guess: Update to 2003-10-07 version.
5755         * config.sub: Update to 2003-10-07 version.
5757 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5759         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
5760         * ltconfig (irix5*, irix6*): Don't override version_type.
5762 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
5764         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5765         * configure: Rebuilt
5766         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5767         * Makefile.in: Rebuilt
5769 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
5771         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5773 2003-09-30  Carlo Wood  <carlo@alinoe.com>
5775         * MAINTAINERS (Write After Approval): Add myself.
5777 2003-09-29  Paul Koning  <ni1d@arrl.net>
5779         * MAINTAINERS: Move myself from "Write After Approval"
5780         to CPU platform maintainers for pdp11 platform.
5782 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
5784         * MAINTAINERS: Move myself from 'Write After Approval' to
5785         'Various Maintainers' section as libffi testsuite maintainer.
5787 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
5789         * configure.in: Pass a computed --program-transform-name
5790         to subconfigures.
5791         * configure: Regenerated.
5793 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
5795         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5796         * Makefile.in: Regenerate.
5798         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5799         * Makefile.in: Regenerate.
5801 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
5803         * MAINTAINERS: Move myself from 'Write After Approval'
5804         to 'Various Maintainers' (objective-c) section.
5806 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
5808         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5809         quoting.
5810         * configure: Regenerated.
5812 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
5814         * MAINTAINERS (Write After Approval): Add myself to write after
5815         approval list.
5817 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
5819         * MAINTAINERS (Write After Approval): Add myself.
5821 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
5823         * MAINTAINERS: Update my e-mail address.
5825 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
5827         * libtool.m4 (LD): Correct powerpc64 host match.
5829 2003-09-06  James E Wilson  <wilson@tuliptree.org>
5831         * MAINTAINTERS: Update my affiliation and email address.
5833 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5835         * MAINTAINERS (Write After Approval): Add myself.
5837 2003-09-04  DJ Delorie  <dj@redhat.com>
5839         * configure: Regenerate.
5841 2003-09-04  Robert Millan  <robertmh@gnu.org>
5843         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
5845 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5847         * configure.in: Ensure arguments to sed are properly spaced.
5848         * configure: Regenerate.
5850 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
5852         * MAINTAINERS: Update my e-mail address.
5854 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
5856         * MAINTAINERS (Write After Approval): Add myself.
5858 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
5860         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5861         * configure: Regenerated.
5863 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
5865         * MAINTAINERS: Update my email address.
5867 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
5869         * configure.in:  Use newline instead of semicolon when assuming
5870         shell arguments in a for loop.
5871         * configure:  Regenerated.
5873 2003-08-22  Jason Eckhardt  <jle@rice.edu>
5875         * MAINTAINERS: Resurrect the i860 maintainer.
5877 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
5879         PR 8180
5880         * configure.in: When testing with_libs and with_headers, treat
5881         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
5882         * configure: Regenerate.
5884         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5885         make, shell, etc.
5886         (baseargs): Likewise.
5887         * configure: Regenerate.
5889 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
5891         * MAINTAINERS (Write After Approval): Add myself.
5893 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
5895         * configure.in: Disable libgcj for darwin not on powerpc.
5896         * configure: Rebuild.
5898 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
5900         * config-ml.in, symlink-tree: Add license.
5902 2003-08-03  Richard Stallman  <rms@gnu.org>
5903             Eben Moglen  <moglen@columbia.edu>
5905         * README.SCO: New file.
5907 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
5909         * Makefile.tpl (check, check-c++): Express dependencies using
5910         dependencies rather than commands.
5911         * Makefile.in: Regenerate.
5913 2003-08-01  Andrew Cagney  <cagney@redhat.com>
5915         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5916         * configure: Ditto.
5918 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
5920         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
5921         * Makefile.in: Update.
5923 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
5925         * configure.in: Enable libgcj for darwin.
5926         * configure: Rebuild.
5928 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
5930         * config-ml.in:  Use ac_configure_args directly instead of
5931         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
5932         actually seen.
5934 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5936         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5937         creating target and build subdirs to build all parent dirs as needed.
5938         * Makefile.in: Rebuild.
5939         * configure.in: Don't build dirs explicitly here.
5940         * configure: Rebuild.
5942 2003-07-26  Paul Brook  <paul@nowt.org>
5944         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
5946 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
5948         * Makefile.tpl (all-make): Depend on intl.
5949         * Makefile.in: Rebuilt.
5951 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
5953         * install-sh:  Update to newer upstream versions (associated with
5954         aclocal 1.7).
5955         * mkinstalldirs:  Likewise.
5956         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
5958 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
5960         * MAINTAINERS: Move self from Bug database only accounts
5961         to write-after-approval.
5963 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
5965         * config.if: Remove unused libc_interface determination.
5967 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
5969         * MAINTAINERS: Move self from write-after-approval to
5970         build machinery (*.in).
5972 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5974         PR bootstrap/11273
5975         PR bootstrap/11408
5976         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
5977         unused INSTALL_PROGRAM_ARGS.
5978         * configure.in: Use AC_PROG_INSTALL.
5979         * Makefile.in: Regenerate.
5980         * configure: Regenerate.
5982 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
5984         * MAINTAINERS: Alphabetize.
5986 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
5988         * configure: Rebuilt.
5989         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
5990         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
5991         newlib nor libgloss.
5992         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
5993         * configure.in (am33_2.0-*-linux*): Added.
5995 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
5997         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
5998         * configure: Regenerate.
6000 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
6002         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
6003         * Makefile.in: Regenerate.
6005 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6007         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
6008         * Makefile.in: Regenerate.
6010 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
6012         * Makefile.tpl: Replace PWD with PWD_COMMAND.
6013         * Makefile.in: Regenerated.
6015         * config-ml.in: Replace PWD with PWD_COMMAND.
6017 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6019         * intl: New directory; see intl/ChangeLog for details.
6020         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
6021         * Makefile.tpl: all-gcc depends on maybe-all-intl.
6022         * Makefile.in: Regenerate.
6024 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6026         * configure.in: Clean up config-lang.in handling.  Delete
6027         useless assignment to "subdirs".
6028         * configure: Regenerate.
6030 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
6032         * configure.in: Rename 'target_libs' to 'target_libraries'.
6033         Remove useless reference to 'target_libs'.
6034         * configure: Regenerate.
6036 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
6038         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6039         * Makefile.in: Regenerate.
6041 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6043         * Makefile.def: Introduce flags_to_pass.
6044         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6045         * Makefile.in: Regenerate.
6047 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
6049         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6050         and target-libgloss.
6051         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6052         <h8300*-*-*>: Disable libf2c and ${libgcj}.
6053         * configure: Regenerate.
6055 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
6057         * configure.in: Update testsuite_flags to new location.
6058         * configure. Regenerate.
6060 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6062         * Makefile.tpl: Remove BUILD_CC stuff.
6063         * Makefile.in: Regenerate.
6065 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
6067         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
6069 2003-06-16  Graeme Peterson  <gp@qnx.com>
6071         * MAINTAINERS (Write After Approval): Add myself.
6073 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
6075         * config.guess: Update to 2003-06-12 version.
6076         * config.sub: Update to 2003-06-13 version.
6078 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
6080         * config.guess: Update to 2003-06-06 version.
6081         * config.sub: Update to 2003-06-06 version.
6083 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6085         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6086         * configure. Regenerate.
6088 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6090         * configure.in: Disable serial configure by default.
6091         * configure: Regenerate.
6092         * Makefile.tpl: Abolish .NOTPARALLEL.
6093         * Makefile.in: Regenerate.
6095         * Makefile.tpl: Replace {build,host,target}_canonical by
6096         {build,host,target}.
6097         * Makefile.in: Regenerate.
6099         * Makefile.tpl: Fix stupid pasto.
6100         * Makefile.in: Regenerate.
6102 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6104         * Makefile.tpl: Remove bogus conditional.
6105         * Makefile.in: Regenerate.
6107 2003-06-05  Jan Hubicka  <jh@suse.cz>
6109         * Makefile.tpl (profiledbootstrap): New target.
6110         * Makefile.in (profiledbootstrap): New target.
6112 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
6114         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
6115         Pinski. Remove user names from other bugzilla-only maintainers.
6117 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6119         * Makefile.tpl: Make 'recursive targets' using autogen rather
6120         than shell loop.  Remove duplicate 'clean' targets and false
6121         comments.
6122         * Makefile.def: Add systematic dependencies to 'recursive' targets.
6123         Add systematic method of specifying missing targets in subdirs.
6124         Add copyright boilerplate.
6125         * Makefile.in: Regenerate.
6126         * configure.in: Add 'recursive targets' to maybe list.
6127         * configure: Regenerate.
6129         * MAINTAINERS: "GNATS only" -> "Bug database only".
6131         * Makefile.tpl: Rename [+target+] to [+make_target+].
6132         * Makefile.def: Rename 'target' to 'make_target'.
6134 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
6136         * MAINTAINERS: Add self as options handling maintainer.
6138 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
6140         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
6141         been too long since I touched those ports.
6143 2003-05-28  DJ Delorie  <dj@redhat.com>
6145         * Makefile.tpl: Make maybe-check-gcc .PHONY.
6146         * Makefile.in: Regenerate.
6148 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
6150         * configure.in: Use curly braces in the definition of tooldir.
6151         * configure: Regenerate.
6153 2003-05-21  DJ Delorie  <dj@redhat.com>
6155         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6156         newlib or libgloss.
6157         * Makefile.in: Regenerate.
6159 2003-05-21  DJ Delorie  <dj@redhat.com>
6161         * Makefile.tpl: Add missing empty maybe-check-gcc target.
6162         * Makefile.in: Regenerate.
6164 2003-05-20  Ian Lance Taylor  <ian@airs.com>
6166         * MAINTAINERS: Update my e-mail address.
6168 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6170         * configure.in: Switch more things to use maybe dependencies.
6171         * Makefile.tpl: Switch more things to use maybe dependencies.
6172         Factor out common code from autogen IF statements.
6173         * configure: Regenerate.
6174         * Makefile.in: Regenerate.
6176 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
6178         * configure.in: Accept i[3456789]86 for machine type.
6179         * configure: Regenerate.
6181 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6183         * configure.in: Switch more things to use maybe dependencies.
6184         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
6185         * configure: Regenerate.
6186         * Makefile.tpl: Switch more things to use maybe dependencies.
6187         * Makefile.in: Regenerate.
6189 2003-05-16  Andreas Schwab  <schwab@suse.de>
6191         * Makefile.tpl (install-opcodes): Define.
6192         * Makefile.in: Rebuild.
6194 2003-05-13  Andreas Jaeger  <aj@suse.de>
6196         * config.guess: Update to 2003-05-09 version.
6197         * config.sub: Update to 2003-05-09 version.
6199 2003-05-13  Michael Eager  <eager@mvista.com>
6201         * configure.in: Correct sed script so that options in quotes are not
6202         deleted.
6203         * configure: Rebuild.
6205 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
6207         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6208         and $$s/newlib/libc/sys/cygwin32 include paths.
6209         * configure: Ditto.
6211 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
6213         * MAINTAINERS: Update my email addresses.
6215 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
6217         * config-ml.in: Propagate INSTALL variables.
6219 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6221         * MAINTAINERS: Remove duplicate entries in Write After Approval.
6223 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
6225         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6226         * Makefile.in: Regenerate.
6228 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
6230         * MAINTAINERS (GNATS only): Add Falk Hueffner.
6232 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
6234         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
6236 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
6238         * Makefile.tpl: Clean $(BUILD_SUBDIR).
6239         * Makefile.in: Regenerated.
6241 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
6243         * MAINTAINERS (Write After Approval): Upgrade myself from
6244         GNATS only to write-after-approval. Update my mail address.
6246 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
6248         (OS Port Maintainers: freebsd): Add myself.
6250 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
6252         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
6254 2003-04-22  Kean Johnston  <jkj@sco.com>
6256         * MAINTAINERS (SCO ports): Added myself.
6258 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
6260         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
6262 2003-04-19  Kean Johnston  <jkj@sco.com>
6264         * MAINTAINERS (Write After Approval): Add myself.
6266 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6268         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6269         * Makefile.in: Regenerate.
6271 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
6273         * configure.in (powerpc64*-*-linux*): Remove.
6274         * configure: Rebuilt.
6276 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
6278         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
6279         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6280         and restrap.
6281         * Makefile.in:  Regenerate.
6283 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
6285         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6286         * configure: Regenerated.
6288 2003-04-15  DJ Delorie  <dj@redhat.com>
6290         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
6292 2003-04-13  Nick Clifton  <nickc@redhat.com>
6294         * config-ml.in: Remove support for --disable-aix removing
6295         call-aix multilibs.
6297 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
6299         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6300         * */configure: Rebuilt.
6302 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
6304         * MAINTAINERS: Add my email address.
6306 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
6308         * MAINTAINERS (Write After Approval): Add myself.
6310 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6312         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6313         * Makefile.in: Regenerate.
6315 2003-03-14  Michael Chastain  <mec@shout.net>
6317         * Makefile.in: Regenerate with correct Makefile.def.
6319 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6321         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
6322         Make macro.
6323         * Makefile.in: Regenerate.
6324         * configure.in: Clean up gxx_include_dir logic.
6325         * configure: Regenerate.
6327 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
6329         * MAINTAINERS (Write After Approval): Add myself.
6331 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
6333         * MAINTAINERS: Update my mail address.
6335 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6337         * configure.in (gxx_include_dir): Fix typo.
6338         * configure: Regenerated.
6340 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6342         * Makefile.tpl: Reindent.
6343         * Makefile.in: Regenerate.
6344         * configure.in: Reindent.  Don't set unused variables.
6345         * configure: Regenerate.
6347 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
6349         * configure.in: Include $(build_tooldir)/sys-include in
6350         FLAGS_FOR_TARGET.
6351         * configure: Regenerated.
6353 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6355         * Makefile.tpl: Always pass down RANLIB.
6356         * Makefile.in: Regenerate.
6358         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6359         * Makefile.in: Regenerate.
6360         * configure.in: Remove unused logic relating to --enable-shared
6361         and --enable-threads.  Remove bogus comments.  Remove redundant
6362         noconfigdirs.
6363         * configure: Regenerate.
6365         * configure.in: Replace ${libstdcxx_version} by its value.
6366         Remove reference to mh-dgux.
6367         * configure: Regenerate.
6369 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
6371         * MAINTAINERS (Write After Approval): Add myself.
6373 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6375         * Makefile.tpl: Rearrange.
6376         * Makefile.in: Regenerate.
6378 2003-02-25  Uwe Stieber  <uwe@wwws.de>
6380         * configure.in: Add support for kaOS as cross build target system.
6381         * configure: Regenerated.
6383 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
6385         * MAINTAINERS (Write after approval): Add myself.
6387 2003-02-21  James E Wilson  <wilson@tuliptree.org>
6389         * MAINTAINERS: Update my email address.
6391 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
6393         * MAINTAINERS: Add self to blanket write privs. section.
6395 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
6397         * Makefile.tpl: Add definition of CPPFLAGS to pass into
6398         configure-target-* as some target builds may require additional
6399         flags for preprocessor tests.
6400         * Makefile.in: Regenerated.
6402 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
6404         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6405         * ltconfig: Handle it.
6406         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6407         auto-detecting it.
6409         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6410         it is used as argument to $CC.
6411         * ltcf-gcj.sh: Likewise.
6413         * configure.in: Introduce --enable-maintainer-mode.
6414         * configure: Rebuilt.
6415         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6416         for maintainer mode.
6417         * Makefile.in: Rebuilt.
6419 2003-02-18  Jason Merrill  <jason@redhat.com>
6421         * Makefile.tpl (check-c++): Allow parallelism.
6423 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6425         * MAINTAINERS: Remove John Carr (who never actually had access to
6426         gcc.gnu.org).
6428 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
6430         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6431         don't configure target-libobjc.
6432         * configure: Regenerate.
6434 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6436         * Makefile.tpl (RANLIB): Define.
6437         * Makefile.in: Regenerate.
6439 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
6441         * MAINTAINERS: Update my email.
6443 2003-02-06  Keith R Seitz  <keiths@redhat.com>
6445         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6446         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6447         * Makefile.in: Regenerated.
6448         * configure.in: Remove all traces of snavigator, db, and grep.
6449         * configure: Regenerated.
6451 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6453         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
6454         After Approval.
6456 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6458         * MAINTAINERS (Write after approval): Add myself.
6460 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
6462         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6463         * Makefile.in: Regenerated.
6465 2003-01-30  Roger Sayle  <roger@eyesopen.com>
6467         * config.guess: Updated to 2003-01-30's version.
6468         * config.sub: Updated to 2003-01-28's version.
6470 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
6472         * config.if: If gcc_version is already set, just use it.  Don't set
6473         gcc_version_trigger if it's already set, otherwise set it to
6474         gcc/version.c, but only if the file exists.  If it is not set and
6475         gcc/version.c does not exist, try to extract the version number from
6476         $CC.
6478 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
6480         * MAINTAINERS: Add myself to write-after-approval list.
6482 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
6484         * configure.in:  Revert 24Jan change.
6485         * configure:  Regenerate.
6487 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6489         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
6490         entry of HJ Lu.
6492 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6494         * configure.in: Revert previous change.
6495         * configure: Regenerate.
6497 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6499         * configure.in: Make rda native-only.
6500         * configure: Regenerate.
6502 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6504         * MAINTAINERS: Move myself from GNATS-only-accounts to
6505         write-after-approval.
6507 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6509         * configure.in: Add missing \.
6510         * configure: Rebuilt.
6512 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
6514         * configure.in (baseargs): Avoid using \| in sed regular
6515         expressions.
6516         * configure: Rebuilt.
6518 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
6520         * configure.in (baseargs): Remove all supported forms of
6521         --cache-file, --srcdir, --host, --build and --target options
6522         from argument lists.
6523         * configure: Rebuilt.
6525 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
6527         * MAINTAINERS: Add myself to write-after-approval list.
6529 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
6531         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6532         * configure: Rebuilt.
6534 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6536         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6537         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6538         * Makefile.in: Regenerate.
6539         * configure: Regenerate.
6541 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
6543         * configure.in: Remove Makefile in build, host and target modules
6544         unless configure was run with --no-recursion.
6545         * configure: Rebuilt.
6547 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6549         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6550         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6551         * Makefile.in: Regenerate.
6553 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
6555         * config.guess: Update to 2003-01-03 version.
6556         * config.sub: Update to 2003-01-03 version.
6558 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6560         * configure: Regenerate with proper autoconf 2.13.
6562 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6564         * configure.in: Add AC_PREREQ for consistency.
6565         * configure: Regenerate.
6567 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
6569         * configure.in (GDB_TK): Add tcl directories conditional on
6570         gdb/gdbtk directory being present.
6571         * configure: Regenerate.
6573 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
6575         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
6576         used by gcc if LD is not defined and we are not doing a Canadian Cross.
6577         * configure: Rebuilt.
6579 2002-12-31  Tom Tromey  <tromey@redhat.com>
6581         * Makefile.in: Rebuilt.
6582         * Makefile.def (target_modules) [libffi]: Allow installation.
6584 2002-12-31  Andreas Schwab  <schwab@suse.de>
6586         * configure.in: Fix use of $program_transform_name.
6587         * configure: Regenerated.
6589 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
6591         * configure.in (baseargs): Don't remove first configure argument.
6592         * configure: Regenerated.
6594 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
6596         * Makefile.tpl (local-distclean): Don't remove...
6597         (multilib.ts): ... this.  Moved into...
6598         (multilib.out): ... this.  Don't use sub-make.
6599         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6600         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6601         (configure-build-[+module+], configure-[+module+],
6602         configure-target-[+module+], configure-gcc): ... these.  Test
6603         for Makefile existence.  Drop config.status from dependencies.
6604         * Makefile.in: Rebuilt.
6605         * configure.in: Move gcc-version-trigger to the end of
6606         ac_configure_args.  Add comments to maybedep.tmp and
6607         serdep.tmp.  Introduce --disable-serial-configure.  Remove
6608         nonopt from baseargs, matching and removing corresponding
6609         whitespace while at it.
6610         * configure: Rebuilt.
6612 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
6614         * configure.in (host_configargs): Replace reference to
6615         no-longer-defined buildopts with --build=${build_alias}.
6616         * configure: Rebuilt.
6618         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
6619         program_transform_name to standard idiom.
6620         (AUTOGEN, AUTOCONF): Define.
6621         (Makefile.in): Use $(AUTOGEN).
6622         (Makefile): Depend on config.status, and use autoconf-style rule to
6623         build it.  Move original commands to...
6624         (config.status): ... this new target.
6625         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
6626         $(AUTOCONF).
6627         * Makefile.in: Rebuilt.
6629 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6631         * Makefile.tpl: Fix dramatic bustage due to change in
6632         program_transform_name.
6633         * Makefile.in: Regenerate.
6635         * configure.in: Remove unnecessary PATH setting.
6636         * configure: Regnerate.
6638         * configure.in: Don't default to unprefixed tools unless
6639         the native tools will work.
6640         * configure: Regenerate.
6642         * configure.in: Convert to autoconf script.  Blow away lots
6643         of now-redundant Makefile fragments.
6644         * configure: Generate using Autoconf.
6645         * Makefile.tpl: Rewrite to reflect autoconfiscation.
6646         * Makefile.in: Regenerate.
6648 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6650         * configure: Fix stupid bug where RANLIB was mistakenly included.
6652         * configure.in: Rename (buildargs, hostargs, targargs) to
6653         (build_configargs, host_configargs, target_configargs).
6655         * configure.in: Move logic out of sed statement.
6657         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
6658         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6660 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
6662         * config.sub: Import from master repository
6663         * config.guess: Ditto
6665 2002-12-24  Andreas Schwab  <schwab@suse.de>
6667         * Makefile.tpl (multilib.out): Fix missing space.
6668         * Makefile.in: Regenerate.
6670 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6672         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
6673         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
6674         * Makefile.in: Regenerate.
6675         * configure.in: Remove unnecessary leftovers.
6677 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
6679         * configure.in (extra_ranlibflags_for_target): New variable.
6680         (*-*-darwin): Add -c to ranlib commands.
6681         * configure (tooldir): Handle extra_ranlibflags_for_target.
6683 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6685         * Makefile.tpl: Revert HJL's change.
6686         * Makefile.in: Regenerated.
6687         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6688         always.
6690 2002-12-19  Andreas Schwab  <schwab@suse.de>
6692         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6693         * Makefile.in: Regenerate.
6695 2002-12-18  H.J. Lu  <hjl@gnu.org>
6697         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6698         * Makefile.in: Regenerated.
6700         * configure.in (build_prefix): New. Substitute.
6702 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6704         * Makefile.tpl: Don't let real targets depend on phony targets.
6705         * Makefile.in: Regenerate.
6707         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6708         * Makefile.in: Regenerate.
6710 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
6712         * config.sub: Import from master repository
6713         * config.guess: Ditto
6715 2002-12-16  Jason Merrill  <jason@redhat.com>
6717         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6718         previous 'make bootstrap'.
6719         * Makefile.in: Regenerate.
6721 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
6723         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6725 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6727         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6728         * Makefile.in: Regenerate.
6730 2002-12-13  Jason Merrill  <jason@redhat.com>
6732         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
6733         library tests.
6734         (check-c++): Just depend on it and check-target-libstdc++-v3.
6735         * Makefile.in: Regenerate.
6737 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
6739         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6740         * Makefile.in: Rebuilt.
6742 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
6744         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
6746 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6748         * configure: Fix bug put in by gremlins.
6750         * Makefile.tpl: Substitute more autoconfily.
6751         * configure: Substitute more autoconfily.
6752         * Makefile.in: Regenerate.
6754 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
6756         * config.sub: Import from master repository
6757         * config.guess: Ditto
6758         * MAINTAINERS: Added Svein Seldal under write after approval
6760 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
6762         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
6763         * Makefile.in (all-sim): Ditto.
6765 2002-12-06  DJ Delorie  <dj@redhat.com>
6767         * Makefile.tpl: Change configure dependencies to not have real
6768         targets depend on phony targets.
6770 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
6772         * configure.in: Revert unintentional change.
6774         * Makefile.tpl: Change dependency for */multilib.out so that
6775         it works when gcc isn't in the tree.
6777         * configure.in: Substitute more.
6778         * configure: Run subconfigures from the Makefile.
6779         * Makefile.tpl: Run subconfigures from the Makefile; add a few
6780         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
6782 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6784         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
6786 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6788         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
6789         and corresponding dependencies.
6790         * Makefile.in: Regenerate.
6792         * configure.in (host_tools): Order binutils, gas and ld for
6793         convenience in running the testsuites.
6795         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
6796         * Makefile.in: Regenerate.
6797         * configure.in: Introduce rules to serialize subconfigure runs.
6799         * configure.in: Introduce BASE_CC_FOR_TARGET.
6800         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
6801         Realize configure-build-* targets.  Realize configure-target-* targets.
6802         * Makefile.in: Regenerate.
6804 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6806         * configure: Move gcc_version_trigger stuff from here...
6807         * configure.in: ...to here.
6809         * configure.in: Separate subconfigure options added by this file from
6810         options given by the user.  Add machinery to put args for host
6811         subconfigures into the Makefile.
6813         * Makefile.tpl: Remove 'vault' targets.
6814         * Makefile.tpl: Reorder and comment dependencies.
6815         * Makefile.in: Regenerate.
6817 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6818         * configure.in: Fix my broken commit of previous patch. (sigh)
6820 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
6822         * configure.in: Move host-specific darwin noconfigdirs into
6823         the host-specific section.
6825 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
6827         * configure.in: Move host-specific darwin noconfigdirs into
6828         the host-specific section.
6830 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
6832         * configure: Remove skip-this-dir support.
6833         * Makefile.tpl: Remove skip-this-dir support.
6835         * Makefile.tpl: Remove leftover support for non-autoconfiscated
6836         subdirectories.
6837         * Makefile.in: Regenerate.
6839         * Makefile.tpl: Strip out useless setting of 'dir'.
6840         * Makefile.in: Regenerate.
6842 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6844         * configure.in: Fix deeply stupid bug.
6846         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6847         shell code in CXX_FOR_TARGET
6848         * Makefile.def: Introduce raw_cxx.
6849         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6850         RAW_CXX_FOR_TARGET.
6851         * Makefile.in: Regenerate.
6853 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
6855         * Makefile.tpl: Remove unnecessary ifs.
6856         * Makefile.in: Regenerate.
6858         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
6859         dependencies.  Maybe-ize build-libiberty.  Create dummy install
6860         targets for 'no_install' modules.
6861         * configure: Move GDB_TK substitution to configure.in.  Move
6862         build_modules stuff to configure.in.
6863         * configure.in: Implement soft dependency machinery.  Maybe-ize
6864         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
6865         * Makefile.in: Regenerate.
6867 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6869         * Makefile.tpl: Make all-target, install-target behave similarly
6870         to all, install (only hitting configured targets).  Eliminate
6871         unused macro defintions.
6873         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6874         build != host.
6876         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6878         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6880         * configure.in: Produce lists of subdir targets we're actually
6881         configuring.  Remove references to "dosrel".
6882         * Makefile.tpl: Let configure set which subdir targets are hit.
6883         Remove install-cross; clean up install; remove ALL.  Remove
6884         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
6885         Autogenerate host module targets.  Remove empty dependency lines
6886         and redundant dependency; rearrange slightly.
6887         * Makefile.def: Add host-side libtermcap, utils.
6889         * Makefile.in: Regenerate.
6891 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6893         * ltconfig (osf[345]): Append $major to soname_spec.
6894         Reflect this in library_names_spec.
6895         * ltmain.sh (osf): Prefix $major with . for use as extension.
6897 2002-11-19  Andreas Jaeger  <aj@suse.de>
6899         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
6900         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
6901         and sparc64 GNU/Linux systems.
6903 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
6905         * MAINTAINERS: Update email.
6907 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6909         * MAINTAINERS: Complete James Dennett's entry.
6911 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
6913         * MAINTAINERS (Write After Approval): Add myself.
6915 2002-11-13  Bruce Korb  <bkorb@gnu.org>
6917         * Makefile.tpl: syntactic cleanup
6919 2002-11-13  Stuart Hastings  <stuart@apple.com>
6921         * MAINTAINERS: Add myself to write-after-approval list.
6923 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6925         * Makefile.def: Add list of recursive targets to autogenerate.
6926         Add build_modules.
6927         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
6928         targets.  Autogenerate *-build-* targets.
6929         * Makefile.in: Regenerate.
6931 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6933         * configure: More autoconf-style substitutions.
6934         * Makefile.tpl: More autoconf-style substitutions.
6935         * Makefile.in: Regenerate.
6937 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6939         * configure: Substitute more variables in a more autoconf-friendly
6940         way.  Simplify slightly.
6941         * Makefile.tpl: Make more variables substitutable in an
6942         autoconf-friendly way.
6943         * Makefile.in: Regenerate.
6945 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
6947         * MAINTAINERS (Write After Approval): Add myself.
6949 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6951         * configure.in (v810*): Remove special setting of tools.
6953         * configure: Add support for extra required flags for ar or nm.
6954         * configure.in (aix4.3+): Use above support for target-specific
6955         issues, rather than using config/mt-aix43.
6957 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6959         * configure: Remove 'removing', which doesn't work.  Replace $subdir
6960         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
6961         with $srcdir.  Reformat indentation.  Substitute some variables
6962         formerly hard-coded in the Makefile for build=host.
6963         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6964         * Makefile.def: Autogenerate more.
6965         * Makefile.in: Regenerate.
6967 2002-11-04  Adam Nemet  <anemet@lnxw.com>
6969         * MAINTAINERS (Write After Approval): Add myself.
6971 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
6973         * Makefile.def (host_modules): Add rda.
6974         * Makefile.in: Regenerate.
6975         * configure.in (target_tool): Add target-rda to list.
6977 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6979         * MAINTAINERS: Remove "co-maintainer" note for web pages.
6981 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
6983         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
6984         and restrap targets to this rule.
6985         * Makefile.in:  Regenerate.
6987 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6989         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
6990         GNATS only accounts.
6992 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
6994         * configure.in (i[3456]86-*-linux*): Add check to disable
6995         ${libgcj} for glibc1.
6997 2002-10-24  Denis Chertykov  <denisc@overta.ru>
6999         * MAINTAINERS: Add myself as ip2k port maintainer.
7001 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
7003         * configure.in: Add tic4x target.
7005 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7007         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7008         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7009         * Makefile.in: Regenerate.
7011         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7012         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7013         * Makefile.in: Regenerate.
7015 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
7017         * MAINTAINERS: Add myself as web pages co-maintainer.
7019 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7021         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7022         * Makefile.in: Regenerate.
7024 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
7026         * MAINTAINERS: Add myself and Nathan Sidwell
7027         <nathan@codesourcery.com> as VxWorks maintainers.
7029 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7031         * Makefile.def: Remove order dependency comments.
7032         * Makefile.tpl: Add explicit install-install dependencies.
7033         * Makefile.in: Regenerate.
7035         * Makefile.tpl: Remove material now in src-release.  (Finally!)
7036         * Makefile.in: Regenerate.
7038         * Makefile.tpl: Add configure-target (for src-release in src)
7039         * Makefile.in: Regenerate.
7041 2002-09-30  Nick Clifton  <nickc@redhat.com>
7043         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7045 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
7047         * configure.in (s390*-*-linux*): Enable libgcj.
7049 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
7051         * configure: Revert accidentally applied changes.
7053         * Makefile.tpl: Make more autoconf-friendly.
7054         * Makefile.in: Regenerate.
7055         * configure: Make substitution more autoconf-like.
7057 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
7059         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7060         single entry to handle all these.
7061         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
7062         libjava on arm-*-elf.
7064 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
7066         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7067         things that depend on them.
7069 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7071         * Makefile.tpl: Make subsituted variables more autoconfy.
7072         * Makefile.in: Regenerate.
7073         * configure: Make seds more autoconfy.
7075 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7077         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7078         * Makefile.in: Regenerate.
7079         * configure.in: Rewrite sed statements to look autoconfy.
7081         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7082         all-target-foo on configure-target-foo.
7083         * Makefile.def: Ditto.
7084         * Makefile.in: Rebuild.
7086 2002-09-25  Andrew Haley  <aph@redhat.com>
7088         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
7090 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7092         * Makefile.def: New file.
7093         * Makefile.tpl: New file.
7094         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7095         * contrib/gcc_update: Note that Makefile.in is a generated file.
7097         * configure.in: Minor rearrangement.  Simplify tests.
7099 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
7101         * configure.in (with_headers): Skip copy if value is "yes".
7102         (with_libs): Likewise.
7104 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7106         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7107         * configure.in (sh*-*-pe*): Ditto.
7108         * configure.in (mips*-*-pe*): Ditto.
7109         * configure.in (*arm-wince-pe): Ditto.
7111         * configure.in: Rearrange.
7113 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
7115         * MAINTAINERS: Update my email address.
7117 2002-08-30  Paul Koning  <pkoning@equallogic.com>
7119         * MAINTAINERS: (Write After Approval): Add myself.
7121 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
7123         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
7125 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
7127         * MAINTAINERS: Change my mailing address.
7129 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
7131         * MAINTAINERS (Write After Approval): Remove myself.
7132         (Various Maintainers: c++ runtime libs): Add myself.
7134 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
7136         * MAINTAINERS (Write After Approval): Remove myself.
7137         (Various Maintainers: c++ runtime libs): Add myself.
7139 2002-08-15  Eric Christopher  <echristo@redhat.com>
7141         * config.sub: Import from master repository.
7142         * config.guess: Ditto.
7144 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
7146         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7147         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7148         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7150 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
7152         * MAINTAINERS: Add self to rs6000 vector extensions.
7154 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
7156         * libiberty/configure: Reverted unintended yesterday's check in.
7158 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
7160         * boehm-gc/configure, libf2c/configure: Rebuilt.
7161         * libffi/configure, libiberty/configure: Ditto.
7162         * libjava/configure, libobjc/configure: Ditto.
7163         * libstdc++-v3/configure, zlib/configure: Ditto.
7164         Merged from binutils:
7165         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
7166         From Steve Ellcey <sje@cup.hp.com>:
7167         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7168         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7169         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7170         IA64.
7171         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7172         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7173         soname_spec, sys_lib_search_path_spec): Ditto.
7175 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
7177         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7179 2002-08-04  H.J. Lu  (hjl@gnu.org)
7181         * configure.in (mips*-*-linux*): Don't skip target-libffi.
7183 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
7185         * MAINTAINERS (Write After Approval): Add myself.
7187 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
7189         * configure.in: Move generic linux case to end.  Copy generic
7190         linux noconfigdirs to mips*-*-linux* entry and new
7191         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
7193 2002-07-19  Michael Matz  <matz@suse.de>
7195         * MAINTAINERS: Add myself as ra* maintainer.
7197 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
7199         * config.guess: Update to 2002-07-09 version.
7200         * config.sub: Update to 2002-07-03 version.
7202 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
7204         * MAINTAINERS: Fix typo in a maintainer email address.
7206 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7208         * configure.in: Remove two redundant tests.
7210 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7212         * configure.in (mips*-*-irix6*o32): Enable stabs.
7214 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
7216         * configure.in: Don't build grez.
7217         * Makefile.in: Ditto.
7219         * Makefile.in: Remove references to bsp, cygmon, libstub.
7220         * configure.in: Ditto.
7222         * configure.in: Remove leftover reference to gdbtest.
7224 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
7226         * configure.in (gxx_include_dir):  Change to match versioned
7227         C++ headers if --enable-version-specific-runtime-libs is used.
7229 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
7231         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7233 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7235         * configure.in: Make --without-x work.
7237 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7239         * configure.in: Rearrange target Makefile fragment collection.
7241         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7242         cvs[src].
7243         * configure.in: Ditto.
7245 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
7247         * MAINTAINERS (Write After Approval): Update my e-mail address.
7249 2002-06-24  Ben Elliston  <bje@redhat.com>
7251         * configure.in (host_tools): Remove cgen.
7253         * Makefile.in (all-cgen): Remove; runs from its source directory.
7254         (check-cgen, install-cgen, clean-cgen): Likewise.
7255         (all-opcodes): Do not depend on all-cgen.
7256         (all-sim): Likewise.
7258 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7260         * Makefile.in: Eliminate 'apache' targets.
7261         * configure.in: Eliminate 'apache' targets.
7263         * configure.in: Eliminate redundant tests.  Reorganize.
7265         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7267         * config-ml.in: Eliminate references to Cygnus configure.
7269         * Makefile.in: Eliminate references to building emacs.
7271 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
7273         * MAINTAINERS: Update my email address.
7275 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
7277         * config.if (libstdcxx_incdir): Version C++ headers.
7278         (cxx_incdir): Remove.
7280 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7282         * MAINTAINERS (Write After Approval): Add self.
7284 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
7286         * configure.in: Add support for ip2k.
7288 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
7290         * configure.in: Fix AIX configury bug.
7292 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
7294         * MAINTAINERS (Write After Approval): Add self.
7296 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7298         * configure.in: replace ${topsrcdir} with ${srcdir}
7300         * configure.in: Move definition of libstdcxx_flags
7301         right above usage, rather than waaay earlier.
7303         * configure.in: Pull definition of is_cross_compiler earlier.
7305         * configure.in: Rearrange a little.
7307         * configure.in: Remove references to librx.
7308         * Makefile.in: Remove references to librx.
7310 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
7312         * config.sub: Add support for avr target.
7313         Import from master sources, rev 1.255
7315 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
7317         * configure, .cvsignore:  Revert previous change...
7318         * Makefile:  ...delete.
7320 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7322         * configure.in: Eliminate ${gasdir} variable.
7324 2002-06-18  Dave Brolley  <brolley@redhat.com>
7326         * configure.in: Add support for frv.
7327         * config.sub: Add support for frv.
7329 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7331         * configure:  Remove garbage from previous commit.
7333 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7335         * configure:  For in-source builds, make a subdir and re-exec there.
7336         * Makefile:  New file.  Pass targets through to build directory.
7337         * .cvsignore:  No longer ignore "Makefile".
7339 2002-06-16  Douglas Rupp  <rupp@gnat.com>
7341         * MAINTAINERS (Write After Approval): Add self.
7343 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7345         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7347 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
7349         * configure.in (vax-*-netbsd*): Re-enable gas.
7351 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
7353         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7354         BUILD_PREFIX_1, to correct nomenclature.
7355         * configure: Likewise.
7357         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7358         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7360 2002-05-31  Olaf Hering  <olh@suse.de>
7362         * config-ml.in: Propogate DESTDIR also.
7364 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
7366         * configure.in (vax-*-netbsd*): Don't build gas for this
7367         platform.
7369 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7371         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7372         and libgcj for AVR.
7374 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
7376         * MAINTAINERS (Write After Approval): Add myself.
7378 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
7380         * config.guess: Update to 2002-05-22 version.
7381         * config.sub: Likewise.
7383 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7385         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7386         * config-ml.in: Likewise.
7387         * configure: Likewise.
7388         * configure.in: Likewise.
7390 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
7392         * MAINTAINERS: Update my email address.
7394 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
7396         * configure.in: Simplify makefile fragment collection.
7398         * configure.in: Remove code to build emacs.
7400         * configure.in : Remove --srcdir argument from targargs and buildargs
7401         (it's always overridden in the Makefile anyway).  Rearrange a bit.
7403         * configure: Move some logic to configure.in.
7404         * configure.in: Move some logic from configure.
7406 2002-05-11  Tom Tromey  <tromey@redhat.com>
7408         * MAINTAINERS: Reflect libgcj reality.
7410 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
7412         * Makefile.in: Honour DESTDIR.
7414 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
7416         * config.guess: Import 2002-03-20 version.
7417         * config.sub: Import 2002-04-26 version.
7419 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7421         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
7423 2002-05-07  Tim Josling  <tej@melbpc.org.au>
7425         * MAINTAINERS: Add self.
7427 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
7429         * ltmain.sh: Detect and handle object name conflicts
7430         while piecewise linking a static library.
7432 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
7434         * configure.in (noconfigdirs): Don't disable libgcj on
7435         sparc64-*-solaris* and sparcv9-*-solaris*.
7437 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
7439         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7441 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
7443         * configure.in (FLAGS_FOR_TARGET): Do not add
7444         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7445         on i[3456]86-*-linux*.
7447 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
7449         * configure.in (noconfigdirs): Replace [ ] with test.
7451         * configure.in (noconfigdirs): Do not add target-newlib if
7452         target == i[3456]86-*-linux*, and host == target.
7454 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
7456         * configure.in: delete reference to absent file
7458         * configure.in: replace '[' with 'test'
7460         * configure.in: Eliminate references to gash.
7461         * Makefile.in: Eliminate references to gash.
7463         * configure.in: remove useless references to 'pic' makefile fragments.
7465         * configure.in: (*-*-windows*) Finish removing.
7467         * configure.in: Eliminate redundant test for libgui.
7469 2002-04-29  Roger Sayle  <roger@eyesopen.com>
7471         * MAINTAINERS: Add self and realphabetize.  Update entries
7472         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
7473         entry for a29k port maintainer.
7475 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
7477         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7478         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7480 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
7482         * configure.in: remove references to dead files
7484 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
7486         * MAINTAINERS: Add information about purpose of this file.
7488 2002-04-18  Tom Tromey  <tromey@redhat.com>
7490         * configure.in: Disallow configuring libgcj when it is already
7491         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
7492         Solaris 2.8 by default.  For PR libgcj/6158.
7494 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7496         * configure.in:  Move default CC setting out of config/mh-* fragments
7497         directly into here.
7499 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7501         * configure.in: don't even try to configure or make a subdirectory
7502         if there's no configure script for it.
7504 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
7506         * MAINTAINERS: Remove chill maintainers.
7507         * Makefile.in (CHILLFLAGS): Remove.
7508         (CHILL_LIB): Remove.
7509         (TARGET_CONFIGDIRS): Remove libchill.
7510         (CHILL_FOR_TARGET): Remove.
7511         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7512         CHILL_LIB.
7513         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7514         (CHECK_TARGET_MODULES): Likewise.
7515         (INSTALL_TARGET_MODULES): Likewise.
7516         (CLEAN_TARGET_MODULES): Likewise.
7517         (configure-target-libchill): Remove.
7518         (all-target-libchill): Remove.
7519         * configure.in (target_libs): Remove target-libchill.
7520         Do not compute CHILL_FOR_TARGET.
7521         * libchill: Remove directory.
7523 2002-04-11  DJ Delorie  <dj@redhat.com>
7525         * Makefile.in, configure.in: Sync with binutils, entries
7526         follow...
7528 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7530         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
7531         (do-tar, do-bz2): New rules.
7532         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
7533         (gdb-tar): New rule.
7534         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
7535         (insight_dejagnu.tar): New rule.
7536         (insight.tar): New rule.
7537         (gdb+dejagnu.tar): New rule.
7538         (gdb.tar): New rule.
7540 2002-02-01  Mo DeJong  <supermo@bayarea.net>
7542         * Makefile.in: Add all-tix to deps for all-snavigator
7543         so that tix is built when building snavigator.
7545 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
7547         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7548         ld and gdb are not supported.
7550 2002-01-07  Mark Salter  <msalter@redhat.com>
7552         * configure.in: Remove target-bsp and target-cygmon from arm builds.
7553         Allow target-libgloss to be built for arm, strongarm, and xscale.
7555 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
7557         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7558         options for i[3456]86-pc-linux* native builds.
7560 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
7562         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7563         files from .po files for a distribution.
7565 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
7567         * configure.in: Enable libstdc++-v3 for h8300 targets.
7569 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
7571         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
7572         version from bfd/.
7574 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
7576         * Makefile.in (VER): When present, extract the version number from
7577         the file version.in.
7579 2001-05-24  Tom Rix  <trix@redhat.com>
7581         * configure.in : enable ld for aix
7583 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7585         * config.guess: Add linux target for S/390.
7587 2000-11-07  Philip Blundell  <pb@futuretv.com>
7589         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7591 2000-11-03  Philip Blundell  <pb@futuretv.com>
7593         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7594         files.
7596 2001-01-15  Ben Elliston  <bje@redhat.com>
7598         * configure.in (host_tools): Add sid.
7599         Always configure cgen.
7601 2000-11-24  Nick Clifton  <nickc@redhat.com>
7603         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
7606 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
7608         * Makefile.in (ALL_MODULES): Add all-cgen.
7609         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7610         (all-cgen): New target.
7611         (all-opcodes,all-sim): Depend on all-cgen.
7612         * configure.in (host_tools): Add cgen.
7613         Only configure cgen if --enable-cgen-maint.
7615 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
7617         * configure.in: Add *-*-freebsd* configurations.
7619 2002-04-08  Tom Tromey  <tromey@redhat.com>
7621         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7622         Fixes PR libgcj/6068.
7624 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
7626         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7628 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7630         * configure.in (alpha*-dec-osf*): Enable libgcj.
7632 2003-03-27  Matthew Gingell  <gingell@gnat.com>
7634         * MAINTAINERS (Write After Approval): Add myself.
7636 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
7638         Fix for: PR bootstrap/3591, target/5676
7639         * configure.in (mcore-pe): Disable the configuration of
7640         libstdc++-v3 since exceptions are not supported.
7642 2002-03-20  Anthony Green  <green@redhat.com>
7644         * configure.in: Enable libgcj for xscale-elf target.
7646 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
7648         * MAINTAINERS:  Update my email address.
7650 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
7652         * ltmain.sh (relink_command): Fix typo in previous change.
7654 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
7656         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
7657         (relink_command): Added --tag flags.
7658         (mode=install): If relinking fails; error out.
7660 2002-03-12  Richard Henderson  <rth@redhat.com>
7662         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
7663         .NOTPARALLEL tag.
7664         (do-check): Rename from check.
7665         (check): Allow parallel check.
7667 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
7669         * MAINTAINERS: Add myself as maintainer for xtensa port.
7670         Fix alphabetical order in CPU port maintainer list.
7671         Remove myself from Write After Approval list.
7673 2002-03-11  Richard Henderson  <rth@redhat.com>
7675         * Makefile.in (.NOTPARALLEL): Add fake tag.
7677 2002-03-07  H.J. Lu  (hjl@gnu.org)
7679         * configure.in: Enable gprof for mips*-*-linux*.
7681 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
7683         * MAINTAINERS (Write After Approval): Add myself.
7685 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
7687         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7688         libjava.
7689         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7691 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
7693         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7694         because its Makefile is there; test for the executable instead.
7696 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
7698         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7699         libstdc++-v3 and libjava.
7701 2002-02-11  Adam Megacz  <adam@xwt.org>
7703         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7704         boehm-gc
7706 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
7708         * config.guess: Updated to 2002-01-30's version.
7709         * config.sub: Updated to 2002-02-01's version.
7710         Contribute sh64-elf.
7711         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
7712         * configure.in: Added sh64-*-*.
7714 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
7716         * MAINTAINERS: Belatedly add myself to write after approval list.
7718 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
7720         * MAINTAINERS: Put self in as maintainer for x86-64 port.
7721         Remove self as Write After Approval.
7723 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
7725         * MAINTAINERS: Put self in as maintainer for contrib/regression
7726         directory.
7728 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
7730         * MAINTAINERS:  Update my email address.
7732 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
7734         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
7735         target-libiberty, and target-libgloss.  Skip Java-related
7736         libraries if not supported for NetBSD on target CPU.
7738 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
7740         * install-sh: Use _inst.$$_ for temp file name.
7742 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
7744         * MAINTAINERS (Write After Approval): Move my contact info
7745         from here...
7746         (OS Port Maintainers): ...to here (netbsd).
7748 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
7750         * MAINTAINERS (Write After Approval): Add myself.
7752 2002-01-17  H.J. Lu  <hjl@gnu.org>
7754         * Makefile.in (all-fastjar): Also depend on all-libiberty.
7755         (all-target-fastjar): Also depend on all-target-libiberty.
7757 2002-01-16  H.J. Lu  (hjl@gnu.org)
7759         * config.guess: Import from master sources, rev 1.225.
7760         * config.sub: Import from master sources, rev 1.238.
7762 2002-01-16  Kazu Hirata  <kazu@hxi.com>
7764         * MAINTAINERS (Write After Approval): Remove myself.
7766 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
7768         * MAINTAINERS (Write After Approval): Add myself.
7770 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
7772         * MAINTAINERS: Add self as docs co-maintainer.
7774 2001-12-11  Matthias Klose  <doko@debian.org>
7776         * MAINTAINERS (Write After Approval): Add myself.
7778 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
7780         * MAINTAINERS: Update my email address.
7782 2001-12-07  Turly O'Connor  <turly@apple.com>
7783         * MAINTAINERS (Write After Approval): Add myself.
7784         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
7785         (rs6000_initialize_trampoline): Call __trampoline_setup for
7786         ABI_DARWIN too.
7787         * darwin-tramp.asm: New file, implements __trampoline_setup.
7788         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
7790 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
7792         * MAINTAINERS (Write After Approval): Add myself.
7794 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
7796         * configure, configure.in: Use temp file for long sed commands.
7798 2001-12-03  Laurent Guerby  <guerby@acm.org>
7800         * config.sub: Update to version 1.232 on subversion.
7802 2001-12-03  Ben Elliston  <bje@redhat.com>
7804         * MAINTAINERS: Update mail address for config.* patches.
7806 2001-11-27  DJ Delorie  <dj@redhat.com>
7807             Zack Weinberg  <zack@codesourcery.com>
7809         When build != host, create libiberty for the build machine.
7811         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7812         CONFIG_ARGUMENTS.
7813         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7814         New variables.
7815         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7816         and rules.
7817         (all.normal): Depend on ALL_BUILD_MODULES.
7818         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7819         (all-build-libiberty): Depend on configure-build-libiberty.
7821         * configure: Calculate and substitute proper value for
7822         ALL_BUILD_MODULES.
7823         * configure.in: Create the build subdirectory.
7824         Calculate and substitute TARGET_CONFIGARGS (formerly
7825         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7827 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
7829         * MAINTAINERS (write-after-approval): Add self.
7831 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
7833         * MAINTAINERS (GNATS only accounts): Remove self.
7835 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
7837         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
7838         libf2c.
7840 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
7842         * MAINTAINERS (Write After Approval): Add self.
7844 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
7846         * MAINTAINERS: mips and s390 are also CPU ports.
7848 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
7850         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
7852 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
7854         * MAINTAINERS: Alphabetize.
7856 2001-11-09  Kazu Hirata  <kazu@hxi.com>
7858         * MAINTAINERS (Various maintainers: h8 port): Add myself.
7860 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7862         * MAINTAINERS (Various maintainers: hppa port): Added myself.
7864 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
7866         * configure.in (--enable-languages): Be more permissive about
7867         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
7869 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
7871         * config.sub: Import from master sources, rev. 1.230.
7872         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
7874 2001-11-07  Laurent Guerby  <guerby@acm.org>
7876         * MAINTAINERS (Write After Approval): Add self.
7878 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
7880         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7882 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
7884         * config.sub: Import from master sources, rev 1.226.
7885         * config.guess: Import from master sources, rev 1.216.
7887 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
7889         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7890         * MAINTAINERS: Add self as maintainer of MMIX port.
7891         Remove old after-approval entry.
7893 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
7895         * ChangeLog, configure: Fix spelling errors.
7897 2001-10-20  Brendan Kehoe  <brendan@zen.org>
7899         * MAINTAINERS: Tweak my address.
7901 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
7903         * MAINTAINERS: Update my email address.
7905 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
7907         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7908         * MAINTAINERS: Add self as maintainer of CRIS port.
7910 2001-10-10  Geert Bosch  <bosch@gnat.com>
7912         * MAINTAINERS (Various maintainers: Ada front end):
7913         Added Robert Dewar.
7915 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
7917         * MAINTAINERS (Write After Approval): Added self
7919 2001-10-02  Geert Bosch  <bosch@gnat.com>
7921         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7923 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
7925         * configure: Handle temporary files securely using mkdir.
7927 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
7929         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7931 2001-09-26  Will Cohen  <wcohen@redhat.com>
7933         * configure.in (*-*-linux*): Disable configuration of target-newlib
7934         and target-libgloss.
7936 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
7938         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7939         RANLIB.
7941 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
7943         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7944         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7945         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7946         avoid quotes nesting problems.
7947         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7948         (DO_X): Export only variables that are set.
7950 2001-09-19  Ben Elliston  <bje@redhat.com>
7952         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7953         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7954         semantics.  Use the shell built-in "type" command instead.
7956 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
7958         Merged from gcc-3_0-branch:
7959         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
7960         * ltcf-c.sh: Use $objext, not $ac_objext.
7961         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
7962         * ltcf-cxx.sh: Add support for GNU.
7963         2001-07-22  Timothy Wall  <twall@redhat.com>
7964         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
7965         default settings if using GNU tools with that configuration.
7966         * ltcf-cxx.sh: Ditto.
7967         * ltcf-gcj.sh: Ditto.
7968         2001-07-21  Michael Chastain  <chastain@redhat.com>
7969         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7970         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
7971         * ltmain.sh: Mark as gcc-local.
7973 2001-08-30  Eric Christopher  <echristo@redhat.com>
7974             Jason Eckhardt  <jle@redhat.com>
7976         * config.guess: Merge from master sources.
7977         * config.sub: Merge from master sources, add support for mipsisa32.
7979 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
7980         * config.sub: Merge from master sources, rev 1.219.
7981         * MAINTAINERS: Add self as contact for stormy16 port.
7983 2001-08-14  Zack Weinberg  <zackw@panix.com>
7985         * config.sub: Merge from master sources, rev 1.218.
7986         * config.guess: Merge from master sources, rev 1.209.
7988 2001-08-11  Graham Stott  <grahams@redhat.com>
7990         * Makefile.in (check-c++): Add missing semicolon.
7992 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
7994         * MAINTAINERS (Various maitainers: predict.def): Added myself.
7996 2001-07-30  Eric Christopher  <echristo@redhat.com>
7998         * MAINTAINERS (Various maintainers: mips port): Added myself.
8000 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
8002         * configure.in (sh-*-linux*): New.
8004 2001-07-27  Richard Henderson  <rth@redhat.com>
8006         * .cvsignore: Add LAST_UPDATED.
8008 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
8010         * MAINTAINERS (Various maintainers: s390 port): Added myself.
8012 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
8014         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
8016 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
8018         * MAINTAINERS (Write After Approval): Added myself.
8020 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8022         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8023         and libgcj on m68hc11/m68hc12.
8025 2001-06-27  H.J. Lu  (hjl@gnu.org)
8027         * Makefile (CFLAGS_FOR_BUILD): New.
8028         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8030 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8032         * README: Remove version number.
8034 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8036         * INSTALL/README: Update wrt. to the installation instructions now
8037         residing in gcc/doc/install.texi.
8039 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8041         * README: Replace with a cut-down and updated version of gcc/README.
8043 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
8045         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
8046         multilibs to be disabled.
8048 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
8050         * MAINTAINERS (Write After Approval): Add myself.
8052 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
8054         * config.guess: Import CVS version 1.195.
8055         * config.sub: Import CVS version 1.212.
8057 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
8059         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8060         gcc/xgcc is built, use -print-prog-name to find out the program
8061         name to use.
8063 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
8065         * config.guess:  Import CVS version 1.194.  All gcc-local changes
8066         appear to also be in the master copy.
8067         * config.sub:  Import CVS version 1.211.
8069 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
8071         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8072         with_gcc]: Use `gcc -shared' to build a shared library.
8074 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8076         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8077         archives.
8079 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8081         * MAINTAINERS (Write After Approval): Add myself.
8083 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
8085         * configure.in (libstdcxx_flags): Do not try to execute
8086         libstdc++-v3/testsuite_flags until it exists.
8088 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
8090         * MAINTAINERS: Update my email address.
8092 2001-05-31  Graham Stott  <grahams@redhat.com>
8094         * MAINTAINERS (Write After Approval): Add myself.
8096 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
8098         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
8099         libraries when using g++ with native linker.
8101 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
8103         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8105 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
8107         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8108         [aix4*|aix5*]: Prepend blank.
8110 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
8112         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8113         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
8114         of subdir/configure scripts to use the new libtool.m4.
8116 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
8118         * MAINTAINERS (Write After Approval): Add myself.
8120 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
8122         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8124 2001-05-11  Ben Elliston  <bje@redhat.com>
8126         * Makefile.in (all-sid): New target.
8127         (check-sid, clean-sid, install-sid): Likewise.
8129 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
8131         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8133 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8135         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8136         libgcj.
8138 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8140         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8141         gcc/xgcc is built, use -print-prog-name to find out the program
8142         name to use.
8144 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
8146         * configure.in (noconfigdirs): Don't reset it from scratch in the
8147         target case; only append to it.
8149         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8150         sparc-*-solaris2.8]: Disable ${libgcj}.
8152 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
8154         * configure.in (libgcj_saved): Copy from $libgcj.
8155         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8156         --disable-libgcj.
8158 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
8160         * MAINTAINERS: Remove self as MIPS maintainer and
8161         C front end maintainer.
8163 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
8165         * configure.in: Move *-chorusos target case to the proper switch.
8166         Disable libgcj.
8168 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8170         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8171         1.641.2.228.
8173 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8175         * Makefile.in (STAGE1_CFLAGS): Pass down.
8177 2001-04-13  Alan Modra  <amodra@one.net.au>
8179         * config.guess: Add hppa64-linux support.  Note for next import that
8180         this is already in the master file.
8181         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
8183 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8185         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8186         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8188 2001-04-11  Stan Shebs  <shebs@apple.com>
8190         * MAINTAINERS: Add self as Darwin port maintainer.
8192 2001-04-11  Alan Modra  <amodra@one.net.au>
8194         * MAINTAINERS: Update my email address.
8196 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
8198         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8199         recent versions of FreeBSD (release 3 or later).
8200         * ltconfig: On FreeBSD, -lc must not be provided when building
8201         a shared library or else the standard -pthread gcc option is
8202         rendered worthless to later users of the built library.
8204 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
8206         * MAINTAINERS: Add self and RTH as C front end maintainers.
8208 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
8210         * config.sub: Make sure to match an already-canonicalized
8211         machine name (eg. mn10300-unknown-elf).
8213 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
8215         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8216         New macros.
8217         (bootstrap, cross): Use RECURSE_FLAGS.
8218         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8220 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
8222         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8224 2001-03-22  Colin Howell  <chowell@redhat.com>
8226         * Makefile.in (DO_X): Do not backslash single-quotes in
8227         backquotes (two places).
8229 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8231         Re-installed:
8232         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8233         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8234         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8235         * ltcf-cxx.sh: Likewise.
8236         * ltcf-gcj.sh: Likewise.
8238 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8240         * MAINTAINERS: Add myself as "documentation co-maintainer".
8242 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8244         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8245         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8247 2001-03-19  Tom Tromey  <tromey@redhat.com>
8249         * config-ml.in: Handle GCJ and GCJFLAGS.
8251 2001-03-21  Michael Chastain  <chastain@redhat.com>
8253         * Makefile.in: all-m4 depends on all-texinfo.
8255 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
8257         * MAINTAINERS: Add myself to write after approval list.
8259 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
8261         * Makefile.in (DO_X): Quote nested quotes.
8263 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
8265         * MAINTAINERS: Add myself to write after approval list.
8267 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
8269         * Makefile.in (DO_X): Use double quotes for quoting
8270         "RANLIB=$${RANLIB}".
8272 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
8274         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
8276 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
8278         * configure.in: Only use `lang_requires' for languages athat are
8279         actually enabled.
8281 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
8283         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
8285 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
8287         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8289 2001-03-07  Tom Tromey  <tromey@redhat.com>
8291         * configure.in: Allow config-lang.in to set `lang_requires' to list
8292         of other required languages.
8294 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
8296         * Makefile.in: Remove RANLIB definition. Use RANLIB
8297         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8298         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8300 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
8301             Alexandre Oliva  <aoliva@redhat.com>
8303         * Makefile.in (check-c++): Use tabs, not spaces.
8305 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
8307         * MAINTAINERS: add myself to Write After Approval list.
8309 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
8311         * Makefile.in (check-c++): New rule.
8313         * configure.in (target_libs): Remove libg++.
8314         (noconfigdirs): Remove libg++.
8315         (noconfigdirs): Same.
8316         (noconfigdirs): Same.
8317         (noconfigdirs): Same.
8319         * config-ml.in: Remove libg++ references.
8321         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8322         (ALL_TARGET_MODULES): Same.
8323         (configure-target-libg++): Remove.
8324         (all-target-libg++): Remove.
8325         (configure-target-libio): Remove.
8326         (all-target-libio): Remove.
8327         (check-target-libio): Remove.
8328         (.PHONY): Remove.
8329         (libg++.tar.bz2): Remove.
8330         (all-target-cygmon): Remove libio.
8331         (all-target-libstdc++): Remove.
8332         (configure-target-libstdc++): Remove.
8333         (TARGET_LIB_PATH): Remove libstdc++.
8334         (ALL_GCC_CXX): Remove libstdc++.
8335         (all-target-gperf): Correct.
8337 2001-02-16  Nick Clifton  <nickc@redhat.com>
8339         * configure.in (noconfigdirs): Allow configuration of texinfo
8340         for Cygwin hosts.
8342 2001-02-15  Anthony Green  <green@redhat.com>
8344         * configure: Introduce GCJ_FOR_TARGET.
8345         * configure.in: Ditto.
8346         * Makefile.in: Ditto.
8348 2001-02-13  Andreas Schwab  <schwab@suse.de>
8350         * MAINTAINERS: Update mail address.
8352 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8354         * config.guess: Add linux target for S/390.
8355         * config.sub: Likewise.
8357 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
8359         * configure.in: for *-chorusos, don't config target-newlib and
8360         target-libgloss.
8362 2001-02-06  Ben Elliston  <bje@redhat.com>
8364         * configure: Output host type to stdout, not stderr.
8366 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
8368         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
8369         * ltcf-cxx.sh: Likewise.
8371         * config.if: Assume enable_libstdcxx_v3 is defined.
8373 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
8375         Remove V2 C++ library.
8376         * configure.in: Remove --enable-libstdcxx_v3 support.
8378 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
8380         * include/demangle.h: Add prototype for java_demangle_v3.
8382 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
8384         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
8386 2001-01-27  Richard Henderson  <rth@redhat.com>
8388         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8390 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8392         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8393         Don't unset, it's non-portable and no longer necessary, set to empty
8394         instead.
8396 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8398         * ltconfig: Shell portability fix for the tagname validity check.
8400 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
8402         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8403         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8405 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8407         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8409 2001-01-26  Tom Tromey  <tromey@redhat.com>
8411         * configure.in: Allow libgcj to be built on Sparc Solaris.
8413 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
8415         * ltcf-c.sh: Add aix5 case.
8416         * ltcf-cxx.sh: Likewise.
8417         * ltconfig: Likewise.
8419 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
8421         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8422         keep at least one of build_libtool_libs or build_old_libs set to
8423         yes.
8425         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8426         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8428 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
8430         * configure.in: Enable libgcj on several additional platforms.
8432 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
8434         * configure.in: Enable libgcj for linux targets.
8436 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8438         * MAINTAINERS (Write After Approval): Add myself.
8440 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8442         * MAINTAINERS: Add myself as vax port maintainer.
8444 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
8446         * MAINTAINERS: Add myself as Mercury front-end maintainer.
8448 2001-01-09  Mike Stump  <mrs@wrs.com>
8450         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8451         failures of subdirectories.
8453 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8455         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8456         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8457         * ltcf-cxx.sh: Likewise.
8458         * ltcf-gcj.sh: Likewise.
8459         * ltconfig.sh: Fix typo.
8461 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8463         * configure: handle DOS-style absolute paths.
8465 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8467         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8469 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
8471         * MAINTAINERS: Add myself as avr port co-maintainer.
8473 2000-12-28  Ben Elliston  <bje@redhat.com>
8475         * MAINTAINERS: Add myself under ``Write After Approval''.
8477 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
8479         * texinfo: Remove directory from GCC.
8481 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8483         * COPYING: Update to current
8484         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
8485         to 19yy as example year in copyright notice).
8487 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
8489         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8490         (libstdcxx_incdir): Pass down.
8491         * config.if: Remove expired bits for cxx_interface, add stub.
8492         (libstdcxx_incdir): Add variable for g++ include directory.
8493         * configure.in (gxx_include_dir): Use it.
8495 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
8497         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
8498         with old-email address from ``Write After Approval''.
8500 2000-12-15  Andreas Jaeger  <aj@suse.de>
8502         * configure.in: Handle lang_dirs.
8504 2000-12-14  Tom Tromey  <tromey@redhat.com>
8506         * MAINTAINERS: Removed brads.
8508         * MAINTAINERS: Added gcj developers.
8510 2000-12-13  Anthony Green  <green@redhat.com>
8512         * configure.in: Disable libgcj for any target not specifically
8513         listed.  Disable libgcj for x86 and Alpha Linux until compatible
8514         with g++ abi.
8516 2000-12-13  Mike Stump  <mrs@wrs.com>
8518         * Makefile.in (local-distclean): Also remove fastjar.
8520 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
8522         * contrib/gcc_update: Add fastjar --touch entries.
8524 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
8526         * configure.in: Disable language-specific target libraries for
8527         languages that aren't enabled.
8529 2000-12-10  Anthony Green  <green@redhat.com>
8531         * configure.in: Define libgcj.  Disable libgcj target libraries for
8532         most targets.
8534 2000-12-10  Neil Booth  <neilb@earthling.net>
8536         * MAINTAINERS: Update mail address, remove from WAA list.
8538 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8540         * libjava: Imported from /cvs/java.
8541         * libffi: Likewise.
8542         * Boehm-gc: Likewise.
8544 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8546         * configure.in (target_libs): Revert 2000-12-08 patch.
8547         (noconfigdirs): Added target-libjava.
8549 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8551         * djunpack.bat: removed.
8553 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8555         * Makefile.in: handle DOS-style absolute paths.
8556         * config-ml.in: likewise.
8557         * symlink-tree: likewise.
8559 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8561         * fastjar: Imported.
8563 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8565         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8566         libjava.
8567         * configure.in (target_libs): Removed `target-libjava'.
8569 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8571         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8572         (ALL_MODULES): Added fastjar.
8573         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8574         (all-target-libjava): all-fastjar replaces all-zip.
8575         (all-fastjar): Added.
8576         (configure-target-fastjar, all-target-fastjar): Likewise.
8577         * configure.in (host_tools): Added fastjar.
8579 2000-12-07  Mike Stump  <mrs@wrs.com>
8581         * Makefile.in (local-distclean): Remove leftover built files.
8583 2000-11-24  Nick Clifton  <nickc@redhat.com>
8585         * configure.in (xscale-elf): Add target.
8586         (xscale-coff): Add target.
8588 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
8590         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8591         recent versions of FreeBSD (release 3 or later).
8592         * ltconfig: On FreeBSD, -lc must not be provided when building
8593         a shared library or else the standard -pthread gcc option is
8594         rendered worthless to later users of the built library.
8596 2000-11-16  Fred Fish  <fnf@be.com>
8598         * configure.in (enable_libstdcxx_v3): Fix typo,
8599         libstd++ -> libstdc++.
8601 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8603         * MAINTAINERS: Add self to Write After Approval list.
8605 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
8607         * MAINTAINERS: Update my email address.  Add myself to global write
8608         privs list.
8610 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
8612         * Makefile.in: Merge with src and libgcj.
8613         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
8614         configure-target-<library> when their configure scripts need the C
8615         or C++ library to have already been built to work properly.
8616         (do_proto_toplev): Set them to an empty string.
8618         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8619         (REALLY_SET_LIB_PATH): Use them.
8621 2000-11-17  Stan Shebs  <shebs@apple.com>
8623         * MAINTAINERS: Add self to Write After Approval list.
8625 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8627         * configure: Provide the original toplevel configure arguments
8628         (including $0) to subprocesses in the environment rather than
8629         through gcc/configargs.h.
8631 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8633         * MAINTAINERS: Remove references to cccp. Change C9X reference to
8634         C99.  Alphabetise "Write After Approval" list.
8636 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
8638         * configure: Turn on libstdc++ V3 by default.
8640         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
8641         if we've got GCC.
8643 2000-11-11  Philip Blundell  <philb@gnu.org>
8645         * MAINTAINERS: Add self to Write After Approval list.
8647 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
8649         * ltcf-c.sh (aix4): Improve shared library configuration; require
8650         exporting symbols.
8651         * ltcf-cxx.sh (aix4): Define.
8652         * ltconfig (aix4): Define library and soname specs appropriate for
8653         AIX.  Define command to create export symbols list.
8655 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
8657         * config.sub: Add support for Sun Chorus
8659 2000-10-31  Nick Clifton  <nickc@redhat.com>
8661         * MAINTAINERS: Rename <name>@cygnus.com addresses to
8662         <name>@redhat.com.  Also installed new email address for Clint
8663         Popetz.
8665 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
8667         * etc: Remove directory from GCC.
8669 2000-10-16  Michael Meissner  <meissner@redhat.com>
8671         * configure (gcc/configargs.h): Only create if there is a build GCC
8672         directory created.
8674 2000-10-16  Matthias Klose  <doko@debian.org>
8676         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
8677         when configured for libstdc++-v3.
8679 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
8681         * configure: Save configure arguments to gcc/configargs.h.
8683 2000-10-04  Philipp Thomas  <pthomas@suse.de>
8685         * config.guess: Import CVS version 1.157.
8686         * config.sub: Import CVS version 1.181.
8688 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
8690         * Makefile.in (bootstrap): avoid recursion if subdir missing
8691         (cross): ditto
8692         (do-proto-toplev): ditto
8694 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
8696         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
8697         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
8699         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
8700         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
8701         all affected `configure' scripts.
8703 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
8705         * MAINTAINERS: Add self as cpplib co-maintainer.
8707 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
8709         * MAINTAINERS: Add self to Write After Approval list.
8711 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8713         * INSTALL/README: egcs -> GCC update.
8715 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
8717         * MAINTAINERS: Add myself to Write After Approval list.
8719 2000-09-15  Kazu Hirata  <kazu@hxi.com>
8721         * MAINTAINERS: Add myself to Write After Approval list.
8723 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
8725         * configure.in: Do not build byacc for hppa64.  Provide paths to the
8726         X11 libraries for hppa64.
8728 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8730         * MAINTAINERS: Add myself as 68hc11 port maintainer.
8732 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
8734         * Makefile.in (all-zlib): Added dummy target.
8736         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8737         ltcf-gcj.sh: Updated from libtool multi-language branch.
8739 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
8741         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8742         (bootstrap*): Depend on all-bootstrap.
8744 2000-09-05  Philipp Thomas  <pthomas@suse.de>
8746         * config.guess: Import CVS version 1.156.
8747         * config.sub: Import CVS version 1.179.
8749 2000-09-02  Anthony Green  <green@cygnus.com>
8751         * Makefile.in (all-gcc): Depend on all-zlib.
8752         (CLEAN_MODULES): Add clean-zlib.
8753         (ALL_MODULES): Add all-zlib.
8754         * configure.in (host_libs): Add zlib.
8756 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
8758         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8759         crosses, but add gcc/include to the header search path for them.
8761 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
8763         * MAINTAINERS: Add self to Write After Approval list.
8765 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8767         * config.guess: Import CVS version 1.152.
8768         * config.sub: Import CVS version 1.177.
8770 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
8772         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8773         $targargs to tell whether newlib is going to be built.
8775         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8776         $$r/TARGET_SUBDIR/libio for _G_config.h.
8778 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
8780         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
8782 2000-08-22  DJ Delorie  <dj@redhat.com>
8784         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
8786 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
8788         * config-ml.in (CC, CXX): Avoid trailing whitespace.
8789         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
8790         sub-configures.
8792 2000-08-21  DJ Delorie  <dj@redhat.com>
8794         * MAINTAINERS: Add self as a libiberty maintainer
8796 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
8798         * configure.in (libstdcxx_flags): Use
8799         libstdc++-v3/src/libstdc++.INC.
8801 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
8803         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
8805 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
8807         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8809         * configure: Make enable_threads and enable_shared defaults
8810         explicit.  Substitute enable_threads into generated Makefiles.
8811         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8812         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8814 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
8816         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
8818 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
8820         * config-ml.in (CC): Remove bogus duplicate quotation mark from
8821         previous delta.
8823 2000-08-11  Jason Merrill  <jason@redhat.com>
8825         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
8826         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
8827         (FLAGS_FOR_TARGET): Not here.
8828         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
8830 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
8832         * config-ml.in (CC, CXX): Don't introduce a leading space.
8834 2000-08-07  DJ Delorie  <dj@delorie.com>
8836         * MAINTAINERS: Add self as a DJGPP maintainer
8838 2000-08-07  DJ Delorie  <dj@redhat.com>
8840         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
8841         "if we're also building gcc, and it's a gcc that will run on the
8842         build machine, we want to use its includes instead of the system's
8843         default includes".
8845 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
8847         * MAINTAINERS: Add self to Write After Approval list.
8849 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
8851         * configure.in (libstdcxx_flags): Don't use `"'.
8853         * config-ml.in: Adjust multilib search paths to the
8854         appropriate multilib tree.
8856 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
8858         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8859         commas in $LANGUAGES.
8861 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
8863         * configure.in: Re-enable all references to libg++ and librx.
8865 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
8867         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
8868         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
8869         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
8870         * ltcf-cxx.sh (need_lc): Set based on postdeps.
8872         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8874 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
8876         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8877         CXX_FOR_TARGET for sed.
8879 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
8881         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
8882         Do not override if already set in the environment or in configure.
8883         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
8884         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
8886 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
8888         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
8889         the libtool CVS tree multi-language branch.
8890         * ltconfig, ltmain.sh: Updated.
8892 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
8894         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
8895         (clean-target): Depend on it.
8897         * Makefile.in (FLAGS_FOR_TARGET): New macro.
8898         (GCC_FOR_TARGET): Use it.
8899         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
8900         * configure.in: ... here.
8901         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
8902         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
8904 2000-07-24  Eric Christopher  <echristo@cygnus.com>
8906         * MAINTAINERS: Add self to Write After Approval list.
8908 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
8910         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
8911         (configure-target-libchill, configure-target-libobjc): Likewise.
8913         * configure.in: Use the same cache file for all target libs.
8914         * config-ml.in: But different cache files per multilib variant.
8916 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8918         * configure (topsrcdir): Don't use dirname.
8920 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
8922         * MAINTAINERS: Add self to Write After Approval list.
8924 2000-07-20  Jason Merrill  <jason@redhat.com>
8926         * configure.in: Remove all references to libg++ and librx.
8928         * configure, configure.in, Makefile.in: Unify gcc and binutils.
8930 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
8932         * config.sub: Update to subversions version 2000-07-06.
8934 2000-07-12  Andrew Haley  <aph@cygnus.com>
8936         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8937         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8939 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
8941         * symlink-tree:  Check number of arguments.
8943 2000-07-05  Jim Wilson  <wilson@cygnus.com>
8945         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8946         search path for a g++ extracted from the build tree.  This
8947         will allow link tests run by configure scripts in
8948         subdirectories to succeed.
8950 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
8952         * ltconfig: Add support for mips-dde-sysv4.2MP
8954 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8956         * MAINTAINERS: Add myself as loop discovery maintainer.
8958 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
8960         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8961         `os2'. Force ac_cv_exeext to be ".exe" in that case.
8963 2000-06-19  Timothy Wall  <twall@cygnus.com>
8965         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8966         * config.sub: Add tic54x target.
8968 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
8970         * MAINTAINERS: Add self as Fortran maintainer,
8971         remove Craig Burley.
8973 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8975         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8976         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
8978 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
8980         * MAINTAINERS: Add self as i18n maintainer
8982 20000-05-21  H.J. Lu  (hjl@gnu.org)
8984         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8985         directory are used if they exist. Make sure
8986         $(build_tooldir)/include is searched for header files,
8987         $(build_tooldir)/lib/ for library files.
8988         (GCC_FOR_TARGET): Likewise.
8989         (CXX_FOR_TARGET): Likewise.
8991 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
8993         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8995 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
8997         * Makefile.in (configure-target-libiberty): Depend on
8998         configure-target-newlib.
9000 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
9002         * configure.in, Makefile.in: Merge all libffi-related
9003         configury stuff from the libgcj tree.
9005 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9007         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9008         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9010 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9012         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9013         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9014         current version information.  Add to proto-toplev directory.
9015         (gdb-taz): Build do-djunpack.
9017 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
9019         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9021 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9023         * MAINTAINERS: Add self to Write After Approval list.
9025 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9027         * ltmain.sh: Preserve in relink_command any environment
9028         variables that may affect the linker behavior.
9030 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
9032         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9034 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
9036         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9038 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
9040         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9041         with the version name.
9043 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
9045         * MAINTAINERS: Add self as bb-reorder maintainer.
9047 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
9049         * config.if: Tweak.
9051 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
9053         * djunpack.bat: New file.
9055 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9057         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9058         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9059         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9060         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9062 2000-04-16  Dave Pitts  <dpitts@cozx.com>
9064         * config.sub (case $basic_machine): Change default for "ibm-*"
9065         to "openedition".
9067 2000-04-13  Andreas Jaeger  <aj@suse.de>
9069         * MAINTAINERS: Added myself.
9071 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9073         * Makefile.in (gdb-taz): New target.  GDB specific archive.
9074         (do-md5sum): New target.
9075         (MD5PROG): Define.
9076         (PACKAGE): Default to TOOL.
9077         (VER): Default to a shell script.
9078         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
9079         md5 checksum generation.
9080         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9081         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9082         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9083         insight.tar.bz2): Use gdb-taz to create archive.
9085 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9087         * configure (warn_cflags): Delete.
9089 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
9091         * MAINTAINERS: Added myself.
9093 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
9094             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
9096         * configure.in (enable_libstdcxx_v3): Add.
9097         (target_libs): Add bits here to switch between libstdc++-v2 and
9098         libstdc++-v3.
9099         * config.if: And this file too.
9100         * Makefile.in: Add libstdc++-v3 targets.
9102 2000-04-05  Michael Meissner  <meissner@redhat.com>
9104         * config.sub (d30v): Add d30v as a basic machine type.
9106 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
9108         * configure.in: -linux-gnu*, not -linux-gnu.
9110 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9112         * MAINTAINERS: Add self in write-after-approval section.
9114 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
9116         * MAINTAINERS: Add self as ia64 port maintainer.
9118 2000-03-08  Neil Booth  <NeilB@earthling.net>
9120         * MAINTAINERS: Add self in write-after-approval section.
9122 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9124         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9125         (do-tar-bz2): Replace TOOL with PACKAGE.
9126         (gdb.tar.bz2): Remove GDBTK from GDB package.
9127         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9128         dejagnu.tar.bz2): New packages.
9130 2000-02-27  Andreas Jaeger  <aj@suse.de>
9132         * configure.in: Add entry for mips*-*-linux*, move catch all
9133         *-*-*linux* entry below this one.
9135 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
9137         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9139 2000-02-24  Nick Clifton  <nickc@cygnus.com>
9141         * config.sub: Support an OS of "wince".
9143 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9145         * config.guess, config.sub: Updated to match config's 2000-02-15
9146         version.
9148 2000-02-23  Linas Vepstas  <linas@linas.org>
9150         * config.sub: Add support for Linux/IBM 370.
9151         * configure.in: Likewise.
9153 2000-02-22  Nick Clifton  <nickc@cygnus.com>
9155         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9157 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
9159         * config.guess: Guess "cygwin" rather than "cygwin32".
9161 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9163         * configure (gcc_version): When setting, narrow search to
9164         lines containing `version_string'.
9166 2000-02-15  Denis Chertykov  <denisc@overta.ru>
9168         * config.sub: Add support for avr target.
9170 2000-02-14  Nick Clifton  <nickc@cygnus.com>
9172         * MAINTAINERS: Add maintainers for MCore port.
9174 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9176         * config.sub: Add mmix-knuth-mmixware.
9178 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9180         * MAINTAINERS: Pair cccp with cpplib maintainership.
9182 2000-01-27  Christopher Faylor  <cgf@redhat.com>
9184         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9185         structure stuff to -L library search.
9186         (CXX_FOR_TARGET): Ditto.
9187         (CROSS_CHECK_MODULES): Fix spelling mistake.
9189 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
9191         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9192         the C++ compiler.
9194 2000-01-12  Richard Henderson  <rth@cygnus.com>
9196         * configure.in: Don't build some bits for beos.
9198 2000-01-12  Joel Sherrill (joel@OARcorp.com)
9200         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9201         as include files.
9203 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
9205         * Add self as cpplib maintainer, as requested by Jason
9206         Merrill.  Correct my e-mail address.
9208 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
9210         * configure.in: Use mt-aix43 to handle *_TARGET defs,
9211         not mh-aix43.
9213 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
9215         * MAINTAINERS: Add myself to "write after approval" list.
9217 1999-12-14  Richard Henderson  <rth@cygnus.com>
9219         * config.guess (alpha-osf, alpha-linux): Detect ev67.
9220         * config.sub: Accept alphaev[78], alphaev8.
9222 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9224         * config.guess, config.sub: Update from autoconf.
9226 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
9228         * MAINTAINERS:  update my playtime e-address.
9230 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9232         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9233         necessary libraries are missing.
9235 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
9237         * MAINTAINERS: Add new 'write after approval' maintainer.
9239 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9241         * MAINTAINERS: Add new Java maintainer.
9243 1999-10-25  Andreas Schwab  <schwab@suse.de>
9245         * configure: Fix quoting inside arguments of eval.
9247 1999-10-21  Nick Clifton  <nickc@cygnus.com>
9249         * config-ml.in: Allow suppression of some ARM multilibs.
9251 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
9253         * config.guess: Add OS/390 match pattern.
9254         * config.sub: Add mvs, openedition targets.
9255         * configure.in (i370-ibm-opened*): New.
9257 1999-09-04  Steve Chamberlain  <sac@pobox.com>
9259         * config.sub: Add support for configuring for pj.
9261 1999-08-31  Nick Clifton  <nickc@cygnus.com>
9263         * config.sub (maybe_os): Add support for configuring for fr30.
9265 1999-08-25  Nick Clifton  <nickc@cygnus.com>
9267         * configure.in: Do not configure or build ld for AIX
9268         platforms.  ld is known to be broken on these platforms.
9270 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9272         * config-ml.in: Pass compiler flag corresponding to multidirs to
9273         subdir configures.
9275 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
9277         * Makefile.in (LDFLAGS): Define.
9279 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
9281         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9282         noconfigdirs.
9283         (*-*-cygwin*): Likewise.
9285 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
9287         * mkdep: New file.
9288         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9289         (BINUTILS_SUPPORT_DIRS): Add mkdep.
9291         From Eli Zaretskii <eliz@is.elta.co.il>:
9292         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9293         long file name when using DJGPP on MS-DOS.
9295 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
9297         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9299 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
9301         * Makefile.in (check-target-libio): Remove all-target-libstdc++
9302         dependency as this causes "make check" to globally "make all"
9304 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
9306         * configure.in (target_libs): Added target-zlib.
9307         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9308         (CONFIGURE_TARGET_MODULES): Likewise.
9309         (CHECK_TARGET_MODULES): Likewise.
9310         (INSTALL_TARGET_MODULES): Likewise.
9311         (CLEAN_TARGET_MODULES): Likewise.
9312         (configure-target-zlib): New target.
9313         (all-target-zlib): Likewise.
9314         (all-target-libjava): Depend on all-target-zlib.
9315         (configure-target-libjava): Depend on configure-target-zlib.
9317         * Makefile.in (configure-target-libjava): Depend on
9318         configure-target-newlib.
9319         (configure-target-boehm-gc): New target.
9320         (configure-target-qthreads): New target.
9322         * configure.in (target_libs): Added target-qthreads.
9323         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9324         (CONFIGURE_TARGET_MODULES): Likewise.
9325         (CHECK_TARGET_MODULES): Likewise.
9326         (INSTALL_TARGET_MODULES): Likewise.
9327         (CLEAN_TARGET_MODULES): Likewise.
9328         (all-target-qthreads): New target.
9329         (configure-target-libjava): Depend on configure-target-qthreads.
9330         (all-target-libjava): Depend on all-target-qthreads.
9332         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9333         (CONFIGURE_TARGET_MODULES): Likewise.
9334         (CHECK_TARGET_MODULES): Likewise.
9335         (INSTALL_TARGET_MODULES): Likewise.
9336         (CLEAN_TARGET_MODULES): Likewise.
9337         (all-target-libjava): New target.
9338         (all-target-boehm-gc): Likewise.
9339         * configure.in (target_libs): Added libjava, boehm-gc.
9341 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
9343         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9344         configure.bat in SUPPORT_FILES.
9345         (gas+binutils.tar.bz2): Likewise.
9347         * makeall.bat: Remove; obsolete.
9349 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
9351         From Mark Elbrecht:
9352         * configure.bat: Remove; obsolete.
9354 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
9356         * configure: Add -W -Wall to the default CFLAGS when compiling with
9357         gcc.
9359 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
9361         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9363 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
9365         * configure.in: Build ld on IRIX6.
9367 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
9369         * Makefile.in: Change distribution targets to use bzip2 instead of
9370         gzip.
9371         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9372         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9374 1999-06-04  Nick Clifton  <nickc@cygnus.com>
9376         * config.sub: Add mcore target.
9378 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
9380         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9382 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
9384         * config.guess (dummy): Changed to $dummy.
9386 1999-05-24  Nick Clifton  <nickc@cygnus.com>
9388         * config.sub: Tidied up case statements.
9390 1999-05-22  Ben Elliston  <bje@cygnus.com>
9392         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9393         <jiro@din.or.jp>.
9395         * config.guess: Merge with FSF version. Future changes will be
9396         more accurately recorded in this ChangeLog.
9397         * config.sub: Likewise.
9399 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
9401          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9403 1999-04-30  Tom Tromey  <tromey@cygnus.com>
9405         * ltmain.sh: [mode link] Always use CC given by ltconfig.
9407 1999-04-23  Tom Tromey  <tromey@cygnus.com>
9409         * ltconfig, ltmain.sh: Update to libtool 1.2f.
9411 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
9413         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9414         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9415         Bad merge removed these two changes.
9417 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
9418                           Martin Heller (Ing.-Buero_Heller@t-online.de)
9420         * config.guess (interix Alpha): Add.
9422 1999-04-11  Richard Henderson  <rth@cygnus.com>
9424         * configure.in (i?86-*-beos*): Do config gperf; don't config
9425         gdb, newlib, or libgloss.
9427 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
9429         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9430         link a trivial program with -mabi=64.  If it fails, remove mabi=64
9431         from multidirs.
9433 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
9435         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9437 1999-04-08  Nick Clifton  <nickc@cygnus.com>
9439         * config.sub: Add support for mcore targets.
9441 1999-04-07  Michael Meissner  <meissner@cygnus.com>
9443         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9444         not mt-ospace, in order to shut up assembler warning about using
9445         symbols that are named the same as registers.
9447 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
9449         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9450         dependency list for all-target-cygmon.
9452 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
9454         * config-ml.in: Check $host, not $target, for selective multilibs.
9455         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9456         thumb interworking, and underscore prefix multilibs.
9458 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
9460         * missing: Update to version from current automake.
9462 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
9464         * configure (gxx_include_dir): Removed.
9466         * configure.in (gxx_include_dir): Handle it.
9467         * Makefile.in: Likewise.
9469 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
9471         * config.sub (mips64vr4111,mips64vr4111el) Add.
9473 1999-03-21  Ben Elliston  <bje@cygnus.com>
9475         * config.guess: Correct typo for detecting ELF on FreeBSD.
9477 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
9479         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9480         config/mh-djgpp.
9482 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
9484         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9485         all-target-newlib to dependency list for all-target-bsp.
9487 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9489         * config.sub: Add i386-uwin support.
9490         * config.guess: Likewise.
9492 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9494         * configure.in: cleanup, add mh-*pic handling for arm, special
9495         case powerpc*-*-aix*
9497 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
9499         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9500         can be built.
9502 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
9504         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
9505         targets.
9507 1999-03-02  Nick Clifton  <nickc@cygnus.com>
9509         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9511 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
9513         * config.sub: Check for "cygwin*" rather than "cygwin32*"
9515 1999-02-24  Nick Clifton  <nickc@cygnus.com>
9517         * config.sub: Fix typo in arm recognition.
9519 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
9521         * configure.in (noconfigdirs): Changed target_configdirs to
9522         include target-bsp only for m68k-*-elf* and m68k-*-coff*
9523         rather than m68k-*-* since it is not known to work on
9524         m68k-aout. Ditto for arm-*-*oabi.
9526 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
9528         * configure.in (*-*-windows*): Remove, no longer used.
9530 1999-02-19  Ben Elliston <bje@cygnus.com>
9532         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9533         Smart and improved by Andrew Cagney.
9535 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
9537         * config.guess: Recognize openbsd-*-hppa.
9539 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
9541         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9542         only if it is not empty.
9544 1999-02-17  Nick Clifton  <nickc@cygnus.com>
9546         Patch from: Scott Bambrough <scottb@corelcomputer.com>
9548         * config.guess: Modified to recognize uname's armv* syntax.
9550         * config.sub: Modified to recognize uname's armv* syntax.
9552 1999-02-17  Mark Salter  <msalter@cygnus.com>
9554         * configure.in: Added target-bsp for sparclite.
9556 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
9558         * config.sub: Recognize alphapca5[67] and up to alphaev8.
9560 1999-02-08  Nick Clifton  <nickc@cygnus.com>
9562         * configure.in: Add support for strongarm port.
9563         * config.sub: Add support for strongarm target.
9565 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9567         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9568         the old name config/mh-cygwin32.
9569         Enable texinfo.
9571 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
9573         * configure.in: Do build ld for ix86 Solaris.
9575 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
9577         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
9578         $AR_FOR_TARGET.  Likewise for RANLIB.
9580 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
9582         * config.sub (oabi):  Recognize.
9583         * configure.in (arm-*-oabi):  Handle.
9585 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
9587         * config.guess: Improve detection of i686 on UnixWare 7.
9589 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9591         * config.guess: Add support for i386-pc-interix.
9592         * config.sub: Likewise.
9593         * configure.in: Likewise.
9595 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
9597         * Makefile.in: Remove unneeded all-target-libio from
9598         from all-target-winsup target since it is now unneeded.
9599         Add all-target-libtermcap in its place since it is now
9600         needed.
9602 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
9604         * configure.in: makefile stub for cygwin target is probably
9605         unnecessary.  Remove it for now.
9607 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
9609         * configure.in: libtermcap.a should be built when cygwin is the
9610         target as well as the host.
9611         * config.guess: Allow mixed case in cygwin uname output.
9612         * Makefile.in: Add libtermcap target.
9614 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
9616         * config.sub: Clean up handling of hppa2.0.
9618 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
9620         * config.guess: Use C code to identify more HP machines.
9622 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
9624         * config.sub: Handle hppa2.0.
9626 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
9628         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
9629         cygmon for all sparclite targets, regardless of object format.
9631 1998-12-15  Mark Salter  <msalter@cygnus.com>
9633         * configure.in: Added target-bsp for several target architectures.
9635         * Makefile.in: Added rules for bsp.
9637 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
9639         * config.guess: Improve detection of hppa2.0 processors.
9641 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
9643         * config.guess: Recognize FreeBSD using ELF automatically.
9645 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
9647         * configure (skip-this-dir): Add handling for new shell script, which
9648         might be created by a sub-directory's configure to indicate, this particular
9649         directory is "unwanted".
9650         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9652 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
9654         * ltconfig: import from libtool, after changing libtool to
9655         account for the cygwin name change.
9657 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
9659         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9660         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9662 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
9664         * configure.in: Add libtermcap to list of cygwin dependencies.
9666 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
9668         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9669         they include winsup/include when it's a cygwin target.
9671 1998-11-12  Tom Tromey  <tromey@cygnus.com>
9673         * configure.in (host_tools): Added zip.
9674         * Makefile.in (all-target-libjava): Depend on all-zip.
9675         (all-zip): New target.
9676         (ALL_MODULES): Added all-zip.
9677         (NATIVE_CHECK_MODULES): Added check-zip.
9678         (INSTALL_MODULES): Added install-zip.
9679         (CLEAN_MODULES): Added clean-zip.
9681 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
9683         * Makefile.in: lose "32" from comment about cygwin.
9685 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
9687         * configure.in: Use -Os to build target libraries for the fr30.
9689 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
9691         * config.sub: Add fr30.
9693 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
9695         * configure.in: drop "32" from config/mh-cygwin32.  Check
9696         cygwin* instead of cygwin32*.
9697         * config.sub: Check cygwin* instead of cygwin32*.
9699 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
9701         * config.guess: Match any version of Unixware7.
9703 1998-10-20  Syd Polk  <spolk@cygnus.com>
9705         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9706         if desired.
9708 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
9710         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9711         these if the appropriate directories and files to not exist.
9713 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
9715         * Makefile.in (DEVO_SUPPORT): Add config.if.
9717 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9719         * configure: Add pattern to replace "build_tooldir"'s
9720         definition in the generated Makefile with "tooldir"'s
9721         actual value.
9723 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
9725         * config.sub: Bring back lost sparcv9.
9727         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9729 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
9731         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9732         CC_FOR_TARGET and friends.
9734 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
9736         * Makefile.in (build_tooldir): New variable, same as tooldir.
9737         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9738         -B$(build_tooldir)/bin/.
9739         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9741 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9743         * README: Remove installation instructions and refer to the
9744         INSTALL directory instead.
9746 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
9748         * config.sub: Add support for i[34567]86-pc-udk.
9749         * configure.in: Likewise.
9751 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
9753         * Makefile.in: add bzip2 package building bits for user
9754         tools module
9755         * configure.in: ditto
9757 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
9759         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9760         (ALL_TARGET_MODULES): Add all-target-libobjc.
9761         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9762         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9763         (all-target-libchill): Add dependencies.
9764         * configure.in (target_libs): Add libchill.
9766 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
9768         * configure.in (target_subdir): Remove duplicate line.
9770 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
9772         * Makefile.in (all-automake): fix dependencies.
9774 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
9776         * configure.in: Minor cleanups for building in the $(target_alias)
9777         subdir.
9779 1998-09-22  Jim Wilson  <wilson@cygnus.com>
9781         * Makefile.in (bootstrap): Set r and s before make all.  Use
9782         BASE_FLAGS_TO_PASS in make all.
9783         (cross): Likewise.
9785 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
9787         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9789 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
9791         * config.sub: Fix typo in last change.
9793 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9795         * config.sub: Add support for C4x target.
9796         * configure.in: Likewise.
9798 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
9800         * config.sub: Recognize sparcv9 just like sparc64.
9802 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
9804         * config.guess: Match "Pent II" or "PentII" for OpenServer.
9806 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
9808         * config.guess: Correctly identify Pentium II sco boxes.
9810         * config.guess: Fix "tr" code.  From Weiwen Liu.
9812 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
9814         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9815         stabs.
9817 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
9819         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9820         (ALL_TARGET_MODULES): Add all-target-libchill.
9821         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9822         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9823         (all-target-libchill): Add dependencies.
9824         * configure.in (target_libs): Add libchill.
9826 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9828         * config.guess: Avoid assumptions about "tr" behaves when
9829         LANG is set to something other than English.
9831 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
9833         * configure (gxx_include_dir): Changed to
9834         '${prefix}/include/g++'-${libstdcxx_interface}.
9836         * config.if: New to determine the interfaces.
9838 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
9840         * config.guess: Detect and handle MPE/IX.
9841         * config.sub: Deal with MPE/IX.
9843 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
9845         * configure.in: Use mh-aix43.
9847 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
9849         * configure: Fix --without/--disable cases for gxx-include-dir.
9851 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
9853         * mdata-sh:  Imported.  Needed for automake support.
9855 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
9857         * Makefile.in (taz): Try "chmod -R og=u ." before
9858         "chmod og=u `find . -print`".
9860 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
9862         * configure.in: Add arm-elf and thumb-elf support.
9864 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
9866         * Makefile.in: Undo previous patch.
9868 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
9870         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9871         to here ...
9872         (install-no-fixedincludes): and here
9873         (INSTALL_MODULES): ... from here.
9875 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
9877         * config.sub: Merge with FSF.
9879         * config.guess: Merge with FSF.
9881 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
9883         * configure (extraconfigdirs): New variable.
9884         (SUBDIRS): Add extraconfigdirs and recurse on them too.
9885         * Makefile.in (all): Move higher in file.
9886         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9887         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9888         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9889         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9890         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9892 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
9894         * Makefile.in (all-target-libjava): Depend on all-gcc and
9895         all-target-newlib.
9896         (configure-target-libjava): Depend on $(ALL_GCC).
9898 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
9900         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9901         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9903 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
9905         * INSTALL/README: Fix typo.
9907 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
9909         * ylwrap: Change absolute path checks to check for DOS style path
9910         names.
9912         * ylwrap: Don't use a full path name if the source file is in the
9913         same directory.  From hjl@lucon.org (H.J. Lu).
9915         * config-ml.in: Default to being verbose, to match Feb 18 change to
9916         configure.
9918 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
9920         Brought over from egcs:
9922         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
9924         * configure.in (target_subdir): Set to ${target_alias} instead
9925         of "libraries".
9927         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
9929         * configure.in (target_subdir): Set to libraries if enable_multilib.
9931 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
9933         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9934         multilibs, force reconfiguration the first time we create
9935         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9937 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
9939         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9940         avoid confusion with --no-recursion.
9942 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
9944         * configure.in: Win32 hosts shouldn't use install -x
9945         * install-sh: remove -x option, and special .exe-handling
9946         hack.
9948 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
9950         * config.guess: Recognize i586-pc-beos.
9951         * configure.in: Don't build some bits for beos.
9953 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
9955         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9956         CFLAGS default to -O2.
9958         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9959         when using GNU ld.
9961 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
9963         * ltmain.sh: Correct install when using a different shell.
9965 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
9967         * ltconfig, ltmain.sh: Update to libtool 1.2b.
9969 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
9971         * makefile.vms: Update to build binutils/makefile.vms.  Add install
9972         target.
9974 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
9976         * ltconfig: Update to correct AIX handling.
9978 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
9980         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
9982         * configure.in (target_subdir): Set to ${target_alias} instead
9983         of "libraries".
9985 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
9987         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
9988         (Makefile): Depend on $(gcc_version_trigger).
9990         * configure (gcc_version): Change default initializer to empty
9991         string.
9992         (gcc_version_trigger): New variable; pass this variable down
9993         to subdir configures to enable them checking gcc's version
9994         themselves. Emit make macros for both gcc_version vars.
9995         (topsrcdir): Initialize reliably.
9996         (recursion line): Remove --with-gcc-version=${gcc_version}.
9998 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10000         * configure (enable_version_specific_runtime_libs): Implement new flag
10001         --enable-version-specific-runtime-libs which installs C++ runtime stuff
10002         in $(libsubdir); emit definition in each generated Makefile.
10003         (gxx_include_dir): Initialize depending on
10004         $enable_version_specific_runtime_libs.
10006 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10008         * configure (gcc_version): Initialize properly depending on
10009         how and where configure is started.
10010         (recursion line): Pass a --with-gcc-version=${gcc_version}
10011         to configures in subdirs.
10013 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
10015         * configure.in (noconfigdirs): Add configure pattern for mips tx39
10016         cygmon
10018 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
10020         * configure.in: Add cygmon and libstub support for mn10200.
10022 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
10024         * configure (gcc_version): Add new variable describing the
10025         particular gcc version we're building.
10026         * Makefile.in (libsubdir): Add new macro for the directory
10027         in which the compiler finds executables, libraries, etc.
10028         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10029         and libsubdir.
10031 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10033         * Makefile.in (local-clean): Remove *.log.
10034         (warning.log): Built with warn_summary from build.log.
10035         (mail-report.log): Run test_summary.
10036         (mail-report-with-warnings.log): Run test_summary including
10037         warning.log in the report.
10039 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
10041         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10043 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10045         * Makefile.in (grep): Grep no longer depends on libiberty.
10047 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
10049         * Makefile.in: all-snavigator needs all-libgui.
10051 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
10053         * configure.in: Add cygmon and libstub support for mn10300.
10055 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
10057         * missing: Update to version from automake 1.3.
10059         * ltmain.sh: On installation, don't get confused if the same name
10060         appears more than once in the list of library names.
10062 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10064         * config.sub: Accept m68060 and m5200 as CPU names.
10066 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
10068         * configure: Use && rather than using -a in test, because odd
10069         strings can confuse test.
10070         * configure.in: Likewise.
10072 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10074         * ltconfig, ltmain.sh: Bring in Visual C++ support.
10076 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10078         * Makefile.in (boostrap2-lean, bootstrap3-lean,
10079         bootstrap4-lean): New targets.
10081 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
10083         * mpw-* Delete.  Not used.
10085 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
10087         * COPYING.LIB: Update FSF address.
10089 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
10091         * ltconfig, ltmain.sh: Update to libtool 1.2a.
10093         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10094         GAS_SUPPORT_DIRS.
10096 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
10098         * ltconfig, ltmain.sh: Avoid producing a version number if
10099         -version-info was not used.
10101 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10103         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10104         building with newlib.
10106 1998-04-30  Paul Eggert  <eggert@twinsun.com>
10108         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10109         Solaris `make' causes it to continue to next definition.
10111 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10113         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10114         the right GUI libraries and files are installed along with GDB.
10116 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10118         * configure.in: Change alpha to alpha* in several places.
10120 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
10122         * config.sub: Recognize sparc86x.
10124 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
10126         * configure.in (--enable-target-optspace): Remove debug echo.
10128 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
10130         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10132 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10134         * ltconfig: Update cygwin32 support.
10136         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10137         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10138         (GDB_SUPPORT_DIRS): Likewise.
10140 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
10142         * configure.in (target_makefile_frag): If --enable-target-optspace,
10143         use -Os to compile target libraries rather than -O2.  Default to
10144         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10145         not used.
10146         * configure.in (target_cflags): Ditto for d30v.
10148 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
10150         * Makefile.in (all-bfd): Depend on all-intl.
10151         (all-binutils): Likewise.
10152         (all-gas): Likewise.
10153         (all-gprof): Likewise.
10154         (all-ld): Likewise.
10156 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
10158         * configure.in (host_tools): Fix typo, lbtool -> libtool.
10160 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10162         * Makefile.in (all-bfd): Depend upon all-libiberty.
10164         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10166 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
10168         * Makefile.in: Add libstub.
10170         * configure.in: Ditto. Build libstub for targets that have cygmon
10171         support.
10173 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
10175         * configure.in: Don't set PICFLAG on ix86-cygwin32.
10177 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
10179         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10180         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
10182 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
10184         * configure: Define DEFAULT_M4 by searching PATH.
10185         * Makfile.in: Use DEFAULT_M4.
10187 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10189         * ltconfig: Add cygwin32 support.
10191         * Makefile.in, configure.in: Add libtool as a native only directory
10192         to configure and build.
10194 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
10196         * Makefile.in (INSTALL_MODULES): Remove texinfo.
10198 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
10200         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10202 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
10204         * Makefile.in: add ash make rules
10205         * configure.in: add ash to native_only and host_tools lists
10207 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
10209         * Makefile.in (all-gettext, all-intl): New targets.
10210         (ALL_MODULES): Added all-gettext, all-intl.
10211         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10212         (INSTALL_MODULES): Added install-gettext, install-intl.
10213         (CLEAN_MODULES): Added clean-gettext, clean-intl.
10215         * configure.in (host_tools): Added gettext.
10216         (native_only): Likewise.
10217         (noconfigdirs) [various cases]: Likewise.
10218         (host_libs): Added intl.
10220 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
10222         * configure: Do not disable building gdbtk for cygwin32 hosts.
10224 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
10226         * configure.in: Add thumb-coff target.
10227         * config.sub: Add thumb-coff target.
10229 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10231         * Makefile.in: Revert yesterday's change.
10232         (all-target-winsup):  all-target-librx stays out of here.
10234 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10236         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10237         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10238         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10239         Remove references to librx and libg++.
10241 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
10243         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10244         recursive makes
10246 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
10248         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10249         for newlib directory.
10250         (CXX_FOR_TARGET): Likewise.
10252 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
10254         * ltconfig: Update after libtool/ltconfig.in change for
10255         hpux11.
10257 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
10259         * ltconfig, ltmain.sh: Update to libtool 1.2.
10261 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10263         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10264         (install-gcc-cross): Instead, override LANGUAGES here.
10266 1998-03-18  Dave Love  <d.love@dl.ac.uk>
10268         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10269         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10271 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
10273         * configure.in: Add Thumb-pe target.
10275 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
10277         * Makefile.in - changed sn targets to snavigator
10278         * configure.in - changed sn targets to snavigator
10280 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10282         * config-ml.in: After building symlink tree call make distclean
10283         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10284         to be the case for libiberty.
10286 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
10288         * configure: When making link, also check the current
10289         directory. The configure scripts may create one.
10291 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
10293         * config.sub: Accept alphapca56 and alphaev6 properly.
10295 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10297         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10299 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10301         * config.sub (sco5): Fix typo.
10303 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
10305         * Makefile.in (INSTALL_MODULES): Move install-tcl before
10306         install-itcl.
10307         (install-itcl): Remove dependency on install-tcl.
10309 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
10311         * configure.in: Remove libgloss from noconfigdirs for MN10300.
10313 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
10315         * configure.in: Don't build libgui for a cygwin32 target when not on
10316         a cygwin32 host.
10318 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10320         * configure (redirect): Set to null, so default behavior of
10321         configure is now --verbose.
10323 1998-02-16  Dave Love  <d.love@dl.ac.uk>
10325         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10326         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10328 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
10330         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10331         this change to sync Makefile.in with its ChangeLog entries.
10333 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
10335         * ltmain.sh (mkdir): Check that the directory doesn't exist
10336         before we exit with error, so that we don't get races during
10337         parallel builds.
10339 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10341         * ltconfig, ltmain.sh: Update from libtool 1.0i.
10343 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10345         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10346         PICFLAG_FOR_TARGET.
10347         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10349         * configure: Emit a definition for the new macro enable_shared
10350         into each Makefile.
10352 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10354         * configure.in (host_tools, native_only): Add libtool.
10356 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
10358         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10359         Fix typo in ming config comment.
10361 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10363         * ltconfig, ltmain.sh: Update from libtool 1.0h.
10365 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
10367         * config.sub: Add tic30 cases, and map c30 to tic30.
10369 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
10371         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10372         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10373         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10374         (CLEAN_TARGET_MODULES): Similarly
10375         (all-target-libf2c): Add dependences.
10376         * configure.in (target_libs): Add libf2c.
10378 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
10380         * configure.in: Remove expect from noconfigdirs when target
10381         is cygwin32.  OK to build expect and dejagnu with Canadian
10382         Cross.
10384 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
10386         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10387         host.
10389         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10390         and mingw32.
10392 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10394         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10395         here as it is not defined in the toplevel Makefile.
10397 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10399         * configure (package_makefile_rules_frag): New variable, which names
10400         a file with generic rules, ...
10401         Change comment to mention we now have FIVE parts.
10402         * configure: Undo last change.
10404 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
10406         * config.guess: More accurate determination of HP processor types.
10407         * config.sub: More accurate determination of HP processor types.
10409 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10411         * configure (package_makefile_frag): Move inserting the
10412         ${package_makefile_frag} to where it should be according
10413         to the comment.
10415 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
10417         * config.guess: Add support for Linux/ARM.
10419 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
10421         * .cvsignore: Remove *-info and *-install since they match
10422         release-info and mpw-install, which we don't want to just ignore.
10424 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
10426         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10428 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
10430         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10431         local_prefix to sub-make invocations.
10433 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
10435         * configure.in: Check makefile fragments in the source
10436         directory.
10438 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10440         * configure.in: Check whether host and target makefile
10441         fragments exist before adding them to *_makefile_frag.
10443 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
10445         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10447 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
10449         * configure.in: Make sure we only replace RPATH_ENVVAR on
10450         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10451         regexp to sed.
10453         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10454         to sub-makes.
10456 1998-01-13  Lee Iverson   (leei@ai.sri.com)
10458         * config-ml.in (multi-do): LDFLAGS must include multilib
10459         designator.
10461 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
10463         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10465 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
10467         * config.sub: Add mingw32 support.
10468         * configure.in: Likewise.
10470 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10472         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10474 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
10476         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10477         * configure (gxx_include_dir): Provide a definition for subdirs
10478         which do not use autoconf.
10480 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
10482         * config.guess: Sync with egcs.  Picks up new alpha support,
10483         BeOS & some additional linux support.
10485 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
10487         * config.guess: HP 9000/803 is a PA1.1 machine.
10489 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
10491         * configure.in: It's alpha*-...
10493 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10495         * configure.in (host_makefile_frag, target_makefile_frag):
10496         Handle multiple config files.
10497         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10498         alpha-*-*.
10500 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
10502         * mkdep: New file.
10504 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
10506         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10508 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
10510         * Makefile.in: Add libgui directory.
10511         (GDB_TK): Add all-libgui.
10512         * configure.in: Add libgui directory.
10513         * configure: Add all-libgui to GDB_TK.
10515 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
10517         * config-ml.in (multidirs): Add m32r to multilib list.
10519 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
10521         * Makefile.in (all-target-gperf): Change dependency to
10522         all-target-libstdc++.
10524 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
10526         * config.guess: Add BeOS support.
10528 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
10530         Source directory cvs renamed to cvssrc:
10531         * configure.in (host_tools): Change cvs to cvssrc.
10532         (native_only): Likewise.
10533         (noconfigdirs) [various cases]: Likewise.
10534         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10535         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10536         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10537         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10538         (all-cvssrc): Rename target from all-cvs.
10540 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
10542         * configure (gxx_include_dir): Fix thinko.
10544 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
10546         * Makefile.in (INSTALL_TARGET_CROSS): Define.
10547         (install-cross, install-gcc-cross): New targets.
10549 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
10551         * configure.in (noconfigdirs): Add support for Thumb target.
10553         * config.sub (maybe_os): Add support for Thumb target.
10555 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
10557         * Makefile.in: Add rules for cygmon.
10559         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10561 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
10563         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10564         * configure (gxx_include_dir): Provide a definition for subdirs
10565         which do not use autoconf.
10567 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
10569         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
10570         11/18/97 build
10572 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
10574         * From Franz Sirl.
10575         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10576         found on RedHat Linux systems.
10578 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
10580         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10581         guesses.
10583 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
10585         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10587 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
10589         * ltmain.sh: If mkdir fails, check whether the directory was created
10590         anyhow by some other process.
10592 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
10594         * configure.in (d30v-*-*): Configure all directories.
10596 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
10598         * configure.in (d30v-*-*): Configure newlib, libiberty directories
10599         for the D30V.
10601 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
10603         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10605 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
10607         * include/libiberty.h: Add extern "C" { so it can be used with C++
10608         progrms.
10609         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
10610         programs.
10612 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
10614         * configure.in (d30v-*-*): Configure GCC now.
10616 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
10618         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10619         is no longer needed.
10621 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
10623         * Makefile.in: check-target-libio depends on all-target-libstdc++.
10625 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
10627         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10628         targets using "$@" to provide support for similar but not identical
10629         targets without having to duplicate code.
10631 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
10633         * makefile.vms: Fix to work with DEC C.
10635 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
10637         * config.sub: Add mips-tx39-elf to marketing names.
10639 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
10641         * ltmain.sh: Handle symlinks in generated script.
10643 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
10645         * configure: Handle autoconf style directory options: --bindir,
10646         --datadir, --includedir, --infodir, --libdir, --libexecdir,
10647         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10648         --sysconfdir.
10649         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10650         (sharedstatedir, localstatedir, oldincludedir): New variables.
10651         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10652         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10653         sbindir, sharedstatedir, and sysconfdir.
10655 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10657         * Makefile.in (bootstrap-lean): New target.
10659 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
10661         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
10662         sn, and gnuserv from noconfigdirs.
10664 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
10666         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10668 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
10670         * Makefile.in (cross): New target.
10672 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
10673                           Jeff Law         <law@cygnus.com>
10675         * Makefile.in (bootstrap2, bootstrap3): New targets.
10676         (all-bootstrap): Remove outdated and confusing target.
10677         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10679 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10681         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
10682         windows.  Consistent with gdb/configure.
10684 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
10686         * configure.in: Name Linux target fragment.
10688         * configure: Rewrite so that project Makefile fragment is inserted
10689         first and appears last in the resulting Makefile.
10691 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10693         * Makefile.in (install-itcl): Install tcl first.
10695 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
10697         * configure.in: remove bison from noconfigdirs for Cygwin32 host
10699 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10701         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10703         * configure.in (skipdirs): Add target-librx for Linux.
10704         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10706 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
10708         * Makefile.in (bootstrap): New target.
10710 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
10712         * config.sub: Accept 'amigados' for backward compatibility.
10714 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
10716         * config.guess: Merge with FSF.
10718 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
10720         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10722 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
10724         * config.sub: Add "marketing-names" patch.
10726 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
10728         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
10730 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
10732         * config.sub: Handle v850-elf.
10734 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
10736         * .cvsignore (*-install): Remove.
10738 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
10740         * ltconfig: Set CONFIG_SHELL in libtool.
10741         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10743 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
10745         * configure.in (target_subdir): Set to libraries if enable_multilib.
10747 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
10749         * config.guess: Update from gcc directory.
10751 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10753         * Makefile.in (all-sim): Depends on all-readline.
10755 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
10757         * Makefile.in (BISON, YACC): Use $$s.
10758         (all-bison): Depend on all-texinfo.
10760 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
10762         * Makefile.in (BISON): Add -L flag.
10763         (YACC): Likewise.
10765 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
10767         * configure.in (noconfigdirs): Add support for v850e target.
10769         * config.sub (maybe_os): Add support for v850e target.
10771 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
10773         * configure.in (noconfigdirs): Add support for v850ea target.
10775         * config.sub (maybe_os): Add support for v850ea target.
10777 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
10779         * config.sub: Add mipstx39.  Delete r3900.
10781 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10783         * Makefile.in (all-autoconf): Depends on all-texinfo.
10785 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
10787         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10788         eabi targets.
10790 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
10792         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10794         * configure: When handling a Canadian Cross, handle YACC as well as
10795         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
10796         * Makefile.in (all-bison): Depend upon all-texinfo.
10798 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
10800         * Makefile.in (BISON): bison, not byacc or bison -y.
10801         (YACC): bison -y or byacc or yacc.
10802         (various): Add *-bison as appropriate.
10803         (taz): No need to mess with BISON anymore.
10805 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
10807         * configure: If OSTYPE matches *win32*, try to find a good value for
10808         CONFIG_SHELL.
10810 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
10812         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10813         configure.in if it is present.
10815 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
10817         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10819 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
10821         * config.sub: Recognize `arc' cpu.
10822         * configure.in: Likewise.
10823         * config-ml.in: Likewise.
10825 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
10827         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10829 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
10831         * configure: Changed sed delimiter from ':' to '|' when
10832         attempting to substitute ${config_shell} for SHELL. On
10833         NT ${config_shell} may contain a ':' in it.
10835 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
10837         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10839 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
10841         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10843 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
10845         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
10847         * ylwrap: If the program is a relative path, force it to be
10848         absolute.
10850 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10852         * configure (tooldir): Set BISON to `bison -y' and not just bison.
10854 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10856         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
10857         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10858         for libraries.
10860 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
10862         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
10863         separated by spaces.
10865 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
10867         * ylwrap: New file.
10868         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10870         * ltmain.sh: Handle /bin/sh at start of install program.
10872         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10874         * ltconfig, ltmain.sh: New files, from libtool 1.0.
10875         * missing: New file, from automake 1.2.
10877 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
10879         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
10880         check-tk to CHECK_X11_MODULES.
10882 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
10884         * config.sub: Merge with FSF.
10886 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
10888         * config.guess: Merge with FSF.
10890 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10892         * configure: Treat msdosdjgpp like go32.
10893         * configure.in: Likewise.  Don't remove gprof for go32.
10895         * configure: Change Makefile.tem2 to Makefile.tm2.
10897 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
10899         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10901 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10903         * install-sh (chmodcmd): Set to null if the DST directory already
10904         exists.  Same as Nov 11th change.
10906 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
10908         * configure (GDB_TK): Needs itcl and tix.
10910 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
10912         * config.guess: Update from FSF.
10914 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
10916         * Makefile.in (GDB_TK): Depend on itcl and tix.
10918 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
10920         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10921         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10922         (INSTALL_SCRIPT): New variable.
10923         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10924         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10925         to -x.
10926         * install-sh: Add support for -x option.
10928 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
10930         * configure.in, Makefile.in: Treat tix like itcl.
10932 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
10934         * Makefile.in (WINDRES): New variable.
10935         (WINDRES_FOR_TARGET): New variable.
10936         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10937         (EXTRA_HOST_FLAGS): Add WINDRES.
10938         (EXTRA_TARGET_FLAGS): Add WINDRES.
10939         (EXTRA_GCC_FLAGS): Add WINDRES.
10940         ($(DO_X)): Pass down WINDRES.
10941         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10942         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10943         DLLTOOL_FOR_TARGET.
10945 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
10947         * configure.in: configure sim before gdb for win32-x-ppc
10949 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10951         Move gperf into the toplevel, from libg++.
10952         * configure.in (target_tools): Add target-gperf.
10953         (native_only): Add target-gperf.
10954         * Makefile.in (all-target-gperf): New target, depend on
10955         all-target-libg++.
10956         (configure-target-gperf): Empty rule.
10957         (ALL_TARGET_MODULES): Add all-target-gperf.
10958         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10959         (CHECK_TARGET_MODULES): Add check-target-gperf.
10960         (INSTALL_TARGET_MODULES): Add install-target-gperf.
10961         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10963 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
10965         * config.sub (mn10200): Recognize new basic machine.
10967 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10969         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
10970         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
10972 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10974         * configure.in: If we're building mips-sgi-irix6* native, turn on
10975         ENABLE_MULTILIB and set TARGET_SUBDIR.
10977 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
10979         * Makefile.in (all-sn): Depend on all-grep.
10981 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
10983         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
10985         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
10986         Makefile.  From Jeff Makey <jeff@cts.com>.
10987         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
10989         * Makefile.in (DISTBISONFILES): Remove.
10990         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
10991         $(DEFAULT_YACC).
10993         * configure.in: Build itl, db, sn, etc., when building for native
10994         cygwin32.
10996         * Makefile.in (LD): New variable.
10997         (EXTRA_HOST_FLAGS): Pass down LD.
10998         ($(DO_X)): Likewise.
11000 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
11002         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11004 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
11006         * configure.in (targargs): Strip out any supplied --build argument
11007         before adding our own. Always add --build.
11009 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
11011         * configure.in (targargs): Pass --build if we're doing
11012         a cross-compile.
11014 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
11016         * configure: Use '|' instead of ":" as the separator in
11017         sed. Otherwise sed chokes on NT path names with drive
11018         designators. Also look for "?:*" as the leading characters in an
11019         absolute pathname.
11021 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
11023         * config.sub: Support for r3900.
11025 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11027         * configure.in: Use install-sh, not install.sh.
11029 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11031         * Makefile.in (taz): Improve check for BISON so it doesn't try to
11032         apply it twice.
11034 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11036         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11037         install-binutils.
11039 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
11041         * Makefile.in: Add automake targets.
11042         * configure.in (host_tools): Add automake.
11044 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11046         * configure: Default CXX to c++, not gcc.
11047         * Makefile.in (CXX): Set to c++, not gcc.
11048         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11050 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
11052         * install-sh: try appending a .exe if source file doesn't
11053         exist
11055 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
11057         * configure.in: Turn on multilib by default.
11058         (cross_only): Remove target-libiberty.
11060         * Makefile.in (all-gcc): Don't depend on libiberty.
11062 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
11064         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11066 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11068         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11069         (DISTBISONFILES): Add ld/Makefile.in
11071 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
11073         * configure.in: if target is cygwin32 but host isn't cygwin32,
11074         don't configure gdb tcl tk expect, not just gdb.
11076 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
11078         * configure.in: Added gnuserv everywhere sn appears.
11080         * Makefile.in (ALL_MODULES): Added all-gnuserv.
11081         (CROSS_CHECK_MODULES): Added check-gnuserv.
11082         (INSTALL_MODULES): Added install-gnuserv.
11083         (CLEAN_MODULES): Added clean-gnuserv.
11084         (all-gnuserv): New target.
11086 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
11088         * config.guess: Fixes for MIPS OpenBSD systems.
11090 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11092         * Makefile.in (INSTALL_XFORM): Remove.
11093         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11095         * mkinstalldirs: New file, copied from automake.
11096         * Makefile.in (installdirs): Rename from install-dirs.  Use
11097         mkinstalldirs.  Change all users.
11098         (DEVO_SUPPORT): Add mkinstalldirs.
11100 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11102         * install-sh: Rename from install.sh.
11103         * Makefile.in (INSTALL): Change install.sh to install-sh.
11104         (DEVO_SUPPORT): Likewise.
11106         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
11107         Graichen <graichen@rzpd.de>.
11109 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
11111         * config.guess: Recognize OpenBSD systems correctly.
11113 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11115         * README, Makefile.in (ETC_SUPPORT): Remove references to
11116         cfg-paper*, configure.{texi,man,info*}._
11118 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
11120         * Makefile.in (all.normal): Ensure that gcc is built after all
11121         the x11 - ie gdb - targets.
11123 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
11125         * makefile.vms: Don't run conf-a-gas.
11127 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
11129         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11131 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
11133         * configure.in: Remove noconfigdirs case since gdb also
11134         configures and builds for tic80-coff.
11136 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11138         * configure: Set cache_file to config.cache.
11139         * Makefile.in (local-distclean): Remove config.cache.
11141 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11143         * COPYING: Update FSF address.
11145 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
11147         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11148         noconfigdirs.
11150 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11152         * Makefile.in (install-dirs): Don't crash if prefix, and hence
11153         MAKEDIRS, is empty.
11155 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
11157         * config.sub: Tweak mn10300 entry.
11159 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
11161         * configure.in (host_tools): Put sim before gdb, so gdb's
11162         configure.tgt can determine if the simulator was configured.
11164 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
11166         * config.sub: Move BeOS $os case to be with other Cygnus
11167         local cases.
11169 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
11171         * config.sub: Remove misplaced comment that broke Linux.
11173 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
11175         * config.sub: Add BeOS support.
11177 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
11179         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11181 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
11183         * configure.in (noconfigdirs): Remove tcl and tk from
11184         noconfigdirs for cygwin32 builds.
11186 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
11188         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11190 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
11192         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11193         make-all.com, use makefile.vms instead.
11195 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
11197         * config.sub: Accept -lnews*.
11199 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
11201         * configure.in (noconfigdirs): Disable target-newlib,
11202         target-examples and target-libiberty for d30v.
11204 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11206         * configure.in (noconfigdirs): Enable ld for d30v.
11208 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
11210         * configure.in (tic80-*-*): Build compiler.
11212 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
11214         * configure.in (d30v-*): Remove sim directory from list of
11215         unsupported d30v directories
11217 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11219         * config.sub, configure.in: Add d30v target cpu.
11221 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
11223         * makefile.vms: New file.
11224         * make-all.com: Remove.
11226 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
11228         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11230 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
11232         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11234 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
11236         * Makefile.in (ALL_MODULES): Added all-db.
11237         (CROSS_CHECK_MODULES): Addec check-db.
11238         (INSTALL_MODULES): Added install-db.
11239         (CLEAN_MODULES): Added clean-db.
11241 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
11243         * config.guess: Merge with latest FSF sources.
11245 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
11247         * Makefile.in (ALL_MODULES): Added all-itcl.
11248         (CROSS_CHECK_MODULES): Added check-itcl.
11249         (INSTALL_MODULES): Added install-itcl.
11250         (CLEAN_MODULES): Added clean-itcl.
11252 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
11254         * configure.in: build gdb for mn10200
11256 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
11258         * Makefile.in (all-target-winsup): Depend on all-target-libio.
11260 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
11262         * configure.in (tic80-*-*): Turn off most targets right now.
11264 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
11266         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11267         rather than the makeinfo program.
11268         (do-info): Depend upon all-texinfo.
11270 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11272         * configure.in: Remove uses of config/mh-linux.
11274         * config.sub, config.guess: Merge with latest FSF sources.
11276 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
11278         * config.sub (case $basic_machine): Add tic80 entries.
11280 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
11282         * config.sub, config.guess: Merge with latest FSF sources.
11284 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
11286         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11287         * mpw-config.in: Test for NewFolderRecursive.
11288         * mpw-install: Use symbolic name for startup filename.
11289         * mpw-README: Add various additional details.
11291 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
11293         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11295 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
11297         * configure.in: Do build gcc and the target libraries for
11298         the mn10200.
11300 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
11302         * configure.in: don't avoid building gdb for mn10300 any more
11303         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11304         instead of single-quoting it.
11306 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
11308         * configure.in: Don't use --with-stabs on IRIX 6.
11310 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
11312         * configure.in (m32r): Build gdb, libg++ now.
11314 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11316         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
11317         directories from noconfigdirs.
11319 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
11321         * config.sub (basic_machine): added mips16 configuration
11323 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11325         * config.sub: Handle d10v-unknown.
11327 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
11329         * config.sub: Handle v850-unknown.
11331 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
11333         * Makefile.in: add findutils
11334         * configure.in: add findutils to list of host_tools
11336 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
11338         * config.sub: Handle mn10200 and mn10300.
11340 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11342         * configure.in (d10v-*): Do not build librx.
11344 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
11346         * configure.in (mn10300): Build everything except gdb & libgloss.
11348 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
11350         * config.guess:  Patch for Dansk Data Elektronik servers,
11351         from Niels Skou Olsen <nso@dde.dk>.
11353         For ncr, use /bin/uname rather than uname, since GNU uname does not
11354         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
11356         Patch for MIPS R4000 running System V,
11357         from Eric S. Raymond <esr@snark.thyrsus.com>.
11359         Fix thinko for nextstep.
11361         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11363         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
11364         * config.guess: Guess mips-dec-mach_bsd4.3.
11366         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
11367         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
11368         release numbers.
11369         * config.guess (mips-mips-riscos*):  Emit just enough of the
11370         release number.
11372         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
11373         * config.guess (sparc-auspex-sunos*):  Added.
11374         (f300-fujitsu-*): Added.
11376         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
11377         * config.guess:  Recognize a Tadpole as a sparc.
11379 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11381         * config.guess: Don't assume that NextStep version is either 2 or
11382         3.  NextStep 4 (aka OpenStep 4) has come out now.
11384 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11386         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11387         From Rik Faith <faith@cs.unc.edu>.
11389 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
11391         * config.sub: Contributions from bug-gnu-utils to:
11392         Support plain "hppa" (no version given) architecture, reported by
11393         OpenStep.
11394         OpenBSD like NetBSD.
11395         LynxOs is not a hardware supplier.
11397         * config.guess: Contributions from bug-gnu-utils to add support for:
11398         OpenBSD like NetBSD.
11399         Stratus systems.
11400         More Pyramid systems.
11401         i[n>4]86 Intel chips.
11402         M680[n>4]0 Motorola chips.
11403         Use unknown instead of lynx for hardware manufacturer.
11405 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11407         * install.sh (chmodcmd): Set to null if the DST directory already
11408         exists.
11410 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11412         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11413         not use mt-ppc target Makefile fragment any more.
11415 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11417         * configure.in (*-*-windows):  Exclude everything but those dirs
11418         needed to build windows.
11420 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
11422         * Makefile.in (all-target-winsup): Depend on all-target-librx.
11424 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11426         * configure.in:  Exclude mmalloc from i386-windows.
11428 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11430         * Undo my previous change.
11432 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
11434         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11435         unconditionally.
11436         (MAKEOVERRIDES): Define (revert this part of October 18 change).
11438 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11440         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
11441         host to add it's own flags.
11443 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
11445         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11447 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
11449         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11450         (CXX_FOR_TARGET): Likewise.
11451         (GCC_FOR_TARGET): Define.
11452         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11453         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11454         CC_FOR_TARGET was specified on the command line.
11455         (MAKEOVERRIDES): Don't define.
11457 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
11459         * configure.in (m32r): Fix spelling of libg++ libs.
11461 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
11463         * config.sub (-apple*): Remove, now redundant.
11465 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
11467         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11469         * configure: Rework yesterday's sed script patch.
11471         * config.sub: Merge with FSF.
11473 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
11475         * config.guess:  Merge from FSF.
11477         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
11478         * config.guess: Use pc instead of unknown, for pc clone systems.
11479         Change linux to linux-gnu.
11481         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
11482         * config.guess: Avoid non-portable tr syntax.
11484 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
11486         * test-build.mk (HOLES): Add "xargs" for gdb.
11488         * configure: Avoid hpux10.20 sed bug.
11490 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
11492         * configure.in:  Add support for windows host
11493         (that is a build done under the Microsoft build environment).
11495 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
11497         * Makefile.in: Replace all uses of srcroot with s, to shrink
11498         command line lengths.
11500         Patches from Geoffrey Noer <noer@cygnus.com>:
11501         * configure.in: If configuring for newlib, pass --with-newlib to
11502         subdirectories.
11503         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11504         -Bnewlib/ and -Lwinsup to gcc.
11505         (CXX_FOR_TARGET): Likewise.
11507 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
11509         * Makefile.in (ETC_SUPPORT): Add configure.
11511 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
11513         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
11514         host configuration file.
11516 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
11518         * configure.in: Break mn10x00 support into separate
11519         mn10200 and mn10300 configurations.
11520         * config.sub: Likewise.
11522 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
11524         * configure.in: Add lots of stuff to noconfigdirs for
11525         the mn10x00 targets.
11527         * config.sub, configure.in: Add mn10x00 support.
11529 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
11531         * make-all.com: Call conf-a-gas, not config-a-gas.
11533 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
11535         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
11536         targets.
11538 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
11540         * mpw-README: Add much more detail for native PowerMac.
11541         * mpw-install: New file.
11542         * mpw-configure: Add --norecursion and --help options.
11543         * mpw-config.in: Translate readme and install files when
11544         copying to objdir.
11545         * mpw-build.in: Don't always depend on byacc and flex.
11546         (install-only-top): New action.
11548 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
11550         * configure.in:  You can now configure GDB for the v850.
11552 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
11554         * configure.in (noconfigdirs): Don't configure any C++ dirs
11555         if targeting D10V.
11557 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11559         * config.sub: Recognize mips64vr5000.
11561 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
11563         * configure.in: Use a single line for host_tools and native_only.
11565 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
11567         * config.sub, configure.in: Add entries for m32r.
11569 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
11571         * Makefile.in (inet-install): Don't run install-gzip.
11573 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
11575         * configure.in:  Don't config lots of things for *-*-windows*.
11577 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
11579         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11580         (host_libs, host_tools): Copy from configure.in.
11581         * mpw-configure: Don't complain about directories not found.
11583 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11585         * configure.in (i[345]86): Recognize i686 for pentium pro.
11586         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11587         file.
11589         * config.guess (i[345]86): Ditto.
11591 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11593         * configure.in (noconfigdirs): Removed gdb for D10V.
11595 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
11597         * configure.in: Remove ld, target-libio, target-libg++, and
11598         target-libstdc++ from noconfigdirs.
11600 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
11602         * configure: Fix three locations where shell scripts were
11603         being run directly rather than with config_shell.
11605 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
11607         * configure.in (v850-*-*): Set up initial $noconfigdirs.
11608         * config.sub (basic_machine): Recognize v850.
11610 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
11612         * mpw-configure: Handle multiple enable/disable options and
11613         pass them down recursively, handle -c and -s flags appropriately
11614         depending on choice of compiler, add escape mechanism for
11615         quoted arguments to gC.
11617 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11619         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11620         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11621         so that -mrelocatable-lib and -mno-eabi are used.
11623         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11624         not support --print-multi-lib, don't abort.
11626 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
11628         * make-all.com: Run config-a-gas.
11629         * setup.com: Don't copy subdirectory files around.
11631 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
11633         * configure.in (*-*-ose): Remove exclusion of libgloss for this
11634         target, it now compiles correctly.
11636 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
11638         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11640 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11642         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
11644 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11646         * configure.in (native_only): Add prms.
11648 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
11650         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11651         (BINUTILS_SUPPORT_DIRS): Likewise.
11653 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11655         * configure.in (d10v-*-*): Don't configure ld or gdb until the
11656         d10v support is added.
11658 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11660         * configure.in (d10v-*-*): New target.
11662 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
11664         * config.guess (HP 9000/811): Recognize this as a PA1.1
11665         machine.
11667 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
11669         * Makefile.in (do-tar-gz): New target, split out from tail end of
11670         taz target.  Run each command separately, don't use pipes.
11671         (taz): Use it.
11673 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
11675         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11676         * mpw-build.in: No builds should depend on building byacc or flex,
11677         they are assumed to be installed already.
11679 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11681         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11682         variable that CC_FOR_TARGET needs.
11684 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11686         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11687         options have changed since the last time the subdirectory was
11688         configured, and if it has, reconfigure.
11689         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11690         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11692 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
11694         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11695         CLEAN_MODULES): Add bash.
11696         (all-bash): New target.
11698 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
11700         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11702 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11704         * config.sub (basic_machine): Recognize d10v as a valid processor.
11706 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
11708         * mpw-configure: Add support for --bindir.
11709         * mpw-build.in: Use a GCC-specific build script for GCC actions.
11711 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
11713         * configure.in: add bash, time, gawk to list of hosttools and things
11714         to only build for native toolchains
11716 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11718         * Makefile.in (docdir): Remove.
11720 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11722         * Makefile.in (datadir): Set to $(prefix)/share.
11724 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
11726         * configure.in: build diff and patch for cygwin32-hosted
11727         toolchains.
11729 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
11731         * config.sub: Accept -rtems*.
11733 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
11735         * configure.in: enable dosrel for cygwin32-hosted builds,
11736                 remove diff from the list of things not buildable
11737                 via Canadian Cross
11739 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
11741         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
11742         don't get ". ".
11744 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
11746         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11748 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
11750         * Makefile.in (taz): Handle case where tex3patch didn't even get
11751         checked out.  Also, if it was found, put the symlink in a new util
11752         subdirectory.
11754 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11756         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11758 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
11760         * config.sub: Recognize -openvms.
11761         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11762         * make-all.com, setup.com: New files.
11764 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
11766         * Makefile.in (taz): tex3patch moved to texinfo/util.
11768 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
11770         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
11771         * configure.in: remove make from disable-if-Can-Cross list
11772                 enable gdb if ${host} and ${target} are cygwin32
11774 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
11776         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
11777         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11779 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
11781         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
11782         distinguish sysv/svr4/bsd variants.
11783         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11785 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
11787         * configure.in: Added copyright notice.
11788         * move-if-change: Added copyright notice.
11790 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11792         * configure.in (powerpcle-*-solaris*): Until we get shared
11793         libraries working, don't build gdb, sim, make, tcl, tk, or
11794         expect.
11796 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
11798         * config.guess:  Merge with FSF:
11800         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
11801         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11803         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
11804         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11806         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
11807         * config.guess:  Combine two OSF1 rules.
11808         Also recognize field test versions.  From mjr@zk3.dec.com.
11809         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
11810         because GNU uname does not support -p.  From pmr@pajato.com.
11812 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
11814         * Makefile.in (MAKEDIRS): Removed $(tooldir).
11816 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
11818         * mpw-README: Document GCCIncludes.
11820 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
11822         * configure.in (alpha-*-linux*): Set enable_shared to yes.
11824 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
11826         * mpw-configure: Handle --enable-FOO and --disable-FOO.
11828 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
11830         * configure.in (*-*-cygwin32): Configure make.
11832 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
11834         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11836 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
11838         * Makefile.in (all-inet): Depend on all-perl.
11840         * Makefile.in (inet-install): New target.
11842         * Makefile.in (all-inet): Depend on all-tcl.
11843         (all-inet): Depend on all-send-pr.
11845 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11847         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
11848         temporarily.
11850 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
11852         * configure.in: Don't configure --with-gnu-ld on AIX.
11854 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
11856         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11858 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
11860         * Makefile.in (ALL_MODULES): Added all-inet.
11861         (CROSS_CHECK_MODULES): Added check-inet.
11862         (INSTALL_MODULES): Added install-inet.
11863         (CLEAN_MODULES): Added clean-inet.
11864         (all-indent): New target.
11866         * configure.in (host_tools): Added inet.
11867         (native_only): Added inet.
11868         (noconfigdirs): Added inet.
11870 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
11872         * configure.in: Don't configure libgloss if we are not configuring
11873         newlib.
11875 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
11877         * configure.in: Don't configure libgloss for unsupported
11878         architectures.
11880 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11882         * Makefile.in (CLEAN_MODULES): Add clean-apache.
11884 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
11886         * Makefile.in (ALL_MODULES): Include all-apache.
11887         (CROSS_CHECK_MODULES): Include check-apache.
11888         (INSTALL_MODULES): Include install-apache.
11889         (all-apache): New target.
11891         * configure.in: Added apache everywhere perl is seen.
11893 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11895         * Makefile.in: Add support for clean-{module} and
11896         clean-target-{module} rules.
11898 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
11900         * configure.in (*-*-ose) do not build libgloss.
11902 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11904         * config.guess (prep*:SunOS:5.*:*): Turn into
11905         powerpele-unknown-solaris2.
11907 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
11909         * configure.in: Permit --enable-shared to specify a list of
11910         directories.
11912 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
11914         * configure.in (host==solaris): Pass only the first word of $CC
11915         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11917 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
11919         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11921 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
11923         * Makefile.in (ALL_MODULES): Include all-perl.
11924         (CROSS_CHECK_MODULES): Include check-perl.
11925         (INSTALL_MODULES): Include install-perl.
11926         (ALL_X11_MODULES): Include all-guile.
11927         (CHECK_X11_MODULES): Include check-guile.
11928         (INSTALL_X11_MODULES): Include install-guile.
11929         (all-perl): New target.
11930         (all-guile): New target.
11932         * configure.in (host_tools): Include perl and guile.
11933         (native_only): Include perl and guile.
11934         (noconfigdirs): Don't build guile and perl; no ports have been
11935         done.
11937 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
11939         * configure (--enable-*): Handle quoted option lists such as
11940         --enable-sim-cflags='-g0 -O' better.
11942 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11944         * Makefile.in ({,inst}all-target): New rule so we can make and
11945         install all of the target directories easily.
11947 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11949         * configure.in: Add missing global flag in sed substitution when
11950         deleting `target-' from ${configdirs}.
11952 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
11954         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11955         option.
11957         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11958         config/mh-necv4.
11960         * install.sh: Correct misspelling of transformbasename.
11962         * config.guess: Recognize mips-*-sysv*.
11964 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
11966         * config.sub: Recognize mon960.
11968 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
11970         * configure: Restore Canadian Cross handling of BISON and LEX,
11971         removed in Feb 20 change.
11973 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
11975         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
11976         Mention make install.  Remove the old copyright date as well the
11977         clumsy and rather pointless copyright on the README file.
11979 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
11981         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
11982         Makefile after running symlink-tree, then run `make distclean' to
11983         avoid clobbering any generated files in srcdir.
11985 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
11987         * configure.in (m68k-*-netbsd*): Build everything now.
11989 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
11991         * Makefile.in (taz): Fix quoting.
11993 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
11995         * configure.in (sparclet-*-*): Build everything now.
11997 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11999         * configure.in (m68k-*-linux*): New host.
12001 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
12003         * configure: Check for bison before byacc.
12005 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
12007         * Makefile.in configure:  Change the way LEX and BISON/YACC are
12008         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
12009         searching PATH.  These are used as fallbacks by Makefile.in if
12010         flex/bison/byacc aren't in objdir.
12012 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
12014         * Makefile.in: Make everything which depends upon all-bfd also
12015         depend upon all-opcodes, in case --with-commonbfdlib is used.
12017 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12019         * configure.in (host *-*-cygwin32): Don't build gdb if we are
12020         building NT native compilers on Unix.
12022 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
12024         * configure.in: Don't get CC from the host Makefile fragment if we
12025         can find gcc in PATH, or if this is a Canadian Cross.  Move the
12026         Solaris test for /usr/ucb/cc to the post target script, just after
12027         the compiler sanity test.
12029 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
12031         * config.sub: Merge with FSF.
12033 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
12035         * Makefile.in (RPATH_ENVVAR): New variable.
12036         (REALLY_SET_LIB_PATH): Use it.
12037         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12039 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
12041         * config.sub, configure.in: Recognize sparclet cpu.
12043 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12045         * config.guess:  Support m68k-cbm-sysv4.
12047 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12049         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12050         m68k-unknown-linuxaout from linker help string.  Put quotes around
12051         $ld_help_string.
12053 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
12055         * config.guess (powerpc-harris-powerunix): Add guess for port
12056         to new target.
12058 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12060         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12062 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
12064         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12065         $(REALLY_SET_LIB_PATH) in Makefile.
12066         * Makefile.in (SET_LIB_PATH): New variable.
12067         (REALLY_SET_LIB_PATH): New variable.
12068         ($(DO_X)): Use $(SET_LIB_PATH).
12069         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12070         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12071         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12072         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12073         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12074         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12075         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12076         (install-dosrel): Likewise.
12077         (all-opcodes): Depend upon all-libiberty.
12079 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12081         * config.guess (*:CYGWIN*): New
12083 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12085         * Makefile.in (all-target-winsup): All all-target-libiberty.
12087 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12089         * configure.in (noconfigdirs): Add missing # in front of comment.
12091 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
12093         * configure.in: add second pass to things added to noconfigdirs
12094         so *-gm-magic can exclude libgloss properly.
12096 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
12098         * mpw-configure (extralibs_name, rez_name): Set correctly
12099         for MWC68K compiler.
12101         * mpw-README: Add more info on the necessary build tools.
12103 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12105         * configure.in, config.sub: Recognize cygwin32.
12107 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
12109         * config.guess, config.sub: Recognize A/UX.
12111 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
12113         * config.sub: Merge with gcc/config.sub.
12115 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
12117         * mpw-build.in (do-binutils): Add build of stamps.
12119 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
12121         * config.sub: Add recognition for mips64vr4100*-* targets.
12123 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12125         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12126         Add creation of gconfigargs with `--enable-shared' turned on.
12127         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12128         ($(host)-stamp-stage3-configured): Likewise.
12129         (HOLES): Add chatr and ldd.
12130         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12132 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
12134         * configure: Pass --nfp to recursive configures.
12136 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12138         * Makefile.in (DLLTOOL): New.
12139         (DLLTOOL_FOR_TARGET): New.
12140         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12141         (EXTRA_TARGET_FLAGS): Ditto.
12142         (EXTRA_GCC_FLAGS): Ditto.
12143         (CONFIGURE_TARGET_MODULES): Ditto.
12144         (DO_X): Ditto.
12145         * configure: Add DLLTOOL.
12147 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
12149         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12150         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12151         mh-sco, since old workarounds no longer needed, and don't
12152         build ld, since libraries have weak symbols in COFF.
12154 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
12156         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12158 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12160         * configure.in: Make sure that ${CC} can be used to compile an
12161         executable.
12163 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12165         * Makefile.in (all-gdb): Depend on $(GDB_TK).
12166         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12167         nothing depending on whether gdbtk is being built.
12169 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
12171         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12173 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
12175         * configure.in (noconfigdirs): Put ld or gas in this early, if the
12176         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12178 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
12180         * config-ml.in: Add support for
12181         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12182         Simplify setting of multidirs from --disable-foo.
12184 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12186         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12187         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12188         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12189         non-empty, pass them on to the  GCC make.
12190         (all-bootstrap): New rule that is like all-gcc, except it executes
12191         the GCC bootstrap rule instead of the GCC all rule.
12193 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
12195         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12197 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12199         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12200         DG/UX support.
12202 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
12204         * config.sub (i*86*) Change [345] to [3456]
12206 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12208         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12209         --with-gnu-ld=no.
12211 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12213         * config-ml.in (rs6000*, powerpc*): Add switches to control which
12214         AIX multilibs get built.
12216 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12218         * configure.in (i386-win32): Don't build expect if we're not
12219         building the tcl subdir.
12221 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
12223         * Makefile.in: (configure-target-examples, all-target-examples):
12224         New targets, configure and build example programs.
12226 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
12228         * mpw-configure: If an mpw-config.in generated a file mk.sed,
12229         use it as input to sedit the generated MPW makefile.
12230         * mpw-README: Add a suggestion about Gestalt.h.
12232 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
12234         * config.sub: Accept *-*-ieee*.
12236 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
12238         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
12239         Ronald F. Guilmette <rfg@monkeys.com>.
12241 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12243         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12244         for powerpc-pe native.
12245         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12246         (target==powerpc-pe): duplicate i386-win32 entry.
12248 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12250         * configure.in (noconfigdirs): Exclude target-newlib for all versions
12251         of vxworks, not just vxworks5.1.
12253 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
12255         * mpw-configure: Add support for exec-prefix.
12257 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12259         * config.guess: Recognize HP model 816 machines as having
12260         a PA1.1 processor.
12262 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12264         * configure: Ignore new autoconf configure options.
12266 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12268         * config.guess:  Recognize Pentium under SCO.
12269         From Robert Lipe <robertl@arnet.com>.
12271 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12273         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12275 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
12277         * configure.in: Don't configure gas for alpha-dec-osf*.
12279 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
12281         * configure.in: Default to --with-stabs for some targets for which
12282         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12283         i[345]86*-*-unixware*.
12285 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12287         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12288         rather than basing it on the target.  Simplify handling of options
12289         controlling which directories to configure.  Remove extraneous
12290         slash in multi-clean target.
12292 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
12294         * config-ml.in: Prefix more variables with ml_ so they don't collide
12295         with configure's.
12297 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
12299         * configure: Don't turn -v into --v.
12301 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
12303         * configure.in (targargs): Fix typo.
12305         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12307 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
12309         * configure.in: Strip --host and --target options from
12310         CONFIG_ARGUMENTS, and always configure for --host only.  Add
12311         --with-cross-host option when building with a cross-compiler.
12312         * configure: Canonicalize the arguments put into config.status by
12313         always using `=' for an option with an argument.  Pass a presumed
12314         --host or --target explicitly.
12316 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
12318         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12319         into general OS recognition case.
12321 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12323         * configure.in (target_configdirs): add target-winsup only
12324         for win32 target systems.
12326 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
12328         * Makefile.in (all-target-libgloss): Depend upon
12329         configure-target-newlib, since when libgloss is built it looks to
12330         see if the newlib directory exists.
12332 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
12334         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12335         cfg-ml-*.in.
12337 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
12339         * configure: Handle LD and LD_FOR_TARGET when configuring a
12340         Canadian Cross.
12342 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12344         * configure.in (target_libs): add target-winsup.
12345         (target==i386-win32): add patch diff flex make to $noconfigdirs.
12346         (target==ppcle-pe): remove ld from $noconfigdirs.
12348 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
12350         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12351         Preserve relative path names in $srcdir.  Build symlink tree if
12352         configuring cross target dir and srcdir=. (= no VPATH support).
12353         (configure-target-libg++): Depend on configure-target-librx.
12354         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12355         * config-ml.in: New file.
12356         * symlink-tree: New file.
12357         * configure: Ensure srcdir="." if that's what it is.
12359 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
12361         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12362         includes and FLEX_SKELETON setting.
12363         * mpw-configure (--with-gnu-ld): New option, controls whether
12364         to use PPCLink or ld with PowerMac GCC.
12365         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12366         * mpw-config.in: Configure grez if targeting Mac.
12368         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12369         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12370         just macos.
12371         * configure.in: Configure grez resource compiler if targeting Mac.
12372         * Makefile.in (all-grez, install-grez): New targets.
12374 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
12376         * configure: CXX defaults to gcc, not g++.  If we find
12377         gcc in the path, set CC to gcc -O2.
12379 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
12381         * configure: Default ${build} correctly.  Avoid picking up extra
12382         spaces when reading CC and CXX from Makefile.  When doing a
12383         Canadian Cross, use plausible default values for numerous
12384         variables.
12385         * configure.in: When doing a Canadian Cross, don't try to
12386         configure tools whose configure script can't handle it.
12388 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12390         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12392 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12394         * configure:  Remove dubious bug reporting address.
12396 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12398         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
12399         configure script, run that instead of this directory's configure.
12400         In either case, print a message that we're configuring the sub-dir.
12402 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12404         * configure.in: Before checking for the existence of various files,
12405         use sed to filter out "target-".
12407 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12409         * Makefile.in (DO_X): Split rule to decrease command line length
12410         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
12411         (Philippe De Muyter).
12413 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12415         * Makefile.in (all-patch): depend on all-libiberty.
12417 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
12419         * configure.in: If the only directory in target_configdirs which
12420         actually exists is libiberty, then set target_configdirs to empty,
12421         to avoid trying to build a target libiberty in a gas or gdb
12422         distribution.
12424 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
12426         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12427         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12428         systems.
12430 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12432         * configure.in (copy_dirs): Use sys-include instead of include
12433         for --with-headers option.
12435 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
12437         * Makefile.in, configure.in: Make winsup builds work with
12438         new scheme.
12440 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
12442         * configure.in: Build the linker on AIX.
12444 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12446         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
12447         where needed.
12449 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
12451         * Makefile.in (all-gcc): Fix typo.
12453 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12455         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
12457 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12459         * configure.in:  Rename libFOO to target-libFOO, and xiberty
12460         to target-xiberty, to provide more flexibility.
12461         (target_subdir):  Define.  Create if cross.
12462         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12463         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
12464         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12465         check-libFOO -> check-target-libFOO, etc.
12466         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12467         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12468         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12469         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
12470         allow ALL_GCC="" to only configure.
12471         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
12472         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
12473         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
12475 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
12477         * Makefile.in (taz): Build "info" in etc explicitly.
12479 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
12481         * configure.in:  Make sure that CC is undefined (as opposed to
12482         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
12483         problem with autoconf trying to configure on a host without GCC.
12485 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
12487         * mpw-configure: Set host alias from choice of host compiler,
12488         only use generic MPW Makefile sed if present, edit a file
12489         named "hacked_Makefile.in" instead of "Makefile.in" if present.
12490         * mpw-README: Add problem notes about CW6 and CW7.
12492 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
12494         * Makefile.in (taz): Use ";" instead of ";;".
12496 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12498         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
12499         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12500         DISTDOCDIRS.
12501         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
12502         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
12504 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12506         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
12507         and gnats, because they are now subsumed by DISTSTUFFDIRS.
12508         Move bfd to DISTSTUFFDIRS.
12510 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12512         * Makefile.in (X11_LIB): Removed.
12513         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12515         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12517 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12519         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12520         names.
12522 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12524         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12526 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
12528         * configure.in (i[345]86-*-win32): Always build newlib.
12529         Don't configure cvs, autoconf or texinfo.
12530         * Makefile.in (LD_FOR_TARGET): New.
12531         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12532         Pass down LD_FOR_TARGET.
12534 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
12536         * winsup: New directory.
12537         * Makefile.in: Build winsup.
12538         * configure.in: Winsup is configured when target is win32.
12539         Can only build win32 target GDB when native.
12541 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
12543         * config.guess: Recognize HP model 819 machines as having
12544         a PA 1.1 processor.
12546 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
12548         * configure: Fix sed loop which substitutes for CC and CXX to
12549         avoid bug found in various sed implementations.
12551 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12553         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12554         simulator.  Use standard powerpc-*-eabi*.
12556 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12558         * configure.in: Stop putting gas and binutils in noconfigdirs for
12559         powerpc-*-aix* and rs6000-*-*.
12561 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
12563         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12564         -mcall-aixdesc libraries.
12566 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
12568         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12570         * config.sub (arm | armel | armeb): Fix shell syntax.
12572 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12574         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12575         -msoft-float and -mcpu=common support.
12576         (powerpc*-*-eabisim*): Add support for building -mcall-aix
12577         libraries.
12579 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12581         * configure.in: Allow configuration and build of emacs19 for the alpha.
12583 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12585         * configure.in (CC): Get ^CC, not just any old CC, from
12586         ${host_makefile_frag}.
12588 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12590         * configure.in (CC): Try to get CC from
12591         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12593 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12595         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12596         only if it exists in $(srcdir).
12598 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
12600         * configure: If CC and CXX are not set in the environment, set
12601         them, based on either an existing Makefile or on searching for gcc
12602         in PATH.  Substitute for CC and CXX in Makefile.
12603         * configure.in: Remove libm from target_libs.  Separate
12604         target_configdirs from configdirs.  If CC is not set in
12605         environment, try to get it from a host Makefile fragment.  Rewrite
12606         changes of configdirs to use skipdirs instead.  A few minor
12607         tweaks.  Take directories out of target_configdirs as they are
12608         taken out of configdirs.  Remove existing Makefile files from
12609         subdirectories.  Substitute for TARGET_CONFIGDIRS and
12610         CONFIG_ARGUMENTS in Makefile.
12611         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12612         by configure.in.
12613         (CONFIG_ARGUMENTS): Likewise.
12614         (CONFIGURE_TARGET_MODULES): New variable.
12615         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12616         ($(CONFIGURE_TARGET_MODULES)): New target.
12617         (configure-libg++, configure-libio): New targets.
12618         (all-libg++): Depend upon configure-libg++.
12619         (all-libio): Depend upon configure-libio.
12620         (configure-libgloss, all-libgloss): New targets.
12621         (configure-libstdc++): New target.
12622         (all-libstdc++): Depend upon configure-libstdc++.
12623         (configure-librx, all-librx): New targets.
12624         (configure-newlib): New target.
12625         (all-newlib): Depend upon configure-newlib
12626         (configure-xiberty): New target.
12627         (all-xiberty): Depend upon configure-xiberty.
12629 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
12631         * configure.in (host i[345]86-*-win32):  Expand the
12632         noconfigdirs again.
12634 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
12636         * mpw-configure: Fix sed command file name.
12638 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
12640         * configure.in (host i[345]86-*-win32): Reduce the
12641         noconfigdirs again.
12643 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
12645         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12646         or powerpc*-*-pe*, since they are not yet supported.
12648 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
12650         Add PowerMac support and many other enhancements.
12651         * mpw-configure: New option --cc to select compiler to use,
12652         paste options set according to --cc into the generated
12653         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12654         if mpw-make.sed is present.
12655         * mpw-config.in: Don't test for gC1, test for mpw-touch,
12656         add forward includes for PowerPC include files.
12657         * mpw-build.in: Build using Makefile.PPC if present.
12658         (do-byacc, etc): Remove separate version resource builds.
12659         (do-gas): Build "stamps" before "all".
12660         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12661         * mpw-README: Update to reflect --cc option, PowerMac support,
12662         and recently-reported compatibility problems.
12664 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
12666         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12667         embedded m68k systems (-aout, -coff, -elf, -vxworks).
12668         (--with-multilib-top): Pass to recursive invocations.
12670 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
12672         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12673         v810-*-*.
12675 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12677         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12678         gdb, ld and opcodes on v810-*-*.
12680 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
12682         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12683         (local-maintainer-clean): New target.
12684         (maintainer-clean): New target.
12685         (realclean): Just depend upon maintainer-clean.
12687 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12689         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12691 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
12693         * configure.in: Build ld in mips*-*-bsd* case.
12695 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
12697         * config.sub: Accept -lites* OS.  From Ian Dall.
12699 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
12701         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
12702         targets.
12704 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12706         * configure.in: treat i386-win32 canadian cross the same as
12707         i386-go32 canadian cross.
12709 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12711         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12712         running under the simulator to build a reduced set of libraries.
12713         (powerpc-*-eabiaix): Add fine grained multilib support added to
12714         other powerpc targets yesterday.
12716 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12718         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12719         -disable-softfloat, -disable-relocatable, -disable-aix, and
12720         -disable-sysv to control which multilib libraries get built.
12722 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
12724         * configure: Add Makefile.tem to list of files to remove in trap
12725         handler.
12727 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12729         * config.guess (*Linux*):  Add missing "exit"s.
12730         Also, need specific check for alpha-unknown-linux (uses COFF).
12732 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12734         * config.guess:  Merge with FSF:
12736         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
12737         * config.guess (AIX4): More robust release numbering discovery.
12739         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
12740         * config.guess (i386-sequent-ptx): Properly get version number.
12742         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
12743         * config.guess (mips:*:4*:UMIPS): New case.
12745 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
12747         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12748         (i386-win32 host): Likewise.  Don't build readline.
12750 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
12752         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
12753         SUPPORT_FILES to submakes.
12755 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
12757         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12758         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12759         mpw-configure.
12761 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
12763         * configure.in (appdirs): Use =, not ==, in test expression when
12764         trying to build the text to print in the warning message for
12765         Solaris users.
12767 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
12769         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12771 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12773         * config.guess: Recognize lynx-2.3.
12775 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
12777         * config.sub (z8ksim): Deleted
12778         (z8k-*-coff): New, this is the one true name of the target.
12780 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
12782         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12784 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
12786         * config.guess (*:Linux:*:*): First try asking the linker what the
12787         default object file format is (elf, aout, or coff).  Then if this
12788         fails, try previous methods.
12790 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12792         * configure.in: Don't build newlib for *-*-vxworks5.1.
12794 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12796         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12797         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12799 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
12801         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12803 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
12805         * cfg-ml-com.in: New file.
12806         * cfg-ml-pos.in: New file.
12808 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12810         * COPYING.NEWLIB: Add HP free copyright to list.
12812 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12814         * config.sub: Recognize -eabi* for the system, not just -eabi.
12816 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
12818         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12819         * config.sub, configure.in (win32): New target and host.
12821 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
12823         * configure.in: Add i386-pe configuration.
12825 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
12827         * mpw-build.in (install): Install GDB after LD.
12829 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
12831         * mpw-config.in (elf/mips.h): Always forward-include, needed
12832         for GDB to build.
12834 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
12836         * testsuite: New directory for customer acceptance and whole tool
12837         chain tests.
12839 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
12841         * configure: If per-host line isn't found, but AC_OUTPUT is found
12842         and a configure script exists, run it instead.
12844 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12846         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
12848 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
12850         * configure: Set build_{cpu,vendor,os,alias} to host values when
12851         --build isn't specified.
12853 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12855         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12856         (FLAGS_TO_PASS): Pass them.
12857         (EXTRA_TARGET_FLAGS): Ditto.
12859 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12861         * Makefile.in (all-libg++): Depend on all-libstdc++.
12863 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12865         * configure.in (noconfigdirs): Enable all packages for
12866           i386-unknown-netbsd.
12868 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
12870         * configure.in (noconfigdirs): Don't configure tk for i386-go32
12871         hosted builds (DOS builds)
12873 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
12875         Changes for ARM based on patches from Richard Earnshaw:
12876         * config.sub: Handle armeb and armel.
12877         * configure.in: Omit arm linker only for riscix.
12879 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12881         * config.guess:  Update from FSF.
12883 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
12885         * config.sub: Recognize powerpcle as the little endian variant of
12886         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
12887         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
12888         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
12889         temporarily.
12891 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
12893         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12895 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
12897         * config.sub: Accept -lites* as a basic system type.
12899 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
12901         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12902         installed, and if so return linuxoldld as the system name.
12904 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
12906         * config.guess: Add hppa1.1-hp-lites support.
12908 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
12910         * configure.in: Don't build newlib for m68k-vxworks5.1.
12912 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12914         * configure.in (mips-sgi-irix6): Use mh-irix5.
12916 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
12918         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12920 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12922         * test-build.mk: Enable building of shared libraries on IRIX 5 and
12923         OSF/1.  Fix compiler flags.
12924         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
12926 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
12928         * configure.in: Recognize --with-newlib.
12929         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12931 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
12933         * Makefile.in: move {all,check,install}-gdb from *_MODULES
12934         to *_X11_MODULES due to gdbtk needing X include files et al.
12936 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
12938         Merge in support for Mac MPW as a host.
12939         (Old change descriptions retained for informational value.)
12941         * mpw-config.in: Add generic include forwards for cpu-specific
12942         include files in aout and elf directories.
12944         * mpw-configure: Added copyright.
12945         * mpw-config.in: Check for presence of required build tools.
12946         (target_libs): Add newlib.
12947         (target_tools): Add examples.
12948         (Read Me): Generate as "Read Me for MPW" instead.
12949         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12950         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12951         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12953         * mpw-configure: Remove subdir-specific makefile hackery,
12954         delete mk.tmp after using it.
12956         * mpw-build.in (all): Display start and end times.
12958         * mpw-configure (host_canonical): Set.
12959         (target_cpu): Always add to makefiles.
12960         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12961         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12962         (mpw-mh-mpw): Look for in srcdir and srcroot.
12963         Use sed instead of mpw-edit-prefix to edit prefix definitions.
12965         * mpw-build.in: (install-only): New target.
12967         * mpw-configure (host_alias, target_alias): Rename from hostalias
12968         and targetalias, add into generated Makefile.
12969         (mk.tmp): If present, add into generated Makefile.
12970         * mpw-build.in (all-gas): Build config.h first before gas proper.
12972         * mpw-configure (config.status): Write only if changed.
12973         * mpw-config.in (readline): Configure it (not built, just used for
12974         definitions).
12976         * mpw-config.in (elf/mips.h): Add a forward include.
12978         * mpw-config.in: Forward-include most .h files in include into
12979         extra-include.
12980         (readline): Don't build.
12981         mpw-build.in (install): Install GDB.
12983         * mpw-configure (prefix, mpw_prefix): Handle it.
12984         * mpw-config.in (mmalloc, readline): Don't configure.
12985         * mpw-build.in (thisscript): Rename to ThisScript.
12986         Use mpw-build instead of BuildProgram everywhere.
12987         (mmalloc, readline): Don't build.
12988         * mpw-README: New file, basic documentation about the MPW port.
12990         * mpw-config.in: Use forward-include to create include files.
12992         * mpw-configure: Add more things to the top of each configured
12993         Makefile, including contents of config/mpw-mh-mpw.
12994         * mpw-config.in (extra-include): Create this directory and fill it
12995         with Posix-like include files when configuring.
12997         * config.sub (apple, mac, mpw): Add various aliases.
12999         * mpw-build.in: New file, top-level build script fragment for MPW.
13000         * mpw-configure: New file, configure script for MPW.
13001         * mpw-config.in: New file, config fragment for MPW.
13003 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13005         * configure.in (host_libs): Remove glob, since it is gone from the
13006         sources.
13008 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13010         * Makefile.in: define empty GDB_NLM_DEPS var.
13012         * configure.in(target_makefile_frag): use config/mt-netware
13013         for netware targets.
13015 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
13017         * config.sub: Merge in recent FSF changes.  Remove linux special
13018         cases.
13020 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13022         Revert this change:
13024         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
13026                 * build-all.mk: Use CC=cc -Xs on Solaris.
13028 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13030         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
13031         stop using it.
13032         * Makefile.in: Nuke all references to glob subdirectory.
13034 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13036         * configure.in: Fix --enable-shared logic in per-host.
13038 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13040         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13042 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13044         * configure.in (noconfigdirs): Don't build gas on AIX, for
13045         powerpc*-*-aix* as well as for rs6000*-*-aix*.
13047 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
13049         * configure: Fix --cache-file to work if the file argument is a
13050         relative path.
13052 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
13054         * configure: If the --cache-file is used, pass it down to
13055         configure in subdirectories.
13057 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
13059         * config.sub: add vxworks29k configuration.
13061 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13063         * Makefile.in (taz): Do "diststuff" part quietly.
13065 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13067         * config.sub: Mini-merge with gcc/config.sub.
13069 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13071         * config.guess (IRIX): Sed - to _.
13073 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13075         * Makefile.in (source-vault, binary-vault): New targets.
13077 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
13079         * config.sub: Recognize -eabi as a basic system type.
13081 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13083         * configure.in (enable_shared stuff): Fix typo.
13085 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
13087         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13089 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13091         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13093 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
13095         * configure.in (rs6000-*-*): Don't build gas.
13097 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
13099         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13100         reduce command line length.
13101         (AS_FOR_TARGET): Check for as.new, not Makefile.
13102         (NM_FOR_TARGET): Check for nm.new, not Makefile.
13104 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13106         * config.guess:  Merge from FSF.
13108 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13110         * configure: Don't use $ when handling program_suffix.
13112 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
13114         * configure.in:  Configure tk for hppa/hpux.
13116 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13118         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
13120 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13122         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
13123         to LIBCXXFLAGS.  Tests are better run without it.
13125 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
13127         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13129 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
13131         * configure.in (*-*-netware*): Don't configure xiberty.
13133 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
13135         * configure.in:  Remove tk from native_only list.
13137 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
13139         * build-all.mk: Add mips-ncd-elf target to sun4 targets
13140           for special NCD build.
13142 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13144         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13145         makeall.bat, they're only useful for binutils snapshots.
13146         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13147         makeall.bat to specified SUPPORT_FILES.
13149 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
13151         * build-all.mk: Add Ericsson targets to sun4 and solaris
13152           hosts.  Add  BNR's sun4 target to solaris host, so their
13153           build-from-source will be tested in-house first.
13155 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13157         * Makefile.in (LIBCFLAGS): New variable.
13158         (CFLAGS_FOR_TARGET): Ditto.
13159         (LIBCFLAGS_FOR_TARGET): Ditto.
13160         (LIBCXXFLAGS): Ditto.
13161         (CXXFLAGS_FOR_TARGET): Ditto.
13162         (LIBCXXFLAGS_FOR_TARGET): Ditto.
13163         (BASE_FLAGS_TO_PASS): Pass them.
13164         (EXTRA_TARGET_FLAGS): Ditto.
13166         * configure.in: Support --enable-shared.
13168 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13170         * configure.in (target_libs):  Include libstdc++ again.
13171         * config.guess:  Update from FSF (for FreeBSD).
13173 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13175         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13176         makeall.bat.
13177         (DISTDOCDIRS): Add `etc'.
13178         (ETC_SUPPORT_PFX): New variable.
13179         (taz): Include anything from etc starting with a word in
13180         ETC_SUPPORT_PFX.
13182 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13184         * config.sub: Update for recent FSF changes.  Remove obsolete
13185         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
13186         spacing changes.
13188 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13190         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
13192         * config.guess:  Merge with FSF.
13193         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13195 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13197         * configure: Since the "trap 0" handler will override the exit
13198         status on many systems, only use it for "exit 1", and make it set
13199         a non-zero exit status; reset it before "exit 0".  Also, check
13200         exit status of config.sub, and error out if it failed.
13202 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
13204         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13205         and install libgloss.
13207 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13209         * Makefile.in (all-binutils): Depend upon all-byacc.
13211         * configure.in: Don't build emacs on Irix 5.
13213 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13215         * configure.in (*-*-netware*): Add libio.
13217 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13219         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13220         (CHECK_TARGET_MODULES): Ditto.
13221         (INSTALL_TARGET_MODULES): Ditto.
13222         (TARGET_LIBS): Ditto.
13223         (all-libstdc++): Note dependencies.
13225 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13227         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13229 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13231         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13232         -fexternal-templates.
13234         * configure.in (target_libs): Add libstdc++.
13235         (noconfigdirs): Add libstdc++ as appropriate.
13237 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13239         * config.guess:  Update from FSF.
13241 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13243         * configure: Use ${config_shell} when running ${configsub}.
13245 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
13247         * config.sub: No longer recognize h8300h.
13249 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13251         * config.sub: Remove extraneous differences between config.sub and
13252         gcc/config.sub.
13254 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13256         * Makefile.in (DISTSTUFFDIRS): Add gas.
13258 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
13260         * COPYING.NEWLIB: New file.
13262 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13264         * config.guess (HP-UX):  Patch from Harlan Stenn
13265         <harlan@landmark.com> to also emit release level.
13267 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13269         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13271 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13273         * config.sub:  Merge nextstep cleanup from FSF.
13275 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13277         * configure.in (arm-*-*): Don't configure ld for this target.
13279 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13281         * configure.in (*-*-netware): don't configure libg++, libio,
13282           librx, or newlib.
13284 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13286         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
13287         configure ld--it works, but it doesn't support shared libraries.
13289 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13291         * config.guess (*-unknown-freebsd*):  Get rid of possible
13292         trailing "(Release)" in version string.
13293         Patch from Paul Richards <paul@isl.cf.ac.uk>.
13295 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13297         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13298         Fix type: *-next-neststep -> *-next-nextstep.
13300         * config.guess:  Merge from FSF:
13302         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
13304         * config.guess: Recognize powerpc-ibm-aix3.2.5.
13306         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
13308         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13309         instead of UNIX_SV for UnixWare 1.0).
13311 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
13313         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
13314         to make gdb/nlm/* build after the compiler and linker.
13316 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13318         * config.guess (netbsd, freebsd, linux):  Accept any machine,
13319         not just i[34]86.
13320         (m68k-atari-sysv4):  Relocate to match FSF version.
13322         * config.guess:  More merges from the FSF:
13324         Add a space before function call or macro invocation.
13326         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13328         * config.guess: Add trap cmd to remove dummy.c and dummy when
13329         interrupted.
13331         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13333         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13334         (dummy): Redirect stderr from compilation of dummy.c.
13336         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
13338         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13340 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
13342         * configure: Accept and ignore --cache*, for compatibility with
13343         new autoconf.
13345 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13347         * config.guess:  Merge from FSF:
13349         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13351         * config.guess (Pyramid*:OSx*:*:*): New case.
13352         (PATH): Add /.attbin at end for finding uname.
13353         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
13355         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
13357         * config.guess (M88*:DolphinOS:*:*): New case.
13359         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
13361         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13362         to select whether to use ELF or COFF.
13364         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13366         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13368         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
13370         * config.guess: Guess the OS version for HPUX.
13372         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
13374         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13376 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13378         * configure.in: Recognize --with-headers, --with-libs, and
13379         --without-newlib.
13380         * Makefile.in (all-xiberty): Depend upon all-ld.
13382 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13384         * configure.in: Change i[34]86 to i[345]86.
13386 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13388         * configure (version): A few more tweaks to help message.
13390 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13392         * Makefile.in:  Remove (for now) librx as a host library,
13393         now that we're building it for target.
13395 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13397         * configure: Fix up help message; from karl@owl.hq.ileaf.com
13398         (Karl Berry).
13400 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13402         * configure.in:  Also configure librx.
13404 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13406         * Makefile.in:  Update various rules to reflect that librx
13407         is now needed for libg++.
13409 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13411         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13413 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
13415         * configure.in: Configure the examples directory.
13417 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13419         * configure: Simplify Jun 2 1994 change.
13421 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13423         * change CC to /usr/latest/bin/gcc for lynx host builds, since
13424         /bin/gcc isn't good enough to build gcc.
13426 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
13428         * Makefile.in (GDB_SUPPORT_FILES): Remove
13429         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
13430         (gdb.tar.gz): Add new rule to use standard distribution building
13431         mechanism.
13433 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13435         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
13436         Bill Cox <bill@cygnus.com>.
13438 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13440         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
13442 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
13444         * configure:  Search current dir first in .gdbinit.
13446 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13448         * config.sub:  Recognize freebsd (merged from gcc config.sub).
13450 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13452         * config.sub:  Refer to NeXT's operating system as nextstep.
13454         * config.sub (case $basic_machine):  Re-order the cases, to match
13455         the order in the FSF version (which is mostly alphabethical).
13456         Merge in some additions and changes from the FSF.
13458 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
13460         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13461         * config.sub: Recognize cxux7.
13462         * configure.in: Use mh-cxux for m88k-harris-cxux*.
13464 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13466         * config.sub:  Fix typo powerpc -> powerpc-*.
13468 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
13470         * Makefile.in: `all-emacs19' depends on `all-byacc'.
13472         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13473         parallel with all-emacs and install-emacs).  Top-level command
13474         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13476 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13478         * test-build.mk ($(host)-stamp-stage2-installed): Remove
13479         $(relbindir)/make before doing ``make install'', and use
13480         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
13481         installing over running make binary.
13482         ($(host)-stamp-stage3-installed): Likewise.
13484 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13486         * config.guess: Recognize Mach.
13488 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13490         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13491         see whether --exec-prefix was used.
13493 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13495         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
13497 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13499         * Makefile.in: Add all-librx target similar to all-libproc.
13501 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
13503         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
13504         with post 1.2 uname bogosity.
13506 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13508         * configure: Remove temporary files on receipt of a signal.
13510 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
13512         * configure: If there is a package_makefile_frag, remove
13513         ${subdir}/Makefile.tem after copying it in.
13515 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13517         * build_all.mk: support rs6000 lynx identifies itself as
13518         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
13519         since /bin/gcc is too feeble to compile a modern gcc.
13521 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13523         * brought devo/test-build.mk update-to-date with progressive/
13524           test-build.mk. Add lynx targets and hppa flag info.
13526 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13528         * configure.in:  Use mh-ncrsvr43.  Patch from
13529         Tom McConnell <tmcconne@sedona.intel.com>.
13531 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13533         * config.guess (i386-unknown-bsdi):  No longer need to
13534         check #if defined(__bsdi__) && defined(__i386__).
13536 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13538         * configure: Set program_transform_nameoption correctly.
13540 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13542         * brought build-all.mk update-to-date with progressive build-all.mk,
13543           added new targets and hppa info.
13545 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13547         * configure: If config.guess result is a prefix of the user
13548         specified target, assume a native build and use the user specified
13549         target as the host alias.  Remove SunOS patch suffix removal hack.
13550         * configure.in: Remove SunOS patch suffix removal hack.
13552         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13553         in NATIVE_CHECK_MODULES.
13555 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
13557         * Makefile.in: Rename HOST_ONLY to NATIVE.
13558         * configure: Delete SunOs patch suffix from host_canonical
13559           and build_canonical variables that are prepended to Makefiles.
13560         * configure.in: Add comments for easier maintenance.
13562 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13564         * Makefile.in: Add all-libproc target similar to all-gui.
13566 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
13568         * Makefile.in (CHECK_MODULES): split into
13569         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13571 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
13573         * config.guess (i386-unknown-bsdi): New system to guess.
13575 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13577         * Makefile.in: Add all-gui target (but not yet build by "all").
13579 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
13581         * config.sub: Move deletion of patch suffix from here...
13582         * configure.in: To here, at Ian's suggestion.  The top-
13583           level scripts might need to know of a patch level.
13585 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
13587         * config.sub: Strip off patch suffix so rtl is recognized
13588           as a sunos4.1.3 machine, even though it's been patched.
13590 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
13592         * Makefile.in (INSTALL_LAST): Delete.
13593         (INSTALL_DOSREL): New.
13595 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13597         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13598         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13599         whether we pass down --with-gnu-ld anyhow.
13601 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
13603         * Makefile.in (INSTALL_LAST): Change operation so it works
13604         on more flavors of make.
13605         * configure.in (go32): Don't build libg++ or libio.
13607 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
13609         * Makefile.in (Move HOST_PREFIX_1 and friends up so
13610         they can be overriden by templates.
13612 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
13614         * configure.in (target==go32): Don't build gdb.
13615         * dosrel: New directory.
13617 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
13619         * configure.in (host==go32): Configure dosrel too.
13620         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13621         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13622         be set by incoming names or templates.
13623         (INSTALL_LAST): New rule.
13625 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
13627         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13629 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13631         * configure.in (appdirs): New variable.  Currently empty, but will
13632         be used in gas distribution.  If nonempty, lists a set of
13633         directories at least one of which must get configured, or top
13634         level configuration is considered to have failed.
13635         (rs6000-*-lynxos*): Use new file name.
13637 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13639         Eliminate XTRAFLAGS.
13640         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13641         newlib include files using -idirafter, and also use -nostdinc.
13642         (CXX_FOR_TARGET): Likewise.
13643         (XTRAFLAGS): Removed.
13644         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13645         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13646         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13647         ($(DO_X)): Don't pass down XTRAFLAGS.
13649 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13651         * configure.in (mips*-dec-bsd*): New target; do build linker.
13652         (mips*-*-bsd*): New target; don't build linker.
13654 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13656         * configure.in: support rs6000-*-lynxos* configuration.
13657         support sunos4 as a cross target.
13659         * config.sub: look for lynx*, not lynx since the OS version may
13660         legitimately be part of the name.
13662 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13664         * configure.in (i[34]86-*-sco*): Move to be with other i386
13665         targets.
13666         (romp-*-*): New target.  Skip various binary utilities.
13667         (vax-*-*): New target.  Don't build newlib.
13668         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
13670 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13672         * configure.in: Only set host_makefile_frag if config
13673         directory exists.
13675 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13677         * install.sh: If $dstdir exists, don't check whether each
13678         component does.
13680 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13682         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13684 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
13686         * configure.in (*-*-lynxos*): Don't configure newlib for either
13687         native or cross Lynx.
13689 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
13691         * config.sub (sparc64-elf): Fix os.
13692         (z8k): Remove duplicate.
13694 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13696         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13697         gcc/stmp-fixproto, to try to prevent fixproto from being run.
13699 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
13701         * configure: Make file links cleanly even if Lynx fails on
13702           an NFS symlink (at least fail cleanly).
13704 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13706         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13707         -XNh2000.
13709 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13711         * configure: Unknown options are fatal again.
13713 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
13715         * configure: Ignore --x-includes and --x-libraries, for Autoconf
13716         compatibility.
13718 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
13720         * build-all.mk: Add `clean' target.
13722 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13724         * config.guess:  Add SINIX support.
13725         * configure.in:  Add mips-*-sysv4* support.
13727 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
13729         * build-all.mk: Document all useful targets.
13730         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13731         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13733 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13735         * configure: Support --silent, --quiet.
13737 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13739         * configure: Support --disable-FEATURE.
13741 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13743         * config.guess: Recognize NCR running SVR4.3.
13745 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13747         * config.guess:  Make BSDI generate i386-unknown-bsd386.
13748         Patch from Paul Eggert <eggert@twinsun.com>.
13750 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13752         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13754 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13756         * configure: Make unrecognized options give nonfatal warnings
13757         instead of fatal errors, and pass them to any subdirectory
13758         configures in case they recognize them.
13759         Make --x equivalent to --with-x.
13761 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13763         * configure: Add --enable-* options.  Clean up usage message and
13764         some comments.
13766 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
13768         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13770 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13772         * configure.in (hppa*-*-*): Enable binutils.
13774 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13776         * config.sub: Recognize cisco.
13778 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
13780         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13782 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13784         * config.guess: about target *-hitachi-hiuxwe2, don't print more
13785         than one configuration name.  Add comment.
13787 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
13789         * config.guess: about target *-hitachi-hiuxwe2, fixed
13790         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
13791         macro is incorrect.]
13793 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13795         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13796         than the "make ls" stuff which used to be here.
13798 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13800         * config.guess:  Recognize i[34]86-unknown-freebsd.
13801         From Shawn M Carey <smcarey@rodan.syr.edu>.
13803 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13805         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13807 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
13809         * config.guess: Check for ptx.
13811 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
13813         * config.sub: Add os9k checking.
13815 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13817         * config.guess: Handle OSF1 running on HPPA processors
13819 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
13821         * configure: If subdir configure fails, print out a message with
13822         subdirectory name, in case subdir's configure code didn't identify
13823         itself.
13825 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
13827         * configure.in: Remove embedded newlines from configdirs.
13828         Avoid mismatches of substrings.  Fix matching strings at end
13829         of configdirs.
13831 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
13833         * config.guess:  Add Lynx/rs6000 config support.
13835 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
13837         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13839 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
13841         * configure.in (hppa*-*-osf*): Treat this just like most other
13842         PA configurations (eg no binutils or ld).
13843         (hppa*-*-*elf*): These configurations have binutils and ld.
13845 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13847         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
13849 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13851         * configure.in (rs6000-*-*): Build gas.
13853 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13855         * Makefile.in:  Avoid bug in losing hpux sed.
13857 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13859         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13860         for GDB and GDB has been fixed to not need it.
13862 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13864         * config.guess: Recognize vax hosts.
13866 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13868         * configure (while loop): Don't use "break 2" inside case
13869         statement -- the case statement isn't an enclosing loop.
13871 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13873         * config.guess:  Clean up NeXT support, to allow nextstep
13874         on Intel machines.  Make OS be nextstep.
13876 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
13878         * config.guess: Add alternate forms for Convex.
13880 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
13882         * configure:  Completely rewrite option processing.  Take
13883         advantage of pattern-matching to avoid invoking test frequently.
13884         Also clean up host and target defaulting logic.
13886 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13888         * Makefile.in: Replace all occurrances of "rootme" with "r" and
13889         "$${rootme}" with "$$r", to increase the likelihood that the do-*
13890         commands (plus user environment) will fit SCO limits.
13892 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13894         * configure.in: Don't issue warnings about directories which are
13895         not being configured if -norecursion is set.  Correct test for
13896         --with-gnu-as and --with-gnu-ld to not get confused by substring
13897         matches.
13899         * configure.in: Don't build gas for alpha-dec-osf1*.
13901 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
13903         * configure:  Back out Per's change of 12/19/1993.  It changes the
13904         behavior of configure in unexpected and confusing ways.
13906         Also, use different delim char when calculating
13907         program_transform_name so that the name can contain slashes.
13909 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
13911         * configure.in, config.sub: Add support for VSTa micro-kernel.
13913 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
13915         * configure.in: Nuke hacks which were used to get a special
13916         version of GAS for HPPA configurations.
13918 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13920         * configure:  If only ${target_alias} is given, use that
13921         as the default for ${host_alias}.
13922         * configure:  Add missing back-slashes before nested quotes.
13924 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
13926         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13928 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
13930         * config.guess:  Recognize some Tektronix configurations.
13931         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13933 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
13935         * config.sub: Match any flavor of SH.
13937 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
13939         * configure.in: Don't try to configure newlib for Alpha.
13941 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13943         * configure.in: Don't build ld for Irix 5.  Don't build gas,
13944         libg++ or libio for any Alpha target.
13946         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
13948 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
13950         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13951         default arguments -- so it tried to compress itself.
13953 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
13955         * configure.in (notsupp): ensure that a space is always at the end
13956           of the configdirs list, since the grep checks for an explicit space
13958 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13960         * configure.in (target i386-sysv4.2): don't build ld, since static
13961           versions of many libraries are not available.
13963 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13965         * config.guess: Recognize Apollos (using environment variables).
13966         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
13968 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13970         * config.guess: Recognize Sony news mips running newsos.
13972 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
13974         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
13975         "fi ; else" for bash.
13977 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
13979         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
13981 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
13983         * config.sub: accept unixware as an alias for svr4.2.
13984         Fix some inconsistancies with the gcc version.
13986 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13988         * Makefile.in (DISTDOCDIRS):  Add gdb.
13990 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13992         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
13994 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
13996         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
13997         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
13998         this now.
14000 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14002         * config.sub: Accept hiux* as an OS name.
14004         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14005         etc/make-stds.texi.  The underscore came from gcc, and dje now
14006         agrees that RUNTESTFLAGS is the correct name.
14008 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14010         * install.sh:  Remove 'set -e'.  It makes any conditionals
14011         in the script useless.
14013         * config.guess: Automatically recognize arm-acorn-riscix
14014         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14016 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14018         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14020 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14022         * Makefile.in (DISTDOCDIRS): New variable.
14023         (taz): Edit local Makefile.in sooner, instead of proto-toplev
14024         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
14026 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14028         * configure.in (hppa target): check the source directory for the
14029           pagas sub-directory
14031 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
14033         * config.sub: Allow -aout* and -elf*.
14035 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14037         * configure.in: Don't build ld on i386-solaris2, same as for
14038         sparc-solaris2.
14040 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14042         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14044 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14046         * configure.in:  Configure gdb for alpha.
14048 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14050         * Makefile.in (CXXFLAGS): Add -O.
14052 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14054         * config.guess: added support for DG Aviion
14056 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14058         * configure.in: Produce warning message for subdirectories not
14059         configurable for this host/target combination.  Don't try to
14060         configure gdb for vms.
14062 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14064         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14065         appropriate files before making "diststuff".
14066         (DISTBISONFILES): New var: list of files to be edited.
14067         (DISTSTUFFDIRS): Add binutils.
14069 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14071         * config.sub: also handle mipsel and mips64el (for little endian mips)
14073 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14075         * configure.in: Add * to end of all OS names.
14077 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
14079         * configure.in: Build newlib for LynxOS native.
14081 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14083         * config.guess: Add support for delta 88k running SVR3.
14085         * configure.in: Add comment about HP compiler vs. emacs.
14087 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14089         * configure.in: don't build ld on solaris2 (not a viable option
14090           due to bugs in getpwnam & getpwuid)
14092 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14094         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14095         config.guess will produce a full version number.
14097 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14099         * configure.in: Build linker and binutils for alpha-dec-osf1.
14101 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14103         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14104         and gdb/testsuite/Makefile.in.
14106 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14108         * configure.in: recognize mips*- instead of mips-
14110 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
14112         * config.sub: Accept linux*coff and linux*elf as operating
14113         systems.
14115 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14117         * config.sub: Recognize mips64, and mips3 as an alias for it.
14119 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14121         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14122         gdb knows how to handle OSF/1 shared libraries.
14124 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14126         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14127         * config.guess: Recognize Hitachi's HIUX.
14128         * config.sub: Recognize h3050r* and hppahitachi.
14129         Remove redundant cases for hp9k[23]*.
14131 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14133         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14134         if gas and ld are in the source tree and are in ${configdirs}.
14135         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14136         --with options (but still pass them down on the command line,
14137         if they were explicitly specified).
14139 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14141         * configure: substitute SHELL value in Makefile.in with
14142         ${CONFIG_SHELL}
14144 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14146         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14147         *-*-solaris2* targets.
14149 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14151         * Makefile.in: define M4, and pass it down to sub-makes;
14152         all-autoconf now depends on all-m4
14154 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14156         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14157         presence of {ar,ranlib} instead of a configured directory
14159 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
14161         * config.guess: Accept 34?? as well as 33?? for NCR.
14163 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14165         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14166         of 'gas' in sed commands, since 'gash' is now in the tree as well.
14168 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14170         * configure: grab values for $(CC) and $(CXX) from the
14171         environment, so that someone can do "CC=gcc configure; make" and
14172         have it work right (matching the way that autoconf works now)
14174         * configure.in, Makefile.in: add support for gash, the tcl
14175         interface to Galaxy
14177         * config.guess: add NetBSD variants (hp300, x86)
14179 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
14181         * install.sh: Support -d option (in the manner of SunOS 4 install,
14182         as it is more deterministic than that of GNU install)
14183         (chmodcmd): Set file to mode 755 by default (should also do default
14184         chgrp and chown, but I don't feel like dealing with that now)
14186 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
14188         * config.sub: Remove h8300hhms alias.
14190 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14192         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14194 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14196         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14197         as stmp-fixinc
14199 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14201         * config.sub: recognize m88110-bug-coff.
14203 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14205         * Makefile.in (all-libio): all dependencies on the toolchain used
14206         to build this (gcc, gas, ld, etc)
14208 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14210         * config.guess: Deal with OSF/1 1.3 on alpha.
14212 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14214         * install.sh: add some 'else true' clauses for portability
14216         * configure.in: don't build libio for h8[35]00-*-* targets
14218 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14220         * Makefile.in:  Add support for new libio.
14222 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14224         * install.sh: If one command fails, don't try the rest.  Don't try
14225         to remove $dsttmp (via trap) unless we have already created it.
14226         If $src doesn't exist, detect it and exit with an error.
14228         * config.guess: Recognize BSD on hp300.
14230 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14232         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14233         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14235 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
14237         * Makefile.in (all-send-pr): depends on all-prms
14239 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14241         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14243 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14245         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14246         Added test for mips-mips-riscos5.
14248 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14250         * configure.in: use mh-hp300 for 68k HP hosts
14252 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14254         * configure: add support for CONFIG_SHELL, so that you can use
14255         some alternate shell for evaluating configure scripts
14257 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
14259         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
14260         in configure script to bug-gdb@prep.ai.mit.edu when building
14261         distribution archive.
14262         * Makefile.in (COMPRESS):  Remove def.
14263         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
14264         gdb.tar.Z and make-gdb.tar.Z respectively.
14265         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
14266         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
14267         to convergence with 'taz' target in Makefile.in.
14269 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14271         * install.sh (dsttmp): use trap to ensure that tmp files go
14272         away on error conditions
14274 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14276         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14278 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14280         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14281         its parent is '/' not ''.
14283         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14285 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
14287         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14288         that ${newsrcdir}/configure.in does.
14290 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14292         * test-build.mk: support for CONFIG_SHELL
14294 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
14296         * config.sub (netware):  Add as a basic system type.
14298 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14300         * Makefile.in (Makefile): depend on configure.in.  Also drop the
14301           $(srcdir)/ from the dependency on Makefile.in.
14303 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
14305         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14306         (h8300hhms is temporary until multi-libraries are implemented).
14307         * configure.in: Handle h8300h too.
14309 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14311         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14313 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
14315         * configure:  Remove extraneous output when guessing host type.
14316         * config.guess:  Remove extraneous output when guessing using C
14317         compiler rather than uname, or when guessing fails.
14319 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
14321         * Makefile.in: remove all.cross and install.cross targets
14323         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14324           definitions
14326 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
14328         * configure.in (target sh): Build gprof.
14330 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14332         * config.sub: change -solaris to -solaris2
14334 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14336         * configure.in: Use config/mh-riscos for mips-*-sysv*.
14338 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
14340         * configure: Correct error message for missing Makefile.in to
14341         print correct directory.
14343 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14345         * install.sh: kludge around 386BSD shell bug
14347 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
14349         * config.guess:  Recognize NeXT.
14350         * config.guess:  Recognize i486-ncr-sysv4.
14351         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
14353 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
14355         * Makefile.in (MAKEINFOFLAGS): New variable.
14356         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14357         * build-all.mk, test-build.mk: Pass down --no-split as
14358         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
14360 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
14362         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
14364 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
14366         * Makefile.in (libg++.tar.z):  New rule.
14367         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
14368         * Makefile.in (taz):  Only do a single chmod.
14370 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14372         * install.sh: don't use dirname anymore (replaced with sed usage)
14374 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
14376         * Makefile.in:  Change extension for gzip'd files from '.z' to
14377         '.gz' per new FSF standard usage.
14379 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14381         * configure: put quotes around the final value of program_transform_name
14383 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14385         * Makefile.in: new install.sh support; update install-info rules
14387 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
14389         * configure.in: Build diff for crosses, but not for go32 host.
14391         * configure.in: Build gprof only for native, and don't build it
14392         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14394 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
14396         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14398 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14400         * configure.in (host_tools): Add prms.
14402 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14404         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14405         with $(FLAGS_TO_PASS) on the command line
14407         * config.sub: Recognize lynx and lynxos
14409 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
14411         * config.sub: Accept -ecoff*, not just -ecoff.
14413 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14415         * Makefile.in (taz): Use .gz suffix instead of .z.
14416         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14417         names.
14419 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14421         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14423 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14425         * Makefile.in (install-no-fixedincludes):  install gcc last, so
14426         that rebuilds that might happen during 'make install' don't get
14427         bogus gcc include files
14429 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14431         Change from Utah for HPPA support:
14432         * config.guess: Recognize hppa1.x-hp-bsd.
14434 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
14436         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
14437         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14439 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14441         * config.sub: Add support for rom68k and bug boot monitors.
14443 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
14445         * Makefile.in: Make all-opcodes depend on all-bfd.
14447 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
14449         * config.guess: Added special check for i[34]86-univel-sysv4*.
14451 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
14453         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14454         the processor rather than assuming i486.
14456 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14458         * config.guess: Recognize SunOS6 as Solaris3.
14460 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
14462         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
14463         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14465 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
14467         * build-all.mk (all-cross): New target for Canadian Cross.
14468         Added Q2 go32 targets.
14469         * test-build.mk: Configure go32 cross sparclite-aout and
14470         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
14471         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14473 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14475         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14476         GO32 hosted toolchains
14478 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14480         * configure: change  so "-exec-prefix" gets passed down rather
14481         than "-exec_prefix" so autoconf generated Makefiles get the
14482         exec_prefix set right.
14484 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14486         * config.guess: get the Solaris2 minor version number
14488         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14490 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14492         * config.guess: Recognize some Sequent platforms.
14494 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14496         * Makefile.in: added the vault-install target
14498         * configure.in: actually use the Sun3 makefile fragment that's in
14499         config, also added the release dir to configdirs
14501 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14503         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14505 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14507         * configure.in: remove some program from Alpha targetted toolchains
14509 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
14511         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
14512         gprof.
14513         (taz): Run "make diststuff" in those directories instead of "make
14514         proto-dir".  Look for "VERSION=" only at start of line in subdir
14515         Makefile.  Use "gzip -9" for compression.
14516         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14517         (binutils.tar.z): New target.
14519 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14521         * Makefile.in (taz): Include gpl.texinfo.
14523 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14525         * Makefile.in (setup-dirs): Merged into "taz" target.
14526         (taz): Only do `proto-dir' stuff if a directory is actually needed
14527         for this target.
14529 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
14531         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14532         (FLAGS_TO_PASS): Pass down MUNCH_NM.
14533         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14534         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14535         (gcc-no-fixedincludes): Correct for current gcc Makefile.
14537 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
14539         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
14540         config.sub, and move-if-change to gdb testsuite distribution
14541         archive, so the testsuite can be extracted, configured, and
14542         run separately from the gdb distribution.  Blow away the Chill
14543         tests that require a Chill compiled executable, since GNU Chill
14544         is not yet publically available.
14546 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14548         * test-build.mk: set environment variables in a single command,
14549         instead of a list of assignments and exports
14551         * config.guess: recognize Alpha/OSF1 systems
14553 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14555         * configure: Change help message to prefer --options rather than
14556           -options.
14558 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14560         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14561         zippy@ecst.csuchico.edu.
14562         * config.guess: Recognize miniframe.
14564 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14566         * Makefile.in: Use srcroot to find runtest rather than rootme.
14567         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
14569 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
14571         * test-build.mk: Extensive additions to support building on a
14572         machine other than the host.
14574 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14576         * configure (tooldir): Fix for i386-aix again.
14578 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
14580         * configure, Makefile.in:  Change definition of $(tooldir)
14581         to match the FSF.
14583 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
14585         * config.guess:  Recognize i[34]86/SVR4.
14587 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14589         * Makefile.in (all-gdb): gdb depends on sim.
14591 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
14593         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
14594         at the same time we make the prototype gdb directory.
14595         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
14596         files at the same time as the gdb base release distribution.
14598 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
14600         * Makefile.in (check): Use individual check targets rather than
14601         DO_X rule.
14602         (check-gcc): Added.
14604 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
14606         * config.sub: Use sysv3.2 not sysv32 for canonical OS
14607         for System V release 3.2.
14609 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14611         * config.sub: Recognize hppaosf.
14612         * configure.in: Do configure ld/binutils/gas for it.
14614 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14616         * configure (tooldir): Alter syntax used to set this, for systems
14617         where "\$" isn't handled right, like i386-aix.
14619 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14621         * configure: Pass program-transform-name, not
14622         program_transform_name, to recursive configures.
14624 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
14626         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14627         of gas+ld+binutils.
14629 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
14631         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
14633 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14635         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14637 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14639         * Makefile.in (PRMS): Set back to all-prms.
14641 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
14643         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14644         targets, rather than for MIPS hosts.
14646 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14648         * configure.in: add comment for --with-x default values
14650         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14652         * Makefile.in: add check-* targets for each of the directories in
14653         the tree.  Add a definition of RUNTEST that will use the one we
14654         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
14656 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
14658         * configure.in: Removed obsolete references to bfd_target and
14659         target_makefile_frag.
14661         * build-all.mk: Set assorted targets for Q2.
14662         * config.sub: Recognize z8k-sim and h8300-hms.
14663         * test-build.mk: Really don't pass host to configure.
14664         (HOLES): Added uname.
14666 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
14668         * configure: Handle an empty program-prefix, program-suffix or
14669         program-transform-name correctly.
14671 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
14673         * build-all.mk: -G 8 no longer required for MIPS targets.
14674         * test-build.mk: Don't pass host argument to configure; make it
14675         guess.
14677 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
14679         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
14680         * Makefile.in (COMPRESS):  New macro, like GZIP.
14682 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
14684         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14686         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14687         with gas currently defaults to -G 0.
14689 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
14691         * Makefile.in (all-flex): flex depends on byacc.
14693         * build-all.mk: If host not specified, use config.guess.  Pass TAG
14694         to test-build.mk as RELEASE_TAG.
14695         * test-build.mk (configargs): New variable containing arguments to
14696         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
14697         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14699         * config.guess: Use /bin/uname when checking -X argument on SCO,
14700         to avoid invoking GNU uname which doesn't understand -X.
14702         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14704         * configure.in: Build gas for mips-*-*.
14706 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14708         * Makefile.in (all.normal): insert missing backslash.
14710 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
14712         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
14714         * Makefile.in: Complete overhaul to merge many almost identical
14715         targets.
14717 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14719         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14720         (gdb.tar.Z): Adjusted.
14722         * Makefile.in (setup-dirs, taz): New targets; should be general
14723         enough to adapt for gdb sometime.  Build only .z file.
14724         (gas.tar.z): New target.
14726 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
14728         * build-all.mk: Use CC=cc -Xs on Solaris.
14730 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
14732         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
14733         for handling BISON for FSF releases.
14735 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14737         * configure: Actually implement the change zoo just documented.
14739 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
14741         * configure: when using config.guess, only set target_alias when
14742         it's not already been set (ie, on the command line)
14744 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14746         * Makefile.in: add installcheck target, set PRMS to install-prms
14748 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14750         * configure: add support for package_makefile_fragment, handle the
14751         case where a directory has a configure.in file but no Makefile.in
14752         more gracefully (with an actual understandable error message, even);
14753         add support for --without (and add this to the usage message); also
14754         explicitly add a --host=${host_alias} to the command line when
14755         config.guess is used
14757 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
14759         * configure: Must use both --host and --target in recursive calls.
14761 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14763         * Makefile.in: Change deja-gnu to dejagnu.
14765 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14767         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14769 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14771         * configure.in: canonicalize all instances to *-*-solaris2*,
14772         also strip out a number of tools to not build for go32 host
14774 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14776         * config.guess: add GPL.
14778         * Makefile.in, config.guess, config.sub, configure: bump
14779           copyrights to 93.
14781 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
14783         * Makefile.in (do-info): Removed obsolete check for existence of
14784         localenv file.
14786         * Makefile.in (MAKEOVERRIDES): Define to be empty.
14788 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14790         * Makefile.in: a couple of 'else true' for decstation,
14791         support for TclX
14793         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14795 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
14797         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14799 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
14801         * config.guess: Recognize i386-ibm-aix (PS/2).
14802         * configure.in: Use config/mh-aix386 file for it.
14804 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
14806         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14807         CC_FOR_TARGET instead.
14808         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14810 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
14812         * Makefile.in: Add sim to list of directories sent with gdb
14814 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
14816         * configure.in: Put back mips-dec-bsd* case.
14818 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
14820         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14821         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
14822         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
14824 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14826         * configure.in: remove no-op mips-dec-bsd* in "case $target"
14828         * Makefile.in (dir.info): only run gen-info-dir if it exists,
14829         (install-info): install dir.info only if it exists,
14830         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14832 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
14834         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
14835         gas for mips-dec-bsd.
14837 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
14839         * configure (makesrcdir): If ${srcdir} is relative and not ".",
14840         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14842 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
14844         * configure.in: Added "dejagnu" to hosttools list.
14846 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
14848         * config.sub, configure.in, config.guess:  Add support
14849         for Bosx, an AIX variant from Bull.
14850         Patches from F.Pierresteguy@frcl.bull.fr.
14852 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
14854         * devo/dejagnu: Initial creation of devo/dejagnu.
14855         Migrated dejagnu testcases and support files for testing software
14856         tools to reside as subdirectories, currently called "testsuite",
14857         within the directory of the software tool.  Migrated all programs,
14858         support libraries, etc. beloging to dejagnu proper from
14859         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
14860         with no modifications.  The changes to these files which will
14861         allow them to configure, build, and execute properly will be made
14862         in a future update.
14864 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14866         * Makefile.in: Change send_pr to send-pr.
14867         * configure.in: Likewise.
14868         * send_pr: Renamed directory to send-pr.
14870 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
14872         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
14874 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
14876         * README:  Update for gdb-4.8 release.
14877         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
14878         gdb-xxx.tar.z (gzip'd) file also.
14880 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14882         * Makefile.in: make all-diff depend on all-libiberty
14884 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
14886         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14888 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14890         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14892 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
14894         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
14895         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
14896         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
14898 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14900         * Makefile.in:  makeinfo binary is in a new location
14902 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
14904         * config.sub: Accept -ecoff as an OS.
14906         * Makefile.in: Various changes to eliminate a level of make
14907         recursion and reduce the required command line length.
14908         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14909         sub-makes.
14910         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14911         variables holding settings for specific sub-makes.
14912         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14913         in terms of BASE_FLAGS_TO_PASS.
14914         (TARGET_LIBS): New variable listing directories which use
14915         TARGET_FLAGS_TO_PASS.
14916         (subdir_do): Eliminated.
14917         (do-*): New set of targets to replace subdir_do.
14918         (various): All targets which used subdir_do now depend on do-*.
14919         (local-clean): Renamed from do_clean.
14920         (local-distclean): New target, dependency of distclean and
14921         realclean.
14922         (install-info): Don't create directories.  Depend on dir.info
14923         rather than calling make recursively.
14924         (install-dir.info): Eliminated.
14925         (install-info-dirs): Create all info directories here.
14926         (dir.info): Depend upon do-install-info.
14928         * test-build.mk (HOLES): Added false.
14930 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
14932         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
14934 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14936         * Makefile.in (info): remove dependency on all-texinfo.  The
14937         problem was really in texinfo/C, not at this level.
14939 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
14941         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14943 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
14945         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
14946         GDB releases.
14948 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14950         * configure: Include srcdir in message about target of link not
14951         being found.  Don't convert `-' to `_' in `with' options being
14952         passed to subdirs.
14954 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14956         * configure.in: add uudecode to host_tools
14958         * Makefile.in: added {all,install}-uudecode targets, added them to
14959         the appropriate lists
14961 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
14963         * Makefile.in (all-gcc): Added dependency on all-gas.
14965         * configure.in (mips-*-*): Build ld and binutils.
14967 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14969         * configure: check return code from mkdir, print error message and
14970           exit on failure.
14972 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
14974         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
14976 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
14978         * test-build.mk (HOLES): Added tar, cpio and uudecode.
14980 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
14982         * config.sub (h8500):  Recognize this as a cpu type.
14984 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14986         * configure: source directory missing is no longer a warning
14988         * configure.in: recognize irix[34]* instead of irix[34]
14990         * Makefile.in: define and pass down X11_LIB
14992 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
14994         * guess-systype: Renamed to ...
14995         * config.guess:  ... by popular request.
14996         * configure.in, Makefile.in:  Update accordingly.
14998 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
15000         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
15001         + Add Convex, Cray/Unicos, and Encore/Multimax support.
15002         + Execute ./dummy instead of assuming . is in PATH.
15004 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
15006         * guess-systype:  New shell script.  Attempts to guess the
15007         canonical host name of the executing host.
15008         Only a few hosts are supported so far.
15009         * configure:  Call guess-systype if no host is specified.
15011 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15013         * Makefile.in (gcc-no-fixedincludes): Made to work with current
15014         gcc Makefile.
15017 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
15019         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15020         (all-gcc, install-gcc, subdir_do): Use it.
15022 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15024         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15026 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
15028         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15029           set exclusively by configure, using configure.in .
15031 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15033         * test-build.mk: set $PATH for all builds
15035         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15037 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
15039         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
15040         the one used in gcc/Makefile.in, so that a null expansion doesn't
15041         override the one needed to build gcc with a native cc.
15044 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15046         * configure: Accept -with arguments.
15048 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15050         * Makefile.in: added h8300sim
15052 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
15054         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15055         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
15056         (all-cygnus, native, build-cygnus): Make
15057         $(canonhost)-stamp-3stage-done, not $(host)....
15058         * test-build.mk (stamp-3stage-compared): Use tail +10c for
15059         i386-sco3.2v4.  Added else true to if command.
15061 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
15063         * config.sub: (from FSF) Sequent uses a BSD-like OS.
15065 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
15067         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15069 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15071         * configure.in: don't remove binutils from Solaris builds
15073 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
15075         * Makefile.in: get rid of earlier definitions for *clean,
15076         also handle the recursive info rule better
15078 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
15080         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
15081         do more-or-less the right thing.
15083 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
15085         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15086         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15088 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15090         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15091         $(host_canonical).
15093         * configure.in: split the configdirs list into 4 categories (native
15094         v. cross, library v. tool) and handle the cross-only and native-
15095         only in more reasonable (and correct!) way.
15097 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
15099         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
15100         configdirs anymore.
15102 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15104         * Makefile.in: extensive cleanup::  removed all of the explicit
15105         clean-* targets, collapsed many wrappers around subdir_do into
15106         one, added additional targets to satisfy standards.texi, deleted
15107         some old targets, some changes for consistency
15109 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15111         * configure.in: handle some programs as cross-only, and others as
15112         native only
15114         * test-build.mk: handle partial holes in a more generic manner
15116         * Makefile.in: m4 depends on libiberty
15118 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15120         * configure.in: add m4, textutils, fileutils, sed, shellutils,
15121         time, wdiff, and find to configdirs
15123         * Makefile.in: all, clean, and install rules for the new programs
15124         added to configure.in
15126 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15128         * configure.in: use mh-sun for all *-sun-* hosts
15130 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15132         * Makefile.in: define flags for X11 include files and library file
15133         locations, pass them down to the programs that need this info
15135         * build-all.mk: added a 'native' target, to 3stage the native toolchain
15137 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15139         * configure.in: start building libg++ for HP-UX targets
15141 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
15143         * README:  Update references to files moved into etc/.
15145 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
15147         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
15148         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
15150 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15152         * configure: accept dash as well as underscore in long option
15153         names for FSF compatibility.
15155 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
15157         * config.sub: added -sco3.2v4 support from FSF.
15159 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15161         * configure.in: expand the section that adds or removes
15162         directories from the list of programs to build, to handle native
15163         vs. cross in addition to host v. native
15165 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
15167         * Makefile.in:  Replace C++ in macro names with CXX.
15168         This is less likely to break ...
15170 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15172         * test-build.mk: add -w to GNU_MAKE
15174 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15176         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15177         add 'sparc' to list of recognized cpus.  This needed to make
15178         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15179         Delete some redundant ose68 variants.  Recognize -wrs as an os,
15180         then changes that into $CPU-wrs-vxworks.
15182         * configure.in: remove most references to gdbtest, regularize
15183         target based program removal
15185         * test-build.mk: import from p3 tree (many fixes and changes)
15187 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
15189         * Makefile.in: added rules to handle tcl, tk, and expect
15191         * configure.in: handle those directories if they exist
15193 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15195         * config.sub: removed bogus hppabsd and hppahpux names, since
15196         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15198 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15200         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
15201         depends upon all-xiberty
15203         * Makefile.in: changes from p3, including:
15205         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
15207         * Makefile.in (XTRAFLAGS): include newlib directories if
15208         newlib/Makefile exists, rather than if host != target.
15210         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
15212         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15213         from the same source tree and not building a cross-compiler.  This
15214         matters for the libg++ configuration if reconfiguring a tree that
15215         has already been installed.
15217         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
15219         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15220         pick up the machine and system specific header files.
15222         * Makefile.in: added AS_FOR_TARGET, passed down in
15223         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15224         the C compiler to use to create programs which are run in the
15225         build environment, set it to default to $(CC), and passed it down
15226         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15228         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
15230         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15231         We need them for unusual native builds, like systems without
15232         ranlib.
15234         * configure: also define $(host_canonical) and
15235         $(target_canonical), which are the full, canonical names for the
15236         given host and target
15238 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
15240         * Makefile.in:  Added separate definitions for C++.
15242 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
15244         * configure.in (configdirs):  Add deja-gnu.
15246 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
15248         * README:  Update for configure.texi and gdb-4.7 release.
15250 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
15252         * Makefile.in:  Move "all" target to top of file.
15253         Previously, first target was ".PHONY" which caused BSD4.4 make
15254         to build .PHONY when make was run without arguments.
15256 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
15258         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
15259         Library-copylefted code in libiberty.
15261 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
15263         * config.sub:  Replace m68kmote with plain old m68k.
15265 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
15267         * Makefile.in:  Remove space from blank line, avoid Make complaints.
15269 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
15271         * config.sub: Complain if no argument is given.  Added support for
15272         386bsd as OS and target alias.
15274 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
15276         * Makefile.in (XTRAFLAGS): include newlib directories if
15277         newlib/Makefile exists, rather than if host != target.
15279 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
15281         * config.sub: recognize sparclite-wrs-vxworks.
15283         * Makefile.in (install-xiberty): added *-xiberty make rules (from
15284         p3.) Added clean-xiberty to clean.
15286 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15288         * configure.in: use *-*-* instead of nested cases for host and target
15290 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
15292         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15293         from the same source tree and not building a cross-compiler.  This
15294         matters for the libg++ configuration if reconfiguring a tree that
15295         has already been installed.
15297 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
15299         * config.sub (i486v/i486v4):  Merge in from FSF version.
15301 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
15303         * configure: only set PWD if it is already set.
15305 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
15307         * configure: just set PWD=`pwd` at the top, since Ultrix sh
15308         doesn't have unset and all success paths (and most error paths)
15309         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15310         to just ${PWD} to avoid confusion.)
15312 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
15314         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15315         even for a native compilation.
15317 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
15319         Changes to make the gdb.tar.Z rule work better.
15321         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
15322         (DEVO_SUPPORT):  Add configure.texi.
15323         (bfd-ilrt.tar.Z):  Remove ancient rule.
15325 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
15327         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15328         pick up the machine and system specific header files.
15330         * configure.in, config.sub: added new target m68010-adobe-scout,
15331         with alias of adobe68k.  Changed configure.in to check for
15332         -scout before -sco* to avoid a false match.
15334         * Makefile.in: added AS_FOR_TARGET, passed down in
15335         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15336         the C compiler to use to create programs which are run in the
15337         build environment, set it to default to $(CC), and passed it down
15338         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15340 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15342         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15343         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
15344         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15345         FOR_TARGET variants, to newlib and libg++.
15347 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15349         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15350         first.
15352 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
15354         * config.sub:  Accept `elf' as an environment.
15356 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15358         * Makefile.in (all-opcodes):  cd into the right directory
15360 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
15362         * configure: added -program_transform_name option, used as
15363         argument to sed when installing programs.
15364         configure.texi: added documentation for -program_prefix,
15365         -program_suffix and -program_transform_name.
15367 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
15369         * config.sub:  Accept i486 where i386 ok.
15371 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
15373         * config.sub: accept we32k
15375 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
15377         * config.sub, configure.in: accept OSE68000 and OSE68k.
15379         * Makefile.in: don't create all directories for ``make install'';
15380         let the subdirectories create the ones they need.
15382 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15384         * COPYING: new file, GPL v2
15386 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15388         * Makefile.in: use the new gen-info-dir, which needs a template
15389         argument (which also lives in texinfo)
15391         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15393 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
15395         * config.sub (ncr3000):  Change i386 to i486.
15397 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15399         * Makefile.in: add install-rcs, install-grep to
15400         install-no-fixedincludes, removed install-bison and install-libgcc
15402 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
15404         * configure.in: grab the HPUX makefile fragment if on HPUX
15406 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15408         * Makefile.in: eradicate bison spoor (ditto libgcc).
15409          configure.in: recognise m68{k,000}-ericsson-OSE.
15410          es1800 is alias for m68k-ericsson-OSE
15412 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15414         * configure.in: rearrange the parts that remove programs from
15415         configdirs, based now on HOST==TARGET or by canonical triple.
15417 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15419         * test-build.mk: recurse explicitly with -f test-build.mk when
15420           appropriate.  predicate stage3 and comparison on the existence
15421           of gcc.  That is, if gcc isn't around, we aren't three-staging.
15422           On very clean, also remove ...stamp-co.  Build in-place before
15423           doing other builds.
15425 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15427         * Makefile.in, configure.in: add tgas
15429 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15431         * Makefile.in: a number of changes merged in from progressive.
15433         * configure.in: add libm.
15435         * .cvsignore: ignore some stuff that comes from test-build.mk.
15437 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
15439         * config.sub:  Add es1800 (m68k-ericsson-es1800).
15441 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15443         * configure: Add program_suffix (parallel to program_prefix)
15444         * Makefile.in: adjust directory-creating script for losing decstation
15446 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
15448         * configure:  Minor $subdir-related fixes.
15450 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15452         * configure: fix various problems with propogating
15453         makefile_target_frag in subdirs.
15454         * configure.in: config libgcc if its there
15456 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
15458         * config.sub:  HPPA merge.
15460 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
15462         * Makefile.in:  Replace all-bison with all-byacc in all
15463         dependency lines for other tools (which now use byacc).
15465 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
15467         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
15469 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
15471         * Makefile.in: make gprof rules similar to byacc rules (instead of
15472         vestigal $(unsubdir) that didn't work...)
15474 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
15476         * config.sub:  Add support for Linux.
15477         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
15478         (at least for libg++).
15480 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
15482         * configure.texi: fix doc for the -nfp option to configure
15484 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
15486         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15488 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
15490         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15491         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15492         * configure.in: added solaris* host_makefile_frag hook.
15494 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15496         * config.sub: changed recognition of m68000 so that various
15497         m68k types can be specified via m680[01234]0
15499 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15501         * config.sub (basic_machine): fix sed so that '-foo' isn't
15502         completely substituted out while .+'-foo' loses the '-foo'
15504 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15506         * config.sub ($os): Add -aout.
15508 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
15510         * configure:  If host_makefile_frag is absolute, don't
15511         prefix ${invsubdir} (relevant to libg++ auto-configure).
15513 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15515         * Makefile.in (tooldir): Define it.
15516         (all-ld): Depend on all-flex.
15518 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
15520         * Makefile.in (check):  Fix libg++ special case.
15522 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
15524         * configure: do not bury `pwd` into config.status, thus do fewer
15525           pwd's.
15527         * configure: print the "Building in" message only when building in
15528           other than "." AND verbose.
15530         * configure: remove -s, rework -v to better accommodate guested
15531           configures.
15533         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15535 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
15537         * Makefile.in: macroize flags passed on recursion.  remove
15538           fileutils.
15540 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
15542         * configure: get makesrcdir right for subdirs deeper than 1.
15544         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15545           install.
15547 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
15549         * Makefile.in: don't print subdir_do or recursion lines.
15551 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
15553         * standards.texi: added menu item.
15555         * Makefile.in: build and install standards.info.
15557         * standards.texi: new file.
15559 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15561         * configure: test for and move config.status pieces from
15562           ${subdir}/.
15564 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
15566         * configure:  Test for existance of files before trying to mv
15567         them, to avoid numerous non-existance messages.
15569 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
15571         * configure: correct final line of config.status.
15573         * configure: patch from eggert.  Avoids a protection problem if
15574           the original Makefile.in is read only.
15576         * configure: use move-if-change from gcc to create config.status.
15577           Some makefiles depend on config.status to tell if a directory
15578           has been reconfigured for a different host.  This change
15579           prevents those directories from remaking everything in the case
15580           where the reconfig was only intended to rebuild a Makefile.
15582         * configure: test for config.sub with "config.sub sun4" rather
15583           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
15584           host alias from a missing config.sub.
15586 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15588         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15589           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
15591 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
15593         * configure: mkdir ${subdir} as needed.
15595 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
15597         * Makefile.in,configure.in: added autoconf.
15599 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15601         * Makefile.in: no longer pass against on recursion.
15603         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15604           definitions are not inherited.
15606         * configure: correct makesrcdir when subdir is .
15608 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
15610         * configure:  Add support for 'subdirs' variable, which is
15611         like 'configdirs', except that configure doesn't re-invoke
15612         itself for subdirs, it just creates a Makefile for each subdir.
15613         * configure.texi:  Document subdirs.
15615 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15617         * configure.in: added flex to configdirs
15619 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
15621         * Makefile.in: remove clean-stamps from clean.
15623 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
15625         * configure.in:  Add gdbtest to configdirs.
15627 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
15629         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
15630         to recursive makes.
15631         * configure.in:  Recognize new ncr3000 config.
15633 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
15635         * Makefile.in, configure.in: removed references to gdbm.
15637 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
15639         * config.sub:  Don't canonicalize os value
15640         newsos* to bsd (readline needs to check for newsos).
15641         (This fix was earlier made Jan 31, but got re-broken.)
15643 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
15645         * configure.in:  sco is an os, not a vendor!
15647         * configure:  Quote $( better.  Keep various shells happy.
15649 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
15651         * Makefile.in: eliminate stamp-files.
15653 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
15655         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
15656           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15658 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
15660         * config.sub:  fix iris/iris3.
15662 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
15664         * configure: re-add -rm.
15666 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
15668         * Maskefile.in: add .stmp-rcs to all.
15670         * configure.in: remove gas from rs6000 build, use aix host fragment.
15672 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
15674         * configure: pass down site_option during recursion.
15676 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
15678         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
15680 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
15682         * configure: Change exec_prefix so that it really defaults to prefix.
15684 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
15686         * Makefile.in, configure.in:  Add support for mmalloc library.
15688 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
15690         * Makefile.in: add stmp dependencies for a few more things.
15692 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
15694         * configure: adjusted error message on objdir/srcdir configure
15695           collision, per john's suggestion.
15697         * Makefile.in: add libiberty stmp to all and all.cross.
15699 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
15701         * Makefile.in: remove force dependencies, add grep to all.
15703 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
15705         * Makefile.in: drop flex.  make stamp files work.
15707         * configure: added test for conflicting configuration in srcdir,
15708           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
15709           gets cranky.  use relative paths for configure and srcdir
15710           whenever possible.  Send some error messages to stderr that were
15711           going to stdout.
15713 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
15715         * Makefile.in:  Fix libg++ rule to check for gcc directory
15716         before using gcc/gcc.  Also pass XTRAFLAGS.
15718 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
15720         * Makefile.in: added stmp-files so that directories aren't polled
15721           when they are already built.
15723         * configure.texi: fixed a node pointer problem.
15725 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
15727         * config.sub configure.in gdb/configure.in
15728         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15729         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15730         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
15732 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15734         * configure: -recurring becomes -silent.  corrected help message
15735           for -site= option.
15737         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15739 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15741         * configure: when building Makefile for crosses, replace
15742           tooldir and program_prefix.  default srcdir from location of
15743           config.sub.  remove "for host in hosts" and "for target in
15744           targets" loops.
15746 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15748         * Makefile.in: Do not pass bindir or mandir to cvs.
15750 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
15752         * Makefile.in, configure.in: removed traces of namesubdir,
15753           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
15754           copyrights to '92, changed some from Cygnus to FSF.
15756         * configure.texi: remove most references to multiple hosts,
15757           multiple targets, subdirs, etc.
15759         * configure.man: removed rcsid. reference config.sub not
15760           config.subr.
15762         * Makefile.in: mkdir $(infodir) on install-info.
15764 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
15766         * configure.texi:  Explain better about .gdbinit and about
15767         the environment that configure.in sections run in.
15769 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
15771         * configure.in:  Ultrix is only a decstation if it's a MIPS.
15773 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
15775         * README:  DOC.configure => cfg-paper.texi.
15777 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
15779         * config.sub (near case $os):  Don't convert newsos* to bsd!
15781 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
15783         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
15784         the number of copies of COPYING that go into the GDB tar file.
15786 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
15788         * bfd/configure.in, gdb/config/mh-i386sco,
15789         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15790         Fix SCO configuration stuff.
15792 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
15794         * Makefile.in:  For libg++, make sure the -I pointing
15795         to the gcc directory goes *after* all the libg++-local -I flags.
15796         Also, move just-gcc dependency from just-libg++ to all-libg++.
15798 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
15800         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
15802 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
15804         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
15806 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
15808         * config.sub:  Add stratus configuration frags.  Also
15809         submitted to FSF.
15811 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
15813         * Makefile.in (DEV_SUPPORT):  add configure.man.
15815         * config.sub(Decode manufacturer-specific):  add -none*.
15817 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
15819         * Makefile.in:  remove form feeds to make Sun's make happy.
15820         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
15822 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
15824         * Makefile.in (AR_FLAGS):  Make quieter.
15826 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
15828         * configure.in:  Add libg++.
15829         * configure:  When verbose, don't output the command line at each
15830         level; it will be unremarkably the same as the previous version,
15831         which will be the same as what the user typed.
15833 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
15835         * configure.in, Makefile.in: fix clean-info, add flex.  add
15836           fileutils.
15838         * configure: be less sensitive to spaces in Makefile.in.  Do not
15839           look for sources in "..".  Doing so breaks subdirectories that
15840           might have their own configure.  If a subdir has it's own
15841           configure script, use it.
15843 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
15845         * cfg-paper.texi: some changes suggested by rms.
15847 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
15849         * config.sub:  Merge in some small additions from the FSF version,
15850         taken from the gcc distribution, to bring the Cygnus and FSF
15851         versions into closer sync.
15853 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
15855         * configure.in:  Changed svr4 references to sysv4.
15857 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
15859         * configure: added -V for version number option.
15861 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
15863         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15864           renamed from DOC.configure to cfg-paper.texi.
15866 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15868         * configure, config.subr, config.sub: config.subr is now
15869           config.sub again.
15871 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
15873         * configure.texi: new file, in progress.
15875         * Makefile.in: build info file and install the man page for
15876           configure.
15878         * configure.man: new file, first cut.
15880         * configure: find config.subr again now that configuration "none"
15881           has gone.  removed all traces of the -ansi option.  removed all
15882           traces of the -languages option.
15884         * config.subr: resync from rms.
15886 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15888         * configure, config.sub, config.subr: merge config.sub into
15889           config.subr, call the result config.subr, remove config.sub, use
15890           config.subr.
15892         * Makefile.in: revised install for dir.info.
15894 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15896         * configure.in: add decstation host makefile frag.
15898         * Makefile.in: BISON now bison -y again.  also install-gcc on
15899           install.  clean-gdbm on clean.  infodir belongs in datadir.
15900           Make directories for info install.  Build dir.info here then
15901           install it.
15903 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15905         * Makefile.in: fix for bad directory tests.
15907 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15909         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
15910           regexp.  -srcdir relative was being handled incorrectly.
15912         * Makefile.in: unwrapped some for loops so that parallel makes
15913           work again and so one can focus one's attention on a particular
15914           package.
15916 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15918         * configure: added PWD as a stand in for `pwd` (for speed). use
15919           elif wherever possible.  make -srcdir work without -objdir.
15920           -objdir= commented out.
15922 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15924         * configure: +options become --options.  -subdirs commented out.
15925           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
15926           Makefile now at top of generated Makefile.  Removed cvs log
15927           entries.  added -srcdir.  create .gdbinit only if there is one
15928           in ${srcdir}.
15930         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
15931           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
15932           and mandir now keyed off datadir by default.
15934 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15936         * Freshly created ChangeLog.
15939 Local Variables:
15940 mode: change-log
15941 left-margin: 8
15942 fill-column: 76
15943 version-control: never
15944 End: