Fix build error introduced in Android patch porting
[official-gcc.git] / gcc-4_6_2-mobile / ChangeLog
blob249743aadfc00232dfc537044f9871f7f623e893
1 2012-01-02  Richard Guenther  <rguenther@suse.de>
3         PR bootstrap/51686
4         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
5         * Makefile.in: Regenerate.
7 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
9         * configure: Regenerate.
11 2011-11-20  Andreas Tobler  <andreast@fgznet.ch>
13         * libtool.m4: Additional FreeBSD 10 fixes.
15 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
17         PR target/49992
18         * configure.ac: Remove ranlib special-casing for Darwin.
19         * configure: Regenerate.
21 2011-10-26  Release Manager
23         * GCC 4.6.2 released.
25 2011-06-27  Hans-Peter Nilsson  <hp@axis.com>
27         PR regression/47836
28         PR bootstrap/23656
29         PR other/47733
30         PR bootstrap/49247
31         PR c/48825
32         * configure.ac (target_libraries): Remove target-libiberty.
33         Remove all target-specific settings adding target-libiberty to
34         skipdirs and noconfigdirs.  Remove checking target_configdirs
35         and removing target-libiberty but keeping target-libgcc if
36         otherwise empty.
37         * Makefile.def (target_modules): Don't add libiberty.
38         (dependencies): Remove all traces of target-libiberty.
39         * configure, Makefile.in: Regenerate.
41 2011-06-27  Release Manager
43         * GCC 4.6.1 released.
45 2011-03-25  Release Manager
47         * GCC 4.6.0 released.
49 2011-03-21  David Edelsohn  <dje.gcc@gmail.com>
51         * config.guess: Detect AIX 7.1.
53 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
55         PR lto/48086
56         * configure.ac: Re-enable LTO on *-apple-darwin9.
57         * configure: Regenerate.
59 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
61         PR lto/48086
62         * configure.ac: Disable LTO on darwin due to an assembler change in
63         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
64         under 256.
65         * configure: Regenerate.
67 2011-03-11  Chen Liqin  <liqin.gcc@gmail.com>
69         * MAINTAINERS: Update myself as score backend maintainer,
70         update my e-mail address.
72 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
74         * MAINTAINERS: Update my e-mail address.
76 2011-03-06  Joey Ye  <joey.ye@arm.com>
78         * MAINTAINERS: Update my e-mail address.
80 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
82         * configure.ac: Adjust test of with_ppl.
83         * configure: Regenerated.
85 2011-03-02  Kai Tietz  <ktietz@redhat.com>
87         * MAINTAINERS: Adjust my e-mail address.
89 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
91         * configure.ac: Add -lpwl to ppllibs.
92         * configure: Regenerated.
94 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
96         * config/cloog.m4: Add -lisl to clooglibs.
97         * configure: Regenerated.
99 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
101         * MAINTAINERS (CPU Port maintainers): Add self.
103 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
105         * MAINTAINERS: Add myself as testsuite maintainer.
107 2011-02-15  Mike Stump  <mikestump@comcast.net>
109         * MAINTAINERS: Add myself as testsuite maintainer.
111 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
113         Import from Libtool and gnulib:
115         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
117         Prepare for supporting FreeBSD 10.
118         * config.rpath: Remove handling of freebsd1* which soon would
119         match FreeBSD 10.0.
121         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
123         Remove support for FreeBSD 1.x.
124         * libtool.m4 (_LT_LINKER_SHLIBS)
125         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
126         soon would incorrectly match FreeBSD 10.0.
128 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
130         PR binutils/12283
131         * move-if-change: Import version from gnulib.
133 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
135         PR lto/47225
136         * Makefile.def (lto-plugin): Double dash for enable-shared.
137         (configure-gcc): Depend on all-lto-plugin.
138         * Makefile.in: Rebuilt.
140 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
142         * configure.ac: Remove extra bracket.
143         * configure: Regenerate.
145 2011-02-08  Tobias Burnus  <burnus@net-b.de>
147         * MAINTAINERS: Add myself as libquadmath maintainer.
149 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
151         * MAINTAINERS: Update my email address.
153 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
155         * MAINTAINERS (option handling): Add self.
157 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
159         PR lto/47225
160         * Makefile.def: Add dependency for install-gcc
161         on install-lto-plugin.
162         * Makfile.in: Regenerated
164 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
166         * MAINTAINERS (CPU Port Maintainers): Add myself.
168 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
170         PR libgcj/44341
171         * configure.ac: Discard --with-* flags for host when configuring
172         target libraries for cross build.
173         * configure: Rebuilt.
175 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
177         * MAINTAINERS (linear loop transforms): Removed.
179 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
181         * configure.ac: If with_ppl is no, move setting with_cloog=no
182         after CLOOG_REQUESTED check.
183         * configure: Regenerated.
185 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
187         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
188         CLooG has been requested.
189         * configure: Regenerated.
191 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
193         * configure: Regenerated.
194         * configure.ac: Check for version 0.11 (or later revision) of PPL.
196 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
198         * configure: Regenerated.
199         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
201 2011-01-21  Andreas Schwab  <schwab@redhat.com>
203         * configure.ac: Use AS_HELP_STRING throughout.
204         * configure: Regenerate.
206 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
208         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
209         * configure: Regenerate.
211 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
213         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
215 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
217         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
218         for ia64-hpux.
219         * configure: Regenerate.
221 2011-01-07  Jan Hubicka  <jh@suse.cz>
223         PR lto/47225
224         * Makefile.in: Regenerate.
225         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
226         configure.
228 2011-01-07  Jan Hubicka  <jh@suse.cz>
230         * Makefile.in: Regenerate.
231         * Makefile.def (gcc host module) and soft dependency on lto-plugin
232         and configure dependency on lto-plugin configure.
233         (lto-plugin module): Remove dependency on GCC; add dependency on
234         liniberty.
236 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
238         * MAINTAINERS (Write After Approval): Add myself.
240 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
242         * configure: Regenerate.
244 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
246         * configure.ac: (picochip): Disable libiberty.
248 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
250         * MAINTAINERS (Write After Approval): Add myself.
252 2010-12-10  Ian Lance Taylor  <iant@google.com>
254         PR bootstrap/46819
255         * configure.ac: For --disable-libgcj clear libgcj_saved.
256         * configure: Rebuild.
258 2010-12-10  Tobias Burnus  <burnus@net-b.de>
260         PR fortran/46540
261         * configure.ac: Add --disable-libquadmath and
262         --disable-libquadmath-support.
263         * configure: Regenerate.
265 2010-12-03  Ian Lance Taylor  <iant@google.com>
267         * MAINTAINERS: Add myself as libgo maintainer.
269 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
271         PR libffi/46792
272         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
273         * configure: Regenerate.
275 2010-12-02  Ian Lance Taylor  <iant@google.com>
277         * configure.ac: Always set default for poststage1_ldflags to
278         -static-libstdc++ -static-libgcc.
280 2010-11-29  Andreas Schwab  <schwab@redhat.com>
282         * configure.ac: Move comment to remove extra space in last argument
283         of GCC_TARGET_TOOL.
285 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
287         PR other/46026
288         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
289         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
290         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
291         (BASE_FLAGS_TO_PASS): Use it.
292         * configure: Rebuilt.
293         * Makefile.in: Rebuilt.
295 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
297         PR binutils/12258
298         * configure.ac: Correct comments for --enable-gold/--enable-ld.
299         Properly check default linker.
300         * configure: Regnerated.
302 2010-11-23  Matthias Klose  <doko@ubuntu.com>
304         * configure.ac: For --enable-gold, handle value `default' instead of
305         `both*'.   New configure option --{en,dis}able-ld.
306         * configure: Regenerate.
308 2010-11-20  Ian Lance Taylor  <iant@google.com>
310         * configure.ac: Only disable a language library if no language needs
311         it.  Don't let --disable-libgcj uncondtionally disable libffi.
312         * configure: Rebuild.
314 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
316         * Makefile.in: Regenerate.
318         PR other/46202
319         * configure.ac: Fix just-built in-tree STRIP name to be
320         binutils/strip-new.
321         * configure: Regenerate.
322         * Makefile.def (install-strip-gcc, install-strip-binutils)
323         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
324         (install-strip-sid): Mirror dependencies on non-strip variants
325         of these targets on the respective -strip prerequisites.
326         * Makefile.tpl (install-strip, install-strip-host)
327         (install-strip-target): New targets.
328         (install-strip-[+module+], install-strip-target-[+module+]):
329         New targets.
330         * Makefile.in: Regenerate.
332 2010-11-19  Ian Lance Taylor  <iant@google.com>
333             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
335         * configure.ac: Add target-libgo to target_libraries.  Set
336         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
337         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
338         (HOST_EXPORTS): Add GOC.
339         (BASE_TARGET_EXPORTS): Add GOC.
340         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
341         (GOCFLAGS_FOR_TARGET): New variable.
342         (EXTRA_HOST_FLAGS): Add GOC.
343         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
344         * Makefile.def (target_modules): Add libgo.
345         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
346         (dependencies): Add dependency from configure-target-libgo to
347         configure-target-libffi and all-target-libstdc++-v3.  Add
348         dependencies from all-target-libgo to all-target-libffi.
349         (languages): Add go.
350         * configure: Rebuild.
351         * Makefile.in: Rebuild.
353 2010-11-19  Ian Lance Taylor  <iant@google.com>
355         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
356         compiler/flag environment variables.
358 2010-11-18  Ian Lance Taylor  <iant@google.com>
360         * configure.ac: Check for lang_requires_boot_languages in
361         config-lang.in files.
362         * configure: Rebuild.
364 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
365             Tobias Burnus  <burnus@net-b.de>
367         PR fortran/32049
368         * Makefile.def: Add libquadmath; build it with language=fortran.
369         * configure.ac: Add libquadmath.
370         * Makefile.tpl: Handle multiple libs in check-[+language+].
371         * Makefile.in: Regenerate.
372         * configure: Regenerate.
374 2010-11-16  Tom Tromey  <tromey@redhat.com>
376         * MAINTAINERS: Moved myself to reviewers section.
378 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
380         * MAINTAINERS: Moved myself to reviewers section.
382 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
384         * MAINTAINERS (Various Maintainers): Add self for build machinery.
385         (Write After Approval): Remove self.
387 2010-11-15  Andreas Schwab  <schwab@redhat.com>
389         * configure.ac: Fix spelling in option names.
390         * configure: Regenerated.
392 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
394         PR bootstrap/39622
395         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
396         * configure: Regenerated.
398 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
400         * MAINTAINERS: Update my email address.
402 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
404         * configure: Regenerate.
406 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
408         * configure: Regenerate.
410 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
412         * configure: Regenerate.
414 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
416         * configure: Regenerate.
418 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
420         * configure.ac: Support official CLooG.org versions.
421         * configure: Regenerate.
422         * config/cloog.m4: New.
424 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
426         * MAINTAINERS (Write After Approval): Add myself.
428 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
430         * MAINTAINERS: Update my email address.
432 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
434         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
435         * configure: Regenerate.
437 2010-11-03  Ian Lance Taylor  <iant@google.com>
438             Dave Korn  <dave.korn.cygwin@gmail.com>
440         PR lto/46273
441         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
442         and on other supported platforms whenever LTO is enabled.
443         * configure: Rebuild.
445 2010-11-02  Alan Modra  <amodra@gmail.com>
447         PR binutils/12110
448         * configure.ac: Error when source path contains spaces.
449         * configure: Regenerate.
451 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
453         * MAINTAINERS: Update my email address.
455 2010-10-20  Ian Lance Taylor  <iant@google.com>
457         * Makefile.def (target_modules): Set lib_path to src/.libs for
458         libstdc++-v3 module.
459         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
460         * Makefile.in: Rebuild.
462 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
464         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
465         (Write After Approval): Remove myself.
467 2010-10-15  Tristan Gingold  <gingold@adacore.com>
469         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
471 2010-10-14  Douglas Rupp  <rupp@gnat.com>
473         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
475 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
477         * configure.ac (build_lto_plugin): New shell variable.
478         (--enable-lto): Turn on by default for all non-ELF platforms that
479         have had LTO support added so far.  Set build_lto_plugin appropriately
480         for both ELF and non-ELF.
481         (configdirs): Add lto-plugin or not based on build_lto_plugin.
482         * configure: Regenerate.
484 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
486         Sync from src:
487         * configure.ac (v850 support): Remove target-libgloss from
488         noconfigdirs.
489         * configure: Regenerate.
491 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
493         PR bootstrap/45326
494         PR bootstrap/45174
495         * configure.ac: Honor initial values of $build_configargs,
496         $host_configargs, $target_configargs.  Mark the precious, so
497         environment settings get recorded.
498         * configure: Regenerate.
500 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
502         PR bootstrap/45796
503         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
504         Depend on all-build-libiberty.
505         * Makefile.in: Regenerate.
507 2010-09-30  Michael Eager  <eager@eagercon.com>
509         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
510         * configure: Regenerate.
512 2010-09-28  Michael Eager  <eager@eagercon.com>
514         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
516 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
518         PR bootstrap/44621
519         * configure.ac: Fix unportable shell quoting.
520         * configure: Regenerate.
522 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
524         * configure.ac (enable-lto): Add Darwin to the list of supported lto
525         targets and amend comment.
526         * configure: Regenerate.
528 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
530         * MAINTAINERS (Write After Approval): Add myself.
532 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
534         * configure.ac: Enable LTO by default on Darwin.
535         * configure: Regenerate.
537 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
539         * MAINTAINERS (Write After Approval): Add myself.
541 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
543         * MAINTAINERS (Write After Approval): Add myself.
545 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
547         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
548         ports
550 2010-07-28  David Yuste  <david.yuste@gmail.com>
552         * MAINTAINERS (Write After Approval): Add myself.
554 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
556         * configure.ac: Support all v850 targets.
557         * configure: Regenerate.
559 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
561         PR bootstrap/44455
562         * configure.ac (extra_mpfr_configure_flags): Copy from
563         extra_mpc_gmp_configure_flags.
564         * configure: Re-generated.
566 2010-07-22  Andi Kleen  <ak@linux.intel.com>
568         * MAINTAINERS (Write After Approval): Add myself.
570 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
572         * MAINTAINERS (Write After Approval): Add myself.
574 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
576         * MAINTAINERS (Write After Approval): Add myself.
578 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
580         PR target/44862
581         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
582         Provide -B option to allow for link spec %s substitutions for
583         libstdc++.a on darwin.
584         * Makefile.in: Regenerate.
586 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
588         * MAINTAINERS (Reviewers): Update my e-mail address
590 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
592         * Makefile.def (configure-gcc): Depend on all-libelf.
593         * Makefile.in: Rebuild.
595 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
597         * MAINTAINERS (Write After Approval): Add myself in the right place.
599 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
601         * MAINTAINERS (Write After Approval): Add myself.
603 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
605         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
607 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
609         * config.sub: Update to version 2010-05-21.
610         * config.guess: Update to version 2010-04-03.
612 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
614         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
615         * configure: Regenerate.
617 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
619         * MAINTAINERS (Write After Approval): Add myself.
621 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
623         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
624         a platform that supports LTO.
625         * configure: Regenerate.
627 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
629         * configure.ac: Allow all the versions greater than 0.10 of PPL.
630         * configure: Regenerated.
632 2010-04-27  Roland McGrath  <roland@redhat.com>
633             H.J. Lu  <hongjiu.lu@intel.com>
635         * configure.ac (--enable-gold): Support both, both/gold and
636         both/bfd to add gold to configdirs without removing ld.
637         * configure: Regenerated.
639         * Makefile.def: Add install-gold dependency to install-ld.
640         * Makefile.in: Regenerated.
642 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
644         PR lto/42776
645         * configure.ac (--enable-lto): Refactor handling so libelf tests
646         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
647         and allow LTO to be explicitly enabled on non-ELF platforms that
648         are known to support it inside else-clause.
649         * configure: Regenerate.
651 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
653         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
654         * configure: Regenerate.
656 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
658         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
659         * configure: Regenerate.
661 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
663         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
664         separately.
665         * configure: Regenerate.
667 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
669         * MAINTAINERS (Write After Approval): Add myself.
671 2010-04-14  Tristan Gingold  <gingold@adacore.com>
673         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
674         * configure: Regenerate.
676 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
678         * configure: Regenerate after change to elf.m4.
680 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
682         * MAINTAINERS (Write After Approval): Add myself.
684 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
686         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
687         * configure: Regenerated.
689 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
691         * configure.ac: Print "buggy but acceptable" when CLooG
692         revision is less than 9.
693         * configure: Regenerated.
695 2010-04-01  Diego Novillo  <dnovillo@google.com>
697         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
699 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
701         PR bootstrap/43615
702         PR bootstrap/43328
704         Revert:
706         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
708         * configure.ac: Do not pass --enable-multilib nor
709         --disable-multilib in baseargs.  Accept explicitly passed
710         --enable_multilib.
711         * configure: Regenerate.
713 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
715         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
717 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
719         * MAINTAINERS: Remove myself.
721 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
723         PR bootstrap/43328
724         * configure.ac: Do not pass --enable-multilib nor
725         --disable-multilib in baseargs.  Accept explicitly passed
726         --enable_multilib.
727         * configure: Regenerate.
729 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
731         * MAINTAINERS (spu port): Remove me.
733 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
735         * configure.ac (tic6x-*-*): New case.
736         * configure: Regenerate.
738 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
740         * config.sub: Update to version 2010-03-22.
741         * config.guess: Update to version 2009-12-30.
743 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
745         PR ada/42554
746         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
747         * configure: Regenerate.
749 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
751         * MAINTAINERS: Update my email address.
753 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
755         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
756         (ghassan.shobaki@amd.com): Removed.
758 2010-03-17  Alan Modra  <amodra@gmail.com>
760         * MAINTAINERS: Update my email address.
762 2010-03-16  Diego Novillo  <dnovillo@google.com>
764         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
765         Matthews.
767 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
769         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
770         Gutson, Jeffrey D. Oldham and Mark Shinwell.
772 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
774         * MAINTAINERS: Update my email address.
776 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
778         * MAINTAINERS: Update my email address.
780 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
782         * MAINTAINERS: Update my email address.
784 2010-03-09  Jie Zhang  <jie@codesourcery.com>
786         * MAINTAINERS: Update my email address.
788 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
790         PR libstdc++/32499
791         * configure.ac (RANLIB): Default to true.
792         (STRIP): Likewise.
793         (RANLIB_FOR_TARGET): Remove superfluous : argument.
794         * configure: Regenerate.
796 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
798         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
799         (Write After Approval): Update my email address.
801 2010-02-17  Nick Clifton  <nickc@redhat.com>
803         PR 11238
804         * Makefile.tpl (local-distclean): Also remove config.cache files in
805         sub-directories as there may not be Makefiles present in the
806         sub-directories.
807         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
808         the config.cache files found by the find command.
810         * Makefile.in: Regenerate.
811         * configure.ac: Revert previous delta.
812         * configure: Regenerate.
814 2010-02-15  Nick Clifton  <nickc@redhat.com>
816         PR 11238
817         * configure.ac: Delete config.cache files in sub-directories when
818         deleting Makefiles.
819         * configure: Regenerate.
821 2010-02-12  Ben Elliston  <bje@gnu.org>
823         * MAINTAINERS: Update my email address.
825 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
827         * MAINTAINERS (spu port): Update my email address.
829 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
831         * MAINTAINERS: Add myself as a maintainer for the bfin port.
833 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
835         * configure.ac: Add "recommended" version checks for GMP/MPC.
836         Update recommended GMP/MPFR/MPC versions.
837         * configure: Regenerate.
839 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
841         * MAINTAINERS: Move my Embecosm email address into the
842         write-after-approval section.
844 2010-01-26  Ian Lance Taylor  <iant@google.com>
846         * MAINTAINERS: Add myself as Go frontend maintainer.
848 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
850         PR libstdc++/36101, PR libstdc++/42813
851         * configure.ac (bootstrap_target_libs): Make inclusion of
852         target-libgomp conditional on libgomb being in target_configdirs.
853         * configure: Regenerate.
855 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
857         PR libstdc++/36101, PR libstdc++/42813
858         * configure.ac (bootstrap_target_libs): Include target-libgomp.
859         * configure: Regenerate.
861 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
863         PR libstdc++/36101, PR libstdc++/42813
864         * configure.ac (target_configdirs): Substitute.
865         * Makefile.def: Bootstrap target module libgomp.
866         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
867         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
868         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
869         * configure, Makefile.in: Regenerate.
871 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
873         * MAINTAINERS: Adjust my details.
875 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
877         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
879 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
881         * MAINTAINERS: reindented my entry with tabs instead of spaces.
883 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
885         * MAINTAINERS (Write After Approval): Add myself.
887 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
889         * MAINTAINERS (Write After Approval): Add myself.
891 2010-01-11  Richard Guenther  <rguenther@suse.de>
893         PR lto/41569
894         * Makefile.def (all-lto-plugin): Depend on all-gcc.
895         * Makefile.in: Regenerated.
897 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
899         * configure.ac: Enable libjava build on x86_64-*freebsd*.
900         * configure: Regenerate.
902 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
903             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
905         PR bootstrap/42424
906         * configure.ac: Include libtool m4 files.
907         (_LT_CHECK_OBJDIR): Call it.
908         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
909         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
911         * configure: Regenerate.
913 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
915         PR bootstrap/41818
916         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
917         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
918         * Makefile.in: Regenerate.
920 2010-01-02  Richard Guenther  <rguenther@suse.de>
922         PR lto/41529
923         * configure.ac: Include config/elf.m4.  Disable LTO if not
924         builting for an elf target.
925         * configure: Regenerate.
927 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
929         * MAINTAINERS: Change my email address.
931 2009-12-18  Ben Elliston  <bje@au.ibm.com>
933         * config.sub, config.guess: Update from upstream sources.
935 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
937         * MAINTAINERS (Write After Approval): Add myself.
939 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
941         PR middle-end/30447
942         PR middle-end/30789
943         PR other/40302
945         * configure.ac: Require MPC.
946         * configure: Regenerate.
948 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
950         PR target/38384
951         PR bootstrap/40972
952         * libtool.m4: Sync from git Libtool.
953         * ltoptions.m4: Likewise.
954         * ltversion.m4: Likewise.
955         * lt~obsolete.m4: Likewise.
956         * ltmain.sh: Likewise.
958 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
960         * configure.ac: Update minimum MPC version to 0.8.
961         * configure: Regenerate.
963 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
965         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
966         * configure: Regenerated.
968 2009-11-21  Ian Lance Taylor  <iant@google.com>
970         * configure.ac: Change default of poststage1_ldflags to be empty if
971         poststage1_libs is set.  When poststage1_libs is empty, and
972         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
973         * configure: Rebuild.
975 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
977         * MAINTAINERS (Write After Approval): Update my email address.
979 2009-11-20  Ben Elliston  <bje@au.ibm.com>
981         * config.guess: Update from upstream sources.
983 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
985         * Makefile.def: Restore host and target settings for gmp.
986         * Makefile.in: Rebuild.
988 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
990         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
991         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
992         Fix portability of test of C++ as bootstrap language.  Add
993         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
994         * configure: Rebuild.
995         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
996         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
997         in-tree building.
998         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
999         (POSTSTAGE1_HOST_EXPORTS): Use it.
1000         (STAGE[+id+]_CXXFLAGS): New.
1001         (BASE_FLAGS_TO_PASS): Pass it down.
1002         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
1003         extra_exports.
1004         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1005         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1006         extra_exports.
1007         * Makefile.in: Rebuild.
1009 2009-11-17  Ben Elliston  <bje@au.ibm.com>
1011         * config.sub, config.guess: Update from upstream sources.
1013 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
1015         * MAINTAINERS (Write After Approval): Add myself.
1017 2009-11-09  Jon Beniston  <jon@beniston.com>
1019         * MAINTAINERS (Write After Approval): Add myself.
1021 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
1023         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
1024         paths for *-w64-mingw* and x86_64-*mingw*.
1025         * configure: Regenerated.
1027 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
1029         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
1031 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
1033         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
1034         Phil Edwards to Write-After Approval.
1036 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
1038         * configure.ac: Disable target-winsup & co for
1039         x86_64-*-mingw* and *-w64-mingw* targets.
1040         * configure: Regenerated.
1042 2009-10-16  Nick Clifton  <nickc@redhat.com>
1044         * MAINTAINERS: Add myself as a maintainer for the RX port.
1046 2009-10-26  Johannes Singler  <singler@kit.edu>
1048         * MAINTAINERS (Write After Approval): Update my e-mail address.
1050 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1052         * configure.ac (CLooG test): Use = with test.
1053         * configure: Regenerate.
1055 2009-10-22  Richard Guenther  <rguenther@suse.de>
1057         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
1058         cloog if the ppl version check failed.  Move flags saving
1059         before setting in libelf check.
1060         * configure: Regenerate.
1062 2009-10-21  Richard Guenther  <rguenther@suse.de>
1064         * configure.ac: Adjust the ppl and cloog configure to work as
1065         documented.  Disable cloog if ppl was disabled.  Omit the version
1066         checks if they were disabled.
1067         * configure: Re-generate.
1069 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1071         * configure.ac: Add 'lto' to enable_languages, not
1072         new_enable_languages, and only if not already present.
1073         * configure: Regenerate.
1075 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
1077         * README: Refer to the various COPYING* files instead of just
1078         COPYING.
1079         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
1081 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
1083         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
1084         
1085 2009-10-07  Richard Guenther  <rguenther@suse.de>
1087         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
1088         and Richard Guenther as reviewers.
1089         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
1090         as reviewers.
1092 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
1094         * config.sub: Update from upstream sources.
1096 2009-10-06  Ian Lance Taylor  <iant@google.com>
1098         * Makefile.def: check-gold depends upon all-gas.
1099         * Makefile.in: Rebuild.
1101 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
1103         * MAINTAINERS (Write After Approval): Add myself.
1105 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
1107         * Makefile.def: all-lto-plugin depends on all-libiberty.
1108         set bootstrap=true for lto-plugin.
1109         Add lto-plugin.
1110         * Makefile.in: Regenerate.
1111         * configure.ac (host_libs): Add lto-plugin.
1112         * configure: Regenerate.
1114 2009-10-03  Diego Novillo  <dnovillo@google.com>
1116         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1117         (HOST_LIBELFLIBS): Define.
1118         (HOST_LIBELFINC): Define.
1119         * Makefile.in: Regenerate.
1120         * configure.ac: Add --enable-lto.
1121         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1122         If --enable-lto is used, add 'lto' to new_enable_languages.
1123         If --enable-lto is used and gold is enabled, add
1124         lto-plugin to configdirs.
1125         * configure: Regenerate.
1127 2009-10-03  Simon Baldwin  <simonb@google.com>
1129         * configure.ac: If --with-system-zlib, suppress local zlib and
1130         pass --with-system-zlib to subdir configure scripts.
1131         * configure: Regenerate.
1133 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
1134             Paolo Bonzini  <bonzini@gnu.org>
1136         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1137         $(srcdir).
1138         * Makefile.in: Rebuilt.
1140 2009-09-26  Gary Funck  <gary@intrepid.com>
1142         * MAINTAINERS (Write After Approval): Add myself.
1144 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1146         * configure.ac: Update minimum MPC version to 0.7.
1147         * configure: Regenerate.
1149 2009-09-25  Nick Clifton  <nickc@redhat.com>
1151         * configure.ac: Pass any --cache-file=/dev/null option on to
1152         subconfigures.
1153         * configure: Regenerate.
1155 2009-09-23  Nick Clifton  <nickc@redhat.com>
1157         * config.sub, config.guess: Update from upstream sources.
1159 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
1161         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1162         * Makefile.in: Rebuilt.
1164 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1166         PR bootstrap/32272
1167         * configure.ac: Error out if $srcdir isn't '.' but contains
1168         host-${host_noncanonical}.
1169         * configure: Regenerate.
1171 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1173         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
1174         maintainer.
1176 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1178         * configure.ac: If bootstrapping a combined tree with
1179         --enable-gold, require c++ in stage1_languages.
1180         * configure: Regenerate.
1182         * configure.ac: Also add target_libs of stage1_languages to
1183         bootstrap_target_libs.
1184         * configure: Regenerate.
1186         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1187         with --enable-languages not containing c++.
1188         * configure: Regenerate.
1190 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
1192         * configure.ac: Disable java and boehm-gc for bfin-*-*.
1193         * configure: Regenerate.
1195 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
1197         * MAINTAINERS (Write After Approval): Update my e-mail address,
1198         and move from from here...
1199         (Waiting for paperwork): To here.
1201 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
1203         * MAINTAINERS (Reviewers): Add self as driver reviewer.
1205 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1207         * configure.ac: Do not use $extrasub for replacing @if/@endif
1208         parts in Makefile; instead, use additional arguments to
1209         AC_CONFIG_COMMANDS to do the replacement manually, with several
1210         sed invocations, to avoid HP-UX sed command limits.
1211         * configure: Regenerate.
1213 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
1215         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
1216         blank before -L.
1218 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
1220         * configure.ac (with-build-config): Document.  Handle without.
1221         Handle missing argument.
1222         * configure: Rebuilt.
1224 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
1226         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
1227         Default to bootstrap-debug only if compare-debug works.
1228         * configure: Rebuilt.
1229         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1230         * Makefile.in: Rebuilt.
1232 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1234         * MAINTAINERS (OS Port Maintainers): Update my email address.
1236 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
1238         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1239         * Makefile.in: Rebuilt.
1241 2009-09-01  Chris Demetriou  <cgd@google.com>
1243         * MAINTAINERS (Write After Approval): Add myself.
1245 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
1247         PR debug/30161
1248         * include/dwarf2.h (enum dwarf_tag): Added
1249         DW_TAG_GNU_template_template_param
1250         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
1252 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1254         * Makefile.tpl (AWK): Fix typo.
1255         * Makefile.in: Regenerate.
1257 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1259         * configure.ac: Detect awk and sed.
1260         * Makefile.def (flags_to_pass): Add AWK and SED.
1261         * Makefile.tpl (AWK, SED): New.
1262         (BASE_FLAGS_TO_PASS): Add AWK and SED.
1263         * configure: Regenerate.
1264         * Makefile.in: Regenerate.
1266 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
1268         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
1269         (collapseslashes): Likewise.
1271 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1273         * configure.ac (AC_PREREQ): Bump to 2.64.
1275 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1277         * configure.ac: Remove --with-datarootdir, --with-docdir,
1278         --with-pdfdir, --with-htmldir switches.
1279         * configure: Regenerate.
1281         * configure: Regenerate.
1283         * compile: Sync from Automake 1.11.
1284         * depcomp: Likewise.
1285         * install-sh: Likewise.
1286         * missing: Likewise.
1287         * mkinstalldirs: Likewise.
1288         * ylwrap: Likewise.
1290 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
1292         * ltmain.sh (func_normal_abspath): New function.
1293         (func_relative_path): Likewise.
1294         (func_mode_help): Document new -bindir option for link mode.
1295         (func_mode_link): Add new -bindir option, and use it to place
1296         output DLL if specified.
1298 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1300         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1301         (baseargs): Add --disable-option-checking.
1302         * configure: Regenerate.
1304         * Makefile.def (configure-target-libiberty): Depend on
1305         all-binutils and all-ld.
1306         (configure-target-newlib): Likewise.
1307         * Makefile.in: Regenerate.
1309 2009-08-17  Ben Elliston  <bje@au.ibm.com>
1311         * config.sub, config.guess: Update from upstream sources.
1313 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1315         Sync from src, merge:
1317         2009-07-02  Tristan Gingold  <gingold@adacore.com>
1319         * configure.ac: Do not exclude gas for i386-*-darwin.
1320         Add a case for x86_64-*-darwin.
1321         * configure: Regenerate.
1323 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
1325         * MAINTAINERS: Add my name to Write After Approval list.
1327 2009-08-06  Michael Eager  <eager@eagercon.com>
1329         * configure.ac: Add Microblaze target.
1330         * configure: Regenerate.
1332 2009-07-31  Christian Bruel  <christian.bruel@st.com>
1334         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1335         * configure: Regenerate.
1336         
1337 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
1339         * MAINTAINERS (Write After Approval): Update my e-mail address.
1341 2009-07-06  Ian Lance Taylor  <iant@google.com>
1343         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1344         * configure: Rebuild.
1346 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
1348         * MAINTAINERS: Move myself to the Graphite Reviewers.
1350 2009-06-30  Wei Guozhi  <carrot@google.com>
1352         * MAINTAINERS: Add my name to Write After Approval list.
1354 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
1356         PR bootstrap/40338
1357         * configure.ac (comparestring): Create new variable.
1358         * Makefile.tpl (comparestring): Use to skip some comparisions.
1359         * configure: Regenerate.
1360         * Makefile.in: Regenerate.
1362 2009-06-26  Doug Evans  <dje@sebabeach.org>
1364         * Makefile.def (host_modules): Add cgen.
1365         * Makefile.in: Regenerate.
1366         * configure.ac (host_tools): Add cgen.
1367         * configure: Regenerate.
1369 2009-06-23  DJ Delorie  <dj@redhat.com>
1371         * MAINTAINERS: Add myself as mep maintainer.
1373 2009-06-23  Ian Lance Taylor  <iant@google.com>
1375         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
1376         boot_languages.  Only bootstrap target libraries listed in
1377         target_libs for some boot language.  Add --with-stage1-ldflags,
1378         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
1379         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
1380         if not building with C++.
1381         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1382         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1383         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1384         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1385         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
1386         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1387         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1388         * configure, Makefile.in: Rebuild.
1390 2009-06-23  Li Feng  <nemokingdom@gmail.com>
1392         * MAINTAINERS: Added my name to write-after-approval list.
1394 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
1396         * configure.ac: Define is_elf for QNX Neutrino targets.
1397         * configure: Regenerate.
1399 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
1401         * MAINTAINERS: Added my name to the write-after-approval list
1403 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1405         * configure.ac: Detect MPC in default directory.
1406         * configure: Regenerate.
1408 2009-06-03  Jerome Guitton  <guitton@adacore.com>
1409             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1411         * Makefile.tpl (all): Avoid a trailing backslash.
1412         * Makefile.in: Regenerate.
1414 2009-06-03  Ben Elliston  <bje@au.ibm.com>
1416         * config.sub, config.guess: Update from upstream sources.
1418 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
1420         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1421         to noconfdirs.
1422         * configure: Regenerate.
1424 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
1426         * Makefile.tpl ([+compare-target+]): Compare all stage
1427         directories, rather than just gcc.
1428         * Makefile.in: Rebuilt.
1430 2009-06-01  Doug Kwan  <dougkwan@google.com>
1432         * configure.ac: Support gold for target arm*-*-*.
1433         * configure: Regenerate.
1435 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1437         * Makefile.def: Add MPC support and dependencies.
1438         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
1440         * Makefile.in, configure: Regenerate.
1442 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
1444         * Makefile.tpl (all): Avoid harmless warning in make all when
1445         gcc-bootstrap is enabled but stage_last does not exist.
1446         * Makefile.in: Rebuilt.
1448 2009-05-24  Nicolas Roche  <roche@adacore.com>
1450         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1451         * Makefile.in: Regenerate.
1453 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
1455         * MAINTAINERS: Update my e-mail address.
1457 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1459         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
1460         * configure:  Regenerate.
1462 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1464         PR other/40159
1465         * Makefile.tpl (all): Don't assume gcc-bootstrap and
1466         gcc-no-bootstrap are mutually exclusive.
1467         * Makefile.in: Rebuilt.
1469 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1471         PR other/40159
1472         * Makefile.tpl (all): Don't end with unconditional success.
1473         * Makefile.in: Rebuilt.
1475 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
1477         PR target/37137
1478         * Makefile.def (flags_to_pass): Remove redundant and incomplete
1479         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1480         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1481         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
1482         stage_configureflags, stage_cflags and stage_libcflags into
1483         explicit Makefile macros.
1484         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1485         GFORTRAN.
1486         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1487         CC.  Set CC_FOR_BUILD from CC.
1488         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1489         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1490         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1491         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
1492         and GFORTRAN.
1493         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1494         (_LIBCFLAGS): Renamed to _TFLAGS.
1495         (do-compare-debug, do-compare3-debug): Drop.
1496         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1497         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1498         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1499         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1500         (XGCC_FLAGS_FOR_TARGET): New.
1501         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
1502         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
1503         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
1504         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
1505         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
1506         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
1507         TFLAGS.
1508         (BUILD_CONFIG): Include if requested.
1509         (all): Set TFLAGS on bootstrap.
1510         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
1511         (all-stageid-prefixmodule): Likewise.
1512         (do-clean, distclean-stageid): Set TFLAGS.
1513         (restrap): Fix whitespace.
1514         * Makefile.in: Rebuilt.
1516 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
1518         * config.guess: Sync with src.
1520 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1522         * configure.ac ($with_ppl):  Default to no if not supplied.
1523         ($with_cloog):  Likewise.
1524         configure:  Regenerate.
1526 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
1528         * MAINTAINERS: Update my e-mail address.
1530 2009-04-27  Nick Clifton  <nickc@redhat.com>
1532         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
1534 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
1536         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1537         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1538         * Makefile.in: Regenerate.
1540 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1542         PR bootstrap/39739
1543         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1544         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1546         * configure, Makefile.in: Regenerate.
1548 2009-04-21  Taras Glek  <tglek@mozilla.com>
1550         * include/hashtab.h: Update GTY annotations to new syntax
1551         * include/splay-tree.h: Likewise
1553 2009-04-17  Ben Elliston  <bje@au.ibm.com>
1555         * config.sub, config.guess: Update from upstream sources.
1557 2009-04-15  Anthony Green  <green@moxielogic.com>
1559         * configure.ac: Add moxie support.
1560         * configure: Rebuilt.
1562 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
1564         * configure.ac: Change copyright header to refer to version
1565         3 of the GNU General Public License and to point readers at the
1566         COPYING3 file and the FSF's license web page.
1567         * Makefile.def: Likewise.
1568         * Makefile.tpl: Likewise.
1569         * Makefile.in: Regenerate.
1571 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
1573         * configure.ac: Restore match for darwin9 or later. Use double
1574         brackets since regeneration eats one pair.
1575         * configure: Regenerate.
1577 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
1579         PR gas/10039
1580         * configure.ac: Require texinfo 4.7.
1581         * configure: Regenerated.
1583 2009-04-09  Nick Clifton  <nickc@redhat.com>
1585         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
1586         the GCC Runtime Library Exception.
1588 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1590         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1591         * configure: Regenerate.
1593 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
1595         * Makefil.def (languages): New entries.
1596         * Makefile.tpl (check-gcc-*): New generic target.
1597         * Makefile.in: Regenerate.
1599 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
1601         * MAINTAINERS:  Update my email address.
1603 2009-03-18  Tom Tromey  <tromey@redhat.com>
1605         * configure: Rebuild.
1606         * configure.ac (host_libs): Add libiconv.
1607         * Makefile.in: Rebuild.
1608         * Makefile.def (host_modules): Add libiconv.
1609         (configure-gdb, all-gdb): Depend on libiconv.
1611 2009-03-16  Tristan Gingold  <gingold@adacore.com>
1613         * configure.ac: Treat gdb as supported on x86_64-darwin.
1614         * configure: Regenerate.
1616 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1618         * configure.ac (--with-host-libstdcxx): New option.
1619         * configure: Regenerate.
1621 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
1623         * MAINTAINERS:  Move myself into the write after approval list.
1625 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
1627         * MAINTAINERS: Update e-mail address.
1628         
1629 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
1631         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
1633 2009-03-10  Ira Rosen  <irar@il.ibm.com>
1635         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
1637 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1639         Backport from git Libtool:
1641         2009-01-19  Robert Millan  <rmh@aybabtu.com>
1642         Support GNU/kOpenSolaris.
1643         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1644         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1645         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1646         GNU/kOpenSolaris.
1648 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
1650         * MAINTAINERS: Update e-mail address.
1652 2009-02-24  Michael Eager  <eager@eagercon.com>
1654         * MAINTAINERS (Write After Approval): Add self.
1656 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
1658         * MAINTAINERS (Write After Approval): Add myself.
1660 2009-02-05  Andreas Schwab  <schwab@suse.de>
1662         * Makefile.tpl (stage_last): Define $r and $s before using
1663         $(RECURSE_FLAGS_TO_PASS).
1664         * Makefile.in: Regenerate
1666 2009-01-30  Ian Lance Taylor  <iant@google.com>
1668         * MAINTAINERS: Move myself to the Global Reviewers list.
1670 2009-01-29  Robert Millan  <rmh@aybabtu.com>
1672         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1673         * configure: Regenerate.
1675 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
1677         * MAINTAINERS: Make whitespace consistent.
1678         Remove Robert Millan from Write After Approval.
1680 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
1682         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
1683         (all-opcodes): Depend on all-libiberty.
1684         * Makefile.in: Regenerate.
1686 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
1688         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1689         * configure: Regenerate.
1691 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
1693         * MAINTAINERS (Write After Approval): Add myself.
1695 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
1697         * MAINTAINERS: Add myself to reviewers (Fortran).
1699 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
1701         PR tree-optimization/38515
1702         * configure.ac (cloog-polylib): Removed.
1703         (with_ppl, with_cloog): Test for "no".
1704         * configure: Regenerated.
1706 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
1708         * MAINTAINERS: Moved myself to reviewers (Fortran).
1710 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
1712         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
1713         (Write After Approval): Remove myself.
1715 2009-01-03  Diego Novillo  <dnovillo@google.com>
1717         * MAINTAINERS: Remove myself from alias maintainership.
1719 2009-01-02  David Ayers  <ayers@fsfe.org>
1721         * MAINTAINERS: Update e-mail address.
1723 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
1725         * MAINTAINERS: Make whitespace consistent.
1727 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1729         Backport from upstream Libtool:
1730         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1731         Add cache variables to tests that require the linker to work.
1732         For shlibpath_overrides_runpath, this also changes the semantics
1733         to let the result from the C compiler take precedence.
1735 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1737         * config.sub, config.guess: Update from upstream sources.
1739 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
1741         * configure.ac (ppllibs): Add by default the lib flags.
1742         * configure: Regenerate.
1744 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
1746         * MAINTAINERS:  Add myself to the write after approval list.
1748 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1750         * configure.ac: Add double brackets on darwin[912].
1751         * configure: Regenerate.
1753 2008-12-03  Daniel Kraft  <d@domob.eu>
1755         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
1756         Approval to Reviewer section (for Fortran front-end).
1758 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
1760         * configure.ac: Expand to darwin10 and later.
1761         * configure: Regenerate.
1763 2008-12-02  Andreas Schwab  <schwab@suse.de>
1765         * Makefile.def: configure-target-boehm-gc depends on
1766         all-target-libstdc++-v3.
1767         * Makefile.in: Regenerate.
1769 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
1771         * MAINTAINERS:  Add myself as mingw maintainer.
1773 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1775         * config.sub, config.guess: Update from upstream sources.
1777 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
1779         * README.SCO: Remove.
1781 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
1783         * MAINTAINERS:  Add myself to the write after approval list.
1785 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
1787         * MAINTAINERS:  Update my email address in WAA section.
1789 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
1791         * MAINTAINERS: Update e-mail address.
1793 2008-11-27  Toon Moene  <toon@moene.org>
1795         * MAINTAINERS: Change e-mail address.
1797 2008-11-27  Tristan Gingold  <gingold@adacore.com>
1799         * configure.ac: Build gdb for i?86-*-darwin*
1800         * configure: Regenerated.
1802 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
1804         * MAINTAINERS: Added my full name.
1806 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
1808         PR bootstrap/38014
1809         PR bootstrap/37923
1811         Revert:
1813         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1815         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1816         * Makefile.in: Regenerated.
1818         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1820         PR gdb/921
1821         PR gdb/1646
1822         PR gdb/2175
1823         PR gdb/2176
1825         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1826         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1827         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1828         (HOST_EXPORTS): Pass CPPFLAGS.
1829         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1830         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1831         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1832         * Makefile.in, configure: Regenerated.
1833         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1834         and CPPFLAGS_FOR_BUILD.
1836 2008-11-06  Jeff Law  <law@redhat.com>
1838         * MAINTAINERS: Add myself as middle end maintainer.
1840 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
1842         * MAINTAINERS (Write after approval): Add myself.
1844 2008-11-05  Diego Novillo  <dnovillo@google.com>
1846         * MAINTAINERS (Global Reviewers): Add myself.
1847         (Non-Algorithmic Maintainers): Remove myself.
1849 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
1851         * MAINTAINERS (Write after approval): Add myself.
1853 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
1855         * MAINTAINERS (Write after approval): Add myself.
1857 2008-10-31  Ben Elliston  <bje@au.ibm.com>
1859         * configure.ac (spu-*-*): Remove special case.
1860         * configure: Regenerate.
1862 2008-10-30  Catherine Moore  <clm@codesourcery.com>
1864         * MAINTAINERS (Write after approval): Update my email address.
1866 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
1868         * configure.ac [spu-*-*]: Do not set skipdirs.
1869         * configure: Re-generate.
1871 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
1873         * MAINTAINERS (Various Maintainers): Add myself to reload.
1875 2008-10-25  Richard Guenther  <rguenther@suse.de>
1877         * MAINTAINERS (Various Maintainers): Add myself as middle-end
1878         maintainer.  Remove myself as libgcc-math maintainer.
1879         (Non-Algorithmic Maintainers): Remove myself.
1881 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1883         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1884         * Makefile.in: Regenerated.
1886 2008-10-23  Cary Coutant  <ccoutant@google.com>
1888         * MAINTAINERS (Write after approval): Add myself.
1890 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1892         PR gdb/921
1893         PR gdb/1646
1894         PR gdb/2175
1895         PR gdb/2176
1897         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1898         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1899         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1900         (HOST_EXPORTS): Pass CPPFLAGS.
1901         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1902         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1903         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1904         * Makefile.in, configure: Regenerated.
1905         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1906         and CPPFLAGS_FOR_BUILD.
1908 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
1910         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
1911         Sebastian Pop.
1913 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
1915         * MAINTAINERS (Write After Approval): Added myself.
1917 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1919         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1920         recommended version to 2.3.2.
1922         * configure: Regenerate.
1924 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
1926         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
1928 2008-09-29  David Daney <david.daney@caviumnetworks.com>
1930         * MAINTAINERS (Write After Approval): Update e-mail address.
1932 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
1934         * libtool.m4: Update to libtool 2.2.6.
1935         * lt~obsolete.m4: Update to libtool 2.2.6.
1936         * ltmain.sh: Update to libtool 2.2.6.
1937         * ltsugar.m4: Update to libtool 2.2.6.
1938         * ltversion.m4: Update to libtool 2.2.6.
1939         * ltoptions.m4: Update to libtool 2.2.6.
1940         * ltgcc.m4: Update to match changes from libtool 2.2.6.
1942 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
1944         * MAINTAINERS (Write After Approval): Add myself.
1946 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1948         * MAINTAINERS (Write After Approval): Update my name.
1950 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
1952         * MAINTAINERS: Add myself in "Write After Approval".
1954 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
1956         * MAINTAINERS: Add myself as ia64 maintainer.
1958 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
1960         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
1961         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
1962         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
1963         and Michael Tiemann from Write After Approval since they do not
1964         actually have access.
1966 2008-09-05  Richard Guenther  <rguenther@suse.de>
1968         * configure.ac: Initialize clooglibs to -lcloog.
1969         * configure: Re-generate.
1971 2008-09-04  Le-Chun Wu  <lcwu@google.com>
1973         * MAINTAINERS (Write After Approval): Add myself.
1975 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
1977         * configure.ac (--with-cloog-polylib): New.
1978         (--disable-cloog-version-check): New.
1979         (--disable-ppl-version-check): New.
1980         * configure: Re-generate.
1982 2008-09-03  Richard Guenther  <rguenther@suse.de>
1984         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1985         cloog test.
1986         * configure: Re-generate.
1988 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
1990         Add picoChip port.
1991         * MAINTAINERS: Add picoChip maintainers.
1993 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
1994             Tobias Grosser  <grosser@fim.uni-passau.de>
1995             Jan Sjodin  <jan.sjodin@amd.com>
1996             Harsha Jagasia  <harsha.jagasia@amd.com>
1997             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
1998             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1999             Adrien Eliche  <aeliche@isty.uvsq.fr>
2001         Merge from graphite branch.
2002         * configure: Regenerate.
2003         * Makefile.in: Regenerate.
2004         * configure.ac (host_libs): Add ppl and cloog.
2005         Add checks for PPL and CLooG.
2006         * Makefile.def (ppl, cloog): Added modules and dependences.
2007         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2008         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2010 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2012         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2013         (GCC_SHLIB_SUBDIR): New.
2014         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2015         * configure: Regenerate.
2016         * Makefile.in: Regenerate.
2018 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
2020         * MAINTAINERS: Consistently use tabs to separate columns.
2022 2008-08-29  Tristan Gingold  <gingold@adacore.com>
2024         * MAINTAINERS (Write after Approval): Add myself.
2026 2008-08-28  Tristan Gingold  <gingold@adacore.com>
2028         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2029         Enable bfd, binutils and opcodes.
2030         * configure: Regenerate.
2032 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2034         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
2036 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2038         * MAINTAINERS:  Use correct Umlaut for last name.
2040 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2042         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
2044 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
2046         * MAINTAINERS: Update my email address.
2048 2008-08-16  Nicolas Roche  <roche@adacore.com>
2050         * Makefile.tpl: Add BOOT_ADAFLAGS.
2051         * Makefile.in: Regenerate.
2053 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
2055         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2056         * configure: Regenerate.
2058 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
2060         * configure.ac: Add makefile fragments for hpux.
2061         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2062         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2063         * configure: Regenerate.
2064         * Makefile.in: Regenerate.
2066 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
2068         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
2070 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
2072         * MAINTAINERS (Write after Approval): Add myself.
2074 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
2076         * MAINTAINERS (Write After Approval):  Add myself.
2078 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
2080         * MAINTAINERS (Write After Approval):  Add myself.
2082 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
2084         * MAINTAINERS: Update my email address.
2086 2008-06-25  Joey Ye  <joey.ye@intel.com>
2088         * MAINTAINERS (Write After Approval):  Add myself.
2090 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2092         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2093         * Makefile.in: Regenerate.
2094         * configure: Regenerate.
2096 2008-06-17  Daniel Kraft  <d@domob.eu>
2098         * MAINTAINERS (Write After Approval):  Add myself.
2100 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2102         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2103         "$@" is still intact with both Autoconf 2.59 and 2.62.
2104         * configure: Regenerate.
2106 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2108         * Makefile.tpl: Fix comment errors.
2109         * Makefile.in: Regenerate.
2111 2008-06-12  David S. Miller  <davem@davemloft.net>
2112             David Edelsohn  <edelsohn@gnu.org>
2114         * configure.ac: Add powerpc*-*-* to gold supported targets.
2115         * configure: Regenerate.
2117 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
2119         PR tree-optimization/36218
2120         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2121         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2122         (all prefix="build-"): Pass them to build-system sub-makes.
2123         * Makefile.in: Regenerate.
2125 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
2127         * MAINTAINERS (mt port): Remove.
2128         (sco5, unixware, sco udk): Remove.
2129         (Kean Johnston): Add to Write After Approval.
2131 2008-05-30  Julian Brown  <julian@codesourcery.com>
2133         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2134         of libobjc for ARM EABI Linux.
2135         * configure: Regenerate.
2137 2008-05-18  Xinliang David Li   <davidxl@google.com>
2139         * ChangeLog: Remove wrong ChangeLog entry.
2141 2008-05-17  Xinliang David Li   <davidxl@google.com>
2143         * MAINTAINERS (Write After Approval): Add myself.
2145 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
2147         * MAINTAINERS (Write After Approval): Add myself.
2149 2008-05-14  Rafael Espíndola  <espindola@google.com>
2151         * config-ml.in: don't handle --enable-shared and --enable-static.
2153 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
2155         * MAINTAINERS: Update my email address.
2157 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
2159         * MAINTAINERS: Update my email address.
2161 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
2163         * MAINTAINERS (Write After Approval): Add myself.
2165 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
2167         * MAINTAINERS (Write After Approval): Add myself.
2169 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
2171         * MAINTAINERS (crx): Add myself.
2173 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2175         Sync with src:
2176         2008-04-14  David S. Miller  <davem@davemloft.net>
2178         * configure.ac: Add sparc*-*-* to gold supported targets.
2179         * configure: Regenerate.
2181 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2183         PR bootstrap/35457
2184         * configure.ac: Include override.m4.
2185         * configure: Regenerate.
2187 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2189         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2190         * Makefile.in: Regenerate.
2192 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
2194         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2195         as nonconfigurable directories list.
2196         * configure: Regenerate.
2198 2008-04-14  Ben Elliston  <bje@au.ibm.com>
2200         * config.sub, config.guess: Update from upstream sources.
2202 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
2204         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2205         * Makefile.in: Regenerate.
2207 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
2209         * configure.ac: Do not build libssp for the AVR.
2210         * configure: Regenerate.
2212 2008-04-07  Ian Lance Taylor  <iant@google.com>
2214         * Makefile.def: check-gold depends upon all-binutils.
2215         * Makefile.in: Regenerate.
2217 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
2219         * MAINTAINERS (Write After Approval): Add myself.
2221 2008-04-04  Nick Clifton  <nickc@redhat.com>
2223         PR binutils/4334
2224         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2225         builds.
2226         * configure: Regenerate.
2228 2008-04-04  NightStrike  <NightStrike@gmail.com>
2230         PR other/35151
2231         * configure.ac: Combine rules for mingw32 and mingw64.
2232         * configure: Regenerate.
2234 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
2236         * MAINTAINERS (Write After Approval): Add myself.
2238 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
2240         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
2241         * Makefile.in (.NOTPARALLEL): Ditto.
2243 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
2245         * MAINTAINERS (Write After Approval): Add myself.
2247 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
2249         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
2250         * Makefile.in (.NOTPARALLEL): Regenerate.
2252 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
2254         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2255         * Makefile.in: Regenerate.
2257 2008-03-26  Jakub Staszak  <kuba@et.pl>
2259         * MAINTAINERS (Write After Approval): Add myself.
2261 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2263         * MAINTAINERS:  Update e-mail address.
2265 2008-03-20  Ian Lance Taylor  <iant@google.com>
2267         * configure.ac: Add support for --enable-gold.
2268         * Makefile.def: Add gold as a directory like ld.
2269         * configure, Makefile.in: Regenerate.
2271 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2273         * configure.ac: m4_include config/proginstall.m4.
2274         * configure: Regenerate.
2276         Backport from upstream Libtool:
2278         2007-10-12  Eric Blake  <ebb9@byu.net>
2280         Deal with Autoconf 2.62's semantic change in m4_append.
2281         * ltsugar.m4 (lt_append): Replace broken versions of
2282         m4_append.
2283         (lt_if_append_uniq): Don't require separator to be overquoted,
2284         and avoid broken m4_append.
2285         (lt_dict_add): Fix typo.
2286         * libtool.m4 (_LT_DECL): Don't overquote separator.
2288 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
2290         * config.rpath: Add AIX 6 support.
2292 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
2294         * Makefile.def (stageprofile).  Remove -fprofile-generate
2295         from stage_libcflags.
2296         * Makefile.in: Regenerate.
2298 2008-03-13  Ben Elliston  <bje@au.ibm.com>
2300         * config.sub, config.guess: Update from upstream sources.
2302 2008-03-06  Tom Tromey  <tromey@redhat.com>
2304         * MAINTAINERS: Update for treelang deletion.
2306 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
2308         * MAINTAINERS: Update my email address.
2310 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
2312         * MAINTAINERS (darwin port): Add myself as a maintainer.
2313         (objective-c/c++): Add myself as a maintainer.
2315 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
2317         * MAINTAINERS (Write After Approval): Update my email address.
2319 2008-02-25  Tomas Bily  <tbily@suse.cz>
2321         * MAINTAINERS (Write After Approval): Add myself.
2323 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
2325         * MAINTAINERS (OpenMP): Add myself.
2327 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
2329         PR bootstrap/32009
2330         PR bootstrap/32161
2332         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2333         * configure: Regenerate.
2335         * Makefile.def: Define stage_libcflags for all bootstrap stages.
2336         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2337         STAGE4_LIBCFLAGS): New.
2338         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2339         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2340         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2341         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2342         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2343         for target modules.  Don't export LIBCFLAGS.
2344         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2345         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2346         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2347         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2348         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2349         * Makefile.in: Regenerate.
2351 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2353         PR libgcj/33085
2354         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2355         Do not use -DDLL_EXPORT.  Backport from upstream.
2357 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2359         * MAINTAINERS (Write After Approval): Add myself.
2361 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
2363         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2364         * configure: Regenerate.
2366 2008-01-31  Marc Gauthier  <marc@tensilica.com>
2368         * configure.ac (xtensa*-*-*): Recognize processor variants.
2369         * configure: Regenerate.
2371 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2373         PR bootstrap/34922
2374         * configure.ac (PARSE_ARGS): Push suitable setting of
2375         ac_subdirs_all, for `./configure --help=recursive'.
2376         Handle `+' in generic toplevel directory disabling.
2377         * configure: Regenerate.
2379 2008-01-28  Nick Clifton  <nickc@redhat.com>
2381         * MAINTAINERS (xstormy16): Take over maintainership.
2383 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
2385         * MAINTAINERS (c4x port): Remove.
2387 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
2389         * libtool.m4: Backport AIX 6 support from ToT Libtool.
2391 2008-01-23  Ben Elliston  <bje@au.ibm.com>
2393         * config.sub, config.guess: Update from upstream sources.
2395 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
2397         * MAINTAINERS (Write After Approval): Add myself.
2399 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
2401         * MAINTAINERS: Update my email address.
2403 2008-01-09  Raksit Ashok  <raksit@google.com>
2405         * MAINTAINERS (Write After Approval): Add myself.
2407 2008-01-09  Raksit Ashok  <raksit@google.com>
2409         * MAINTAINERS (Write After Approval): Add myself.
2411 2008-01-08  Ben Elliston  <bje@au.ibm.com>
2413         * config.sub, config.guess: Update from upstream sources.
2415 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2417         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2418         Change recommended MPFR from 2.2.1 -> 2.3.0.
2419         * configure: Regenerate.
2421 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
2423         * MAINTAINERS: Update my email address.
2425 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
2427         * MAINTAINERS: Update my email address.
2429 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
2431         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2432         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2433         * Makefile.in: Regenerate.
2435 2007-12-10  Mark Heffernan  <meheff@google.com>
2437         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
2438         misplaced entries.
2440 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2442         * configure.ac: Enable libjava for x86_64-*-darwin9.
2443         * configure: Regenerate.
2445 2007-12-07  Bill Maddox  <maddox@google.com>
2447         * MAINTAINERS (Write After Approval): Add myself.
2449 2007-12-05  Ben Elliston  <bje@au.ibm.com>
2451         * config.sub, config.guess: Update from upstream sources.
2453 2007-12-02  Matthias Klose  <doko@ubuntu.com>
2455         * config-ml.in: Remove 64bit configure tests.
2457 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2459         * config-ml.in: Robustify against white space in absolute file
2460         names.
2462         * config-ml.in (multi-clean): Substitute ${Makefile}.
2463         Remove superfluous ${Makefile} in list.
2465 2007-11-19  Thiemo Seufer  <ths@mips.com>
2467         * config-ml.in: Don't hardcode the Makefile name.
2469 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
2471         * MAINTAINERS (Write After Approval): Add myself.
2473 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
2475         * MAINTAINERS (Write After Approval): Add myself.
2477 2007-11-06  Doug Kwan  <dougkwan@google.com>
2479         * MAINTAINERS (Write After Approval): Add myself.
2481 2007-10-25  Ben Elliston  <bje@au.ibm.com>
2483         * MAINTAINERS (mercury): Remove entry.
2484         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
2486 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
2488         * Makefile.def (dependencies): Make configure-gdb depend on
2489         all-intl.
2490         * Makefile.in: Regenerated.
2492 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
2494         * MAINTAINERS (Fortran maintainer): Remove myself.
2496 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
2498         * Makefile.def: To avoid problems running with parallel makes,
2499         build newlib before libgloss so that target specific header
2500         files are availble.
2501         * Makefile.in: Regenerate
2503 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
2505         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2506         * Makefile.in: Regenerate.
2508 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
2510         * MAINTAINERS (Register allocation reviewer): Add myself.
2512 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
2514         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2515         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2516         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
2517         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2518         * configure: Regenerate.
2520 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
2522         * MAINTAINERS (Register allocation reviewer): Add myself.
2524 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
2526         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2527         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2528         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2529         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2530         * configure.ac: Default them to host tools for $host = $build.
2531         Subst them.
2533         * configure: Regenerate.
2534         * Makefile.in: Regenerate.
2536 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
2538         * MAINTAINERS (Register allocation reviewer): Add myself.
2540 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
2542         * MAINTAINERS (Register allocation reviewer): Add myself.
2544 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
2546         * MAINTAINERS (Write After Approval): Fix typo.
2548 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
2550         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2551         * configure: Regenerate.
2553 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
2555         PR bootstrap/31906
2556         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
2557         they're already prefixed.
2559 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
2561         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2562         libstdc++.
2563         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2564         * configure: Regenerate.
2565         * Makefile.in: Regenerate.
2567 2007-09-17  Andreas Schwab  <schwab@suse.de>
2569         * configure.ac: Raise minimum makeinfo version to 4.6.
2570         * configure: Regenerate.
2572 2007-09-17  Johannes Singler  <singler@ira.uka.de>
2574         * MAINTAINERS (write-after-approval) add myself
2576 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
2578         * configure.ac: Correct makeinfo version check.
2579         * configure: Regenerate.
2581 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
2583         * MAINTAINERS: Update my email address.
2585 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
2587         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
2588         to $skipdirs and only disable gprof for newlib.  Use the normal
2589         mips*-elf* handling in other respects.
2590         * configure: Regnerate.
2592 2007-09-12  David Daney  <ddaney@avtrex.com>
2594         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2595         enabling libgcj.
2596         * configure: Regenerate.
2598 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2600         PR other/32154
2601         * configure.ac: For libgloss targets, point the linker to the linker
2602         script, startup code and simulator library.
2603         * configure: Regenerate.
2605 2007-09-07  Andrew Haley  <aph@redhat.com>
2607         * configure.ac (noconfigdirs): Remove target-libffi and
2608         target-libjava.
2609         * configure: Regenerate.
2611 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2613         PR target/33281
2614         * configure.ac: Use config/mh-mingw on mingw.
2615         * configure: Regenerate.
2617 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
2619         * MAINTAINERS (Write After Approval): Add myself.
2621 2007-09-05  Richard Guenther  <rguenther@suse.de>
2623         * configure.ac (--enable-stage1-checking): If neither --enable-checking
2624         nor --disable-checking is provided also turn on yes and types
2625         checking for stage1.
2626         * configure: Re-generate.
2628 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
2630         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
2631         (Write After Approval): Remove myself.
2633 2007-08-29  Nick Clifton  <nickc@redhat.com>
2635         * config.sub, config.guess: Update from upstream sources.
2637 2007-08-22  Bud Davis  <jmdavis@link.com>
2639         * MAINTAINERS (Write After Approval): Added myself.
2640         * MAINTAINERS (Reviewers): Removed myself.
2642 2007-08-18  Paul Brook  <paul@codesourcery.com>
2643             Joseph Myers  <joseph@codesourcery.com>
2645         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2646         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2647         * Makefile.in: Regenerate.
2648         * configure.ac (--with-debug-prefix-map): New.
2649         * configure: Regenerate.
2651 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
2652             Nigel Stephens  <nigel@mips.com>
2654         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
2655         as target_makefile_frag.
2656         * configure: Regenerate.
2658 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
2660         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2661         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
2662         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2663         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2664         (do-compare, do-compare3, do-compare-debug): New.
2665         ([+compare-target+]): Use them.
2667 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
2669         * MAINTAINERS (Write After Approval): Change my email address.
2671 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2672             Ben Elliston  <bje@au.ibm.com>
2674         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2675         --silent if $silent.
2676         * configure: Regenerate.
2678 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
2680         * MAINTAINERS (Various Maintainers): Add myself as
2681         loop infrastructure maintainer.  Update my e-mail
2682         address.
2684 2007-07-31  Diego Novillo  <dnovillo@google.com>
2686         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
2687         Adjust description.
2689 2007-07-26  Richard Guenther  <rguenther@suse.de>
2691         * configure.ac: Add types checking to stage1 checking flags.
2692         * configure: Regenerate.
2694 2007-07-17  Nick Clifton  <nickc@redhat.com>
2696         * COPYING3: New file.  Contains version 3 of the GNU General
2697         Public License.
2698         * COPYING3.LIB: New file.  Contains version 3 of the GNU
2699         Lesser General Public License.
2701 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2703         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
2705 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2707         * MAINTAINERS (S/390 co-maintainer): Add myself.
2708         (Write After Approval): Remove myself.
2710 2007-07-13  Dan Hipschman  <dsh@google.com>
2712         * MAINTAINERS (Write After Approval): Add myself.
2714 2007-07-11  Nick Clifton  <nickc@redhat.com>
2716         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
2717         WINDRES export.
2718         * Makefile.in: Regenerate.
2720 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2722         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
2723         maintainer.
2725 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
2727         * lt~obsolete.m4: New. Import from 20070318 libtool.
2729 2007-07-03  Julian Brown  <julian@codesourcery.com>
2731         * MAINTAINERS (Write After Approval): Add myself.
2733 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2735         * configure.ac: Rewrite 'configure --help' strings to look nicer.
2736         * configure: Regenerate.
2738 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2740         * configure.ac: Add some missing m4 quotation.
2741         * configure: Regenerate.
2743 2007-07-02  Simon Baldwin  <simonb@google.com>
2745         * MAINTAINERS (Write After Approval): Add myself.
2747 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
2749         * configure: Regenerate.
2751 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
2753         * Makefile.def: Add windmc tool to build.
2754         * Makefile.tpl: Likewise.
2755         * configure.ac: Likewise.
2756         * Makefile.in: Regenerate.
2757         * configure: Regenerate.
2759 2007-06-28  DJ Delorie  <dj@redhat.com>
2761         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2762         not building newlib.
2763         * configure: Regenerated.
2765 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
2767         * MAINTAINERS (Write After Approval): Add myself.
2769 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
2771         * MAINTAINERS (Write After Approval): Add myself.
2773 2007-06-19  Chris Matthews  <chrismatthews@google.com>
2775         * MAINTAINERS (Write After Approval): Add myself.
2777 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2779         * MAINTAINERS (Write After Approval): Add myself.
2781 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
2783         * Makefile.def: Add dependency from configure-gdb to all-bfd.
2784         * Makefile.in: Regenerated.
2786 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
2788         * configure.ac: Don't add target-libmudflap to noconfigdirs for
2789         bfin*-*-uclinux* targets.
2790         * configure: Regenerate.
2792 2007-06-14  Ian Lance Taylor  <iant@google.com>
2794         * MAINTAINERS: Add myself as non-algorithmic global write
2795         maintainer.
2797 2007-06-14  Diego Novillo  <dnovillo@google.com>
2799         * MAINTAINERS: Add self as middle-end maintainer and
2800         non-algorithmic global write maintainer.
2802 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2804         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
2805         Move all Fortran maintainers except Paul Brook into the
2806         Non-Autopoiesis section.
2808 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
2810         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2811         (distclean-stage[+id+]): Possibly delete stage_last.
2812         * Makefile.in: Regenerate.
2814 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
2816         * MAINTAINERS (Various Maintainer): Fix typo.
2818 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
2820         * MAINTAINERS (Various Maintainer): Add myself as
2821         dataflow maintainer.
2823 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2825         * config.sub, config.guess: Update from upstream sources.
2827 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2829         * Makefile.tpl: Fix spelling error.
2830         * Makefile.in: Regenerate.
2832 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
2834         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2835         lt_cv_sys_max_cmd_len.
2837 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
2839         * MAINTAINERS (Various Maintainers): Add myself as
2840         auto-vectorizer maintainer.
2842 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
2844         PR libjava/32098
2845         * libtool.m4: Revert previous change.
2846         * ltgcc.m4: Put it here.
2848 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
2850         * MAINTAINERS (Various Maintainers): Add myself as
2851         auto-vectorizer maintainer.
2853 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
2855         PR libjava/32098
2856         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
2858 2007-05-30  Richard Guenther  <rguenther@suse.de>
2860         * MAINTAINERS (Various Maintainers): Add myself as
2861         auto-vectorizer maintainer.
2863 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
2865         PR bootstrap/29382
2866         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2867         * configure: Rebuilt.
2869 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
2871         * MAINTAINERS (Write After Approval): Removed my name.
2873 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
2875         * MAINTAINERS (Write After Approval): Remove myself.
2877 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
2879         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
2881 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
2883         * ltmain.sh: Update from ToT Libtool.
2884         * libtool.m4: Update from ToT Libtool.
2885         * ltsugar.m4: New. Update from ToT Libtool.
2886         * ltversion.m4: New. Update from ToT Libtool.
2887         * ltoptions.m4: New. Update from ToT Libtool.
2888         * ltconfig: Remove.
2889         * ltcf-c.sh: Remove.
2890         * ltcf-cxx.sh: Remove.
2891         * ltcf-gcj.sh: Remove.
2893 2007-05-22  Ollie Wild  <aaw@google.com>
2895         * MAINTAINERS (Write After Approval): Add myself.
2897 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
2899         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2900         stage_cflags.
2901         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2902         Remove CFLAGS/LIBCFLAGS.
2903         (configure-stage[+id+]-[+prefix+][+module+],
2904         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2905         * Makefile.in: Regenerate.
2907 2007-05-15  Diego Novillo  <dnovillo@google.com>
2909         * MAINTAINERS: Update e-mail address.
2911 2007-05-15  Revital Eres  <eres@il.ibm.com>
2913         * MAINTAINERS (Write After Approval): Add myself.
2915 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
2917         * MAINTAINERS (Write After Approval): Updated my address.
2919 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
2921         * MAINTAINERS (Write After Approval): Add myself.
2923 2007-05-11  Silvius Rus  <rus@google.com>
2925         * MAINTAINERS (Write After Approval): Add myself.
2927 2007-04-23  Tom Tromey  <tromey@redhat.com>
2929         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
2931 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
2933         * MAINTAINERS (cpplib): Rename to ...
2934         (libcpp): ... this.  Add C/C++ front end maintainers.
2936 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
2938         * config-ml.in: Pass ${ml_config_env} to configure calls.
2940 2007-04-04  Christian Bruel  <christian.bruel@st.com>
2942         * MAINTAINERS (Write After Approval): Add myself.
2944 2007-04-02  Dave Korn  <dave.korn@artimi.com>
2946         * MAINTAINERS (Write After Approval): Add myself.
2948 2007-03-31  Tobias Burnus  <burnus@net-b.de>
2950         * MAINTAINERS (fortran 95 front end): Add myself.
2952 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2954         * MAINTAINERS (Write After Approval): Add myself.
2956 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
2958         * MAINTAINERS (Modulo Scheduler): Add myself.
2960 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
2962         * MAINTAINERS (fortran 95 front end): Add myself.
2963         (c++ front end): whitespace fix.
2965 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
2967         * MAINTAINERS (Write After Approval): Add myself.
2969 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
2971         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2972         of glob.  Quote arguments with single quotes too.
2973         * configure: Regenerate.
2975 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
2977         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2978         * Makefile.in: Regenerate
2980 2007-03-07  Andreas Schwab  <schwab@suse.de>
2982         * configure: Regenerate.
2984 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
2986         * configure.ac: Add "--with-pdfdir" configure option,
2987         which defines pdfdir variable.
2988         * Makefile.def (target=fixincludes): Add install-pdf to
2989         missing targets.
2990         (recursive_targets): Add install-pdf target.
2991         (flags_to_pass): Add pdfdir.
2992         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2993         target.
2994         * configure: Regenerate
2995         * Makefile.in: Regenerate
2997 2007-02-28  Eric Christopher  <echristo@apple.com>
2999         Revert:
3000         2006-12-07  Mike Stump  <mrs@apple.com>
3002         * Makefile.def (dependencies): Add dependency for
3003         install-target-libssp and install-target-libgomp on
3004         install-gcc.
3005         * Makefile.in: Regenerate.
3007 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
3009         * configure: Regenerate.
3010         * configure.ac: Move statements after variable declarations.
3012 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
3014         * MAINTAINERS: Add myself as sh maintainer.
3016 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
3018         * configure.ac: Adjust for loop syntax.
3019         * configure: Regenerate.
3021 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
3023         * configure: Rebuilt.
3025 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
3027         * configure.ac: Drop multiple occurrences of --enable-languages,
3028         and fix its quoting.
3029         * configure: Rebuilt.
3031 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
3032             Nathan Sidwell  <nathan@codesourcery.com>
3033             Vladimir Prus  <vladimir@codesourcery.com>
3034             Joseph Myers  <joseph@codesourcery.com>
3036         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3037         * configure: Regenerate.
3039 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
3041         * ltconfig (freebsd*): Default to elf.
3043 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3045         * configure.ac (target_libraries): Move libgcc before libiberty.
3046         * configure: Regenerated.
3048 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3049             Paolo Bonzini  <bonzini@gnu.org>
3051         PR bootstrap/30753
3052         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
3053         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
3054         * configure: Regenerated.
3056 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3058         * MAINTAINERS (Language Front End Maintainers): Update my mail
3059         address.
3061 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3063         PR bootstrap/30748
3064         * configure.ac: Correct syntax for Solaris ksh.
3065         * configure: Regenerated.
3067 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3069         * configure.ac: Sync with src.
3070         * configure: Regenerate.
3072 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3074         * Makefile.in: Regenerate.
3076 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3078         * config.sub: Sync with src.
3080 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3082         * Makefile.tpl (build_alias, host_alias, target_alias): Use
3083         noncanonical equivalents.
3084         * configure.in: Rename to...
3085         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
3086         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
3087         target_noncanonical.  Use them.  Rewrite removal of configure
3088         arguments for autoconf 2.59.  Discard variable settings.  Force
3089         program_transform_name for native tools.
3091         * Makefile.in: Regenerated.
3092         * configure: Regenerated with autoconf 2.59.
3094 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
3096         * MAINTAINERS (Write After Approval): Add myself.
3098 2007-01-31  Andreas Schwab  <schwab@suse.de>
3100         * Makefile.tpl (LDFLAGS): Substitute it.
3101         * Makefile.in: Regenerate.
3103 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
3105         * MAINTAINERS (Write After Approval): Add myself.
3107 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
3109         * MAINTAINERS (spu port): Add myself.
3111 2007-01-23  Richard Guenther  <rguenther@suse.de>
3113         PR bootstrap/30541
3114         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
3115         * Makefile.tpl (GNATBIND): Substitute it.
3116         (GNATMAKE): Likewise.
3117         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
3118         of STAGE_PREFIX.
3119         * Makefile.in: Regenerate.
3120         * configure: Regenerate.
3122 2007-01-18  Mike Stump  <mrs@apple.com>
3124         * configure.in: Re-enable -Werror for gcc builds.
3126 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
3128         * MAINTAINERS (Write After Approval): Add myself.
3130 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
3132         * configure.in: Change == to = in test command.
3133         * configure: Regenerate.
3135 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
3136             Nick Clifton  <nickc@redhat.com>
3137             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
3139         * configure.in (build_configargs, host_configargs, target_configargs):
3140         Remove build/host/target parameters.
3141         (host_libs): Add gmp and mpfr.
3142         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3143         * Makefile.def (gmp, mpfr): New.
3144         (gcc): Remove target.
3145         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3146         target_os, target_vendor): New.
3147         (configure): Add host_alias/target_alias arguments; adjust invocations.
3148         * configure: Regenerate.
3149         * Makefile.in: Regenerate.
3151 2007-01-11  Matt Fago  <fago@earthlink.net>
3153         * configure.in: Try to link to functions only in mpfr 2.2.x
3154         to improve robustness of configure tests.
3155         * configure: Regenerate.
3157 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
3159         * MAINTAINERS: Add myself as i386 maintainer.
3161 2007-01-08  Jan Hubicka  <jh@suse.cz>
3163         * MAINTAINERS: Add myself as i386 maintainer.
3165 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
3167         * configure.in: Add support for an x86_64-mingw* target.
3168         * configure: Regenerate.
3170 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
3172         * Makefile.tpl (all-target): Correct @if conditional for target
3173         modules.
3174         * configure.in: Omit libiberty if building only target libgcc.
3175         * configure, Makefile.in: Regenerated.
3177 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
3179         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3180         * configure: Regenerate.
3182 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
3184         * Makefile.def (target_modules): Add libgcc.
3185         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
3186         * Makefile.tpl (clean-target-libgcc): Delete.
3187         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3188         on gcc even for bootstrapped modules.  Rewrite handling of
3189         lang_env_dependencies to loop over target_modules.
3190         * configure.in (target_libraries): Add target-libgcc.
3191         * Makefile.in, configure: Regenerated.
3193 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3195         * configure.in: Reorganize recognition of languages.  Add
3196         --enable-stage1-languages.  Show supported languages for the chosen
3197         target rather than all recognized languages.
3198         * configure: Regenerate.
3200 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3202         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3203         * Makefile.in: Regenerate.
3205 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3207         * configure.in: Warn that MPFR 2.2.0 is buggy.
3208         * configure: Regenerate.
3210 2006-12-27  Ian Lance Taylor  <iant@google.com>
3212         * configure.in: When removing Makefiles to force a reconfigure, also
3213         remove prev-DIR*/Makefile.
3214         * configure: Regenerate.
3216 2006-12-22  Andreas Schwab  <schwab@suse.de>
3218         * configure: Regenerate with correct autoconf version.
3220 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
3222         * configure.in: add AC_SUBST for *_FOR_TARGET.
3223         * configure: Regenerate.
3225 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3227         * configure.in: Simplify logic for rejecting languages that cannot
3228         be built.  Separate the case when a language is unsupported,
3229         from the case when the user chooses not to build a language.
3231 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3233         * configure.in: Remove "$build" case for powerpc-*-darwin* since
3234         it only affects bootstrap and could be tested on "$host" as well.
3235         * configure: Regenerate.
3236         * config/mh-ppc-darwin: Add to the stage1 cflags here.
3238 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3240         PR bootstrap/29544
3241         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3242         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3243         move here comment from Makefile.tpl.
3244         * Makefile.tpl: Move some definitions higher in the file.
3245         (STAGE1_CHECKING): New.
3246         * configure.in: Add --enable-stage1-checking.
3247         * configure: Regenerate.
3248         * Makefile.in: Regenerate.
3250 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3252         * MAINTAINERS: Add myself as build system maintainer.
3254 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
3256         * MAINTAINERS (Write After Approval): Add myself.
3258 2006-12-13  Eric Christopher  <echristo@apple.com>
3260         * MAINTAINERS: Add myself as darwin maintainer.
3262 2006-12-11  Ian Lance Taylor  <ian@airs.com>
3264         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
3266 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
3268         MAINTAINERS: Update my entry.
3270 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
3272         * configure.in:  Handle spu makefile frag.
3273         * Makefile.tpl (MAINT): Define
3274         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3275         * configure: Regenerate.
3276         * Makefile.in: Regenerate.
3278 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3280         * config.guess: Import latest version.
3281         * config.sub: Likewise.
3283 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3285         * configure.in (spu-*-*): Don't skip target-libiberty.
3286         * configure: Regenerate.
3288 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3290         PR bootstrap/30134
3291         * configure.in: Correct x86 darwin support for libjava to powerpc
3292         and i?86 only.
3293         * configure: Regenerate.
3295 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
3297         * configure.in: Add x86 darwin support for libjava.
3298         * configure: Regenerate.
3300 2006-12-07  Mike Stump  <mrs@apple.com>
3302         * Makefile.def (dependencies): Add dependency for
3303         install-target-libssp and install-target-libgomp on
3304         install-gcc.
3305         * Makefile.in: Regenerate.
3307 2006-12-04  Richard Guenther  <rguenther@suse.de>
3309         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
3310         (Non-Algorithmic Maintainers): Move over non-algorithmic
3311         loop optimizer maintainers, add myself as a non-algorithmic
3312         middle-end maintainer.
3314 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
3316         * MAINTAINERS (Write After Approval): Add myself.
3318 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3320         * configure.in: Update error message for missing GMP/MPFR.
3322         * configure: Regenerate.
3324 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3326         * configure.in: Update MPFR version in error message.
3328         * configure: Regenerate.
3330 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3332         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3333         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3334         --with-gmp-lib): New flags.
3336         * configure: Regenerate.
3338 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
3340         * MAINTAINERS (Write After Approval): Change my email address.
3342 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3344         * MAINTAINERS (Write After Approval): Add myself.
3346 2006-11-22  Philipp Thomas  <pth@suse.de>
3348         * MAINTAINERS (i18n): Update e-mail address.
3350 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3352         * MAINTAINERS (spu port): Add myself as maintainer.
3353         (Write After Approval): Remove myself.
3355 2006-11-22  Ben Elliston  <bje@au.ibm.com>
3357         * configure.in (skipdirs): Don't build libssp for SPU.
3358         * configure: Regenerate.
3360 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3362         * MAINTAINERS (spu port): Add myself as maintainer.
3363         (libobjc): Update my email address.
3365 2006-11-21  Andrea Bona  <andrea.bona@st.com>
3367         * MAINTAINERS (Write After Approval): Add myself.
3369 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3371         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
3372         * configure : Rebuilt.
3374 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3376         * MAINTAINERS (Write After Approval): Add myself.
3378 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
3380         * MAINTAINERS (Write After Approval): Add myself.
3382 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3384         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
3385         libmpfr.a.
3386         * configure: Regenerate.
3388 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
3390         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3391         (unstage): Test for stage_last presence.
3393         PR bootstrap/29802
3394         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
3395         STAGE_PREFIX.
3396         * Makefile.in: Regenerate.
3398 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
3400         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
3401         maintainers.
3403 2006-11-14  Erven Rohou  <erven.rohou@st.com>
3405         * MAINTAINERS (Write After Approval): Add myself.
3407 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
3409         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
3410         and stageN-package/Makefile.
3411         * Makefile.in: Regenerated.
3413 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
3415         * configure.in: Remove target-libgloss from noconfigdirs for
3416         bfin-*-*.
3417         * configure: Regenerated.
3419 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3421         * configure.in (have_gmp): Only error if the gcc directory exists.
3423         * configure: Regenerate.
3425 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3427         * configure.in: Robustify error message for missing GMP/MPFR.
3429         * configure: Regenerate.
3431 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
3433         * MAINTAINERS (Write After Approval): Add myself.
3435 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
3437         * MAINTAINERS: Change email address.
3439 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
3441         * MAINTAINERS (Write After Approval): Add myself.
3443 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
3445         * MAINTAINERS (Write After Approval): Add myself.
3447 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
3449         * MAINTAINERS (Write After Approval): Move myself to
3450         Write After Approval section.
3452 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3454         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
3455         need_gmp anymore.
3456         * configure: Regenerate.
3458 2006-10-16  Tobias Burnus  <burnus@net-b.de>
3460         * MAINTAINERS (Write After Approval): Add myself.
3462 2006-10-16  Ben Elliston  <bje@au.ibm.com>
3464         * config.guess: Import latest version.
3465         * config.sub: Likewise.
3467 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
3469         * Makefile.def: Added pdf target handling.
3470         * Makefile.tpl: Added pdf target handling.
3471         * Makefile.in: Regenerated.
3473 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
3475         * MAINTAINERS: Add self as score port maintainer.
3477 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
3479         * MAINTAINERS (Write After Approval): Add myself.
3481 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
3483         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
3484         or newer.
3485         * configure: Regenerated.
3487 2006-09-27  Dave Brolley  <brolley@redhat.com>
3489         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
3490         using $s instead of $r.
3491         * configure: Regenerated.
3493 2006-09-26  Thiemo Seufer  <ths@mips.com>
3495         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3496         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3497         * configure: Regenerate.
3499 2006-09-24  Graeme Peterson  <gridly@gmail.com>
3501         * MAINTAINERS (Write After Approval): Remove myself.
3503 2006-09-22  Chao-ying Fu  <fu@mips.com>
3505         * MAINTAINERS (Write After Approval): Add myself.
3507 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
3509         * MAINTAINERS: Add self as soft-fp maintainer.
3511 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
3513         * MAINTAINERS: Add myself as avr maintainer.
3514         Remove Marek Michalkiewicz as avr maintainer.
3516 2006-09-07  Roberto Costa  <roberto.costa@st.com>
3518         * MAINTAINERS (Write After Approval): Add myself.
3520 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
3522         * configure.in: Never build newlib for a Mingw host.
3523         Never build newlib as Mingw target library.
3524         Test the existence of winsup/cygwin for building a Cygwin newlib,
3525         rather than just winsup.
3526         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3527         building a Mingw target.
3528         * configure: Regenerate.
3530 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
3532         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
3534 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
3536         * config.guess: Import from src (was more updated).
3537         * config.sub: Likewise.
3539 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
3541         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3542         * configure: Regenerated.
3544 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
3546         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3547         for stages after the first.
3549 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
3551         * Makefile.def: Add dependencies for configure-opcodes
3552         on configure-intl and all-opcodes on all-intl.
3553         * Makefile.in: Regenerated.
3555 2006-07-13  Ben Elliston  <bje@au.ibm.com>
3557         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
3559 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
3561         Port to hosts whose 'sort' and 'tail' implementations
3562         treat operands with leading '+' as file names, as POSIX
3563         has required since 2001.  However, make sure the code still
3564         works on pre-POSIX hosts.
3565         * ltmain.sh: Don't assume "sort +2" is equivalent to
3566         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
3568 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
3570         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
3572 2006-07-04  Peter O'Gorman  <peter@pogma.com>
3574         * ltconfig: chmod 644 before ranlib during install.
3576 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3578         PR bootstrap/18058
3579         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3580         if the bootstrap compiler is a GCC version that supports it.
3581         * configure: Regenerate.
3583 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3585         * configure.in: Fix thinkos in previous check-in.
3586         * configure: Regenerate.
3588 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3590         PR other/27063
3591         * configure.in: Test subdir_requires and give an appropriate
3592         error message.
3593         * configure: Regenerate.
3595 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
3597         * MAINTAINERS (Write After Approval): Add myself.
3599 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
3601         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3603 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
3605         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3607 2006-06-20  David Ayers  <d.ayers@inode.at>
3609         PR bootstrap/28072
3610         * configure.in: Add target-boehm-gc to noconfigdirs depending on
3611         whether target-libjava is being configured instead of whether the
3612         java front end is enabled.
3613         * configure: Regenerate.
3615 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3617         PR target/27540
3618         * configure.in: Only enable libgomp on IRIX 6.
3619         * configure: Regenerate.
3621 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
3623         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3624         too.
3625         * Makefile.in: Regenerate.
3627 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
3629         * config-ml.in: Alter CCASFLAGS to include special
3630         multilib options the same as is done for CFLAGS.
3632 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3634         * configure.in: Don't enable libgomp on hpux10.
3635         * configure: Rebuilt.
3637 2006-06-12  David Ayers  <d.ayers@inode.at>
3639         PR bootstrap/27963
3640         PR target/19970
3641         * configure.in: Remove target-boehm-gc from noconfigdirs where
3642         ${libgcj} is specified.
3643         * configure: Regenerate.
3645 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
3647         Sync from src:
3649         * configure.in: Sync.
3650         * configure: Regenerated.
3652         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
3654         * Makefile.def: Added dependencies from sim and gdb on intl, and
3655         added configure dependencies to everything with an all dependency
3656         on intl.
3657         * Makefile.in: Regenerated.
3659 2006-06-06  David Ayers  <d.ayers@inode.at>
3661         PR libobjc/13946
3662         * Makefile.def: Add dependencies for libobjc which boehm-gc.
3663         * Makefile.in: Regenerate.
3664         * configure.in: Add --enable-objc-gc at toplevel and have it
3665         enable boehm-gc for Objective-C.
3666         Remove target-boehm-gc from libgcj.
3667         Add target-boehm-gc to target_libraries.
3668         Add target-boehm-gc to noconfigdirs where ${libgcj}
3669         is specified.
3670         Assert that boehm-gc is supported when requested for Objective-C.
3671         Only build boehm-gc if needed either for Java or Objective-C.
3672         * configure: Regenerate.
3674 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
3676         PR 27674
3677         * Makefile.tpl (configure-[+prefix+][+module+],
3678         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3679         Remove rule to unstage bootstrapped modules.
3680         (stage_current): New.
3681         * Makefile.in: Regenerate.
3683 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3685         * MAINTAINERS (Write After Approval): Update my e-mail address.
3687 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
3689         * include/libiberty.h: Declare pex_run_in_environment.
3691 2006-05-31  Asher Langton  <langton2@llnl.gov>
3693         * MAINTAINERS (Write After Approval): Add myself.
3695 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
3697         * Makefile.def (bfd, opcodes): Fix lib_path.
3698         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3699         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
3700         * Makefile.in: Regenerate.
3702 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3704         * Makefile.in: Regenerate.
3706 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3708         * Makefile.def: Add install-html target. Add datarootdir
3709         docdir and htmldir to flags_to_pass.
3710         * Makefile.tpl: Add install-html target.
3711         * Makefile.in: Regenerate.
3712         * configure.in: Add --with-datarootdir, --with-docdir, and
3713         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
3714         * configure: Regenerate.
3716 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
3718         * configure.in: Enable gprof for cross builds.
3719         * configure: Regenerate.
3721 2006-05-22  Richard Guenther  <rguenther@suse.de>
3723         Revert
3724         2006-01-31  Richard Guenther  <rguenther@suse.de>
3725         Paolo Bonzini  <bonzini@gnu.org>
3727         * Makefile.def (target_modules): Add libgcc-math target module.
3728         * configure.in (target_libraries): Add libgcc-math target library.
3729         (--enable-libgcc-math): New configure switch.
3730         * Makefile.in: Re-generate.
3731         * configure: Re-generate.
3732         * libgcc-math: New toplevel directory.
3734 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3735             Andreas Tobler  <a.tobler@schweiz.ch>
3737         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
3738         * configure: Rebuilt.
3740 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
3742         * MAINTAINERS (Write After Approval): Add myself.
3744 2006-05-01  DJ Delorie  <dj@redhat.com>
3746         * configure.in: Restore CFLAGS if GMP isn't present.
3747         * configure: Regenerate.
3749 2006-05-01  Richard Guenther  <rguenther@suse.de>
3751         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
3752         maintainer.
3754 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
3756         * MAINTAINERS (Write After Approval): Add myself.
3758 2006-04-28  Jan Beulich  <jbeulich@novell.com>
3760         * MAINTAINERS (Write After Approval): Add myself.
3762 2006-04-18  DJ Delorie  <dj@redhat.com>
3764         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
3765         reference libgloss so that libssp can be built in a combined
3766         tree.
3767         * configure: Regenerate.
3769 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
3771         * MAINTAINERS (Write After Approval): Add myself.
3773 2006-04-05  Ben Elliston  <bje@au.ibm.com>
3775         * configure.in: Require makeinfo 4.4 or higher.
3776         * configure: Regenerate.
3778 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
3780         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
3781         Rearrange the entries of other libraries to have them in one place.
3783 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
3785         * MAINTAINERS (Write After Approval): Remove myself.
3786         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
3788 2006-03-14  Richard Guenther  <rguenther@suse.de>
3790         * configure: Regenerate with autoconf 2.13.
3792 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
3794         * MAINTAINERS: Use my work address.
3796         * MAINTAINERS: Update my E-mail address.
3798 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
3800         * configure.in: Handle --disable-<component> generically.
3801         * configure: Regenerate.
3803 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
3805         PR libgcj/17311
3806         * ltmain.sh: Don't use "$finalize_rpath" for compile.
3808 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
3810         * MAINTAINERS (Write After Approval):  Remove myself.
3811         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3813 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
3815         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
3816         (TARGET_CONFIGDIRS): Remove.
3817         * configure.in: Remove AC_SUBST(target_configdirs).
3818         * Makefile.in, configure: Regenerated.
3820 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
3822         * MAINTAINERS (Write After Approval):  Remove myself.
3823         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3825 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
3827         PR bootstrap/25670
3829         * Makefile.tpl ([+compare-target+]): Print explanation messages.
3831         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3832         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3833         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3834         BUILD_PREFIX, BUILD_PREFIX_1.
3835         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3837         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3838         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3840         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3841         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3842         of `cat stage_current`.  Always provide the `r' and `s' variables.
3843         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3844         a single shell execution.
3845         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3846         bootstrapped modules, make the stage1 module if the build was not
3847         started yet, else build the current stage.
3848         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3849         (all-build, all-host, all-target, [+make_target+]-host,
3850         [+make_target+]-target): Do not use \-continued lines.
3851         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3852         (current_stage, restrap, stage_last): New.
3854         * Makefile.in: Regenerate.
3855         * configure: Regenerate.
3857 2006-02-19  Bud Davis  <jmdavis@link.com>
3859         * MAINTAINERS (Write After Approval):  Remove myself.
3860         (Language Front End Maintainers):  Add myself as fortran 95
3861         maintainer and update e-mail address.
3863 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3865         * MAINTAINERS (Write After Approval):  Remove myself.
3866         (Language Front End Maintainers):  Add myself as fortran 95
3867         maintainer.
3869 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
3871         * MAINTAINERS (Write After Approval): Add myself.
3873 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
3875         * MAINTAINERS (Write After Approval):  Remove myself.
3876         (Language Front End Maintainers):  Add myself as
3877         fortran 95 maintainer.
3879 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3881         Sync from src:
3883         2005-12-27  Leif Ekblad  <leif@rdos.net>
3885         * configure.in: Add support for RDOS target.
3886         * configure: Regenerate.
3888 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3889             Andreas Schwab  <schwab@suse.de>
3891         * configure: Regenerate.
3893 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
3895         * configure.in (enable_libgomp): Add AIX.
3896         * configure: Regenerate.
3898 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
3900         * MAINTAINERS (Write After Approval): Add myself.
3902 2006-02-03  Lee Millward  <lee.millward@gmail.com>
3904         * MAINTAINERS (Write After Approval): Add myself.
3906 2006-01-31  Richard Guenther  <rguenther@suse.de>
3907         Paolo Bonzini  <bonzini@gnu.org>
3909         * Makefile.def (target_modules): Add libgcc-math target module.
3910         * configure.in (target_libraries): Add libgcc-math target library.
3911         (--enable-libgcc-math): New configure switch.
3912         * Makefile.in: Re-generate.
3913         * configure: Re-generate.
3914         * libgcc-math: New toplevel directory.
3916 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
3918         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3919         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3920         the assembler, linker and binutils.
3921         * configure: Regenerate.
3923 2006-01-22  Dirk Mueller  <dmueller@suse.de>
3925         * MAINTAINERS (Write After Approval): Add myself.
3927 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
3929         * configure: Regenerate.
3931 2006-01-18  Richard Henderson  <rth@redhat.com>
3932             Jakub Jelinek  <jakub@redhat.com>
3933             Diego Novillo  <dnovillo@redhat.com>
3935         * libgomp: New directory.
3936         * Makefile.def: Add target_module libgomp.
3937         * Makefile.in: Regenerate.
3938         * configure.in (target_libraries): Add target-libgomp.
3939         * configure: Regenerate.
3941 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
3943         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3944         @ from continuation.
3945         * Makefile.in: Rebuilt.
3947 2006-01-04  Chris Lattner  <sabre@gnu.org>
3949         * MAINTAINERS (Write After Approval): Add myself.
3951 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3953         PR bootstrap/24252
3955         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3956         * Makefile.tpl (OBJDUMP): New.
3957         (EXTRA_HOST_FLAGS): Add it.
3958         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3960         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3961         to use symbolic links between directories.  Avoid race conditions
3962         or make them harmless.
3963         * configure.in: Do not try to use symbolic links between directories.
3965         * Makefile.def (LEAN): Pass.
3966         * Makefile.tpl (LEAN): Define.
3967         (stage[+id+]-start): Accept that the previous directory does not
3968         exist, if the bootstrap is lean.
3969         (stage[+id+]-bubble): Invoke lean bootstrap commands after
3970         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
3971         configure substitution.
3972         ([+compare-target+]): Likewise.
3973         ([+bootstrap-target+]-lean): New.
3974         * configure.in: Remove lean bootstrap support from here.
3976         * Makefile.in: Regenerate.
3977         * configure: Regenerate.
3979 2006-01-04  Ben Elliston  <bje@au.ibm.com>
3981         * MAINTAINERS (libdecnumber): Add myself.
3983 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
3985         * libtool-ldflags: New script.
3987 2006-01-02  Andreas Schwab  <schwab@suse.de>
3989         * configure.in: When reconfiguring remove Makefile in
3990         all stage directories.
3991         * configure: Regenerate.
3993 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
3995         * MAINTAINERS: Update my email address.
3997 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
3999         Revert Ada-related part of the previous change.
4001         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4002         Do not pass.
4003         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4004         * Makefile.in: Regenerate.
4005         * configure.in: Do not include mt-ppc-aix target fragment.
4006         * configure: Regenerate.
4008 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
4010         * configure.in: Select appropriate fragments for PowerPC/AIX.
4011         * configure: Regenerate.
4013         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4014         BOOT_CFLAGS, BOOT_LDFLAGS.
4015         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4016         BOOT_CFLAGS, BOOT_LDFLAGS.
4017         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4018         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4019         (stage): Fail if we cannot complete the work.
4020         * Makefile.in: Regenerate.
4022 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
4024         * configure.in: Replace ms1 with mt.
4025         * configure: Rebuilt.
4027 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
4029         * MAINTAINERS: Update my email address.
4031 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
4033         * Makefile.tpl (all, do-[+make_target+], do-check, install,
4034         install-host-nogcc): Don't invoke $(stage) at the end.
4035         * Makefile.in: Regenerate.
4037 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
4039         * configure.in: Flip the top-level bootstrap switch.
4040         * configure: Regenerate.
4042 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
4044         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4045         $(stage) and $(unstage).
4046         (EXTRA_TARGET_FLAGS): Correct double-quoting.
4047         (all): Remove stray semicolon.
4048         (local-distclean): Don't handle multilib.tmp and multilib.out.
4049         (install.all): Set $s for consistency.
4050         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4051         check_multilibs setting.  Always make the install directory.
4052         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4053         Correct @if/@endif.
4054         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4055         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4056         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4057         (multilib.out): Remove.
4058         * Makefile.in: Regenerated.
4060 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
4062         * MAINTAINERS (Write After Approval): Add myself.
4064 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
4066         * MAINTAINERS: Add myself as mt maintainer.
4068         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
4070 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
4072         * MAINTAINERS: Change email address.
4074 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
4076         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4077         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4078         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
4079         Find in-tree tools if available.
4080         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4081         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4082         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4083         (COMPILER_*_FOR_TARGET): New.
4084         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4085         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4086         (CONFIGURED_*, USUAL_*): Remove.
4087         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4088         STRIP): Use autoconf substitutions.
4089         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4090         COMPILER_NM_FOR_TARGET): New.
4091         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4093         (all): Make all-host and all-target in parallel.
4094         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4095         that $$r and $$s are set before invoking a recursive make.
4096         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4097         ([+bootstrap-target+]): Inline most of the `all' target.
4099 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4101         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4102         from the gcc build directory.
4103         * Makefile.in: Regenerate.
4105 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4107         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
4108         depend on all-libdecnumber.
4109         * configure.in (host_libs): Include libdecnumber.
4110         * Makefile.in: Regenerate.
4111         * configure: Likewise.
4113 2005-11-29  Ben Elliston  <bje@au.ibm.com>
4115         * libdecnumber: Import decNumber sources from the dfp-branch.
4117 2005-11-21  Kean Johnston  <jkj@sco.com>
4119         * config.sub, config.guess: Sync from upstream sources.
4121 2005-11-21  Ben Elliston  <bje@au.ibm.com>
4123         Import from Autoconf sources:
4125         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
4126         * config/move-if-change: Don't output "$2 is unchanged";
4127         suggested by Ben Elliston.  Handle weird characters correctly.
4129 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
4131         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
4132         to match upstream libtool for darwin.
4134 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
4136         * Makefile.def: Remove gdb dependencies for gdbtk.
4137         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4138         (configure-gdb, install-gdb): New rules.
4139         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4140         * Makefile.in, configure: Regenerated.
4142 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
4144         * MAINTAINERS (Write After Approval): Add myself.
4146 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
4148         * MAINTAINERS (Write After Approval): Add myself.
4150 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
4152         * MAINTAINERS (alias analysis): Add Daniel Berlin and
4153         Diego Novillo.
4155 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
4157         PR bootstrap/24297
4158         * Makefile.tpl (do-[+make-target+], do-check, install,
4159         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4160         are set before recursing.
4161         * Makefile.in: Regenerate.
4163 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
4165         PR bootstrap/18939
4166         * Makefile.def (gcc) <target>: Fix thinko.
4167         * Makefile.in: Regenerate.
4169 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
4171         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4172         * configure: Regenerate.
4174 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
4176         * MAINTAINERS (Write After Approval): Add self.
4178 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
4180         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4181         target-libffi, target-qthreads, target-libjava, and
4182         targetlibobjc.
4183         * configure: Regenerate.
4185 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
4187         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4188         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4189         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4190         (USUAL_OBJDUMP_FOR_TARGET): New.
4191         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4192         * configure.in: Check for $OBJDUMP_FOR_TARGET.
4193         * configure, Makefile.in: Regenerated.
4195 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4197         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4198         before other host packages.
4200 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
4202         * MAINTAINERS: Add self as sh libraries/configury maintainer.
4204 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4206         PR bootstrap/22340
4208         * configure.in (default_target): Remove.
4209         * Makefile.tpl (all): Do not use prerequisites as subroutines
4210         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4211         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4212         use prerequisites as subroutines.
4213         (check-host, check-target): New.
4214         (bootstrap configure & all targets): Do not use stage*-start
4215         if the directory layout is already ok.
4216         (non-bootstrap configure & all targets): Prepend a $(unstage).
4217         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
4218         (NOTPARALLEL): Remove.
4219         (unstage, stage variables): New variables.
4220         (unstage, stage targets): Simply expand to those variables.
4222         * configure: Regenerate.
4223         * Makefile.in: Regenerate.
4225 2005-10-04  James E Wilson  <wilson@specifix.com>
4227         * Makefile.def (lang_env_dependencies): Add libmudflap.
4228         * Makefile.in: Regenerate.
4230 2005-10-03  Andreas Schwab  <schwab@suse.de>
4232         Backport from libtool CVS:
4233         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
4235         * ltmain.sh: add support for installing into temporary
4236         staging area (e.g. 'make install DESTDIR=...')
4238 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
4240         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4241         * configure: Regenerated.
4243 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
4245         * configure: Regenerate with the correct
4246         autoconf version.
4248 2005-09-30  Catherine Moore  <clm@cm00re.com>
4250         * configure.in (bfin-*-*): New.
4251         * configure: Regenerated.
4253 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
4255         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4256         (LIPO_FOR_TARGET): New.
4257         (CONFIGURED_LIPO_FOR_TARGET): New.
4258         (USUAL_LIPO_FOR_TARGET): New.
4259         (STRIP_FOR_TARGET): New.
4260         (CONFIGURED_STRIP_FOR_TARGET): New.
4261         (USUAL_STRIP_FOR_TARGET): New.
4262         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4263         STRIP_FOR_TARGET.
4264         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4265         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4266         * Makefile.in: Regenerate.
4267         * configure: Regenerate.
4269 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
4271         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4272         (rs6000-*-aix*): Same.
4273         * configure: Regenerate.
4275 2005-09-16  Tom Tromey  <tromey@redhat.com>
4277         * MAINTAINERS: Add self as java maintainer.
4279 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4281         * configure.in: Recognize f95 in the --enable-languages option,
4282         and substitute it for fortran, issuing a warning.
4283         * configure: Regenerate.
4285 2005-08-30  Phil Edwards  <phil@codesourcery.com>
4287         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
4288         * configure:  Regenerated.
4290 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
4292         * MAINTAINERS: Add self as ms1 maintainer.
4294 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
4296         * Makefile.def (libssp): Add to lang_env_dependencies.
4297         * Makefile.in: Regenerate.
4299 2005-08-18  Ian Lance Taylor  <ian@airs.com>
4301         * MAINTAINERS: Add myself as middle-end maintainer.
4303 2005-08-17  Christian Groessler  <chris@groessler.org>
4305         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4306         * Makefile.in: Regenerate.
4308 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
4310         * MAINTAINERS (write after approval): Added myself.
4312 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
4314         * MAINTAINERS (Write After Approval): Add myself.
4316 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
4318         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4319         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4320         Look for alternate names of the target cc and c++
4321         * configure: Regenerate.
4323 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
4325         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4326         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4327         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4328         tools; remove code to manually set them.
4329         (Target tools): Look in the environment for them.
4330         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4331         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4332         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4333         build directory.
4334         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4335         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4336         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4337         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4338         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4339         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4340         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4341         * configure: Regenerate.
4342         * Makefile.in: Regenerate.
4344 2005-07-28  Ben Elliston  <bje@au.ibm.com>
4346         * MAINTAINERS: Update for removed CPU targets.
4348 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
4350         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4351         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4352         * Makefile.in: Regenerated.
4354 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
4356         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4357         (CFLAGS_FOR_TARGET): Use it.
4358         (CXXFLAGS_FOR_TARGET): Likewise.
4359         * Makefile.in: Regenerated.
4360         * configure.in (--with-build-sysroot): New option.
4361         * configure: Regenerated.
4363 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
4365         * Makefile.tpl: Wrap install between unstage and stage
4366         * Makefile.in: Regenerate.
4368 2005-07-21  Eric Christopher  <echristo@apple.com>
4370         * MAINTAINERS: Update affiliation.
4372 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
4374         * MAINTAINERS: Add self as crx port maintainer.
4376 2005-07-20  DJ Delorie  <dj@redhat.com>
4378         * MAINTAINERS: Add self as m32c maintainer.
4380 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
4382         * all files: Update FSF address.
4384 2005-07-15  Eric Christopher  <echristo@redhat.com>
4386         * MAINTAINERS: Change affiliation.
4388 2005-07-14  Jim Blandy  <jimb@redhat.com>
4390         * configure.in: Add cases for Renesas m32c.
4391         * configure: Regenerated.
4393 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4395         * COPYING.LIB: Update from fsf.org.
4397 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4399         * COPYING, compile, config.guess,
4400         config.sub, install-sh, missing, mkinstalldirs,
4401         symlink-tree, ylwrap: Sync from upstream sources.
4402         * config-ml.in: Update FSF address.
4404 2005-07-13  Eric Christopher  <echristo@redhat.com>
4406         * configure.in: Add toplevel noconfigdir support for tpf.
4407         * configure: Regenerate.
4409 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
4411         PR ada/22340
4413         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4414         * Makefile.in: Regenerate.
4416 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
4418         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
4419         Brolley to write-after-approval.
4421 2005-07-07  Andreas Schwab  <schwab@suse.de>
4423         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4424         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4425         * Makefile.in: Regenerated.
4427 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
4429         * configure.in: Don't build sim or rda when targetting darwin.
4430         * configure: Regenerate.
4432 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
4434         * configure.in: Add --enable-libssp and --disable-libssp.
4435         * configure: Regenerate with autoconf-2.13.
4437 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
4439         * Makefile.def (target_modules): Add libssp.
4440         * configure.in (target_libraries): Add target-libssp.
4441         * configure: Rebuilt.
4442         * Makefile.in: Rebuilt.
4444 2005-07-01  Zack Weinberg  <zackw@panix.com>
4446         * MAINTAINERS: Change email address.  Resign from maintainership.
4448 2005-07-01  Richard Guenther  <rguenther@suse.de>
4450         * MAINTAINERS: Change my e-mail address and affiliation.
4452 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
4454         * Makefile.def (stagefeedback): Come after profile.
4455         Define profiledbootstrap target.
4456         * Makefile.tpl (profiledbootstrap): Remove.
4457         (stageprofile-end): Zap stagefeedback.
4458         (stagefeedback-start): Copy all .gcda files, not only GCC's.
4459         * Makefile.in: Regenerate.
4461 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
4463         * MAINTAINERS: Update my email address.
4465 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
4467         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
4468         In 'cpp' stanza, support '#line' as well as '# '.
4470 2005-06-08  Andreas Schwab  <schwab@suse.de>
4472         * MAINTAINERS: Move myself from 'Write After Approval' to
4473         'CPU Port Maintainers' section as m68k maintainer.
4475 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
4477         * configure.in (unsupported_languages): New macro.
4478         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
4479         non-ported target libraries in noconfigdirs.
4480         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4481         non-linux-gnu.  Remove libgcj_ex_libffi.
4482         <lang_frag loop>: Set add_this_lang=no if the language is in
4483         unsupported_languages.
4484         * configure: Regenerate.
4486 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
4488         * configure.in: Fix typo in handling of --with-mpfr-dir.
4489         * configure: Regenerate.
4491 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
4493         * MAINTAINERS: Update my email address.
4495 2005-06-02  Jim Blandy  <jimb@redhat.com>
4497         * config.sub: Add cases for the Renesas m32c.  (This patch has been
4498         accepted into the master sources.)
4500 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
4501             Michael Snyder  <msnyder@redhat.com>
4502             Stan Cox  <scox@redhat.com>
4504         * configure.in: Set noconfigdirs for ms1.
4506         * configure: Regenerate.
4508 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
4510         * MAINTAINERS (Write After Approval): Add self.
4512 2005-06-01  Josh Conner  <jconner@apple.com>
4514         * MAINTAINERS (Write After Approval): Add self.
4516 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
4518         * MAINTAINERS: Update my email address.
4520 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
4522         * MAINTAINERS (Write After Approval): Add self.
4524 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
4526         * MAINTAINERS (Write After Approval): Remove self.
4528 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
4530         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4531         (Dependencies): Consider target modules for bootstrap dependencies.
4532         Make target bootstrap modules depend on each stage's gcc.
4533         * Makefile.in: Regenerate.
4535 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
4537         * Makefile.def (configure-gcc): Depend on binutils having been built.
4538         (all-gcc): No need to do it here.
4539         * Makefile.in: Regenerate.
4541 2005-05-19  Paul Brook  <paul@codesourcery.com>
4543         * configure.in: Rewrite misleading error message when requested
4544         language cannot be built.
4545         * configure: Regenerate.
4547 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
4549         * ylwrap: Import from Automake 1.9.5.
4551 2005-05-13  David Ung  <davidu@mips.com>
4553         * MAINTAINERS (Write After Approval): Add self.
4555 2005-05-09  Mike Stump  <mrs@apple.com>
4557         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
4558         lt_cv_sys_max_cmd_len for now.
4560 2005-05-09  Stan Cox  <scox@redhat.com>
4562         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
4564 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
4566         * README.SCO: Update the URL.
4568 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
4570         * ltconfig: Define file_list_spec.  Pass file_list_spec and
4571         with_gnu_ld to libtool.
4572         * ltcf-c.sh (aix[45]): Define file_list_spec.
4573         * ltcf-cxx.sh (aix[45]): Same.
4574         * ltcf-gcj.sh (aix[45]): Same.
4575         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
4576         exists, write list of input files to temporary file.
4578 2005-05-04  Mike Stump  <mrs@apple.com>
4580         * configure.in: Always pass --target to target configures as
4581         otherwise rebuilds that do --recheck will fail.
4582         * confiugure: Rebuilt.
4584 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
4586         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4587         STAGE_HOST_EXPORTS.
4588         (configure, all): Add bootstrap support.
4589         (Host modules, target modules): Pass post-stage1 flags and exports.
4590         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4591         * Makefile.in: Regenerate.
4593 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
4595         * configure: Regenerate.
4597 2005-04-27  Mike Stump  <mrs@apple.com>
4599         * MAINTAINERS: Add self as darwin maintainer.
4601 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
4603         * config.sub: Update from master copy.
4605 2005-04-21  Mike Stump  <mrs@apple.com>
4607         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
4608         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
4610 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
4612         * configure.in <crisv32-*-*, cris-*-*>: New local variable
4613         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
4614         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
4615         "*-*-elf" and "*-*-linux*".
4616         * configure: Regenerate.
4618 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
4620         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
4622 2005-04-12  Mike Stump  <mrs@apple.com>
4624         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
4626 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
4628         * MAINTAINERS (Write After Approval): Add myself.
4630 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
4632         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
4634 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
4636         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
4637         (TARGET_CONFIGARGS): Include --with-target-subdir.
4638         (configure, all): New macros.  Use them throughout.
4639         * Makefile.in: Regenerate.
4641 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
4643         * MAINTAINERS (Write After Approval): Add myself.
4645 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4647         * MAINTAINERS: Remove 'loop unrolling' maintainer.
4649 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
4651         * MAINTAINERS: Move John Carr to Write After Approval.
4653 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
4655         * config/mh-mingw32: Delete.
4656         * configure.in: Don't use it.
4657         * configure: Regenerate.
4659 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
4661         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4662         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4663         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
4664         (HOST_LIB_PATH): Generate from Makefile.def.
4665         (TARGET_LIB_PATH): Likewise.
4666         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4667         * Makefile.in: Regenerate.
4668         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4669         (RPATH_ENVVAR): Include Darwin case.
4670         * configure: Regenerate.
4672 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
4674         * MAINTAINERS (Various Maintainers): Remove self.
4675         (Write After Approval): Add self.
4677 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
4679         * MAINTAINERS (Various Maintainers): Add self.
4681 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
4683         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4684         * configure: Regenerate.
4686 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
4688         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4689         gcc_version, and gcc_version_trigger from set of flags to pass.
4690         * Makefile.tpl: Remove definitions of above variables.
4691         (config.status): Remove dependency on $(gcc_version_trigger).
4692         * Makefile.in: Regenerate.
4693         * configure.in: Do not reference config/gcc-version.m4 nor
4694         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
4695         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
4696         * configure: Regenerate.
4698 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
4699             Andrew Pinski  <pinskia@physics.uc.edu>
4701         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4702         * Makefile.in: Regenerate.
4704 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
4706         * MAINTAINERS (Write After Approval): Add myself.
4708 2005-03-03  David Ayers  <d.ayers@inode.at>
4710         * MAINTAINERS (Write After Approval): Add myself.
4712 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
4714         PR libgcj/20160
4715         * ltmain.sh: Avoid creating archives with components that have
4716         duplicate basenames.
4718 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
4720         PR bootstrap/20250
4721         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4722         instead of check.
4723         * Makefile.in: Regenerate.
4725 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4727         * Makefile.in: Regenerate to fix conflict between the previous two
4728         patches.
4730 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4732         PR bootstrap/17383
4733         * Makefile.def (target_modules): Remove "stage", now unnecessary.
4734         * Makefile.tpl (HOST_SUBDIR): New substitution.
4735         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4736         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4737         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4738         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4739         (Host modules, Bootstrapped modules): Use it.
4740         (Build modules, Target modules): Do not create symlink trees,
4741         always configure out-of-srcdir.
4742         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4743         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4744         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4745         $(HOST_SUBDIR).  Create a symlink for host_subdir.
4747         * Makefile.in: Regenerate.
4748         * configure: Regenerate.
4750 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4752         Merged from libada-gnattools-branch:
4753         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4755         * gnattools: New directory.
4756         * Makefile.def: Add gnattools as a module, depending on target-libada.
4757         * Makefile.in: Regenerate.
4758         * configure.in: Include gnattools in host_tools; disable it if ada
4759         is disabled.
4760         * configure: Regenerate.
4762 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
4764         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
4765         treelang maintainer.
4766         (Write After Approval): Remove myself.
4768 2005-02-23  Paul Schlie  <schlie@comcast.net>
4770         * configure.in: Allow darwin targeted ports to build tk, itcl and
4771         libgui.
4772         * configure: Regenerate.
4774 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4776         PR libgcj/10353
4777         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4778         * configure: Regenerate.
4780 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
4782         * MAINTAINERS (Write After Approval): Add myself.
4784 2005-02-10  Ian Lance Taylor  <ian@airs.com>
4786         * MAINTAINERS: Update my e-mail address.
4788 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
4790         * MAINTAINERS (Write After Approval): Add myself.
4792 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
4794         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4795         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4796         target-libgloss when not *-*-elf and *-*-aout.
4797         * configure: Regenerate.
4799 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
4801         * MAINTAINERS: Remove obsolete entries.
4803         * MAINTAINERS (Write After Approval): Add Michael Matz.
4805 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
4807         * MAINTAINERS: Remove self as cpplib maintainer.
4809 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4811         * install-sh, config.sub: Import from upstream.
4813 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4815         PR bootstrap/18222
4816         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4817         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4818         * Makefile.in: Regenerate.
4820 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
4822         * MAINTAINERS: Update my email address.
4824 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
4825             Andreas Schwab  <schwab@suse.de>
4827         PR bootstrap/18033
4828         * config-ml.in: Eval option if surrounded by single quotes.
4830 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
4832         Revert 2004-12-28 Makefile changes, a better fix will be
4833         applied to mainline and src after GCC 4.0 branches.
4835 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
4837         PR bootstrap/17383
4839         * Makefile.def (target_modules): Remove stage parameter,
4840         it is always true now.
4841         * Makefile.tpl (configure-build-[+module+],
4842         configure-target-[+module+]): Always build symlink tree
4843         for the directory and for include.  BUILD_SUBDIR and
4844         TARGET_SUBDIR cannot be . anymore.
4845         * Makefile.in: Regenerate.
4847 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
4849         Revert 2004-12-08 Makefile changes.
4851 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
4853         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
4854         cygwin, mingw.
4856 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
4858         * configure.in (sh64-*-*): Reenable gprof.
4859         * configure: Regenerate.
4861 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
4863         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4864         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4865         (EXTRA_TARGET_FLAGS): Add PICFLAG.
4866         * Makefile.in: Regenerate.
4868 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
4870         * MAINTAINERS: Update my email address.
4872 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
4874         * Makefile.tpl: Generate normal dependencies if the LHS module is
4875         not bootstrapped.
4876         * Makefile.in: Regenerate.
4878 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4880         * configure.in: Include config/gxx-include-dir.m4.  Use
4881         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
4882         * configure: Regenerate.
4884 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4886         * config.if: Delete.
4887         * configure.in: Set libstdcxx_incdir directly.
4888         * configure: Regenerate.
4890 2004-12-02  Eric Christopher  <echristo@redhat.com>
4892         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
4893         * Makefile.in: Regenerate.
4895 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4897         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4898         * configure: Regenerate.
4900 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4902         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
4903         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
4904         * configure: Regenerate.
4906 2004-12-01  Eric Christopher  <echristo@redhat.com>
4908         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
4909         of things to remove.
4911 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
4913         * MAINTAINERS (Write After Approval): Update my e-mail address.
4915 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
4917         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
4918         from CVS libtool to always pass_all.
4920 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4922         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4923         (hppa*64*-*-*): Delete incorrect comment.
4924         * configure: Rebuilt.
4926 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4928         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
4930 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4932         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
4933         from CVS libtool to always pass_all.
4935 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4937         * install-sh, compile: Import from automake.
4939 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4941         * config.guess, config.sub:  Import from savannnah.
4943 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
4945         * MAINTAINERS (Write After Approval): Add myself
4947 2004-11-12  Mike Stump  <mrs@apple.com>
4949         * Makefile.def: Add html support.
4950         * Makefile.tpl: Likewise.
4951         * Makefile.in: Regenerate.
4953 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
4955         PR 18423
4956         * configure.in: Remove all instances of build-fixincludes from
4957         noconfigdirs.
4958         (build_configargs): Supply --target to subdirectories.
4959         * configure: Regenerate.
4961         * Makefile.def: Make gcc install depend on fixincludes install.
4962         * Makefile.in: Regenerate.
4964 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
4966         * MAINTAINERS: Add myself as gcc testsuite maintainer.
4968 2004-11-11  Paul Brook  <paul@codesourcery.com>
4970         * MAINTAINERS: Add self as arm maintainer.  Update email address.
4972 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
4974         * configure.in (noconfigdirs) [mmix-*-*]: Disable
4975         target-libgfortran.
4976         * configure: Regenerate.
4978 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
4980         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4981         like CC.
4983 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
4985         * Makefile.def (host fixincludes): Specify missing targets.
4986         * Makefile.in: Regenerate.
4988 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
4990         * MAINTAINERS: Add myself
4992 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
4994         * MAINTAINERS (Write After Approval): Add myself.
4996 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
4998         * Makefile.def: Build fixincludes for the host, too.
4999         * Makefile.in: Regenerate.
5000         * configure.in (host_tools): Add fixincludes.
5001         * configure: Regenerate.
5003 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
5005         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5006         * configure: Regenerated.
5008 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
5010         PR other/17783
5011         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5012         * configure: Regenerated.
5014 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
5016         * README.SCO: Update per FSF instructions.
5018 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
5020         PR target/18151
5021         * configure.in (case ${target}): Do not build fixincludes for avr.
5022         * configure: Regenerated.
5024 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
5026         * configure.in (case ${target}): Do not build fixincludes
5027         on platforms where it is not used.
5028         * configure: Regenerated.
5030 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
5032         * configure.in: Use an absolute path to install-sh.
5033         * configure: Regenerated.
5035 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
5037         * MAINTAINERS (Write After Approval): Add myself.
5039 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
5041         * MAINTAINERS: Remove from Write After Approval those that are
5042         already maintainers.
5044 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
5046         * MAINTAINERS:  Update my email address.
5048 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
5050         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5051         * configure: Regenerate.
5053 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
5055         * MAINTAINERS:  Update my email address.
5057 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
5059         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
5060         entries belonging to this category.
5062 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
5064         * MAINTAINERS: Update my e-mail address.
5066 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
5068         Fix wrong conflict resolution in:
5070         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5072         * Makefile.in: Regenerate.
5073         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5074         in the recursive `make', instead of hardwiring `all'.
5075         (Autogenerated TARGET-* variables): New.
5077 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
5079         * configure.in: Enable target-libgloss for crx-*-*.
5080         * configure: Regenerate.
5082 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
5084         * MAINTAINERS (Various Maintainers): Move the "windows,
5085         cygwin, mingw" maintainer to ...
5086         (OS Port Maintainers): ... here.
5088 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
5090         * MAINTAINERS (Write After Approval): Remove those that are
5091         maintainers of some subsystem.
5093 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
5095         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5096         * ltcf-cxx.sh (tpf*): Likewise.
5097         * ltconfig (tpf*): Add TPF OS configuration support.
5099 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
5101         * MAINTAINERS: Change my email address to my new work account.
5103 2004-09-24  Michael Roth  <mroth@nessie.de>
5105         * configure.in (--without-headers): Add missing double quotes.
5106         * configure: Regenerate.
5108 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
5110         * ylwrap: Revert to previous version.
5112 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
5114         PR bootstrap/17369
5115         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5116         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5117         SET_GCC_LIB_PATH_CMD.
5118         (BASE_TARGET_EXPORTS): Likewise.
5119         * Makefile.in: Regenerated.
5121         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5122         * configure: Regenerated.
5124 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
5126         * config.guess: New upstream version
5127         * compile, depcomp, install-sh, ylwrap: Likewise.
5129 2004-09-19  Roger Sayle  <roger@eyesopen.com>
5131         * config/mh-x86omitfp: New host makefile fragment.  Add
5132         -fomit-frame-pointer to the default BOOT_CFLAGS.
5133         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5134         * configure: Regenerate.
5136 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
5138         PR target/11572
5139         * configure.in (*-*-darwin*): Renable libobjc.
5140         * configure: Regenerate.
5142 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
5144         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
5146 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
5148         * Makefile.def: Remove libbanshee.
5149         * Makefile.tpl: Ditto.
5150         * configure.in: Ditto.
5151         * Makefile.in: Regen.
5152         * configure: Ditto.
5154 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
5156         * ltmain.sh: Use $pic_object as $non_pic_object if
5157         $non_pic_object=none.
5159 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
5161         * missing: Import latest version from master repository.
5163 2004-09-06  Nick Clifton  <nickc@redhat.com>
5165         * config.sub: Import latest version from master repository.
5166         * config.guess: Likewise.
5167         This includes these changes:
5169         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
5171         * config.sub: Handle crisv32, alias etraxfs.
5172         * config.guess (crisv32:Linux:*:*): Handle.
5174         2004-08-13  Brad Smith  <brad@comstyle.com>
5176         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5177         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5179         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
5181         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5182         assume the processor is a powerpc.  This is because coreutils
5183         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5184         in this case, due to a MacOS X bug that causes
5185         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5186         to return a negative number.
5187         Problem reported by Petter Reinholdtsen in:
5188         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5190         2004-07-19  Ben Elliston  <bje@gnu.org>
5192         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5194         2004-06-24  Ben Elliston  <bje@gnu.org>
5196         * config.guess: Update copyright years.
5197         * config.sub: Likewise.
5199         2004-06-22  Robert Millan  <robertmh@gnu.org>
5201         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5202         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5204         2004-06-22  Stanley F. Quayle <stan@stanq.com>
5206         * config.guess (*:*VMS:*:*): New entry. Replaces
5207         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5208         manufacturer.
5210         2004-06-22  Ben Elliston  <bje@gnu.org>
5212         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5213         * config.sub: Likewise.
5215         2004-06-22  Ben Elliston  <bje@gnu.org>
5217         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5218         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5220         2004-06-11  Ben Elliston  <bje@gnu.org>
5222         * config.guess (pegasos:OpenBSD:*:*): Remove.
5224         2004-06-11  Ben Elliston  <bje@gnu.org>
5226         From Wouter Verhelst <wouter@grep.be>:
5227         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5229         2004-06-11  Ben Elliston  <bje@gnu.org>
5231         * config.guess (luna88k:OpenBSD:*:*): New.
5233         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
5235         * config.guess (m32r*:Linux:*:*): New case.
5236         * config.sub: Handle m32rle.
5238         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
5240         From Jens Petersen  <petersen@redhat.com>:
5241         * config.sub: Handle sparcv8.
5243         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
5245         From Tom Smith <smith@cag.lkg.hp.com>:
5246         * config.guess: Version suffixes are equally significant on Tru64
5247         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
5248         prefix of "P" (patched kernel).
5250         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
5252         * config.sub: Add support for National Semiconductor CRX target.
5254 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
5256         * MAINTAINERS (Various Maintainers): Remove myself as web page
5257         maintainer, add myself as maintainer of build status lists.
5259 2004-09-03  Jan Beulich  <jbeulich@novell.com>
5261         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5262         *-*-netware, but add target-libmudflap.
5263         Consolidate *-*-netware targets (of which really only i?86 exists)
5264         into a single entry.
5265         * configure: Likewise.
5267 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
5269         * Makefile.tpl (sorry): Remove.
5270         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5271         (cleanstrap targets): Depend on distclean, not distclean-stage1.
5272         (do-clean): Clean per-stage directories too.
5273         (do-distclean): Run distclean-stage1 too.
5274         (.NOTPARALLEL): Enable during toplevel bootstrap.
5275         (stage[+id+]-bubble): Enable parallel execution during
5276         the recursive invocation.
5277         * Makefile.in: Regenerate.
5279         Fix previous checkin:
5281         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5282         include.
5283         * configure.in: Fix indentation.
5284         * configure: Regenerate.
5286 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
5288         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5289         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5290         * configure: regenerate
5291         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5292         -mdynamic-no-pic
5294 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
5296         * Makefile.def (build_modules): Add fixincludes.
5297         (dependencies): Make gcc depend on fixincludes.
5298         * configure.in (build_tools): Add fixincludes.
5299         (build_configdirs): Always include build_libs.
5300         * Makefile.in: Regenerate.
5301         * configure: Regenerate.
5303 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
5305         * Makefile.def (bootstrap stages): Add 'lean' parameter.
5306         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5307         phony targets; do not generate timestamp files.
5308         (distclean-stageN): Remove references to their timestamp files.
5309         (restageN, touch-stageN): Remove.
5310         (stageN-bubble): Rewritten.
5311         (compare): Support lean bootstraps.
5312         * Makefile.in: Regenerate.
5314         * configure.in: Only warn when bootstrapping but
5315         build != host or build != target.  Support lean bootstraps.
5316         * configure: Regenerate.
5318 2004-08-26  Phil Edwards  <phil@codesourcery.com>
5320         * configure.in:  Give a better error message if GMP/MPFR are missing
5321         and a language needing them has been requested.
5322         * configure:  Regenerated.
5324 2004-08-25  Phil Edwards  <phil@codesourcery.com>
5326         * configure.in:  Print a list of available language front-ends if
5327         a requested one is missing.  Tidy stray tab characters.
5328         * configure:  Regenerated.
5330 2004-08-19  Michael Koch  <konqueror@gmx.de>
5332         * gcc/doc/install.texi: Update entry about automake for libjava.
5334 2004-08-17  Robert Millan  <robertmh@gnu.org>
5336         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5337         (instead of FreeBSD).
5338         * configure: Regenerate.
5340 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5342         * Makefile.in: Regenerate.
5343         * configure: Regenerate.
5345         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5346         stage_*_flags.
5347         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5348         for bootstrapped modules if toplevel bootstrap is going.
5349         (GCC bootstrap): Generate per-stage targets for all bootstrapped
5350         modules.  Adjust for changes in Makefile.def.  Enable several
5351         rules even in non-bootstrap mode, just to avoid peppering the
5352         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5353         (stage-[+prev+]-bubble): Remove.
5355         * Makefile.def (Dependencies): Depend on all-build-bison,
5356         all-build-flex, all-build-byacc, all-build-texinfo, rather
5357         than the host variations.
5358         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
5359         with BUILD_SUBDIR.
5360         (BISON): Update for recent Bisons.
5361         (YACC): Fix typo.
5362         (cross): Depend on all-build.
5363         (all): Do not depend on all-build.
5364         (prebootstrap): Remove.
5365         (dep-kind): Accept separate prefixes for MODULE and ON variables.
5366         (Prebootstrap dependencies): Add them to the per-stage targets
5367         and to all-prebootstrap.
5368         * configure.in (build_configdirs): Always enable build_tools.
5369         (BUILD_DIR_PREFIX): Remove.
5371         * Makefile.def (gcc): Add target variable.
5372         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5373         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5374         in the recursive `make', instead of hardwiring `all'.
5375         (Autogenerated TARGET-* variables): New.
5377 2004-08-13  Brian Booth  <bbooth@redhat.com>
5379         * MAINTAINERS: Remove myself from write-after-approval.
5381 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5383         * src-release: Stop distributing mmalloc with gdb (which doesn't
5384         use it).
5385         * Makefile.def: GDB doesn't depend on mmalloc anymore.
5386         * Makefile.in: Regenerate.
5388 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
5390         * configure.in (arm*-*-eabi*): New target.
5391         * configure: Regenerate.
5393 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
5395         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5396         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5397         (Dependencies): New section.
5398         * Makefile.tpl (Dependencies): Generate from Makefile.def.
5399         (configure-target-[+module+]): Depend on maybe-all-gcc
5400         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
5401         (toplevel profiledbootstrap): Fix dependencies.
5402         * Makefile.in: Regenerate.
5404 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
5406         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5407         target-libiberty to noconfigdirs.
5408         * configure: Regenerate.
5410 2004-08-03  Paul Brook  <paul@codesourcery.com>
5412         * configure.in: Check for MPFR as well as GMP.
5413         * configure: Regenerate.
5415 2004-08-01  Robert Millan  <robertmh@gnu.org>
5417         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5418         libmudflap for all GNU-based systems (with Glibc).
5419         * configure: Regenerate.
5421 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
5423         * Makefile.def (host-modules): Add gcc.
5424         * Makefile.in: Regenerate.
5425         * Makefile.tpl (sorry): New rule.
5426         (configure-host, all-host, [+make_target+]-host, do-check,
5427         install-host): Do not add gcc as a special case.
5428         (host modules): Add a small special-casing for gcc.  Export
5429         extra_make_flags through the environment.
5430         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5431         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5432         other recursive targets for gcc): Remove.
5434         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5435         (stage, unstage): New rules.
5436         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5437         distclean-stage[+id+]): Use stage_current.
5438         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5439         the stage*-start rules.
5441 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
5443         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
5444         use -all_load flag.
5446 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
5448         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
5449         * configure: Regenerate.
5451 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
5453         * maintainer-scripts/gcc_release: Revert yesterday's change.
5455 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
5457         * MAINTAINERS: Add myself to write-after-approval.
5459 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
5461         * libf2c: Removed.
5462         * gcc/gccbug.in: Updated because of libf2c removal.
5463         * maintainer-scripts/gcc_release: Ditto.
5465 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
5467         * configure.in: Build libmudflap by default on FreeBSD.
5468         * configure: Regenerated.
5470 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
5472         * configure.in: Do not build libmudflap by default on non-GNU/Linux
5473         systems.
5474         * configure: Regenerated.
5476 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5478         PR target/16344
5479         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5480         feedback based compiler.
5481         * Makefile.in: Rebuilt.
5483 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
5485         * Makefile.def (host_modules): Set bootstrap=true for flex.
5486         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5487         * Makefile.in: Rebuilt.
5489 2004-07-07  Jan Hubicka  <jh@suse.cz>
5491         * MAINTAINERS: Add self as a profile feedback maintainer.
5493 2004-07-05  Phil Edwards  <phil@codesourcery.com>
5495         * configure.in:  Do not prepend $srcdir to /dev/null in
5496         makefile fragments.
5497         * configure:  Regenerate.
5499 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
5501         * Makefile.def (build_modules): Add bison, byacc, flex,
5502         m4, texinfo.
5503         (flags_to_pass): Add FLEX.
5504         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5505         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5506         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5507         DEFAULT_MAKEINFO): Remove.
5508         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5509         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5510         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5511         objdir or else use configured tool.
5512         (all-build): New.
5513         (all): Depend on it.
5514         (Build module dependencies): Add.
5515         * Makefile.in: Regenerate.
5516         * configure.in: Better support for multiple build modules,
5517         matching what is done for host/target modules.  Do not look
5518         for "plausible" locations of build tools if Canadian cross.
5519         Use autoconf's AC_PROG_CC to find a C compiler.  Define
5520         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
5521         * configure: Regenerate.
5523 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
5525         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5526         * Makefile.in: Regenerate.
5528 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
5530         * Makefile.tpl (configure-build-[+module+],
5531         configure-[+module+], configure-target-[+module+]): Pass
5532         [+extra_configure_args+].
5533         (all-build-[+module+], all-[+module+], check-[+module+],
5534         install-[+module+], [+make_target+]-[+module+],
5535         all-target-[+module+], check-target-[+module+],
5536         install-target-[+module+], [+make_target+]-target-[+module+]):
5537         Pass [+extra_make_args+].
5538         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5539         (GCC_HOST_EXPORTS): Remove.
5540         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5541         cross, check-gcc, check-gcc-c++, install-gcc,
5542         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5543         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5544         * Makefile.in: Regenerate.
5546 2004-06-21  Matthew Sachs  <msachs@apple.com>
5548         * MAINTAINERS: Added self to write-after-approval.
5550 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
5552         * configure.in: Check for srcdir/winsup rather than build directory
5553         winsup.
5554         * configure: Regenerate.
5556 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
5558         * configure.in: Don't build Cygwin native newlib if winsup
5559         directory is missing.  Emit warning instead.
5560         * configure: Regenerate.
5562 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
5564         * Makefile.tpl (touch-stage[+id+]): New.
5565         (restage[+prev+]): Depend on touch-stage[+id+].
5567         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5568         Use it throughout.
5570         * Makefile.def: Add profile and feedback bootstrap stages.
5571         Remove next field from bootstrap stages.
5572         * Makefile.tpl (LN, LN_S): Substitute.
5573         (stageN-start, stageN-end): Use double-colon rules, to
5574         provide a hook for additional setup commands.
5575         (distclean-stageN-gcc, restageN): Create dependencies from
5576         [+prev+], not from [+next+].
5577         (stageN-bubble): Add commands for successive stages from
5578         [+prev+], using double-colon rules.
5579         (all-stageN-gcc): Fix typo.
5580         (stagefeedback-start, profiledbootstrap): New.
5581         * Makefile.in: Regenerate.
5582         * configure.in: Call ACX_PROG_LN.
5583         * configure: Regenerate.
5585 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
5587         * MAINTAINERS (Write After Approval): Add myself.
5589 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
5591         * MAINTAINERS (Write After Approval): Add myself.
5593 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
5595         * configure.in: Fix --enable-bootstrap breakage introduced in trees
5596         without gcc.
5597         * configure: Regenerate.
5599 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5601         * Makefile.tpl: Fix typo.
5602         * Makefile.in: Regenerate.
5604 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5606         * configure.in: Remove new- prefix from toplevel
5607         bootstrap targets.
5608         * configure: Regenerate.
5610 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5612         * Makefile.tpl (all.normal): Rename to all.
5613         (all): Replace with a rule to pick the default
5614         target from configure.
5615         (all-gcc, configure-gcc): Use conditionals to
5616         do nothing when toplevel bootstrap is going on.
5617         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5618         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5619         * configure.in: Support --enable-bootstrap.
5621         * Makefile.def: Remove new- prefix from toplevel
5622         bootstrap targets.
5623         * Makefile.tpl: Likewise.
5625         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
5626         target.
5628         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5629         $(RECURSE_FLAGS) to recursive invocation of make.
5631         * Makefile.in: Regenerate.
5632         * configure: Regenerate.
5634 2004-05-30  Andreas Jaeger  <aj@suse.de>
5635             Jim Wilson  <wilson@specifixinc.com>
5637         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5638         like CC.
5640 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
5642         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5643         * configure: Regenerate.
5645 2004-05-25  Daniel Jacobowitz  <drow@false.org>
5647         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5648         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5649         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
5650         targets.
5651         * Makefile.in: Regenerate.
5653 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
5655         * configure.in: Test the ability to symlink directories.
5656         * configure: Regenerate.
5658         * Makefile.def (bootstrap-stage): New definitions.
5659         * Makefile.tpl (configure-stage1-gcc,
5660         configure-stage2-gcc, configure-stage3-gcc,
5661         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5662         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5663         new-restage3, compare): Autogenerate, see Makefile.in
5664         entry for behavioral changes.
5665         (distclean-stage1, new-stage1-start, new-stage1-end,
5666         new-stage1-bubble, distclean-stage2, new-stage2-start,
5667         new-stage2-end, new-stage2-bubble, distclean-stage3,
5668         new-stage3-start, new-stage3-end): New autogenerated targets.
5669         (objext, prebootstrap, BOOT_CFLAGS,
5670         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5671         targets.
5673         * Makefile.in: Regenerate.
5674         (distclean-stage1, new-stage1-start, new-stage1-end,
5675         new-stage1-bubble, distclean-stage2, new-stage2-start,
5676         new-stage2-end, new-stage2-bubble, distclean-stage3,
5677         new-stage3-start, new-stage3-end): New targets.
5678         (all-stage1-gcc): Move prebootstrap dependency from here...
5679         (configure-stage1-gcc): ...to here.
5680         (new-bootstrap): Use bubble targets.
5681         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5682         Use per-stage distclean targets.
5683         (configure-stage1-gcc, configure-stage2-gcc,
5684         configure-stage3-gcc, all-stage1-gcc,
5685         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5686         Use new-stageN-start to prepare the tree.
5688 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
5690         * Makefile.def (host_modules): add libcpp.
5691         * Makefile.tpl: Add dependencies on and for libcpp.
5692         * Makefile.in: Regenerate.
5693         * configure.in: Add libcpp host module.
5694         * configure: Regenerate.
5696 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
5698         * Makefile.tpl: Whenever a recursive target is defined, wrap
5699         it in a special @if/@endif block, and prepare its maybe
5700         dependency in the @if/@endif block
5701         * configure.in: Instead of writing maybe dependencies, remove
5702         the @if/@endif statements, and remove the @if/@endif blocks
5703         that remain.
5704         * configure: Regenerate.
5705         * Makefile.in: Regenerate.
5707 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
5709         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
5711 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
5713         PR bootstrap/15120
5714         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
5715         * */configure: Rebuilt.
5717 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
5719         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5720         of libf2c.
5721         * configure, Makefile.in: Regenerate.
5723 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
5725         * MAINTAINERS (Write After Approval): Add myself.
5727 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
5729         Merge from tree-ssa-20020619-branch.
5731         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5732         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5733         (HOST_GMPLIBS): Define.
5734         (HOST_GMPINC): Define.
5735         (TARGET_LIB_PATH): Add libmudflap.
5736         (GFORTRAN_FOR_TARGET): Define.
5737         (configure-build*): Export GFORTRAN.
5738         (configure-gcc): Export GMPLIBS and GMPINC.
5739         (all-gcc): Add maybe-all-libbanshee.
5740         (configure-target-libgfortran): Define.
5741         * Makefile.in: Regenerate.
5742         * configure.in (host_libs): Add libbanshee.
5743         (target_libraries): Add target-libmudflap and target-libgfortran.
5744         Add --with-libbanshee.
5745         Handle --disable-libmudflap.
5746         (*-*-freebsd*): Use with_gmp.
5747         Add $(libgcj) to noconfigdirs.
5748         * configure: Regenerate.
5749         * depcomp: New file.
5750         * MAINTAINERS: Add tree-ssa maintainers.
5752 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
5754         * MAINTAINERS (Various Maintainers): Add myself.
5756 2004-04-30  Brian Ford  <ford@vss.fsi.com>
5758         * MAINTAINERS (Write After Approval): Add myself.
5760 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
5762         * MAINTAINERS (Write After Approval): Add myself.
5764 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
5766         * config/acx.m4: Fix fastcompare support for new-bootstrap.
5767         * configure: Regenerate.
5769 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
5771         Revert:
5772         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5774         * Makefile.def (flags_to_pass): Remove *dir variables that
5775         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5776         as well as prefix and exec_prefix.
5777         * Makefile.in: Regenerate.
5779 2004-04-26  Robert Millan  <robertmh@gnu.org>
5781         Add patches from libtool CVS.
5782         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5783         * ltconfig: Likewise.
5784         * ltcf-c.sh: Likewise.
5785         * ltcf-cxx.sh: Likewise.
5786         * ltcf-gcj.sh: Likewise.
5788 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5790         * Makefile.def (host_modules): Mark with the bootstrap
5791         flag packages on which gcc depends.
5792         * Makefile.tpl (all-bootstrap): Use it.
5793         * Makefile.in: Regenerate.
5795 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5797         * Makefile.def (flags_to_pass): Remove *dir variables that
5798         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5799         as well as prefix and exec_prefix.
5800         * Makefile.in: Regenerate.
5802 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5804         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5805         * configure: Regenerate.
5806         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5807         * gcc/Makefile.tpl (compare): Use the result of the test.
5808         * gcc/Makefile.in: Regenerate.
5810 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
5812         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5813         Always relocate gcc and prev-gcc to the original names, even
5814         if the build fails.
5815         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5816         New targets.
5818 2004-04-23  Laurent GUERBY <laurent@guerby.net>
5820         * MAINTAINERS: Update my email address.
5822 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5824         * configure.in (mips*-*-irix5*): Enable ld.
5825         * configure: Regenerate.
5827 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5829         * configure: Regenerate.
5831 2004-04-15  James E Wilson  <wilson@specifixinc.com>
5833         * Makefile.tpl (configure-[+module+], configure-gcc,
5834         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5835         Set and export LDFLAGS.
5836         * Makefile.in: Regenerate.
5838 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
5840         * MAINTAINERS: Add myself to write-after-approval.
5842 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5844         PR bootstrap/14871
5845         * Makefile.tpl: If we don't have built-in-tree target tools,
5846         use the ones found by configure rather than hacking around with
5847         program_transform_name.
5848         * configure.in: Give Makefile.tpl the information necessary
5849         to do that.
5850         * Makefile.in: Regenerate.
5851         * configure: Regenerate.
5853 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
5855         PR bootstrap/14760
5856         * configure.in: When computing baseargs, strip *all* copies of
5857         offending options.  Also, don't match/substitute the trailing space,
5858         so that this actually works when two similar options are separated by
5859         only one space.
5860         * configure: Regenerate.
5862 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
5864         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5865         (rs6000-*-aix*): Same.
5866         * configure: Regenerate.
5868 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
5870         * MAINTAINERS: Add myself to write-after-approval.
5872 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
5874         * MAINTAINERS: Add myself to write-after-approval.
5876 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
5878         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5879         STRICT_WARN, WARN_CFLAGS flags passed down to make.
5880         * Makefile.in: Regenerate.
5882         * configure.in (top level bootstrap support): Rework --enable-werror
5883         to set @stage2_werror_flag@.
5884         * configure: Regenerate.
5885         * Makefile.tpl (top level bootstrap support): Pass
5886         @stage2_werror_flag@ down to configure in stages 2 and 3.
5887         * Makefile.in: Regenerate.
5889 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5891         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5892         for stages 2 and 3 as well as in make.  As a consequence, remove
5893         OUTPUT_OPTION (now detected by configure) from the flags passed down
5894         to make.
5895         * Makefile.in: Regenerate.
5897         * Makefile.tpl (new-bootstrap): Fix typo.
5898         * Makefile.in: Regenerate.
5900 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
5902         * Makefile.tpl: Rearrange by moving recursive_targets rules
5903         into their proper sections.
5904         * Makefile.tpl (top level bootstrap support): Move disabling
5905         of coverage flags from 'make' to 'configure'; improve comments.
5906         * Makefile.in: Regenerate.
5908         * Makefile.tpl (experimental top level bootstrap) Move stage1
5909         language setting from all- target to configure- target; disable
5910         intermodule optimization in stage 1; prevent gratuitous rebuilds
5911         of stage 1.
5912         * Makefile.in: Regenerate.
5913         * configure.in: Comma-separate stage 1 language list for top
5914         level bootstrap.
5915         * configure: Regenerate.
5917         * Makefile.tpl: Clean up experimental top level bootstrap support:
5918         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5919         prev-gcc in configure- targets as well as all- targets.
5920         * Makefile.in: Regenerate.
5922 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
5924         * compile: New file imported from automake.
5926 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
5928         * configure.in: Remove symbolic link section.
5929         * configure: Regenerate.
5930         * Makefile.tpl (links): Remove.
5931         * Makefile.in: Regenerate.
5933 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
5934             Nathanael Nerode  <neroden@gcc.gnu.org>
5936         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
5937         Set with AC_CHECK_PROGS.
5938         * configure.in: Fix comment typo from last patch.
5939         * configure: Regenerate.
5941 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
5943         * Makefile.tpl: Introduce experimental top level bootstrap support.
5944         * Makefile.in: Regenerate.
5945         * configure.in: Introduce support for top level bootstrap.
5946         * configure: Regenerate.
5948 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5949             Paolo Bonzini  <bonzini@gnu.org>
5951         PR bootstrap/14522
5952         * configure.in: Cope with shells that do not support unquoted ^
5953         * configure: Regenerate.
5955 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5956             Paolo Bonzini  <bonzini@gnu.org>
5958         PR bootstrap/14522
5959         * configure.in: Cope with shells that do not support nesting
5960         quotes inside quoted backquote substitutions.
5961         * configure: Regenerate.
5963 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
5965         PR bootstrap/14522
5966         * configure.in: Fix escaping of $.
5967         * configure: Regenerate.
5969 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
5971         * configure: Regenerate, since I forgot to while committing Paolo's
5972         changes.
5974 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
5976         PR ada/14131
5977         Move language detection to the top level.
5978         * configure.in: Find default values for the tools as
5979         soon as possible.  Disable ada if GNAT is not found.
5980         Emit error message about missing languages.  Expand
5981         --enable-languages=all for the gcc subdirectory.
5983 2004-03-10  Ben Elliston  <bje@gnu.org>
5985         * MAINTAINERS: Update my email address.
5987 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
5989         * ltconfig: Disable building static libraries if building shared
5990         libraries on AIX 5L.
5992 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
5994         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5995         and disable libgcj.
5996         * configure: Regenerated.
5998 2004-03-01  Brian Booth  <bbooth@redhat.com>
6000         * MAINTAINERS: Add myself to write-after-approval.
6002 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
6004         * MAINTAINERS: Add myself to write-after-approval.
6006 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6008         PR bootstrap/7087
6009         * Makefile.tpl: Guard XFOO sed statements better.
6010         * Makefile.tpl: Add dependency for configure-target-libada.
6011         * Makefile.in: Regenerate (incidentally fixes broken
6012         commit when libada-branch was merged).
6014 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
6016         * MAINTAINERS: Add myself to write-after-approval.
6018 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
6020         * MAINTAINERS: Add Nicola Pero and myself as libobjc
6021         maintainers.
6023 2004-02-20  Andrew Cagney  <cagney@redhat.com>
6025         * config.guess: Update from version 2003-10-16 to 2004-02-16.
6026         * config.sub: Update from version 2003-11-03 to 2004-02-16.
6028 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6030         PR bootstrap/11932
6031         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6033 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
6035         * MAINTAINERS: Added myself to write-after-approval.
6037 2004-02-14  Michael Koch  <konqueror@gmx.de>
6039         * MAINTAINERS: Added myself to write-after-approval.
6041 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
6043         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
6044         some OS port maintainers to OS port maintainers section.
6046 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
6048         * MAINTAINERS: Add self.
6050 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
6052         * MAINTAINERS: Alphabetize.
6054 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
6056         * MAINTAINERS: Remove myself.
6058 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
6060         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6061         (rs6000-*-aix*): Same.
6062         * configure: Regenerate.
6064 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
6066         * configure.in (host): Add in missing $noconfigdirs to defines.
6067         * configure: Regenerate.
6069 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
6070             Nathanael Nerode  <neroden@gcc.gnu.org>
6072         PR ada/6637, PR ada/5911
6073         Merge with libada-branch:
6074         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6075         with appropriate dependencies. Add --enable-libada configure switch.
6076         * configure, Makefile.in: Regenerate.
6078 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
6080         * MAINTAINERS: Add myself to write-after-approval.
6082 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6084         * configure.in: Don't pass --with-stabs on IRIX 5 either.
6085         * configure: Regenerate.
6087 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
6089         Merge from upstream:
6091         * ltmain.in: When setting IFS to '~', be careful about user
6092         arguments that contain '~'.
6094         2004-02-04  Peter O'Gorman  <peter@pogma.com>
6096         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
6097         Also test $base_compile against $CC with escaped arguments. Bug
6098         reported by Geoff Keating <geoffk@apple.com>.
6100 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6102         * MAINTAINERS: Remove i960 port.
6104 2004-01-23  DJ Delorie  <dj@redhat.com>
6106         * Makefile.def (target_modules) [libiberty]: Don't stage.
6107         * Makefile.in: Rebuilt.
6109 2004-01-20  Caroline Tice  <ctice@apple.com>
6111         * MAINTAINERS: Add myself to write-after-approval.
6113 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
6115         * MAINTAINERS: Update my email address.
6117 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
6119         * MAINTAINERS: Add myself to write-after-approval.
6121 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6123         * MAINTAINERS: Remove entries without email address.
6125 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
6127         * MAINTAINERS: Add myself to write-after-approval.
6129 2004-01-15  Steven Bosscher  <stevenb@suse.de>
6131         * MAINTAINERS: Update my email address.
6133 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
6135         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6136         * Makefile.tpl (configure-target-[+module+]): Support stage.
6137         * Makefile.in: Rebuilt.
6139 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
6141         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
6143 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
6145         * MAINTAINERS: Add myself as a MIPS maintainer.
6147 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6149         * configure.in: Use ./config.cache, not config.cache.
6150         * configure: Regenerate.
6151         * Makefile.tpl: Special-casing not needed for GCC any more.
6152         * Makefile.in: Regenerate.
6154         * configure.in: Don't share a cache file for host dirs.
6155         * configure: Regenerate.
6157         * config-ml.in: Don't mess with the cache file.
6159 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6161         * MAINTAINERS: Move myself from 'Write After Approval' to
6162         'CPU Port Maintainers' section as SPARC maintainer.
6164 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6166         * Makefile.tpl: Make GCC use a separate config.cache.
6167         * Makefile.in: Regenerate.
6169         PR bootstrap/11932, PR bootstrap/11933
6170         (I don't know if it will fix either of them, but it relates
6171         to them.)
6172         * configure.in: Don't use shared config.cache for target
6173         directories.
6174         * configure: Regenerate.
6176 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
6178         * MAINTAINERS: Add myself to 'Write After Approval' section.
6180 2003-12-31  Roger Sayle  <roger@eyesopen.com>
6182         * configure.in (ia64*-*-hpux*): Disable building java libraries.
6183         * configure: Regenerated.
6185 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
6187         * MAINTAINERS: Remove the mn10200 maintainer.
6189 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
6191         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6192         * configure: Regenerated.
6194 2003-12-16  Jan Hubicka  <jh@suse.cz>
6196         * MAINTAINERS: Add myself as callgraph maintainer.
6198 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
6200         * configure.in (raw_libstdcxx_flags): Remove the leading space.
6201         * configure: Regenerate.
6203 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6205         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6206         'Write After Approval' section. Update email.
6208 2003-12-01  James Lemke  <jim@wasabisystems.com>
6210         * MAINTAINERS (Write After Approval): Add myself.
6212 2003-11-20  Matt Thomas  <matt@3am-software.com>
6214         * MAINTAINERS: Add myself as a vax port maintainer.
6216 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
6218         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6219         (configure-build-[+module+], configure-[+module+]): Likewise.
6220         (configure-target-[+module+], configure-gcc, config.status): Likewise.
6221         * Makefile.in: Regenerate.
6223 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
6225         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
6226         shared/dylibed libraries.
6227         * ltmain.sh: Likewise.
6228         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
6229         * ltcf-cxx.sh: Likewise.
6230         * ltcf-gcj.sh: Likewise.
6231         * ltconfig: Likewise.
6233 2003-11-17  Stan Cox  <scox@redhat.com>
6235         * MAINTAINERS: Add myself as iq2000 port maintainer.
6237 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
6239         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6240         * Makefile.in: Regenerate.
6242 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
6244         * config.sub: Update to 2003-11-03 version.
6246 2003-10-20  Phil Edwards  <phil@codesourcery.com>
6248         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
6249         * configure:  Regenerate.
6251 2003-10-20  Nicolas Pitre  <nico@cam.org>
6253         * MAINTAINERS: Add myself to 'Write After Approval' section.
6255 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
6257         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
6259 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
6261         * MAINTAINERS: Update my email address.
6263 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6265         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
6267 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
6269         * MAINTAINERS: Add myself to 'Write After Approval' section.
6271 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
6273         * config.guess: Update to 2003-10-16 version.
6274         * config.sub: Update to 2003-10-16 version.
6276 2003-10-15  David Daney  <ddaney@avtrex.com>
6278         * MAINTAINERS: Added myself to 'Write After Approval' section.
6280 2003-10-15  Falk Hueffner  <falk@debian.org>
6282         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6283         'Write After Approval' section. Update email.
6285 2003-10-14  Roger Sayle  <roger@eyesopen.com>
6287         * MAINTAINERS: Move myself from 'Write After Approval' to
6288         'Various Maintainers' section as middle-end maintainer.
6290 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6292         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6293         HOST_FLAGS_TO_PASS.
6294         * Makefile.in: Regenerate.
6296 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
6298         * config.guess: Update to 2003-10-07 version.
6299         * config.sub: Update to 2003-10-07 version.
6301 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6303         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
6304         * ltconfig (irix5*, irix6*): Don't override version_type.
6306 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
6308         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6309         * configure: Rebuilt
6310         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6311         * Makefile.in: Rebuilt
6313 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
6315         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6317 2003-09-30  Carlo Wood  <carlo@alinoe.com>
6319         * MAINTAINERS (Write After Approval): Add myself.
6321 2003-09-29  Paul Koning  <ni1d@arrl.net>
6323         * MAINTAINERS: Move myself from "Write After Approval"
6324         to CPU platform maintainers for pdp11 platform.
6326 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
6328         * MAINTAINERS: Move myself from 'Write After Approval' to
6329         'Various Maintainers' section as libffi testsuite maintainer.
6331 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
6333         * configure.in: Pass a computed --program-transform-name
6334         to subconfigures.
6335         * configure: Regenerated.
6337 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6339         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6340         * Makefile.in: Regenerate.
6342         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6343         * Makefile.in: Regenerate.
6345 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
6347         * MAINTAINERS: Move myself from 'Write After Approval'
6348         to 'Various Maintainers' (objective-c) section.
6350 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
6352         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6353         quoting.
6354         * configure: Regenerated.
6356 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
6358         * MAINTAINERS (Write After Approval): Add myself to write after
6359         approval list.
6361 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
6363         * MAINTAINERS (Write After Approval): Add myself.
6365 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
6367         * MAINTAINERS: Update my e-mail address.
6369 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
6371         * libtool.m4 (LD): Correct powerpc64 host match.
6373 2003-09-06  James E Wilson  <wilson@tuliptree.org>
6375         * MAINTAINTERS: Update my affiliation and email address.
6377 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6379         * MAINTAINERS (Write After Approval): Add myself.
6381 2003-09-04  DJ Delorie  <dj@redhat.com>
6383         * configure: Regenerate.
6385 2003-09-04  Robert Millan  <robertmh@gnu.org>
6387         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6389 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6391         * configure.in: Ensure arguments to sed are properly spaced.
6392         * configure: Regenerate.
6394 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
6396         * MAINTAINERS: Update my e-mail address.
6398 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
6400         * MAINTAINERS (Write After Approval): Add myself.
6402 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
6404         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6405         * configure: Regenerated.
6407 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6409         * MAINTAINERS: Update my email address.
6411 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
6413         * configure.in:  Use newline instead of semicolon when assuming
6414         shell arguments in a for loop.
6415         * configure:  Regenerated.
6417 2003-08-22  Jason Eckhardt  <jle@rice.edu>
6419         * MAINTAINERS: Resurrect the i860 maintainer.
6421 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
6423         PR 8180
6424         * configure.in: When testing with_libs and with_headers, treat
6425         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
6426         * configure: Regenerate.
6428         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6429         make, shell, etc.
6430         (baseargs): Likewise.
6431         * configure: Regenerate.
6433 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
6435         * MAINTAINERS (Write After Approval): Add myself.
6437 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
6439         * configure.in: Disable libgcj for darwin not on powerpc.
6440         * configure: Rebuild.
6442 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
6444         * config-ml.in, symlink-tree: Add license.
6446 2003-08-03  Richard Stallman  <rms@gnu.org>
6447             Eben Moglen  <moglen@columbia.edu>
6449         * README.SCO: New file.
6451 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
6453         * Makefile.tpl (check, check-c++): Express dependencies using
6454         dependencies rather than commands.
6455         * Makefile.in: Regenerate.
6457 2003-08-01  Andrew Cagney  <cagney@redhat.com>
6459         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6460         * configure: Ditto.
6462 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
6464         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6465         * Makefile.in: Update.
6467 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
6469         * configure.in: Enable libgcj for darwin.
6470         * configure: Rebuild.
6472 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
6474         * config-ml.in:  Use ac_configure_args directly instead of
6475         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
6476         actually seen.
6478 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6480         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6481         creating target and build subdirs to build all parent dirs as needed.
6482         * Makefile.in: Rebuild.
6483         * configure.in: Don't build dirs explicitly here.
6484         * configure: Rebuild.
6486 2003-07-26  Paul Brook  <paul@nowt.org>
6488         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
6490 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
6492         * Makefile.tpl (all-make): Depend on intl.
6493         * Makefile.in: Rebuilt.
6495 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
6497         * install-sh:  Update to newer upstream versions (associated with
6498         aclocal 1.7).
6499         * mkinstalldirs:  Likewise.
6500         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
6502 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
6504         * MAINTAINERS: Move self from Bug database only accounts
6505         to write-after-approval.
6507 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
6509         * config.if: Remove unused libc_interface determination.
6511 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6513         * MAINTAINERS: Move self from write-after-approval to
6514         build machinery (*.in).
6516 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6518         PR bootstrap/11273
6519         PR bootstrap/11408
6520         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
6521         unused INSTALL_PROGRAM_ARGS.
6522         * configure.in: Use AC_PROG_INSTALL.
6523         * Makefile.in: Regenerate.
6524         * configure: Regenerate.
6526 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
6528         * MAINTAINERS: Alphabetize.
6530 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
6532         * configure: Rebuilt.
6533         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
6534         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6535         newlib nor libgloss.
6536         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
6537         * configure.in (am33_2.0-*-linux*): Added.
6539 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
6541         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6542         * configure: Regenerate.
6544 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
6546         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
6547         * Makefile.in: Regenerate.
6549 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6551         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
6552         * Makefile.in: Regenerate.
6554 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
6556         * Makefile.tpl: Replace PWD with PWD_COMMAND.
6557         * Makefile.in: Regenerated.
6559         * config-ml.in: Replace PWD with PWD_COMMAND.
6561 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6563         * intl: New directory; see intl/ChangeLog for details.
6564         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
6565         * Makefile.tpl: all-gcc depends on maybe-all-intl.
6566         * Makefile.in: Regenerate.
6568 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6570         * configure.in: Clean up config-lang.in handling.  Delete
6571         useless assignment to "subdirs".
6572         * configure: Regenerate.
6574 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
6576         * configure.in: Rename 'target_libs' to 'target_libraries'.
6577         Remove useless reference to 'target_libs'.
6578         * configure: Regenerate.
6580 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
6582         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6583         * Makefile.in: Regenerate.
6585 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6587         * Makefile.def: Introduce flags_to_pass.
6588         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6589         * Makefile.in: Regenerate.
6591 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
6593         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6594         and target-libgloss.
6595         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6596         <h8300*-*-*>: Disable libf2c and ${libgcj}.
6597         * configure: Regenerate.
6599 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
6601         * configure.in: Update testsuite_flags to new location.
6602         * configure. Regenerate.
6604 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6606         * Makefile.tpl: Remove BUILD_CC stuff.
6607         * Makefile.in: Regenerate.
6609 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
6611         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
6613 2003-06-16  Graeme Peterson  <gp@qnx.com>
6615         * MAINTAINERS (Write After Approval): Add myself.
6617 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
6619         * config.guess: Update to 2003-06-12 version.
6620         * config.sub: Update to 2003-06-13 version.
6622 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
6624         * config.guess: Update to 2003-06-06 version.
6625         * config.sub: Update to 2003-06-06 version.
6627 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6629         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6630         * configure. Regenerate.
6632 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6634         * configure.in: Disable serial configure by default.
6635         * configure: Regenerate.
6636         * Makefile.tpl: Abolish .NOTPARALLEL.
6637         * Makefile.in: Regenerate.
6639         * Makefile.tpl: Replace {build,host,target}_canonical by
6640         {build,host,target}.
6641         * Makefile.in: Regenerate.
6643         * Makefile.tpl: Fix stupid pasto.
6644         * Makefile.in: Regenerate.
6646 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6648         * Makefile.tpl: Remove bogus conditional.
6649         * Makefile.in: Regenerate.
6651 2003-06-05  Jan Hubicka  <jh@suse.cz>
6653         * Makefile.tpl (profiledbootstrap): New target.
6654         * Makefile.in (profiledbootstrap): New target.
6656 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
6658         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
6659         Pinski. Remove user names from other bugzilla-only maintainers.
6661 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6663         * Makefile.tpl: Make 'recursive targets' using autogen rather
6664         than shell loop.  Remove duplicate 'clean' targets and false
6665         comments.
6666         * Makefile.def: Add systematic dependencies to 'recursive' targets.
6667         Add systematic method of specifying missing targets in subdirs.
6668         Add copyright boilerplate.
6669         * Makefile.in: Regenerate.
6670         * configure.in: Add 'recursive targets' to maybe list.
6671         * configure: Regenerate.
6673         * MAINTAINERS: "GNATS only" -> "Bug database only".
6675         * Makefile.tpl: Rename [+target+] to [+make_target+].
6676         * Makefile.def: Rename 'target' to 'make_target'.
6678 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
6680         * MAINTAINERS: Add self as options handling maintainer.
6682 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
6684         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
6685         been too long since I touched those ports.
6687 2003-05-28  DJ Delorie  <dj@redhat.com>
6689         * Makefile.tpl: Make maybe-check-gcc .PHONY.
6690         * Makefile.in: Regenerate.
6692 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
6694         * configure.in: Use curly braces in the definition of tooldir.
6695         * configure: Regenerate.
6697 2003-05-21  DJ Delorie  <dj@redhat.com>
6699         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6700         newlib or libgloss.
6701         * Makefile.in: Regenerate.
6703 2003-05-21  DJ Delorie  <dj@redhat.com>
6705         * Makefile.tpl: Add missing empty maybe-check-gcc target.
6706         * Makefile.in: Regenerate.
6708 2003-05-20  Ian Lance Taylor  <ian@airs.com>
6710         * MAINTAINERS: Update my e-mail address.
6712 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6714         * configure.in: Switch more things to use maybe dependencies.
6715         * Makefile.tpl: Switch more things to use maybe dependencies.
6716         Factor out common code from autogen IF statements.
6717         * configure: Regenerate.
6718         * Makefile.in: Regenerate.
6720 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
6722         * configure.in: Accept i[3456789]86 for machine type.
6723         * configure: Regenerate.
6725 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6727         * configure.in: Switch more things to use maybe dependencies.
6728         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
6729         * configure: Regenerate.
6730         * Makefile.tpl: Switch more things to use maybe dependencies.
6731         * Makefile.in: Regenerate.
6733 2003-05-16  Andreas Schwab  <schwab@suse.de>
6735         * Makefile.tpl (install-opcodes): Define.
6736         * Makefile.in: Rebuild.
6738 2003-05-13  Andreas Jaeger  <aj@suse.de>
6740         * config.guess: Update to 2003-05-09 version.
6741         * config.sub: Update to 2003-05-09 version.
6743 2003-05-13  Michael Eager  <eager@mvista.com>
6745         * configure.in: Correct sed script so that options in quotes are not
6746         deleted.
6747         * configure: Rebuild.
6749 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
6751         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6752         and $$s/newlib/libc/sys/cygwin32 include paths.
6753         * configure: Ditto.
6755 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
6757         * MAINTAINERS: Update my email addresses.
6759 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
6761         * config-ml.in: Propagate INSTALL variables.
6763 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6765         * MAINTAINERS: Remove duplicate entries in Write After Approval.
6767 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
6769         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6770         * Makefile.in: Regenerate.
6772 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
6774         * MAINTAINERS (GNATS only): Add Falk Hueffner.
6776 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
6778         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
6780 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
6782         * Makefile.tpl: Clean $(BUILD_SUBDIR).
6783         * Makefile.in: Regenerated.
6785 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
6787         * MAINTAINERS (Write After Approval): Upgrade myself from
6788         GNATS only to write-after-approval. Update my mail address.
6790 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
6792         (OS Port Maintainers: freebsd): Add myself.
6794 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
6796         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
6798 2003-04-22  Kean Johnston  <jkj@sco.com>
6800         * MAINTAINERS (SCO ports): Added myself.
6802 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
6804         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
6806 2003-04-19  Kean Johnston  <jkj@sco.com>
6808         * MAINTAINERS (Write After Approval): Add myself.
6810 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6812         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6813         * Makefile.in: Regenerate.
6815 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
6817         * configure.in (powerpc64*-*-linux*): Remove.
6818         * configure: Rebuilt.
6820 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
6822         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
6823         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6824         and restrap.
6825         * Makefile.in:  Regenerate.
6827 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
6829         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6830         * configure: Regenerated.
6832 2003-04-15  DJ Delorie  <dj@redhat.com>
6834         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
6836 2003-04-13  Nick Clifton  <nickc@redhat.com>
6838         * config-ml.in: Remove support for --disable-aix removing
6839         call-aix multilibs.
6841 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
6843         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6844         * */configure: Rebuilt.
6846 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
6848         * MAINTAINERS: Add my email address.
6850 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
6852         * MAINTAINERS (Write After Approval): Add myself.
6854 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6856         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6857         * Makefile.in: Regenerate.
6859 2003-03-14  Michael Chastain  <mec@shout.net>
6861         * Makefile.in: Regenerate with correct Makefile.def.
6863 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6865         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
6866         Make macro.
6867         * Makefile.in: Regenerate.
6868         * configure.in: Clean up gxx_include_dir logic.
6869         * configure: Regenerate.
6871 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
6873         * MAINTAINERS (Write After Approval): Add myself.
6875 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
6877         * MAINTAINERS: Update my mail address.
6879 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6881         * configure.in (gxx_include_dir): Fix typo.
6882         * configure: Regenerated.
6884 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6886         * Makefile.tpl: Reindent.
6887         * Makefile.in: Regenerate.
6888         * configure.in: Reindent.  Don't set unused variables.
6889         * configure: Regenerate.
6891 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
6893         * configure.in: Include $(build_tooldir)/sys-include in
6894         FLAGS_FOR_TARGET.
6895         * configure: Regenerated.
6897 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6899         * Makefile.tpl: Always pass down RANLIB.
6900         * Makefile.in: Regenerate.
6902         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6903         * Makefile.in: Regenerate.
6904         * configure.in: Remove unused logic relating to --enable-shared
6905         and --enable-threads.  Remove bogus comments.  Remove redundant
6906         noconfigdirs.
6907         * configure: Regenerate.
6909         * configure.in: Replace ${libstdcxx_version} by its value.
6910         Remove reference to mh-dgux.
6911         * configure: Regenerate.
6913 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
6915         * MAINTAINERS (Write After Approval): Add myself.
6917 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6919         * Makefile.tpl: Rearrange.
6920         * Makefile.in: Regenerate.
6922 2003-02-25  Uwe Stieber  <uwe@wwws.de>
6924         * configure.in: Add support for kaOS as cross build target system.
6925         * configure: Regenerated.
6927 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
6929         * MAINTAINERS (Write after approval): Add myself.
6931 2003-02-21  James E Wilson  <wilson@tuliptree.org>
6933         * MAINTAINERS: Update my email address.
6935 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
6937         * MAINTAINERS: Add self to blanket write privs. section.
6939 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
6941         * Makefile.tpl: Add definition of CPPFLAGS to pass into
6942         configure-target-* as some target builds may require additional
6943         flags for preprocessor tests.
6944         * Makefile.in: Regenerated.
6946 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
6948         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6949         * ltconfig: Handle it.
6950         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6951         auto-detecting it.
6953         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6954         it is used as argument to $CC.
6955         * ltcf-gcj.sh: Likewise.
6957         * configure.in: Introduce --enable-maintainer-mode.
6958         * configure: Rebuilt.
6959         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6960         for maintainer mode.
6961         * Makefile.in: Rebuilt.
6963 2003-02-18  Jason Merrill  <jason@redhat.com>
6965         * Makefile.tpl (check-c++): Allow parallelism.
6967 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6969         * MAINTAINERS: Remove John Carr (who never actually had access to
6970         gcc.gnu.org).
6972 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
6974         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6975         don't configure target-libobjc.
6976         * configure: Regenerate.
6978 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6980         * Makefile.tpl (RANLIB): Define.
6981         * Makefile.in: Regenerate.
6983 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
6985         * MAINTAINERS: Update my email.
6987 2003-02-06  Keith R Seitz  <keiths@redhat.com>
6989         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6990         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6991         * Makefile.in: Regenerated.
6992         * configure.in: Remove all traces of snavigator, db, and grep.
6993         * configure: Regenerated.
6995 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6997         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
6998         After Approval.
7000 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
7002         * MAINTAINERS (Write after approval): Add myself.
7004 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
7006         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7007         * Makefile.in: Regenerated.
7009 2003-01-30  Roger Sayle  <roger@eyesopen.com>
7011         * config.guess: Updated to 2003-01-30's version.
7012         * config.sub: Updated to 2003-01-28's version.
7014 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
7016         * config.if: If gcc_version is already set, just use it.  Don't set
7017         gcc_version_trigger if it's already set, otherwise set it to
7018         gcc/version.c, but only if the file exists.  If it is not set and
7019         gcc/version.c does not exist, try to extract the version number from
7020         $CC.
7022 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
7024         * MAINTAINERS: Add myself to write-after-approval list.
7026 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
7028         * configure.in:  Revert 24Jan change.
7029         * configure:  Regenerate.
7031 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7033         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
7034         entry of HJ Lu.
7036 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7038         * configure.in: Revert previous change.
7039         * configure: Regenerate.
7041 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7043         * configure.in: Make rda native-only.
7044         * configure: Regenerate.
7046 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7048         * MAINTAINERS: Move myself from GNATS-only-accounts to
7049         write-after-approval.
7051 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7053         * configure.in: Add missing \.
7054         * configure: Rebuilt.
7056 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
7058         * configure.in (baseargs): Avoid using \| in sed regular
7059         expressions.
7060         * configure: Rebuilt.
7062 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
7064         * configure.in (baseargs): Remove all supported forms of
7065         --cache-file, --srcdir, --host, --build and --target options
7066         from argument lists.
7067         * configure: Rebuilt.
7069 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
7071         * MAINTAINERS: Add myself to write-after-approval list.
7073 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
7075         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7076         * configure: Rebuilt.
7078 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7080         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7081         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7082         * Makefile.in: Regenerate.
7083         * configure: Regenerate.
7085 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
7087         * configure.in: Remove Makefile in build, host and target modules
7088         unless configure was run with --no-recursion.
7089         * configure: Rebuilt.
7091 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
7093         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7094         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7095         * Makefile.in: Regenerate.
7097 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
7099         * config.guess: Update to 2003-01-03 version.
7100         * config.sub: Update to 2003-01-03 version.
7102 2003-01-07  Christopher Faylor  <cgf@redhat.com>
7104         * configure: Regenerate with proper autoconf 2.13.
7106 2003-01-07  Christopher Faylor  <cgf@redhat.com>
7108         * configure.in: Add AC_PREREQ for consistency.
7109         * configure: Regenerate.
7111 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
7113         * configure.in (GDB_TK): Add tcl directories conditional on
7114         gdb/gdbtk directory being present.
7115         * configure: Regenerate.
7117 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
7119         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
7120         used by gcc if LD is not defined and we are not doing a Canadian Cross.
7121         * configure: Rebuilt.
7123 2002-12-31  Tom Tromey  <tromey@redhat.com>
7125         * Makefile.in: Rebuilt.
7126         * Makefile.def (target_modules) [libffi]: Allow installation.
7128 2002-12-31  Andreas Schwab  <schwab@suse.de>
7130         * configure.in: Fix use of $program_transform_name.
7131         * configure: Regenerated.
7133 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
7135         * configure.in (baseargs): Don't remove first configure argument.
7136         * configure: Regenerated.
7138 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
7140         * Makefile.tpl (local-distclean): Don't remove...
7141         (multilib.ts): ... this.  Moved into...
7142         (multilib.out): ... this.  Don't use sub-make.
7143         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7144         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7145         (configure-build-[+module+], configure-[+module+],
7146         configure-target-[+module+], configure-gcc): ... these.  Test
7147         for Makefile existence.  Drop config.status from dependencies.
7148         * Makefile.in: Rebuilt.
7149         * configure.in: Move gcc-version-trigger to the end of
7150         ac_configure_args.  Add comments to maybedep.tmp and
7151         serdep.tmp.  Introduce --disable-serial-configure.  Remove
7152         nonopt from baseargs, matching and removing corresponding
7153         whitespace while at it.
7154         * configure: Rebuilt.
7156 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
7158         * configure.in (host_configargs): Replace reference to
7159         no-longer-defined buildopts with --build=${build_alias}.
7160         * configure: Rebuilt.
7162         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
7163         program_transform_name to standard idiom.
7164         (AUTOGEN, AUTOCONF): Define.
7165         (Makefile.in): Use $(AUTOGEN).
7166         (Makefile): Depend on config.status, and use autoconf-style rule to
7167         build it.  Move original commands to...
7168         (config.status): ... this new target.
7169         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
7170         $(AUTOCONF).
7171         * Makefile.in: Rebuilt.
7173 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7175         * Makefile.tpl: Fix dramatic bustage due to change in
7176         program_transform_name.
7177         * Makefile.in: Regenerate.
7179         * configure.in: Remove unnecessary PATH setting.
7180         * configure: Regnerate.
7182         * configure.in: Don't default to unprefixed tools unless
7183         the native tools will work.
7184         * configure: Regenerate.
7186         * configure.in: Convert to autoconf script.  Blow away lots
7187         of now-redundant Makefile fragments.
7188         * configure: Generate using Autoconf.
7189         * Makefile.tpl: Rewrite to reflect autoconfiscation.
7190         * Makefile.in: Regenerate.
7192 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7194         * configure: Fix stupid bug where RANLIB was mistakenly included.
7196         * configure.in: Rename (buildargs, hostargs, targargs) to
7197         (build_configargs, host_configargs, target_configargs).
7199         * configure.in: Move logic out of sed statement.
7201         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
7202         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7204 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
7206         * config.sub: Import from master repository
7207         * config.guess: Ditto
7209 2002-12-24  Andreas Schwab  <schwab@suse.de>
7211         * Makefile.tpl (multilib.out): Fix missing space.
7212         * Makefile.in: Regenerate.
7214 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7216         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
7217         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
7218         * Makefile.in: Regenerate.
7219         * configure.in: Remove unnecessary leftovers.
7221 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
7223         * configure.in (extra_ranlibflags_for_target): New variable.
7224         (*-*-darwin): Add -c to ranlib commands.
7225         * configure (tooldir): Handle extra_ranlibflags_for_target.
7227 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7229         * Makefile.tpl: Revert HJL's change.
7230         * Makefile.in: Regenerated.
7231         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7232         always.
7234 2002-12-19  Andreas Schwab  <schwab@suse.de>
7236         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7237         * Makefile.in: Regenerate.
7239 2002-12-18  H.J. Lu  <hjl@gnu.org>
7241         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7242         * Makefile.in: Regenerated.
7244         * configure.in (build_prefix): New. Substitute.
7246 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7248         * Makefile.tpl: Don't let real targets depend on phony targets.
7249         * Makefile.in: Regenerate.
7251         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7252         * Makefile.in: Regenerate.
7254 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
7256         * config.sub: Import from master repository
7257         * config.guess: Ditto
7259 2002-12-16  Jason Merrill  <jason@redhat.com>
7261         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7262         previous 'make bootstrap'.
7263         * Makefile.in: Regenerate.
7265 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
7267         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7269 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7271         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7272         * Makefile.in: Regenerate.
7274 2002-12-13  Jason Merrill  <jason@redhat.com>
7276         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
7277         library tests.
7278         (check-c++): Just depend on it and check-target-libstdc++-v3.
7279         * Makefile.in: Regenerate.
7281 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7283         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7284         * Makefile.in: Rebuilt.
7286 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7288         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
7290 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7292         * configure: Fix bug put in by gremlins.
7294         * Makefile.tpl: Substitute more autoconfily.
7295         * configure: Substitute more autoconfily.
7296         * Makefile.in: Regenerate.
7298 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
7300         * config.sub: Import from master repository
7301         * config.guess: Ditto
7302         * MAINTAINERS: Added Svein Seldal under write after approval
7304 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
7306         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7307         * Makefile.in (all-sim): Ditto.
7309 2002-12-06  DJ Delorie  <dj@redhat.com>
7311         * Makefile.tpl: Change configure dependencies to not have real
7312         targets depend on phony targets.
7314 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
7316         * configure.in: Revert unintentional change.
7318         * Makefile.tpl: Change dependency for */multilib.out so that
7319         it works when gcc isn't in the tree.
7321         * configure.in: Substitute more.
7322         * configure: Run subconfigures from the Makefile.
7323         * Makefile.tpl: Run subconfigures from the Makefile; add a few
7324         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
7326 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7328         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
7330 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7332         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7333         and corresponding dependencies.
7334         * Makefile.in: Regenerate.
7336         * configure.in (host_tools): Order binutils, gas and ld for
7337         convenience in running the testsuites.
7339         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7340         * Makefile.in: Regenerate.
7341         * configure.in: Introduce rules to serialize subconfigure runs.
7343         * configure.in: Introduce BASE_CC_FOR_TARGET.
7344         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
7345         Realize configure-build-* targets.  Realize configure-target-* targets.
7346         * Makefile.in: Regenerate.
7348 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7350         * configure: Move gcc_version_trigger stuff from here...
7351         * configure.in: ...to here.
7353         * configure.in: Separate subconfigure options added by this file from
7354         options given by the user.  Add machinery to put args for host
7355         subconfigures into the Makefile.
7357         * Makefile.tpl: Remove 'vault' targets.
7358         * Makefile.tpl: Reorder and comment dependencies.
7359         * Makefile.in: Regenerate.
7361 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7362         * configure.in: Fix my broken commit of previous patch. (sigh)
7364 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7366         * configure.in: Move host-specific darwin noconfigdirs into
7367         the host-specific section.
7369 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7371         * configure.in: Move host-specific darwin noconfigdirs into
7372         the host-specific section.
7374 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7376         * configure: Remove skip-this-dir support.
7377         * Makefile.tpl: Remove skip-this-dir support.
7379         * Makefile.tpl: Remove leftover support for non-autoconfiscated
7380         subdirectories.
7381         * Makefile.in: Regenerate.
7383         * Makefile.tpl: Strip out useless setting of 'dir'.
7384         * Makefile.in: Regenerate.
7386 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7388         * configure.in: Fix deeply stupid bug.
7390         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7391         shell code in CXX_FOR_TARGET
7392         * Makefile.def: Introduce raw_cxx.
7393         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7394         RAW_CXX_FOR_TARGET.
7395         * Makefile.in: Regenerate.
7397 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
7399         * Makefile.tpl: Remove unnecessary ifs.
7400         * Makefile.in: Regenerate.
7402         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
7403         dependencies.  Maybe-ize build-libiberty.  Create dummy install
7404         targets for 'no_install' modules.
7405         * configure: Move GDB_TK substitution to configure.in.  Move
7406         build_modules stuff to configure.in.
7407         * configure.in: Implement soft dependency machinery.  Maybe-ize
7408         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
7409         * Makefile.in: Regenerate.
7411 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7413         * Makefile.tpl: Make all-target, install-target behave similarly
7414         to all, install (only hitting configured targets).  Eliminate
7415         unused macro defintions.
7417         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7418         build != host.
7420         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7422         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7424         * configure.in: Produce lists of subdir targets we're actually
7425         configuring.  Remove references to "dosrel".
7426         * Makefile.tpl: Let configure set which subdir targets are hit.
7427         Remove install-cross; clean up install; remove ALL.  Remove
7428         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
7429         Autogenerate host module targets.  Remove empty dependency lines
7430         and redundant dependency; rearrange slightly.
7431         * Makefile.def: Add host-side libtermcap, utils.
7433         * Makefile.in: Regenerate.
7435 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7437         * ltconfig (osf[345]): Append $major to soname_spec.
7438         Reflect this in library_names_spec.
7439         * ltmain.sh (osf): Prefix $major with . for use as extension.
7441 2002-11-19  Andreas Jaeger  <aj@suse.de>
7443         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
7444         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
7445         and sparc64 GNU/Linux systems.
7447 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
7449         * MAINTAINERS: Update email.
7451 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7453         * MAINTAINERS: Complete James Dennett's entry.
7455 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
7457         * MAINTAINERS (Write After Approval): Add myself.
7459 2002-11-13  Bruce Korb  <bkorb@gnu.org>
7461         * Makefile.tpl: syntactic cleanup
7463 2002-11-13  Stuart Hastings  <stuart@apple.com>
7465         * MAINTAINERS: Add myself to write-after-approval list.
7467 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7469         * Makefile.def: Add list of recursive targets to autogenerate.
7470         Add build_modules.
7471         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
7472         targets.  Autogenerate *-build-* targets.
7473         * Makefile.in: Regenerate.
7475 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7477         * configure: More autoconf-style substitutions.
7478         * Makefile.tpl: More autoconf-style substitutions.
7479         * Makefile.in: Regenerate.
7481 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7483         * configure: Substitute more variables in a more autoconf-friendly
7484         way.  Simplify slightly.
7485         * Makefile.tpl: Make more variables substitutable in an
7486         autoconf-friendly way.
7487         * Makefile.in: Regenerate.
7489 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
7491         * MAINTAINERS (Write After Approval): Add myself.
7493 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7495         * configure.in (v810*): Remove special setting of tools.
7497         * configure: Add support for extra required flags for ar or nm.
7498         * configure.in (aix4.3+): Use above support for target-specific
7499         issues, rather than using config/mt-aix43.
7501 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7503         * configure: Remove 'removing', which doesn't work.  Replace $subdir
7504         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
7505         with $srcdir.  Reformat indentation.  Substitute some variables
7506         formerly hard-coded in the Makefile for build=host.
7507         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7508         * Makefile.def: Autogenerate more.
7509         * Makefile.in: Regenerate.
7511 2002-11-04  Adam Nemet  <anemet@lnxw.com>
7513         * MAINTAINERS (Write After Approval): Add myself.
7515 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
7517         * Makefile.def (host_modules): Add rda.
7518         * Makefile.in: Regenerate.
7519         * configure.in (target_tool): Add target-rda to list.
7521 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7523         * MAINTAINERS: Remove "co-maintainer" note for web pages.
7525 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
7527         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
7528         and restrap targets to this rule.
7529         * Makefile.in:  Regenerate.
7531 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7533         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
7534         GNATS only accounts.
7536 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
7538         * configure.in (i[3456]86-*-linux*): Add check to disable
7539         ${libgcj} for glibc1.
7541 2002-10-24  Denis Chertykov  <denisc@overta.ru>
7543         * MAINTAINERS: Add myself as ip2k port maintainer.
7545 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
7547         * configure.in: Add tic4x target.
7549 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7551         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7552         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7553         * Makefile.in: Regenerate.
7555         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7556         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7557         * Makefile.in: Regenerate.
7559 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
7561         * MAINTAINERS: Add myself as web pages co-maintainer.
7563 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7565         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7566         * Makefile.in: Regenerate.
7568 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
7570         * MAINTAINERS: Add myself and Nathan Sidwell
7571         <nathan@codesourcery.com> as VxWorks maintainers.
7573 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7575         * Makefile.def: Remove order dependency comments.
7576         * Makefile.tpl: Add explicit install-install dependencies.
7577         * Makefile.in: Regenerate.
7579         * Makefile.tpl: Remove material now in src-release.  (Finally!)
7580         * Makefile.in: Regenerate.
7582         * Makefile.tpl: Add configure-target (for src-release in src)
7583         * Makefile.in: Regenerate.
7585 2002-09-30  Nick Clifton  <nickc@redhat.com>
7587         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7589 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
7591         * configure.in (s390*-*-linux*): Enable libgcj.
7593 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
7595         * configure: Revert accidentally applied changes.
7597         * Makefile.tpl: Make more autoconf-friendly.
7598         * Makefile.in: Regenerate.
7599         * configure: Make substitution more autoconf-like.
7601 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
7603         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7604         single entry to handle all these.
7605         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
7606         libjava on arm-*-elf.
7608 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
7610         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7611         things that depend on them.
7613 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7615         * Makefile.tpl: Make subsituted variables more autoconfy.
7616         * Makefile.in: Regenerate.
7617         * configure: Make seds more autoconfy.
7619 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7621         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7622         * Makefile.in: Regenerate.
7623         * configure.in: Rewrite sed statements to look autoconfy.
7625         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7626         all-target-foo on configure-target-foo.
7627         * Makefile.def: Ditto.
7628         * Makefile.in: Rebuild.
7630 2002-09-25  Andrew Haley  <aph@redhat.com>
7632         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
7634 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7636         * Makefile.def: New file.
7637         * Makefile.tpl: New file.
7638         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7639         * contrib/gcc_update: Note that Makefile.in is a generated file.
7641         * configure.in: Minor rearrangement.  Simplify tests.
7643 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
7645         * configure.in (with_headers): Skip copy if value is "yes".
7646         (with_libs): Likewise.
7648 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7650         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7651         * configure.in (sh*-*-pe*): Ditto.
7652         * configure.in (mips*-*-pe*): Ditto.
7653         * configure.in (*arm-wince-pe): Ditto.
7655         * configure.in: Rearrange.
7657 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
7659         * MAINTAINERS: Update my email address.
7661 2002-08-30  Paul Koning  <pkoning@equallogic.com>
7663         * MAINTAINERS: (Write After Approval): Add myself.
7665 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
7667         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
7669 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
7671         * MAINTAINERS: Change my mailing address.
7673 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
7675         * MAINTAINERS (Write After Approval): Remove myself.
7676         (Various Maintainers: c++ runtime libs): Add myself.
7678 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
7680         * MAINTAINERS (Write After Approval): Remove myself.
7681         (Various Maintainers: c++ runtime libs): Add myself.
7683 2002-08-15  Eric Christopher  <echristo@redhat.com>
7685         * config.sub: Import from master repository.
7686         * config.guess: Ditto.
7688 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
7690         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7691         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7692         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7694 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
7696         * MAINTAINERS: Add self to rs6000 vector extensions.
7698 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
7700         * libiberty/configure: Reverted unintended yesterday's check in.
7702 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
7704         * boehm-gc/configure, libf2c/configure: Rebuilt.
7705         * libffi/configure, libiberty/configure: Ditto.
7706         * libjava/configure, libobjc/configure: Ditto.
7707         * libstdc++-v3/configure, zlib/configure: Ditto.
7708         Merged from binutils:
7709         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
7710         From Steve Ellcey <sje@cup.hp.com>:
7711         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7712         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7713         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7714         IA64.
7715         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7716         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7717         soname_spec, sys_lib_search_path_spec): Ditto.
7719 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
7721         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7723 2002-08-04  H.J. Lu  (hjl@gnu.org)
7725         * configure.in (mips*-*-linux*): Don't skip target-libffi.
7727 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
7729         * MAINTAINERS (Write After Approval): Add myself.
7731 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
7733         * configure.in: Move generic linux case to end.  Copy generic
7734         linux noconfigdirs to mips*-*-linux* entry and new
7735         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
7737 2002-07-19  Michael Matz  <matz@suse.de>
7739         * MAINTAINERS: Add myself as ra* maintainer.
7741 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
7743         * config.guess: Update to 2002-07-09 version.
7744         * config.sub: Update to 2002-07-03 version.
7746 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
7748         * MAINTAINERS: Fix typo in a maintainer email address.
7750 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7752         * configure.in: Remove two redundant tests.
7754 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7756         * configure.in (mips*-*-irix6*o32): Enable stabs.
7758 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
7760         * configure.in: Don't build grez.
7761         * Makefile.in: Ditto.
7763         * Makefile.in: Remove references to bsp, cygmon, libstub.
7764         * configure.in: Ditto.
7766         * configure.in: Remove leftover reference to gdbtest.
7768 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
7770         * configure.in (gxx_include_dir):  Change to match versioned
7771         C++ headers if --enable-version-specific-runtime-libs is used.
7773 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
7775         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7777 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7779         * configure.in: Make --without-x work.
7781 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7783         * configure.in: Rearrange target Makefile fragment collection.
7785         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7786         cvs[src].
7787         * configure.in: Ditto.
7789 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
7791         * MAINTAINERS (Write After Approval): Update my e-mail address.
7793 2002-06-24  Ben Elliston  <bje@redhat.com>
7795         * configure.in (host_tools): Remove cgen.
7797         * Makefile.in (all-cgen): Remove; runs from its source directory.
7798         (check-cgen, install-cgen, clean-cgen): Likewise.
7799         (all-opcodes): Do not depend on all-cgen.
7800         (all-sim): Likewise.
7802 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7804         * Makefile.in: Eliminate 'apache' targets.
7805         * configure.in: Eliminate 'apache' targets.
7807         * configure.in: Eliminate redundant tests.  Reorganize.
7809         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7811         * config-ml.in: Eliminate references to Cygnus configure.
7813         * Makefile.in: Eliminate references to building emacs.
7815 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
7817         * MAINTAINERS: Update my email address.
7819 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
7821         * config.if (libstdcxx_incdir): Version C++ headers.
7822         (cxx_incdir): Remove.
7824 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7826         * MAINTAINERS (Write After Approval): Add self.
7828 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
7830         * configure.in: Add support for ip2k.
7832 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
7834         * configure.in: Fix AIX configury bug.
7836 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
7838         * MAINTAINERS (Write After Approval): Add self.
7840 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7842         * configure.in: replace ${topsrcdir} with ${srcdir}
7844         * configure.in: Move definition of libstdcxx_flags
7845         right above usage, rather than waaay earlier.
7847         * configure.in: Pull definition of is_cross_compiler earlier.
7849         * configure.in: Rearrange a little.
7851         * configure.in: Remove references to librx.
7852         * Makefile.in: Remove references to librx.
7854 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
7856         * config.sub: Add support for avr target.
7857         Import from master sources, rev 1.255
7859 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
7861         * configure, .cvsignore:  Revert previous change...
7862         * Makefile:  ...delete.
7864 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7866         * configure.in: Eliminate ${gasdir} variable.
7868 2002-06-18  Dave Brolley  <brolley@redhat.com>
7870         * configure.in: Add support for frv.
7871         * config.sub: Add support for frv.
7873 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7875         * configure:  Remove garbage from previous commit.
7877 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7879         * configure:  For in-source builds, make a subdir and re-exec there.
7880         * Makefile:  New file.  Pass targets through to build directory.
7881         * .cvsignore:  No longer ignore "Makefile".
7883 2002-06-16  Douglas Rupp  <rupp@gnat.com>
7885         * MAINTAINERS (Write After Approval): Add self.
7887 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7889         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7891 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
7893         * configure.in (vax-*-netbsd*): Re-enable gas.
7895 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
7897         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7898         BUILD_PREFIX_1, to correct nomenclature.
7899         * configure: Likewise.
7901         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7902         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7904 2002-05-31  Olaf Hering  <olh@suse.de>
7906         * config-ml.in: Propogate DESTDIR also.
7908 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
7910         * configure.in (vax-*-netbsd*): Don't build gas for this
7911         platform.
7913 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7915         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7916         and libgcj for AVR.
7918 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
7920         * MAINTAINERS (Write After Approval): Add myself.
7922 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
7924         * config.guess: Update to 2002-05-22 version.
7925         * config.sub: Likewise.
7927 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7929         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7930         * config-ml.in: Likewise.
7931         * configure: Likewise.
7932         * configure.in: Likewise.
7934 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
7936         * MAINTAINERS: Update my email address.
7938 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
7940         * configure.in: Simplify makefile fragment collection.
7942         * configure.in: Remove code to build emacs.
7944         * configure.in : Remove --srcdir argument from targargs and buildargs
7945         (it's always overridden in the Makefile anyway).  Rearrange a bit.
7947         * configure: Move some logic to configure.in.
7948         * configure.in: Move some logic from configure.
7950 2002-05-11  Tom Tromey  <tromey@redhat.com>
7952         * MAINTAINERS: Reflect libgcj reality.
7954 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
7956         * Makefile.in: Honour DESTDIR.
7958 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
7960         * config.guess: Import 2002-03-20 version.
7961         * config.sub: Import 2002-04-26 version.
7963 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7965         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
7967 2002-05-07  Tim Josling  <tej@melbpc.org.au>
7969         * MAINTAINERS: Add self.
7971 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
7973         * ltmain.sh: Detect and handle object name conflicts
7974         while piecewise linking a static library.
7976 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
7978         * configure.in (noconfigdirs): Don't disable libgcj on
7979         sparc64-*-solaris* and sparcv9-*-solaris*.
7981 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
7983         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7985 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
7987         * configure.in (FLAGS_FOR_TARGET): Do not add
7988         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7989         on i[3456]86-*-linux*.
7991 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
7993         * configure.in (noconfigdirs): Replace [ ] with test.
7995         * configure.in (noconfigdirs): Do not add target-newlib if
7996         target == i[3456]86-*-linux*, and host == target.
7998 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
8000         * configure.in: delete reference to absent file
8002         * configure.in: replace '[' with 'test'
8004         * configure.in: Eliminate references to gash.
8005         * Makefile.in: Eliminate references to gash.
8007         * configure.in: remove useless references to 'pic' makefile fragments.
8009         * configure.in: (*-*-windows*) Finish removing.
8011         * configure.in: Eliminate redundant test for libgui.
8013 2002-04-29  Roger Sayle  <roger@eyesopen.com>
8015         * MAINTAINERS: Add self and realphabetize.  Update entries
8016         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
8017         entry for a29k port maintainer.
8019 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
8021         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8022         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8024 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
8026         * configure.in: remove references to dead files
8028 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
8030         * MAINTAINERS: Add information about purpose of this file.
8032 2002-04-18  Tom Tromey  <tromey@redhat.com>
8034         * configure.in: Disallow configuring libgcj when it is already
8035         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
8036         Solaris 2.8 by default.  For PR libgcj/6158.
8038 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
8040         * configure.in:  Move default CC setting out of config/mh-* fragments
8041         directly into here.
8043 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
8045         * configure.in: don't even try to configure or make a subdirectory
8046         if there's no configure script for it.
8048 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
8050         * MAINTAINERS: Remove chill maintainers.
8051         * Makefile.in (CHILLFLAGS): Remove.
8052         (CHILL_LIB): Remove.
8053         (TARGET_CONFIGDIRS): Remove libchill.
8054         (CHILL_FOR_TARGET): Remove.
8055         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8056         CHILL_LIB.
8057         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8058         (CHECK_TARGET_MODULES): Likewise.
8059         (INSTALL_TARGET_MODULES): Likewise.
8060         (CLEAN_TARGET_MODULES): Likewise.
8061         (configure-target-libchill): Remove.
8062         (all-target-libchill): Remove.
8063         * configure.in (target_libs): Remove target-libchill.
8064         Do not compute CHILL_FOR_TARGET.
8065         * libchill: Remove directory.
8067 2002-04-11  DJ Delorie  <dj@redhat.com>
8069         * Makefile.in, configure.in: Sync with binutils, entries
8070         follow...
8072 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
8074         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
8075         (do-tar, do-bz2): New rules.
8076         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
8077         (gdb-tar): New rule.
8078         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
8079         (insight_dejagnu.tar): New rule.
8080         (insight.tar): New rule.
8081         (gdb+dejagnu.tar): New rule.
8082         (gdb.tar): New rule.
8084 2002-02-01  Mo DeJong  <supermo@bayarea.net>
8086         * Makefile.in: Add all-tix to deps for all-snavigator
8087         so that tix is built when building snavigator.
8089 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
8091         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8092         ld and gdb are not supported.
8094 2002-01-07  Mark Salter  <msalter@redhat.com>
8096         * configure.in: Remove target-bsp and target-cygmon from arm builds.
8097         Allow target-libgloss to be built for arm, strongarm, and xscale.
8099 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
8101         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8102         options for i[3456]86-pc-linux* native builds.
8104 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
8106         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8107         files from .po files for a distribution.
8109 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
8111         * configure.in: Enable libstdc++-v3 for h8300 targets.
8113 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
8115         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
8116         version from bfd/.
8118 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
8120         * Makefile.in (VER): When present, extract the version number from
8121         the file version.in.
8123 2001-05-24  Tom Rix  <trix@redhat.com>
8125         * configure.in : enable ld for aix
8127 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8129         * config.guess: Add linux target for S/390.
8131 2000-11-07  Philip Blundell  <pb@futuretv.com>
8133         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8135 2000-11-03  Philip Blundell  <pb@futuretv.com>
8137         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8138         files.
8140 2001-01-15  Ben Elliston  <bje@redhat.com>
8142         * configure.in (host_tools): Add sid.
8143         Always configure cgen.
8145 2000-11-24  Nick Clifton  <nickc@redhat.com>
8147         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
8150 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
8152         * Makefile.in (ALL_MODULES): Add all-cgen.
8153         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8154         (all-cgen): New target.
8155         (all-opcodes,all-sim): Depend on all-cgen.
8156         * configure.in (host_tools): Add cgen.
8157         Only configure cgen if --enable-cgen-maint.
8159 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
8161         * configure.in: Add *-*-freebsd* configurations.
8163 2002-04-08  Tom Tromey  <tromey@redhat.com>
8165         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8166         Fixes PR libgcj/6068.
8168 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
8170         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8172 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8174         * configure.in (alpha*-dec-osf*): Enable libgcj.
8176 2003-03-27  Matthew Gingell  <gingell@gnat.com>
8178         * MAINTAINERS (Write After Approval): Add myself.
8180 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
8182         Fix for: PR bootstrap/3591, target/5676
8183         * configure.in (mcore-pe): Disable the configuration of
8184         libstdc++-v3 since exceptions are not supported.
8186 2002-03-20  Anthony Green  <green@redhat.com>
8188         * configure.in: Enable libgcj for xscale-elf target.
8190 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
8192         * MAINTAINERS:  Update my email address.
8194 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
8196         * ltmain.sh (relink_command): Fix typo in previous change.
8198 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
8200         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
8201         (relink_command): Added --tag flags.
8202         (mode=install): If relinking fails; error out.
8204 2002-03-12  Richard Henderson  <rth@redhat.com>
8206         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
8207         .NOTPARALLEL tag.
8208         (do-check): Rename from check.
8209         (check): Allow parallel check.
8211 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
8213         * MAINTAINERS: Add myself as maintainer for xtensa port.
8214         Fix alphabetical order in CPU port maintainer list.
8215         Remove myself from Write After Approval list.
8217 2002-03-11  Richard Henderson  <rth@redhat.com>
8219         * Makefile.in (.NOTPARALLEL): Add fake tag.
8221 2002-03-07  H.J. Lu  (hjl@gnu.org)
8223         * configure.in: Enable gprof for mips*-*-linux*.
8225 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
8227         * MAINTAINERS (Write After Approval): Add myself.
8229 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
8231         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8232         libjava.
8233         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8235 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
8237         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8238         because its Makefile is there; test for the executable instead.
8240 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
8242         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8243         libstdc++-v3 and libjava.
8245 2002-02-11  Adam Megacz  <adam@xwt.org>
8247         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8248         boehm-gc
8250 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
8252         * config.guess: Updated to 2002-01-30's version.
8253         * config.sub: Updated to 2002-02-01's version.
8254         Contribute sh64-elf.
8255         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
8256         * configure.in: Added sh64-*-*.
8258 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
8260         * MAINTAINERS: Belatedly add myself to write after approval list.
8262 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
8264         * MAINTAINERS: Put self in as maintainer for x86-64 port.
8265         Remove self as Write After Approval.
8267 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
8269         * MAINTAINERS: Put self in as maintainer for contrib/regression
8270         directory.
8272 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
8274         * MAINTAINERS:  Update my email address.
8276 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
8278         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
8279         target-libiberty, and target-libgloss.  Skip Java-related
8280         libraries if not supported for NetBSD on target CPU.
8282 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
8284         * install-sh: Use _inst.$$_ for temp file name.
8286 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
8288         * MAINTAINERS (Write After Approval): Move my contact info
8289         from here...
8290         (OS Port Maintainers): ...to here (netbsd).
8292 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
8294         * MAINTAINERS (Write After Approval): Add myself.
8296 2002-01-17  H.J. Lu  <hjl@gnu.org>
8298         * Makefile.in (all-fastjar): Also depend on all-libiberty.
8299         (all-target-fastjar): Also depend on all-target-libiberty.
8301 2002-01-16  H.J. Lu  (hjl@gnu.org)
8303         * config.guess: Import from master sources, rev 1.225.
8304         * config.sub: Import from master sources, rev 1.238.
8306 2002-01-16  Kazu Hirata  <kazu@hxi.com>
8308         * MAINTAINERS (Write After Approval): Remove myself.
8310 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
8312         * MAINTAINERS (Write After Approval): Add myself.
8314 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8316         * MAINTAINERS: Add self as docs co-maintainer.
8318 2001-12-11  Matthias Klose  <doko@debian.org>
8320         * MAINTAINERS (Write After Approval): Add myself.
8322 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
8324         * MAINTAINERS: Update my email address.
8326 2001-12-07  Turly O'Connor  <turly@apple.com>
8327         * MAINTAINERS (Write After Approval): Add myself.
8328         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
8329         (rs6000_initialize_trampoline): Call __trampoline_setup for
8330         ABI_DARWIN too.
8331         * darwin-tramp.asm: New file, implements __trampoline_setup.
8332         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
8334 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
8336         * MAINTAINERS (Write After Approval): Add myself.
8338 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
8340         * configure, configure.in: Use temp file for long sed commands.
8342 2001-12-03  Laurent Guerby  <guerby@acm.org>
8344         * config.sub: Update to version 1.232 on subversion.
8346 2001-12-03  Ben Elliston  <bje@redhat.com>
8348         * MAINTAINERS: Update mail address for config.* patches.
8350 2001-11-27  DJ Delorie  <dj@redhat.com>
8351             Zack Weinberg  <zack@codesourcery.com>
8353         When build != host, create libiberty for the build machine.
8355         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8356         CONFIG_ARGUMENTS.
8357         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8358         New variables.
8359         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8360         and rules.
8361         (all.normal): Depend on ALL_BUILD_MODULES.
8362         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8363         (all-build-libiberty): Depend on configure-build-libiberty.
8365         * configure: Calculate and substitute proper value for
8366         ALL_BUILD_MODULES.
8367         * configure.in: Create the build subdirectory.
8368         Calculate and substitute TARGET_CONFIGARGS (formerly
8369         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8371 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
8373         * MAINTAINERS (write-after-approval): Add self.
8375 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8377         * MAINTAINERS (GNATS only accounts): Remove self.
8379 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
8381         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8382         libf2c.
8384 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8386         * MAINTAINERS (Write After Approval): Add self.
8388 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8390         * MAINTAINERS: mips and s390 are also CPU ports.
8392 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8394         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
8396 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
8398         * MAINTAINERS: Alphabetize.
8400 2001-11-09  Kazu Hirata  <kazu@hxi.com>
8402         * MAINTAINERS (Various maintainers: h8 port): Add myself.
8404 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8406         * MAINTAINERS (Various maintainers: hppa port): Added myself.
8408 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
8410         * configure.in (--enable-languages): Be more permissive about
8411         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
8413 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
8415         * config.sub: Import from master sources, rev. 1.230.
8416         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
8418 2001-11-07  Laurent Guerby  <guerby@acm.org>
8420         * MAINTAINERS (Write After Approval): Add self.
8422 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
8424         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8426 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
8428         * config.sub: Import from master sources, rev 1.226.
8429         * config.guess: Import from master sources, rev 1.216.
8431 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
8433         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8434         * MAINTAINERS: Add self as maintainer of MMIX port.
8435         Remove old after-approval entry.
8437 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
8439         * ChangeLog, configure: Fix spelling errors.
8441 2001-10-20  Brendan Kehoe  <brendan@zen.org>
8443         * MAINTAINERS: Tweak my address.
8445 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
8447         * MAINTAINERS: Update my email address.
8449 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
8451         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8452         * MAINTAINERS: Add self as maintainer of CRIS port.
8454 2001-10-10  Geert Bosch  <bosch@gnat.com>
8456         * MAINTAINERS (Various maintainers: Ada front end):
8457         Added Robert Dewar.
8459 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
8461         * MAINTAINERS (Write After Approval): Added self
8463 2001-10-02  Geert Bosch  <bosch@gnat.com>
8465         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
8467 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
8469         * configure: Handle temporary files securely using mkdir.
8471 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
8473         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8475 2001-09-26  Will Cohen  <wcohen@redhat.com>
8477         * configure.in (*-*-linux*): Disable configuration of target-newlib
8478         and target-libgloss.
8480 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
8482         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8483         RANLIB.
8485 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
8487         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8488         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8489         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8490         avoid quotes nesting problems.
8491         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8492         (DO_X): Export only variables that are set.
8494 2001-09-19  Ben Elliston  <bje@redhat.com>
8496         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8497         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8498         semantics.  Use the shell built-in "type" command instead.
8500 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
8502         Merged from gcc-3_0-branch:
8503         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
8504         * ltcf-c.sh: Use $objext, not $ac_objext.
8505         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
8506         * ltcf-cxx.sh: Add support for GNU.
8507         2001-07-22  Timothy Wall  <twall@redhat.com>
8508         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
8509         default settings if using GNU tools with that configuration.
8510         * ltcf-cxx.sh: Ditto.
8511         * ltcf-gcj.sh: Ditto.
8512         2001-07-21  Michael Chastain  <chastain@redhat.com>
8513         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8514         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
8515         * ltmain.sh: Mark as gcc-local.
8517 2001-08-30  Eric Christopher  <echristo@redhat.com>
8518             Jason Eckhardt  <jle@redhat.com>
8520         * config.guess: Merge from master sources.
8521         * config.sub: Merge from master sources, add support for mipsisa32.
8523 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
8524         * config.sub: Merge from master sources, rev 1.219.
8525         * MAINTAINERS: Add self as contact for stormy16 port.
8527 2001-08-14  Zack Weinberg  <zackw@panix.com>
8529         * config.sub: Merge from master sources, rev 1.218.
8530         * config.guess: Merge from master sources, rev 1.209.
8532 2001-08-11  Graham Stott  <grahams@redhat.com>
8534         * Makefile.in (check-c++): Add missing semicolon.
8536 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
8538         * MAINTAINERS (Various maitainers: predict.def): Added myself.
8540 2001-07-30  Eric Christopher  <echristo@redhat.com>
8542         * MAINTAINERS (Various maintainers: mips port): Added myself.
8544 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
8546         * configure.in (sh-*-linux*): New.
8548 2001-07-27  Richard Henderson  <rth@redhat.com>
8550         * .cvsignore: Add LAST_UPDATED.
8552 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
8554         * MAINTAINERS (Various maintainers: s390 port): Added myself.
8556 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
8558         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
8560 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
8562         * MAINTAINERS (Write After Approval): Added myself.
8564 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8566         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8567         and libgcj on m68hc11/m68hc12.
8569 2001-06-27  H.J. Lu  (hjl@gnu.org)
8571         * Makefile (CFLAGS_FOR_BUILD): New.
8572         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8574 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8576         * README: Remove version number.
8578 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8580         * INSTALL/README: Update wrt. to the installation instructions now
8581         residing in gcc/doc/install.texi.
8583 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8585         * README: Replace with a cut-down and updated version of gcc/README.
8587 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
8589         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
8590         multilibs to be disabled.
8592 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
8594         * MAINTAINERS (Write After Approval): Add myself.
8596 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
8598         * config.guess: Import CVS version 1.195.
8599         * config.sub: Import CVS version 1.212.
8601 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
8603         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8604         gcc/xgcc is built, use -print-prog-name to find out the program
8605         name to use.
8607 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
8609         * config.guess:  Import CVS version 1.194.  All gcc-local changes
8610         appear to also be in the master copy.
8611         * config.sub:  Import CVS version 1.211.
8613 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
8615         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8616         with_gcc]: Use `gcc -shared' to build a shared library.
8618 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8620         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8621         archives.
8623 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8625         * MAINTAINERS (Write After Approval): Add myself.
8627 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
8629         * configure.in (libstdcxx_flags): Do not try to execute
8630         libstdc++-v3/testsuite_flags until it exists.
8632 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
8634         * MAINTAINERS: Update my email address.
8636 2001-05-31  Graham Stott  <grahams@redhat.com>
8638         * MAINTAINERS (Write After Approval): Add myself.
8640 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
8642         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
8643         libraries when using g++ with native linker.
8645 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
8647         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8649 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
8651         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8652         [aix4*|aix5*]: Prepend blank.
8654 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
8656         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8657         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
8658         of subdir/configure scripts to use the new libtool.m4.
8660 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
8662         * MAINTAINERS (Write After Approval): Add myself.
8664 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
8666         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8668 2001-05-11  Ben Elliston  <bje@redhat.com>
8670         * Makefile.in (all-sid): New target.
8671         (check-sid, clean-sid, install-sid): Likewise.
8673 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
8675         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8677 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8679         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8680         libgcj.
8682 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8684         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8685         gcc/xgcc is built, use -print-prog-name to find out the program
8686         name to use.
8688 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
8690         * configure.in (noconfigdirs): Don't reset it from scratch in the
8691         target case; only append to it.
8693         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8694         sparc-*-solaris2.8]: Disable ${libgcj}.
8696 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
8698         * configure.in (libgcj_saved): Copy from $libgcj.
8699         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8700         --disable-libgcj.
8702 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
8704         * MAINTAINERS: Remove self as MIPS maintainer and
8705         C front end maintainer.
8707 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
8709         * configure.in: Move *-chorusos target case to the proper switch.
8710         Disable libgcj.
8712 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8714         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8715         1.641.2.228.
8717 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8719         * Makefile.in (STAGE1_CFLAGS): Pass down.
8721 2001-04-13  Alan Modra  <amodra@one.net.au>
8723         * config.guess: Add hppa64-linux support.  Note for next import that
8724         this is already in the master file.
8725         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
8727 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8729         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8730         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8732 2001-04-11  Stan Shebs  <shebs@apple.com>
8734         * MAINTAINERS: Add self as Darwin port maintainer.
8736 2001-04-11  Alan Modra  <amodra@one.net.au>
8738         * MAINTAINERS: Update my email address.
8740 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
8742         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8743         recent versions of FreeBSD (release 3 or later).
8744         * ltconfig: On FreeBSD, -lc must not be provided when building
8745         a shared library or else the standard -pthread gcc option is
8746         rendered worthless to later users of the built library.
8748 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
8750         * MAINTAINERS: Add self and RTH as C front end maintainers.
8752 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
8754         * config.sub: Make sure to match an already-canonicalized
8755         machine name (eg. mn10300-unknown-elf).
8757 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
8759         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8760         New macros.
8761         (bootstrap, cross): Use RECURSE_FLAGS.
8762         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8764 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
8766         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8768 2001-03-22  Colin Howell  <chowell@redhat.com>
8770         * Makefile.in (DO_X): Do not backslash single-quotes in
8771         backquotes (two places).
8773 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8775         Re-installed:
8776         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8777         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8778         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8779         * ltcf-cxx.sh: Likewise.
8780         * ltcf-gcj.sh: Likewise.
8782 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8784         * MAINTAINERS: Add myself as "documentation co-maintainer".
8786 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8788         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8789         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8791 2001-03-19  Tom Tromey  <tromey@redhat.com>
8793         * config-ml.in: Handle GCJ and GCJFLAGS.
8795 2001-03-21  Michael Chastain  <chastain@redhat.com>
8797         * Makefile.in: all-m4 depends on all-texinfo.
8799 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
8801         * MAINTAINERS: Add myself to write after approval list.
8803 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
8805         * Makefile.in (DO_X): Quote nested quotes.
8807 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
8809         * MAINTAINERS: Add myself to write after approval list.
8811 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
8813         * Makefile.in (DO_X): Use double quotes for quoting
8814         "RANLIB=$${RANLIB}".
8816 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
8818         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
8820 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
8822         * configure.in: Only use `lang_requires' for languages athat are
8823         actually enabled.
8825 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
8827         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
8829 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
8831         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8833 2001-03-07  Tom Tromey  <tromey@redhat.com>
8835         * configure.in: Allow config-lang.in to set `lang_requires' to list
8836         of other required languages.
8838 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
8840         * Makefile.in: Remove RANLIB definition. Use RANLIB
8841         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8842         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8844 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
8845             Alexandre Oliva  <aoliva@redhat.com>
8847         * Makefile.in (check-c++): Use tabs, not spaces.
8849 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
8851         * MAINTAINERS: add myself to Write After Approval list.
8853 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
8855         * Makefile.in (check-c++): New rule.
8857         * configure.in (target_libs): Remove libg++.
8858         (noconfigdirs): Remove libg++.
8859         (noconfigdirs): Same.
8860         (noconfigdirs): Same.
8861         (noconfigdirs): Same.
8863         * config-ml.in: Remove libg++ references.
8865         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8866         (ALL_TARGET_MODULES): Same.
8867         (configure-target-libg++): Remove.
8868         (all-target-libg++): Remove.
8869         (configure-target-libio): Remove.
8870         (all-target-libio): Remove.
8871         (check-target-libio): Remove.
8872         (.PHONY): Remove.
8873         (libg++.tar.bz2): Remove.
8874         (all-target-cygmon): Remove libio.
8875         (all-target-libstdc++): Remove.
8876         (configure-target-libstdc++): Remove.
8877         (TARGET_LIB_PATH): Remove libstdc++.
8878         (ALL_GCC_CXX): Remove libstdc++.
8879         (all-target-gperf): Correct.
8881 2001-02-16  Nick Clifton  <nickc@redhat.com>
8883         * configure.in (noconfigdirs): Allow configuration of texinfo
8884         for Cygwin hosts.
8886 2001-02-15  Anthony Green  <green@redhat.com>
8888         * configure: Introduce GCJ_FOR_TARGET.
8889         * configure.in: Ditto.
8890         * Makefile.in: Ditto.
8892 2001-02-13  Andreas Schwab  <schwab@suse.de>
8894         * MAINTAINERS: Update mail address.
8896 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8898         * config.guess: Add linux target for S/390.
8899         * config.sub: Likewise.
8901 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
8903         * configure.in: for *-chorusos, don't config target-newlib and
8904         target-libgloss.
8906 2001-02-06  Ben Elliston  <bje@redhat.com>
8908         * configure: Output host type to stdout, not stderr.
8910 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
8912         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
8913         * ltcf-cxx.sh: Likewise.
8915         * config.if: Assume enable_libstdcxx_v3 is defined.
8917 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
8919         Remove V2 C++ library.
8920         * configure.in: Remove --enable-libstdcxx_v3 support.
8922 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
8924         * include/demangle.h: Add prototype for java_demangle_v3.
8926 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
8928         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
8930 2001-01-27  Richard Henderson  <rth@redhat.com>
8932         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8934 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8936         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8937         Don't unset, it's non-portable and no longer necessary, set to empty
8938         instead.
8940 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8942         * ltconfig: Shell portability fix for the tagname validity check.
8944 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
8946         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8947         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8949 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8951         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8953 2001-01-26  Tom Tromey  <tromey@redhat.com>
8955         * configure.in: Allow libgcj to be built on Sparc Solaris.
8957 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
8959         * ltcf-c.sh: Add aix5 case.
8960         * ltcf-cxx.sh: Likewise.
8961         * ltconfig: Likewise.
8963 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
8965         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8966         keep at least one of build_libtool_libs or build_old_libs set to
8967         yes.
8969         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8970         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8972 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
8974         * configure.in: Enable libgcj on several additional platforms.
8976 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
8978         * configure.in: Enable libgcj for linux targets.
8980 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8982         * MAINTAINERS (Write After Approval): Add myself.
8984 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8986         * MAINTAINERS: Add myself as vax port maintainer.
8988 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
8990         * MAINTAINERS: Add myself as Mercury front-end maintainer.
8992 2001-01-09  Mike Stump  <mrs@wrs.com>
8994         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8995         failures of subdirectories.
8997 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8999         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
9000         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9001         * ltcf-cxx.sh: Likewise.
9002         * ltcf-gcj.sh: Likewise.
9003         * ltconfig.sh: Fix typo.
9005 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9007         * configure: handle DOS-style absolute paths.
9009 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9011         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
9013 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
9015         * MAINTAINERS: Add myself as avr port co-maintainer.
9017 2000-12-28  Ben Elliston  <bje@redhat.com>
9019         * MAINTAINERS: Add myself under ``Write After Approval''.
9021 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
9023         * texinfo: Remove directory from GCC.
9025 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9027         * COPYING: Update to current
9028         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
9029         to 19yy as example year in copyright notice).
9031 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
9033         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
9034         (libstdcxx_incdir): Pass down.
9035         * config.if: Remove expired bits for cxx_interface, add stub.
9036         (libstdcxx_incdir): Add variable for g++ include directory.
9037         * configure.in (gxx_include_dir): Use it.
9039 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
9041         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
9042         with old-email address from ``Write After Approval''.
9044 2000-12-15  Andreas Jaeger  <aj@suse.de>
9046         * configure.in: Handle lang_dirs.
9048 2000-12-14  Tom Tromey  <tromey@redhat.com>
9050         * MAINTAINERS: Removed brads.
9052         * MAINTAINERS: Added gcj developers.
9054 2000-12-13  Anthony Green  <green@redhat.com>
9056         * configure.in: Disable libgcj for any target not specifically
9057         listed.  Disable libgcj for x86 and Alpha Linux until compatible
9058         with g++ abi.
9060 2000-12-13  Mike Stump  <mrs@wrs.com>
9062         * Makefile.in (local-distclean): Also remove fastjar.
9064 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
9066         * contrib/gcc_update: Add fastjar --touch entries.
9068 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
9070         * configure.in: Disable language-specific target libraries for
9071         languages that aren't enabled.
9073 2000-12-10  Anthony Green  <green@redhat.com>
9075         * configure.in: Define libgcj.  Disable libgcj target libraries for
9076         most targets.
9078 2000-12-10  Neil Booth  <neilb@earthling.net>
9080         * MAINTAINERS: Update mail address, remove from WAA list.
9082 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9084         * libjava: Imported from /cvs/java.
9085         * libffi: Likewise.
9086         * Boehm-gc: Likewise.
9088 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9090         * configure.in (target_libs): Revert 2000-12-08 patch.
9091         (noconfigdirs): Added target-libjava.
9093 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
9095         * djunpack.bat: removed.
9097 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
9099         * Makefile.in: handle DOS-style absolute paths.
9100         * config-ml.in: likewise.
9101         * symlink-tree: likewise.
9103 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9105         * fastjar: Imported.
9107 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9109         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
9110         libjava.
9111         * configure.in (target_libs): Removed `target-libjava'.
9113 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9115         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
9116         (ALL_MODULES): Added fastjar.
9117         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
9118         (all-target-libjava): all-fastjar replaces all-zip.
9119         (all-fastjar): Added.
9120         (configure-target-fastjar, all-target-fastjar): Likewise.
9121         * configure.in (host_tools): Added fastjar.
9123 2000-12-07  Mike Stump  <mrs@wrs.com>
9125         * Makefile.in (local-distclean): Remove leftover built files.
9127 2000-11-24  Nick Clifton  <nickc@redhat.com>
9129         * configure.in (xscale-elf): Add target.
9130         (xscale-coff): Add target.
9132 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
9134         * ltcf-cxx.sh: Support creation of C++ shared libraries on
9135         recent versions of FreeBSD (release 3 or later).
9136         * ltconfig: On FreeBSD, -lc must not be provided when building
9137         a shared library or else the standard -pthread gcc option is
9138         rendered worthless to later users of the built library.
9140 2000-11-16  Fred Fish  <fnf@be.com>
9142         * configure.in (enable_libstdcxx_v3): Fix typo,
9143         libstd++ -> libstdc++.
9145 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9147         * MAINTAINERS: Add self to Write After Approval list.
9149 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
9151         * MAINTAINERS: Update my email address.  Add myself to global write
9152         privs list.
9154 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
9156         * Makefile.in: Merge with src and libgcj.
9157         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
9158         configure-target-<library> when their configure scripts need the C
9159         or C++ library to have already been built to work properly.
9160         (do_proto_toplev): Set them to an empty string.
9162         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9163         (REALLY_SET_LIB_PATH): Use them.
9165 2000-11-17  Stan Shebs  <shebs@apple.com>
9167         * MAINTAINERS: Add self to Write After Approval list.
9169 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9171         * configure: Provide the original toplevel configure arguments
9172         (including $0) to subprocesses in the environment rather than
9173         through gcc/configargs.h.
9175 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9177         * MAINTAINERS: Remove references to cccp. Change C9X reference to
9178         C99.  Alphabetise "Write After Approval" list.
9180 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
9182         * configure: Turn on libstdc++ V3 by default.
9184         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
9185         if we've got GCC.
9187 2000-11-11  Philip Blundell  <philb@gnu.org>
9189         * MAINTAINERS: Add self to Write After Approval list.
9191 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
9193         * ltcf-c.sh (aix4): Improve shared library configuration; require
9194         exporting symbols.
9195         * ltcf-cxx.sh (aix4): Define.
9196         * ltconfig (aix4): Define library and soname specs appropriate for
9197         AIX.  Define command to create export symbols list.
9199 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
9201         * config.sub: Add support for Sun Chorus
9203 2000-10-31  Nick Clifton  <nickc@redhat.com>
9205         * MAINTAINERS: Rename <name>@cygnus.com addresses to
9206         <name>@redhat.com.  Also installed new email address for Clint
9207         Popetz.
9209 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
9211         * etc: Remove directory from GCC.
9213 2000-10-16  Michael Meissner  <meissner@redhat.com>
9215         * configure (gcc/configargs.h): Only create if there is a build GCC
9216         directory created.
9218 2000-10-16  Matthias Klose  <doko@debian.org>
9220         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
9221         when configured for libstdc++-v3.
9223 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
9225         * configure: Save configure arguments to gcc/configargs.h.
9227 2000-10-04  Philipp Thomas  <pthomas@suse.de>
9229         * config.guess: Import CVS version 1.157.
9230         * config.sub: Import CVS version 1.181.
9232 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
9234         * Makefile.in (bootstrap): avoid recursion if subdir missing
9235         (cross): ditto
9236         (do-proto-toplev): ditto
9238 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
9240         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
9241         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
9243         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
9244         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
9245         all affected `configure' scripts.
9247 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
9249         * MAINTAINERS: Add self as cpplib co-maintainer.
9251 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
9253         * MAINTAINERS: Add self to Write After Approval list.
9255 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9257         * INSTALL/README: egcs -> GCC update.
9259 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
9261         * MAINTAINERS: Add myself to Write After Approval list.
9263 2000-09-15  Kazu Hirata  <kazu@hxi.com>
9265         * MAINTAINERS: Add myself to Write After Approval list.
9267 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
9269         * configure.in: Do not build byacc for hppa64.  Provide paths to the
9270         X11 libraries for hppa64.
9272 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9274         * MAINTAINERS: Add myself as 68hc11 port maintainer.
9276 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
9278         * Makefile.in (all-zlib): Added dummy target.
9280         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9281         ltcf-gcj.sh: Updated from libtool multi-language branch.
9283 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
9285         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9286         (bootstrap*): Depend on all-bootstrap.
9288 2000-09-05  Philipp Thomas  <pthomas@suse.de>
9290         * config.guess: Import CVS version 1.156.
9291         * config.sub: Import CVS version 1.179.
9293 2000-09-02  Anthony Green  <green@cygnus.com>
9295         * Makefile.in (all-gcc): Depend on all-zlib.
9296         (CLEAN_MODULES): Add clean-zlib.
9297         (ALL_MODULES): Add all-zlib.
9298         * configure.in (host_libs): Add zlib.
9300 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
9302         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9303         crosses, but add gcc/include to the header search path for them.
9305 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
9307         * MAINTAINERS: Add self to Write After Approval list.
9309 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9311         * config.guess: Import CVS version 1.152.
9312         * config.sub: Import CVS version 1.177.
9314 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
9316         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
9317         $targargs to tell whether newlib is going to be built.
9319         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
9320         $$r/TARGET_SUBDIR/libio for _G_config.h.
9322 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
9324         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
9326 2000-08-22  DJ Delorie  <dj@redhat.com>
9328         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
9330 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
9332         * config-ml.in (CC, CXX): Avoid trailing whitespace.
9333         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9334         sub-configures.
9336 2000-08-21  DJ Delorie  <dj@redhat.com>
9338         * MAINTAINERS: Add self as a libiberty maintainer
9340 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
9342         * configure.in (libstdcxx_flags): Use
9343         libstdc++-v3/src/libstdc++.INC.
9345 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
9347         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9349 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
9351         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
9353         * configure: Make enable_threads and enable_shared defaults
9354         explicit.  Substitute enable_threads into generated Makefiles.
9355         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
9356         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
9358 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
9360         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
9362 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
9364         * config-ml.in (CC): Remove bogus duplicate quotation mark from
9365         previous delta.
9367 2000-08-11  Jason Merrill  <jason@redhat.com>
9369         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9370         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9371         (FLAGS_FOR_TARGET): Not here.
9372         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9374 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
9376         * config-ml.in (CC, CXX): Don't introduce a leading space.
9378 2000-08-07  DJ Delorie  <dj@delorie.com>
9380         * MAINTAINERS: Add self as a DJGPP maintainer
9382 2000-08-07  DJ Delorie  <dj@redhat.com>
9384         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9385         "if we're also building gcc, and it's a gcc that will run on the
9386         build machine, we want to use its includes instead of the system's
9387         default includes".
9389 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
9391         * MAINTAINERS: Add self to Write After Approval list.
9393 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
9395         * configure.in (libstdcxx_flags): Don't use `"'.
9397         * config-ml.in: Adjust multilib search paths to the
9398         appropriate multilib tree.
9400 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
9402         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9403         commas in $LANGUAGES.
9405 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
9407         * configure.in: Re-enable all references to libg++ and librx.
9409 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
9411         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
9412         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
9413         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
9414         * ltcf-cxx.sh (need_lc): Set based on postdeps.
9416         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9418 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
9420         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9421         CXX_FOR_TARGET for sed.
9423 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
9425         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9426         Do not override if already set in the environment or in configure.
9427         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9428         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9430 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
9432         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
9433         the libtool CVS tree multi-language branch.
9434         * ltconfig, ltmain.sh: Updated.
9436 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
9438         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
9439         (clean-target): Depend on it.
9441         * Makefile.in (FLAGS_FOR_TARGET): New macro.
9442         (GCC_FOR_TARGET): Use it.
9443         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9444         * configure.in: ... here.
9445         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
9446         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9448 2000-07-24  Eric Christopher  <echristo@cygnus.com>
9450         * MAINTAINERS: Add self to Write After Approval list.
9452 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
9454         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9455         (configure-target-libchill, configure-target-libobjc): Likewise.
9457         * configure.in: Use the same cache file for all target libs.
9458         * config-ml.in: But different cache files per multilib variant.
9460 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9462         * configure (topsrcdir): Don't use dirname.
9464 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
9466         * MAINTAINERS: Add self to Write After Approval list.
9468 2000-07-20  Jason Merrill  <jason@redhat.com>
9470         * configure.in: Remove all references to libg++ and librx.
9472         * configure, configure.in, Makefile.in: Unify gcc and binutils.
9474 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
9476         * config.sub: Update to subversions version 2000-07-06.
9478 2000-07-12  Andrew Haley  <aph@cygnus.com>
9480         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9481         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9483 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
9485         * symlink-tree:  Check number of arguments.
9487 2000-07-05  Jim Wilson  <wilson@cygnus.com>
9489         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9490         search path for a g++ extracted from the build tree.  This
9491         will allow link tests run by configure scripts in
9492         subdirectories to succeed.
9494 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
9496         * ltconfig: Add support for mips-dde-sysv4.2MP
9498 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9500         * MAINTAINERS: Add myself as loop discovery maintainer.
9502 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
9504         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9505         `os2'. Force ac_cv_exeext to be ".exe" in that case.
9507 2000-06-19  Timothy Wall  <twall@cygnus.com>
9509         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9510         * config.sub: Add tic54x target.
9512 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9514         * MAINTAINERS: Add self as Fortran maintainer,
9515         remove Craig Burley.
9517 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9519         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9520         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9522 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
9524         * MAINTAINERS: Add self as i18n maintainer
9526 20000-05-21  H.J. Lu  (hjl@gnu.org)
9528         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9529         directory are used if they exist. Make sure
9530         $(build_tooldir)/include is searched for header files,
9531         $(build_tooldir)/lib/ for library files.
9532         (GCC_FOR_TARGET): Likewise.
9533         (CXX_FOR_TARGET): Likewise.
9535 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
9537         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9539 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
9541         * Makefile.in (configure-target-libiberty): Depend on
9542         configure-target-newlib.
9544 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
9546         * configure.in, Makefile.in: Merge all libffi-related
9547         configury stuff from the libgcj tree.
9549 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9551         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9552         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9554 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9556         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9557         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9558         current version information.  Add to proto-toplev directory.
9559         (gdb-taz): Build do-djunpack.
9561 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
9563         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9565 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9567         * MAINTAINERS: Add self to Write After Approval list.
9569 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9571         * ltmain.sh: Preserve in relink_command any environment
9572         variables that may affect the linker behavior.
9574 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
9576         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9578 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
9580         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9582 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
9584         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9585         with the version name.
9587 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
9589         * MAINTAINERS: Add self as bb-reorder maintainer.
9591 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
9593         * config.if: Tweak.
9595 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
9597         * djunpack.bat: New file.
9599 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9601         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9602         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9603         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9604         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9606 2000-04-16  Dave Pitts  <dpitts@cozx.com>
9608         * config.sub (case $basic_machine): Change default for "ibm-*"
9609         to "openedition".
9611 2000-04-13  Andreas Jaeger  <aj@suse.de>
9613         * MAINTAINERS: Added myself.
9615 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9617         * Makefile.in (gdb-taz): New target.  GDB specific archive.
9618         (do-md5sum): New target.
9619         (MD5PROG): Define.
9620         (PACKAGE): Default to TOOL.
9621         (VER): Default to a shell script.
9622         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
9623         md5 checksum generation.
9624         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9625         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9626         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9627         insight.tar.bz2): Use gdb-taz to create archive.
9629 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9631         * configure (warn_cflags): Delete.
9633 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
9635         * MAINTAINERS: Added myself.
9637 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
9638             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
9640         * configure.in (enable_libstdcxx_v3): Add.
9641         (target_libs): Add bits here to switch between libstdc++-v2 and
9642         libstdc++-v3.
9643         * config.if: And this file too.
9644         * Makefile.in: Add libstdc++-v3 targets.
9646 2000-04-05  Michael Meissner  <meissner@redhat.com>
9648         * config.sub (d30v): Add d30v as a basic machine type.
9650 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
9652         * configure.in: -linux-gnu*, not -linux-gnu.
9654 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9656         * MAINTAINERS: Add self in write-after-approval section.
9658 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
9660         * MAINTAINERS: Add self as ia64 port maintainer.
9662 2000-03-08  Neil Booth  <NeilB@earthling.net>
9664         * MAINTAINERS: Add self in write-after-approval section.
9666 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9668         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9669         (do-tar-bz2): Replace TOOL with PACKAGE.
9670         (gdb.tar.bz2): Remove GDBTK from GDB package.
9671         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9672         dejagnu.tar.bz2): New packages.
9674 2000-02-27  Andreas Jaeger  <aj@suse.de>
9676         * configure.in: Add entry for mips*-*-linux*, move catch all
9677         *-*-*linux* entry below this one.
9679 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
9681         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9683 2000-02-24  Nick Clifton  <nickc@cygnus.com>
9685         * config.sub: Support an OS of "wince".
9687 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9689         * config.guess, config.sub: Updated to match config's 2000-02-15
9690         version.
9692 2000-02-23  Linas Vepstas  <linas@linas.org>
9694         * config.sub: Add support for Linux/IBM 370.
9695         * configure.in: Likewise.
9697 2000-02-22  Nick Clifton  <nickc@cygnus.com>
9699         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9701 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
9703         * config.guess: Guess "cygwin" rather than "cygwin32".
9705 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9707         * configure (gcc_version): When setting, narrow search to
9708         lines containing `version_string'.
9710 2000-02-15  Denis Chertykov  <denisc@overta.ru>
9712         * config.sub: Add support for avr target.
9714 2000-02-14  Nick Clifton  <nickc@cygnus.com>
9716         * MAINTAINERS: Add maintainers for MCore port.
9718 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9720         * config.sub: Add mmix-knuth-mmixware.
9722 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9724         * MAINTAINERS: Pair cccp with cpplib maintainership.
9726 2000-01-27  Christopher Faylor  <cgf@redhat.com>
9728         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9729         structure stuff to -L library search.
9730         (CXX_FOR_TARGET): Ditto.
9731         (CROSS_CHECK_MODULES): Fix spelling mistake.
9733 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
9735         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9736         the C++ compiler.
9738 2000-01-12  Richard Henderson  <rth@cygnus.com>
9740         * configure.in: Don't build some bits for beos.
9742 2000-01-12  Joel Sherrill (joel@OARcorp.com)
9744         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9745         as include files.
9747 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
9749         * Add self as cpplib maintainer, as requested by Jason
9750         Merrill.  Correct my e-mail address.
9752 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
9754         * configure.in: Use mt-aix43 to handle *_TARGET defs,
9755         not mh-aix43.
9757 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
9759         * MAINTAINERS: Add myself to "write after approval" list.
9761 1999-12-14  Richard Henderson  <rth@cygnus.com>
9763         * config.guess (alpha-osf, alpha-linux): Detect ev67.
9764         * config.sub: Accept alphaev[78], alphaev8.
9766 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9768         * config.guess, config.sub: Update from autoconf.
9770 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
9772         * MAINTAINERS:  update my playtime e-address.
9774 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9776         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9777         necessary libraries are missing.
9779 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
9781         * MAINTAINERS: Add new 'write after approval' maintainer.
9783 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9785         * MAINTAINERS: Add new Java maintainer.
9787 1999-10-25  Andreas Schwab  <schwab@suse.de>
9789         * configure: Fix quoting inside arguments of eval.
9791 1999-10-21  Nick Clifton  <nickc@cygnus.com>
9793         * config-ml.in: Allow suppression of some ARM multilibs.
9795 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
9797         * config.guess: Add OS/390 match pattern.
9798         * config.sub: Add mvs, openedition targets.
9799         * configure.in (i370-ibm-opened*): New.
9801 1999-09-04  Steve Chamberlain  <sac@pobox.com>
9803         * config.sub: Add support for configuring for pj.
9805 1999-08-31  Nick Clifton  <nickc@cygnus.com>
9807         * config.sub (maybe_os): Add support for configuring for fr30.
9809 1999-08-25  Nick Clifton  <nickc@cygnus.com>
9811         * configure.in: Do not configure or build ld for AIX
9812         platforms.  ld is known to be broken on these platforms.
9814 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9816         * config-ml.in: Pass compiler flag corresponding to multidirs to
9817         subdir configures.
9819 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
9821         * Makefile.in (LDFLAGS): Define.
9823 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
9825         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9826         noconfigdirs.
9827         (*-*-cygwin*): Likewise.
9829 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
9831         * mkdep: New file.
9832         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9833         (BINUTILS_SUPPORT_DIRS): Add mkdep.
9835         From Eli Zaretskii <eliz@is.elta.co.il>:
9836         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9837         long file name when using DJGPP on MS-DOS.
9839 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
9841         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9843 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
9845         * Makefile.in (check-target-libio): Remove all-target-libstdc++
9846         dependency as this causes "make check" to globally "make all"
9848 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
9850         * configure.in (target_libs): Added target-zlib.
9851         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9852         (CONFIGURE_TARGET_MODULES): Likewise.
9853         (CHECK_TARGET_MODULES): Likewise.
9854         (INSTALL_TARGET_MODULES): Likewise.
9855         (CLEAN_TARGET_MODULES): Likewise.
9856         (configure-target-zlib): New target.
9857         (all-target-zlib): Likewise.
9858         (all-target-libjava): Depend on all-target-zlib.
9859         (configure-target-libjava): Depend on configure-target-zlib.
9861         * Makefile.in (configure-target-libjava): Depend on
9862         configure-target-newlib.
9863         (configure-target-boehm-gc): New target.
9864         (configure-target-qthreads): New target.
9866         * configure.in (target_libs): Added target-qthreads.
9867         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9868         (CONFIGURE_TARGET_MODULES): Likewise.
9869         (CHECK_TARGET_MODULES): Likewise.
9870         (INSTALL_TARGET_MODULES): Likewise.
9871         (CLEAN_TARGET_MODULES): Likewise.
9872         (all-target-qthreads): New target.
9873         (configure-target-libjava): Depend on configure-target-qthreads.
9874         (all-target-libjava): Depend on all-target-qthreads.
9876         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9877         (CONFIGURE_TARGET_MODULES): Likewise.
9878         (CHECK_TARGET_MODULES): Likewise.
9879         (INSTALL_TARGET_MODULES): Likewise.
9880         (CLEAN_TARGET_MODULES): Likewise.
9881         (all-target-libjava): New target.
9882         (all-target-boehm-gc): Likewise.
9883         * configure.in (target_libs): Added libjava, boehm-gc.
9885 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
9887         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9888         configure.bat in SUPPORT_FILES.
9889         (gas+binutils.tar.bz2): Likewise.
9891         * makeall.bat: Remove; obsolete.
9893 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
9895         From Mark Elbrecht:
9896         * configure.bat: Remove; obsolete.
9898 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
9900         * configure: Add -W -Wall to the default CFLAGS when compiling with
9901         gcc.
9903 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
9905         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9907 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
9909         * configure.in: Build ld on IRIX6.
9911 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
9913         * Makefile.in: Change distribution targets to use bzip2 instead of
9914         gzip.
9915         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9916         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9918 1999-06-04  Nick Clifton  <nickc@cygnus.com>
9920         * config.sub: Add mcore target.
9922 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
9924         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9926 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
9928         * config.guess (dummy): Changed to $dummy.
9930 1999-05-24  Nick Clifton  <nickc@cygnus.com>
9932         * config.sub: Tidied up case statements.
9934 1999-05-22  Ben Elliston  <bje@cygnus.com>
9936         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9937         <jiro@din.or.jp>.
9939         * config.guess: Merge with FSF version. Future changes will be
9940         more accurately recorded in this ChangeLog.
9941         * config.sub: Likewise.
9943 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
9945          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9947 1999-04-30  Tom Tromey  <tromey@cygnus.com>
9949         * ltmain.sh: [mode link] Always use CC given by ltconfig.
9951 1999-04-23  Tom Tromey  <tromey@cygnus.com>
9953         * ltconfig, ltmain.sh: Update to libtool 1.2f.
9955 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
9957         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9958         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9959         Bad merge removed these two changes.
9961 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
9962                           Martin Heller (Ing.-Buero_Heller@t-online.de)
9964         * config.guess (interix Alpha): Add.
9966 1999-04-11  Richard Henderson  <rth@cygnus.com>
9968         * configure.in (i?86-*-beos*): Do config gperf; don't config
9969         gdb, newlib, or libgloss.
9971 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
9973         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9974         link a trivial program with -mabi=64.  If it fails, remove mabi=64
9975         from multidirs.
9977 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
9979         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9981 1999-04-08  Nick Clifton  <nickc@cygnus.com>
9983         * config.sub: Add support for mcore targets.
9985 1999-04-07  Michael Meissner  <meissner@cygnus.com>
9987         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9988         not mt-ospace, in order to shut up assembler warning about using
9989         symbols that are named the same as registers.
9991 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
9993         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9994         dependency list for all-target-cygmon.
9996 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
9998         * config-ml.in: Check $host, not $target, for selective multilibs.
9999         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
10000         thumb interworking, and underscore prefix multilibs.
10002 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
10004         * missing: Update to version from current automake.
10006 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
10008         * configure (gxx_include_dir): Removed.
10010         * configure.in (gxx_include_dir): Handle it.
10011         * Makefile.in: Likewise.
10013 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
10015         * config.sub (mips64vr4111,mips64vr4111el) Add.
10017 1999-03-21  Ben Elliston  <bje@cygnus.com>
10019         * config.guess: Correct typo for detecting ELF on FreeBSD.
10021 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
10023         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10024         config/mh-djgpp.
10026 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
10028         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10029         all-target-newlib to dependency list for all-target-bsp.
10031 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10033         * config.sub: Add i386-uwin support.
10034         * config.guess: Likewise.
10036 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10038         * configure.in: cleanup, add mh-*pic handling for arm, special
10039         case powerpc*-*-aix*
10041 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10043         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10044         can be built.
10046 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
10048         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
10049         targets.
10051 1999-03-02  Nick Clifton  <nickc@cygnus.com>
10053         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10055 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
10057         * config.sub: Check for "cygwin*" rather than "cygwin32*"
10059 1999-02-24  Nick Clifton  <nickc@cygnus.com>
10061         * config.sub: Fix typo in arm recognition.
10063 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
10065         * configure.in (noconfigdirs): Changed target_configdirs to
10066         include target-bsp only for m68k-*-elf* and m68k-*-coff*
10067         rather than m68k-*-* since it is not known to work on
10068         m68k-aout. Ditto for arm-*-*oabi.
10070 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
10072         * configure.in (*-*-windows*): Remove, no longer used.
10074 1999-02-19  Ben Elliston <bje@cygnus.com>
10076         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10077         Smart and improved by Andrew Cagney.
10079 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
10081         * config.guess: Recognize openbsd-*-hppa.
10083 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
10085         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10086         only if it is not empty.
10088 1999-02-17  Nick Clifton  <nickc@cygnus.com>
10090         Patch from: Scott Bambrough <scottb@corelcomputer.com>
10092         * config.guess: Modified to recognize uname's armv* syntax.
10094         * config.sub: Modified to recognize uname's armv* syntax.
10096 1999-02-17  Mark Salter  <msalter@cygnus.com>
10098         * configure.in: Added target-bsp for sparclite.
10100 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
10102         * config.sub: Recognize alphapca5[67] and up to alphaev8.
10104 1999-02-08  Nick Clifton  <nickc@cygnus.com>
10106         * configure.in: Add support for strongarm port.
10107         * config.sub: Add support for strongarm target.
10109 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10111         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10112         the old name config/mh-cygwin32.
10113         Enable texinfo.
10115 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
10117         * configure.in: Do build ld for ix86 Solaris.
10119 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
10121         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
10122         $AR_FOR_TARGET.  Likewise for RANLIB.
10124 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
10126         * config.sub (oabi):  Recognize.
10127         * configure.in (arm-*-oabi):  Handle.
10129 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
10131         * config.guess: Improve detection of i686 on UnixWare 7.
10133 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10135         * config.guess: Add support for i386-pc-interix.
10136         * config.sub: Likewise.
10137         * configure.in: Likewise.
10139 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
10141         * Makefile.in: Remove unneeded all-target-libio from
10142         from all-target-winsup target since it is now unneeded.
10143         Add all-target-libtermcap in its place since it is now
10144         needed.
10146 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
10148         * configure.in: makefile stub for cygwin target is probably
10149         unnecessary.  Remove it for now.
10151 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
10153         * configure.in: libtermcap.a should be built when cygwin is the
10154         target as well as the host.
10155         * config.guess: Allow mixed case in cygwin uname output.
10156         * Makefile.in: Add libtermcap target.
10158 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
10160         * config.sub: Clean up handling of hppa2.0.
10162 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
10164         * config.guess: Use C code to identify more HP machines.
10166 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
10168         * config.sub: Handle hppa2.0.
10170 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
10172         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
10173         cygmon for all sparclite targets, regardless of object format.
10175 1998-12-15  Mark Salter  <msalter@cygnus.com>
10177         * configure.in: Added target-bsp for several target architectures.
10179         * Makefile.in: Added rules for bsp.
10181 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
10183         * config.guess: Improve detection of hppa2.0 processors.
10185 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
10187         * config.guess: Recognize FreeBSD using ELF automatically.
10189 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
10191         * configure (skip-this-dir): Add handling for new shell script, which
10192         might be created by a sub-directory's configure to indicate, this particular
10193         directory is "unwanted".
10194         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10196 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
10198         * ltconfig: import from libtool, after changing libtool to
10199         account for the cygwin name change.
10201 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
10203         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10204         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10206 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
10208         * configure.in: Add libtermcap to list of cygwin dependencies.
10210 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
10212         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10213         they include winsup/include when it's a cygwin target.
10215 1998-11-12  Tom Tromey  <tromey@cygnus.com>
10217         * configure.in (host_tools): Added zip.
10218         * Makefile.in (all-target-libjava): Depend on all-zip.
10219         (all-zip): New target.
10220         (ALL_MODULES): Added all-zip.
10221         (NATIVE_CHECK_MODULES): Added check-zip.
10222         (INSTALL_MODULES): Added install-zip.
10223         (CLEAN_MODULES): Added clean-zip.
10225 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
10227         * Makefile.in: lose "32" from comment about cygwin.
10229 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
10231         * configure.in: Use -Os to build target libraries for the fr30.
10233 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
10235         * config.sub: Add fr30.
10237 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
10239         * configure.in: drop "32" from config/mh-cygwin32.  Check
10240         cygwin* instead of cygwin32*.
10241         * config.sub: Check cygwin* instead of cygwin32*.
10243 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
10245         * config.guess: Match any version of Unixware7.
10247 1998-10-20  Syd Polk  <spolk@cygnus.com>
10249         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10250         if desired.
10252 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
10254         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10255         these if the appropriate directories and files to not exist.
10257 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
10259         * Makefile.in (DEVO_SUPPORT): Add config.if.
10261 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10263         * configure: Add pattern to replace "build_tooldir"'s
10264         definition in the generated Makefile with "tooldir"'s
10265         actual value.
10267 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
10269         * config.sub: Bring back lost sparcv9.
10271         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10273 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
10275         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10276         CC_FOR_TARGET and friends.
10278 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
10280         * Makefile.in (build_tooldir): New variable, same as tooldir.
10281         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10282         -B$(build_tooldir)/bin/.
10283         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10285 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10287         * README: Remove installation instructions and refer to the
10288         INSTALL directory instead.
10290 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
10292         * config.sub: Add support for i[34567]86-pc-udk.
10293         * configure.in: Likewise.
10295 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
10297         * Makefile.in: add bzip2 package building bits for user
10298         tools module
10299         * configure.in: ditto
10301 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
10303         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10304         (ALL_TARGET_MODULES): Add all-target-libobjc.
10305         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10306         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10307         (all-target-libchill): Add dependencies.
10308         * configure.in (target_libs): Add libchill.
10310 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
10312         * configure.in (target_subdir): Remove duplicate line.
10314 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
10316         * Makefile.in (all-automake): fix dependencies.
10318 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
10320         * configure.in: Minor cleanups for building in the $(target_alias)
10321         subdir.
10323 1998-09-22  Jim Wilson  <wilson@cygnus.com>
10325         * Makefile.in (bootstrap): Set r and s before make all.  Use
10326         BASE_FLAGS_TO_PASS in make all.
10327         (cross): Likewise.
10329 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
10331         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10333 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
10335         * config.sub: Fix typo in last change.
10337 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10339         * config.sub: Add support for C4x target.
10340         * configure.in: Likewise.
10342 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
10344         * config.sub: Recognize sparcv9 just like sparc64.
10346 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
10348         * config.guess: Match "Pent II" or "PentII" for OpenServer.
10350 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
10352         * config.guess: Correctly identify Pentium II sco boxes.
10354         * config.guess: Fix "tr" code.  From Weiwen Liu.
10356 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
10358         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10359         stabs.
10361 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
10363         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10364         (ALL_TARGET_MODULES): Add all-target-libchill.
10365         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10366         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10367         (all-target-libchill): Add dependencies.
10368         * configure.in (target_libs): Add libchill.
10370 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10372         * config.guess: Avoid assumptions about "tr" behaves when
10373         LANG is set to something other than English.
10375 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
10377         * configure (gxx_include_dir): Changed to
10378         '${prefix}/include/g++'-${libstdcxx_interface}.
10380         * config.if: New to determine the interfaces.
10382 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
10384         * config.guess: Detect and handle MPE/IX.
10385         * config.sub: Deal with MPE/IX.
10387 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
10389         * configure.in: Use mh-aix43.
10391 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
10393         * configure: Fix --without/--disable cases for gxx-include-dir.
10395 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
10397         * mdata-sh:  Imported.  Needed for automake support.
10399 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
10401         * Makefile.in (taz): Try "chmod -R og=u ." before
10402         "chmod og=u `find . -print`".
10404 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
10406         * configure.in: Add arm-elf and thumb-elf support.
10408 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
10410         * Makefile.in: Undo previous patch.
10412 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
10414         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10415         to here ...
10416         (install-no-fixedincludes): and here
10417         (INSTALL_MODULES): ... from here.
10419 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10421         * config.sub: Merge with FSF.
10423         * config.guess: Merge with FSF.
10425 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
10427         * configure (extraconfigdirs): New variable.
10428         (SUBDIRS): Add extraconfigdirs and recurse on them too.
10429         * Makefile.in (all): Move higher in file.
10430         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10431         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10432         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10433         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10434         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10436 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
10438         * Makefile.in (all-target-libjava): Depend on all-gcc and
10439         all-target-newlib.
10440         (configure-target-libjava): Depend on $(ALL_GCC).
10442 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
10444         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10445         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10447 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
10449         * INSTALL/README: Fix typo.
10451 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10453         * ylwrap: Change absolute path checks to check for DOS style path
10454         names.
10456         * ylwrap: Don't use a full path name if the source file is in the
10457         same directory.  From hjl@lucon.org (H.J. Lu).
10459         * config-ml.in: Default to being verbose, to match Feb 18 change to
10460         configure.
10462 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
10464         Brought over from egcs:
10466         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10468         * configure.in (target_subdir): Set to ${target_alias} instead
10469         of "libraries".
10471         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
10473         * configure.in (target_subdir): Set to libraries if enable_multilib.
10475 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
10477         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10478         multilibs, force reconfiguration the first time we create
10479         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10481 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
10483         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10484         avoid confusion with --no-recursion.
10486 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
10488         * configure.in: Win32 hosts shouldn't use install -x
10489         * install-sh: remove -x option, and special .exe-handling
10490         hack.
10492 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
10494         * config.guess: Recognize i586-pc-beos.
10495         * configure.in: Don't build some bits for beos.
10497 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10499         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10500         CFLAGS default to -O2.
10502         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10503         when using GNU ld.
10505 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
10507         * ltmain.sh: Correct install when using a different shell.
10509 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10511         * ltconfig, ltmain.sh: Update to libtool 1.2b.
10513 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
10515         * makefile.vms: Update to build binutils/makefile.vms.  Add install
10516         target.
10518 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
10520         * ltconfig: Update to correct AIX handling.
10522 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10524         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10526         * configure.in (target_subdir): Set to ${target_alias} instead
10527         of "libraries".
10529 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
10531         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10532         (Makefile): Depend on $(gcc_version_trigger).
10534         * configure (gcc_version): Change default initializer to empty
10535         string.
10536         (gcc_version_trigger): New variable; pass this variable down
10537         to subdir configures to enable them checking gcc's version
10538         themselves. Emit make macros for both gcc_version vars.
10539         (topsrcdir): Initialize reliably.
10540         (recursion line): Remove --with-gcc-version=${gcc_version}.
10542 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10544         * configure (enable_version_specific_runtime_libs): Implement new flag
10545         --enable-version-specific-runtime-libs which installs C++ runtime stuff
10546         in $(libsubdir); emit definition in each generated Makefile.
10547         (gxx_include_dir): Initialize depending on
10548         $enable_version_specific_runtime_libs.
10550 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10552         * configure (gcc_version): Initialize properly depending on
10553         how and where configure is started.
10554         (recursion line): Pass a --with-gcc-version=${gcc_version}
10555         to configures in subdirs.
10557 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
10559         * configure.in (noconfigdirs): Add configure pattern for mips tx39
10560         cygmon
10562 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
10564         * configure.in: Add cygmon and libstub support for mn10200.
10566 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
10568         * configure (gcc_version): Add new variable describing the
10569         particular gcc version we're building.
10570         * Makefile.in (libsubdir): Add new macro for the directory
10571         in which the compiler finds executables, libraries, etc.
10572         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10573         and libsubdir.
10575 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10577         * Makefile.in (local-clean): Remove *.log.
10578         (warning.log): Built with warn_summary from build.log.
10579         (mail-report.log): Run test_summary.
10580         (mail-report-with-warnings.log): Run test_summary including
10581         warning.log in the report.
10583 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
10585         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10587 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10589         * Makefile.in (grep): Grep no longer depends on libiberty.
10591 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
10593         * Makefile.in: all-snavigator needs all-libgui.
10595 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
10597         * configure.in: Add cygmon and libstub support for mn10300.
10599 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
10601         * missing: Update to version from automake 1.3.
10603         * ltmain.sh: On installation, don't get confused if the same name
10604         appears more than once in the list of library names.
10606 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10608         * config.sub: Accept m68060 and m5200 as CPU names.
10610 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
10612         * configure: Use && rather than using -a in test, because odd
10613         strings can confuse test.
10614         * configure.in: Likewise.
10616 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10618         * ltconfig, ltmain.sh: Bring in Visual C++ support.
10620 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10622         * Makefile.in (boostrap2-lean, bootstrap3-lean,
10623         bootstrap4-lean): New targets.
10625 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
10627         * mpw-* Delete.  Not used.
10629 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
10631         * COPYING.LIB: Update FSF address.
10633 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
10635         * ltconfig, ltmain.sh: Update to libtool 1.2a.
10637         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10638         GAS_SUPPORT_DIRS.
10640 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
10642         * ltconfig, ltmain.sh: Avoid producing a version number if
10643         -version-info was not used.
10645 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10647         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10648         building with newlib.
10650 1998-04-30  Paul Eggert  <eggert@twinsun.com>
10652         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10653         Solaris `make' causes it to continue to next definition.
10655 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10657         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10658         the right GUI libraries and files are installed along with GDB.
10660 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10662         * configure.in: Change alpha to alpha* in several places.
10664 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
10666         * config.sub: Recognize sparc86x.
10668 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
10670         * configure.in (--enable-target-optspace): Remove debug echo.
10672 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
10674         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10676 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10678         * ltconfig: Update cygwin32 support.
10680         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10681         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10682         (GDB_SUPPORT_DIRS): Likewise.
10684 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
10686         * configure.in (target_makefile_frag): If --enable-target-optspace,
10687         use -Os to compile target libraries rather than -O2.  Default to
10688         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10689         not used.
10690         * configure.in (target_cflags): Ditto for d30v.
10692 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
10694         * Makefile.in (all-bfd): Depend on all-intl.
10695         (all-binutils): Likewise.
10696         (all-gas): Likewise.
10697         (all-gprof): Likewise.
10698         (all-ld): Likewise.
10700 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
10702         * configure.in (host_tools): Fix typo, lbtool -> libtool.
10704 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10706         * Makefile.in (all-bfd): Depend upon all-libiberty.
10708         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10710 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
10712         * Makefile.in: Add libstub.
10714         * configure.in: Ditto. Build libstub for targets that have cygmon
10715         support.
10717 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
10719         * configure.in: Don't set PICFLAG on ix86-cygwin32.
10721 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
10723         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10724         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
10726 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
10728         * configure: Define DEFAULT_M4 by searching PATH.
10729         * Makfile.in: Use DEFAULT_M4.
10731 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10733         * ltconfig: Add cygwin32 support.
10735         * Makefile.in, configure.in: Add libtool as a native only directory
10736         to configure and build.
10738 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
10740         * Makefile.in (INSTALL_MODULES): Remove texinfo.
10742 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
10744         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10746 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
10748         * Makefile.in: add ash make rules
10749         * configure.in: add ash to native_only and host_tools lists
10751 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
10753         * Makefile.in (all-gettext, all-intl): New targets.
10754         (ALL_MODULES): Added all-gettext, all-intl.
10755         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10756         (INSTALL_MODULES): Added install-gettext, install-intl.
10757         (CLEAN_MODULES): Added clean-gettext, clean-intl.
10759         * configure.in (host_tools): Added gettext.
10760         (native_only): Likewise.
10761         (noconfigdirs) [various cases]: Likewise.
10762         (host_libs): Added intl.
10764 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
10766         * configure: Do not disable building gdbtk for cygwin32 hosts.
10768 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
10770         * configure.in: Add thumb-coff target.
10771         * config.sub: Add thumb-coff target.
10773 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10775         * Makefile.in: Revert yesterday's change.
10776         (all-target-winsup):  all-target-librx stays out of here.
10778 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10780         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10781         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10782         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10783         Remove references to librx and libg++.
10785 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
10787         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10788         recursive makes
10790 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
10792         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10793         for newlib directory.
10794         (CXX_FOR_TARGET): Likewise.
10796 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
10798         * ltconfig: Update after libtool/ltconfig.in change for
10799         hpux11.
10801 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
10803         * ltconfig, ltmain.sh: Update to libtool 1.2.
10805 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10807         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10808         (install-gcc-cross): Instead, override LANGUAGES here.
10810 1998-03-18  Dave Love  <d.love@dl.ac.uk>
10812         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10813         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10815 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
10817         * configure.in: Add Thumb-pe target.
10819 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
10821         * Makefile.in - changed sn targets to snavigator
10822         * configure.in - changed sn targets to snavigator
10824 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10826         * config-ml.in: After building symlink tree call make distclean
10827         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10828         to be the case for libiberty.
10830 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
10832         * configure: When making link, also check the current
10833         directory. The configure scripts may create one.
10835 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
10837         * config.sub: Accept alphapca56 and alphaev6 properly.
10839 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10841         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10843 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10845         * config.sub (sco5): Fix typo.
10847 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
10849         * Makefile.in (INSTALL_MODULES): Move install-tcl before
10850         install-itcl.
10851         (install-itcl): Remove dependency on install-tcl.
10853 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
10855         * configure.in: Remove libgloss from noconfigdirs for MN10300.
10857 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
10859         * configure.in: Don't build libgui for a cygwin32 target when not on
10860         a cygwin32 host.
10862 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10864         * configure (redirect): Set to null, so default behavior of
10865         configure is now --verbose.
10867 1998-02-16  Dave Love  <d.love@dl.ac.uk>
10869         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10870         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10872 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
10874         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10875         this change to sync Makefile.in with its ChangeLog entries.
10877 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
10879         * ltmain.sh (mkdir): Check that the directory doesn't exist
10880         before we exit with error, so that we don't get races during
10881         parallel builds.
10883 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10885         * ltconfig, ltmain.sh: Update from libtool 1.0i.
10887 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10889         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10890         PICFLAG_FOR_TARGET.
10891         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10893         * configure: Emit a definition for the new macro enable_shared
10894         into each Makefile.
10896 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10898         * configure.in (host_tools, native_only): Add libtool.
10900 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
10902         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10903         Fix typo in ming config comment.
10905 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10907         * ltconfig, ltmain.sh: Update from libtool 1.0h.
10909 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
10911         * config.sub: Add tic30 cases, and map c30 to tic30.
10913 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
10915         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10916         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10917         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10918         (CLEAN_TARGET_MODULES): Similarly
10919         (all-target-libf2c): Add dependences.
10920         * configure.in (target_libs): Add libf2c.
10922 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
10924         * configure.in: Remove expect from noconfigdirs when target
10925         is cygwin32.  OK to build expect and dejagnu with Canadian
10926         Cross.
10928 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
10930         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10931         host.
10933         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10934         and mingw32.
10936 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10938         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10939         here as it is not defined in the toplevel Makefile.
10941 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10943         * configure (package_makefile_rules_frag): New variable, which names
10944         a file with generic rules, ...
10945         Change comment to mention we now have FIVE parts.
10946         * configure: Undo last change.
10948 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
10950         * config.guess: More accurate determination of HP processor types.
10951         * config.sub: More accurate determination of HP processor types.
10953 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10955         * configure (package_makefile_frag): Move inserting the
10956         ${package_makefile_frag} to where it should be according
10957         to the comment.
10959 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
10961         * config.guess: Add support for Linux/ARM.
10963 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
10965         * .cvsignore: Remove *-info and *-install since they match
10966         release-info and mpw-install, which we don't want to just ignore.
10968 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
10970         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10972 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
10974         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10975         local_prefix to sub-make invocations.
10977 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
10979         * configure.in: Check makefile fragments in the source
10980         directory.
10982 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10984         * configure.in: Check whether host and target makefile
10985         fragments exist before adding them to *_makefile_frag.
10987 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
10989         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10991 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
10993         * configure.in: Make sure we only replace RPATH_ENVVAR on
10994         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10995         regexp to sed.
10997         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10998         to sub-makes.
11000 1998-01-13  Lee Iverson   (leei@ai.sri.com)
11002         * config-ml.in (multi-do): LDFLAGS must include multilib
11003         designator.
11005 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
11007         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
11009 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
11011         * config.sub: Add mingw32 support.
11012         * configure.in: Likewise.
11014 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11016         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11018 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
11020         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11021         * configure (gxx_include_dir): Provide a definition for subdirs
11022         which do not use autoconf.
11024 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
11026         * config.guess: Sync with egcs.  Picks up new alpha support,
11027         BeOS & some additional linux support.
11029 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
11031         * config.guess: HP 9000/803 is a PA1.1 machine.
11033 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
11035         * configure.in: It's alpha*-...
11037 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11039         * configure.in (host_makefile_frag, target_makefile_frag):
11040         Handle multiple config files.
11041         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11042         alpha-*-*.
11044 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
11046         * mkdep: New file.
11048 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
11050         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11052 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11054         * Makefile.in: Add libgui directory.
11055         (GDB_TK): Add all-libgui.
11056         * configure.in: Add libgui directory.
11057         * configure: Add all-libgui to GDB_TK.
11059 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
11061         * config-ml.in (multidirs): Add m32r to multilib list.
11063 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
11065         * Makefile.in (all-target-gperf): Change dependency to
11066         all-target-libstdc++.
11068 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
11070         * config.guess: Add BeOS support.
11072 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11074         Source directory cvs renamed to cvssrc:
11075         * configure.in (host_tools): Change cvs to cvssrc.
11076         (native_only): Likewise.
11077         (noconfigdirs) [various cases]: Likewise.
11078         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11079         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11080         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11081         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11082         (all-cvssrc): Rename target from all-cvs.
11084 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
11086         * configure (gxx_include_dir): Fix thinko.
11088 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
11090         * Makefile.in (INSTALL_TARGET_CROSS): Define.
11091         (install-cross, install-gcc-cross): New targets.
11093 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
11095         * configure.in (noconfigdirs): Add support for Thumb target.
11097         * config.sub (maybe_os): Add support for Thumb target.
11099 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
11101         * Makefile.in: Add rules for cygmon.
11103         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11105 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
11107         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11108         * configure (gxx_include_dir): Provide a definition for subdirs
11109         which do not use autoconf.
11111 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
11113         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
11114         11/18/97 build
11116 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
11118         * From Franz Sirl.
11119         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11120         found on RedHat Linux systems.
11122 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
11124         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11125         guesses.
11127 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
11129         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11131 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
11133         * ltmain.sh: If mkdir fails, check whether the directory was created
11134         anyhow by some other process.
11136 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
11138         * configure.in (d30v-*-*): Configure all directories.
11140 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
11142         * configure.in (d30v-*-*): Configure newlib, libiberty directories
11143         for the D30V.
11145 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
11147         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11149 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
11151         * include/libiberty.h: Add extern "C" { so it can be used with C++
11152         progrms.
11153         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
11154         programs.
11156 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
11158         * configure.in (d30v-*-*): Configure GCC now.
11160 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
11162         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11163         is no longer needed.
11165 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
11167         * Makefile.in: check-target-libio depends on all-target-libstdc++.
11169 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
11171         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11172         targets using "$@" to provide support for similar but not identical
11173         targets without having to duplicate code.
11175 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
11177         * makefile.vms: Fix to work with DEC C.
11179 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
11181         * config.sub: Add mips-tx39-elf to marketing names.
11183 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
11185         * ltmain.sh: Handle symlinks in generated script.
11187 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
11189         * configure: Handle autoconf style directory options: --bindir,
11190         --datadir, --includedir, --infodir, --libdir, --libexecdir,
11191         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11192         --sysconfdir.
11193         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11194         (sharedstatedir, localstatedir, oldincludedir): New variables.
11195         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11196         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11197         sbindir, sharedstatedir, and sysconfdir.
11199 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11201         * Makefile.in (bootstrap-lean): New target.
11203 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
11205         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
11206         sn, and gnuserv from noconfigdirs.
11208 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
11210         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11212 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
11214         * Makefile.in (cross): New target.
11216 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
11217                           Jeff Law         <law@cygnus.com>
11219         * Makefile.in (bootstrap2, bootstrap3): New targets.
11220         (all-bootstrap): Remove outdated and confusing target.
11221         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11223 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11225         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11226         windows.  Consistent with gdb/configure.
11228 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
11230         * configure.in: Name Linux target fragment.
11232         * configure: Rewrite so that project Makefile fragment is inserted
11233         first and appears last in the resulting Makefile.
11235 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11237         * Makefile.in (install-itcl): Install tcl first.
11239 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
11241         * configure.in: remove bison from noconfigdirs for Cygwin32 host
11243 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11245         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11247         * configure.in (skipdirs): Add target-librx for Linux.
11248         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11250 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
11252         * Makefile.in (bootstrap): New target.
11254 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
11256         * config.sub: Accept 'amigados' for backward compatibility.
11258 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
11260         * config.guess: Merge with FSF.
11262 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
11264         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11266 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
11268         * config.sub: Add "marketing-names" patch.
11270 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
11272         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11274 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
11276         * config.sub: Handle v850-elf.
11278 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
11280         * .cvsignore (*-install): Remove.
11282 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
11284         * ltconfig: Set CONFIG_SHELL in libtool.
11285         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11287 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11289         * configure.in (target_subdir): Set to libraries if enable_multilib.
11291 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
11293         * config.guess: Update from gcc directory.
11295 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11297         * Makefile.in (all-sim): Depends on all-readline.
11299 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
11301         * Makefile.in (BISON, YACC): Use $$s.
11302         (all-bison): Depend on all-texinfo.
11304 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
11306         * Makefile.in (BISON): Add -L flag.
11307         (YACC): Likewise.
11309 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11311         * configure.in (noconfigdirs): Add support for v850e target.
11313         * config.sub (maybe_os): Add support for v850e target.
11315 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11317         * configure.in (noconfigdirs): Add support for v850ea target.
11319         * config.sub (maybe_os): Add support for v850ea target.
11321 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
11323         * config.sub: Add mipstx39.  Delete r3900.
11325 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11327         * Makefile.in (all-autoconf): Depends on all-texinfo.
11329 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
11331         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11332         eabi targets.
11334 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
11336         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11338         * configure: When handling a Canadian Cross, handle YACC as well as
11339         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
11340         * Makefile.in (all-bison): Depend upon all-texinfo.
11342 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
11344         * Makefile.in (BISON): bison, not byacc or bison -y.
11345         (YACC): bison -y or byacc or yacc.
11346         (various): Add *-bison as appropriate.
11347         (taz): No need to mess with BISON anymore.
11349 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
11351         * configure: If OSTYPE matches *win32*, try to find a good value for
11352         CONFIG_SHELL.
11354 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
11356         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11357         configure.in if it is present.
11359 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
11361         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11363 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
11365         * config.sub: Recognize `arc' cpu.
11366         * configure.in: Likewise.
11367         * config-ml.in: Likewise.
11369 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
11371         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11373 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
11375         * configure: Changed sed delimiter from ':' to '|' when
11376         attempting to substitute ${config_shell} for SHELL. On
11377         NT ${config_shell} may contain a ':' in it.
11379 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
11381         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11383 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
11385         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11387 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11389         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11391         * ylwrap: If the program is a relative path, force it to be
11392         absolute.
11394 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11396         * configure (tooldir): Set BISON to `bison -y' and not just bison.
11398 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11400         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11401         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11402         for libraries.
11404 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
11406         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11407         separated by spaces.
11409 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
11411         * ylwrap: New file.
11412         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11414         * ltmain.sh: Handle /bin/sh at start of install program.
11416         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11418         * ltconfig, ltmain.sh: New files, from libtool 1.0.
11419         * missing: New file, from automake 1.2.
11421 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
11423         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
11424         check-tk to CHECK_X11_MODULES.
11426 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11428         * config.sub: Merge with FSF.
11430 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11432         * config.guess: Merge with FSF.
11434 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11436         * configure: Treat msdosdjgpp like go32.
11437         * configure.in: Likewise.  Don't remove gprof for go32.
11439         * configure: Change Makefile.tem2 to Makefile.tm2.
11441 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
11443         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11445 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11447         * install-sh (chmodcmd): Set to null if the DST directory already
11448         exists.  Same as Nov 11th change.
11450 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
11452         * configure (GDB_TK): Needs itcl and tix.
11454 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
11456         * config.guess: Update from FSF.
11458 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
11460         * Makefile.in (GDB_TK): Depend on itcl and tix.
11462 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11464         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11465         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11466         (INSTALL_SCRIPT): New variable.
11467         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11468         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11469         to -x.
11470         * install-sh: Add support for -x option.
11472 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
11474         * configure.in, Makefile.in: Treat tix like itcl.
11476 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
11478         * Makefile.in (WINDRES): New variable.
11479         (WINDRES_FOR_TARGET): New variable.
11480         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11481         (EXTRA_HOST_FLAGS): Add WINDRES.
11482         (EXTRA_TARGET_FLAGS): Add WINDRES.
11483         (EXTRA_GCC_FLAGS): Add WINDRES.
11484         ($(DO_X)): Pass down WINDRES.
11485         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11486         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11487         DLLTOOL_FOR_TARGET.
11489 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
11491         * configure.in: configure sim before gdb for win32-x-ppc
11493 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11495         Move gperf into the toplevel, from libg++.
11496         * configure.in (target_tools): Add target-gperf.
11497         (native_only): Add target-gperf.
11498         * Makefile.in (all-target-gperf): New target, depend on
11499         all-target-libg++.
11500         (configure-target-gperf): Empty rule.
11501         (ALL_TARGET_MODULES): Add all-target-gperf.
11502         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11503         (CHECK_TARGET_MODULES): Add check-target-gperf.
11504         (INSTALL_TARGET_MODULES): Add install-target-gperf.
11505         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11507 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
11509         * config.sub (mn10200): Recognize new basic machine.
11511 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11513         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11514         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11516 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11518         * configure.in: If we're building mips-sgi-irix6* native, turn on
11519         ENABLE_MULTILIB and set TARGET_SUBDIR.
11521 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
11523         * Makefile.in (all-sn): Depend on all-grep.
11525 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
11527         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11529         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11530         Makefile.  From Jeff Makey <jeff@cts.com>.
11531         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11533         * Makefile.in (DISTBISONFILES): Remove.
11534         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
11535         $(DEFAULT_YACC).
11537         * configure.in: Build itl, db, sn, etc., when building for native
11538         cygwin32.
11540         * Makefile.in (LD): New variable.
11541         (EXTRA_HOST_FLAGS): Pass down LD.
11542         ($(DO_X)): Likewise.
11544 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
11546         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11548 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
11550         * configure.in (targargs): Strip out any supplied --build argument
11551         before adding our own. Always add --build.
11553 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
11555         * configure.in (targargs): Pass --build if we're doing
11556         a cross-compile.
11558 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
11560         * configure: Use '|' instead of ":" as the separator in
11561         sed. Otherwise sed chokes on NT path names with drive
11562         designators. Also look for "?:*" as the leading characters in an
11563         absolute pathname.
11565 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
11567         * config.sub: Support for r3900.
11569 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11571         * configure.in: Use install-sh, not install.sh.
11573 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11575         * Makefile.in (taz): Improve check for BISON so it doesn't try to
11576         apply it twice.
11578 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11580         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11581         install-binutils.
11583 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
11585         * Makefile.in: Add automake targets.
11586         * configure.in (host_tools): Add automake.
11588 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11590         * configure: Default CXX to c++, not gcc.
11591         * Makefile.in (CXX): Set to c++, not gcc.
11592         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11594 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
11596         * install-sh: try appending a .exe if source file doesn't
11597         exist
11599 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
11601         * configure.in: Turn on multilib by default.
11602         (cross_only): Remove target-libiberty.
11604         * Makefile.in (all-gcc): Don't depend on libiberty.
11606 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
11608         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11610 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11612         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11613         (DISTBISONFILES): Add ld/Makefile.in
11615 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
11617         * configure.in: if target is cygwin32 but host isn't cygwin32,
11618         don't configure gdb tcl tk expect, not just gdb.
11620 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
11622         * configure.in: Added gnuserv everywhere sn appears.
11624         * Makefile.in (ALL_MODULES): Added all-gnuserv.
11625         (CROSS_CHECK_MODULES): Added check-gnuserv.
11626         (INSTALL_MODULES): Added install-gnuserv.
11627         (CLEAN_MODULES): Added clean-gnuserv.
11628         (all-gnuserv): New target.
11630 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
11632         * config.guess: Fixes for MIPS OpenBSD systems.
11634 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11636         * Makefile.in (INSTALL_XFORM): Remove.
11637         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11639         * mkinstalldirs: New file, copied from automake.
11640         * Makefile.in (installdirs): Rename from install-dirs.  Use
11641         mkinstalldirs.  Change all users.
11642         (DEVO_SUPPORT): Add mkinstalldirs.
11644 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11646         * install-sh: Rename from install.sh.
11647         * Makefile.in (INSTALL): Change install.sh to install-sh.
11648         (DEVO_SUPPORT): Likewise.
11650         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
11651         Graichen <graichen@rzpd.de>.
11653 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
11655         * config.guess: Recognize OpenBSD systems correctly.
11657 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11659         * README, Makefile.in (ETC_SUPPORT): Remove references to
11660         cfg-paper*, configure.{texi,man,info*}._
11662 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
11664         * Makefile.in (all.normal): Ensure that gcc is built after all
11665         the x11 - ie gdb - targets.
11667 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
11669         * makefile.vms: Don't run conf-a-gas.
11671 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
11673         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11675 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
11677         * configure.in: Remove noconfigdirs case since gdb also
11678         configures and builds for tic80-coff.
11680 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11682         * configure: Set cache_file to config.cache.
11683         * Makefile.in (local-distclean): Remove config.cache.
11685 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11687         * COPYING: Update FSF address.
11689 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
11691         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11692         noconfigdirs.
11694 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11696         * Makefile.in (install-dirs): Don't crash if prefix, and hence
11697         MAKEDIRS, is empty.
11699 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
11701         * config.sub: Tweak mn10300 entry.
11703 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
11705         * configure.in (host_tools): Put sim before gdb, so gdb's
11706         configure.tgt can determine if the simulator was configured.
11708 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
11710         * config.sub: Move BeOS $os case to be with other Cygnus
11711         local cases.
11713 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
11715         * config.sub: Remove misplaced comment that broke Linux.
11717 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
11719         * config.sub: Add BeOS support.
11721 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
11723         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11725 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
11727         * configure.in (noconfigdirs): Remove tcl and tk from
11728         noconfigdirs for cygwin32 builds.
11730 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
11732         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11734 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
11736         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11737         make-all.com, use makefile.vms instead.
11739 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
11741         * config.sub: Accept -lnews*.
11743 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
11745         * configure.in (noconfigdirs): Disable target-newlib,
11746         target-examples and target-libiberty for d30v.
11748 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11750         * configure.in (noconfigdirs): Enable ld for d30v.
11752 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
11754         * configure.in (tic80-*-*): Build compiler.
11756 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
11758         * configure.in (d30v-*): Remove sim directory from list of
11759         unsupported d30v directories
11761 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11763         * config.sub, configure.in: Add d30v target cpu.
11765 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
11767         * makefile.vms: New file.
11768         * make-all.com: Remove.
11770 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
11772         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11774 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
11776         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11778 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
11780         * Makefile.in (ALL_MODULES): Added all-db.
11781         (CROSS_CHECK_MODULES): Addec check-db.
11782         (INSTALL_MODULES): Added install-db.
11783         (CLEAN_MODULES): Added clean-db.
11785 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
11787         * config.guess: Merge with latest FSF sources.
11789 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
11791         * Makefile.in (ALL_MODULES): Added all-itcl.
11792         (CROSS_CHECK_MODULES): Added check-itcl.
11793         (INSTALL_MODULES): Added install-itcl.
11794         (CLEAN_MODULES): Added clean-itcl.
11796 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
11798         * configure.in: build gdb for mn10200
11800 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
11802         * Makefile.in (all-target-winsup): Depend on all-target-libio.
11804 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
11806         * configure.in (tic80-*-*): Turn off most targets right now.
11808 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
11810         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11811         rather than the makeinfo program.
11812         (do-info): Depend upon all-texinfo.
11814 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11816         * configure.in: Remove uses of config/mh-linux.
11818         * config.sub, config.guess: Merge with latest FSF sources.
11820 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
11822         * config.sub (case $basic_machine): Add tic80 entries.
11824 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
11826         * config.sub, config.guess: Merge with latest FSF sources.
11828 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
11830         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11831         * mpw-config.in: Test for NewFolderRecursive.
11832         * mpw-install: Use symbolic name for startup filename.
11833         * mpw-README: Add various additional details.
11835 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
11837         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11839 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
11841         * configure.in: Do build gcc and the target libraries for
11842         the mn10200.
11844 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
11846         * configure.in: don't avoid building gdb for mn10300 any more
11847         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11848         instead of single-quoting it.
11850 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
11852         * configure.in: Don't use --with-stabs on IRIX 6.
11854 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
11856         * configure.in (m32r): Build gdb, libg++ now.
11858 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11860         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
11861         directories from noconfigdirs.
11863 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
11865         * config.sub (basic_machine): added mips16 configuration
11867 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11869         * config.sub: Handle d10v-unknown.
11871 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
11873         * config.sub: Handle v850-unknown.
11875 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
11877         * Makefile.in: add findutils
11878         * configure.in: add findutils to list of host_tools
11880 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
11882         * config.sub: Handle mn10200 and mn10300.
11884 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11886         * configure.in (d10v-*): Do not build librx.
11888 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
11890         * configure.in (mn10300): Build everything except gdb & libgloss.
11892 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
11894         * config.guess:  Patch for Dansk Data Elektronik servers,
11895         from Niels Skou Olsen <nso@dde.dk>.
11897         For ncr, use /bin/uname rather than uname, since GNU uname does not
11898         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
11900         Patch for MIPS R4000 running System V,
11901         from Eric S. Raymond <esr@snark.thyrsus.com>.
11903         Fix thinko for nextstep.
11905         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11907         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
11908         * config.guess: Guess mips-dec-mach_bsd4.3.
11910         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
11911         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
11912         release numbers.
11913         * config.guess (mips-mips-riscos*):  Emit just enough of the
11914         release number.
11916         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
11917         * config.guess (sparc-auspex-sunos*):  Added.
11918         (f300-fujitsu-*): Added.
11920         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
11921         * config.guess:  Recognize a Tadpole as a sparc.
11923 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11925         * config.guess: Don't assume that NextStep version is either 2 or
11926         3.  NextStep 4 (aka OpenStep 4) has come out now.
11928 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11930         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11931         From Rik Faith <faith@cs.unc.edu>.
11933 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
11935         * config.sub: Contributions from bug-gnu-utils to:
11936         Support plain "hppa" (no version given) architecture, reported by
11937         OpenStep.
11938         OpenBSD like NetBSD.
11939         LynxOs is not a hardware supplier.
11941         * config.guess: Contributions from bug-gnu-utils to add support for:
11942         OpenBSD like NetBSD.
11943         Stratus systems.
11944         More Pyramid systems.
11945         i[n>4]86 Intel chips.
11946         M680[n>4]0 Motorola chips.
11947         Use unknown instead of lynx for hardware manufacturer.
11949 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11951         * install.sh (chmodcmd): Set to null if the DST directory already
11952         exists.
11954 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11956         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11957         not use mt-ppc target Makefile fragment any more.
11959 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11961         * configure.in (*-*-windows):  Exclude everything but those dirs
11962         needed to build windows.
11964 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
11966         * Makefile.in (all-target-winsup): Depend on all-target-librx.
11968 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11970         * configure.in:  Exclude mmalloc from i386-windows.
11972 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11974         * Undo my previous change.
11976 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
11978         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11979         unconditionally.
11980         (MAKEOVERRIDES): Define (revert this part of October 18 change).
11982 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11984         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
11985         host to add it's own flags.
11987 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
11989         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11991 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
11993         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11994         (CXX_FOR_TARGET): Likewise.
11995         (GCC_FOR_TARGET): Define.
11996         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11997         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11998         CC_FOR_TARGET was specified on the command line.
11999         (MAKEOVERRIDES): Don't define.
12001 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
12003         * configure.in (m32r): Fix spelling of libg++ libs.
12005 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
12007         * config.sub (-apple*): Remove, now redundant.
12009 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
12011         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12013         * configure: Rework yesterday's sed script patch.
12015         * config.sub: Merge with FSF.
12017 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
12019         * config.guess:  Merge from FSF.
12021         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
12022         * config.guess: Use pc instead of unknown, for pc clone systems.
12023         Change linux to linux-gnu.
12025         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12026         * config.guess: Avoid non-portable tr syntax.
12028 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
12030         * test-build.mk (HOLES): Add "xargs" for gdb.
12032         * configure: Avoid hpux10.20 sed bug.
12034 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
12036         * configure.in:  Add support for windows host
12037         (that is a build done under the Microsoft build environment).
12039 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
12041         * Makefile.in: Replace all uses of srcroot with s, to shrink
12042         command line lengths.
12044         Patches from Geoffrey Noer <noer@cygnus.com>:
12045         * configure.in: If configuring for newlib, pass --with-newlib to
12046         subdirectories.
12047         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12048         -Bnewlib/ and -Lwinsup to gcc.
12049         (CXX_FOR_TARGET): Likewise.
12051 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12053         * Makefile.in (ETC_SUPPORT): Add configure.
12055 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
12057         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
12058         host configuration file.
12060 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
12062         * configure.in: Break mn10x00 support into separate
12063         mn10200 and mn10300 configurations.
12064         * config.sub: Likewise.
12066 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
12068         * configure.in: Add lots of stuff to noconfigdirs for
12069         the mn10x00 targets.
12071         * config.sub, configure.in: Add mn10x00 support.
12073 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
12075         * make-all.com: Call conf-a-gas, not config-a-gas.
12077 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
12079         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
12080         targets.
12082 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
12084         * mpw-README: Add much more detail for native PowerMac.
12085         * mpw-install: New file.
12086         * mpw-configure: Add --norecursion and --help options.
12087         * mpw-config.in: Translate readme and install files when
12088         copying to objdir.
12089         * mpw-build.in: Don't always depend on byacc and flex.
12090         (install-only-top): New action.
12092 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
12094         * configure.in:  You can now configure GDB for the v850.
12096 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
12098         * configure.in (noconfigdirs): Don't configure any C++ dirs
12099         if targeting D10V.
12101 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
12103         * config.sub: Recognize mips64vr5000.
12105 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
12107         * configure.in: Use a single line for host_tools and native_only.
12109 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
12111         * config.sub, configure.in: Add entries for m32r.
12113 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
12115         * Makefile.in (inet-install): Don't run install-gzip.
12117 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
12119         * configure.in:  Don't config lots of things for *-*-windows*.
12121 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
12123         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12124         (host_libs, host_tools): Copy from configure.in.
12125         * mpw-configure: Don't complain about directories not found.
12127 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12129         * configure.in (i[345]86): Recognize i686 for pentium pro.
12130         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12131         file.
12133         * config.guess (i[345]86): Ditto.
12135 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12137         * configure.in (noconfigdirs): Removed gdb for D10V.
12139 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
12141         * configure.in: Remove ld, target-libio, target-libg++, and
12142         target-libstdc++ from noconfigdirs.
12144 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
12146         * configure: Fix three locations where shell scripts were
12147         being run directly rather than with config_shell.
12149 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
12151         * configure.in (v850-*-*): Set up initial $noconfigdirs.
12152         * config.sub (basic_machine): Recognize v850.
12154 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
12156         * mpw-configure: Handle multiple enable/disable options and
12157         pass them down recursively, handle -c and -s flags appropriately
12158         depending on choice of compiler, add escape mechanism for
12159         quoted arguments to gC.
12161 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12163         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12164         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12165         so that -mrelocatable-lib and -mno-eabi are used.
12167         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12168         not support --print-multi-lib, don't abort.
12170 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
12172         * make-all.com: Run config-a-gas.
12173         * setup.com: Don't copy subdirectory files around.
12175 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
12177         * configure.in (*-*-ose): Remove exclusion of libgloss for this
12178         target, it now compiles correctly.
12180 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
12182         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12184 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12186         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
12188 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12190         * configure.in (native_only): Add prms.
12192 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
12194         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12195         (BINUTILS_SUPPORT_DIRS): Likewise.
12197 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12199         * configure.in (d10v-*-*): Don't configure ld or gdb until the
12200         d10v support is added.
12202 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12204         * configure.in (d10v-*-*): New target.
12206 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
12208         * config.guess (HP 9000/811): Recognize this as a PA1.1
12209         machine.
12211 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
12213         * Makefile.in (do-tar-gz): New target, split out from tail end of
12214         taz target.  Run each command separately, don't use pipes.
12215         (taz): Use it.
12217 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
12219         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12220         * mpw-build.in: No builds should depend on building byacc or flex,
12221         they are assumed to be installed already.
12223 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12225         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12226         variable that CC_FOR_TARGET needs.
12228 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12230         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12231         options have changed since the last time the subdirectory was
12232         configured, and if it has, reconfigure.
12233         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12234         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12236 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
12238         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12239         CLEAN_MODULES): Add bash.
12240         (all-bash): New target.
12242 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
12244         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12246 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12248         * config.sub (basic_machine): Recognize d10v as a valid processor.
12250 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
12252         * mpw-configure: Add support for --bindir.
12253         * mpw-build.in: Use a GCC-specific build script for GCC actions.
12255 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
12257         * configure.in: add bash, time, gawk to list of hosttools and things
12258         to only build for native toolchains
12260 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12262         * Makefile.in (docdir): Remove.
12264 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12266         * Makefile.in (datadir): Set to $(prefix)/share.
12268 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
12270         * configure.in: build diff and patch for cygwin32-hosted
12271         toolchains.
12273 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
12275         * config.sub: Accept -rtems*.
12277 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
12279         * configure.in: enable dosrel for cygwin32-hosted builds,
12280                 remove diff from the list of things not buildable
12281                 via Canadian Cross
12283 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
12285         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12286         don't get ". ".
12288 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
12290         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12292 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
12294         * Makefile.in (taz): Handle case where tex3patch didn't even get
12295         checked out.  Also, if it was found, put the symlink in a new util
12296         subdirectory.
12298 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12300         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12302 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
12304         * config.sub: Recognize -openvms.
12305         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12306         * make-all.com, setup.com: New files.
12308 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12310         * Makefile.in (taz): tex3patch moved to texinfo/util.
12312 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
12314         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12315         * configure.in: remove make from disable-if-Can-Cross list
12316                 enable gdb if ${host} and ${target} are cygwin32
12318 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
12320         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
12321         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12323 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12325         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
12326         distinguish sysv/svr4/bsd variants.
12327         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12329 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
12331         * configure.in: Added copyright notice.
12332         * move-if-change: Added copyright notice.
12334 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12336         * configure.in (powerpcle-*-solaris*): Until we get shared
12337         libraries working, don't build gdb, sim, make, tcl, tk, or
12338         expect.
12340 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
12342         * config.guess:  Merge with FSF:
12344         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12345         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12347         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
12348         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12350         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
12351         * config.guess:  Combine two OSF1 rules.
12352         Also recognize field test versions.  From mjr@zk3.dec.com.
12353         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
12354         because GNU uname does not support -p.  From pmr@pajato.com.
12356 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
12358         * Makefile.in (MAKEDIRS): Removed $(tooldir).
12360 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
12362         * mpw-README: Document GCCIncludes.
12364 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
12366         * configure.in (alpha-*-linux*): Set enable_shared to yes.
12368 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12370         * mpw-configure: Handle --enable-FOO and --disable-FOO.
12372 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
12374         * configure.in (*-*-cygwin32): Configure make.
12376 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
12378         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12380 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
12382         * Makefile.in (all-inet): Depend on all-perl.
12384         * Makefile.in (inet-install): New target.
12386         * Makefile.in (all-inet): Depend on all-tcl.
12387         (all-inet): Depend on all-send-pr.
12389 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12391         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12392         temporarily.
12394 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
12396         * configure.in: Don't configure --with-gnu-ld on AIX.
12398 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12400         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12402 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
12404         * Makefile.in (ALL_MODULES): Added all-inet.
12405         (CROSS_CHECK_MODULES): Added check-inet.
12406         (INSTALL_MODULES): Added install-inet.
12407         (CLEAN_MODULES): Added clean-inet.
12408         (all-indent): New target.
12410         * configure.in (host_tools): Added inet.
12411         (native_only): Added inet.
12412         (noconfigdirs): Added inet.
12414 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
12416         * configure.in: Don't configure libgloss if we are not configuring
12417         newlib.
12419 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
12421         * configure.in: Don't configure libgloss for unsupported
12422         architectures.
12424 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12426         * Makefile.in (CLEAN_MODULES): Add clean-apache.
12428 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
12430         * Makefile.in (ALL_MODULES): Include all-apache.
12431         (CROSS_CHECK_MODULES): Include check-apache.
12432         (INSTALL_MODULES): Include install-apache.
12433         (all-apache): New target.
12435         * configure.in: Added apache everywhere perl is seen.
12437 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12439         * Makefile.in: Add support for clean-{module} and
12440         clean-target-{module} rules.
12442 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
12444         * configure.in (*-*-ose) do not build libgloss.
12446 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12448         * config.guess (prep*:SunOS:5.*:*): Turn into
12449         powerpele-unknown-solaris2.
12451 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
12453         * configure.in: Permit --enable-shared to specify a list of
12454         directories.
12456 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12458         * configure.in (host==solaris): Pass only the first word of $CC
12459         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12461 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12463         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12465 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
12467         * Makefile.in (ALL_MODULES): Include all-perl.
12468         (CROSS_CHECK_MODULES): Include check-perl.
12469         (INSTALL_MODULES): Include install-perl.
12470         (ALL_X11_MODULES): Include all-guile.
12471         (CHECK_X11_MODULES): Include check-guile.
12472         (INSTALL_X11_MODULES): Include install-guile.
12473         (all-perl): New target.
12474         (all-guile): New target.
12476         * configure.in (host_tools): Include perl and guile.
12477         (native_only): Include perl and guile.
12478         (noconfigdirs): Don't build guile and perl; no ports have been
12479         done.
12481 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
12483         * configure (--enable-*): Handle quoted option lists such as
12484         --enable-sim-cflags='-g0 -O' better.
12486 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12488         * Makefile.in ({,inst}all-target): New rule so we can make and
12489         install all of the target directories easily.
12491 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12493         * configure.in: Add missing global flag in sed substitution when
12494         deleting `target-' from ${configdirs}.
12496 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
12498         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12499         option.
12501         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12502         config/mh-necv4.
12504         * install.sh: Correct misspelling of transformbasename.
12506         * config.guess: Recognize mips-*-sysv*.
12508 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
12510         * config.sub: Recognize mon960.
12512 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
12514         * configure: Restore Canadian Cross handling of BISON and LEX,
12515         removed in Feb 20 change.
12517 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
12519         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12520         Mention make install.  Remove the old copyright date as well the
12521         clumsy and rather pointless copyright on the README file.
12523 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12525         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12526         Makefile after running symlink-tree, then run `make distclean' to
12527         avoid clobbering any generated files in srcdir.
12529 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
12531         * configure.in (m68k-*-netbsd*): Build everything now.
12533 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12535         * Makefile.in (taz): Fix quoting.
12537 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
12539         * configure.in (sparclet-*-*): Build everything now.
12541 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12543         * configure.in (m68k-*-linux*): New host.
12545 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
12547         * configure: Check for bison before byacc.
12549 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
12551         * Makefile.in configure:  Change the way LEX and BISON/YACC are
12552         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
12553         searching PATH.  These are used as fallbacks by Makefile.in if
12554         flex/bison/byacc aren't in objdir.
12556 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
12558         * Makefile.in: Make everything which depends upon all-bfd also
12559         depend upon all-opcodes, in case --with-commonbfdlib is used.
12561 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12563         * configure.in (host *-*-cygwin32): Don't build gdb if we are
12564         building NT native compilers on Unix.
12566 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
12568         * configure.in: Don't get CC from the host Makefile fragment if we
12569         can find gcc in PATH, or if this is a Canadian Cross.  Move the
12570         Solaris test for /usr/ucb/cc to the post target script, just after
12571         the compiler sanity test.
12573 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
12575         * config.sub: Merge with FSF.
12577 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
12579         * Makefile.in (RPATH_ENVVAR): New variable.
12580         (REALLY_SET_LIB_PATH): Use it.
12581         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12583 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
12585         * config.sub, configure.in: Recognize sparclet cpu.
12587 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12589         * config.guess:  Support m68k-cbm-sysv4.
12591 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12593         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12594         m68k-unknown-linuxaout from linker help string.  Put quotes around
12595         $ld_help_string.
12597 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
12599         * config.guess (powerpc-harris-powerunix): Add guess for port
12600         to new target.
12602 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12604         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12606 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
12608         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12609         $(REALLY_SET_LIB_PATH) in Makefile.
12610         * Makefile.in (SET_LIB_PATH): New variable.
12611         (REALLY_SET_LIB_PATH): New variable.
12612         ($(DO_X)): Use $(SET_LIB_PATH).
12613         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12614         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12615         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12616         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12617         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12618         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12619         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12620         (install-dosrel): Likewise.
12621         (all-opcodes): Depend upon all-libiberty.
12623 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12625         * config.guess (*:CYGWIN*): New
12627 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12629         * Makefile.in (all-target-winsup): All all-target-libiberty.
12631 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12633         * configure.in (noconfigdirs): Add missing # in front of comment.
12635 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
12637         * configure.in: add second pass to things added to noconfigdirs
12638         so *-gm-magic can exclude libgloss properly.
12640 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
12642         * mpw-configure (extralibs_name, rez_name): Set correctly
12643         for MWC68K compiler.
12645         * mpw-README: Add more info on the necessary build tools.
12647 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12649         * configure.in, config.sub: Recognize cygwin32.
12651 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
12653         * config.guess, config.sub: Recognize A/UX.
12655 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
12657         * config.sub: Merge with gcc/config.sub.
12659 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
12661         * mpw-build.in (do-binutils): Add build of stamps.
12663 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
12665         * config.sub: Add recognition for mips64vr4100*-* targets.
12667 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12669         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12670         Add creation of gconfigargs with `--enable-shared' turned on.
12671         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12672         ($(host)-stamp-stage3-configured): Likewise.
12673         (HOLES): Add chatr and ldd.
12674         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12676 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
12678         * configure: Pass --nfp to recursive configures.
12680 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12682         * Makefile.in (DLLTOOL): New.
12683         (DLLTOOL_FOR_TARGET): New.
12684         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12685         (EXTRA_TARGET_FLAGS): Ditto.
12686         (EXTRA_GCC_FLAGS): Ditto.
12687         (CONFIGURE_TARGET_MODULES): Ditto.
12688         (DO_X): Ditto.
12689         * configure: Add DLLTOOL.
12691 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
12693         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12694         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12695         mh-sco, since old workarounds no longer needed, and don't
12696         build ld, since libraries have weak symbols in COFF.
12698 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
12700         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12702 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12704         * configure.in: Make sure that ${CC} can be used to compile an
12705         executable.
12707 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12709         * Makefile.in (all-gdb): Depend on $(GDB_TK).
12710         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12711         nothing depending on whether gdbtk is being built.
12713 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
12715         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12717 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
12719         * configure.in (noconfigdirs): Put ld or gas in this early, if the
12720         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12722 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
12724         * config-ml.in: Add support for
12725         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12726         Simplify setting of multidirs from --disable-foo.
12728 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12730         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12731         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12732         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12733         non-empty, pass them on to the  GCC make.
12734         (all-bootstrap): New rule that is like all-gcc, except it executes
12735         the GCC bootstrap rule instead of the GCC all rule.
12737 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
12739         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12741 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12743         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12744         DG/UX support.
12746 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
12748         * config.sub (i*86*) Change [345] to [3456]
12750 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12752         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12753         --with-gnu-ld=no.
12755 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12757         * config-ml.in (rs6000*, powerpc*): Add switches to control which
12758         AIX multilibs get built.
12760 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12762         * configure.in (i386-win32): Don't build expect if we're not
12763         building the tcl subdir.
12765 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
12767         * Makefile.in: (configure-target-examples, all-target-examples):
12768         New targets, configure and build example programs.
12770 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
12772         * mpw-configure: If an mpw-config.in generated a file mk.sed,
12773         use it as input to sedit the generated MPW makefile.
12774         * mpw-README: Add a suggestion about Gestalt.h.
12776 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
12778         * config.sub: Accept *-*-ieee*.
12780 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
12782         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
12783         Ronald F. Guilmette <rfg@monkeys.com>.
12785 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12787         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12788         for powerpc-pe native.
12789         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12790         (target==powerpc-pe): duplicate i386-win32 entry.
12792 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12794         * configure.in (noconfigdirs): Exclude target-newlib for all versions
12795         of vxworks, not just vxworks5.1.
12797 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
12799         * mpw-configure: Add support for exec-prefix.
12801 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12803         * config.guess: Recognize HP model 816 machines as having
12804         a PA1.1 processor.
12806 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12808         * configure: Ignore new autoconf configure options.
12810 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12812         * config.guess:  Recognize Pentium under SCO.
12813         From Robert Lipe <robertl@arnet.com>.
12815 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12817         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12819 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
12821         * configure.in: Don't configure gas for alpha-dec-osf*.
12823 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
12825         * configure.in: Default to --with-stabs for some targets for which
12826         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12827         i[345]86*-*-unixware*.
12829 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12831         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12832         rather than basing it on the target.  Simplify handling of options
12833         controlling which directories to configure.  Remove extraneous
12834         slash in multi-clean target.
12836 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
12838         * config-ml.in: Prefix more variables with ml_ so they don't collide
12839         with configure's.
12841 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
12843         * configure: Don't turn -v into --v.
12845 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
12847         * configure.in (targargs): Fix typo.
12849         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12851 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
12853         * configure.in: Strip --host and --target options from
12854         CONFIG_ARGUMENTS, and always configure for --host only.  Add
12855         --with-cross-host option when building with a cross-compiler.
12856         * configure: Canonicalize the arguments put into config.status by
12857         always using `=' for an option with an argument.  Pass a presumed
12858         --host or --target explicitly.
12860 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
12862         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12863         into general OS recognition case.
12865 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12867         * configure.in (target_configdirs): add target-winsup only
12868         for win32 target systems.
12870 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
12872         * Makefile.in (all-target-libgloss): Depend upon
12873         configure-target-newlib, since when libgloss is built it looks to
12874         see if the newlib directory exists.
12876 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
12878         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12879         cfg-ml-*.in.
12881 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
12883         * configure: Handle LD and LD_FOR_TARGET when configuring a
12884         Canadian Cross.
12886 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12888         * configure.in (target_libs): add target-winsup.
12889         (target==i386-win32): add patch diff flex make to $noconfigdirs.
12890         (target==ppcle-pe): remove ld from $noconfigdirs.
12892 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
12894         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12895         Preserve relative path names in $srcdir.  Build symlink tree if
12896         configuring cross target dir and srcdir=. (= no VPATH support).
12897         (configure-target-libg++): Depend on configure-target-librx.
12898         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12899         * config-ml.in: New file.
12900         * symlink-tree: New file.
12901         * configure: Ensure srcdir="." if that's what it is.
12903 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
12905         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12906         includes and FLEX_SKELETON setting.
12907         * mpw-configure (--with-gnu-ld): New option, controls whether
12908         to use PPCLink or ld with PowerMac GCC.
12909         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12910         * mpw-config.in: Configure grez if targeting Mac.
12912         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12913         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12914         just macos.
12915         * configure.in: Configure grez resource compiler if targeting Mac.
12916         * Makefile.in (all-grez, install-grez): New targets.
12918 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
12920         * configure: CXX defaults to gcc, not g++.  If we find
12921         gcc in the path, set CC to gcc -O2.
12923 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
12925         * configure: Default ${build} correctly.  Avoid picking up extra
12926         spaces when reading CC and CXX from Makefile.  When doing a
12927         Canadian Cross, use plausible default values for numerous
12928         variables.
12929         * configure.in: When doing a Canadian Cross, don't try to
12930         configure tools whose configure script can't handle it.
12932 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12934         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12936 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12938         * configure:  Remove dubious bug reporting address.
12940 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12942         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
12943         configure script, run that instead of this directory's configure.
12944         In either case, print a message that we're configuring the sub-dir.
12946 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12948         * configure.in: Before checking for the existence of various files,
12949         use sed to filter out "target-".
12951 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12953         * Makefile.in (DO_X): Split rule to decrease command line length
12954         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
12955         (Philippe De Muyter).
12957 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12959         * Makefile.in (all-patch): depend on all-libiberty.
12961 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
12963         * configure.in: If the only directory in target_configdirs which
12964         actually exists is libiberty, then set target_configdirs to empty,
12965         to avoid trying to build a target libiberty in a gas or gdb
12966         distribution.
12968 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
12970         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12971         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12972         systems.
12974 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12976         * configure.in (copy_dirs): Use sys-include instead of include
12977         for --with-headers option.
12979 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
12981         * Makefile.in, configure.in: Make winsup builds work with
12982         new scheme.
12984 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
12986         * configure.in: Build the linker on AIX.
12988 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12990         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
12991         where needed.
12993 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
12995         * Makefile.in (all-gcc): Fix typo.
12997 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12999         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
13001 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13003         * configure.in:  Rename libFOO to target-libFOO, and xiberty
13004         to target-xiberty, to provide more flexibility.
13005         (target_subdir):  Define.  Create if cross.
13006         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
13007         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
13008         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
13009         check-libFOO -> check-target-libFOO, etc.
13010         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
13011         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
13012         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
13013         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
13014         allow ALL_GCC="" to only configure.
13015         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
13016         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
13017         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
13019 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
13021         * Makefile.in (taz): Build "info" in etc explicitly.
13023 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
13025         * configure.in:  Make sure that CC is undefined (as opposed to
13026         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
13027         problem with autoconf trying to configure on a host without GCC.
13029 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
13031         * mpw-configure: Set host alias from choice of host compiler,
13032         only use generic MPW Makefile sed if present, edit a file
13033         named "hacked_Makefile.in" instead of "Makefile.in" if present.
13034         * mpw-README: Add problem notes about CW6 and CW7.
13036 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
13038         * Makefile.in (taz): Use ";" instead of ";;".
13040 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13042         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
13043         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13044         DISTDOCDIRS.
13045         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
13046         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
13048 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13050         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
13051         and gnats, because they are now subsumed by DISTSTUFFDIRS.
13052         Move bfd to DISTSTUFFDIRS.
13054 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13056         * Makefile.in (X11_LIB): Removed.
13057         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13059         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13061 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13063         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13064         names.
13066 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13068         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13070 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
13072         * configure.in (i[345]86-*-win32): Always build newlib.
13073         Don't configure cvs, autoconf or texinfo.
13074         * Makefile.in (LD_FOR_TARGET): New.
13075         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13076         Pass down LD_FOR_TARGET.
13078 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
13080         * winsup: New directory.
13081         * Makefile.in: Build winsup.
13082         * configure.in: Winsup is configured when target is win32.
13083         Can only build win32 target GDB when native.
13085 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
13087         * config.guess: Recognize HP model 819 machines as having
13088         a PA 1.1 processor.
13090 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
13092         * configure: Fix sed loop which substitutes for CC and CXX to
13093         avoid bug found in various sed implementations.
13095 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13097         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13098         simulator.  Use standard powerpc-*-eabi*.
13100 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
13102         * configure.in: Stop putting gas and binutils in noconfigdirs for
13103         powerpc-*-aix* and rs6000-*-*.
13105 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
13107         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13108         -mcall-aixdesc libraries.
13110 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
13112         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13114         * config.sub (arm | armel | armeb): Fix shell syntax.
13116 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13118         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13119         -msoft-float and -mcpu=common support.
13120         (powerpc*-*-eabisim*): Add support for building -mcall-aix
13121         libraries.
13123 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13125         * configure.in: Allow configuration and build of emacs19 for the alpha.
13127 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13129         * configure.in (CC): Get ^CC, not just any old CC, from
13130         ${host_makefile_frag}.
13132 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13134         * configure.in (CC): Try to get CC from
13135         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13137 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13139         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13140         only if it exists in $(srcdir).
13142 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13144         * configure: If CC and CXX are not set in the environment, set
13145         them, based on either an existing Makefile or on searching for gcc
13146         in PATH.  Substitute for CC and CXX in Makefile.
13147         * configure.in: Remove libm from target_libs.  Separate
13148         target_configdirs from configdirs.  If CC is not set in
13149         environment, try to get it from a host Makefile fragment.  Rewrite
13150         changes of configdirs to use skipdirs instead.  A few minor
13151         tweaks.  Take directories out of target_configdirs as they are
13152         taken out of configdirs.  Remove existing Makefile files from
13153         subdirectories.  Substitute for TARGET_CONFIGDIRS and
13154         CONFIG_ARGUMENTS in Makefile.
13155         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13156         by configure.in.
13157         (CONFIG_ARGUMENTS): Likewise.
13158         (CONFIGURE_TARGET_MODULES): New variable.
13159         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13160         ($(CONFIGURE_TARGET_MODULES)): New target.
13161         (configure-libg++, configure-libio): New targets.
13162         (all-libg++): Depend upon configure-libg++.
13163         (all-libio): Depend upon configure-libio.
13164         (configure-libgloss, all-libgloss): New targets.
13165         (configure-libstdc++): New target.
13166         (all-libstdc++): Depend upon configure-libstdc++.
13167         (configure-librx, all-librx): New targets.
13168         (configure-newlib): New target.
13169         (all-newlib): Depend upon configure-newlib
13170         (configure-xiberty): New target.
13171         (all-xiberty): Depend upon configure-xiberty.
13173 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13175         * configure.in (host i[345]86-*-win32):  Expand the
13176         noconfigdirs again.
13178 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
13180         * mpw-configure: Fix sed command file name.
13182 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
13184         * configure.in (host i[345]86-*-win32): Reduce the
13185         noconfigdirs again.
13187 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
13189         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13190         or powerpc*-*-pe*, since they are not yet supported.
13192 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
13194         Add PowerMac support and many other enhancements.
13195         * mpw-configure: New option --cc to select compiler to use,
13196         paste options set according to --cc into the generated
13197         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13198         if mpw-make.sed is present.
13199         * mpw-config.in: Don't test for gC1, test for mpw-touch,
13200         add forward includes for PowerPC include files.
13201         * mpw-build.in: Build using Makefile.PPC if present.
13202         (do-byacc, etc): Remove separate version resource builds.
13203         (do-gas): Build "stamps" before "all".
13204         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13205         * mpw-README: Update to reflect --cc option, PowerMac support,
13206         and recently-reported compatibility problems.
13208 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
13210         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13211         embedded m68k systems (-aout, -coff, -elf, -vxworks).
13212         (--with-multilib-top): Pass to recursive invocations.
13214 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
13216         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13217         v810-*-*.
13219 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13221         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13222         gdb, ld and opcodes on v810-*-*.
13224 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13226         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13227         (local-maintainer-clean): New target.
13228         (maintainer-clean): New target.
13229         (realclean): Just depend upon maintainer-clean.
13231 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13233         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13235 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
13237         * configure.in: Build ld in mips*-*-bsd* case.
13239 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
13241         * config.sub: Accept -lites* OS.  From Ian Dall.
13243 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
13245         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13246         targets.
13248 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13250         * configure.in: treat i386-win32 canadian cross the same as
13251         i386-go32 canadian cross.
13253 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13255         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13256         running under the simulator to build a reduced set of libraries.
13257         (powerpc-*-eabiaix): Add fine grained multilib support added to
13258         other powerpc targets yesterday.
13260 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13262         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13263         -disable-softfloat, -disable-relocatable, -disable-aix, and
13264         -disable-sysv to control which multilib libraries get built.
13266 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13268         * configure: Add Makefile.tem to list of files to remove in trap
13269         handler.
13271 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13273         * config.guess (*Linux*):  Add missing "exit"s.
13274         Also, need specific check for alpha-unknown-linux (uses COFF).
13276 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13278         * config.guess:  Merge with FSF:
13280         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
13281         * config.guess (AIX4): More robust release numbering discovery.
13283         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
13284         * config.guess (i386-sequent-ptx): Properly get version number.
13286         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
13287         * config.guess (mips:*:4*:UMIPS): New case.
13289 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13291         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13292         (i386-win32 host): Likewise.  Don't build readline.
13294 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
13296         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
13297         SUPPORT_FILES to submakes.
13299 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
13301         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13302         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13303         mpw-configure.
13305 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
13307         * configure.in (appdirs): Use =, not ==, in test expression when
13308         trying to build the text to print in the warning message for
13309         Solaris users.
13311 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
13313         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13315 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13317         * config.guess: Recognize lynx-2.3.
13319 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
13321         * config.sub (z8ksim): Deleted
13322         (z8k-*-coff): New, this is the one true name of the target.
13324 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
13326         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13328 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
13330         * config.guess (*:Linux:*:*): First try asking the linker what the
13331         default object file format is (elf, aout, or coff).  Then if this
13332         fails, try previous methods.
13334 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13336         * configure.in: Don't build newlib for *-*-vxworks5.1.
13338 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13340         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13341         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13343 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
13345         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13347 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
13349         * cfg-ml-com.in: New file.
13350         * cfg-ml-pos.in: New file.
13352 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13354         * COPYING.NEWLIB: Add HP free copyright to list.
13356 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13358         * config.sub: Recognize -eabi* for the system, not just -eabi.
13360 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13362         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13363         * config.sub, configure.in (win32): New target and host.
13365 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13367         * configure.in: Add i386-pe configuration.
13369 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
13371         * mpw-build.in (install): Install GDB after LD.
13373 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
13375         * mpw-config.in (elf/mips.h): Always forward-include, needed
13376         for GDB to build.
13378 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13380         * testsuite: New directory for customer acceptance and whole tool
13381         chain tests.
13383 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13385         * configure: If per-host line isn't found, but AC_OUTPUT is found
13386         and a configure script exists, run it instead.
13388 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13390         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
13392 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13394         * configure: Set build_{cpu,vendor,os,alias} to host values when
13395         --build isn't specified.
13397 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13399         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13400         (FLAGS_TO_PASS): Pass them.
13401         (EXTRA_TARGET_FLAGS): Ditto.
13403 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13405         * Makefile.in (all-libg++): Depend on all-libstdc++.
13407 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13409         * configure.in (noconfigdirs): Enable all packages for
13410           i386-unknown-netbsd.
13412 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
13414         * configure.in (noconfigdirs): Don't configure tk for i386-go32
13415         hosted builds (DOS builds)
13417 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13419         Changes for ARM based on patches from Richard Earnshaw:
13420         * config.sub: Handle armeb and armel.
13421         * configure.in: Omit arm linker only for riscix.
13423 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13425         * config.guess:  Update from FSF.
13427 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
13429         * config.sub: Recognize powerpcle as the little endian variant of
13430         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
13431         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
13432         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
13433         temporarily.
13435 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
13437         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13439 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
13441         * config.sub: Accept -lites* as a basic system type.
13443 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
13445         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13446         installed, and if so return linuxoldld as the system name.
13448 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
13450         * config.guess: Add hppa1.1-hp-lites support.
13452 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13454         * configure.in: Don't build newlib for m68k-vxworks5.1.
13456 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13458         * configure.in (mips-sgi-irix6): Use mh-irix5.
13460 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
13462         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13464 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13466         * test-build.mk: Enable building of shared libraries on IRIX 5 and
13467         OSF/1.  Fix compiler flags.
13468         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
13470 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
13472         * configure.in: Recognize --with-newlib.
13473         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13475 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13477         * Makefile.in: move {all,check,install}-gdb from *_MODULES
13478         to *_X11_MODULES due to gdbtk needing X include files et al.
13480 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
13482         Merge in support for Mac MPW as a host.
13483         (Old change descriptions retained for informational value.)
13485         * mpw-config.in: Add generic include forwards for cpu-specific
13486         include files in aout and elf directories.
13488         * mpw-configure: Added copyright.
13489         * mpw-config.in: Check for presence of required build tools.
13490         (target_libs): Add newlib.
13491         (target_tools): Add examples.
13492         (Read Me): Generate as "Read Me for MPW" instead.
13493         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13494         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13495         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13497         * mpw-configure: Remove subdir-specific makefile hackery,
13498         delete mk.tmp after using it.
13500         * mpw-build.in (all): Display start and end times.
13502         * mpw-configure (host_canonical): Set.
13503         (target_cpu): Always add to makefiles.
13504         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13505         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13506         (mpw-mh-mpw): Look for in srcdir and srcroot.
13507         Use sed instead of mpw-edit-prefix to edit prefix definitions.
13509         * mpw-build.in: (install-only): New target.
13511         * mpw-configure (host_alias, target_alias): Rename from hostalias
13512         and targetalias, add into generated Makefile.
13513         (mk.tmp): If present, add into generated Makefile.
13514         * mpw-build.in (all-gas): Build config.h first before gas proper.
13516         * mpw-configure (config.status): Write only if changed.
13517         * mpw-config.in (readline): Configure it (not built, just used for
13518         definitions).
13520         * mpw-config.in (elf/mips.h): Add a forward include.
13522         * mpw-config.in: Forward-include most .h files in include into
13523         extra-include.
13524         (readline): Don't build.
13525         mpw-build.in (install): Install GDB.
13527         * mpw-configure (prefix, mpw_prefix): Handle it.
13528         * mpw-config.in (mmalloc, readline): Don't configure.
13529         * mpw-build.in (thisscript): Rename to ThisScript.
13530         Use mpw-build instead of BuildProgram everywhere.
13531         (mmalloc, readline): Don't build.
13532         * mpw-README: New file, basic documentation about the MPW port.
13534         * mpw-config.in: Use forward-include to create include files.
13536         * mpw-configure: Add more things to the top of each configured
13537         Makefile, including contents of config/mpw-mh-mpw.
13538         * mpw-config.in (extra-include): Create this directory and fill it
13539         with Posix-like include files when configuring.
13541         * config.sub (apple, mac, mpw): Add various aliases.
13543         * mpw-build.in: New file, top-level build script fragment for MPW.
13544         * mpw-configure: New file, configure script for MPW.
13545         * mpw-config.in: New file, config fragment for MPW.
13547 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13549         * configure.in (host_libs): Remove glob, since it is gone from the
13550         sources.
13552 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13554         * Makefile.in: define empty GDB_NLM_DEPS var.
13556         * configure.in(target_makefile_frag): use config/mt-netware
13557         for netware targets.
13559 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
13561         * config.sub: Merge in recent FSF changes.  Remove linux special
13562         cases.
13564 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13566         Revert this change:
13568         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
13570                 * build-all.mk: Use CC=cc -Xs on Solaris.
13572 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13574         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
13575         stop using it.
13576         * Makefile.in: Nuke all references to glob subdirectory.
13578 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13580         * configure.in: Fix --enable-shared logic in per-host.
13582 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13584         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13586 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13588         * configure.in (noconfigdirs): Don't build gas on AIX, for
13589         powerpc*-*-aix* as well as for rs6000*-*-aix*.
13591 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
13593         * configure: Fix --cache-file to work if the file argument is a
13594         relative path.
13596 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
13598         * configure: If the --cache-file is used, pass it down to
13599         configure in subdirectories.
13601 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
13603         * config.sub: add vxworks29k configuration.
13605 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13607         * Makefile.in (taz): Do "diststuff" part quietly.
13609 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13611         * config.sub: Mini-merge with gcc/config.sub.
13613 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13615         * config.guess (IRIX): Sed - to _.
13617 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13619         * Makefile.in (source-vault, binary-vault): New targets.
13621 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
13623         * config.sub: Recognize -eabi as a basic system type.
13625 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13627         * configure.in (enable_shared stuff): Fix typo.
13629 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
13631         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13633 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13635         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13637 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
13639         * configure.in (rs6000-*-*): Don't build gas.
13641 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
13643         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13644         reduce command line length.
13645         (AS_FOR_TARGET): Check for as.new, not Makefile.
13646         (NM_FOR_TARGET): Check for nm.new, not Makefile.
13648 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13650         * config.guess:  Merge from FSF.
13652 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13654         * configure: Don't use $ when handling program_suffix.
13656 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
13658         * configure.in:  Configure tk for hppa/hpux.
13660 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13662         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
13664 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13666         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
13667         to LIBCXXFLAGS.  Tests are better run without it.
13669 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
13671         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13673 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
13675         * configure.in (*-*-netware*): Don't configure xiberty.
13677 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
13679         * configure.in:  Remove tk from native_only list.
13681 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
13683         * build-all.mk: Add mips-ncd-elf target to sun4 targets
13684           for special NCD build.
13686 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13688         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13689         makeall.bat, they're only useful for binutils snapshots.
13690         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13691         makeall.bat to specified SUPPORT_FILES.
13693 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
13695         * build-all.mk: Add Ericsson targets to sun4 and solaris
13696           hosts.  Add  BNR's sun4 target to solaris host, so their
13697           build-from-source will be tested in-house first.
13699 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13701         * Makefile.in (LIBCFLAGS): New variable.
13702         (CFLAGS_FOR_TARGET): Ditto.
13703         (LIBCFLAGS_FOR_TARGET): Ditto.
13704         (LIBCXXFLAGS): Ditto.
13705         (CXXFLAGS_FOR_TARGET): Ditto.
13706         (LIBCXXFLAGS_FOR_TARGET): Ditto.
13707         (BASE_FLAGS_TO_PASS): Pass them.
13708         (EXTRA_TARGET_FLAGS): Ditto.
13710         * configure.in: Support --enable-shared.
13712 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13714         * configure.in (target_libs):  Include libstdc++ again.
13715         * config.guess:  Update from FSF (for FreeBSD).
13717 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13719         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13720         makeall.bat.
13721         (DISTDOCDIRS): Add `etc'.
13722         (ETC_SUPPORT_PFX): New variable.
13723         (taz): Include anything from etc starting with a word in
13724         ETC_SUPPORT_PFX.
13726 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13728         * config.sub: Update for recent FSF changes.  Remove obsolete
13729         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
13730         spacing changes.
13732 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13734         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
13736         * config.guess:  Merge with FSF.
13737         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13739 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13741         * configure: Since the "trap 0" handler will override the exit
13742         status on many systems, only use it for "exit 1", and make it set
13743         a non-zero exit status; reset it before "exit 0".  Also, check
13744         exit status of config.sub, and error out if it failed.
13746 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
13748         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13749         and install libgloss.
13751 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13753         * Makefile.in (all-binutils): Depend upon all-byacc.
13755         * configure.in: Don't build emacs on Irix 5.
13757 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13759         * configure.in (*-*-netware*): Add libio.
13761 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13763         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13764         (CHECK_TARGET_MODULES): Ditto.
13765         (INSTALL_TARGET_MODULES): Ditto.
13766         (TARGET_LIBS): Ditto.
13767         (all-libstdc++): Note dependencies.
13769 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13771         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13773 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13775         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13776         -fexternal-templates.
13778         * configure.in (target_libs): Add libstdc++.
13779         (noconfigdirs): Add libstdc++ as appropriate.
13781 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13783         * config.guess:  Update from FSF.
13785 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13787         * configure: Use ${config_shell} when running ${configsub}.
13789 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
13791         * config.sub: No longer recognize h8300h.
13793 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13795         * config.sub: Remove extraneous differences between config.sub and
13796         gcc/config.sub.
13798 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13800         * Makefile.in (DISTSTUFFDIRS): Add gas.
13802 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
13804         * COPYING.NEWLIB: New file.
13806 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13808         * config.guess (HP-UX):  Patch from Harlan Stenn
13809         <harlan@landmark.com> to also emit release level.
13811 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13813         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13815 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13817         * config.sub:  Merge nextstep cleanup from FSF.
13819 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13821         * configure.in (arm-*-*): Don't configure ld for this target.
13823 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13825         * configure.in (*-*-netware): don't configure libg++, libio,
13826           librx, or newlib.
13828 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13830         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
13831         configure ld--it works, but it doesn't support shared libraries.
13833 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13835         * config.guess (*-unknown-freebsd*):  Get rid of possible
13836         trailing "(Release)" in version string.
13837         Patch from Paul Richards <paul@isl.cf.ac.uk>.
13839 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13841         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13842         Fix type: *-next-neststep -> *-next-nextstep.
13844         * config.guess:  Merge from FSF:
13846         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
13848         * config.guess: Recognize powerpc-ibm-aix3.2.5.
13850         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
13852         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13853         instead of UNIX_SV for UnixWare 1.0).
13855 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
13857         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
13858         to make gdb/nlm/* build after the compiler and linker.
13860 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13862         * config.guess (netbsd, freebsd, linux):  Accept any machine,
13863         not just i[34]86.
13864         (m68k-atari-sysv4):  Relocate to match FSF version.
13866         * config.guess:  More merges from the FSF:
13868         Add a space before function call or macro invocation.
13870         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13872         * config.guess: Add trap cmd to remove dummy.c and dummy when
13873         interrupted.
13875         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13877         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13878         (dummy): Redirect stderr from compilation of dummy.c.
13880         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
13882         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13884 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
13886         * configure: Accept and ignore --cache*, for compatibility with
13887         new autoconf.
13889 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13891         * config.guess:  Merge from FSF:
13893         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13895         * config.guess (Pyramid*:OSx*:*:*): New case.
13896         (PATH): Add /.attbin at end for finding uname.
13897         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
13899         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
13901         * config.guess (M88*:DolphinOS:*:*): New case.
13903         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
13905         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13906         to select whether to use ELF or COFF.
13908         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13910         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13912         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
13914         * config.guess: Guess the OS version for HPUX.
13916         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
13918         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13920 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13922         * configure.in: Recognize --with-headers, --with-libs, and
13923         --without-newlib.
13924         * Makefile.in (all-xiberty): Depend upon all-ld.
13926 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13928         * configure.in: Change i[34]86 to i[345]86.
13930 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13932         * configure (version): A few more tweaks to help message.
13934 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13936         * Makefile.in:  Remove (for now) librx as a host library,
13937         now that we're building it for target.
13939 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13941         * configure: Fix up help message; from karl@owl.hq.ileaf.com
13942         (Karl Berry).
13944 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13946         * configure.in:  Also configure librx.
13948 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13950         * Makefile.in:  Update various rules to reflect that librx
13951         is now needed for libg++.
13953 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13955         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13957 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
13959         * configure.in: Configure the examples directory.
13961 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13963         * configure: Simplify Jun 2 1994 change.
13965 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13967         * change CC to /usr/latest/bin/gcc for lynx host builds, since
13968         /bin/gcc isn't good enough to build gcc.
13970 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
13972         * Makefile.in (GDB_SUPPORT_FILES): Remove
13973         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
13974         (gdb.tar.gz): Add new rule to use standard distribution building
13975         mechanism.
13977 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13979         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
13980         Bill Cox <bill@cygnus.com>.
13982 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13984         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
13986 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
13988         * configure:  Search current dir first in .gdbinit.
13990 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13992         * config.sub:  Recognize freebsd (merged from gcc config.sub).
13994 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13996         * config.sub:  Refer to NeXT's operating system as nextstep.
13998         * config.sub (case $basic_machine):  Re-order the cases, to match
13999         the order in the FSF version (which is mostly alphabethical).
14000         Merge in some additions and changes from the FSF.
14002 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
14004         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
14005         * config.sub: Recognize cxux7.
14006         * configure.in: Use mh-cxux for m88k-harris-cxux*.
14008 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14010         * config.sub:  Fix typo powerpc -> powerpc-*.
14012 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
14014         * Makefile.in: `all-emacs19' depends on `all-byacc'.
14016         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
14017         parallel with all-emacs and install-emacs).  Top-level command
14018         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
14020 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14022         * test-build.mk ($(host)-stamp-stage2-installed): Remove
14023         $(relbindir)/make before doing ``make install'', and use
14024         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
14025         installing over running make binary.
14026         ($(host)-stamp-stage3-installed): Likewise.
14028 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14030         * config.guess: Recognize Mach.
14032 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14034         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
14035         see whether --exec-prefix was used.
14037 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14039         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
14041 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14043         * Makefile.in: Add all-librx target similar to all-libproc.
14045 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
14047         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
14048         with post 1.2 uname bogosity.
14050 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14052         * configure: Remove temporary files on receipt of a signal.
14054 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
14056         * configure: If there is a package_makefile_frag, remove
14057         ${subdir}/Makefile.tem after copying it in.
14059 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14061         * build_all.mk: support rs6000 lynx identifies itself as
14062         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
14063         since /bin/gcc is too feeble to compile a modern gcc.
14065 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
14067         * brought devo/test-build.mk update-to-date with progressive/
14068           test-build.mk. Add lynx targets and hppa flag info.
14070 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14072         * configure.in:  Use mh-ncrsvr43.  Patch from
14073         Tom McConnell <tmcconne@sedona.intel.com>.
14075 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14077         * config.guess (i386-unknown-bsdi):  No longer need to
14078         check #if defined(__bsdi__) && defined(__i386__).
14080 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14082         * configure: Set program_transform_nameoption correctly.
14084 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
14086         * brought build-all.mk update-to-date with progressive build-all.mk,
14087           added new targets and hppa info.
14089 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14091         * configure: If config.guess result is a prefix of the user
14092         specified target, assume a native build and use the user specified
14093         target as the host alias.  Remove SunOS patch suffix removal hack.
14094         * configure.in: Remove SunOS patch suffix removal hack.
14096         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14097         in NATIVE_CHECK_MODULES.
14099 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
14101         * Makefile.in: Rename HOST_ONLY to NATIVE.
14102         * configure: Delete SunOs patch suffix from host_canonical
14103           and build_canonical variables that are prepended to Makefiles.
14104         * configure.in: Add comments for easier maintenance.
14106 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14108         * Makefile.in: Add all-libproc target similar to all-gui.
14110 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
14112         * Makefile.in (CHECK_MODULES): split into
14113         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14115 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
14117         * config.guess (i386-unknown-bsdi): New system to guess.
14119 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14121         * Makefile.in: Add all-gui target (but not yet build by "all").
14123 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
14125         * config.sub: Move deletion of patch suffix from here...
14126         * configure.in: To here, at Ian's suggestion.  The top-
14127           level scripts might need to know of a patch level.
14129 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
14131         * config.sub: Strip off patch suffix so rtl is recognized
14132           as a sunos4.1.3 machine, even though it's been patched.
14134 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
14136         * Makefile.in (INSTALL_LAST): Delete.
14137         (INSTALL_DOSREL): New.
14139 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14141         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14142         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14143         whether we pass down --with-gnu-ld anyhow.
14145 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
14147         * Makefile.in (INSTALL_LAST): Change operation so it works
14148         on more flavors of make.
14149         * configure.in (go32): Don't build libg++ or libio.
14151 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
14153         * Makefile.in (Move HOST_PREFIX_1 and friends up so
14154         they can be overriden by templates.
14156 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
14158         * configure.in (target==go32): Don't build gdb.
14159         * dosrel: New directory.
14161 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
14163         * configure.in (host==go32): Configure dosrel too.
14164         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14165         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14166         be set by incoming names or templates.
14167         (INSTALL_LAST): New rule.
14169 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
14171         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14173 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14175         * configure.in (appdirs): New variable.  Currently empty, but will
14176         be used in gas distribution.  If nonempty, lists a set of
14177         directories at least one of which must get configured, or top
14178         level configuration is considered to have failed.
14179         (rs6000-*-lynxos*): Use new file name.
14181 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14183         Eliminate XTRAFLAGS.
14184         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14185         newlib include files using -idirafter, and also use -nostdinc.
14186         (CXX_FOR_TARGET): Likewise.
14187         (XTRAFLAGS): Removed.
14188         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14189         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14190         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14191         ($(DO_X)): Don't pass down XTRAFLAGS.
14193 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14195         * configure.in (mips*-dec-bsd*): New target; do build linker.
14196         (mips*-*-bsd*): New target; don't build linker.
14198 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14200         * configure.in: support rs6000-*-lynxos* configuration.
14201         support sunos4 as a cross target.
14203         * config.sub: look for lynx*, not lynx since the OS version may
14204         legitimately be part of the name.
14206 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14208         * configure.in (i[34]86-*-sco*): Move to be with other i386
14209         targets.
14210         (romp-*-*): New target.  Skip various binary utilities.
14211         (vax-*-*): New target.  Don't build newlib.
14212         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
14214 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14216         * configure.in: Only set host_makefile_frag if config
14217         directory exists.
14219 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14221         * install.sh: If $dstdir exists, don't check whether each
14222         component does.
14224 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14226         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14228 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
14230         * configure.in (*-*-lynxos*): Don't configure newlib for either
14231         native or cross Lynx.
14233 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
14235         * config.sub (sparc64-elf): Fix os.
14236         (z8k): Remove duplicate.
14238 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14240         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14241         gcc/stmp-fixproto, to try to prevent fixproto from being run.
14243 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
14245         * configure: Make file links cleanly even if Lynx fails on
14246           an NFS symlink (at least fail cleanly).
14248 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14250         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14251         -XNh2000.
14253 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14255         * configure: Unknown options are fatal again.
14257 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
14259         * configure: Ignore --x-includes and --x-libraries, for Autoconf
14260         compatibility.
14262 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
14264         * build-all.mk: Add `clean' target.
14266 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14268         * config.guess:  Add SINIX support.
14269         * configure.in:  Add mips-*-sysv4* support.
14271 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
14273         * build-all.mk: Document all useful targets.
14274         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14275         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14277 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14279         * configure: Support --silent, --quiet.
14281 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14283         * configure: Support --disable-FEATURE.
14285 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14287         * config.guess: Recognize NCR running SVR4.3.
14289 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14291         * config.guess:  Make BSDI generate i386-unknown-bsd386.
14292         Patch from Paul Eggert <eggert@twinsun.com>.
14294 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14296         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14298 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14300         * configure: Make unrecognized options give nonfatal warnings
14301         instead of fatal errors, and pass them to any subdirectory
14302         configures in case they recognize them.
14303         Make --x equivalent to --with-x.
14305 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14307         * configure: Add --enable-* options.  Clean up usage message and
14308         some comments.
14310 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
14312         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14314 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14316         * configure.in (hppa*-*-*): Enable binutils.
14318 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14320         * config.sub: Recognize cisco.
14322 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
14324         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14326 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14328         * config.guess: about target *-hitachi-hiuxwe2, don't print more
14329         than one configuration name.  Add comment.
14331 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
14333         * config.guess: about target *-hitachi-hiuxwe2, fixed
14334         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
14335         macro is incorrect.]
14337 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14339         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14340         than the "make ls" stuff which used to be here.
14342 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14344         * config.guess:  Recognize i[34]86-unknown-freebsd.
14345         From Shawn M Carey <smcarey@rodan.syr.edu>.
14347 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14349         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14351 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
14353         * config.guess: Check for ptx.
14355 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
14357         * config.sub: Add os9k checking.
14359 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14361         * config.guess: Handle OSF1 running on HPPA processors
14363 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14365         * configure: If subdir configure fails, print out a message with
14366         subdirectory name, in case subdir's configure code didn't identify
14367         itself.
14369 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
14371         * configure.in: Remove embedded newlines from configdirs.
14372         Avoid mismatches of substrings.  Fix matching strings at end
14373         of configdirs.
14375 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
14377         * config.guess:  Add Lynx/rs6000 config support.
14379 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14381         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14383 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
14385         * configure.in (hppa*-*-osf*): Treat this just like most other
14386         PA configurations (eg no binutils or ld).
14387         (hppa*-*-*elf*): These configurations have binutils and ld.
14389 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14391         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
14393 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14395         * configure.in (rs6000-*-*): Build gas.
14397 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14399         * Makefile.in:  Avoid bug in losing hpux sed.
14401 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14403         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14404         for GDB and GDB has been fixed to not need it.
14406 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14408         * config.guess: Recognize vax hosts.
14410 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14412         * configure (while loop): Don't use "break 2" inside case
14413         statement -- the case statement isn't an enclosing loop.
14415 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14417         * config.guess:  Clean up NeXT support, to allow nextstep
14418         on Intel machines.  Make OS be nextstep.
14420 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
14422         * config.guess: Add alternate forms for Convex.
14424 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
14426         * configure:  Completely rewrite option processing.  Take
14427         advantage of pattern-matching to avoid invoking test frequently.
14428         Also clean up host and target defaulting logic.
14430 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14432         * Makefile.in: Replace all occurrances of "rootme" with "r" and
14433         "$${rootme}" with "$$r", to increase the likelihood that the do-*
14434         commands (plus user environment) will fit SCO limits.
14436 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14438         * configure.in: Don't issue warnings about directories which are
14439         not being configured if -norecursion is set.  Correct test for
14440         --with-gnu-as and --with-gnu-ld to not get confused by substring
14441         matches.
14443         * configure.in: Don't build gas for alpha-dec-osf1*.
14445 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
14447         * configure:  Back out Per's change of 12/19/1993.  It changes the
14448         behavior of configure in unexpected and confusing ways.
14450         Also, use different delim char when calculating
14451         program_transform_name so that the name can contain slashes.
14453 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
14455         * configure.in, config.sub: Add support for VSTa micro-kernel.
14457 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
14459         * configure.in: Nuke hacks which were used to get a special
14460         version of GAS for HPPA configurations.
14462 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14464         * configure:  If only ${target_alias} is given, use that
14465         as the default for ${host_alias}.
14466         * configure:  Add missing back-slashes before nested quotes.
14468 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14470         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14472 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
14474         * config.guess:  Recognize some Tektronix configurations.
14475         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14477 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14479         * config.sub: Match any flavor of SH.
14481 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
14483         * configure.in: Don't try to configure newlib for Alpha.
14485 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14487         * configure.in: Don't build ld for Irix 5.  Don't build gas,
14488         libg++ or libio for any Alpha target.
14490         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14492 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
14494         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14495         default arguments -- so it tried to compress itself.
14497 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14499         * configure.in (notsupp): ensure that a space is always at the end
14500           of the configdirs list, since the grep checks for an explicit space
14502 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14504         * configure.in (target i386-sysv4.2): don't build ld, since static
14505           versions of many libraries are not available.
14507 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14509         * config.guess: Recognize Apollos (using environment variables).
14510         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14512 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14514         * config.guess: Recognize Sony news mips running newsos.
14516 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
14518         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14519         "fi ; else" for bash.
14521 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
14523         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14525 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
14527         * config.sub: accept unixware as an alias for svr4.2.
14528         Fix some inconsistancies with the gcc version.
14530 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14532         * Makefile.in (DISTDOCDIRS):  Add gdb.
14534 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14536         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
14538 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14540         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14541         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14542         this now.
14544 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14546         * config.sub: Accept hiux* as an OS name.
14548         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14549         etc/make-stds.texi.  The underscore came from gcc, and dje now
14550         agrees that RUNTESTFLAGS is the correct name.
14552 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14554         * install.sh:  Remove 'set -e'.  It makes any conditionals
14555         in the script useless.
14557         * config.guess: Automatically recognize arm-acorn-riscix
14558         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14560 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14562         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14564 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14566         * Makefile.in (DISTDOCDIRS): New variable.
14567         (taz): Edit local Makefile.in sooner, instead of proto-toplev
14568         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
14570 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14572         * configure.in (hppa target): check the source directory for the
14573           pagas sub-directory
14575 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
14577         * config.sub: Allow -aout* and -elf*.
14579 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14581         * configure.in: Don't build ld on i386-solaris2, same as for
14582         sparc-solaris2.
14584 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14586         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14588 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14590         * configure.in:  Configure gdb for alpha.
14592 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14594         * Makefile.in (CXXFLAGS): Add -O.
14596 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14598         * config.guess: added support for DG Aviion
14600 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14602         * configure.in: Produce warning message for subdirectories not
14603         configurable for this host/target combination.  Don't try to
14604         configure gdb for vms.
14606 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14608         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14609         appropriate files before making "diststuff".
14610         (DISTBISONFILES): New var: list of files to be edited.
14611         (DISTSTUFFDIRS): Add binutils.
14613 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14615         * config.sub: also handle mipsel and mips64el (for little endian mips)
14617 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14619         * configure.in: Add * to end of all OS names.
14621 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
14623         * configure.in: Build newlib for LynxOS native.
14625 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14627         * config.guess: Add support for delta 88k running SVR3.
14629         * configure.in: Add comment about HP compiler vs. emacs.
14631 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14633         * configure.in: don't build ld on solaris2 (not a viable option
14634           due to bugs in getpwnam & getpwuid)
14636 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14638         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14639         config.guess will produce a full version number.
14641 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14643         * configure.in: Build linker and binutils for alpha-dec-osf1.
14645 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14647         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14648         and gdb/testsuite/Makefile.in.
14650 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14652         * configure.in: recognize mips*- instead of mips-
14654 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
14656         * config.sub: Accept linux*coff and linux*elf as operating
14657         systems.
14659 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14661         * config.sub: Recognize mips64, and mips3 as an alias for it.
14663 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14665         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14666         gdb knows how to handle OSF/1 shared libraries.
14668 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14670         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14671         * config.guess: Recognize Hitachi's HIUX.
14672         * config.sub: Recognize h3050r* and hppahitachi.
14673         Remove redundant cases for hp9k[23]*.
14675 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14677         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14678         if gas and ld are in the source tree and are in ${configdirs}.
14679         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14680         --with options (but still pass them down on the command line,
14681         if they were explicitly specified).
14683 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14685         * configure: substitute SHELL value in Makefile.in with
14686         ${CONFIG_SHELL}
14688 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14690         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14691         *-*-solaris2* targets.
14693 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14695         * Makefile.in: define M4, and pass it down to sub-makes;
14696         all-autoconf now depends on all-m4
14698 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14700         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14701         presence of {ar,ranlib} instead of a configured directory
14703 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
14705         * config.guess: Accept 34?? as well as 33?? for NCR.
14707 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14709         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14710         of 'gas' in sed commands, since 'gash' is now in the tree as well.
14712 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14714         * configure: grab values for $(CC) and $(CXX) from the
14715         environment, so that someone can do "CC=gcc configure; make" and
14716         have it work right (matching the way that autoconf works now)
14718         * configure.in, Makefile.in: add support for gash, the tcl
14719         interface to Galaxy
14721         * config.guess: add NetBSD variants (hp300, x86)
14723 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
14725         * install.sh: Support -d option (in the manner of SunOS 4 install,
14726         as it is more deterministic than that of GNU install)
14727         (chmodcmd): Set file to mode 755 by default (should also do default
14728         chgrp and chown, but I don't feel like dealing with that now)
14730 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
14732         * config.sub: Remove h8300hhms alias.
14734 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14736         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14738 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14740         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14741         as stmp-fixinc
14743 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14745         * config.sub: recognize m88110-bug-coff.
14747 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14749         * Makefile.in (all-libio): all dependencies on the toolchain used
14750         to build this (gcc, gas, ld, etc)
14752 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14754         * config.guess: Deal with OSF/1 1.3 on alpha.
14756 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14758         * install.sh: add some 'else true' clauses for portability
14760         * configure.in: don't build libio for h8[35]00-*-* targets
14762 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14764         * Makefile.in:  Add support for new libio.
14766 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14768         * install.sh: If one command fails, don't try the rest.  Don't try
14769         to remove $dsttmp (via trap) unless we have already created it.
14770         If $src doesn't exist, detect it and exit with an error.
14772         * config.guess: Recognize BSD on hp300.
14774 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14776         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14777         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14779 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
14781         * Makefile.in (all-send-pr): depends on all-prms
14783 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14785         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14787 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14789         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14790         Added test for mips-mips-riscos5.
14792 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14794         * configure.in: use mh-hp300 for 68k HP hosts
14796 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14798         * configure: add support for CONFIG_SHELL, so that you can use
14799         some alternate shell for evaluating configure scripts
14801 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
14803         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
14804         in configure script to bug-gdb@prep.ai.mit.edu when building
14805         distribution archive.
14806         * Makefile.in (COMPRESS):  Remove def.
14807         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
14808         gdb.tar.Z and make-gdb.tar.Z respectively.
14809         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
14810         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
14811         to convergence with 'taz' target in Makefile.in.
14813 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14815         * install.sh (dsttmp): use trap to ensure that tmp files go
14816         away on error conditions
14818 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14820         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14822 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14824         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14825         its parent is '/' not ''.
14827         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14829 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
14831         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14832         that ${newsrcdir}/configure.in does.
14834 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14836         * test-build.mk: support for CONFIG_SHELL
14838 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
14840         * config.sub (netware):  Add as a basic system type.
14842 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14844         * Makefile.in (Makefile): depend on configure.in.  Also drop the
14845           $(srcdir)/ from the dependency on Makefile.in.
14847 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
14849         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14850         (h8300hhms is temporary until multi-libraries are implemented).
14851         * configure.in: Handle h8300h too.
14853 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14855         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14857 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
14859         * configure:  Remove extraneous output when guessing host type.
14860         * config.guess:  Remove extraneous output when guessing using C
14861         compiler rather than uname, or when guessing fails.
14863 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
14865         * Makefile.in: remove all.cross and install.cross targets
14867         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14868           definitions
14870 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
14872         * configure.in (target sh): Build gprof.
14874 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14876         * config.sub: change -solaris to -solaris2
14878 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14880         * configure.in: Use config/mh-riscos for mips-*-sysv*.
14882 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
14884         * configure: Correct error message for missing Makefile.in to
14885         print correct directory.
14887 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14889         * install.sh: kludge around 386BSD shell bug
14891 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
14893         * config.guess:  Recognize NeXT.
14894         * config.guess:  Recognize i486-ncr-sysv4.
14895         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
14897 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
14899         * Makefile.in (MAKEINFOFLAGS): New variable.
14900         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14901         * build-all.mk, test-build.mk: Pass down --no-split as
14902         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
14904 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
14906         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
14908 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
14910         * Makefile.in (libg++.tar.z):  New rule.
14911         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
14912         * Makefile.in (taz):  Only do a single chmod.
14914 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14916         * install.sh: don't use dirname anymore (replaced with sed usage)
14918 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
14920         * Makefile.in:  Change extension for gzip'd files from '.z' to
14921         '.gz' per new FSF standard usage.
14923 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14925         * configure: put quotes around the final value of program_transform_name
14927 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14929         * Makefile.in: new install.sh support; update install-info rules
14931 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
14933         * configure.in: Build diff for crosses, but not for go32 host.
14935         * configure.in: Build gprof only for native, and don't build it
14936         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14938 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
14940         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14942 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14944         * configure.in (host_tools): Add prms.
14946 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14948         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14949         with $(FLAGS_TO_PASS) on the command line
14951         * config.sub: Recognize lynx and lynxos
14953 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
14955         * config.sub: Accept -ecoff*, not just -ecoff.
14957 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14959         * Makefile.in (taz): Use .gz suffix instead of .z.
14960         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14961         names.
14963 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14965         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14967 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14969         * Makefile.in (install-no-fixedincludes):  install gcc last, so
14970         that rebuilds that might happen during 'make install' don't get
14971         bogus gcc include files
14973 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14975         Change from Utah for HPPA support:
14976         * config.guess: Recognize hppa1.x-hp-bsd.
14978 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
14980         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
14981         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14983 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14985         * config.sub: Add support for rom68k and bug boot monitors.
14987 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
14989         * Makefile.in: Make all-opcodes depend on all-bfd.
14991 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
14993         * config.guess: Added special check for i[34]86-univel-sysv4*.
14995 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
14997         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14998         the processor rather than assuming i486.
15000 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15002         * config.guess: Recognize SunOS6 as Solaris3.
15004 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
15006         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
15007         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
15009 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
15011         * build-all.mk (all-cross): New target for Canadian Cross.
15012         Added Q2 go32 targets.
15013         * test-build.mk: Configure go32 cross sparclite-aout and
15014         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
15015         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
15017 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15019         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15020         GO32 hosted toolchains
15022 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15024         * configure: change  so "-exec-prefix" gets passed down rather
15025         than "-exec_prefix" so autoconf generated Makefiles get the
15026         exec_prefix set right.
15028 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15030         * config.guess: get the Solaris2 minor version number
15032         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
15034 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15036         * config.guess: Recognize some Sequent platforms.
15038 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15040         * Makefile.in: added the vault-install target
15042         * configure.in: actually use the Sun3 makefile fragment that's in
15043         config, also added the release dir to configdirs
15045 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15047         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15049 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15051         * configure.in: remove some program from Alpha targetted toolchains
15053 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
15055         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
15056         gprof.
15057         (taz): Run "make diststuff" in those directories instead of "make
15058         proto-dir".  Look for "VERSION=" only at start of line in subdir
15059         Makefile.  Use "gzip -9" for compression.
15060         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15061         (binutils.tar.z): New target.
15063 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15065         * Makefile.in (taz): Include gpl.texinfo.
15067 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15069         * Makefile.in (setup-dirs): Merged into "taz" target.
15070         (taz): Only do `proto-dir' stuff if a directory is actually needed
15071         for this target.
15073 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
15075         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15076         (FLAGS_TO_PASS): Pass down MUNCH_NM.
15077         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15078         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15079         (gcc-no-fixedincludes): Correct for current gcc Makefile.
15081 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
15083         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
15084         config.sub, and move-if-change to gdb testsuite distribution
15085         archive, so the testsuite can be extracted, configured, and
15086         run separately from the gdb distribution.  Blow away the Chill
15087         tests that require a Chill compiled executable, since GNU Chill
15088         is not yet publically available.
15090 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15092         * test-build.mk: set environment variables in a single command,
15093         instead of a list of assignments and exports
15095         * config.guess: recognize Alpha/OSF1 systems
15097 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15099         * configure: Change help message to prefer --options rather than
15100           -options.
15102 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15104         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15105         zippy@ecst.csuchico.edu.
15106         * config.guess: Recognize miniframe.
15108 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15110         * Makefile.in: Use srcroot to find runtest rather than rootme.
15111         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
15113 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
15115         * test-build.mk: Extensive additions to support building on a
15116         machine other than the host.
15118 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15120         * configure (tooldir): Fix for i386-aix again.
15122 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
15124         * configure, Makefile.in:  Change definition of $(tooldir)
15125         to match the FSF.
15127 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
15129         * config.guess:  Recognize i[34]86/SVR4.
15131 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15133         * Makefile.in (all-gdb): gdb depends on sim.
15135 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
15137         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
15138         at the same time we make the prototype gdb directory.
15139         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
15140         files at the same time as the gdb base release distribution.
15142 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
15144         * Makefile.in (check): Use individual check targets rather than
15145         DO_X rule.
15146         (check-gcc): Added.
15148 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
15150         * config.sub: Use sysv3.2 not sysv32 for canonical OS
15151         for System V release 3.2.
15153 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15155         * config.sub: Recognize hppaosf.
15156         * configure.in: Do configure ld/binutils/gas for it.
15158 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15160         * configure (tooldir): Alter syntax used to set this, for systems
15161         where "\$" isn't handled right, like i386-aix.
15163 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15165         * configure: Pass program-transform-name, not
15166         program_transform_name, to recursive configures.
15168 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
15170         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15171         of gas+ld+binutils.
15173 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
15175         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
15177 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15179         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15181 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15183         * Makefile.in (PRMS): Set back to all-prms.
15185 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15187         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15188         targets, rather than for MIPS hosts.
15190 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15192         * configure.in: add comment for --with-x default values
15194         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15196         * Makefile.in: add check-* targets for each of the directories in
15197         the tree.  Add a definition of RUNTEST that will use the one we
15198         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
15200 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
15202         * configure.in: Removed obsolete references to bfd_target and
15203         target_makefile_frag.
15205         * build-all.mk: Set assorted targets for Q2.
15206         * config.sub: Recognize z8k-sim and h8300-hms.
15207         * test-build.mk: Really don't pass host to configure.
15208         (HOLES): Added uname.
15210 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
15212         * configure: Handle an empty program-prefix, program-suffix or
15213         program-transform-name correctly.
15215 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15217         * build-all.mk: -G 8 no longer required for MIPS targets.
15218         * test-build.mk: Don't pass host argument to configure; make it
15219         guess.
15221 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
15223         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
15224         * Makefile.in (COMPRESS):  New macro, like GZIP.
15226 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15228         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15230         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15231         with gas currently defaults to -G 0.
15233 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
15235         * Makefile.in (all-flex): flex depends on byacc.
15237         * build-all.mk: If host not specified, use config.guess.  Pass TAG
15238         to test-build.mk as RELEASE_TAG.
15239         * test-build.mk (configargs): New variable containing arguments to
15240         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
15241         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15243         * config.guess: Use /bin/uname when checking -X argument on SCO,
15244         to avoid invoking GNU uname which doesn't understand -X.
15246         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15248         * configure.in: Build gas for mips-*-*.
15250 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15252         * Makefile.in (all.normal): insert missing backslash.
15254 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15256         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15258         * Makefile.in: Complete overhaul to merge many almost identical
15259         targets.
15261 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15263         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15264         (gdb.tar.Z): Adjusted.
15266         * Makefile.in (setup-dirs, taz): New targets; should be general
15267         enough to adapt for gdb sometime.  Build only .z file.
15268         (gas.tar.z): New target.
15270 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
15272         * build-all.mk: Use CC=cc -Xs on Solaris.
15274 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
15276         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
15277         for handling BISON for FSF releases.
15279 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15281         * configure: Actually implement the change zoo just documented.
15283 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
15285         * configure: when using config.guess, only set target_alias when
15286         it's not already been set (ie, on the command line)
15288 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15290         * Makefile.in: add installcheck target, set PRMS to install-prms
15292 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15294         * configure: add support for package_makefile_fragment, handle the
15295         case where a directory has a configure.in file but no Makefile.in
15296         more gracefully (with an actual understandable error message, even);
15297         add support for --without (and add this to the usage message); also
15298         explicitly add a --host=${host_alias} to the command line when
15299         config.guess is used
15301 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15303         * configure: Must use both --host and --target in recursive calls.
15305 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15307         * Makefile.in: Change deja-gnu to dejagnu.
15309 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15311         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15313 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15315         * configure.in: canonicalize all instances to *-*-solaris2*,
15316         also strip out a number of tools to not build for go32 host
15318 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15320         * config.guess: add GPL.
15322         * Makefile.in, config.guess, config.sub, configure: bump
15323           copyrights to 93.
15325 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
15327         * Makefile.in (do-info): Removed obsolete check for existence of
15328         localenv file.
15330         * Makefile.in (MAKEOVERRIDES): Define to be empty.
15332 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15334         * Makefile.in: a couple of 'else true' for decstation,
15335         support for TclX
15337         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15339 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
15341         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15343 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
15345         * config.guess: Recognize i386-ibm-aix (PS/2).
15346         * configure.in: Use config/mh-aix386 file for it.
15348 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
15350         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15351         CC_FOR_TARGET instead.
15352         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15354 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
15356         * Makefile.in: Add sim to list of directories sent with gdb
15358 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15360         * configure.in: Put back mips-dec-bsd* case.
15362 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
15364         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15365         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
15366         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15368 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15370         * configure.in: remove no-op mips-dec-bsd* in "case $target"
15372         * Makefile.in (dir.info): only run gen-info-dir if it exists,
15373         (install-info): install dir.info only if it exists,
15374         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15376 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
15378         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
15379         gas for mips-dec-bsd.
15381 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
15383         * configure (makesrcdir): If ${srcdir} is relative and not ".",
15384         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15386 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15388         * configure.in: Added "dejagnu" to hosttools list.
15390 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
15392         * config.sub, configure.in, config.guess:  Add support
15393         for Bosx, an AIX variant from Bull.
15394         Patches from F.Pierresteguy@frcl.bull.fr.
15396 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15398         * devo/dejagnu: Initial creation of devo/dejagnu.
15399         Migrated dejagnu testcases and support files for testing software
15400         tools to reside as subdirectories, currently called "testsuite",
15401         within the directory of the software tool.  Migrated all programs,
15402         support libraries, etc. beloging to dejagnu proper from
15403         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
15404         with no modifications.  The changes to these files which will
15405         allow them to configure, build, and execute properly will be made
15406         in a future update.
15408 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15410         * Makefile.in: Change send_pr to send-pr.
15411         * configure.in: Likewise.
15412         * send_pr: Renamed directory to send-pr.
15414 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
15416         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
15418 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
15420         * README:  Update for gdb-4.8 release.
15421         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
15422         gdb-xxx.tar.z (gzip'd) file also.
15424 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15426         * Makefile.in: make all-diff depend on all-libiberty
15428 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
15430         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15432 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15434         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15436 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
15438         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
15439         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
15440         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
15442 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15444         * Makefile.in:  makeinfo binary is in a new location
15446 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
15448         * config.sub: Accept -ecoff as an OS.
15450         * Makefile.in: Various changes to eliminate a level of make
15451         recursion and reduce the required command line length.
15452         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15453         sub-makes.
15454         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15455         variables holding settings for specific sub-makes.
15456         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15457         in terms of BASE_FLAGS_TO_PASS.
15458         (TARGET_LIBS): New variable listing directories which use
15459         TARGET_FLAGS_TO_PASS.
15460         (subdir_do): Eliminated.
15461         (do-*): New set of targets to replace subdir_do.
15462         (various): All targets which used subdir_do now depend on do-*.
15463         (local-clean): Renamed from do_clean.
15464         (local-distclean): New target, dependency of distclean and
15465         realclean.
15466         (install-info): Don't create directories.  Depend on dir.info
15467         rather than calling make recursively.
15468         (install-dir.info): Eliminated.
15469         (install-info-dirs): Create all info directories here.
15470         (dir.info): Depend upon do-install-info.
15472         * test-build.mk (HOLES): Added false.
15474 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
15476         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
15478 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15480         * Makefile.in (info): remove dependency on all-texinfo.  The
15481         problem was really in texinfo/C, not at this level.
15483 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15485         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15487 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
15489         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
15490         GDB releases.
15492 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15494         * configure: Include srcdir in message about target of link not
15495         being found.  Don't convert `-' to `_' in `with' options being
15496         passed to subdirs.
15498 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15500         * configure.in: add uudecode to host_tools
15502         * Makefile.in: added {all,install}-uudecode targets, added them to
15503         the appropriate lists
15505 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
15507         * Makefile.in (all-gcc): Added dependency on all-gas.
15509         * configure.in (mips-*-*): Build ld and binutils.
15511 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15513         * configure: check return code from mkdir, print error message and
15514           exit on failure.
15516 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
15518         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
15520 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
15522         * test-build.mk (HOLES): Added tar, cpio and uudecode.
15524 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15526         * config.sub (h8500):  Recognize this as a cpu type.
15528 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15530         * configure: source directory missing is no longer a warning
15532         * configure.in: recognize irix[34]* instead of irix[34]
15534         * Makefile.in: define and pass down X11_LIB
15536 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
15538         * guess-systype: Renamed to ...
15539         * config.guess:  ... by popular request.
15540         * configure.in, Makefile.in:  Update accordingly.
15542 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
15544         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
15545         + Add Convex, Cray/Unicos, and Encore/Multimax support.
15546         + Execute ./dummy instead of assuming . is in PATH.
15548 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
15550         * guess-systype:  New shell script.  Attempts to guess the
15551         canonical host name of the executing host.
15552         Only a few hosts are supported so far.
15553         * configure:  Call guess-systype if no host is specified.
15555 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15557         * Makefile.in (gcc-no-fixedincludes): Made to work with current
15558         gcc Makefile.
15561 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
15563         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15564         (all-gcc, install-gcc, subdir_do): Use it.
15566 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15568         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15570 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
15572         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15573           set exclusively by configure, using configure.in .
15575 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15577         * test-build.mk: set $PATH for all builds
15579         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15581 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
15583         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
15584         the one used in gcc/Makefile.in, so that a null expansion doesn't
15585         override the one needed to build gcc with a native cc.
15588 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15590         * configure: Accept -with arguments.
15592 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15594         * Makefile.in: added h8300sim
15596 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
15598         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15599         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
15600         (all-cygnus, native, build-cygnus): Make
15601         $(canonhost)-stamp-3stage-done, not $(host)....
15602         * test-build.mk (stamp-3stage-compared): Use tail +10c for
15603         i386-sco3.2v4.  Added else true to if command.
15605 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
15607         * config.sub: (from FSF) Sequent uses a BSD-like OS.
15609 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
15611         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15613 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15615         * configure.in: don't remove binutils from Solaris builds
15617 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
15619         * Makefile.in: get rid of earlier definitions for *clean,
15620         also handle the recursive info rule better
15622 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
15624         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
15625         do more-or-less the right thing.
15627 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
15629         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15630         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15632 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15634         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15635         $(host_canonical).
15637         * configure.in: split the configdirs list into 4 categories (native
15638         v. cross, library v. tool) and handle the cross-only and native-
15639         only in more reasonable (and correct!) way.
15641 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
15643         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
15644         configdirs anymore.
15646 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15648         * Makefile.in: extensive cleanup::  removed all of the explicit
15649         clean-* targets, collapsed many wrappers around subdir_do into
15650         one, added additional targets to satisfy standards.texi, deleted
15651         some old targets, some changes for consistency
15653 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15655         * configure.in: handle some programs as cross-only, and others as
15656         native only
15658         * test-build.mk: handle partial holes in a more generic manner
15660         * Makefile.in: m4 depends on libiberty
15662 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15664         * configure.in: add m4, textutils, fileutils, sed, shellutils,
15665         time, wdiff, and find to configdirs
15667         * Makefile.in: all, clean, and install rules for the new programs
15668         added to configure.in
15670 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15672         * configure.in: use mh-sun for all *-sun-* hosts
15674 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15676         * Makefile.in: define flags for X11 include files and library file
15677         locations, pass them down to the programs that need this info
15679         * build-all.mk: added a 'native' target, to 3stage the native toolchain
15681 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15683         * configure.in: start building libg++ for HP-UX targets
15685 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
15687         * README:  Update references to files moved into etc/.
15689 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
15691         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
15692         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
15694 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15696         * configure: accept dash as well as underscore in long option
15697         names for FSF compatibility.
15699 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
15701         * config.sub: added -sco3.2v4 support from FSF.
15703 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15705         * configure.in: expand the section that adds or removes
15706         directories from the list of programs to build, to handle native
15707         vs. cross in addition to host v. native
15709 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
15711         * Makefile.in:  Replace C++ in macro names with CXX.
15712         This is less likely to break ...
15714 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15716         * test-build.mk: add -w to GNU_MAKE
15718 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15720         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15721         add 'sparc' to list of recognized cpus.  This needed to make
15722         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15723         Delete some redundant ose68 variants.  Recognize -wrs as an os,
15724         then changes that into $CPU-wrs-vxworks.
15726         * configure.in: remove most references to gdbtest, regularize
15727         target based program removal
15729         * test-build.mk: import from p3 tree (many fixes and changes)
15731 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
15733         * Makefile.in: added rules to handle tcl, tk, and expect
15735         * configure.in: handle those directories if they exist
15737 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15739         * config.sub: removed bogus hppabsd and hppahpux names, since
15740         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15742 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15744         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
15745         depends upon all-xiberty
15747         * Makefile.in: changes from p3, including:
15749         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
15751         * Makefile.in (XTRAFLAGS): include newlib directories if
15752         newlib/Makefile exists, rather than if host != target.
15754         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
15756         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15757         from the same source tree and not building a cross-compiler.  This
15758         matters for the libg++ configuration if reconfiguring a tree that
15759         has already been installed.
15761         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
15763         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15764         pick up the machine and system specific header files.
15766         * Makefile.in: added AS_FOR_TARGET, passed down in
15767         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15768         the C compiler to use to create programs which are run in the
15769         build environment, set it to default to $(CC), and passed it down
15770         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15772         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
15774         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15775         We need them for unusual native builds, like systems without
15776         ranlib.
15778         * configure: also define $(host_canonical) and
15779         $(target_canonical), which are the full, canonical names for the
15780         given host and target
15782 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
15784         * Makefile.in:  Added separate definitions for C++.
15786 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
15788         * configure.in (configdirs):  Add deja-gnu.
15790 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
15792         * README:  Update for configure.texi and gdb-4.7 release.
15794 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
15796         * Makefile.in:  Move "all" target to top of file.
15797         Previously, first target was ".PHONY" which caused BSD4.4 make
15798         to build .PHONY when make was run without arguments.
15800 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
15802         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
15803         Library-copylefted code in libiberty.
15805 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
15807         * config.sub:  Replace m68kmote with plain old m68k.
15809 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
15811         * Makefile.in:  Remove space from blank line, avoid Make complaints.
15813 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
15815         * config.sub: Complain if no argument is given.  Added support for
15816         386bsd as OS and target alias.
15818 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
15820         * Makefile.in (XTRAFLAGS): include newlib directories if
15821         newlib/Makefile exists, rather than if host != target.
15823 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
15825         * config.sub: recognize sparclite-wrs-vxworks.
15827         * Makefile.in (install-xiberty): added *-xiberty make rules (from
15828         p3.) Added clean-xiberty to clean.
15830 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15832         * configure.in: use *-*-* instead of nested cases for host and target
15834 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
15836         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15837         from the same source tree and not building a cross-compiler.  This
15838         matters for the libg++ configuration if reconfiguring a tree that
15839         has already been installed.
15841 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
15843         * config.sub (i486v/i486v4):  Merge in from FSF version.
15845 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
15847         * configure: only set PWD if it is already set.
15849 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
15851         * configure: just set PWD=`pwd` at the top, since Ultrix sh
15852         doesn't have unset and all success paths (and most error paths)
15853         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15854         to just ${PWD} to avoid confusion.)
15856 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
15858         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15859         even for a native compilation.
15861 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
15863         Changes to make the gdb.tar.Z rule work better.
15865         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
15866         (DEVO_SUPPORT):  Add configure.texi.
15867         (bfd-ilrt.tar.Z):  Remove ancient rule.
15869 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
15871         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15872         pick up the machine and system specific header files.
15874         * configure.in, config.sub: added new target m68010-adobe-scout,
15875         with alias of adobe68k.  Changed configure.in to check for
15876         -scout before -sco* to avoid a false match.
15878         * Makefile.in: added AS_FOR_TARGET, passed down in
15879         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15880         the C compiler to use to create programs which are run in the
15881         build environment, set it to default to $(CC), and passed it down
15882         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15884 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15886         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15887         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
15888         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15889         FOR_TARGET variants, to newlib and libg++.
15891 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15893         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15894         first.
15896 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
15898         * config.sub:  Accept `elf' as an environment.
15900 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15902         * Makefile.in (all-opcodes):  cd into the right directory
15904 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
15906         * configure: added -program_transform_name option, used as
15907         argument to sed when installing programs.
15908         configure.texi: added documentation for -program_prefix,
15909         -program_suffix and -program_transform_name.
15911 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
15913         * config.sub:  Accept i486 where i386 ok.
15915 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
15917         * config.sub: accept we32k
15919 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
15921         * config.sub, configure.in: accept OSE68000 and OSE68k.
15923         * Makefile.in: don't create all directories for ``make install'';
15924         let the subdirectories create the ones they need.
15926 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15928         * COPYING: new file, GPL v2
15930 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15932         * Makefile.in: use the new gen-info-dir, which needs a template
15933         argument (which also lives in texinfo)
15935         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15937 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
15939         * config.sub (ncr3000):  Change i386 to i486.
15941 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15943         * Makefile.in: add install-rcs, install-grep to
15944         install-no-fixedincludes, removed install-bison and install-libgcc
15946 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
15948         * configure.in: grab the HPUX makefile fragment if on HPUX
15950 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15952         * Makefile.in: eradicate bison spoor (ditto libgcc).
15953          configure.in: recognise m68{k,000}-ericsson-OSE.
15954          es1800 is alias for m68k-ericsson-OSE
15956 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15958         * configure.in: rearrange the parts that remove programs from
15959         configdirs, based now on HOST==TARGET or by canonical triple.
15961 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15963         * test-build.mk: recurse explicitly with -f test-build.mk when
15964           appropriate.  predicate stage3 and comparison on the existence
15965           of gcc.  That is, if gcc isn't around, we aren't three-staging.
15966           On very clean, also remove ...stamp-co.  Build in-place before
15967           doing other builds.
15969 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15971         * Makefile.in, configure.in: add tgas
15973 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15975         * Makefile.in: a number of changes merged in from progressive.
15977         * configure.in: add libm.
15979         * .cvsignore: ignore some stuff that comes from test-build.mk.
15981 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
15983         * config.sub:  Add es1800 (m68k-ericsson-es1800).
15985 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15987         * configure: Add program_suffix (parallel to program_prefix)
15988         * Makefile.in: adjust directory-creating script for losing decstation
15990 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
15992         * configure:  Minor $subdir-related fixes.
15994 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15996         * configure: fix various problems with propogating
15997         makefile_target_frag in subdirs.
15998         * configure.in: config libgcc if its there
16000 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
16002         * config.sub:  HPPA merge.
16004 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
16006         * Makefile.in:  Replace all-bison with all-byacc in all
16007         dependency lines for other tools (which now use byacc).
16009 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
16011         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
16013 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
16015         * Makefile.in: make gprof rules similar to byacc rules (instead of
16016         vestigal $(unsubdir) that didn't work...)
16018 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
16020         * config.sub:  Add support for Linux.
16021         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
16022         (at least for libg++).
16024 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
16026         * configure.texi: fix doc for the -nfp option to configure
16028 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
16030         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16032 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
16034         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
16035         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16036         * configure.in: added solaris* host_makefile_frag hook.
16038 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16040         * config.sub: changed recognition of m68000 so that various
16041         m68k types can be specified via m680[01234]0
16043 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16045         * config.sub (basic_machine): fix sed so that '-foo' isn't
16046         completely substituted out while .+'-foo' loses the '-foo'
16048 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
16050         * config.sub ($os): Add -aout.
16052 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
16054         * configure:  If host_makefile_frag is absolute, don't
16055         prefix ${invsubdir} (relevant to libg++ auto-configure).
16057 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
16059         * Makefile.in (tooldir): Define it.
16060         (all-ld): Depend on all-flex.
16062 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
16064         * Makefile.in (check):  Fix libg++ special case.
16066 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
16068         * configure: do not bury `pwd` into config.status, thus do fewer
16069           pwd's.
16071         * configure: print the "Building in" message only when building in
16072           other than "." AND verbose.
16074         * configure: remove -s, rework -v to better accommodate guested
16075           configures.
16077         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16079 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
16081         * Makefile.in: macroize flags passed on recursion.  remove
16082           fileutils.
16084 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
16086         * configure: get makesrcdir right for subdirs deeper than 1.
16088         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16089           install.
16091 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
16093         * Makefile.in: don't print subdir_do or recursion lines.
16095 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
16097         * standards.texi: added menu item.
16099         * Makefile.in: build and install standards.info.
16101         * standards.texi: new file.
16103 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16105         * configure: test for and move config.status pieces from
16106           ${subdir}/.
16108 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
16110         * configure:  Test for existance of files before trying to mv
16111         them, to avoid numerous non-existance messages.
16113 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
16115         * configure: correct final line of config.status.
16117         * configure: patch from eggert.  Avoids a protection problem if
16118           the original Makefile.in is read only.
16120         * configure: use move-if-change from gcc to create config.status.
16121           Some makefiles depend on config.status to tell if a directory
16122           has been reconfigured for a different host.  This change
16123           prevents those directories from remaking everything in the case
16124           where the reconfig was only intended to rebuild a Makefile.
16126         * configure: test for config.sub with "config.sub sun4" rather
16127           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
16128           host alias from a missing config.sub.
16130 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16132         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16133           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
16135 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
16137         * configure: mkdir ${subdir} as needed.
16139 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
16141         * Makefile.in,configure.in: added autoconf.
16143 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16145         * Makefile.in: no longer pass against on recursion.
16147         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16148           definitions are not inherited.
16150         * configure: correct makesrcdir when subdir is .
16152 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
16154         * configure:  Add support for 'subdirs' variable, which is
16155         like 'configdirs', except that configure doesn't re-invoke
16156         itself for subdirs, it just creates a Makefile for each subdir.
16157         * configure.texi:  Document subdirs.
16159 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16161         * configure.in: added flex to configdirs
16163 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
16165         * Makefile.in: remove clean-stamps from clean.
16167 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
16169         * configure.in:  Add gdbtest to configdirs.
16171 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
16173         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
16174         to recursive makes.
16175         * configure.in:  Recognize new ncr3000 config.
16177 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
16179         * Makefile.in, configure.in: removed references to gdbm.
16181 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
16183         * config.sub:  Don't canonicalize os value
16184         newsos* to bsd (readline needs to check for newsos).
16185         (This fix was earlier made Jan 31, but got re-broken.)
16187 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
16189         * configure.in:  sco is an os, not a vendor!
16191         * configure:  Quote $( better.  Keep various shells happy.
16193 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
16195         * Makefile.in: eliminate stamp-files.
16197 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
16199         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
16200           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16202 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
16204         * config.sub:  fix iris/iris3.
16206 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
16208         * configure: re-add -rm.
16210 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
16212         * Maskefile.in: add .stmp-rcs to all.
16214         * configure.in: remove gas from rs6000 build, use aix host fragment.
16216 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
16218         * configure: pass down site_option during recursion.
16220 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
16222         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
16224 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
16226         * configure: Change exec_prefix so that it really defaults to prefix.
16228 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
16230         * Makefile.in, configure.in:  Add support for mmalloc library.
16232 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
16234         * Makefile.in: add stmp dependencies for a few more things.
16236 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
16238         * configure: adjusted error message on objdir/srcdir configure
16239           collision, per john's suggestion.
16241         * Makefile.in: add libiberty stmp to all and all.cross.
16243 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
16245         * Makefile.in: remove force dependencies, add grep to all.
16247 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
16249         * Makefile.in: drop flex.  make stamp files work.
16251         * configure: added test for conflicting configuration in srcdir,
16252           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
16253           gets cranky.  use relative paths for configure and srcdir
16254           whenever possible.  Send some error messages to stderr that were
16255           going to stdout.
16257 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
16259         * Makefile.in:  Fix libg++ rule to check for gcc directory
16260         before using gcc/gcc.  Also pass XTRAFLAGS.
16262 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
16264         * Makefile.in: added stmp-files so that directories aren't polled
16265           when they are already built.
16267         * configure.texi: fixed a node pointer problem.
16269 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
16271         * config.sub configure.in gdb/configure.in
16272         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16273         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16274         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
16276 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16278         * configure: -recurring becomes -silent.  corrected help message
16279           for -site= option.
16281         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16283 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16285         * configure: when building Makefile for crosses, replace
16286           tooldir and program_prefix.  default srcdir from location of
16287           config.sub.  remove "for host in hosts" and "for target in
16288           targets" loops.
16290 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16292         * Makefile.in: Do not pass bindir or mandir to cvs.
16294 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
16296         * Makefile.in, configure.in: removed traces of namesubdir,
16297           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
16298           copyrights to '92, changed some from Cygnus to FSF.
16300         * configure.texi: remove most references to multiple hosts,
16301           multiple targets, subdirs, etc.
16303         * configure.man: removed rcsid. reference config.sub not
16304           config.subr.
16306         * Makefile.in: mkdir $(infodir) on install-info.
16308 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
16310         * configure.texi:  Explain better about .gdbinit and about
16311         the environment that configure.in sections run in.
16313 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
16315         * configure.in:  Ultrix is only a decstation if it's a MIPS.
16317 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
16319         * README:  DOC.configure => cfg-paper.texi.
16321 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
16323         * config.sub (near case $os):  Don't convert newsos* to bsd!
16325 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
16327         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
16328         the number of copies of COPYING that go into the GDB tar file.
16330 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
16332         * bfd/configure.in, gdb/config/mh-i386sco,
16333         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16334         Fix SCO configuration stuff.
16336 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
16338         * Makefile.in:  For libg++, make sure the -I pointing
16339         to the gcc directory goes *after* all the libg++-local -I flags.
16340         Also, move just-gcc dependency from just-libg++ to all-libg++.
16342 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
16344         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
16346 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
16348         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
16350 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
16352         * config.sub:  Add stratus configuration frags.  Also
16353         submitted to FSF.
16355 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
16357         * Makefile.in (DEV_SUPPORT):  add configure.man.
16359         * config.sub(Decode manufacturer-specific):  add -none*.
16361 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
16363         * Makefile.in:  remove form feeds to make Sun's make happy.
16364         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
16366 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
16368         * Makefile.in (AR_FLAGS):  Make quieter.
16370 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
16372         * configure.in:  Add libg++.
16373         * configure:  When verbose, don't output the command line at each
16374         level; it will be unremarkably the same as the previous version,
16375         which will be the same as what the user typed.
16377 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
16379         * configure.in, Makefile.in: fix clean-info, add flex.  add
16380           fileutils.
16382         * configure: be less sensitive to spaces in Makefile.in.  Do not
16383           look for sources in "..".  Doing so breaks subdirectories that
16384           might have their own configure.  If a subdir has it's own
16385           configure script, use it.
16387 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
16389         * cfg-paper.texi: some changes suggested by rms.
16391 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
16393         * config.sub:  Merge in some small additions from the FSF version,
16394         taken from the gcc distribution, to bring the Cygnus and FSF
16395         versions into closer sync.
16397 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
16399         * configure.in:  Changed svr4 references to sysv4.
16401 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
16403         * configure: added -V for version number option.
16405 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
16407         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16408           renamed from DOC.configure to cfg-paper.texi.
16410 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16412         * configure, config.subr, config.sub: config.subr is now
16413           config.sub again.
16415 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
16417         * configure.texi: new file, in progress.
16419         * Makefile.in: build info file and install the man page for
16420           configure.
16422         * configure.man: new file, first cut.
16424         * configure: find config.subr again now that configuration "none"
16425           has gone.  removed all traces of the -ansi option.  removed all
16426           traces of the -languages option.
16428         * config.subr: resync from rms.
16430 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16432         * configure, config.sub, config.subr: merge config.sub into
16433           config.subr, call the result config.subr, remove config.sub, use
16434           config.subr.
16436         * Makefile.in: revised install for dir.info.
16438 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16440         * configure.in: add decstation host makefile frag.
16442         * Makefile.in: BISON now bison -y again.  also install-gcc on
16443           install.  clean-gdbm on clean.  infodir belongs in datadir.
16444           Make directories for info install.  Build dir.info here then
16445           install it.
16447 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16449         * Makefile.in: fix for bad directory tests.
16451 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16453         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
16454           regexp.  -srcdir relative was being handled incorrectly.
16456         * Makefile.in: unwrapped some for loops so that parallel makes
16457           work again and so one can focus one's attention on a particular
16458           package.
16460 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16462         * configure: added PWD as a stand in for `pwd` (for speed). use
16463           elif wherever possible.  make -srcdir work without -objdir.
16464           -objdir= commented out.
16466 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16468         * configure: +options become --options.  -subdirs commented out.
16469           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
16470           Makefile now at top of generated Makefile.  Removed cvs log
16471           entries.  added -srcdir.  create .gdbinit only if there is one
16472           in ${srcdir}.
16474         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
16475           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
16476           and mandir now keyed off datadir by default.
16478 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16480         * Freshly created ChangeLog.
16483 Local Variables:
16484 mode: change-log
16485 left-margin: 8
16486 fill-column: 76
16487 version-control: never
16488 End: