config.gcc: Match arm*-*-linux-* for ARM Linux/GNU.
[official-gcc.git] / ChangeLog
blob98a81624101dc48a3d40dcafdbebd6cb3bb95702
1 2012-10-10  Richard Biener  <rguenther@suse.de>
3         * MAINTAINERS: Adjust for changed surename.
5 2012-10-04  Lawrence Crowl  <crowl@google.com>
7         * MAINTAINERS (Write After Approval): Add myself.
9 2012-10-01  Cary Coutant  <ccoutant@google.com>
11         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
13 2012-09-28  Ian Lance Taylor  <iant@google.com>
15         * Makefile.def: Make all-target-libgo depend on
16         all-target-libbacktrace.
17         * Makefile.in: Rebuild.
19 2012-09-26  Ian Lance Taylor  <iant@google.com>
21         * Makefile.def: Make all-gcc depend on all-libbacktrace.
22         * Makefile.in: Rebuild.
24 2012-09-20  Walter Lee  <walt@tilera.com>
26         * configure.ac: Add tilegx to list of targets that support gold.
27         * configure: Regenerate.
29 2012-09-20  Marek Polacek  <polacek@redhat.com>
31         * MAINTAINERS (Write After Approval): Add myself.
33 2012-09-19  Steve Ellcey  <sellcey@mips.com>
35         * configure.ac: Add mips*-mti-elf* target.
36         * configure: Regenerate.
38 2012-09-17  Ian Lance Taylor  <iant@google.com>
40         * MAINTAINERS (Various Maintainers): Add libbacktrace.
41         * configure.ac (host_libs): Add libbacktrace.
42         (target_libraries): Add libbacktrace.
43         * Makefile.def (host_modules): Add libbacktrace.
44         (target_modules): Likewise.
45         * configure, Makefile.in: Rebuild.
47 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
49         PR target/38607
50         Merge upstream change.
51         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
53         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
54         Add libgomp*.o to compare_exclusions for AIX.
55         * configure: Regenerate.
57 2012-09-06  Diego Novillo  <dnovillo@google.com>
59         * configure.ac: Bump minimum GMP version to 4.2.3.
60         * configure: Re-generate.
62 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
64         PR target/54461
65         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
66         target-libgloss if not configured --with-avrlibc=no.
67         * configure: Regenerate.
69 2012-09-04  Jason Merrill  <jason@redhat.com>
71         * configure.ac: Fix --enable-languages=all.
73 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
75         * MAINTAINERS (Write After Approval): Add myself.
77 2012-09-03  Richard Guenther  <rguenther@suse.de>
79         PR bootstrap/54138
80         * configure.ac: Re-organize ISL / CLOOG checks to allow
81         disabling with either --without-isl or --without-cloog.
82         * configure: Regenerated.
84 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
86         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
87         * configure: Regenerate.
89 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
91         * MAINTAINERS: Fix my email address.
93 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
95         PR binutils/4970
96         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
97         and opcodes.
98         * Makefile.in: Regenerated.
100 2012-08-26  Art Haas <ahaas@impactweather.com>
102         * configure: Regenerate.
104 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
106         * INSTALL/README: Also refer to the online installation
107         instructions.
109 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
111         * MAINTAINERS (Write After Approval): Add myself.
112         (Picochip port): Remove myself.
114 2012-08-14   Diego Novillo  <dnovillo@google.com>
116         Merge from cxx-conversion branch.
118         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
119         POSTSTAGE1_CONFIGURE_FLAGS.
120         * Makefile.in: Regenerate.
121         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
122         Force C++ when bootstrapping.
123         * configure: Regenerate.
125 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
127         * MAINTAINERS (Write After Approval): Add myself.
129 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
131         * README: Document use of ranges of years in copyright notices.
133 2012-07-06  Richard Guenther  <rguenther@suse.de>
135         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
136         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
137         --with-gmp=system.
138         * Makefile.in: Regenerated.
139         * configure: Likewise.
141 2012-07-06  Richard Guenther  <rguenther@suse.de>
143         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
144         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
145         supply V=1 as extra_make_flags.
146         * configure: Regenerated.
147         * Makefile.in: Likewise.
149 2012-07-04  Tristan Gingold  <gingold@adacore.com>
151         * configure: Regenerate.
153 2012-07-03  Richard Guenther  <rguenther@suse.de>
155         * Makfile.def (isl): Remove not necessary extra_exports and
156         extra_make_flags.
157         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
158         * Makefile.in: Regenerated.
160 2012-07-03  Richard Guenther  <rguenther@suse.de>
162         * Makefile.def (cloog): Add V=1 to extra_make_flags.
163         * configure.ac: If either the ISL or the CLooG check failed
164         do not try to build in-tree versions.
165         * Makefile.in: Regenerated.
166         * configure: Regenerated.
168 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
170         * configure: Regenerate.
172 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
174         * MAINTAINERS (Various Maintainers): Add myself as testsuite
175         maintainer.
177 2012-07-02  Richard Guenther  <rguenther@suse.de>
179         * configure: Regenerated.
181 2012-07-02  Richard Guenther  <rguenther@suse.de>
182         Michael Matz  <matz@suse.de>
183         Tobias Grosser <tobias@grosser.es>
184         Sebastian Pop <sebpop@gmail.com>
186         * Makefile.def: Add ISL host module, remove PPL host module.
187         Adjust ClooG host module to use the proper ISL.
188         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
189         * configure.ac: Include config/isl.m4.  Add ISL host library,
190         remove PPL.  Remove PPL configury, add ISL configury, adjust
191         ClooG configury.
192         * Makefile.in: Regenerated.
193         * configure: Likewise.
195 2012-07-02  Richard Guenther  <rguenther@suse.de>
197         Merge from graphite branch
198         2011-07-21  Tobias Grosser  <tobias@grosser.es>
200         * configure: Regenerated.
201         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
202         both cloog.org and legacy versions. The only supported version will
203         be CLooG with the isl backend.
205         2011-07-21  Tobias Grosser  <tobias@grosser.es>
207         * configure: Regenerated.
208         * configure.ac: Require cloog isl 0.17.0
210         2011-07-21  Tobias Grosser  <tobias@grosser.es>
212         * configure: Regenerated.
213         * config/cloog.m4: Do not define CLOOG_ORG
215 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
217         * configure.ac: Skip C if explicitly selected.
218         * configure: Regenerate.
220 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
222         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
223         they contain -O2.
224         * configure: Regenerate.
226 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
228         PR debug/53740
229         * df.h, df-problems.c, dce.c: Revert last patch.
231 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
233         * MAINTAINERS (Write After Approval): Update my email address.
235 2012-06-21  Meador Inge  <meadori@codesourcery.com>
237         * MAINTAINERS (Write After Approval): Add myself.
239 2012-06-20  Jason Merrill  <jason@redhat.com>
241         * Makefile.tpl (check-target-libgomp-c++): New.
242         (check-target-libitm-c++): New.
243         * Makefile.def (c++): Add them.
244         * Makefile.in: Regenerate.
246 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
248         * MAINTAINERS (Write After Approval): Add myself.
250 2012-05-16  Olivier Hainque  <hainque@adacore.com>
252         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
253         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
254         (install-no-fixedincludes): Adjust accordingly.
255         * Makefile.in: Regenerate.
257 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
259         Merge upstream change
260         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
262 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
264         * MAINTAINERS (Write After Approval): Add myself.
266 2012-05-09  Nick Clifton  <nickc@redhat.com>
267             Paul Smith  <psmith@gnu.org>
269         PR bootstrap/50461
270         * configure.ac (mpfr-dir): When using in-tree MPFR sources
271         allow for the fact that from release v3.1.0 of MPFR the source
272         files were moved into a src sub-directory.
273         * configure: Regenerate.
275 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
277         * configure.ac: Bump minimum MPFR version to 2.4.0.
278         * configure: Regenerated.
280 2012-05-01  Richard Henderson  <rth@redhat.com>
282         * Makefile.def (libatomic): New target_module.
283         * configure.ac (target_libraries): Add libatomic.
284         (noconfigdirs): Check if libatomic is supported.
285         * Makefile.in, configure: Rebuild.
287 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
289         * MAINTAINERS (Write After Approval): Add myself.
291 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
293         * config.sub: Update to 2012-04-18 version from official repo.
295 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
297         * MAINTAINERS (Write After Approval): Add myself.
299 2012-04-11  Steve Ellcey  <sellcey@mips.com>
301         * MAINTAINERS: Changed email address.
303 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
305         PR target/52737
306         * contrib/gcc_update (files_and_dependencies):
307         Remove gcc/config/avr/t-multilib from touch data.
309 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
311         * MAINTAINERS (OS Port Maintainers): Remove irix.
312         * configure.ac (enable_libgomp): Remove *-*-irix6*.
313         (unsupported_languages): Remove mips-sgi-irix6.*.
314         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
315         (with_stabs): Remove.
316         * configure: Regenerate.
318 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
320         * MAINTAINERS (OS Port Maintainers): Remove osf.
321         * configure.ac (enable_libgomp): Remove *-*-osf*.
322         (with_stabs): Remove alpha*-*-osf*.
323         * configure: Regenerate.
325 2012-03-05  Tristan Gingold  <gingold@adacore.com>
327         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
328         * configure: Regenerate.
330 2012-02-17  Walter Lee  <walt@tilera.com>
332         * MAINTAINERS: (Write After Approval): Delete myself.
334 2012-02-14  Walter Lee  <walt@tilera.com>
336         * MAINTAINERS (tilegx port): Add myself.
337         (tilepro port): Add myself.
338         (Write After Approval): Add myself.
340 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
342         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
343         and Joseph Myers as docstring relicensing maintainers.
345 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
347         * MAINTAINERS (write-after-approval): Add myself.
349 2012-02-08  Ira Rosen <irar@il.ibm.com>
351         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
352         maintainer.
354 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
356         * MAINTAINERS (Write After Approval): Move myself to
357         maintain alphabetical order.
359 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
361         * MAINTAINERS (Write After Approval): Add myself.
363 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
365         * MAINTAINERS (Write After Approval): Add myself.
367 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
368             Jayant R Sonar <jayant.sonar@kpitcummins.com>
370         * configure.ac (cr16-*-*): Remove nonconfigdirs.
371         * configure: Regenerate.
373 2012-01-23  Harshit Chopra  <harshit@google.com>
375         * MAINTAINERS (Write After Approval): Add myself.
377 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
379         * configure.ac: Remove reference to mh-interix.
380         * configure: Regenerate.
382 2012-01-05  Richard Henderson  <rth@redhat.com>
384         PR bootstrap/51072
385         * configure.ac: Disable libitm if c++ is not enabled.
386         * configure: Rebuild.
388         * configure.ac: Fix regexp for same.
389         * configure: Rebuild.
391 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
393         * MAINTAINERS (Write After Approval): Add myself.
395 2012-01-02  Richard Guenther  <rguenther@suse.de>
397         PR bootstrap/51686
398         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
399         * Makefile.in: Regenerate.
401 2011-12-28  Oleg Endo <olegendo@gcc.gnu.org>
403         * MAINTAINERS (Write After Approval): Add myself.
405 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
407         * configure: Regenerate.
409 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
411         * MAINTAINERS (picochip): Changed email address.
413 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
415         * MAINTAINERS (write-after-approval): Add self.
417 2011-11-29  DJ Delorie  <dj@redhat.com>
419         * configure.ac (rl78-*-*) New case.
420         * configure: Regenerate.
421         * MAINTAINERS: Add myself as RL78 maintainer.
423 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
425         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
427 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
429         * libtool.m4: Additional FreeBSD 10 fixes.
431 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
433         * MAINTAINERS: Move myself from Write After Approval to CPU Port
434         Maintainers section, as Epiphany maintainer.
436 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
438         PR target/49992
439         * configure.ac: Remove ranlib special-casing for Darwin.
440         * configure: Regenerate.
442 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
444         * MAINTAINERS (Reviewers): Keep the list sorted.
446 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
448         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
450 2011-11-09  Roland McGrath  <mcgrathr@google.com>
452         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
453         * configure: Rebuild.
454         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
455         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
456         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
457         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
458         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
459         Add READELF.
460         * Makefile.in: Rebuild.
462 2011-11-09  Jason Merrill  <jason@redhat.com>
464         * Makefile.def (language=c++): Remove check-c++0x.
465         * Makefile.in (check-gcc-c++): Regenerate.
467 2011-11-08  Richard Henderson  <rth@redhat.com>
469         * configure.ac: Test for libitm directory present first.
471         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
473         * configure.ac: Test libitm/configure.tgt to disable libitm.
474         * configure: Rebuild.
476 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
477             Richard Henderson  <rth@redhat.com>
479         Merged from transactional-memory.
481         * Makefile.def (lang_env_dependencies): libitm is c++.
482         Add libitm target module.
483         * configure.ac: Likewise.
484         * config/mmap.m4: New file.
485         * contrib/gcc_update: Add libitm to touch data.
486         * Makefile.in, configure: Rebuild.
488 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
490         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
491         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
492         * Makefile.in: Regenerate.
494 2011-11-01  DJ Delorie  <dj@redhat.com>
496         * config.sub: Update to version 2011-10-29 (added rl78)
498 2011-10-27  Nick Clifton  <nickc@redhat.com>
500         * config.sub: Import these changes from the config project:
502         2011-10-08  Joern Rennecke <joern.rennecke@embecosm.com>
503             Ben Elliston  <bje@gnu.org>
505         * config.sub (epiphany): New.
507         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
508             Ben Elliston  <bje@gnu.org>
510         * config.sub (hexagon, hexagon-*): New.
512         2011-08-23  Roland McGrath  <mcgrathr@google.com>
514         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
515         64eb to be64.
517         2011-08-16  Roland McGrath  <mcgrathr@google.com>
519         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
520         (nacl): Grok as alias for 32el-unknown-nacl.
522 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
524         * MAINTAINERS (Write After Approval): Add myself.
526 2011-10-24  Teresa Johnson  <tejohnson@google.com>
528         * MAINTAINERS (Write After Approval): Add myself.
530 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
532         * MAINTAINERS (sparc port): Remove myself.
534 2011-09-14  Tom de Vries  <tom@codesourcery.com>
536         * MAINTAINERS (Write After Approval): Add myself.
538 2011-08-14  Yao Qi  <yao@codesourcery.com>
540         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
541         * configure: Regenerate.
543 2011-07-26  Ian Lance Taylor  <iant@google.com>
545         * configure.ac: Set have_compiler based on whether gcc directory
546         exists, rather than on whether gcc is in configdirs.
547         * configure: Rebuild.
549 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
551         * MAINTAINERS (Global Reviewers): Add self.
553 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
555         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
556         link directories.
557         * Makefile.in: Rebuild.
559 2011-07-20  Ian Lance Taylor  <iant@google.com>
561         PR bootstrap/49787
562         * configure.ac: Move --enable-bootstrap handling earlier in file.
563         If --enable-bootstrap and either --enable-build-with-cxx or
564         --enable-build-poststage1-with-cxx, enable C++ automatically.
565         * configure: Rebuild.
567 2011-07-19  Ian Lance Taylor  <iant@google.com>
569         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
570         make C++ a boot_language.  Set and substitute
571         POSTSTAGE1_CONFIGURE_FLAGS.
572         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
573         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
574         * configure, Makefile.in: Rebuild.
576 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
578         * MAINTAINERS (Register Allocation): Move myself from reviewers to
579         maintainers.
581 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
583         * MAINTAINERS (Global Reviewers): Add myself.
585 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
587         * configure: Regenerate.
589 2011-07-16  Jason Merrill  <jason@redhat.com>
591         * Makefile.def (language=c++): Add check-c++0x and
592         check-target-libmudflap-c++.
593         * Makefile.tpl (check-target-libmudflap-c++): New.
594         * Makefile.in: Regenerate.
596 2011-07-16  Matthias Klose  <doko@ubuntu.com>
598         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
599         * Makefile.def (target_modules/libjava): Pass
600         $(EXTRA_CONFIGARGS_LIBJAVA).
601         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
602         if not configured with --enable-static-libjava.
603         * Makefile.in: Regenerate.
604         * configure: Likewise.
606 2011-07-15  Jason Merrill  <jason@redhat.com>
608         * Makefile.in (check-c++): Move check-gcc-c++0x after
609         check-target-libstdc++-v3.
611 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
613         * MAINTAINERS (c6x port): New entry.
615 2011-07-13  Jason Merrill  <jason@redhat.com>
617         * Makefile.in (check-gcc-c++0x): New.
618         (check-c++): Depend on it.
620 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
622         PR target/39150
623         * configure.ac (i[3456789]86-*-solaris2*): Also accept
624         x86_64-*-solaris2.1[0-9]*.
625         * configure: Regenerate.
627 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
629         * MAINTAINERS (RTL optimizers): Add self.
631 2011-06-27  Gabriel Charette  <gchare@google.com>
633         * MAINTAINERS (Write After Approval): Add myself.
635 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
637         PR regression/47836
638         PR bootstrap/23656
639         PR other/47733
640         PR bootstrap/49247
641         PR c/48825
642         * configure.ac (target_libraries): Remove target-libiberty.
643         Remove case-statement setting skipdirs=target-libiberty for
644         multiple targets.  Remove checking target_configdirs and
645         removing target-libiberty but keeping target-libgcc if
646         otherwise empty.
647         * Makefile.def (target_modules): Don't add libiberty.
648         (dependencies): Remove all traces of target-libiberty.
649         * configure, Makefile.in: Regenerate.
651 2011-06-13  Walter Lee <walt@tilera.com>
653         * configure.ac (tilepro-*-*) New case.
654         (tilegx-*-*): Likewise.
655         * configure: Regenerate.
657 2011-06-06  Jing Yu  <jingyu@google.com>
659         * configure.ac: Skip target-libiberty for
660         arm*-*-linux-androideabi.
661         * configure: Regenerated.
663 2011-06-06  Nick Clifton  <nickc@redhat.com>
665         * config.sub: Sync from upstream.
667 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
669         * MAINTAINERS (Write After Approval): Add myself.
671 2011-06-01  Daniel Jacobowitz  <drow@false.org>
673         * MAINTAINERS: Update my email address.
675 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
677         * MAINTAINERS (Write After Approval): Update my email address.
679 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
681         * MAINTAINERS (Write After Approval): Add myself.
683 2011-05-08  Doug Kwan  <dougkwan@google.com>
685         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
686         * configure: Regenerated.
687         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
688         value from configure.
689         * Makefile.in: Regenerated.
691 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
693         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
694         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
695         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
696         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
697         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
698         *-*-vxworks*): Disable newlib and libgloss in separate case
699         statement.
700         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
701         to separate case statement.
702         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
703         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
704         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
705         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
706         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
707         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
708         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
709         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
710         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
711         i[[3456789]]86-*-rdos*, m32r-*-*,
712         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
713         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
714         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
715         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
716         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
717         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
718         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
719         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
720         and libgloss in main case over targets.  Remove most empty cases
721         in main case over targets.
722         * configure: Regenerate.
724 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
726         * MAINTAINERS (Write After Approval): Add myself.
728 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
730         * configure.ac: Remove code setting special library locations for
731         hppa*64*-*-hpux11*.  Remove code setting compiler for
732         sparc-sun-solaris2*.
733         * configure: Regenerate.
735 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
737         * configure.ac: Separate libgloss_dir settings from general case
738         over targets.
739         * configure: Regenerate.
741 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
743         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
744         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
745         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
746         cases in libgcj-disabling case statement.
747         (hppa*64*-*-linux*): Set unsupported_languages instead of
748         disabling target-zlib.
749         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
750         to hppa*64*-*-hpux*.
751         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
752         hppa*-*-hpux*.
753         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
754         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
755         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
756         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
757         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
758         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
759         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
760         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
761         libgcj-disabling case statement.
762         * configure: Regenerate.
764 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
766         * configure.ac: Disable Java for targets not supporting libffi.
767         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
768         Remove cases in Java-disabling statement.
769         (*arm-wince-pe): Change to arm-wince-pe.
770         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
771         cases in Java-disabling statement.
772         (bfin-*-*): Don't disable Java again.
773         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
774         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
775         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
776         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
777         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
778         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
779         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
780         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
781         Java-disabling statement.
782         (mmix-*-*): Don't disable Java again.
783         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
784         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
785         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
786         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
787         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
788         statement.
789         * configure: Regenerate.
791 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
793         * configure.ac: Separate cases disabling Java and Java libraries
794         from general case over targets.
795         * configure: Regenerate.
797 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
799         * MAINTAINERS: Update my email address.
801 2011-04-20  Easwaran Raman  <eraman@google.com>
803         * MAINTAINERS (Write After Approval): Add myself.
805 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
807         PR lto/48086
808         * configure.ac: Re-enable LTO on *-apple-darwin9*.
809         * configure: Regenerate.
811 2011-04-16  Jim Meyering  <meyering@redhat.com>
813         * MAINTAINERS (Write After Approval): Add myself.
815 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
817         * MAINTAINERS: Update my email address.
819 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
821         * MAINTAINERS (Write After Approval): Add myself.
823 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
825         * MAINTAINERS (Write After Approval): Add myself.
827 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
829         * MAINTAINERS (Write After Approval): Add myself.
831 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
833         * configure.ac (build_tools): Remove build-byacc.
834         (host_libs): Remove mmalloc.
835         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
836         autoconf automake libtool diff rcs fileutils shellutils time
837         textutils wdiff find uudecode hello tar gzip indent recode release
838         sed perl gawk findutils gettext zip.
839         (libgcj): Remove target-qthreads.
840         (target_tools): Remove target-examples target-gperf.
841         (YACC): Don't handle building byacc.
842         * configure: Regenerate.
843         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
844         dosutils, examples, fileutils, find, findutils, gawk, gettext,
845         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
846         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
847         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
848         handle building components.
849         * Makefile.in: Regenerate.
851 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
853         * MAINTAINERS: Update my email address as Xtensa maintainer.
855 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
857         * config.sub: Sync from upstream.
859 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
861         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
862         (microblaze*): Don't disable libssp.
863         * configure: Regenerate.
865 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
867         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
868         moveifchange.
869         * configure: Regenerate.
870         * Makefile.tpl: Use @SHELL@ not @config_shell@.
871         * Makefile.in: Regenerate.
873 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
875         * configure.ac (*-*-sysv4*): Don't enable libgomp.
876         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
877         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
878         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
879         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
880         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
881         md_exec_prefix cases.
882         * configure: Regenerate.
884 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
886         * configure.ac: Separate cases disabling target-libssp,
887         target-libiberty, target-libstdc++-v3 and Fortran from general
888         case over targets.
889         * configure: Regenerate.
891 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
893         * configure.ac (*-*-chorusos): Don't disable libgcj.
894         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
895         Remove case.
896         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
897         (arm-*-coff): Don't disable libgcj.
898         (arm*-*-linux-gnueabi): Remove useless assignment.
899         (arm-*-riscix*): Don't disable libgcj.
900         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
901         configuration.
902         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
903         (c54x*-*-*): Remove case.
904         (tic54x-*-*): Don't disable GCC or GCC libraries.
905         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
906         to *.
907         (d10v-*-*): Don't disable GCC libraries.
908         (d30v-*-*): Don't disable libgcj.
909         (h8500-*-*): Don't disable GCC libraries.
910         (i960-*-*): Don't disable libgcj.
911         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
912         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
913         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
914         libgcj.
915         (m68k-*-coff*): Remove case.
916         (mmix-*-*): Don't disable libgloss on host.
917         (mn10200-*-*, mn10300-*-*): Remove cases.
918         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
919         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
920         Don't disable libgcj.
921         (romp-*-*): Remove case.
922         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
923         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
924         case.
925         (v810-*-*): Don't disable GCC libraries.
926         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
927         (ip2k-*-*): Don't disable GCC libraries.
928         * configure: Regenerate.
930 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
932         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
933         libffi on host.
934         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
935         on host.
936         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
937         * configure: Regenerate.
939 2011-03-26  John Marino  <binutils@marino.st>
941         * configure.ac: Add support for *-*-dragonfly*
942         * configure: Regenerate.
944 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
946         * configure.ac (native_only): Remove.
947         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
948         send-pr uudecode guile gnuserv on host.
949         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
950         send-pr rcs guile perl texinfo libtool on host.
951         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
952         automake send-pr rcs guile perl texinfo libtool on host.
953         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
954         (*-*-kaos*): Don't disable target-examples target-gperf on target.
955         (alpha*-dec-osf*): Don't disable fileutils on target.
956         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
957         texinfo send-pr expect dejagnu on target.
958         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
959         target-qthreads on target.
960         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
961         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
962         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
963         x86_64-*-mingw*): Don't disable expect on target.
964         (*-*-cygwin*): Don't disable target-gperf on target.
965         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
966         gnuserv on target.
967         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
968         target.
969         * configure: Regenerate.
971 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
973         * configure.ac (target_tools): Remove target-groff.
974         (native_only): Remove target-groff.
975         (hppa*64*-*-*): Don't disable byacc.
976         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
977         setting.
978         (*-*-kaos*): Don't skip target-librx and target-groff.
979         (*-*-netware*): Don't skip target-libmudflap.
980         (*-*-tpf*): Don't skip target-libmudflap.
981         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
982         directories on the host.
983         (ia64*-*-*vms*): Don't skip tix.
984         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
985         host.
986         * configure: Regenerate.
988 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
990         * configure.ac: Remove references to mt-mep, mt-netware,
991         mt-wince.
992         * Makefile.def: Add all-utils soft dependencies.
993         * Makefile.tpl: Remove GDB_NLM_DEPS.
994         * configure: Regenerate.
995         * Makefile.in: Regenerate.
997 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
999         * configure.ac: Do not include mh-x86omitfp.
1000         * configure: Regenerate.
1002 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1004         * configure.ac: Remove empty cases.
1005         * configure: Regenerate.
1007 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1009         * Makefile.def: Add dependency from termcap to gdb.
1010         * Makefile.in: Regenerate.
1012 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1014         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1015         * configure: Regenerate.
1016         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1017         * Makefile.tpl: Likewise.
1018         * Makefile.in: Regenerate.
1020 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1022         * configure.ac: Remove all mentions of tentative_cc.
1023         * configure: Regenerate.
1025 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1027         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1028         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1029         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1030         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1031         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1032         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1033         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1034         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1035         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1036         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1037         *-*-rhapsody*): Remove host cases.
1038         * configure: Regenerate.
1040 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1042         * configure.ac (ppc*-*-pe): Remove host case.
1043         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1044         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1045         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1046         cases.
1047         * configure: Regenerate.
1049 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1051         * config.sub: Update to version 2011-03-23.
1053 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
1055         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1056         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1057         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1058         * configure: Regenerate.
1060 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
1062         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
1063         to Write After Approval.
1064         * config-ml.in: Don't handle arc-*-elf*.
1065         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1066         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1067         handle GCC libraries.
1068         * configure: Regenerate.
1070 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1072         PR bootstrap/48120:
1073         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1074         Add -lstdc++ -lm to LIBS.
1075         * configure: Regenerate.
1077 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
1079         * config.guess: Update to version 2011-02-02
1080         * config.sub: Update to version 2011-02-24
1082 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
1084         PR lto/48086
1085         * configure.ac: Re-enable LTO on *-apple-darwin9.
1086         * configure: Regenerate.
1088 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
1090         PR lto/48086
1091         * configure.ac: Disable LTO on darwin due to an assembler change in
1092         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
1093         under 256.
1094         * configure: Regenerate.
1096 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
1098         * MAINTAINERS: Update myself as score backend maintainer,
1099         update my e-mail address.
1101 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
1103         * MAINTAINERS: Update my e-mail address.
1105 2011-03-06  Joey Ye  <joey.ye@arm.com>
1107         * MAINTAINERS: Update my e-mail address.
1109 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1111         * configure.ac: Adjust test of with_ppl.
1112         * configure: Regenerated.
1114 2011-03-02  Kai Tietz  <ktietz@redhat.com>
1116         * MAINTAINERS: Adjust my e-mail address.
1118 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1120         * configure.ac: Add -lpwl to ppllibs.
1121         * configure: Regenerated.
1123 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1125         * config/cloog.m4: Add -lisl to clooglibs.
1126         * configure: Regenerated.
1128 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1130         * MAINTAINERS (CPU Port maintainers): Add self.
1132 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1134         * MAINTAINERS: Add myself as testsuite maintainer.
1136 2011-02-15  Mike Stump  <mikestump@comcast.net>
1138         * MAINTAINERS: Add myself as testsuite maintainer.
1140 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1142         Import from Libtool and gnulib:
1144         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
1146         Prepare for supporting FreeBSD 10.
1147         * config.rpath: Remove handling of freebsd1* which soon would
1148         match FreeBSD 10.0.
1150         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
1152         Remove support for FreeBSD 1.x.
1153         * libtool.m4 (_LT_LINKER_SHLIBS)
1154         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1155         soon would incorrectly match FreeBSD 10.0.
1157 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1159         PR binutils/12283
1160         * move-if-change: Import version from gnulib.
1162 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
1164         PR lto/47225
1165         * Makefile.def (lto-plugin): Double dash for enable-shared.
1166         (configure-gcc): Depend on all-lto-plugin.
1167         * Makefile.in: Rebuilt.
1169 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1171         * configure.ac: Remove extra bracket.
1172         * configure: Regenerate.
1174 2011-02-08  Tobias Burnus  <burnus@net-b.de>
1176         * MAINTAINERS: Add myself as libquadmath maintainer.
1178 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
1180         * MAINTAINERS: Update my email address.
1182 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
1184         * MAINTAINERS (option handling): Add self.
1186 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
1188         PR lto/47225
1189         * Makefile.def: Add dependency for install-gcc
1190         on install-lto-plugin.
1191         * Makfile.in: Regenerated
1193 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
1195         * MAINTAINERS (CPU Port Maintainers): Add myself.
1197 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
1199         PR libgcj/44341
1200         * configure.ac: Discard --with-* flags for host when configuring
1201         target libraries for cross build.
1202         * configure: Rebuilt.
1204 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1206         * MAINTAINERS (linear loop transforms): Removed.
1208 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
1210         * configure.ac: If with_ppl is no, move setting with_cloog=no
1211         after CLOOG_REQUESTED check.
1212         * configure: Regenerated.
1214 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1216         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1217         CLooG has been requested.
1218         * configure: Regenerated.
1220 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1222         * configure: Regenerated.
1223         * configure.ac: Check for version 0.11 (or later revision) of PPL.
1225 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
1227         * configure: Regenerated.
1228         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1230 2011-01-21  Andreas Schwab  <schwab@redhat.com>
1232         * configure.ac: Use AS_HELP_STRING throughout.
1233         * configure: Regenerate.
1235 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
1237         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1238         * configure: Regenerate.
1240 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1242         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1244 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
1246         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1247         for ia64-hpux.
1248         * configure: Regenerate.
1250 2011-01-07  Jan Hubicka  <jh@suse.cz>
1252         PR lto/47225
1253         * Makefile.in: Regenerate.
1254         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1255         configure.
1257 2011-01-07  Jan Hubicka  <jh@suse.cz>
1259         * Makefile.in: Regenerate.
1260         * Makefile.def (gcc host module) and soft dependency on lto-plugin
1261         and configure dependency on lto-plugin configure.
1262         (lto-plugin module): Remove dependency on GCC; add dependency on
1263         liniberty.
1265 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
1267         * MAINTAINERS (Write After Approval): Add myself.
1269 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
1271         * configure: Regenerate.
1273 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
1275         * configure.ac: (picochip): Disable libiberty.
1277 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
1279         * MAINTAINERS (Write After Approval): Add myself.
1281 2010-12-10  Ian Lance Taylor  <iant@google.com>
1283         PR bootstrap/46819
1284         * configure.ac: For --disable-libgcj clear libgcj_saved.
1285         * configure: Rebuild.
1287 2010-12-10  Tobias Burnus  <burnus@net-b.de>
1289         PR fortran/46540
1290         * configure.ac: Add --disable-libquadmath and
1291         --disable-libquadmath-support.
1292         * configure: Regenerate.
1294 2010-12-03  Ian Lance Taylor  <iant@google.com>
1296         * MAINTAINERS: Add myself as libgo maintainer.
1298 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
1300         PR libffi/46792
1301         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1302         * configure: Regenerate.
1304 2010-12-02  Ian Lance Taylor  <iant@google.com>
1306         * configure.ac: Always set default for poststage1_ldflags to
1307         -static-libstdc++ -static-libgcc.
1309 2010-11-29  Andreas Schwab  <schwab@redhat.com>
1311         * configure.ac: Move comment to remove extra space in last argument
1312         of GCC_TARGET_TOOL.
1314 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
1316         PR other/46026
1317         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1318         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1319         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1320         (BASE_FLAGS_TO_PASS): Use it.
1321         * configure: Rebuilt.
1322         * Makefile.in: Rebuilt.
1324 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
1326         PR binutils/12258
1327         * configure.ac: Correct comments for --enable-gold/--enable-ld.
1328         Properly check default linker.
1329         * configure: Regnerated.
1331 2010-11-23  Matthias Klose  <doko@ubuntu.com>
1333         * configure.ac: For --enable-gold, handle value `default' instead of
1334         `both*'.  New configure option --{en,dis}able-ld.
1335         * configure: Regenerate.
1337 2010-11-20  Ian Lance Taylor  <iant@google.com>
1339         * configure.ac: Only disable a language library if no language needs
1340         it.  Don't let --disable-libgcj uncondtionally disable libffi.
1341         * configure: Rebuild.
1343 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1345         * Makefile.in: Regenerate.
1347         PR other/46202
1348         * configure.ac: Fix just-built in-tree STRIP name to be
1349         binutils/strip-new.
1350         * configure: Regenerate.
1351         * Makefile.def (install-strip-gcc, install-strip-binutils)
1352         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1353         (install-strip-sid): Mirror dependencies on non-strip variants
1354         of these targets on the respective -strip prerequisites.
1355         * Makefile.tpl (install-strip, install-strip-host)
1356         (install-strip-target): New targets.
1357         (install-strip-[+module+], install-strip-target-[+module+]):
1358         New targets.
1359         * Makefile.in: Regenerate.
1361 2010-11-19  Ian Lance Taylor  <iant@google.com>
1362             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1364         * configure.ac: Add target-libgo to target_libraries.  Set
1365         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1366         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1367         (HOST_EXPORTS): Add GOC.
1368         (BASE_TARGET_EXPORTS): Add GOC.
1369         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1370         (GOCFLAGS_FOR_TARGET): New variable.
1371         (EXTRA_HOST_FLAGS): Add GOC.
1372         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1373         * Makefile.def (target_modules): Add libgo.
1374         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1375         (dependencies): Add dependency from configure-target-libgo to
1376         configure-target-libffi and all-target-libstdc++-v3.  Add
1377         dependencies from all-target-libgo to all-target-libffi.
1378         (languages): Add go.
1379         * configure: Rebuild.
1380         * Makefile.in: Rebuild.
1382 2010-11-19  Ian Lance Taylor  <iant@google.com>
1384         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1385         compiler/flag environment variables.
1387 2010-11-18  Ian Lance Taylor  <iant@google.com>
1389         * configure.ac: Check for lang_requires_boot_languages in
1390         config-lang.in files.
1391         * configure: Rebuild.
1393 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1394             Tobias Burnus  <burnus@net-b.de>
1396         PR fortran/32049
1397         * Makefile.def: Add libquadmath; build it with language=fortran.
1398         * configure.ac: Add libquadmath.
1399         * Makefile.tpl: Handle multiple libs in check-[+language+].
1400         * Makefile.in: Regenerate.
1401         * configure: Regenerate.
1403 2010-11-16  Tom Tromey  <tromey@redhat.com>
1405         * MAINTAINERS: Moved myself to reviewers section.
1407 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
1409         * MAINTAINERS: Moved myself to reviewers section.
1411 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1413         * MAINTAINERS (Various Maintainers): Add self for build machinery.
1414         (Write After Approval): Remove self.
1416 2010-11-15  Andreas Schwab  <schwab@redhat.com>
1418         * configure.ac: Fix spelling in option names.
1419         * configure: Regenerated.
1421 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
1423         PR bootstrap/39622
1424         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1425         * configure: Regenerated.
1427 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
1429         * MAINTAINERS: Update my email address.
1431 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1433         * configure: Regenerate.
1435 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1437         * configure: Regenerate.
1439 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1441         * configure: Regenerate.
1443 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1445         * configure: Regenerate.
1447 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1449         * configure.ac: Support official CLooG.org versions.
1450         * configure: Regenerate.
1451         * config/cloog.m4: New.
1453 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
1455         * MAINTAINERS (Write After Approval): Add myself.
1457 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
1459         * MAINTAINERS: Update my email address.
1461 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
1463         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1464         * configure: Regenerate.
1466 2010-11-03  Ian Lance Taylor  <iant@google.com>
1467             Dave Korn  <dave.korn.cygwin@gmail.com>
1469         PR lto/46273
1470         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
1471         and on other supported platforms whenever LTO is enabled.
1472         * configure: Rebuild.
1474 2010-11-02  Alan Modra  <amodra@gmail.com>
1476         PR binutils/12110
1477         * configure.ac: Error when source path contains spaces.
1478         * configure: Regenerate.
1480 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
1482         * MAINTAINERS: Update my email address.
1484 2010-10-20  Ian Lance Taylor  <iant@google.com>
1486         * Makefile.def (target_modules): Set lib_path to src/.libs for
1487         libstdc++-v3 module.
1488         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1489         * Makefile.in: Rebuild.
1491 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1493         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
1494         (Write After Approval): Remove myself.
1496 2010-10-15  Tristan Gingold  <gingold@adacore.com>
1498         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1500 2010-10-14  Douglas Rupp  <rupp@gnat.com>
1502         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1504 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1506         * configure.ac (build_lto_plugin): New shell variable.
1507         (--enable-lto): Turn on by default for all non-ELF platforms that
1508         have had LTO support added so far.  Set build_lto_plugin appropriately
1509         for both ELF and non-ELF.
1510         (configdirs): Add lto-plugin or not based on build_lto_plugin.
1511         * configure: Regenerate.
1513 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1515         Sync from src:
1516         * configure.ac (v850 support): Remove target-libgloss from
1517         noconfigdirs.
1518         * configure: Regenerate.
1520 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1522         PR bootstrap/45326
1523         PR bootstrap/45174
1524         * configure.ac: Honor initial values of $build_configargs,
1525         $host_configargs, $target_configargs.  Mark the precious, so
1526         environment settings get recorded.
1527         * configure: Regenerate.
1529 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1531         PR bootstrap/45796
1532         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1533         Depend on all-build-libiberty.
1534         * Makefile.in: Regenerate.
1536 2010-09-30  Michael Eager  <eager@eagercon.com>
1538         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1539         * configure: Regenerate.
1541 2010-09-28  Michael Eager  <eager@eagercon.com>
1543         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
1545 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1547         PR bootstrap/44621
1548         * configure.ac: Fix unportable shell quoting.
1549         * configure: Regenerate.
1551 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
1553         * configure.ac (enable-lto): Add Darwin to the list of supported lto
1554         targets and amend comment.
1555         * configure: Regenerate.
1557 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
1559         * MAINTAINERS (Write After Approval): Add myself.
1561 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
1563         * configure.ac: Enable LTO by default on Darwin.
1564         * configure: Regenerate.
1566 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
1568         * MAINTAINERS (Write After Approval): Add myself.
1570 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
1572         * MAINTAINERS (Write After Approval): Add myself.
1574 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
1576         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
1577         ports
1579 2010-07-28  David Yuste  <david.yuste@gmail.com>
1581         * MAINTAINERS (Write After Approval): Add myself.
1583 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
1585         * configure.ac: Support all v850 targets.
1586         * configure: Regenerate.
1588 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
1590         PR bootstrap/44455
1591         * configure.ac (extra_mpfr_configure_flags): Copy from
1592         extra_mpc_gmp_configure_flags.
1593         * configure: Re-generated.
1595 2010-07-22  Andi Kleen  <ak@linux.intel.com>
1597         * MAINTAINERS (Write After Approval): Add myself.
1599 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
1601         * MAINTAINERS (Write After Approval): Add myself.
1603 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
1605         * MAINTAINERS (Write After Approval): Add myself.
1607 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
1609         PR target/44862
1610         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1611         Provide -B option to allow for link spec %s substitutions for
1612         libstdc++.a on darwin.
1613         * Makefile.in: Regenerate.
1615 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
1617         * MAINTAINERS (Reviewers): Update my e-mail address
1619 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
1621         * Makefile.def (configure-gcc): Depend on all-libelf.
1622         * Makefile.in: Rebuild.
1624 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
1626         * MAINTAINERS (Write After Approval): Add myself in the right place.
1628 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
1630         * MAINTAINERS (Write After Approval): Add myself.
1632 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
1634         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
1636 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
1638         * config.sub: Update to version 2010-05-21.
1639         * config.guess: Update to version 2010-04-03.
1641 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
1643         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1644         * configure: Regenerate.
1646 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
1648         * MAINTAINERS (Write After Approval): Add myself.
1650 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
1652         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1653         a platform that supports LTO.
1654         * configure: Regenerate.
1656 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
1658         * configure.ac: Allow all the versions greater than 0.10 of PPL.
1659         * configure: Regenerated.
1661 2010-04-27  Roland McGrath  <roland@redhat.com>
1662             H.J. Lu  <hongjiu.lu@intel.com>
1664         * configure.ac (--enable-gold): Support both, both/gold and
1665         both/bfd to add gold to configdirs without removing ld.
1666         * configure: Regenerated.
1668         * Makefile.def: Add install-gold dependency to install-ld.
1669         * Makefile.in: Regenerated.
1671 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
1673         PR lto/42776
1674         * configure.ac (--enable-lto): Refactor handling so libelf tests
1675         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1676         and allow LTO to be explicitly enabled on non-ELF platforms that
1677         are known to support it inside else-clause.
1678         * configure: Regenerate.
1680 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
1682         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1683         * configure: Regenerate.
1685 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
1687         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1688         * configure: Regenerate.
1690 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1692         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1693         separately.
1694         * configure: Regenerate.
1696 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
1698         * MAINTAINERS (Write After Approval): Add myself.
1700 2010-04-14  Tristan Gingold  <gingold@adacore.com>
1702         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1703         * configure: Regenerate.
1705 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
1707         * configure: Regenerate after change to elf.m4.
1709 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
1711         * MAINTAINERS (Write After Approval): Add myself.
1713 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1715         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1716         * configure: Regenerated.
1718 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1720         * configure.ac: Print "buggy but acceptable" when CLooG
1721         revision is less than 9.
1722         * configure: Regenerated.
1724 2010-04-01  Diego Novillo  <dnovillo@google.com>
1726         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
1728 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1730         PR bootstrap/43615
1731         PR bootstrap/43328
1733         Revert:
1735         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1737         * configure.ac: Do not pass --enable-multilib nor
1738         --disable-multilib in baseargs.  Accept explicitly passed
1739         --enable_multilib.
1740         * configure: Regenerate.
1742 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
1744         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
1746 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
1748         * MAINTAINERS: Remove myself.
1750 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1752         PR bootstrap/43328
1753         * configure.ac: Do not pass --enable-multilib nor
1754         --disable-multilib in baseargs.  Accept explicitly passed
1755         --enable_multilib.
1756         * configure: Regenerate.
1758 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
1760         * MAINTAINERS (spu port): Remove me.
1762 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1764         * configure.ac (tic6x-*-*): New case.
1765         * configure: Regenerate.
1767 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1769         * config.sub: Update to version 2010-03-22.
1770         * config.guess: Update to version 2009-12-30.
1772 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
1774         PR ada/42554
1775         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1776         * configure: Regenerate.
1778 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1780         * MAINTAINERS: Update my email address.
1782 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
1784         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
1785         (ghassan.shobaki@amd.com): Removed.
1787 2010-03-17  Alan Modra  <amodra@gmail.com>
1789         * MAINTAINERS: Update my email address.
1791 2010-03-16  Diego Novillo  <dnovillo@google.com>
1793         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
1794         Matthews.
1796 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1798         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
1799         Gutson, Jeffrey D. Oldham and Mark Shinwell.
1801 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1803         * MAINTAINERS: Update my email address.
1805 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
1807         * MAINTAINERS: Update my email address.
1809 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
1811         * MAINTAINERS: Update my email address.
1813 2010-03-09  Jie Zhang  <jie@codesourcery.com>
1815         * MAINTAINERS: Update my email address.
1817 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1819         PR libstdc++/32499
1820         * configure.ac (RANLIB): Default to true.
1821         (STRIP): Likewise.
1822         (RANLIB_FOR_TARGET): Remove superfluous : argument.
1823         * configure: Regenerate.
1825 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
1827         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
1828         (Write After Approval): Update my email address.
1830 2010-02-17  Nick Clifton  <nickc@redhat.com>
1832         PR 11238
1833         * Makefile.tpl (local-distclean): Also remove config.cache files in
1834         sub-directories as there may not be Makefiles present in the
1835         sub-directories.
1836         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1837         the config.cache files found by the find command.
1839         * Makefile.in: Regenerate.
1840         * configure.ac: Revert previous delta.
1841         * configure: Regenerate.
1843 2010-02-15  Nick Clifton  <nickc@redhat.com>
1845         PR 11238
1846         * configure.ac: Delete config.cache files in sub-directories when
1847         deleting Makefiles.
1848         * configure: Regenerate.
1850 2010-02-12  Ben Elliston  <bje@gnu.org>
1852         * MAINTAINERS: Update my email address.
1854 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
1856         * MAINTAINERS (spu port): Update my email address.
1858 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
1860         * MAINTAINERS: Add myself as a maintainer for the bfin port.
1862 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1864         * configure.ac: Add "recommended" version checks for GMP/MPC.
1865         Update recommended GMP/MPFR/MPC versions.
1866         * configure: Regenerate.
1868 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
1870         * MAINTAINERS: Move my Embecosm email address into the
1871         write-after-approval section.
1873 2010-01-26  Ian Lance Taylor  <iant@google.com>
1875         * MAINTAINERS: Add myself as Go frontend maintainer.
1877 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
1879         PR libstdc++/36101, PR libstdc++/42813
1880         * configure.ac (bootstrap_target_libs): Make inclusion of
1881         target-libgomp conditional on libgomb being in target_configdirs.
1882         * configure: Regenerate.
1884 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
1886         PR libstdc++/36101, PR libstdc++/42813
1887         * configure.ac (bootstrap_target_libs): Include target-libgomp.
1888         * configure: Regenerate.
1890 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
1892         PR libstdc++/36101, PR libstdc++/42813
1893         * configure.ac (target_configdirs): Substitute.
1894         * Makefile.def: Bootstrap target module libgomp.
1895         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1896         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1897         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1898         * configure, Makefile.in: Regenerate.
1900 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1902         * MAINTAINERS: Adjust my details.
1904 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
1906         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
1908 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
1910         * MAINTAINERS: reindented my entry with tabs instead of spaces.
1912 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
1914         * MAINTAINERS (Write After Approval): Add myself.
1916 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1918         * MAINTAINERS (Write After Approval): Add myself.
1920 2010-01-11  Richard Guenther  <rguenther@suse.de>
1922         PR lto/41569
1923         * Makefile.def (all-lto-plugin): Depend on all-gcc.
1924         * Makefile.in: Regenerated.
1926 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
1928         * configure.ac: Enable libjava build on x86_64-*freebsd*.
1929         * configure: Regenerate.
1931 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1932             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1934         PR bootstrap/42424
1935         * configure.ac: Include libtool m4 files.
1936         (_LT_CHECK_OBJDIR): Call it.
1937         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1938         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1940         * configure: Regenerate.
1942 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1944         PR bootstrap/41818
1945         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1946         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
1947         * Makefile.in: Regenerate.
1949 2010-01-02  Richard Guenther  <rguenther@suse.de>
1951         PR lto/41529
1952         * configure.ac: Include config/elf.m4.  Disable LTO if not
1953         builting for an elf target.
1954         * configure: Regenerate.
1956 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
1958         * MAINTAINERS: Change my email address.
1960 2009-12-18  Ben Elliston  <bje@au.ibm.com>
1962         * config.sub, config.guess: Update from upstream sources.
1964 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
1966         * MAINTAINERS (Write After Approval): Add myself.
1968 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1970         PR middle-end/30447
1971         PR middle-end/30789
1972         PR other/40302
1974         * configure.ac: Require MPC.
1975         * configure: Regenerate.
1977 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1979         PR target/38384
1980         PR bootstrap/40972
1981         * libtool.m4: Sync from git Libtool.
1982         * ltoptions.m4: Likewise.
1983         * ltversion.m4: Likewise.
1984         * lt~obsolete.m4: Likewise.
1985         * ltmain.sh: Likewise.
1987 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1989         * configure.ac: Update minimum MPC version to 0.8.
1990         * configure: Regenerate.
1992 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
1994         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
1995         * configure: Regenerated.
1997 2009-11-21  Ian Lance Taylor  <iant@google.com>
1999         * configure.ac: Change default of poststage1_ldflags to be empty if
2000         poststage1_libs is set.  When poststage1_libs is empty, and
2001         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
2002         * configure: Rebuild.
2004 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
2006         * MAINTAINERS (Write After Approval): Update my email address.
2008 2009-11-20  Ben Elliston  <bje@au.ibm.com>
2010         * config.guess: Update from upstream sources.
2012 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
2014         * Makefile.def: Restore host and target settings for gmp.
2015         * Makefile.in: Rebuild.
2017 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
2019         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
2020         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
2021         Fix portability of test of C++ as bootstrap language.  Add
2022         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2023         * configure: Rebuild.
2024         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2025         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
2026         in-tree building.
2027         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2028         (POSTSTAGE1_HOST_EXPORTS): Use it.
2029         (STAGE[+id+]_CXXFLAGS): New.
2030         (BASE_FLAGS_TO_PASS): Pass it down.
2031         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
2032         extra_exports.
2033         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2034         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2035         extra_exports.
2036         * Makefile.in: Rebuild.
2038 2009-11-17  Ben Elliston  <bje@au.ibm.com>
2040         * config.sub, config.guess: Update from upstream sources.
2042 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2044         * MAINTAINERS (Write After Approval): Add myself.
2046 2009-11-09  Jon Beniston  <jon@beniston.com>
2048         * MAINTAINERS (Write After Approval): Add myself.
2050 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
2052         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
2053         paths for *-w64-mingw* and x86_64-*mingw*.
2054         * configure: Regenerated.
2056 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
2058         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
2060 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
2062         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
2063         Phil Edwards to Write-After Approval.
2065 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
2067         * configure.ac: Disable target-winsup & co for
2068         x86_64-*-mingw* and *-w64-mingw* targets.
2069         * configure: Regenerated.
2071 2009-10-16  Nick Clifton  <nickc@redhat.com>
2073         * MAINTAINERS: Add myself as a maintainer for the RX port.
2075 2009-10-26  Johannes Singler  <singler@kit.edu>
2077         * MAINTAINERS (Write After Approval): Update my e-mail address.
2079 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2081         * configure.ac (CLooG test): Use = with test.
2082         * configure: Regenerate.
2084 2009-10-22  Richard Guenther  <rguenther@suse.de>
2086         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
2087         cloog if the ppl version check failed.  Move flags saving
2088         before setting in libelf check.
2089         * configure: Regenerate.
2091 2009-10-21  Richard Guenther  <rguenther@suse.de>
2093         * configure.ac: Adjust the ppl and cloog configure to work as
2094         documented.  Disable cloog if ppl was disabled.  Omit the version
2095         checks if they were disabled.
2096         * configure: Re-generate.
2098 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2100         * configure.ac: Add 'lto' to enable_languages, not
2101         new_enable_languages, and only if not already present.
2102         * configure: Regenerate.
2104 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
2106         * README: Refer to the various COPYING* files instead of just
2107         COPYING.
2108         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
2110 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
2112         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2113         
2114 2009-10-07  Richard Guenther  <rguenther@suse.de>
2116         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
2117         and Richard Guenther as reviewers.
2118         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
2119         as reviewers.
2121 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
2123         * config.sub: Update from upstream sources.
2125 2009-10-06  Ian Lance Taylor  <iant@google.com>
2127         * Makefile.def: check-gold depends upon all-gas.
2128         * Makefile.in: Rebuild.
2130 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
2132         * MAINTAINERS (Write After Approval): Add myself.
2134 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
2136         * Makefile.def: all-lto-plugin depends on all-libiberty.
2137         set bootstrap=true for lto-plugin.
2138         Add lto-plugin.
2139         * Makefile.in: Regenerate.
2140         * configure.ac (host_libs): Add lto-plugin.
2141         * configure: Regenerate.
2143 2009-10-03  Diego Novillo  <dnovillo@google.com>
2145         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2146         (HOST_LIBELFLIBS): Define.
2147         (HOST_LIBELFINC): Define.
2148         * Makefile.in: Regenerate.
2149         * configure.ac: Add --enable-lto.
2150         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2151         If --enable-lto is used, add 'lto' to new_enable_languages.
2152         If --enable-lto is used and gold is enabled, add
2153         lto-plugin to configdirs.
2154         * configure: Regenerate.
2156 2009-10-03  Simon Baldwin  <simonb@google.com>
2158         * configure.ac: If --with-system-zlib, suppress local zlib and
2159         pass --with-system-zlib to subdir configure scripts.
2160         * configure: Regenerate.
2162 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
2163             Paolo Bonzini  <bonzini@gnu.org>
2165         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2166         $(srcdir).
2167         * Makefile.in: Rebuilt.
2169 2009-09-26  Gary Funck  <gary@intrepid.com>
2171         * MAINTAINERS (Write After Approval): Add myself.
2173 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2175         * configure.ac: Update minimum MPC version to 0.7.
2176         * configure: Regenerate.
2178 2009-09-25  Nick Clifton  <nickc@redhat.com>
2180         * configure.ac: Pass any --cache-file=/dev/null option on to
2181         subconfigures.
2182         * configure: Regenerate.
2184 2009-09-23  Nick Clifton  <nickc@redhat.com>
2186         * config.sub, config.guess: Update from upstream sources.
2188 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
2190         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2191         * Makefile.in: Rebuilt.
2193 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2195         PR bootstrap/32272
2196         * configure.ac: Error out if $srcdir isn't '.' but contains
2197         host-${host_noncanonical}.
2198         * configure: Regenerate.
2200 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2202         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
2203         maintainer.
2205 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2207         * configure.ac: If bootstrapping a combined tree with
2208         --enable-gold, require c++ in stage1_languages.
2209         * configure: Regenerate.
2211         * configure.ac: Also add target_libs of stage1_languages to
2212         bootstrap_target_libs.
2213         * configure: Regenerate.
2215         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2216         with --enable-languages not containing c++.
2217         * configure: Regenerate.
2219 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
2221         * configure.ac: Disable java and boehm-gc for bfin-*-*.
2222         * configure: Regenerate.
2224 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
2226         * MAINTAINERS (Write After Approval): Update my e-mail address,
2227         and move from from here...
2228         (Waiting for paperwork): To here.
2230 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
2232         * MAINTAINERS (Reviewers): Add self as driver reviewer.
2234 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2236         * configure.ac: Do not use $extrasub for replacing @if/@endif
2237         parts in Makefile; instead, use additional arguments to
2238         AC_CONFIG_COMMANDS to do the replacement manually, with several
2239         sed invocations, to avoid HP-UX sed command limits.
2240         * configure: Regenerate.
2242 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
2244         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
2245         blank before -L.
2247 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
2249         * configure.ac (with-build-config): Document.  Handle without.
2250         Handle missing argument.
2251         * configure: Rebuilt.
2253 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
2255         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
2256         Default to bootstrap-debug only if compare-debug works.
2257         * configure: Rebuilt.
2258         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2259         * Makefile.in: Rebuilt.
2261 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2263         * MAINTAINERS (OS Port Maintainers): Update my email address.
2265 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
2267         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2268         * Makefile.in: Rebuilt.
2270 2009-09-01  Chris Demetriou  <cgd@google.com>
2272         * MAINTAINERS (Write After Approval): Add myself.
2274 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
2276         PR debug/30161
2277         * include/dwarf2.h (enum dwarf_tag): Added
2278         DW_TAG_GNU_template_template_param
2279         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
2281 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
2283         * Makefile.tpl (AWK): Fix typo.
2284         * Makefile.in: Regenerate.
2286 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
2288         * configure.ac: Detect awk and sed.
2289         * Makefile.def (flags_to_pass): Add AWK and SED.
2290         * Makefile.tpl (AWK, SED): New.
2291         (BASE_FLAGS_TO_PASS): Add AWK and SED.
2292         * configure: Regenerate.
2293         * Makefile.in: Regenerate.
2295 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
2297         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
2298         (collapseslashes): Likewise.
2300 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2302         * configure.ac (AC_PREREQ): Bump to 2.64.
2304 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2306         * configure.ac: Remove --with-datarootdir, --with-docdir,
2307         --with-pdfdir, --with-htmldir switches.
2308         * configure: Regenerate.
2310         * configure: Regenerate.
2312         * compile: Sync from Automake 1.11.
2313         * depcomp: Likewise.
2314         * install-sh: Likewise.
2315         * missing: Likewise.
2316         * mkinstalldirs: Likewise.
2317         * ylwrap: Likewise.
2319 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
2321         * ltmain.sh (func_normal_abspath): New function.
2322         (func_relative_path): Likewise.
2323         (func_mode_help): Document new -bindir option for link mode.
2324         (func_mode_link): Add new -bindir option, and use it to place
2325         output DLL if specified.
2327 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2329         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2330         (baseargs): Add --disable-option-checking.
2331         * configure: Regenerate.
2333         * Makefile.def (configure-target-libiberty): Depend on
2334         all-binutils and all-ld.
2335         (configure-target-newlib): Likewise.
2336         * Makefile.in: Regenerate.
2338 2009-08-17  Ben Elliston  <bje@au.ibm.com>
2340         * config.sub, config.guess: Update from upstream sources.
2342 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2344         Sync from src, merge:
2346         2009-07-02  Tristan Gingold  <gingold@adacore.com>
2348         * configure.ac: Do not exclude gas for i386-*-darwin.
2349         Add a case for x86_64-*-darwin.
2350         * configure: Regenerate.
2352 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
2354         * MAINTAINERS: Add my name to Write After Approval list.
2356 2009-08-06  Michael Eager  <eager@eagercon.com>
2358         * configure.ac: Add Microblaze target.
2359         * configure: Regenerate.
2361 2009-07-31  Christian Bruel  <christian.bruel@st.com>
2363         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2364         * configure: Regenerate.
2365         
2366 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
2368         * MAINTAINERS (Write After Approval): Update my e-mail address.
2370 2009-07-06  Ian Lance Taylor  <iant@google.com>
2372         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2373         * configure: Rebuild.
2375 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
2377         * MAINTAINERS: Move myself to the Graphite Reviewers.
2379 2009-06-30  Wei Guozhi  <carrot@google.com>
2381         * MAINTAINERS: Add my name to Write After Approval list.
2383 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
2385         PR bootstrap/40338
2386         * configure.ac (comparestring): Create new variable.
2387         * Makefile.tpl (comparestring): Use to skip some comparisions.
2388         * configure: Regenerate.
2389         * Makefile.in: Regenerate.
2391 2009-06-26  Doug Evans  <dje@sebabeach.org>
2393         * Makefile.def (host_modules): Add cgen.
2394         * Makefile.in: Regenerate.
2395         * configure.ac (host_tools): Add cgen.
2396         * configure: Regenerate.
2398 2009-06-23  DJ Delorie  <dj@redhat.com>
2400         * MAINTAINERS: Add myself as mep maintainer.
2402 2009-06-23  Ian Lance Taylor  <iant@google.com>
2404         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
2405         boot_languages.  Only bootstrap target libraries listed in
2406         target_libs for some boot language.  Add --with-stage1-ldflags,
2407         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
2408         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
2409         if not building with C++.
2410         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2411         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2412         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2413         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
2414         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
2415         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
2416         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2417         * configure, Makefile.in: Rebuild.
2419 2009-06-23  Li Feng  <nemokingdom@gmail.com>
2421         * MAINTAINERS: Added my name to write-after-approval list.
2423 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
2425         * configure.ac: Define is_elf for QNX Neutrino targets.
2426         * configure: Regenerate.
2428 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
2430         * MAINTAINERS: Added my name to the write-after-approval list
2432 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2434         * configure.ac: Detect MPC in default directory.
2435         * configure: Regenerate.
2437 2009-06-03  Jerome Guitton  <guitton@adacore.com>
2438             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2440         * Makefile.tpl (all): Avoid a trailing backslash.
2441         * Makefile.in: Regenerate.
2443 2009-06-03  Ben Elliston  <bje@au.ibm.com>
2445         * config.sub, config.guess: Update from upstream sources.
2447 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
2449         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2450         to noconfdirs.
2451         * configure: Regenerate.
2453 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
2455         * Makefile.tpl ([+compare-target+]): Compare all stage
2456         directories, rather than just gcc.
2457         * Makefile.in: Rebuilt.
2459 2009-06-01  Doug Kwan  <dougkwan@google.com>
2461         * configure.ac: Support gold for target arm*-*-*.
2462         * configure: Regenerate.
2464 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2466         * Makefile.def: Add MPC support and dependencies.
2467         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
2469         * Makefile.in, configure: Regenerate.
2471 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
2473         * Makefile.tpl (all): Avoid harmless warning in make all when
2474         gcc-bootstrap is enabled but stage_last does not exist.
2475         * Makefile.in: Rebuilt.
2477 2009-05-24  Nicolas Roche  <roche@adacore.com>
2479         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2480         * Makefile.in: Regenerate.
2482 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
2484         * MAINTAINERS: Update my e-mail address.
2486 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
2488         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
2489         * configure:  Regenerate.
2491 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2493         PR other/40159
2494         * Makefile.tpl (all): Don't assume gcc-bootstrap and
2495         gcc-no-bootstrap are mutually exclusive.
2496         * Makefile.in: Rebuilt.
2498 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2500         PR other/40159
2501         * Makefile.tpl (all): Don't end with unconditional success.
2502         * Makefile.in: Rebuilt.
2504 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
2506         PR target/37137
2507         * Makefile.def (flags_to_pass): Remove redundant and incomplete
2508         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2509         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2510         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
2511         stage_configureflags, stage_cflags and stage_libcflags into
2512         explicit Makefile macros.
2513         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2514         GFORTRAN.
2515         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2516         CC.  Set CC_FOR_BUILD from CC.
2517         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2518         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2519         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2520         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
2521         and GFORTRAN.
2522         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2523         (_LIBCFLAGS): Renamed to _TFLAGS.
2524         (do-compare-debug, do-compare3-debug): Drop.
2525         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2526         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2527         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2528         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2529         (XGCC_FLAGS_FOR_TARGET): New.
2530         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2531         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2532         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2533         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2534         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
2535         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
2536         TFLAGS.
2537         (BUILD_CONFIG): Include if requested.
2538         (all): Set TFLAGS on bootstrap.
2539         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2540         (all-stageid-prefixmodule): Likewise.
2541         (do-clean, distclean-stageid): Set TFLAGS.
2542         (restrap): Fix whitespace.
2543         * Makefile.in: Rebuilt.
2545 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
2547         * config.guess: Sync with src.
2549 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
2551         * configure.ac ($with_ppl):  Default to no if not supplied.
2552         ($with_cloog):  Likewise.
2553         configure:  Regenerate.
2555 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
2557         * MAINTAINERS: Update my e-mail address.
2559 2009-04-27  Nick Clifton  <nickc@redhat.com>
2561         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
2563 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
2565         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2566         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2567         * Makefile.in: Regenerate.
2569 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2571         PR bootstrap/39739
2572         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2573         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2575         * configure, Makefile.in: Regenerate.
2577 2009-04-21  Taras Glek  <tglek@mozilla.com>
2579         * include/hashtab.h: Update GTY annotations to new syntax
2580         * include/splay-tree.h: Likewise
2582 2009-04-17  Ben Elliston  <bje@au.ibm.com>
2584         * config.sub, config.guess: Update from upstream sources.
2586 2009-04-15  Anthony Green  <green@moxielogic.com>
2588         * configure.ac: Add moxie support.
2589         * configure: Rebuilt.
2591 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
2593         * configure.ac: Change copyright header to refer to version
2594         3 of the GNU General Public License and to point readers at the
2595         COPYING3 file and the FSF's license web page.
2596         * Makefile.def: Likewise.
2597         * Makefile.tpl: Likewise.
2598         * Makefile.in: Regenerate.
2600 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
2602         * configure.ac: Restore match for darwin9 or later. Use double
2603         brackets since regeneration eats one pair.
2604         * configure: Regenerate.
2606 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
2608         PR gas/10039
2609         * configure.ac: Require texinfo 4.7.
2610         * configure: Regenerated.
2612 2009-04-09  Nick Clifton  <nickc@redhat.com>
2614         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
2615         the GCC Runtime Library Exception.
2617 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2619         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2620         * configure: Regenerate.
2622 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
2624         * Makefil.def (languages): New entries.
2625         * Makefile.tpl (check-gcc-*): New generic target.
2626         * Makefile.in: Regenerate.
2628 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
2630         * MAINTAINERS:  Update my email address.
2632 2009-03-18  Tom Tromey  <tromey@redhat.com>
2634         * configure: Rebuild.
2635         * configure.ac (host_libs): Add libiconv.
2636         * Makefile.in: Rebuild.
2637         * Makefile.def (host_modules): Add libiconv.
2638         (configure-gdb, all-gdb): Depend on libiconv.
2640 2009-03-16  Tristan Gingold  <gingold@adacore.com>
2642         * configure.ac: Treat gdb as supported on x86_64-darwin.
2643         * configure: Regenerate.
2645 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
2647         * configure.ac (--with-host-libstdcxx): New option.
2648         * configure: Regenerate.
2650 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
2652         * MAINTAINERS:  Move myself into the write after approval list.
2654 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
2656         * MAINTAINERS: Update e-mail address.
2657         
2658 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
2660         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
2662 2009-03-10  Ira Rosen  <irar@il.ibm.com>
2664         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
2666 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2668         Backport from git Libtool:
2670         2009-01-19  Robert Millan  <rmh@aybabtu.com>
2671         Support GNU/kOpenSolaris.
2672         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2673         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2674         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2675         GNU/kOpenSolaris.
2677 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
2679         * MAINTAINERS: Update e-mail address.
2681 2009-02-24  Michael Eager  <eager@eagercon.com>
2683         * MAINTAINERS (Write After Approval): Add self.
2685 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
2687         * MAINTAINERS (Write After Approval): Add myself.
2689 2009-02-05  Andreas Schwab  <schwab@suse.de>
2691         * Makefile.tpl (stage_last): Define $r and $s before using
2692         $(RECURSE_FLAGS_TO_PASS).
2693         * Makefile.in: Regenerate
2695 2009-01-30  Ian Lance Taylor  <iant@google.com>
2697         * MAINTAINERS: Move myself to the Global Reviewers list.
2699 2009-01-29  Robert Millan  <rmh@aybabtu.com>
2701         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2702         * configure: Regenerate.
2704 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
2706         * MAINTAINERS: Make whitespace consistent.
2707         Remove Robert Millan from Write After Approval.
2709 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
2711         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2712         (all-opcodes): Depend on all-libiberty.
2713         * Makefile.in: Regenerate.
2715 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
2717         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2718         * configure: Regenerate.
2720 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
2722         * MAINTAINERS (Write After Approval): Add myself.
2724 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
2726         * MAINTAINERS: Add myself to reviewers (Fortran).
2728 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
2730         PR tree-optimization/38515
2731         * configure.ac (cloog-polylib): Removed.
2732         (with_ppl, with_cloog): Test for "no".
2733         * configure: Regenerated.
2735 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
2737         * MAINTAINERS: Moved myself to reviewers (Fortran).
2739 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
2741         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
2742         (Write After Approval): Remove myself.
2744 2009-01-03  Diego Novillo  <dnovillo@google.com>
2746         * MAINTAINERS: Remove myself from alias maintainership.
2748 2009-01-02  David Ayers  <ayers@fsfe.org>
2750         * MAINTAINERS: Update e-mail address.
2752 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
2754         * MAINTAINERS: Make whitespace consistent.
2756 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2758         Backport from upstream Libtool:
2759         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2760         Add cache variables to tests that require the linker to work.
2761         For shlibpath_overrides_runpath, this also changes the semantics
2762         to let the result from the C compiler take precedence.
2764 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2766         * config.sub, config.guess: Update from upstream sources.
2768 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
2770         * configure.ac (ppllibs): Add by default the lib flags.
2771         * configure: Regenerate.
2773 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
2775         * MAINTAINERS:  Add myself to the write after approval list.
2777 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
2779         * configure.ac: Add double brackets on darwin[912].
2780         * configure: Regenerate.
2782 2008-12-03  Daniel Kraft  <d@domob.eu>
2784         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
2785         Approval to Reviewer section (for Fortran front-end).
2787 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
2789         * configure.ac: Expand to darwin10 and later.
2790         * configure: Regenerate.
2792 2008-12-02  Andreas Schwab  <schwab@suse.de>
2794         * Makefile.def: configure-target-boehm-gc depends on
2795         all-target-libstdc++-v3.
2796         * Makefile.in: Regenerate.
2798 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
2800         * MAINTAINERS:  Add myself as mingw maintainer.
2802 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2804         * config.sub, config.guess: Update from upstream sources.
2806 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
2808         * README.SCO: Remove.
2810 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
2812         * MAINTAINERS:  Add myself to the write after approval list.
2814 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
2816         * MAINTAINERS:  Update my email address in WAA section.
2818 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
2820         * MAINTAINERS: Update e-mail address.
2822 2008-11-27  Toon Moene  <toon@moene.org>
2824         * MAINTAINERS: Change e-mail address.
2826 2008-11-27  Tristan Gingold  <gingold@adacore.com>
2828         * configure.ac: Build gdb for i?86-*-darwin*
2829         * configure: Regenerated.
2831 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
2833         * MAINTAINERS: Added my full name.
2835 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
2837         PR bootstrap/38014
2838         PR bootstrap/37923
2840         Revert:
2842         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2844         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2845         * Makefile.in: Regenerated.
2847         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2849         PR gdb/921
2850         PR gdb/1646
2851         PR gdb/2175
2852         PR gdb/2176
2854         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2855         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2856         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2857         (HOST_EXPORTS): Pass CPPFLAGS.
2858         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2859         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2860         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2861         * Makefile.in, configure: Regenerated.
2862         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2863         and CPPFLAGS_FOR_BUILD.
2865 2008-11-06  Jeff Law  <law@redhat.com>
2867         * MAINTAINERS: Add myself as middle end maintainer.
2869 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
2871         * MAINTAINERS (Write after approval): Add myself.
2873 2008-11-05  Diego Novillo  <dnovillo@google.com>
2875         * MAINTAINERS (Global Reviewers): Add myself.
2876         (Non-Algorithmic Maintainers): Remove myself.
2878 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
2880         * MAINTAINERS (Write after approval): Add myself.
2882 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
2884         * MAINTAINERS (Write after approval): Add myself.
2886 2008-10-31  Ben Elliston  <bje@au.ibm.com>
2888         * configure.ac (spu-*-*): Remove special case.
2889         * configure: Regenerate.
2891 2008-10-30  Catherine Moore  <clm@codesourcery.com>
2893         * MAINTAINERS (Write after approval): Update my email address.
2895 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
2897         * configure.ac [spu-*-*]: Do not set skipdirs.
2898         * configure: Re-generate.
2900 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
2902         * MAINTAINERS (Various Maintainers): Add myself to reload.
2904 2008-10-25  Richard Guenther  <rguenther@suse.de>
2906         * MAINTAINERS (Various Maintainers): Add myself as middle-end
2907         maintainer.  Remove myself as libgcc-math maintainer.
2908         (Non-Algorithmic Maintainers): Remove myself.
2910 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2912         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2913         * Makefile.in: Regenerated.
2915 2008-10-23  Cary Coutant  <ccoutant@google.com>
2917         * MAINTAINERS (Write after approval): Add myself.
2919 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2921         PR gdb/921
2922         PR gdb/1646
2923         PR gdb/2175
2924         PR gdb/2176
2926         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2927         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2928         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2929         (HOST_EXPORTS): Pass CPPFLAGS.
2930         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2931         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2932         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2933         * Makefile.in, configure: Regenerated.
2934         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2935         and CPPFLAGS_FOR_BUILD.
2937 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
2939         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
2940         Sebastian Pop.
2942 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
2944         * MAINTAINERS (Write After Approval): Added myself.
2946 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2948         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2949         recommended version to 2.3.2.
2951         * configure: Regenerate.
2953 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
2955         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
2957 2008-09-29  David Daney <david.daney@caviumnetworks.com>
2959         * MAINTAINERS (Write After Approval): Update e-mail address.
2961 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
2963         * libtool.m4: Update to libtool 2.2.6.
2964         * lt~obsolete.m4: Update to libtool 2.2.6.
2965         * ltmain.sh: Update to libtool 2.2.6.
2966         * ltsugar.m4: Update to libtool 2.2.6.
2967         * ltversion.m4: Update to libtool 2.2.6.
2968         * ltoptions.m4: Update to libtool 2.2.6.
2969         * ltgcc.m4: Update to match changes from libtool 2.2.6.
2971 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
2973         * MAINTAINERS (Write After Approval): Add myself.
2975 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2977         * MAINTAINERS (Write After Approval): Update my name.
2979 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
2981         * MAINTAINERS: Add myself in "Write After Approval".
2983 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
2985         * MAINTAINERS: Add myself as ia64 maintainer.
2987 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
2989         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
2990         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
2991         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
2992         and Michael Tiemann from Write After Approval since they do not
2993         actually have access.
2995 2008-09-05  Richard Guenther  <rguenther@suse.de>
2997         * configure.ac: Initialize clooglibs to -lcloog.
2998         * configure: Re-generate.
3000 2008-09-04  Le-Chun Wu  <lcwu@google.com>
3002         * MAINTAINERS (Write After Approval): Add myself.
3004 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
3006         * configure.ac (--with-cloog-polylib): New.
3007         (--disable-cloog-version-check): New.
3008         (--disable-ppl-version-check): New.
3009         * configure: Re-generate.
3011 2008-09-03  Richard Guenther  <rguenther@suse.de>
3013         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3014         cloog test.
3015         * configure: Re-generate.
3017 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
3019         Add picoChip port.
3020         * MAINTAINERS: Add picoChip maintainers.
3022 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
3023             Tobias Grosser  <grosser@fim.uni-passau.de>
3024             Jan Sjodin  <jan.sjodin@amd.com>
3025             Harsha Jagasia  <harsha.jagasia@amd.com>
3026             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
3027             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
3028             Adrien Eliche  <aeliche@isty.uvsq.fr>
3030         Merge from graphite branch.
3031         * configure: Regenerate.
3032         * Makefile.in: Regenerate.
3033         * configure.ac (host_libs): Add ppl and cloog.
3034         Add checks for PPL and CLooG.
3035         * Makefile.def (ppl, cloog): Added modules and dependences.
3036         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3037         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3039 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
3041         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3042         (GCC_SHLIB_SUBDIR): New.
3043         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3044         * configure: Regenerate.
3045         * Makefile.in: Regenerate.
3047 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
3049         * MAINTAINERS: Consistently use tabs to separate columns.
3051 2008-08-29  Tristan Gingold  <gingold@adacore.com>
3053         * MAINTAINERS (Write after Approval): Add myself.
3055 2008-08-28  Tristan Gingold  <gingold@adacore.com>
3057         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3058         Enable bfd, binutils and opcodes.
3059         * configure: Regenerate.
3061 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3063         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
3065 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
3067         * MAINTAINERS:  Use correct Umlaut for last name.
3069 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3071         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
3073 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
3075         * MAINTAINERS: Update my email address.
3077 2008-08-16  Nicolas Roche  <roche@adacore.com>
3079         * Makefile.tpl: Add BOOT_ADAFLAGS.
3080         * Makefile.in: Regenerate.
3082 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
3084         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3085         * configure: Regenerate.
3087 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
3089         * configure.ac: Add makefile fragments for hpux.
3090         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3091         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3092         * configure: Regenerate.
3093         * Makefile.in: Regenerate.
3095 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
3097         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
3099 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
3101         * MAINTAINERS (Write after Approval): Add myself.
3103 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
3105         * MAINTAINERS (Write After Approval):  Add myself.
3107 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
3109         * MAINTAINERS (Write After Approval):  Add myself.
3111 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
3113         * MAINTAINERS: Update my email address.
3115 2008-06-25  Joey Ye  <joey.ye@intel.com>
3117         * MAINTAINERS (Write After Approval):  Add myself.
3119 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3121         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3122         * Makefile.in: Regenerate.
3123         * configure: Regenerate.
3125 2008-06-17  Daniel Kraft  <d@domob.eu>
3127         * MAINTAINERS (Write After Approval):  Add myself.
3129 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3131         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3132         "$@" is still intact with both Autoconf 2.59 and 2.62.
3133         * configure: Regenerate.
3135 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3137         * Makefile.tpl: Fix comment errors.
3138         * Makefile.in: Regenerate.
3140 2008-06-12  David S. Miller  <davem@davemloft.net>
3141             David Edelsohn  <edelsohn@gnu.org>
3143         * configure.ac: Add powerpc*-*-* to gold supported targets.
3144         * configure: Regenerate.
3146 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
3148         PR tree-optimization/36218
3149         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3150         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3151         (all prefix="build-"): Pass them to build-system sub-makes.
3152         * Makefile.in: Regenerate.
3154 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
3156         * MAINTAINERS (mt port): Remove.
3157         (sco5, unixware, sco udk): Remove.
3158         (Kean Johnston): Add to Write After Approval.
3160 2008-05-30  Julian Brown  <julian@codesourcery.com>
3162         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3163         of libobjc for ARM EABI Linux.
3164         * configure: Regenerate.
3166 2008-05-18  Xinliang David Li   <davidxl@google.com>
3168         * ChangeLog: Remove wrong ChangeLog entry.
3170 2008-05-17  Xinliang David Li   <davidxl@google.com>
3172         * MAINTAINERS (Write After Approval): Add myself.
3174 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
3176         * MAINTAINERS (Write After Approval): Add myself.
3178 2008-05-14  Rafael Espíndola  <espindola@google.com>
3180         * config-ml.in: don't handle --enable-shared and --enable-static.
3182 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
3184         * MAINTAINERS: Update my email address.
3186 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
3188         * MAINTAINERS: Update my email address.
3190 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
3192         * MAINTAINERS (Write After Approval): Add myself.
3194 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
3196         * MAINTAINERS (Write After Approval): Add myself.
3198 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
3200         * MAINTAINERS (crx): Add myself.
3202 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3204         Sync with src:
3205         2008-04-14  David S. Miller  <davem@davemloft.net>
3207         * configure.ac: Add sparc*-*-* to gold supported targets.
3208         * configure: Regenerate.
3210 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3212         PR bootstrap/35457
3213         * configure.ac: Include override.m4.
3214         * configure: Regenerate.
3216 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3218         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3219         * Makefile.in: Regenerate.
3221 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
3223         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3224         as nonconfigurable directories list.
3225         * configure: Regenerate.
3227 2008-04-14  Ben Elliston  <bje@au.ibm.com>
3229         * config.sub, config.guess: Update from upstream sources.
3231 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
3233         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3234         * Makefile.in: Regenerate.
3236 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
3238         * configure.ac: Do not build libssp for the AVR.
3239         * configure: Regenerate.
3241 2008-04-07  Ian Lance Taylor  <iant@google.com>
3243         * Makefile.def: check-gold depends upon all-binutils.
3244         * Makefile.in: Regenerate.
3246 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
3248         * MAINTAINERS (Write After Approval): Add myself.
3250 2008-04-04  Nick Clifton  <nickc@redhat.com>
3252         PR binutils/4334
3253         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3254         builds.
3255         * configure: Regenerate.
3257 2008-04-04  NightStrike  <NightStrike@gmail.com>
3259         PR other/35151
3260         * configure.ac: Combine rules for mingw32 and mingw64.
3261         * configure: Regenerate.
3263 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
3265         * MAINTAINERS (Write After Approval): Add myself.
3267 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
3269         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
3270         * Makefile.in (.NOTPARALLEL): Ditto.
3272 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
3274         * MAINTAINERS (Write After Approval): Add myself.
3276 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
3278         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
3279         * Makefile.in (.NOTPARALLEL): Regenerate.
3281 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
3283         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3284         * Makefile.in: Regenerate.
3286 2008-03-26  Jakub Staszak  <kuba@et.pl>
3288         * MAINTAINERS (Write After Approval): Add myself.
3290 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
3292         * MAINTAINERS:  Update e-mail address.
3294 2008-03-20  Ian Lance Taylor  <iant@google.com>
3296         * configure.ac: Add support for --enable-gold.
3297         * Makefile.def: Add gold as a directory like ld.
3298         * configure, Makefile.in: Regenerate.
3300 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3302         * configure.ac: m4_include config/proginstall.m4.
3303         * configure: Regenerate.
3305         Backport from upstream Libtool:
3307         2007-10-12  Eric Blake  <ebb9@byu.net>
3309         Deal with Autoconf 2.62's semantic change in m4_append.
3310         * ltsugar.m4 (lt_append): Replace broken versions of
3311         m4_append.
3312         (lt_if_append_uniq): Don't require separator to be overquoted,
3313         and avoid broken m4_append.
3314         (lt_dict_add): Fix typo.
3315         * libtool.m4 (_LT_DECL): Don't overquote separator.
3317 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
3319         * config.rpath: Add AIX 6 support.
3321 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
3323         * Makefile.def (stageprofile).  Remove -fprofile-generate
3324         from stage_libcflags.
3325         * Makefile.in: Regenerate.
3327 2008-03-13  Ben Elliston  <bje@au.ibm.com>
3329         * config.sub, config.guess: Update from upstream sources.
3331 2008-03-06  Tom Tromey  <tromey@redhat.com>
3333         * MAINTAINERS: Update for treelang deletion.
3335 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
3337         * MAINTAINERS: Update my email address.
3339 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
3341         * MAINTAINERS (darwin port): Add myself as a maintainer.
3342         (objective-c/c++): Add myself as a maintainer.
3344 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
3346         * MAINTAINERS (Write After Approval): Update my email address.
3348 2008-02-25  Tomas Bily  <tbily@suse.cz>
3350         * MAINTAINERS (Write After Approval): Add myself.
3352 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
3354         * MAINTAINERS (OpenMP): Add myself.
3356 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
3358         PR bootstrap/32009
3359         PR bootstrap/32161
3361         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3362         * configure: Regenerate.
3364         * Makefile.def: Define stage_libcflags for all bootstrap stages.
3365         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3366         STAGE4_LIBCFLAGS): New.
3367         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3368         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3369         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3370         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3371         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3372         for target modules.  Don't export LIBCFLAGS.
3373         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3374         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3375         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3376         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3377         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3378         * Makefile.in: Regenerate.
3380 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3382         PR libgcj/33085
3383         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3384         Do not use -DDLL_EXPORT.  Backport from upstream.
3386 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3388         * MAINTAINERS (Write After Approval): Add myself.
3390 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
3392         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3393         * configure: Regenerate.
3395 2008-01-31  Marc Gauthier  <marc@tensilica.com>
3397         * configure.ac (xtensa*-*-*): Recognize processor variants.
3398         * configure: Regenerate.
3400 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3402         PR bootstrap/34922
3403         * configure.ac (PARSE_ARGS): Push suitable setting of
3404         ac_subdirs_all, for `./configure --help=recursive'.
3405         Handle `+' in generic toplevel directory disabling.
3406         * configure: Regenerate.
3408 2008-01-28  Nick Clifton  <nickc@redhat.com>
3410         * MAINTAINERS (xstormy16): Take over maintainership.
3412 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
3414         * MAINTAINERS (c4x port): Remove.
3416 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
3418         * libtool.m4: Backport AIX 6 support from ToT Libtool.
3420 2008-01-23  Ben Elliston  <bje@au.ibm.com>
3422         * config.sub, config.guess: Update from upstream sources.
3424 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
3426         * MAINTAINERS (Write After Approval): Add myself.
3428 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
3430         * MAINTAINERS: Update my email address.
3432 2008-01-09  Raksit Ashok  <raksit@google.com>
3434         * MAINTAINERS (Write After Approval): Add myself.
3436 2008-01-09  Raksit Ashok  <raksit@google.com>
3438         * MAINTAINERS (Write After Approval): Add myself.
3440 2008-01-08  Ben Elliston  <bje@au.ibm.com>
3442         * config.sub, config.guess: Update from upstream sources.
3444 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3446         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3447         Change recommended MPFR from 2.2.1 -> 2.3.0.
3448         * configure: Regenerate.
3450 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
3452         * MAINTAINERS: Update my email address.
3454 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
3456         * MAINTAINERS: Update my email address.
3458 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
3460         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3461         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3462         * Makefile.in: Regenerate.
3464 2007-12-10  Mark Heffernan  <meheff@google.com>
3466         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
3467         misplaced entries.
3469 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3471         * configure.ac: Enable libjava for x86_64-*-darwin9.
3472         * configure: Regenerate.
3474 2007-12-07  Bill Maddox  <maddox@google.com>
3476         * MAINTAINERS (Write After Approval): Add myself.
3478 2007-12-05  Ben Elliston  <bje@au.ibm.com>
3480         * config.sub, config.guess: Update from upstream sources.
3482 2007-12-02  Matthias Klose  <doko@ubuntu.com>
3484         * config-ml.in: Remove 64bit configure tests.
3486 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3488         * config-ml.in: Robustify against white space in absolute file
3489         names.
3491         * config-ml.in (multi-clean): Substitute ${Makefile}.
3492         Remove superfluous ${Makefile} in list.
3494 2007-11-19  Thiemo Seufer  <ths@mips.com>
3496         * config-ml.in: Don't hardcode the Makefile name.
3498 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
3500         * MAINTAINERS (Write After Approval): Add myself.
3502 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
3504         * MAINTAINERS (Write After Approval): Add myself.
3506 2007-11-06  Doug Kwan  <dougkwan@google.com>
3508         * MAINTAINERS (Write After Approval): Add myself.
3510 2007-10-25  Ben Elliston  <bje@au.ibm.com>
3512         * MAINTAINERS (mercury): Remove entry.
3513         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
3515 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
3517         * Makefile.def (dependencies): Make configure-gdb depend on
3518         all-intl.
3519         * Makefile.in: Regenerated.
3521 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
3523         * MAINTAINERS (Fortran maintainer): Remove myself.
3525 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
3527         * Makefile.def: To avoid problems running with parallel makes,
3528         build newlib before libgloss so that target specific header
3529         files are availble.
3530         * Makefile.in: Regenerate
3532 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
3534         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3535         * Makefile.in: Regenerate.
3537 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
3539         * MAINTAINERS (Register allocation reviewer): Add myself.
3541 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
3543         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3544         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3545         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
3546         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3547         * configure: Regenerate.
3549 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
3551         * MAINTAINERS (Register allocation reviewer): Add myself.
3553 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
3555         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3556         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3557         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3558         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3559         * configure.ac: Default them to host tools for $host = $build.
3560         Subst them.
3562         * configure: Regenerate.
3563         * Makefile.in: Regenerate.
3565 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
3567         * MAINTAINERS (Register allocation reviewer): Add myself.
3569 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
3571         * MAINTAINERS (Register allocation reviewer): Add myself.
3573 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
3575         * MAINTAINERS (Write After Approval): Fix typo.
3577 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
3579         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3580         * configure: Regenerate.
3582 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
3584         PR bootstrap/31906
3585         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
3586         they're already prefixed.
3588 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
3590         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3591         libstdc++.
3592         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3593         * configure: Regenerate.
3594         * Makefile.in: Regenerate.
3596 2007-09-17  Andreas Schwab  <schwab@suse.de>
3598         * configure.ac: Raise minimum makeinfo version to 4.6.
3599         * configure: Regenerate.
3601 2007-09-17  Johannes Singler  <singler@ira.uka.de>
3603         * MAINTAINERS (write-after-approval) add myself
3605 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
3607         * configure.ac: Correct makeinfo version check.
3608         * configure: Regenerate.
3610 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
3612         * MAINTAINERS: Update my email address.
3614 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
3616         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
3617         to $skipdirs and only disable gprof for newlib.  Use the normal
3618         mips*-elf* handling in other respects.
3619         * configure: Regnerate.
3621 2007-09-12  David Daney  <ddaney@avtrex.com>
3623         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3624         enabling libgcj.
3625         * configure: Regenerate.
3627 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3629         PR other/32154
3630         * configure.ac: For libgloss targets, point the linker to the linker
3631         script, startup code and simulator library.
3632         * configure: Regenerate.
3634 2007-09-07  Andrew Haley  <aph@redhat.com>
3636         * configure.ac (noconfigdirs): Remove target-libffi and
3637         target-libjava.
3638         * configure: Regenerate.
3640 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3642         PR target/33281
3643         * configure.ac: Use config/mh-mingw on mingw.
3644         * configure: Regenerate.
3646 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
3648         * MAINTAINERS (Write After Approval): Add myself.
3650 2007-09-05  Richard Guenther  <rguenther@suse.de>
3652         * configure.ac (--enable-stage1-checking): If neither --enable-checking
3653         nor --disable-checking is provided also turn on yes and types
3654         checking for stage1.
3655         * configure: Re-generate.
3657 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
3659         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
3660         (Write After Approval): Remove myself.
3662 2007-08-29  Nick Clifton  <nickc@redhat.com>
3664         * config.sub, config.guess: Update from upstream sources.
3666 2007-08-22  Bud Davis  <jmdavis@link.com>
3668         * MAINTAINERS (Write After Approval): Added myself.
3669         * MAINTAINERS (Reviewers): Removed myself.
3671 2007-08-18  Paul Brook  <paul@codesourcery.com>
3672             Joseph Myers  <joseph@codesourcery.com>
3674         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3675         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3676         * Makefile.in: Regenerate.
3677         * configure.ac (--with-debug-prefix-map): New.
3678         * configure: Regenerate.
3680 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
3681             Nigel Stephens  <nigel@mips.com>
3683         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
3684         as target_makefile_frag.
3685         * configure: Regenerate.
3687 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
3689         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3690         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
3691         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3692         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3693         (do-compare, do-compare3, do-compare-debug): New.
3694         ([+compare-target+]): Use them.
3696 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
3698         * MAINTAINERS (Write After Approval): Change my email address.
3700 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3701             Ben Elliston  <bje@au.ibm.com>
3703         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3704         --silent if $silent.
3705         * configure: Regenerate.
3707 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
3709         * MAINTAINERS (Various Maintainers): Add myself as
3710         loop infrastructure maintainer.  Update my e-mail
3711         address.
3713 2007-07-31  Diego Novillo  <dnovillo@google.com>
3715         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
3716         Adjust description.
3718 2007-07-26  Richard Guenther  <rguenther@suse.de>
3720         * configure.ac: Add types checking to stage1 checking flags.
3721         * configure: Regenerate.
3723 2007-07-17  Nick Clifton  <nickc@redhat.com>
3725         * COPYING3: New file.  Contains version 3 of the GNU General
3726         Public License.
3727         * COPYING3.LIB: New file.  Contains version 3 of the GNU
3728         Lesser General Public License.
3730 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3732         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
3734 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3736         * MAINTAINERS (S/390 co-maintainer): Add myself.
3737         (Write After Approval): Remove myself.
3739 2007-07-13  Dan Hipschman  <dsh@google.com>
3741         * MAINTAINERS (Write After Approval): Add myself.
3743 2007-07-11  Nick Clifton  <nickc@redhat.com>
3745         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
3746         WINDRES export.
3747         * Makefile.in: Regenerate.
3749 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3751         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
3752         maintainer.
3754 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
3756         * lt~obsolete.m4: New. Import from 20070318 libtool.
3758 2007-07-03  Julian Brown  <julian@codesourcery.com>
3760         * MAINTAINERS (Write After Approval): Add myself.
3762 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3764         * configure.ac: Rewrite 'configure --help' strings to look nicer.
3765         * configure: Regenerate.
3767 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3769         * configure.ac: Add some missing m4 quotation.
3770         * configure: Regenerate.
3772 2007-07-02  Simon Baldwin  <simonb@google.com>
3774         * MAINTAINERS (Write After Approval): Add myself.
3776 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
3778         * configure: Regenerate.
3780 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
3782         * Makefile.def: Add windmc tool to build.
3783         * Makefile.tpl: Likewise.
3784         * configure.ac: Likewise.
3785         * Makefile.in: Regenerate.
3786         * configure: Regenerate.
3788 2007-06-28  DJ Delorie  <dj@redhat.com>
3790         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3791         not building newlib.
3792         * configure: Regenerated.
3794 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
3796         * MAINTAINERS (Write After Approval): Add myself.
3798 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
3800         * MAINTAINERS (Write After Approval): Add myself.
3802 2007-06-19  Chris Matthews  <chrismatthews@google.com>
3804         * MAINTAINERS (Write After Approval): Add myself.
3806 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3808         * MAINTAINERS (Write After Approval): Add myself.
3810 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
3812         * Makefile.def: Add dependency from configure-gdb to all-bfd.
3813         * Makefile.in: Regenerated.
3815 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
3817         * configure.ac: Don't add target-libmudflap to noconfigdirs for
3818         bfin*-*-uclinux* targets.
3819         * configure: Regenerate.
3821 2007-06-14  Ian Lance Taylor  <iant@google.com>
3823         * MAINTAINERS: Add myself as non-algorithmic global write
3824         maintainer.
3826 2007-06-14  Diego Novillo  <dnovillo@google.com>
3828         * MAINTAINERS: Add self as middle-end maintainer and
3829         non-algorithmic global write maintainer.
3831 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3833         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
3834         Move all Fortran maintainers except Paul Brook into the
3835         Non-Autopoiesis section.
3837 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
3839         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3840         (distclean-stage[+id+]): Possibly delete stage_last.
3841         * Makefile.in: Regenerate.
3843 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
3845         * MAINTAINERS (Various Maintainer): Fix typo.
3847 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
3849         * MAINTAINERS (Various Maintainer): Add myself as
3850         dataflow maintainer.
3852 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3854         * config.sub, config.guess: Update from upstream sources.
3856 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3858         * Makefile.tpl: Fix spelling error.
3859         * Makefile.in: Regenerate.
3861 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
3863         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3864         lt_cv_sys_max_cmd_len.
3866 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
3868         * MAINTAINERS (Various Maintainers): Add myself as
3869         auto-vectorizer maintainer.
3871 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
3873         PR libjava/32098
3874         * libtool.m4: Revert previous change.
3875         * ltgcc.m4: Put it here.
3877 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
3879         * MAINTAINERS (Various Maintainers): Add myself as
3880         auto-vectorizer maintainer.
3882 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
3884         PR libjava/32098
3885         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
3887 2007-05-30  Richard Guenther  <rguenther@suse.de>
3889         * MAINTAINERS (Various Maintainers): Add myself as
3890         auto-vectorizer maintainer.
3892 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
3894         PR bootstrap/29382
3895         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3896         * configure: Rebuilt.
3898 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
3900         * MAINTAINERS (Write After Approval): Removed my name.
3902 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
3904         * MAINTAINERS (Write After Approval): Remove myself.
3906 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
3908         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3910 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
3912         * ltmain.sh: Update from ToT Libtool.
3913         * libtool.m4: Update from ToT Libtool.
3914         * ltsugar.m4: New. Update from ToT Libtool.
3915         * ltversion.m4: New. Update from ToT Libtool.
3916         * ltoptions.m4: New. Update from ToT Libtool.
3917         * ltconfig: Remove.
3918         * ltcf-c.sh: Remove.
3919         * ltcf-cxx.sh: Remove.
3920         * ltcf-gcj.sh: Remove.
3922 2007-05-22  Ollie Wild  <aaw@google.com>
3924         * MAINTAINERS (Write After Approval): Add myself.
3926 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
3928         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3929         stage_cflags.
3930         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3931         Remove CFLAGS/LIBCFLAGS.
3932         (configure-stage[+id+]-[+prefix+][+module+],
3933         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3934         * Makefile.in: Regenerate.
3936 2007-05-15  Diego Novillo  <dnovillo@google.com>
3938         * MAINTAINERS: Update e-mail address.
3940 2007-05-15  Revital Eres  <eres@il.ibm.com>
3942         * MAINTAINERS (Write After Approval): Add myself.
3944 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
3946         * MAINTAINERS (Write After Approval): Updated my address.
3948 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
3950         * MAINTAINERS (Write After Approval): Add myself.
3952 2007-05-11  Silvius Rus  <rus@google.com>
3954         * MAINTAINERS (Write After Approval): Add myself.
3956 2007-04-23  Tom Tromey  <tromey@redhat.com>
3958         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
3960 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
3962         * MAINTAINERS (cpplib): Rename to ...
3963         (libcpp): ... this.  Add C/C++ front end maintainers.
3965 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
3967         * config-ml.in: Pass ${ml_config_env} to configure calls.
3969 2007-04-04  Christian Bruel  <christian.bruel@st.com>
3971         * MAINTAINERS (Write After Approval): Add myself.
3973 2007-04-02  Dave Korn  <dave.korn@artimi.com>
3975         * MAINTAINERS (Write After Approval): Add myself.
3977 2007-03-31  Tobias Burnus  <burnus@net-b.de>
3979         * MAINTAINERS (fortran 95 front end): Add myself.
3981 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
3983         * MAINTAINERS (Write After Approval): Add myself.
3985 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
3987         * MAINTAINERS (Modulo Scheduler): Add myself.
3989 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
3991         * MAINTAINERS (fortran 95 front end): Add myself.
3992         (c++ front end): whitespace fix.
3994 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
3996         * MAINTAINERS (Write After Approval): Add myself.
3998 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
4000         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4001         of glob.  Quote arguments with single quotes too.
4002         * configure: Regenerate.
4004 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
4006         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4007         * Makefile.in: Regenerate
4009 2007-03-07  Andreas Schwab  <schwab@suse.de>
4011         * configure: Regenerate.
4013 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
4015         * configure.ac: Add "--with-pdfdir" configure option,
4016         which defines pdfdir variable.
4017         * Makefile.def (target=fixincludes): Add install-pdf to
4018         missing targets.
4019         (recursive_targets): Add install-pdf target.
4020         (flags_to_pass): Add pdfdir.
4021         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4022         target.
4023         * configure: Regenerate
4024         * Makefile.in: Regenerate
4026 2007-02-28  Eric Christopher  <echristo@apple.com>
4028         Revert:
4029         2006-12-07  Mike Stump  <mrs@apple.com>
4031         * Makefile.def (dependencies): Add dependency for
4032         install-target-libssp and install-target-libgomp on
4033         install-gcc.
4034         * Makefile.in: Regenerate.
4036 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
4038         * configure: Regenerate.
4039         * configure.ac: Move statements after variable declarations.
4041 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
4043         * MAINTAINERS: Add myself as sh maintainer.
4045 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
4047         * configure.ac: Adjust for loop syntax.
4048         * configure: Regenerate.
4050 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
4052         * configure: Rebuilt.
4054 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
4056         * configure.ac: Drop multiple occurrences of --enable-languages,
4057         and fix its quoting.
4058         * configure: Rebuilt.
4060 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
4061             Nathan Sidwell  <nathan@codesourcery.com>
4062             Vladimir Prus  <vladimir@codesourcery.com>
4063             Joseph Myers  <joseph@codesourcery.com>
4065         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4066         * configure: Regenerate.
4068 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
4070         * ltconfig (freebsd*): Default to elf.
4072 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
4074         * configure.ac (target_libraries): Move libgcc before libiberty.
4075         * configure: Regenerated.
4077 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
4078             Paolo Bonzini  <bonzini@gnu.org>
4080         PR bootstrap/30753
4081         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
4082         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
4083         * configure: Regenerated.
4085 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4087         * MAINTAINERS (Language Front End Maintainers): Update my mail
4088         address.
4090 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
4092         PR bootstrap/30748
4093         * configure.ac: Correct syntax for Solaris ksh.
4094         * configure: Regenerated.
4096 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4098         * configure.ac: Sync with src.
4099         * configure: Regenerate.
4101 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4103         * Makefile.in: Regenerate.
4105 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4107         * config.sub: Sync with src.
4109 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
4111         * Makefile.tpl (build_alias, host_alias, target_alias): Use
4112         noncanonical equivalents.
4113         * configure.in: Rename to...
4114         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
4115         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
4116         target_noncanonical.  Use them.  Rewrite removal of configure
4117         arguments for autoconf 2.59.  Discard variable settings.  Force
4118         program_transform_name for native tools.
4120         * Makefile.in: Regenerated.
4121         * configure: Regenerated with autoconf 2.59.
4123 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
4125         * MAINTAINERS (Write After Approval): Add myself.
4127 2007-01-31  Andreas Schwab  <schwab@suse.de>
4129         * Makefile.tpl (LDFLAGS): Substitute it.
4130         * Makefile.in: Regenerate.
4132 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
4134         * MAINTAINERS (Write After Approval): Add myself.
4136 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
4138         * MAINTAINERS (spu port): Add myself.
4140 2007-01-23  Richard Guenther  <rguenther@suse.de>
4142         PR bootstrap/30541
4143         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
4144         * Makefile.tpl (GNATBIND): Substitute it.
4145         (GNATMAKE): Likewise.
4146         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
4147         of STAGE_PREFIX.
4148         * Makefile.in: Regenerate.
4149         * configure: Regenerate.
4151 2007-01-18  Mike Stump  <mrs@apple.com>
4153         * configure.in: Re-enable -Werror for gcc builds.
4155 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
4157         * MAINTAINERS (Write After Approval): Add myself.
4159 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
4161         * configure.in: Change == to = in test command.
4162         * configure: Regenerate.
4164 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
4165             Nick Clifton  <nickc@redhat.com>
4166             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
4168         * configure.in (build_configargs, host_configargs, target_configargs):
4169         Remove build/host/target parameters.
4170         (host_libs): Add gmp and mpfr.
4171         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4172         * Makefile.def (gmp, mpfr): New.
4173         (gcc): Remove target.
4174         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4175         target_os, target_vendor): New.
4176         (configure): Add host_alias/target_alias arguments; adjust invocations.
4177         * configure: Regenerate.
4178         * Makefile.in: Regenerate.
4180 2007-01-11  Matt Fago  <fago@earthlink.net>
4182         * configure.in: Try to link to functions only in mpfr 2.2.x
4183         to improve robustness of configure tests.
4184         * configure: Regenerate.
4186 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
4188         * MAINTAINERS: Add myself as i386 maintainer.
4190 2007-01-08  Jan Hubicka  <jh@suse.cz>
4192         * MAINTAINERS: Add myself as i386 maintainer.
4194 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
4196         * configure.in: Add support for an x86_64-mingw* target.
4197         * configure: Regenerate.
4199 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
4201         * Makefile.tpl (all-target): Correct @if conditional for target
4202         modules.
4203         * configure.in: Omit libiberty if building only target libgcc.
4204         * configure, Makefile.in: Regenerated.
4206 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
4208         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
4209         * configure: Regenerate.
4211 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
4213         * Makefile.def (target_modules): Add libgcc.
4214         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
4215         * Makefile.tpl (clean-target-libgcc): Delete.
4216         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4217         on gcc even for bootstrapped modules.  Rewrite handling of
4218         lang_env_dependencies to loop over target_modules.
4219         * configure.in (target_libraries): Add target-libgcc.
4220         * Makefile.in, configure: Regenerated.
4222 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
4224         * configure.in: Reorganize recognition of languages.  Add
4225         --enable-stage1-languages.  Show supported languages for the chosen
4226         target rather than all recognized languages.
4227         * configure: Regenerate.
4229 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
4231         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4232         * Makefile.in: Regenerate.
4234 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4236         * configure.in: Warn that MPFR 2.2.0 is buggy.
4237         * configure: Regenerate.
4239 2006-12-27  Ian Lance Taylor  <iant@google.com>
4241         * configure.in: When removing Makefiles to force a reconfigure, also
4242         remove prev-DIR*/Makefile.
4243         * configure: Regenerate.
4245 2006-12-22  Andreas Schwab  <schwab@suse.de>
4247         * configure: Regenerate with correct autoconf version.
4249 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
4251         * configure.in: add AC_SUBST for *_FOR_TARGET.
4252         * configure: Regenerate.
4254 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4256         * configure.in: Simplify logic for rejecting languages that cannot
4257         be built.  Separate the case when a language is unsupported,
4258         from the case when the user chooses not to build a language.
4260 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4262         * configure.in: Remove "$build" case for powerpc-*-darwin* since
4263         it only affects bootstrap and could be tested on "$host" as well.
4264         * configure: Regenerate.
4265         * config/mh-ppc-darwin: Add to the stage1 cflags here.
4267 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4269         PR bootstrap/29544
4270         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4271         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4272         move here comment from Makefile.tpl.
4273         * Makefile.tpl: Move some definitions higher in the file.
4274         (STAGE1_CHECKING): New.
4275         * configure.in: Add --enable-stage1-checking.
4276         * configure: Regenerate.
4277         * Makefile.in: Regenerate.
4279 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4281         * MAINTAINERS: Add myself as build system maintainer.
4283 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
4285         * MAINTAINERS (Write After Approval): Add myself.
4287 2006-12-13  Eric Christopher  <echristo@apple.com>
4289         * MAINTAINERS: Add myself as darwin maintainer.
4291 2006-12-11  Ian Lance Taylor  <ian@airs.com>
4293         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
4295 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
4297         MAINTAINERS: Update my entry.
4299 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
4301         * configure.in:  Handle spu makefile frag.
4302         * Makefile.tpl (MAINT): Define
4303         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4304         * configure: Regenerate.
4305         * Makefile.in: Regenerate.
4307 2006-12-11  Ben Elliston  <bje@au.ibm.com>
4309         * config.guess: Import latest version.
4310         * config.sub: Likewise.
4312 2006-12-11  Ben Elliston  <bje@au.ibm.com>
4314         * configure.in (spu-*-*): Don't skip target-libiberty.
4315         * configure: Regenerate.
4317 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
4319         PR bootstrap/30134
4320         * configure.in: Correct x86 darwin support for libjava to powerpc
4321         and i?86 only.
4322         * configure: Regenerate.
4324 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
4326         * configure.in: Add x86 darwin support for libjava.
4327         * configure: Regenerate.
4329 2006-12-07  Mike Stump  <mrs@apple.com>
4331         * Makefile.def (dependencies): Add dependency for
4332         install-target-libssp and install-target-libgomp on
4333         install-gcc.
4334         * Makefile.in: Regenerate.
4336 2006-12-04  Richard Guenther  <rguenther@suse.de>
4338         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
4339         (Non-Algorithmic Maintainers): Move over non-algorithmic
4340         loop optimizer maintainers, add myself as a non-algorithmic
4341         middle-end maintainer.
4343 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
4345         * MAINTAINERS (Write After Approval): Add myself.
4347 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4349         * configure.in: Update error message for missing GMP/MPFR.
4351         * configure: Regenerate.
4353 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4355         * configure.in: Update MPFR version in error message.
4357         * configure: Regenerate.
4359 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4361         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4362         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4363         --with-gmp-lib): New flags.
4365         * configure: Regenerate.
4367 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
4369         * MAINTAINERS (Write After Approval): Change my email address.
4371 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
4373         * MAINTAINERS (Write After Approval): Add myself.
4375 2006-11-22  Philipp Thomas  <pth@suse.de>
4377         * MAINTAINERS (i18n): Update e-mail address.
4379 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4381         * MAINTAINERS (spu port): Add myself as maintainer.
4382         (Write After Approval): Remove myself.
4384 2006-11-22  Ben Elliston  <bje@au.ibm.com>
4386         * configure.in (skipdirs): Don't build libssp for SPU.
4387         * configure: Regenerate.
4389 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
4391         * MAINTAINERS (spu port): Add myself as maintainer.
4392         (libobjc): Update my email address.
4394 2006-11-21  Andrea Bona  <andrea.bona@st.com>
4396         * MAINTAINERS (Write After Approval): Add myself.
4398 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4400         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
4401         * configure : Rebuilt.
4403 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4405         * MAINTAINERS (Write After Approval): Add myself.
4407 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
4409         * MAINTAINERS (Write After Approval): Add myself.
4411 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4413         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
4414         libmpfr.a.
4415         * configure: Regenerate.
4417 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
4419         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4420         (unstage): Test for stage_last presence.
4422         PR bootstrap/29802
4423         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
4424         STAGE_PREFIX.
4425         * Makefile.in: Regenerate.
4427 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
4429         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
4430         maintainers.
4432 2006-11-14  Erven Rohou  <erven.rohou@st.com>
4434         * MAINTAINERS (Write After Approval): Add myself.
4436 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
4438         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
4439         and stageN-package/Makefile.
4440         * Makefile.in: Regenerated.
4442 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
4444         * configure.in: Remove target-libgloss from noconfigdirs for
4445         bfin-*-*.
4446         * configure: Regenerated.
4448 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4450         * configure.in (have_gmp): Only error if the gcc directory exists.
4452         * configure: Regenerate.
4454 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4456         * configure.in: Robustify error message for missing GMP/MPFR.
4458         * configure: Regenerate.
4460 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
4462         * MAINTAINERS (Write After Approval): Add myself.
4464 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
4466         * MAINTAINERS: Change email address.
4468 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
4470         * MAINTAINERS (Write After Approval): Add myself.
4472 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
4474         * MAINTAINERS (Write After Approval): Add myself.
4476 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
4478         * MAINTAINERS (Write After Approval): Move myself to
4479         Write After Approval section.
4481 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4483         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
4484         need_gmp anymore.
4485         * configure: Regenerate.
4487 2006-10-16  Tobias Burnus  <burnus@net-b.de>
4489         * MAINTAINERS (Write After Approval): Add myself.
4491 2006-10-16  Ben Elliston  <bje@au.ibm.com>
4493         * config.guess: Import latest version.
4494         * config.sub: Likewise.
4496 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
4498         * Makefile.def: Added pdf target handling.
4499         * Makefile.tpl: Added pdf target handling.
4500         * Makefile.in: Regenerated.
4502 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
4504         * MAINTAINERS: Add self as score port maintainer.
4506 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
4508         * MAINTAINERS (Write After Approval): Add myself.
4510 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
4512         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
4513         or newer.
4514         * configure: Regenerated.
4516 2006-09-27  Dave Brolley  <brolley@redhat.com>
4518         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
4519         using $s instead of $r.
4520         * configure: Regenerated.
4522 2006-09-26  Thiemo Seufer  <ths@mips.com>
4524         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4525         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4526         * configure: Regenerate.
4528 2006-09-24  Graeme Peterson  <gridly@gmail.com>
4530         * MAINTAINERS (Write After Approval): Remove myself.
4532 2006-09-22  Chao-ying Fu  <fu@mips.com>
4534         * MAINTAINERS (Write After Approval): Add myself.
4536 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
4538         * MAINTAINERS: Add self as soft-fp maintainer.
4540 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
4542         * MAINTAINERS: Add myself as avr maintainer.
4543         Remove Marek Michalkiewicz as avr maintainer.
4545 2006-09-07  Roberto Costa  <roberto.costa@st.com>
4547         * MAINTAINERS (Write After Approval): Add myself.
4549 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
4551         * configure.in: Never build newlib for a Mingw host.
4552         Never build newlib as Mingw target library.
4553         Test the existence of winsup/cygwin for building a Cygwin newlib,
4554         rather than just winsup.
4555         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4556         building a Mingw target.
4557         * configure: Regenerate.
4559 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
4561         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
4563 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
4565         * config.guess: Import from src (was more updated).
4566         * config.sub: Likewise.
4568 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
4570         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4571         * configure: Regenerated.
4573 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
4575         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4576         for stages after the first.
4578 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
4580         * Makefile.def: Add dependencies for configure-opcodes
4581         on configure-intl and all-opcodes on all-intl.
4582         * Makefile.in: Regenerated.
4584 2006-07-13  Ben Elliston  <bje@au.ibm.com>
4586         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
4588 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4590         Port to hosts whose 'sort' and 'tail' implementations
4591         treat operands with leading '+' as file names, as POSIX
4592         has required since 2001.  However, make sure the code still
4593         works on pre-POSIX hosts.
4594         * ltmain.sh: Don't assume "sort +2" is equivalent to
4595         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
4597 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
4599         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
4601 2006-07-04  Peter O'Gorman  <peter@pogma.com>
4603         * ltconfig: chmod 644 before ranlib during install.
4605 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4607         PR bootstrap/18058
4608         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4609         if the bootstrap compiler is a GCC version that supports it.
4610         * configure: Regenerate.
4612 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4614         * configure.in: Fix thinkos in previous check-in.
4615         * configure: Regenerate.
4617 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4619         PR other/27063
4620         * configure.in: Test subdir_requires and give an appropriate
4621         error message.
4622         * configure: Regenerate.
4624 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
4626         * MAINTAINERS (Write After Approval): Add myself.
4628 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
4630         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4632 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
4634         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4636 2006-06-20  David Ayers  <d.ayers@inode.at>
4638         PR bootstrap/28072
4639         * configure.in: Add target-boehm-gc to noconfigdirs depending on
4640         whether target-libjava is being configured instead of whether the
4641         java front end is enabled.
4642         * configure: Regenerate.
4644 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4646         PR target/27540
4647         * configure.in: Only enable libgomp on IRIX 6.
4648         * configure: Regenerate.
4650 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
4652         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4653         too.
4654         * Makefile.in: Regenerate.
4656 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
4658         * config-ml.in: Alter CCASFLAGS to include special
4659         multilib options the same as is done for CFLAGS.
4661 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4663         * configure.in: Don't enable libgomp on hpux10.
4664         * configure: Rebuilt.
4666 2006-06-12  David Ayers  <d.ayers@inode.at>
4668         PR bootstrap/27963
4669         PR target/19970
4670         * configure.in: Remove target-boehm-gc from noconfigdirs where
4671         ${libgcj} is specified.
4672         * configure: Regenerate.
4674 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
4676         Sync from src:
4678         * configure.in: Sync.
4679         * configure: Regenerated.
4681         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
4683         * Makefile.def: Added dependencies from sim and gdb on intl, and
4684         added configure dependencies to everything with an all dependency
4685         on intl.
4686         * Makefile.in: Regenerated.
4688 2006-06-06  David Ayers  <d.ayers@inode.at>
4690         PR libobjc/13946
4691         * Makefile.def: Add dependencies for libobjc which boehm-gc.
4692         * Makefile.in: Regenerate.
4693         * configure.in: Add --enable-objc-gc at toplevel and have it
4694         enable boehm-gc for Objective-C.
4695         Remove target-boehm-gc from libgcj.
4696         Add target-boehm-gc to target_libraries.
4697         Add target-boehm-gc to noconfigdirs where ${libgcj}
4698         is specified.
4699         Assert that boehm-gc is supported when requested for Objective-C.
4700         Only build boehm-gc if needed either for Java or Objective-C.
4701         * configure: Regenerate.
4703 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
4705         PR 27674
4706         * Makefile.tpl (configure-[+prefix+][+module+],
4707         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4708         Remove rule to unstage bootstrapped modules.
4709         (stage_current): New.
4710         * Makefile.in: Regenerate.
4712 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4714         * MAINTAINERS (Write After Approval): Update my e-mail address.
4716 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
4718         * include/libiberty.h: Declare pex_run_in_environment.
4720 2006-05-31  Asher Langton  <langton2@llnl.gov>
4722         * MAINTAINERS (Write After Approval): Add myself.
4724 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
4726         * Makefile.def (bfd, opcodes): Fix lib_path.
4727         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4728         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
4729         * Makefile.in: Regenerate.
4731 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4733         * Makefile.in: Regenerate.
4735 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4737         * Makefile.def: Add install-html target. Add datarootdir
4738         docdir and htmldir to flags_to_pass.
4739         * Makefile.tpl: Add install-html target.
4740         * Makefile.in: Regenerate.
4741         * configure.in: Add --with-datarootdir, --with-docdir, and
4742         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
4743         * configure: Regenerate.
4745 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
4747         * configure.in: Enable gprof for cross builds.
4748         * configure: Regenerate.
4750 2006-05-22  Richard Guenther  <rguenther@suse.de>
4752         Revert
4753         2006-01-31  Richard Guenther  <rguenther@suse.de>
4754         Paolo Bonzini  <bonzini@gnu.org>
4756         * Makefile.def (target_modules): Add libgcc-math target module.
4757         * configure.in (target_libraries): Add libgcc-math target library.
4758         (--enable-libgcc-math): New configure switch.
4759         * Makefile.in: Re-generate.
4760         * configure: Re-generate.
4761         * libgcc-math: New toplevel directory.
4763 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4764             Andreas Tobler  <a.tobler@schweiz.ch>
4766         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
4767         * configure: Rebuilt.
4769 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
4771         * MAINTAINERS (Write After Approval): Add myself.
4773 2006-05-01  DJ Delorie  <dj@redhat.com>
4775         * configure.in: Restore CFLAGS if GMP isn't present.
4776         * configure: Regenerate.
4778 2006-05-01  Richard Guenther  <rguenther@suse.de>
4780         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
4781         maintainer.
4783 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
4785         * MAINTAINERS (Write After Approval): Add myself.
4787 2006-04-28  Jan Beulich  <jbeulich@novell.com>
4789         * MAINTAINERS (Write After Approval): Add myself.
4791 2006-04-18  DJ Delorie  <dj@redhat.com>
4793         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
4794         reference libgloss so that libssp can be built in a combined
4795         tree.
4796         * configure: Regenerate.
4798 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
4800         * MAINTAINERS (Write After Approval): Add myself.
4802 2006-04-05  Ben Elliston  <bje@au.ibm.com>
4804         * configure.in: Require makeinfo 4.4 or higher.
4805         * configure: Regenerate.
4807 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
4809         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
4810         Rearrange the entries of other libraries to have them in one place.
4812 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
4814         * MAINTAINERS (Write After Approval): Remove myself.
4815         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4817 2006-03-14  Richard Guenther  <rguenther@suse.de>
4819         * configure: Regenerate with autoconf 2.13.
4821 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
4823         * MAINTAINERS: Use my work address.
4825         * MAINTAINERS: Update my E-mail address.
4827 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
4829         * configure.in: Handle --disable-<component> generically.
4830         * configure: Regenerate.
4832 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
4834         PR libgcj/17311
4835         * ltmain.sh: Don't use "$finalize_rpath" for compile.
4837 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
4839         * MAINTAINERS (Write After Approval):  Remove myself.
4840         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4842 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
4844         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
4845         (TARGET_CONFIGDIRS): Remove.
4846         * configure.in: Remove AC_SUBST(target_configdirs).
4847         * Makefile.in, configure: Regenerated.
4849 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
4851         * MAINTAINERS (Write After Approval):  Remove myself.
4852         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4854 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
4856         PR bootstrap/25670
4858         * Makefile.tpl ([+compare-target+]): Print explanation messages.
4860         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4861         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4862         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4863         BUILD_PREFIX, BUILD_PREFIX_1.
4864         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4866         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4867         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4869         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4870         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4871         of `cat stage_current`.  Always provide the `r' and `s' variables.
4872         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4873         a single shell execution.
4874         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4875         bootstrapped modules, make the stage1 module if the build was not
4876         started yet, else build the current stage.
4877         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4878         (all-build, all-host, all-target, [+make_target+]-host,
4879         [+make_target+]-target): Do not use \-continued lines.
4880         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4881         (current_stage, restrap, stage_last): New.
4883         * Makefile.in: Regenerate.
4884         * configure: Regenerate.
4886 2006-02-19  Bud Davis  <jmdavis@link.com>
4888         * MAINTAINERS (Write After Approval):  Remove myself.
4889         (Language Front End Maintainers):  Add myself as fortran 95
4890         maintainer and update e-mail address.
4892 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4894         * MAINTAINERS (Write After Approval):  Remove myself.
4895         (Language Front End Maintainers):  Add myself as fortran 95
4896         maintainer.
4898 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
4900         * MAINTAINERS (Write After Approval): Add myself.
4902 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
4904         * MAINTAINERS (Write After Approval):  Remove myself.
4905         (Language Front End Maintainers):  Add myself as
4906         fortran 95 maintainer.
4908 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4910         Sync from src:
4912         2005-12-27  Leif Ekblad  <leif@rdos.net>
4914         * configure.in: Add support for RDOS target.
4915         * configure: Regenerate.
4917 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4918             Andreas Schwab  <schwab@suse.de>
4920         * configure: Regenerate.
4922 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
4924         * configure.in (enable_libgomp): Add AIX.
4925         * configure: Regenerate.
4927 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
4929         * MAINTAINERS (Write After Approval): Add myself.
4931 2006-02-03  Lee Millward  <lee.millward@gmail.com>
4933         * MAINTAINERS (Write After Approval): Add myself.
4935 2006-01-31  Richard Guenther  <rguenther@suse.de>
4936         Paolo Bonzini  <bonzini@gnu.org>
4938         * Makefile.def (target_modules): Add libgcc-math target module.
4939         * configure.in (target_libraries): Add libgcc-math target library.
4940         (--enable-libgcc-math): New configure switch.
4941         * Makefile.in: Re-generate.
4942         * configure: Re-generate.
4943         * libgcc-math: New toplevel directory.
4945 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
4947         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4948         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4949         the assembler, linker and binutils.
4950         * configure: Regenerate.
4952 2006-01-22  Dirk Mueller  <dmueller@suse.de>
4954         * MAINTAINERS (Write After Approval): Add myself.
4956 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
4958         * configure: Regenerate.
4960 2006-01-18  Richard Henderson  <rth@redhat.com>
4961             Jakub Jelinek  <jakub@redhat.com>
4962             Diego Novillo  <dnovillo@redhat.com>
4964         * libgomp: New directory.
4965         * Makefile.def: Add target_module libgomp.
4966         * Makefile.in: Regenerate.
4967         * configure.in (target_libraries): Add target-libgomp.
4968         * configure: Regenerate.
4970 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
4972         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4973         @ from continuation.
4974         * Makefile.in: Rebuilt.
4976 2006-01-04  Chris Lattner  <sabre@gnu.org>
4978         * MAINTAINERS (Write After Approval): Add myself.
4980 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
4982         PR bootstrap/24252
4984         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4985         * Makefile.tpl (OBJDUMP): New.
4986         (EXTRA_HOST_FLAGS): Add it.
4987         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4989         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4990         to use symbolic links between directories.  Avoid race conditions
4991         or make them harmless.
4992         * configure.in: Do not try to use symbolic links between directories.
4994         * Makefile.def (LEAN): Pass.
4995         * Makefile.tpl (LEAN): Define.
4996         (stage[+id+]-start): Accept that the previous directory does not
4997         exist, if the bootstrap is lean.
4998         (stage[+id+]-bubble): Invoke lean bootstrap commands after
4999         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
5000         configure substitution.
5001         ([+compare-target+]): Likewise.
5002         ([+bootstrap-target+]-lean): New.
5003         * configure.in: Remove lean bootstrap support from here.
5005         * Makefile.in: Regenerate.
5006         * configure: Regenerate.
5008 2006-01-04  Ben Elliston  <bje@au.ibm.com>
5010         * MAINTAINERS (libdecnumber): Add myself.
5012 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
5014         * libtool-ldflags: New script.
5016 2006-01-02  Andreas Schwab  <schwab@suse.de>
5018         * configure.in: When reconfiguring remove Makefile in
5019         all stage directories.
5020         * configure: Regenerate.
5022 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
5024         * MAINTAINERS: Update my email address.
5026 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
5028         Revert Ada-related part of the previous change.
5030         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5031         Do not pass.
5032         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5033         * Makefile.in: Regenerate.
5034         * configure.in: Do not include mt-ppc-aix target fragment.
5035         * configure: Regenerate.
5037 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
5039         * configure.in: Select appropriate fragments for PowerPC/AIX.
5040         * configure: Regenerate.
5042         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5043         BOOT_CFLAGS, BOOT_LDFLAGS.
5044         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5045         BOOT_CFLAGS, BOOT_LDFLAGS.
5046         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5047         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5048         (stage): Fail if we cannot complete the work.
5049         * Makefile.in: Regenerate.
5051 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
5053         * configure.in: Replace ms1 with mt.
5054         * configure: Rebuilt.
5056 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
5058         * MAINTAINERS: Update my email address.
5060 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
5062         * Makefile.tpl (all, do-[+make_target+], do-check, install,
5063         install-host-nogcc): Don't invoke $(stage) at the end.
5064         * Makefile.in: Regenerate.
5066 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
5068         * configure.in: Flip the top-level bootstrap switch.
5069         * configure: Regenerate.
5071 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
5073         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5074         $(stage) and $(unstage).
5075         (EXTRA_TARGET_FLAGS): Correct double-quoting.
5076         (all): Remove stray semicolon.
5077         (local-distclean): Don't handle multilib.tmp and multilib.out.
5078         (install.all): Set $s for consistency.
5079         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5080         check_multilibs setting.  Always make the install directory.
5081         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5082         Correct @if/@endif.
5083         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5084         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5085         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5086         (multilib.out): Remove.
5087         * Makefile.in: Regenerated.
5089 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
5091         * MAINTAINERS (Write After Approval): Add myself.
5093 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
5095         * MAINTAINERS: Add myself as mt maintainer.
5097         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
5099 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
5101         * MAINTAINERS: Change email address.
5103 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
5105         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5106         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5107         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
5108         Find in-tree tools if available.
5109         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5110         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5111         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5112         (COMPILER_*_FOR_TARGET): New.
5113         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5114         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5115         (CONFIGURED_*, USUAL_*): Remove.
5116         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5117         STRIP): Use autoconf substitutions.
5118         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5119         COMPILER_NM_FOR_TARGET): New.
5120         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5122         (all): Make all-host and all-target in parallel.
5123         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5124         that $$r and $$s are set before invoking a recursive make.
5125         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5126         ([+bootstrap-target+]): Inline most of the `all' target.
5128 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5130         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5131         from the gcc build directory.
5132         * Makefile.in: Regenerate.
5134 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5136         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
5137         depend on all-libdecnumber.
5138         * configure.in (host_libs): Include libdecnumber.
5139         * Makefile.in: Regenerate.
5140         * configure: Likewise.
5142 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5144         * libdecnumber: Import decNumber sources from the dfp-branch.
5146 2005-11-21  Kean Johnston  <jkj@sco.com>
5148         * config.sub, config.guess: Sync from upstream sources.
5150 2005-11-21  Ben Elliston  <bje@au.ibm.com>
5152         Import from Autoconf sources:
5154         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
5155         * config/move-if-change: Don't output "$2 is unchanged";
5156         suggested by Ben Elliston.  Handle weird characters correctly.
5158 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
5160         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
5161         to match upstream libtool for darwin.
5163 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
5165         * Makefile.def: Remove gdb dependencies for gdbtk.
5166         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5167         (configure-gdb, install-gdb): New rules.
5168         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5169         * Makefile.in, configure: Regenerated.
5171 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
5173         * MAINTAINERS (Write After Approval): Add myself.
5175 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
5177         * MAINTAINERS (Write After Approval): Add myself.
5179 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
5181         * MAINTAINERS (alias analysis): Add Daniel Berlin and
5182         Diego Novillo.
5184 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
5186         PR bootstrap/24297
5187         * Makefile.tpl (do-[+make-target+], do-check, install,
5188         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5189         are set before recursing.
5190         * Makefile.in: Regenerate.
5192 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
5194         PR bootstrap/18939
5195         * Makefile.def (gcc) <target>: Fix thinko.
5196         * Makefile.in: Regenerate.
5198 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
5200         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5201         * configure: Regenerate.
5203 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
5205         * MAINTAINERS (Write After Approval): Add self.
5207 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
5209         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5210         target-libffi, target-qthreads, target-libjava, and
5211         targetlibobjc.
5212         * configure: Regenerate.
5214 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
5216         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5217         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5218         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5219         (USUAL_OBJDUMP_FOR_TARGET): New.
5220         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5221         * configure.in: Check for $OBJDUMP_FOR_TARGET.
5222         * configure, Makefile.in: Regenerated.
5224 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
5226         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5227         before other host packages.
5229 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
5231         * MAINTAINERS: Add self as sh libraries/configury maintainer.
5233 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
5235         PR bootstrap/22340
5237         * configure.in (default_target): Remove.
5238         * Makefile.tpl (all): Do not use prerequisites as subroutines
5239         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5240         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5241         use prerequisites as subroutines.
5242         (check-host, check-target): New.
5243         (bootstrap configure & all targets): Do not use stage*-start
5244         if the directory layout is already ok.
5245         (non-bootstrap configure & all targets): Prepend a $(unstage).
5246         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
5247         (NOTPARALLEL): Remove.
5248         (unstage, stage variables): New variables.
5249         (unstage, stage targets): Simply expand to those variables.
5251         * configure: Regenerate.
5252         * Makefile.in: Regenerate.
5254 2005-10-04  James E Wilson  <wilson@specifix.com>
5256         * Makefile.def (lang_env_dependencies): Add libmudflap.
5257         * Makefile.in: Regenerate.
5259 2005-10-03  Andreas Schwab  <schwab@suse.de>
5261         Backport from libtool CVS:
5262         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
5264         * ltmain.sh: add support for installing into temporary
5265         staging area (e.g. 'make install DESTDIR=...')
5267 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
5269         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5270         * configure: Regenerated.
5272 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
5274         * configure: Regenerate with the correct
5275         autoconf version.
5277 2005-09-30  Catherine Moore  <clm@cm00re.com>
5279         * configure.in (bfin-*-*): New.
5280         * configure: Regenerated.
5282 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
5284         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5285         (LIPO_FOR_TARGET): New.
5286         (CONFIGURED_LIPO_FOR_TARGET): New.
5287         (USUAL_LIPO_FOR_TARGET): New.
5288         (STRIP_FOR_TARGET): New.
5289         (CONFIGURED_STRIP_FOR_TARGET): New.
5290         (USUAL_STRIP_FOR_TARGET): New.
5291         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5292         STRIP_FOR_TARGET.
5293         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5294         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5295         * Makefile.in: Regenerate.
5296         * configure: Regenerate.
5298 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
5300         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5301         (rs6000-*-aix*): Same.
5302         * configure: Regenerate.
5304 2005-09-16  Tom Tromey  <tromey@redhat.com>
5306         * MAINTAINERS: Add self as java maintainer.
5308 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
5310         * configure.in: Recognize f95 in the --enable-languages option,
5311         and substitute it for fortran, issuing a warning.
5312         * configure: Regenerate.
5314 2005-08-30  Phil Edwards  <phil@codesourcery.com>
5316         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
5317         * configure:  Regenerated.
5319 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
5321         * MAINTAINERS: Add self as ms1 maintainer.
5323 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
5325         * Makefile.def (libssp): Add to lang_env_dependencies.
5326         * Makefile.in: Regenerate.
5328 2005-08-18  Ian Lance Taylor  <ian@airs.com>
5330         * MAINTAINERS: Add myself as middle-end maintainer.
5332 2005-08-17  Christian Groessler  <chris@groessler.org>
5334         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5335         * Makefile.in: Regenerate.
5337 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
5339         * MAINTAINERS (write after approval): Added myself.
5341 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
5343         * MAINTAINERS (Write After Approval): Add myself.
5345 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
5347         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5348         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5349         Look for alternate names of the target cc and c++
5350         * configure: Regenerate.
5352 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
5354         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5355         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5356         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5357         tools; remove code to manually set them.
5358         (Target tools): Look in the environment for them.
5359         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5360         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5361         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5362         build directory.
5363         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5364         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5365         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5366         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5367         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5368         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5369         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5370         * configure: Regenerate.
5371         * Makefile.in: Regenerate.
5373 2005-07-28  Ben Elliston  <bje@au.ibm.com>
5375         * MAINTAINERS: Update for removed CPU targets.
5377 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
5379         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5380         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5381         * Makefile.in: Regenerated.
5383 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
5385         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5386         (CFLAGS_FOR_TARGET): Use it.
5387         (CXXFLAGS_FOR_TARGET): Likewise.
5388         * Makefile.in: Regenerated.
5389         * configure.in (--with-build-sysroot): New option.
5390         * configure: Regenerated.
5392 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
5394         * Makefile.tpl: Wrap install between unstage and stage
5395         * Makefile.in: Regenerate.
5397 2005-07-21  Eric Christopher  <echristo@apple.com>
5399         * MAINTAINERS: Update affiliation.
5401 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
5403         * MAINTAINERS: Add self as crx port maintainer.
5405 2005-07-20  DJ Delorie  <dj@redhat.com>
5407         * MAINTAINERS: Add self as m32c maintainer.
5409 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
5411         * all files: Update FSF address.
5413 2005-07-15  Eric Christopher  <echristo@redhat.com>
5415         * MAINTAINERS: Change affiliation.
5417 2005-07-14  Jim Blandy  <jimb@redhat.com>
5419         * configure.in: Add cases for Renesas m32c.
5420         * configure: Regenerated.
5422 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
5424         * COPYING.LIB: Update from fsf.org.
5426 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
5428         * COPYING, compile, config.guess,
5429         config.sub, install-sh, missing, mkinstalldirs,
5430         symlink-tree, ylwrap: Sync from upstream sources.
5431         * config-ml.in: Update FSF address.
5433 2005-07-13  Eric Christopher  <echristo@redhat.com>
5435         * configure.in: Add toplevel noconfigdir support for tpf.
5436         * configure: Regenerate.
5438 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
5440         PR ada/22340
5442         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5443         * Makefile.in: Regenerate.
5445 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
5447         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
5448         Brolley to write-after-approval.
5450 2005-07-07  Andreas Schwab  <schwab@suse.de>
5452         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5453         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5454         * Makefile.in: Regenerated.
5456 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
5458         * configure.in: Don't build sim or rda when targetting darwin.
5459         * configure: Regenerate.
5461 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
5463         * configure.in: Add --enable-libssp and --disable-libssp.
5464         * configure: Regenerate with autoconf-2.13.
5466 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
5468         * Makefile.def (target_modules): Add libssp.
5469         * configure.in (target_libraries): Add target-libssp.
5470         * configure: Rebuilt.
5471         * Makefile.in: Rebuilt.
5473 2005-07-01  Zack Weinberg  <zackw@panix.com>
5475         * MAINTAINERS: Change email address.  Resign from maintainership.
5477 2005-07-01  Richard Guenther  <rguenther@suse.de>
5479         * MAINTAINERS: Change my e-mail address and affiliation.
5481 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
5483         * Makefile.def (stagefeedback): Come after profile.
5484         Define profiledbootstrap target.
5485         * Makefile.tpl (profiledbootstrap): Remove.
5486         (stageprofile-end): Zap stagefeedback.
5487         (stagefeedback-start): Copy all .gcda files, not only GCC's.
5488         * Makefile.in: Regenerate.
5490 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
5492         * MAINTAINERS: Update my email address.
5494 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
5496         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
5497         In 'cpp' stanza, support '#line' as well as '# '.
5499 2005-06-08  Andreas Schwab  <schwab@suse.de>
5501         * MAINTAINERS: Move myself from 'Write After Approval' to
5502         'CPU Port Maintainers' section as m68k maintainer.
5504 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
5506         * configure.in (unsupported_languages): New macro.
5507         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
5508         non-ported target libraries in noconfigdirs.
5509         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5510         non-linux-gnu.  Remove libgcj_ex_libffi.
5511         <lang_frag loop>: Set add_this_lang=no if the language is in
5512         unsupported_languages.
5513         * configure: Regenerate.
5515 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
5517         * configure.in: Fix typo in handling of --with-mpfr-dir.
5518         * configure: Regenerate.
5520 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
5522         * MAINTAINERS: Update my email address.
5524 2005-06-02  Jim Blandy  <jimb@redhat.com>
5526         * config.sub: Add cases for the Renesas m32c.  (This patch has been
5527         accepted into the master sources.)
5529 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
5530             Michael Snyder  <msnyder@redhat.com>
5531             Stan Cox  <scox@redhat.com>
5533         * configure.in: Set noconfigdirs for ms1.
5535         * configure: Regenerate.
5537 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
5539         * MAINTAINERS (Write After Approval): Add self.
5541 2005-06-01  Josh Conner  <jconner@apple.com>
5543         * MAINTAINERS (Write After Approval): Add self.
5545 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
5547         * MAINTAINERS: Update my email address.
5549 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
5551         * MAINTAINERS (Write After Approval): Add self.
5553 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
5555         * MAINTAINERS (Write After Approval): Remove self.
5557 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
5559         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5560         (Dependencies): Consider target modules for bootstrap dependencies.
5561         Make target bootstrap modules depend on each stage's gcc.
5562         * Makefile.in: Regenerate.
5564 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
5566         * Makefile.def (configure-gcc): Depend on binutils having been built.
5567         (all-gcc): No need to do it here.
5568         * Makefile.in: Regenerate.
5570 2005-05-19  Paul Brook  <paul@codesourcery.com>
5572         * configure.in: Rewrite misleading error message when requested
5573         language cannot be built.
5574         * configure: Regenerate.
5576 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
5578         * ylwrap: Import from Automake 1.9.5.
5580 2005-05-13  David Ung  <davidu@mips.com>
5582         * MAINTAINERS (Write After Approval): Add self.
5584 2005-05-09  Mike Stump  <mrs@apple.com>
5586         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
5587         lt_cv_sys_max_cmd_len for now.
5589 2005-05-09  Stan Cox  <scox@redhat.com>
5591         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
5593 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
5595         * README.SCO: Update the URL.
5597 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
5599         * ltconfig: Define file_list_spec.  Pass file_list_spec and
5600         with_gnu_ld to libtool.
5601         * ltcf-c.sh (aix[45]): Define file_list_spec.
5602         * ltcf-cxx.sh (aix[45]): Same.
5603         * ltcf-gcj.sh (aix[45]): Same.
5604         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
5605         exists, write list of input files to temporary file.
5607 2005-05-04  Mike Stump  <mrs@apple.com>
5609         * configure.in: Always pass --target to target configures as
5610         otherwise rebuilds that do --recheck will fail.
5611         * confiugure: Rebuilt.
5613 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
5615         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5616         STAGE_HOST_EXPORTS.
5617         (configure, all): Add bootstrap support.
5618         (Host modules, target modules): Pass post-stage1 flags and exports.
5619         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5620         * Makefile.in: Regenerate.
5622 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
5624         * configure: Regenerate.
5626 2005-04-27  Mike Stump  <mrs@apple.com>
5628         * MAINTAINERS: Add self as darwin maintainer.
5630 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
5632         * config.sub: Update from master copy.
5634 2005-04-21  Mike Stump  <mrs@apple.com>
5636         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
5637         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
5639 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
5641         * configure.in <crisv32-*-*, cris-*-*>: New local variable
5642         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
5643         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
5644         "*-*-elf" and "*-*-linux*".
5645         * configure: Regenerate.
5647 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
5649         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
5651 2005-04-12  Mike Stump  <mrs@apple.com>
5653         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
5655 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
5657         * MAINTAINERS (Write After Approval): Add myself.
5659 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
5661         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
5663 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
5665         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5666         (TARGET_CONFIGARGS): Include --with-target-subdir.
5667         (configure, all): New macros.  Use them throughout.
5668         * Makefile.in: Regenerate.
5670 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
5672         * MAINTAINERS (Write After Approval): Add myself.
5674 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5676         * MAINTAINERS: Remove 'loop unrolling' maintainer.
5678 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
5680         * MAINTAINERS: Move John Carr to Write After Approval.
5682 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
5684         * config/mh-mingw32: Delete.
5685         * configure.in: Don't use it.
5686         * configure: Regenerate.
5688 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
5690         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5691         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5692         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
5693         (HOST_LIB_PATH): Generate from Makefile.def.
5694         (TARGET_LIB_PATH): Likewise.
5695         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5696         * Makefile.in: Regenerate.
5697         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5698         (RPATH_ENVVAR): Include Darwin case.
5699         * configure: Regenerate.
5701 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
5703         * MAINTAINERS (Various Maintainers): Remove self.
5704         (Write After Approval): Add self.
5706 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
5708         * MAINTAINERS (Various Maintainers): Add self.
5710 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
5712         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5713         * configure: Regenerate.
5715 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
5717         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5718         gcc_version, and gcc_version_trigger from set of flags to pass.
5719         * Makefile.tpl: Remove definitions of above variables.
5720         (config.status): Remove dependency on $(gcc_version_trigger).
5721         * Makefile.in: Regenerate.
5722         * configure.in: Do not reference config/gcc-version.m4 nor
5723         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
5724         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
5725         * configure: Regenerate.
5727 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
5728             Andrew Pinski  <pinskia@physics.uc.edu>
5730         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5731         * Makefile.in: Regenerate.
5733 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
5735         * MAINTAINERS (Write After Approval): Add myself.
5737 2005-03-03  David Ayers  <d.ayers@inode.at>
5739         * MAINTAINERS (Write After Approval): Add myself.
5741 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
5743         PR libgcj/20160
5744         * ltmain.sh: Avoid creating archives with components that have
5745         duplicate basenames.
5747 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
5749         PR bootstrap/20250
5750         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5751         instead of check.
5752         * Makefile.in: Regenerate.
5754 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5756         * Makefile.in: Regenerate to fix conflict between the previous two
5757         patches.
5759 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5761         PR bootstrap/17383
5762         * Makefile.def (target_modules): Remove "stage", now unnecessary.
5763         * Makefile.tpl (HOST_SUBDIR): New substitution.
5764         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5765         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5766         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5767         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5768         (Host modules, Bootstrapped modules): Use it.
5769         (Build modules, Target modules): Do not create symlink trees,
5770         always configure out-of-srcdir.
5771         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5772         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5773         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5774         $(HOST_SUBDIR).  Create a symlink for host_subdir.
5776         * Makefile.in: Regenerate.
5777         * configure: Regenerate.
5779 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5781         Merged from libada-gnattools-branch:
5782         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5784         * gnattools: New directory.
5785         * Makefile.def: Add gnattools as a module, depending on target-libada.
5786         * Makefile.in: Regenerate.
5787         * configure.in: Include gnattools in host_tools; disable it if ada
5788         is disabled.
5789         * configure: Regenerate.
5791 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
5793         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
5794         treelang maintainer.
5795         (Write After Approval): Remove myself.
5797 2005-02-23  Paul Schlie  <schlie@comcast.net>
5799         * configure.in: Allow darwin targeted ports to build tk, itcl and
5800         libgui.
5801         * configure: Regenerate.
5803 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5805         PR libgcj/10353
5806         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5807         * configure: Regenerate.
5809 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
5811         * MAINTAINERS (Write After Approval): Add myself.
5813 2005-02-10  Ian Lance Taylor  <ian@airs.com>
5815         * MAINTAINERS: Update my e-mail address.
5817 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
5819         * MAINTAINERS (Write After Approval): Add myself.
5821 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
5823         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5824         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5825         target-libgloss when not *-*-elf and *-*-aout.
5826         * configure: Regenerate.
5828 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
5830         * MAINTAINERS: Remove obsolete entries.
5832         * MAINTAINERS (Write After Approval): Add Michael Matz.
5834 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
5836         * MAINTAINERS: Remove self as cpplib maintainer.
5838 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5840         * install-sh, config.sub: Import from upstream.
5842 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5844         PR bootstrap/18222
5845         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5846         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5847         * Makefile.in: Regenerate.
5849 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
5851         * MAINTAINERS: Update my email address.
5853 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
5854             Andreas Schwab  <schwab@suse.de>
5856         PR bootstrap/18033
5857         * config-ml.in: Eval option if surrounded by single quotes.
5859 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
5861         Revert 2004-12-28 Makefile changes, a better fix will be
5862         applied to mainline and src after GCC 4.0 branches.
5864 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
5866         PR bootstrap/17383
5868         * Makefile.def (target_modules): Remove stage parameter,
5869         it is always true now.
5870         * Makefile.tpl (configure-build-[+module+],
5871         configure-target-[+module+]): Always build symlink tree
5872         for the directory and for include.  BUILD_SUBDIR and
5873         TARGET_SUBDIR cannot be . anymore.
5874         * Makefile.in: Regenerate.
5876 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
5878         Revert 2004-12-08 Makefile changes.
5880 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
5882         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
5883         cygwin, mingw.
5885 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
5887         * configure.in (sh64-*-*): Reenable gprof.
5888         * configure: Regenerate.
5890 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
5892         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5893         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5894         (EXTRA_TARGET_FLAGS): Add PICFLAG.
5895         * Makefile.in: Regenerate.
5897 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
5899         * MAINTAINERS: Update my email address.
5901 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
5903         * Makefile.tpl: Generate normal dependencies if the LHS module is
5904         not bootstrapped.
5905         * Makefile.in: Regenerate.
5907 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5909         * configure.in: Include config/gxx-include-dir.m4.  Use
5910         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
5911         * configure: Regenerate.
5913 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5915         * config.if: Delete.
5916         * configure.in: Set libstdcxx_incdir directly.
5917         * configure: Regenerate.
5919 2004-12-02  Eric Christopher  <echristo@redhat.com>
5921         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
5922         * Makefile.in: Regenerate.
5924 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
5926         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5927         * configure: Regenerate.
5929 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
5931         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
5932         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
5933         * configure: Regenerate.
5935 2004-12-01  Eric Christopher  <echristo@redhat.com>
5937         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
5938         of things to remove.
5940 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
5942         * MAINTAINERS (Write After Approval): Update my e-mail address.
5944 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
5946         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
5947         from CVS libtool to always pass_all.
5949 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5951         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5952         (hppa*64*-*-*): Delete incorrect comment.
5953         * configure: Rebuilt.
5955 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
5957         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
5959 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
5961         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
5962         from CVS libtool to always pass_all.
5964 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
5966         * install-sh, compile: Import from automake.
5968 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
5970         * config.guess, config.sub:  Import from savannnah.
5972 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
5974         * MAINTAINERS (Write After Approval): Add myself
5976 2004-11-12  Mike Stump  <mrs@apple.com>
5978         * Makefile.def: Add html support.
5979         * Makefile.tpl: Likewise.
5980         * Makefile.in: Regenerate.
5982 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
5984         PR 18423
5985         * configure.in: Remove all instances of build-fixincludes from
5986         noconfigdirs.
5987         (build_configargs): Supply --target to subdirectories.
5988         * configure: Regenerate.
5990         * Makefile.def: Make gcc install depend on fixincludes install.
5991         * Makefile.in: Regenerate.
5993 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
5995         * MAINTAINERS: Add myself as gcc testsuite maintainer.
5997 2004-11-11  Paul Brook  <paul@codesourcery.com>
5999         * MAINTAINERS: Add self as arm maintainer.  Update email address.
6001 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
6003         * configure.in (noconfigdirs) [mmix-*-*]: Disable
6004         target-libgfortran.
6005         * configure: Regenerate.
6007 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
6009         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6010         like CC.
6012 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
6014         * Makefile.def (host fixincludes): Specify missing targets.
6015         * Makefile.in: Regenerate.
6017 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
6019         * MAINTAINERS: Add myself
6021 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
6023         * MAINTAINERS (Write After Approval): Add myself.
6025 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
6027         * Makefile.def: Build fixincludes for the host, too.
6028         * Makefile.in: Regenerate.
6029         * configure.in (host_tools): Add fixincludes.
6030         * configure: Regenerate.
6032 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
6034         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6035         * configure: Regenerated.
6037 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
6039         PR other/17783
6040         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6041         * configure: Regenerated.
6043 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
6045         * README.SCO: Update per FSF instructions.
6047 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
6049         PR target/18151
6050         * configure.in (case ${target}): Do not build fixincludes for avr.
6051         * configure: Regenerated.
6053 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
6055         * configure.in (case ${target}): Do not build fixincludes
6056         on platforms where it is not used.
6057         * configure: Regenerated.
6059 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
6061         * configure.in: Use an absolute path to install-sh.
6062         * configure: Regenerated.
6064 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
6066         * MAINTAINERS (Write After Approval): Add myself.
6068 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
6070         * MAINTAINERS: Remove from Write After Approval those that are
6071         already maintainers.
6073 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
6075         * MAINTAINERS:  Update my email address.
6077 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
6079         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6080         * configure: Regenerate.
6082 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
6084         * MAINTAINERS:  Update my email address.
6086 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
6088         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
6089         entries belonging to this category.
6091 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
6093         * MAINTAINERS: Update my e-mail address.
6095 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
6097         Fix wrong conflict resolution in:
6099         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
6101         * Makefile.in: Regenerate.
6102         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6103         in the recursive `make', instead of hardwiring `all'.
6104         (Autogenerated TARGET-* variables): New.
6106 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
6108         * configure.in: Enable target-libgloss for crx-*-*.
6109         * configure: Regenerate.
6111 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
6113         * MAINTAINERS (Various Maintainers): Move the "windows,
6114         cygwin, mingw" maintainer to ...
6115         (OS Port Maintainers): ... here.
6117 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
6119         * MAINTAINERS (Write After Approval): Remove those that are
6120         maintainers of some subsystem.
6122 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
6124         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6125         * ltcf-cxx.sh (tpf*): Likewise.
6126         * ltconfig (tpf*): Add TPF OS configuration support.
6128 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
6130         * MAINTAINERS: Change my email address to my new work account.
6132 2004-09-24  Michael Roth  <mroth@nessie.de>
6134         * configure.in (--without-headers): Add missing double quotes.
6135         * configure: Regenerate.
6137 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
6139         * ylwrap: Revert to previous version.
6141 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
6143         PR bootstrap/17369
6144         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6145         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6146         SET_GCC_LIB_PATH_CMD.
6147         (BASE_TARGET_EXPORTS): Likewise.
6148         * Makefile.in: Regenerated.
6150         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6151         * configure: Regenerated.
6153 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
6155         * config.guess: New upstream version
6156         * compile, depcomp, install-sh, ylwrap: Likewise.
6158 2004-09-19  Roger Sayle  <roger@eyesopen.com>
6160         * config/mh-x86omitfp: New host makefile fragment.  Add
6161         -fomit-frame-pointer to the default BOOT_CFLAGS.
6162         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6163         * configure: Regenerate.
6165 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
6167         PR target/11572
6168         * configure.in (*-*-darwin*): Renable libobjc.
6169         * configure: Regenerate.
6171 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
6173         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
6175 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
6177         * Makefile.def: Remove libbanshee.
6178         * Makefile.tpl: Ditto.
6179         * configure.in: Ditto.
6180         * Makefile.in: Regen.
6181         * configure: Ditto.
6183 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
6185         * ltmain.sh: Use $pic_object as $non_pic_object if
6186         $non_pic_object=none.
6188 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
6190         * missing: Import latest version from master repository.
6192 2004-09-06  Nick Clifton  <nickc@redhat.com>
6194         * config.sub: Import latest version from master repository.
6195         * config.guess: Likewise.
6196         This includes these changes:
6198         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
6200         * config.sub: Handle crisv32, alias etraxfs.
6201         * config.guess (crisv32:Linux:*:*): Handle.
6203         2004-08-13  Brad Smith  <brad@comstyle.com>
6205         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6206         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6208         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6210         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6211         assume the processor is a powerpc.  This is because coreutils
6212         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6213         in this case, due to a MacOS X bug that causes
6214         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6215         to return a negative number.
6216         Problem reported by Petter Reinholdtsen in:
6217         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6219         2004-07-19  Ben Elliston  <bje@gnu.org>
6221         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6223         2004-06-24  Ben Elliston  <bje@gnu.org>
6225         * config.guess: Update copyright years.
6226         * config.sub: Likewise.
6228         2004-06-22  Robert Millan  <robertmh@gnu.org>
6230         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6231         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6233         2004-06-22  Stanley F. Quayle <stan@stanq.com>
6235         * config.guess (*:*VMS:*:*): New entry. Replaces
6236         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6237         manufacturer.
6239         2004-06-22  Ben Elliston  <bje@gnu.org>
6241         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6242         * config.sub: Likewise.
6244         2004-06-22  Ben Elliston  <bje@gnu.org>
6246         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6247         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6249         2004-06-11  Ben Elliston  <bje@gnu.org>
6251         * config.guess (pegasos:OpenBSD:*:*): Remove.
6253         2004-06-11  Ben Elliston  <bje@gnu.org>
6255         From Wouter Verhelst <wouter@grep.be>:
6256         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6258         2004-06-11  Ben Elliston  <bje@gnu.org>
6260         * config.guess (luna88k:OpenBSD:*:*): New.
6262         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
6264         * config.guess (m32r*:Linux:*:*): New case.
6265         * config.sub: Handle m32rle.
6267         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
6269         From Jens Petersen  <petersen@redhat.com>:
6270         * config.sub: Handle sparcv8.
6272         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
6274         From Tom Smith <smith@cag.lkg.hp.com>:
6275         * config.guess: Version suffixes are equally significant on Tru64
6276         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
6277         prefix of "P" (patched kernel).
6279         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
6281         * config.sub: Add support for National Semiconductor CRX target.
6283 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
6285         * MAINTAINERS (Various Maintainers): Remove myself as web page
6286         maintainer, add myself as maintainer of build status lists.
6288 2004-09-03  Jan Beulich  <jbeulich@novell.com>
6290         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6291         *-*-netware, but add target-libmudflap.
6292         Consolidate *-*-netware targets (of which really only i?86 exists)
6293         into a single entry.
6294         * configure: Likewise.
6296 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
6298         * Makefile.tpl (sorry): Remove.
6299         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6300         (cleanstrap targets): Depend on distclean, not distclean-stage1.
6301         (do-clean): Clean per-stage directories too.
6302         (do-distclean): Run distclean-stage1 too.
6303         (.NOTPARALLEL): Enable during toplevel bootstrap.
6304         (stage[+id+]-bubble): Enable parallel execution during
6305         the recursive invocation.
6306         * Makefile.in: Regenerate.
6308         Fix previous checkin:
6310         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6311         include.
6312         * configure.in: Fix indentation.
6313         * configure: Regenerate.
6315 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
6317         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6318         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6319         * configure: regenerate
6320         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6321         -mdynamic-no-pic
6323 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
6325         * Makefile.def (build_modules): Add fixincludes.
6326         (dependencies): Make gcc depend on fixincludes.
6327         * configure.in (build_tools): Add fixincludes.
6328         (build_configdirs): Always include build_libs.
6329         * Makefile.in: Regenerate.
6330         * configure: Regenerate.
6332 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
6334         * Makefile.def (bootstrap stages): Add 'lean' parameter.
6335         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6336         phony targets; do not generate timestamp files.
6337         (distclean-stageN): Remove references to their timestamp files.
6338         (restageN, touch-stageN): Remove.
6339         (stageN-bubble): Rewritten.
6340         (compare): Support lean bootstraps.
6341         * Makefile.in: Regenerate.
6343         * configure.in: Only warn when bootstrapping but
6344         build != host or build != target.  Support lean bootstraps.
6345         * configure: Regenerate.
6347 2004-08-26  Phil Edwards  <phil@codesourcery.com>
6349         * configure.in:  Give a better error message if GMP/MPFR are missing
6350         and a language needing them has been requested.
6351         * configure:  Regenerated.
6353 2004-08-25  Phil Edwards  <phil@codesourcery.com>
6355         * configure.in:  Print a list of available language front-ends if
6356         a requested one is missing.  Tidy stray tab characters.
6357         * configure:  Regenerated.
6359 2004-08-19  Michael Koch  <konqueror@gmx.de>
6361         * gcc/doc/install.texi: Update entry about automake for libjava.
6363 2004-08-17  Robert Millan  <robertmh@gnu.org>
6365         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6366         (instead of FreeBSD).
6367         * configure: Regenerate.
6369 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
6371         * Makefile.in: Regenerate.
6372         * configure: Regenerate.
6374         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6375         stage_*_flags.
6376         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6377         for bootstrapped modules if toplevel bootstrap is going.
6378         (GCC bootstrap): Generate per-stage targets for all bootstrapped
6379         modules.  Adjust for changes in Makefile.def.  Enable several
6380         rules even in non-bootstrap mode, just to avoid peppering the
6381         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6382         (stage-[+prev+]-bubble): Remove.
6384         * Makefile.def (Dependencies): Depend on all-build-bison,
6385         all-build-flex, all-build-byacc, all-build-texinfo, rather
6386         than the host variations.
6387         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
6388         with BUILD_SUBDIR.
6389         (BISON): Update for recent Bisons.
6390         (YACC): Fix typo.
6391         (cross): Depend on all-build.
6392         (all): Do not depend on all-build.
6393         (prebootstrap): Remove.
6394         (dep-kind): Accept separate prefixes for MODULE and ON variables.
6395         (Prebootstrap dependencies): Add them to the per-stage targets
6396         and to all-prebootstrap.
6397         * configure.in (build_configdirs): Always enable build_tools.
6398         (BUILD_DIR_PREFIX): Remove.
6400         * Makefile.def (gcc): Add target variable.
6401         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6402         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6403         in the recursive `make', instead of hardwiring `all'.
6404         (Autogenerated TARGET-* variables): New.
6406 2004-08-13  Brian Booth  <bbooth@redhat.com>
6408         * MAINTAINERS: Remove myself from write-after-approval.
6410 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6412         * src-release: Stop distributing mmalloc with gdb (which doesn't
6413         use it).
6414         * Makefile.def: GDB doesn't depend on mmalloc anymore.
6415         * Makefile.in: Regenerate.
6417 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
6419         * configure.in (arm*-*-eabi*): New target.
6420         * configure: Regenerate.
6422 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
6424         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6425         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6426         (Dependencies): New section.
6427         * Makefile.tpl (Dependencies): Generate from Makefile.def.
6428         (configure-target-[+module+]): Depend on maybe-all-gcc
6429         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
6430         (toplevel profiledbootstrap): Fix dependencies.
6431         * Makefile.in: Regenerate.
6433 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
6435         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6436         target-libiberty to noconfigdirs.
6437         * configure: Regenerate.
6439 2004-08-03  Paul Brook  <paul@codesourcery.com>
6441         * configure.in: Check for MPFR as well as GMP.
6442         * configure: Regenerate.
6444 2004-08-01  Robert Millan  <robertmh@gnu.org>
6446         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6447         libmudflap for all GNU-based systems (with Glibc).
6448         * configure: Regenerate.
6450 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
6452         * Makefile.def (host-modules): Add gcc.
6453         * Makefile.in: Regenerate.
6454         * Makefile.tpl (sorry): New rule.
6455         (configure-host, all-host, [+make_target+]-host, do-check,
6456         install-host): Do not add gcc as a special case.
6457         (host modules): Add a small special-casing for gcc.  Export
6458         extra_make_flags through the environment.
6459         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6460         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6461         other recursive targets for gcc): Remove.
6463         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6464         (stage, unstage): New rules.
6465         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6466         distclean-stage[+id+]): Use stage_current.
6467         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6468         the stage*-start rules.
6470 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
6472         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
6473         use -all_load flag.
6475 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
6477         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
6478         * configure: Regenerate.
6480 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
6482         * maintainer-scripts/gcc_release: Revert yesterday's change.
6484 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
6486         * MAINTAINERS: Add myself to write-after-approval.
6488 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
6490         * libf2c: Removed.
6491         * gcc/gccbug.in: Updated because of libf2c removal.
6492         * maintainer-scripts/gcc_release: Ditto.
6494 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
6496         * configure.in: Build libmudflap by default on FreeBSD.
6497         * configure: Regenerated.
6499 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
6501         * configure.in: Do not build libmudflap by default on non-GNU/Linux
6502         systems.
6503         * configure: Regenerated.
6505 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6507         PR target/16344
6508         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6509         feedback based compiler.
6510         * Makefile.in: Rebuilt.
6512 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
6514         * Makefile.def (host_modules): Set bootstrap=true for flex.
6515         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6516         * Makefile.in: Rebuilt.
6518 2004-07-07  Jan Hubicka  <jh@suse.cz>
6520         * MAINTAINERS: Add self as a profile feedback maintainer.
6522 2004-07-05  Phil Edwards  <phil@codesourcery.com>
6524         * configure.in:  Do not prepend $srcdir to /dev/null in
6525         makefile fragments.
6526         * configure:  Regenerate.
6528 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
6530         * Makefile.def (build_modules): Add bison, byacc, flex,
6531         m4, texinfo.
6532         (flags_to_pass): Add FLEX.
6533         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6534         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6535         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6536         DEFAULT_MAKEINFO): Remove.
6537         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6538         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6539         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6540         objdir or else use configured tool.
6541         (all-build): New.
6542         (all): Depend on it.
6543         (Build module dependencies): Add.
6544         * Makefile.in: Regenerate.
6545         * configure.in: Better support for multiple build modules,
6546         matching what is done for host/target modules.  Do not look
6547         for "plausible" locations of build tools if Canadian cross.
6548         Use autoconf's AC_PROG_CC to find a C compiler.  Define
6549         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
6550         * configure: Regenerate.
6552 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6554         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6555         * Makefile.in: Regenerate.
6557 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6559         * Makefile.tpl (configure-build-[+module+],
6560         configure-[+module+], configure-target-[+module+]): Pass
6561         [+extra_configure_args+].
6562         (all-build-[+module+], all-[+module+], check-[+module+],
6563         install-[+module+], [+make_target+]-[+module+],
6564         all-target-[+module+], check-target-[+module+],
6565         install-target-[+module+], [+make_target+]-target-[+module+]):
6566         Pass [+extra_make_args+].
6567         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6568         (GCC_HOST_EXPORTS): Remove.
6569         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6570         cross, check-gcc, check-gcc-c++, install-gcc,
6571         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6572         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6573         * Makefile.in: Regenerate.
6575 2004-06-21  Matthew Sachs  <msachs@apple.com>
6577         * MAINTAINERS: Added self to write-after-approval.
6579 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
6581         * configure.in: Check for srcdir/winsup rather than build directory
6582         winsup.
6583         * configure: Regenerate.
6585 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
6587         * configure.in: Don't build Cygwin native newlib if winsup
6588         directory is missing.  Emit warning instead.
6589         * configure: Regenerate.
6591 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
6593         * Makefile.tpl (touch-stage[+id+]): New.
6594         (restage[+prev+]): Depend on touch-stage[+id+].
6596         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6597         Use it throughout.
6599         * Makefile.def: Add profile and feedback bootstrap stages.
6600         Remove next field from bootstrap stages.
6601         * Makefile.tpl (LN, LN_S): Substitute.
6602         (stageN-start, stageN-end): Use double-colon rules, to
6603         provide a hook for additional setup commands.
6604         (distclean-stageN-gcc, restageN): Create dependencies from
6605         [+prev+], not from [+next+].
6606         (stageN-bubble): Add commands for successive stages from
6607         [+prev+], using double-colon rules.
6608         (all-stageN-gcc): Fix typo.
6609         (stagefeedback-start, profiledbootstrap): New.
6610         * Makefile.in: Regenerate.
6611         * configure.in: Call ACX_PROG_LN.
6612         * configure: Regenerate.
6614 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
6616         * MAINTAINERS (Write After Approval): Add myself.
6618 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
6620         * MAINTAINERS (Write After Approval): Add myself.
6622 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
6624         * configure.in: Fix --enable-bootstrap breakage introduced in trees
6625         without gcc.
6626         * configure: Regenerate.
6628 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6630         * Makefile.tpl: Fix typo.
6631         * Makefile.in: Regenerate.
6633 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6635         * configure.in: Remove new- prefix from toplevel
6636         bootstrap targets.
6637         * configure: Regenerate.
6639 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6641         * Makefile.tpl (all.normal): Rename to all.
6642         (all): Replace with a rule to pick the default
6643         target from configure.
6644         (all-gcc, configure-gcc): Use conditionals to
6645         do nothing when toplevel bootstrap is going on.
6646         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6647         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6648         * configure.in: Support --enable-bootstrap.
6650         * Makefile.def: Remove new- prefix from toplevel
6651         bootstrap targets.
6652         * Makefile.tpl: Likewise.
6654         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
6655         target.
6657         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6658         $(RECURSE_FLAGS) to recursive invocation of make.
6660         * Makefile.in: Regenerate.
6661         * configure: Regenerate.
6663 2004-05-30  Andreas Jaeger  <aj@suse.de>
6664             Jim Wilson  <wilson@specifixinc.com>
6666         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6667         like CC.
6669 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
6671         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6672         * configure: Regenerate.
6674 2004-05-25  Daniel Jacobowitz  <drow@false.org>
6676         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6677         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6678         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
6679         targets.
6680         * Makefile.in: Regenerate.
6682 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
6684         * configure.in: Test the ability to symlink directories.
6685         * configure: Regenerate.
6687         * Makefile.def (bootstrap-stage): New definitions.
6688         * Makefile.tpl (configure-stage1-gcc,
6689         configure-stage2-gcc, configure-stage3-gcc,
6690         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6691         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6692         new-restage3, compare): Autogenerate, see Makefile.in
6693         entry for behavioral changes.
6694         (distclean-stage1, new-stage1-start, new-stage1-end,
6695         new-stage1-bubble, distclean-stage2, new-stage2-start,
6696         new-stage2-end, new-stage2-bubble, distclean-stage3,
6697         new-stage3-start, new-stage3-end): New autogenerated targets.
6698         (objext, prebootstrap, BOOT_CFLAGS,
6699         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6700         targets.
6702         * Makefile.in: Regenerate.
6703         (distclean-stage1, new-stage1-start, new-stage1-end,
6704         new-stage1-bubble, distclean-stage2, new-stage2-start,
6705         new-stage2-end, new-stage2-bubble, distclean-stage3,
6706         new-stage3-start, new-stage3-end): New targets.
6707         (all-stage1-gcc): Move prebootstrap dependency from here...
6708         (configure-stage1-gcc): ...to here.
6709         (new-bootstrap): Use bubble targets.
6710         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6711         Use per-stage distclean targets.
6712         (configure-stage1-gcc, configure-stage2-gcc,
6713         configure-stage3-gcc, all-stage1-gcc,
6714         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6715         Use new-stageN-start to prepare the tree.
6717 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
6719         * Makefile.def (host_modules): add libcpp.
6720         * Makefile.tpl: Add dependencies on and for libcpp.
6721         * Makefile.in: Regenerate.
6722         * configure.in: Add libcpp host module.
6723         * configure: Regenerate.
6725 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
6727         * Makefile.tpl: Whenever a recursive target is defined, wrap
6728         it in a special @if/@endif block, and prepare its maybe
6729         dependency in the @if/@endif block
6730         * configure.in: Instead of writing maybe dependencies, remove
6731         the @if/@endif statements, and remove the @if/@endif blocks
6732         that remain.
6733         * configure: Regenerate.
6734         * Makefile.in: Regenerate.
6736 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
6738         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
6740 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
6742         PR bootstrap/15120
6743         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
6744         * */configure: Rebuilt.
6746 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
6748         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6749         of libf2c.
6750         * configure, Makefile.in: Regenerate.
6752 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
6754         * MAINTAINERS (Write After Approval): Add myself.
6756 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
6758         Merge from tree-ssa-20020619-branch.
6760         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6761         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6762         (HOST_GMPLIBS): Define.
6763         (HOST_GMPINC): Define.
6764         (TARGET_LIB_PATH): Add libmudflap.
6765         (GFORTRAN_FOR_TARGET): Define.
6766         (configure-build*): Export GFORTRAN.
6767         (configure-gcc): Export GMPLIBS and GMPINC.
6768         (all-gcc): Add maybe-all-libbanshee.
6769         (configure-target-libgfortran): Define.
6770         * Makefile.in: Regenerate.
6771         * configure.in (host_libs): Add libbanshee.
6772         (target_libraries): Add target-libmudflap and target-libgfortran.
6773         Add --with-libbanshee.
6774         Handle --disable-libmudflap.
6775         (*-*-freebsd*): Use with_gmp.
6776         Add $(libgcj) to noconfigdirs.
6777         * configure: Regenerate.
6778         * depcomp: New file.
6779         * MAINTAINERS: Add tree-ssa maintainers.
6781 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
6783         * MAINTAINERS (Various Maintainers): Add myself.
6785 2004-04-30  Brian Ford  <ford@vss.fsi.com>
6787         * MAINTAINERS (Write After Approval): Add myself.
6789 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
6791         * MAINTAINERS (Write After Approval): Add myself.
6793 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
6795         * config/acx.m4: Fix fastcompare support for new-bootstrap.
6796         * configure: Regenerate.
6798 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
6800         Revert:
6801         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6803         * Makefile.def (flags_to_pass): Remove *dir variables that
6804         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6805         as well as prefix and exec_prefix.
6806         * Makefile.in: Regenerate.
6808 2004-04-26  Robert Millan  <robertmh@gnu.org>
6810         Add patches from libtool CVS.
6811         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6812         * ltconfig: Likewise.
6813         * ltcf-c.sh: Likewise.
6814         * ltcf-cxx.sh: Likewise.
6815         * ltcf-gcj.sh: Likewise.
6817 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6819         * Makefile.def (host_modules): Mark with the bootstrap
6820         flag packages on which gcc depends.
6821         * Makefile.tpl (all-bootstrap): Use it.
6822         * Makefile.in: Regenerate.
6824 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6826         * Makefile.def (flags_to_pass): Remove *dir variables that
6827         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6828         as well as prefix and exec_prefix.
6829         * Makefile.in: Regenerate.
6831 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6833         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6834         * configure: Regenerate.
6835         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6836         * gcc/Makefile.tpl (compare): Use the result of the test.
6837         * gcc/Makefile.in: Regenerate.
6839 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
6841         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6842         Always relocate gcc and prev-gcc to the original names, even
6843         if the build fails.
6844         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6845         New targets.
6847 2004-04-23  Laurent GUERBY <laurent@guerby.net>
6849         * MAINTAINERS: Update my email address.
6851 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6853         * configure.in (mips*-*-irix5*): Enable ld.
6854         * configure: Regenerate.
6856 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6858         * configure: Regenerate.
6860 2004-04-15  James E Wilson  <wilson@specifixinc.com>
6862         * Makefile.tpl (configure-[+module+], configure-gcc,
6863         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6864         Set and export LDFLAGS.
6865         * Makefile.in: Regenerate.
6867 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
6869         * MAINTAINERS: Add myself to write-after-approval.
6871 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6873         PR bootstrap/14871
6874         * Makefile.tpl: If we don't have built-in-tree target tools,
6875         use the ones found by configure rather than hacking around with
6876         program_transform_name.
6877         * configure.in: Give Makefile.tpl the information necessary
6878         to do that.
6879         * Makefile.in: Regenerate.
6880         * configure: Regenerate.
6882 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
6884         PR bootstrap/14760
6885         * configure.in: When computing baseargs, strip *all* copies of
6886         offending options.  Also, don't match/substitute the trailing space,
6887         so that this actually works when two similar options are separated by
6888         only one space.
6889         * configure: Regenerate.
6891 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
6893         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6894         (rs6000-*-aix*): Same.
6895         * configure: Regenerate.
6897 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
6899         * MAINTAINERS: Add myself to write-after-approval.
6901 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
6903         * MAINTAINERS: Add myself to write-after-approval.
6905 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
6907         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6908         STRICT_WARN, WARN_CFLAGS flags passed down to make.
6909         * Makefile.in: Regenerate.
6911         * configure.in (top level bootstrap support): Rework --enable-werror
6912         to set @stage2_werror_flag@.
6913         * configure: Regenerate.
6914         * Makefile.tpl (top level bootstrap support): Pass
6915         @stage2_werror_flag@ down to configure in stages 2 and 3.
6916         * Makefile.in: Regenerate.
6918 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6920         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6921         for stages 2 and 3 as well as in make.  As a consequence, remove
6922         OUTPUT_OPTION (now detected by configure) from the flags passed down
6923         to make.
6924         * Makefile.in: Regenerate.
6926         * Makefile.tpl (new-bootstrap): Fix typo.
6927         * Makefile.in: Regenerate.
6929 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6931         * Makefile.tpl: Rearrange by moving recursive_targets rules
6932         into their proper sections.
6933         * Makefile.tpl (top level bootstrap support): Move disabling
6934         of coverage flags from 'make' to 'configure'; improve comments.
6935         * Makefile.in: Regenerate.
6937         * Makefile.tpl (experimental top level bootstrap) Move stage1
6938         language setting from all- target to configure- target; disable
6939         intermodule optimization in stage 1; prevent gratuitous rebuilds
6940         of stage 1.
6941         * Makefile.in: Regenerate.
6942         * configure.in: Comma-separate stage 1 language list for top
6943         level bootstrap.
6944         * configure: Regenerate.
6946         * Makefile.tpl: Clean up experimental top level bootstrap support:
6947         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6948         prev-gcc in configure- targets as well as all- targets.
6949         * Makefile.in: Regenerate.
6951 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
6953         * compile: New file imported from automake.
6955 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
6957         * configure.in: Remove symbolic link section.
6958         * configure: Regenerate.
6959         * Makefile.tpl (links): Remove.
6960         * Makefile.in: Regenerate.
6962 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
6963             Nathanael Nerode  <neroden@gcc.gnu.org>
6965         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6966         Set with AC_CHECK_PROGS.
6967         * configure.in: Fix comment typo from last patch.
6968         * configure: Regenerate.
6970 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
6972         * Makefile.tpl: Introduce experimental top level bootstrap support.
6973         * Makefile.in: Regenerate.
6974         * configure.in: Introduce support for top level bootstrap.
6975         * configure: Regenerate.
6977 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
6978             Paolo Bonzini  <bonzini@gnu.org>
6980         PR bootstrap/14522
6981         * configure.in: Cope with shells that do not support unquoted ^
6982         * configure: Regenerate.
6984 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
6985             Paolo Bonzini  <bonzini@gnu.org>
6987         PR bootstrap/14522
6988         * configure.in: Cope with shells that do not support nesting
6989         quotes inside quoted backquote substitutions.
6990         * configure: Regenerate.
6992 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
6994         PR bootstrap/14522
6995         * configure.in: Fix escaping of $.
6996         * configure: Regenerate.
6998 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7000         * configure: Regenerate, since I forgot to while committing Paolo's
7001         changes.
7003 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
7005         PR ada/14131
7006         Move language detection to the top level.
7007         * configure.in: Find default values for the tools as
7008         soon as possible.  Disable ada if GNAT is not found.
7009         Emit error message about missing languages.  Expand
7010         --enable-languages=all for the gcc subdirectory.
7012 2004-03-10  Ben Elliston  <bje@gnu.org>
7014         * MAINTAINERS: Update my email address.
7016 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
7018         * ltconfig: Disable building static libraries if building shared
7019         libraries on AIX 5L.
7021 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
7023         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
7024         and disable libgcj.
7025         * configure: Regenerated.
7027 2004-03-01  Brian Booth  <bbooth@redhat.com>
7029         * MAINTAINERS: Add myself to write-after-approval.
7031 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
7033         * MAINTAINERS: Add myself to write-after-approval.
7035 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7037         PR bootstrap/7087
7038         * Makefile.tpl: Guard XFOO sed statements better.
7039         * Makefile.tpl: Add dependency for configure-target-libada.
7040         * Makefile.in: Regenerate (incidentally fixes broken
7041         commit when libada-branch was merged).
7043 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
7045         * MAINTAINERS: Add myself to write-after-approval.
7047 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
7049         * MAINTAINERS: Add Nicola Pero and myself as libobjc
7050         maintainers.
7052 2004-02-20  Andrew Cagney  <cagney@redhat.com>
7054         * config.guess: Update from version 2003-10-16 to 2004-02-16.
7055         * config.sub: Update from version 2003-11-03 to 2004-02-16.
7057 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7059         PR bootstrap/11932
7060         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
7062 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
7064         * MAINTAINERS: Added myself to write-after-approval.
7066 2004-02-14  Michael Koch  <konqueror@gmx.de>
7068         * MAINTAINERS: Added myself to write-after-approval.
7070 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
7072         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
7073         some OS port maintainers to OS port maintainers section.
7075 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
7077         * MAINTAINERS: Add self.
7079 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
7081         * MAINTAINERS: Alphabetize.
7083 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
7085         * MAINTAINERS: Remove myself.
7087 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
7089         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7090         (rs6000-*-aix*): Same.
7091         * configure: Regenerate.
7093 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
7095         * configure.in (host): Add in missing $noconfigdirs to defines.
7096         * configure: Regenerate.
7098 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
7099             Nathanael Nerode  <neroden@gcc.gnu.org>
7101         PR ada/6637, PR ada/5911
7102         Merge with libada-branch:
7103         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
7104         with appropriate dependencies. Add --enable-libada configure switch.
7105         * configure, Makefile.in: Regenerate.
7107 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
7109         * MAINTAINERS: Add myself to write-after-approval.
7111 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7113         * configure.in: Don't pass --with-stabs on IRIX 5 either.
7114         * configure: Regenerate.
7116 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
7118         Merge from upstream:
7120         * ltmain.in: When setting IFS to '~', be careful about user
7121         arguments that contain '~'.
7123         2004-02-04  Peter O'Gorman  <peter@pogma.com>
7125         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
7126         Also test $base_compile against $CC with escaped arguments. Bug
7127         reported by Geoff Keating <geoffk@apple.com>.
7129 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
7131         * MAINTAINERS: Remove i960 port.
7133 2004-01-23  DJ Delorie  <dj@redhat.com>
7135         * Makefile.def (target_modules) [libiberty]: Don't stage.
7136         * Makefile.in: Rebuilt.
7138 2004-01-20  Caroline Tice  <ctice@apple.com>
7140         * MAINTAINERS: Add myself to write-after-approval.
7142 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
7144         * MAINTAINERS: Update my email address.
7146 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
7148         * MAINTAINERS: Add myself to write-after-approval.
7150 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7152         * MAINTAINERS: Remove entries without email address.
7154 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
7156         * MAINTAINERS: Add myself to write-after-approval.
7158 2004-01-15  Steven Bosscher  <stevenb@suse.de>
7160         * MAINTAINERS: Update my email address.
7162 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
7164         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7165         * Makefile.tpl (configure-target-[+module+]): Support stage.
7166         * Makefile.in: Rebuilt.
7168 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
7170         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
7172 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
7174         * MAINTAINERS: Add myself as a MIPS maintainer.
7176 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7178         * configure.in: Use ./config.cache, not config.cache.
7179         * configure: Regenerate.
7180         * Makefile.tpl: Special-casing not needed for GCC any more.
7181         * Makefile.in: Regenerate.
7183         * configure.in: Don't share a cache file for host dirs.
7184         * configure: Regenerate.
7186         * config-ml.in: Don't mess with the cache file.
7188 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7190         * MAINTAINERS: Move myself from 'Write After Approval' to
7191         'CPU Port Maintainers' section as SPARC maintainer.
7193 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7195         * Makefile.tpl: Make GCC use a separate config.cache.
7196         * Makefile.in: Regenerate.
7198         PR bootstrap/11932, PR bootstrap/11933
7199         (I don't know if it will fix either of them, but it relates
7200         to them.)
7201         * configure.in: Don't use shared config.cache for target
7202         directories.
7203         * configure: Regenerate.
7205 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
7207         * MAINTAINERS: Add myself to 'Write After Approval' section.
7209 2003-12-31  Roger Sayle  <roger@eyesopen.com>
7211         * configure.in (ia64*-*-hpux*): Disable building java libraries.
7212         * configure: Regenerated.
7214 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
7216         * MAINTAINERS: Remove the mn10200 maintainer.
7218 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
7220         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7221         * configure: Regenerated.
7223 2003-12-16  Jan Hubicka  <jh@suse.cz>
7225         * MAINTAINERS: Add myself as callgraph maintainer.
7227 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
7229         * configure.in (raw_libstdcxx_flags): Remove the leading space.
7230         * configure: Regenerate.
7232 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7234         * MAINTAINERS: Move myself from 'Bug database only accounts' to
7235         'Write After Approval' section. Update email.
7237 2003-12-01  James Lemke  <jim@wasabisystems.com>
7239         * MAINTAINERS (Write After Approval): Add myself.
7241 2003-11-20  Matt Thomas  <matt@3am-software.com>
7243         * MAINTAINERS: Add myself as a vax port maintainer.
7245 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
7247         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7248         (configure-build-[+module+], configure-[+module+]): Likewise.
7249         (configure-target-[+module+], configure-gcc, config.status): Likewise.
7250         * Makefile.in: Regenerate.
7252 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
7254         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
7255         shared/dylibed libraries.
7256         * ltmain.sh: Likewise.
7257         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
7258         * ltcf-cxx.sh: Likewise.
7259         * ltcf-gcj.sh: Likewise.
7260         * ltconfig: Likewise.
7262 2003-11-17  Stan Cox  <scox@redhat.com>
7264         * MAINTAINERS: Add myself as iq2000 port maintainer.
7266 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
7268         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7269         * Makefile.in: Regenerate.
7271 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
7273         * config.sub: Update to 2003-11-03 version.
7275 2003-10-20  Phil Edwards  <phil@codesourcery.com>
7277         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
7278         * configure:  Regenerate.
7280 2003-10-20  Nicolas Pitre  <nico@cam.org>
7282         * MAINTAINERS: Add myself to 'Write After Approval' section.
7284 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
7286         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7288 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
7290         * MAINTAINERS: Update my email address.
7292 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7294         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
7296 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
7298         * MAINTAINERS: Add myself to 'Write After Approval' section.
7300 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
7302         * config.guess: Update to 2003-10-16 version.
7303         * config.sub: Update to 2003-10-16 version.
7305 2003-10-15  David Daney  <ddaney@avtrex.com>
7307         * MAINTAINERS: Added myself to 'Write After Approval' section.
7309 2003-10-15  Falk Hueffner  <falk@debian.org>
7311         * MAINTAINERS: Move myself from 'Bug database only accounts' to
7312         'Write After Approval' section. Update email.
7314 2003-10-14  Roger Sayle  <roger@eyesopen.com>
7316         * MAINTAINERS: Move myself from 'Write After Approval' to
7317         'Various Maintainers' section as middle-end maintainer.
7319 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7321         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7322         HOST_FLAGS_TO_PASS.
7323         * Makefile.in: Regenerate.
7325 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
7327         * config.guess: Update to 2003-10-07 version.
7328         * config.sub: Update to 2003-10-07 version.
7330 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7332         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
7333         * ltconfig (irix5*, irix6*): Don't override version_type.
7335 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
7337         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7338         * configure: Rebuilt
7339         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7340         * Makefile.in: Rebuilt
7342 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
7344         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7346 2003-09-30  Carlo Wood  <carlo@alinoe.com>
7348         * MAINTAINERS (Write After Approval): Add myself.
7350 2003-09-29  Paul Koning  <ni1d@arrl.net>
7352         * MAINTAINERS: Move myself from "Write After Approval"
7353         to CPU platform maintainers for pdp11 platform.
7355 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
7357         * MAINTAINERS: Move myself from 'Write After Approval' to
7358         'Various Maintainers' section as libffi testsuite maintainer.
7360 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
7362         * configure.in: Pass a computed --program-transform-name
7363         to subconfigures.
7364         * configure: Regenerated.
7366 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7368         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7369         * Makefile.in: Regenerate.
7371         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7372         * Makefile.in: Regenerate.
7374 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
7376         * MAINTAINERS: Move myself from 'Write After Approval'
7377         to 'Various Maintainers' (objective-c) section.
7379 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
7381         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7382         quoting.
7383         * configure: Regenerated.
7385 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
7387         * MAINTAINERS (Write After Approval): Add myself to write after
7388         approval list.
7390 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
7392         * MAINTAINERS (Write After Approval): Add myself.
7394 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
7396         * MAINTAINERS: Update my e-mail address.
7398 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
7400         * libtool.m4 (LD): Correct powerpc64 host match.
7402 2003-09-06  James E Wilson  <wilson@tuliptree.org>
7404         * MAINTAINTERS: Update my affiliation and email address.
7406 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7408         * MAINTAINERS (Write After Approval): Add myself.
7410 2003-09-04  DJ Delorie  <dj@redhat.com>
7412         * configure: Regenerate.
7414 2003-09-04  Robert Millan  <robertmh@gnu.org>
7416         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7418 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7420         * configure.in: Ensure arguments to sed are properly spaced.
7421         * configure: Regenerate.
7423 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
7425         * MAINTAINERS: Update my e-mail address.
7427 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
7429         * MAINTAINERS (Write After Approval): Add myself.
7431 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
7433         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7434         * configure: Regenerated.
7436 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7438         * MAINTAINERS: Update my email address.
7440 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
7442         * configure.in:  Use newline instead of semicolon when assuming
7443         shell arguments in a for loop.
7444         * configure:  Regenerated.
7446 2003-08-22  Jason Eckhardt  <jle@rice.edu>
7448         * MAINTAINERS: Resurrect the i860 maintainer.
7450 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
7452         PR 8180
7453         * configure.in: When testing with_libs and with_headers, treat
7454         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
7455         * configure: Regenerate.
7457         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7458         make, shell, etc.
7459         (baseargs): Likewise.
7460         * configure: Regenerate.
7462 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
7464         * MAINTAINERS (Write After Approval): Add myself.
7466 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
7468         * configure.in: Disable libgcj for darwin not on powerpc.
7469         * configure: Rebuild.
7471 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
7473         * config-ml.in, symlink-tree: Add license.
7475 2003-08-03  Richard Stallman  <rms@gnu.org>
7476             Eben Moglen  <moglen@columbia.edu>
7478         * README.SCO: New file.
7480 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
7482         * Makefile.tpl (check, check-c++): Express dependencies using
7483         dependencies rather than commands.
7484         * Makefile.in: Regenerate.
7486 2003-08-01  Andrew Cagney  <cagney@redhat.com>
7488         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7489         * configure: Ditto.
7491 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
7493         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7494         * Makefile.in: Update.
7496 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
7498         * configure.in: Enable libgcj for darwin.
7499         * configure: Rebuild.
7501 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
7503         * config-ml.in:  Use ac_configure_args directly instead of
7504         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
7505         actually seen.
7507 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7509         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7510         creating target and build subdirs to build all parent dirs as needed.
7511         * Makefile.in: Rebuild.
7512         * configure.in: Don't build dirs explicitly here.
7513         * configure: Rebuild.
7515 2003-07-26  Paul Brook  <paul@nowt.org>
7517         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
7519 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
7521         * Makefile.tpl (all-make): Depend on intl.
7522         * Makefile.in: Rebuilt.
7524 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
7526         * install-sh:  Update to newer upstream versions (associated with
7527         aclocal 1.7).
7528         * mkinstalldirs:  Likewise.
7529         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
7531 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
7533         * MAINTAINERS: Move self from Bug database only accounts
7534         to write-after-approval.
7536 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
7538         * config.if: Remove unused libc_interface determination.
7540 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7542         * MAINTAINERS: Move self from write-after-approval to
7543         build machinery (*.in).
7545 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7547         PR bootstrap/11273
7548         PR bootstrap/11408
7549         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
7550         unused INSTALL_PROGRAM_ARGS.
7551         * configure.in: Use AC_PROG_INSTALL.
7552         * Makefile.in: Regenerate.
7553         * configure: Regenerate.
7555 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
7557         * MAINTAINERS: Alphabetize.
7559 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
7561         * configure: Rebuilt.
7562         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
7563         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7564         newlib nor libgloss.
7565         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
7566         * configure.in (am33_2.0-*-linux*): Added.
7568 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
7570         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7571         * configure: Regenerate.
7573 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
7575         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
7576         * Makefile.in: Regenerate.
7578 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7580         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
7581         * Makefile.in: Regenerate.
7583 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
7585         * Makefile.tpl: Replace PWD with PWD_COMMAND.
7586         * Makefile.in: Regenerated.
7588         * config-ml.in: Replace PWD with PWD_COMMAND.
7590 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7592         * intl: New directory; see intl/ChangeLog for details.
7593         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
7594         * Makefile.tpl: all-gcc depends on maybe-all-intl.
7595         * Makefile.in: Regenerate.
7597 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7599         * configure.in: Clean up config-lang.in handling.  Delete
7600         useless assignment to "subdirs".
7601         * configure: Regenerate.
7603 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7605         * configure.in: Rename 'target_libs' to 'target_libraries'.
7606         Remove useless reference to 'target_libs'.
7607         * configure: Regenerate.
7609 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
7611         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7612         * Makefile.in: Regenerate.
7614 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7616         * Makefile.def: Introduce flags_to_pass.
7617         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7618         * Makefile.in: Regenerate.
7620 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
7622         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7623         and target-libgloss.
7624         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7625         <h8300*-*-*>: Disable libf2c and ${libgcj}.
7626         * configure: Regenerate.
7628 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
7630         * configure.in: Update testsuite_flags to new location.
7631         * configure. Regenerate.
7633 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7635         * Makefile.tpl: Remove BUILD_CC stuff.
7636         * Makefile.in: Regenerate.
7638 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
7640         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
7642 2003-06-16  Graeme Peterson  <gp@qnx.com>
7644         * MAINTAINERS (Write After Approval): Add myself.
7646 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
7648         * config.guess: Update to 2003-06-12 version.
7649         * config.sub: Update to 2003-06-13 version.
7651 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
7653         * config.guess: Update to 2003-06-06 version.
7654         * config.sub: Update to 2003-06-06 version.
7656 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7658         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7659         * configure. Regenerate.
7661 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7663         * configure.in: Disable serial configure by default.
7664         * configure: Regenerate.
7665         * Makefile.tpl: Abolish .NOTPARALLEL.
7666         * Makefile.in: Regenerate.
7668         * Makefile.tpl: Replace {build,host,target}_canonical by
7669         {build,host,target}.
7670         * Makefile.in: Regenerate.
7672         * Makefile.tpl: Fix stupid pasto.
7673         * Makefile.in: Regenerate.
7675 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7677         * Makefile.tpl: Remove bogus conditional.
7678         * Makefile.in: Regenerate.
7680 2003-06-05  Jan Hubicka  <jh@suse.cz>
7682         * Makefile.tpl (profiledbootstrap): New target.
7683         * Makefile.in (profiledbootstrap): New target.
7685 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
7687         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
7688         Pinski. Remove user names from other bugzilla-only maintainers.
7690 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7692         * Makefile.tpl: Make 'recursive targets' using autogen rather
7693         than shell loop.  Remove duplicate 'clean' targets and false
7694         comments.
7695         * Makefile.def: Add systematic dependencies to 'recursive' targets.
7696         Add systematic method of specifying missing targets in subdirs.
7697         Add copyright boilerplate.
7698         * Makefile.in: Regenerate.
7699         * configure.in: Add 'recursive targets' to maybe list.
7700         * configure: Regenerate.
7702         * MAINTAINERS: "GNATS only" -> "Bug database only".
7704         * Makefile.tpl: Rename [+target+] to [+make_target+].
7705         * Makefile.def: Rename 'target' to 'make_target'.
7707 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
7709         * MAINTAINERS: Add self as options handling maintainer.
7711 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
7713         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
7714         been too long since I touched those ports.
7716 2003-05-28  DJ Delorie  <dj@redhat.com>
7718         * Makefile.tpl: Make maybe-check-gcc .PHONY.
7719         * Makefile.in: Regenerate.
7721 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
7723         * configure.in: Use curly braces in the definition of tooldir.
7724         * configure: Regenerate.
7726 2003-05-21  DJ Delorie  <dj@redhat.com>
7728         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7729         newlib or libgloss.
7730         * Makefile.in: Regenerate.
7732 2003-05-21  DJ Delorie  <dj@redhat.com>
7734         * Makefile.tpl: Add missing empty maybe-check-gcc target.
7735         * Makefile.in: Regenerate.
7737 2003-05-20  Ian Lance Taylor  <ian@airs.com>
7739         * MAINTAINERS: Update my e-mail address.
7741 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7743         * configure.in: Switch more things to use maybe dependencies.
7744         * Makefile.tpl: Switch more things to use maybe dependencies.
7745         Factor out common code from autogen IF statements.
7746         * configure: Regenerate.
7747         * Makefile.in: Regenerate.
7749 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
7751         * configure.in: Accept i[3456789]86 for machine type.
7752         * configure: Regenerate.
7754 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7756         * configure.in: Switch more things to use maybe dependencies.
7757         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
7758         * configure: Regenerate.
7759         * Makefile.tpl: Switch more things to use maybe dependencies.
7760         * Makefile.in: Regenerate.
7762 2003-05-16  Andreas Schwab  <schwab@suse.de>
7764         * Makefile.tpl (install-opcodes): Define.
7765         * Makefile.in: Rebuild.
7767 2003-05-13  Andreas Jaeger  <aj@suse.de>
7769         * config.guess: Update to 2003-05-09 version.
7770         * config.sub: Update to 2003-05-09 version.
7772 2003-05-13  Michael Eager  <eager@mvista.com>
7774         * configure.in: Correct sed script so that options in quotes are not
7775         deleted.
7776         * configure: Rebuild.
7778 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
7780         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7781         and $$s/newlib/libc/sys/cygwin32 include paths.
7782         * configure: Ditto.
7784 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
7786         * MAINTAINERS: Update my email addresses.
7788 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
7790         * config-ml.in: Propagate INSTALL variables.
7792 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7794         * MAINTAINERS: Remove duplicate entries in Write After Approval.
7796 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
7798         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7799         * Makefile.in: Regenerate.
7801 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
7803         * MAINTAINERS (GNATS only): Add Falk Hueffner.
7805 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
7807         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
7809 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
7811         * Makefile.tpl: Clean $(BUILD_SUBDIR).
7812         * Makefile.in: Regenerated.
7814 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
7816         * MAINTAINERS (Write After Approval): Upgrade myself from
7817         GNATS only to write-after-approval. Update my mail address.
7819 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
7821         (OS Port Maintainers: freebsd): Add myself.
7823 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
7825         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
7827 2003-04-22  Kean Johnston  <jkj@sco.com>
7829         * MAINTAINERS (SCO ports): Added myself.
7831 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
7833         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
7835 2003-04-19  Kean Johnston  <jkj@sco.com>
7837         * MAINTAINERS (Write After Approval): Add myself.
7839 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7841         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7842         * Makefile.in: Regenerate.
7844 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
7846         * configure.in (powerpc64*-*-linux*): Remove.
7847         * configure: Rebuilt.
7849 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
7851         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
7852         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7853         and restrap.
7854         * Makefile.in:  Regenerate.
7856 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
7858         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7859         * configure: Regenerated.
7861 2003-04-15  DJ Delorie  <dj@redhat.com>
7863         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
7865 2003-04-13  Nick Clifton  <nickc@redhat.com>
7867         * config-ml.in: Remove support for --disable-aix removing
7868         call-aix multilibs.
7870 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
7872         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7873         * */configure: Rebuilt.
7875 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
7877         * MAINTAINERS: Add my email address.
7879 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
7881         * MAINTAINERS (Write After Approval): Add myself.
7883 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7885         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7886         * Makefile.in: Regenerate.
7888 2003-03-14  Michael Chastain  <mec@shout.net>
7890         * Makefile.in: Regenerate with correct Makefile.def.
7892 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7894         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
7895         Make macro.
7896         * Makefile.in: Regenerate.
7897         * configure.in: Clean up gxx_include_dir logic.
7898         * configure: Regenerate.
7900 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
7902         * MAINTAINERS (Write After Approval): Add myself.
7904 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
7906         * MAINTAINERS: Update my mail address.
7908 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7910         * configure.in (gxx_include_dir): Fix typo.
7911         * configure: Regenerated.
7913 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7915         * Makefile.tpl: Reindent.
7916         * Makefile.in: Regenerate.
7917         * configure.in: Reindent.  Don't set unused variables.
7918         * configure: Regenerate.
7920 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
7922         * configure.in: Include $(build_tooldir)/sys-include in
7923         FLAGS_FOR_TARGET.
7924         * configure: Regenerated.
7926 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7928         * Makefile.tpl: Always pass down RANLIB.
7929         * Makefile.in: Regenerate.
7931         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7932         * Makefile.in: Regenerate.
7933         * configure.in: Remove unused logic relating to --enable-shared
7934         and --enable-threads.  Remove bogus comments.  Remove redundant
7935         noconfigdirs.
7936         * configure: Regenerate.
7938         * configure.in: Replace ${libstdcxx_version} by its value.
7939         Remove reference to mh-dgux.
7940         * configure: Regenerate.
7942 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
7944         * MAINTAINERS (Write After Approval): Add myself.
7946 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7948         * Makefile.tpl: Rearrange.
7949         * Makefile.in: Regenerate.
7951 2003-02-25  Uwe Stieber  <uwe@wwws.de>
7953         * configure.in: Add support for kaOS as cross build target system.
7954         * configure: Regenerated.
7956 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
7958         * MAINTAINERS (Write after approval): Add myself.
7960 2003-02-21  James E Wilson  <wilson@tuliptree.org>
7962         * MAINTAINERS: Update my email address.
7964 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
7966         * MAINTAINERS: Add self to blanket write privs. section.
7968 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
7970         * Makefile.tpl: Add definition of CPPFLAGS to pass into
7971         configure-target-* as some target builds may require additional
7972         flags for preprocessor tests.
7973         * Makefile.in: Regenerated.
7975 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
7977         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7978         * ltconfig: Handle it.
7979         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7980         auto-detecting it.
7982         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7983         it is used as argument to $CC.
7984         * ltcf-gcj.sh: Likewise.
7986         * configure.in: Introduce --enable-maintainer-mode.
7987         * configure: Rebuilt.
7988         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7989         for maintainer mode.
7990         * Makefile.in: Rebuilt.
7992 2003-02-18  Jason Merrill  <jason@redhat.com>
7994         * Makefile.tpl (check-c++): Allow parallelism.
7996 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7998         * MAINTAINERS: Remove John Carr (who never actually had access to
7999         gcc.gnu.org).
8001 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
8003         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
8004         don't configure target-libobjc.
8005         * configure: Regenerate.
8007 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8009         * Makefile.tpl (RANLIB): Define.
8010         * Makefile.in: Regenerate.
8012 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
8014         * MAINTAINERS: Update my email.
8016 2003-02-06  Keith R Seitz  <keiths@redhat.com>
8018         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
8019         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
8020         * Makefile.in: Regenerated.
8021         * configure.in: Remove all traces of snavigator, db, and grep.
8022         * configure: Regenerated.
8024 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8026         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
8027         After Approval.
8029 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
8031         * MAINTAINERS (Write after approval): Add myself.
8033 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
8035         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
8036         * Makefile.in: Regenerated.
8038 2003-01-30  Roger Sayle  <roger@eyesopen.com>
8040         * config.guess: Updated to 2003-01-30's version.
8041         * config.sub: Updated to 2003-01-28's version.
8043 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
8045         * config.if: If gcc_version is already set, just use it.  Don't set
8046         gcc_version_trigger if it's already set, otherwise set it to
8047         gcc/version.c, but only if the file exists.  If it is not set and
8048         gcc/version.c does not exist, try to extract the version number from
8049         $CC.
8051 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
8053         * MAINTAINERS: Add myself to write-after-approval list.
8055 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
8057         * configure.in:  Revert 24Jan change.
8058         * configure:  Regenerate.
8060 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8062         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
8063         entry of HJ Lu.
8065 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8067         * configure.in: Revert previous change.
8068         * configure: Regenerate.
8070 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8072         * configure.in: Make rda native-only.
8073         * configure: Regenerate.
8075 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8077         * MAINTAINERS: Move myself from GNATS-only-accounts to
8078         write-after-approval.
8080 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8082         * configure.in: Add missing \.
8083         * configure: Rebuilt.
8085 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
8087         * configure.in (baseargs): Avoid using \| in sed regular
8088         expressions.
8089         * configure: Rebuilt.
8091 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
8093         * configure.in (baseargs): Remove all supported forms of
8094         --cache-file, --srcdir, --host, --build and --target options
8095         from argument lists.
8096         * configure: Rebuilt.
8098 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
8100         * MAINTAINERS: Add myself to write-after-approval list.
8102 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
8104         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
8105         * configure: Rebuilt.
8107 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8109         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
8110         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
8111         * Makefile.in: Regenerate.
8112         * configure: Regenerate.
8114 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
8116         * configure.in: Remove Makefile in build, host and target modules
8117         unless configure was run with --no-recursion.
8118         * configure: Rebuilt.
8120 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
8122         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
8123         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
8124         * Makefile.in: Regenerate.
8126 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
8128         * config.guess: Update to 2003-01-03 version.
8129         * config.sub: Update to 2003-01-03 version.
8131 2003-01-07  Christopher Faylor  <cgf@redhat.com>
8133         * configure: Regenerate with proper autoconf 2.13.
8135 2003-01-07  Christopher Faylor  <cgf@redhat.com>
8137         * configure.in: Add AC_PREREQ for consistency.
8138         * configure: Regenerate.
8140 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
8142         * configure.in (GDB_TK): Add tcl directories conditional on
8143         gdb/gdbtk directory being present.
8144         * configure: Regenerate.
8146 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
8148         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
8149         used by gcc if LD is not defined and we are not doing a Canadian Cross.
8150         * configure: Rebuilt.
8152 2002-12-31  Tom Tromey  <tromey@redhat.com>
8154         * Makefile.in: Rebuilt.
8155         * Makefile.def (target_modules) [libffi]: Allow installation.
8157 2002-12-31  Andreas Schwab  <schwab@suse.de>
8159         * configure.in: Fix use of $program_transform_name.
8160         * configure: Regenerated.
8162 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
8164         * configure.in (baseargs): Don't remove first configure argument.
8165         * configure: Regenerated.
8167 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
8169         * Makefile.tpl (local-distclean): Don't remove...
8170         (multilib.ts): ... this.  Moved into...
8171         (multilib.out): ... this.  Don't use sub-make.
8172         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
8173         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
8174         (configure-build-[+module+], configure-[+module+],
8175         configure-target-[+module+], configure-gcc): ... these.  Test
8176         for Makefile existence.  Drop config.status from dependencies.
8177         * Makefile.in: Rebuilt.
8178         * configure.in: Move gcc-version-trigger to the end of
8179         ac_configure_args.  Add comments to maybedep.tmp and
8180         serdep.tmp.  Introduce --disable-serial-configure.  Remove
8181         nonopt from baseargs, matching and removing corresponding
8182         whitespace while at it.
8183         * configure: Rebuilt.
8185 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
8187         * configure.in (host_configargs): Replace reference to
8188         no-longer-defined buildopts with --build=${build_alias}.
8189         * configure: Rebuilt.
8191         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
8192         program_transform_name to standard idiom.
8193         (AUTOGEN, AUTOCONF): Define.
8194         (Makefile.in): Use $(AUTOGEN).
8195         (Makefile): Depend on config.status, and use autoconf-style rule to
8196         build it.  Move original commands to...
8197         (config.status): ... this new target.
8198         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
8199         $(AUTOCONF).
8200         * Makefile.in: Rebuilt.
8202 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8204         * Makefile.tpl: Fix dramatic bustage due to change in
8205         program_transform_name.
8206         * Makefile.in: Regenerate.
8208         * configure.in: Remove unnecessary PATH setting.
8209         * configure: Regnerate.
8211         * configure.in: Don't default to unprefixed tools unless
8212         the native tools will work.
8213         * configure: Regenerate.
8215         * configure.in: Convert to autoconf script.  Blow away lots
8216         of now-redundant Makefile fragments.
8217         * configure: Generate using Autoconf.
8218         * Makefile.tpl: Rewrite to reflect autoconfiscation.
8219         * Makefile.in: Regenerate.
8221 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
8223         * configure: Fix stupid bug where RANLIB was mistakenly included.
8225         * configure.in: Rename (buildargs, hostargs, targargs) to
8226         (build_configargs, host_configargs, target_configargs).
8228         * configure.in: Move logic out of sed statement.
8230         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
8231         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
8233 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
8235         * config.sub: Import from master repository
8236         * config.guess: Ditto
8238 2002-12-24  Andreas Schwab  <schwab@suse.de>
8240         * Makefile.tpl (multilib.out): Fix missing space.
8241         * Makefile.in: Regenerate.
8243 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8245         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
8246         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
8247         * Makefile.in: Regenerate.
8248         * configure.in: Remove unnecessary leftovers.
8250 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
8252         * configure.in (extra_ranlibflags_for_target): New variable.
8253         (*-*-darwin): Add -c to ranlib commands.
8254         * configure (tooldir): Handle extra_ranlibflags_for_target.
8256 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8258         * Makefile.tpl: Revert HJL's change.
8259         * Makefile.in: Regenerated.
8260         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
8261         always.
8263 2002-12-19  Andreas Schwab  <schwab@suse.de>
8265         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
8266         * Makefile.in: Regenerate.
8268 2002-12-18  H.J. Lu  <hjl@gnu.org>
8270         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
8271         * Makefile.in: Regenerated.
8273         * configure.in (build_prefix): New. Substitute.
8275 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
8277         * Makefile.tpl: Don't let real targets depend on phony targets.
8278         * Makefile.in: Regenerate.
8280         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
8281         * Makefile.in: Regenerate.
8283 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
8285         * config.sub: Import from master repository
8286         * config.guess: Ditto
8288 2002-12-16  Jason Merrill  <jason@redhat.com>
8290         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
8291         previous 'make bootstrap'.
8292         * Makefile.in: Regenerate.
8294 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
8296         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
8298 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
8300         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
8301         * Makefile.in: Regenerate.
8303 2002-12-13  Jason Merrill  <jason@redhat.com>
8305         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
8306         library tests.
8307         (check-c++): Just depend on it and check-target-libstdc++-v3.
8308         * Makefile.in: Regenerate.
8310 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
8312         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
8313         * Makefile.in: Rebuilt.
8315 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
8317         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
8319 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8321         * configure: Fix bug put in by gremlins.
8323         * Makefile.tpl: Substitute more autoconfily.
8324         * configure: Substitute more autoconfily.
8325         * Makefile.in: Regenerate.
8327 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
8329         * config.sub: Import from master repository
8330         * config.guess: Ditto
8331         * MAINTAINERS: Added Svein Seldal under write after approval
8333 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
8335         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
8336         * Makefile.in (all-sim): Ditto.
8338 2002-12-06  DJ Delorie  <dj@redhat.com>
8340         * Makefile.tpl: Change configure dependencies to not have real
8341         targets depend on phony targets.
8343 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
8345         * configure.in: Revert unintentional change.
8347         * Makefile.tpl: Change dependency for */multilib.out so that
8348         it works when gcc isn't in the tree.
8350         * configure.in: Substitute more.
8351         * configure: Run subconfigures from the Makefile.
8352         * Makefile.tpl: Run subconfigures from the Makefile; add a few
8353         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
8355 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8357         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
8359 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8361         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
8362         and corresponding dependencies.
8363         * Makefile.in: Regenerate.
8365         * configure.in (host_tools): Order binutils, gas and ld for
8366         convenience in running the testsuites.
8368         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
8369         * Makefile.in: Regenerate.
8370         * configure.in: Introduce rules to serialize subconfigure runs.
8372         * configure.in: Introduce BASE_CC_FOR_TARGET.
8373         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
8374         Realize configure-build-* targets.  Realize configure-target-* targets.
8375         * Makefile.in: Regenerate.
8377 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8379         * configure: Move gcc_version_trigger stuff from here...
8380         * configure.in: ...to here.
8382         * configure.in: Separate subconfigure options added by this file from
8383         options given by the user.  Add machinery to put args for host
8384         subconfigures into the Makefile.
8386         * Makefile.tpl: Remove 'vault' targets.
8387         * Makefile.tpl: Reorder and comment dependencies.
8388         * Makefile.in: Regenerate.
8390 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8391         * configure.in: Fix my broken commit of previous patch. (sigh)
8393 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
8395         * configure.in: Move host-specific darwin noconfigdirs into
8396         the host-specific section.
8398 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
8400         * configure.in: Move host-specific darwin noconfigdirs into
8401         the host-specific section.
8403 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
8405         * configure: Remove skip-this-dir support.
8406         * Makefile.tpl: Remove skip-this-dir support.
8408         * Makefile.tpl: Remove leftover support for non-autoconfiscated
8409         subdirectories.
8410         * Makefile.in: Regenerate.
8412         * Makefile.tpl: Strip out useless setting of 'dir'.
8413         * Makefile.in: Regenerate.
8415 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8417         * configure.in: Fix deeply stupid bug.
8419         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8420         shell code in CXX_FOR_TARGET
8421         * Makefile.def: Introduce raw_cxx.
8422         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8423         RAW_CXX_FOR_TARGET.
8424         * Makefile.in: Regenerate.
8426 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
8428         * Makefile.tpl: Remove unnecessary ifs.
8429         * Makefile.in: Regenerate.
8431         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
8432         dependencies.  Maybe-ize build-libiberty.  Create dummy install
8433         targets for 'no_install' modules.
8434         * configure: Move GDB_TK substitution to configure.in.  Move
8435         build_modules stuff to configure.in.
8436         * configure.in: Implement soft dependency machinery.  Maybe-ize
8437         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
8438         * Makefile.in: Regenerate.
8440 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8442         * Makefile.tpl: Make all-target, install-target behave similarly
8443         to all, install (only hitting configured targets).  Eliminate
8444         unused macro defintions.
8446         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8447         build != host.
8449         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8451         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8453         * configure.in: Produce lists of subdir targets we're actually
8454         configuring.  Remove references to "dosrel".
8455         * Makefile.tpl: Let configure set which subdir targets are hit.
8456         Remove install-cross; clean up install; remove ALL.  Remove
8457         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
8458         Autogenerate host module targets.  Remove empty dependency lines
8459         and redundant dependency; rearrange slightly.
8460         * Makefile.def: Add host-side libtermcap, utils.
8462         * Makefile.in: Regenerate.
8464 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8466         * ltconfig (osf[345]): Append $major to soname_spec.
8467         Reflect this in library_names_spec.
8468         * ltmain.sh (osf): Prefix $major with . for use as extension.
8470 2002-11-19  Andreas Jaeger  <aj@suse.de>
8472         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
8473         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
8474         and sparc64 GNU/Linux systems.
8476 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
8478         * MAINTAINERS: Update email.
8480 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8482         * MAINTAINERS: Complete James Dennett's entry.
8484 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
8486         * MAINTAINERS (Write After Approval): Add myself.
8488 2002-11-13  Bruce Korb  <bkorb@gnu.org>
8490         * Makefile.tpl: syntactic cleanup
8492 2002-11-13  Stuart Hastings  <stuart@apple.com>
8494         * MAINTAINERS: Add myself to write-after-approval list.
8496 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8498         * Makefile.def: Add list of recursive targets to autogenerate.
8499         Add build_modules.
8500         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
8501         targets.  Autogenerate *-build-* targets.
8502         * Makefile.in: Regenerate.
8504 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8506         * configure: More autoconf-style substitutions.
8507         * Makefile.tpl: More autoconf-style substitutions.
8508         * Makefile.in: Regenerate.
8510 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8512         * configure: Substitute more variables in a more autoconf-friendly
8513         way.  Simplify slightly.
8514         * Makefile.tpl: Make more variables substitutable in an
8515         autoconf-friendly way.
8516         * Makefile.in: Regenerate.
8518 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
8520         * MAINTAINERS (Write After Approval): Add myself.
8522 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8524         * configure.in (v810*): Remove special setting of tools.
8526         * configure: Add support for extra required flags for ar or nm.
8527         * configure.in (aix4.3+): Use above support for target-specific
8528         issues, rather than using config/mt-aix43.
8530 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8532         * configure: Remove 'removing', which doesn't work.  Replace $subdir
8533         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
8534         with $srcdir.  Reformat indentation.  Substitute some variables
8535         formerly hard-coded in the Makefile for build=host.
8536         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8537         * Makefile.def: Autogenerate more.
8538         * Makefile.in: Regenerate.
8540 2002-11-04  Adam Nemet  <anemet@lnxw.com>
8542         * MAINTAINERS (Write After Approval): Add myself.
8544 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
8546         * Makefile.def (host_modules): Add rda.
8547         * Makefile.in: Regenerate.
8548         * configure.in (target_tool): Add target-rda to list.
8550 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8552         * MAINTAINERS: Remove "co-maintainer" note for web pages.
8554 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
8556         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
8557         and restrap targets to this rule.
8558         * Makefile.in:  Regenerate.
8560 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8562         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
8563         GNATS only accounts.
8565 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
8567         * configure.in (i[3456]86-*-linux*): Add check to disable
8568         ${libgcj} for glibc1.
8570 2002-10-24  Denis Chertykov  <denisc@overta.ru>
8572         * MAINTAINERS: Add myself as ip2k port maintainer.
8574 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
8576         * configure.in: Add tic4x target.
8578 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8580         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8581         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8582         * Makefile.in: Regenerate.
8584         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8585         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8586         * Makefile.in: Regenerate.
8588 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
8590         * MAINTAINERS: Add myself as web pages co-maintainer.
8592 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8594         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8595         * Makefile.in: Regenerate.
8597 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
8599         * MAINTAINERS: Add myself and Nathan Sidwell
8600         <nathan@codesourcery.com> as VxWorks maintainers.
8602 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8604         * Makefile.def: Remove order dependency comments.
8605         * Makefile.tpl: Add explicit install-install dependencies.
8606         * Makefile.in: Regenerate.
8608         * Makefile.tpl: Remove material now in src-release.  (Finally!)
8609         * Makefile.in: Regenerate.
8611         * Makefile.tpl: Add configure-target (for src-release in src)
8612         * Makefile.in: Regenerate.
8614 2002-09-30  Nick Clifton  <nickc@redhat.com>
8616         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8618 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
8620         * configure.in (s390*-*-linux*): Enable libgcj.
8622 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
8624         * configure: Revert accidentally applied changes.
8626         * Makefile.tpl: Make more autoconf-friendly.
8627         * Makefile.in: Regenerate.
8628         * configure: Make substitution more autoconf-like.
8630 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
8632         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8633         single entry to handle all these.
8634         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
8635         libjava on arm-*-elf.
8637 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
8639         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8640         things that depend on them.
8642 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8644         * Makefile.tpl: Make subsituted variables more autoconfy.
8645         * Makefile.in: Regenerate.
8646         * configure: Make seds more autoconfy.
8648 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8650         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8651         * Makefile.in: Regenerate.
8652         * configure.in: Rewrite sed statements to look autoconfy.
8654         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8655         all-target-foo on configure-target-foo.
8656         * Makefile.def: Ditto.
8657         * Makefile.in: Rebuild.
8659 2002-09-25  Andrew Haley  <aph@redhat.com>
8661         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
8663 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8665         * Makefile.def: New file.
8666         * Makefile.tpl: New file.
8667         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8668         * contrib/gcc_update: Note that Makefile.in is a generated file.
8670         * configure.in: Minor rearrangement.  Simplify tests.
8672 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
8674         * configure.in (with_headers): Skip copy if value is "yes".
8675         (with_libs): Likewise.
8677 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
8679         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8680         * configure.in (sh*-*-pe*): Ditto.
8681         * configure.in (mips*-*-pe*): Ditto.
8682         * configure.in (*arm-wince-pe): Ditto.
8684         * configure.in: Rearrange.
8686 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
8688         * MAINTAINERS: Update my email address.
8690 2002-08-30  Paul Koning  <pkoning@equallogic.com>
8692         * MAINTAINERS: (Write After Approval): Add myself.
8694 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
8696         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
8698 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
8700         * MAINTAINERS: Change my mailing address.
8702 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
8704         * MAINTAINERS (Write After Approval): Remove myself.
8705         (Various Maintainers: c++ runtime libs): Add myself.
8707 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
8709         * MAINTAINERS (Write After Approval): Remove myself.
8710         (Various Maintainers: c++ runtime libs): Add myself.
8712 2002-08-15  Eric Christopher  <echristo@redhat.com>
8714         * config.sub: Import from master repository.
8715         * config.guess: Ditto.
8717 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
8719         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8720         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8721         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8723 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
8725         * MAINTAINERS: Add self to rs6000 vector extensions.
8727 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
8729         * libiberty/configure: Reverted unintended yesterday's check in.
8731 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
8733         * boehm-gc/configure, libf2c/configure: Rebuilt.
8734         * libffi/configure, libiberty/configure: Ditto.
8735         * libjava/configure, libobjc/configure: Ditto.
8736         * libstdc++-v3/configure, zlib/configure: Ditto.
8737         Merged from binutils:
8738         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
8739         From Steve Ellcey <sje@cup.hp.com>:
8740         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8741         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8742         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8743         IA64.
8744         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8745         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8746         soname_spec, sys_lib_search_path_spec): Ditto.
8748 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
8750         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8752 2002-08-04  H.J. Lu  (hjl@gnu.org)
8754         * configure.in (mips*-*-linux*): Don't skip target-libffi.
8756 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
8758         * MAINTAINERS (Write After Approval): Add myself.
8760 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
8762         * configure.in: Move generic linux case to end.  Copy generic
8763         linux noconfigdirs to mips*-*-linux* entry and new
8764         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
8766 2002-07-19  Michael Matz  <matz@suse.de>
8768         * MAINTAINERS: Add myself as ra* maintainer.
8770 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
8772         * config.guess: Update to 2002-07-09 version.
8773         * config.sub: Update to 2002-07-03 version.
8775 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
8777         * MAINTAINERS: Fix typo in a maintainer email address.
8779 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8781         * configure.in: Remove two redundant tests.
8783 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8785         * configure.in (mips*-*-irix6*o32): Enable stabs.
8787 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
8789         * configure.in: Don't build grez.
8790         * Makefile.in: Ditto.
8792         * Makefile.in: Remove references to bsp, cygmon, libstub.
8793         * configure.in: Ditto.
8795         * configure.in: Remove leftover reference to gdbtest.
8797 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
8799         * configure.in (gxx_include_dir):  Change to match versioned
8800         C++ headers if --enable-version-specific-runtime-libs is used.
8802 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
8804         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8806 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8808         * configure.in: Make --without-x work.
8810 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8812         * configure.in: Rearrange target Makefile fragment collection.
8814         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8815         cvs[src].
8816         * configure.in: Ditto.
8818 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
8820         * MAINTAINERS (Write After Approval): Update my e-mail address.
8822 2002-06-24  Ben Elliston  <bje@redhat.com>
8824         * configure.in (host_tools): Remove cgen.
8826         * Makefile.in (all-cgen): Remove; runs from its source directory.
8827         (check-cgen, install-cgen, clean-cgen): Likewise.
8828         (all-opcodes): Do not depend on all-cgen.
8829         (all-sim): Likewise.
8831 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8833         * Makefile.in: Eliminate 'apache' targets.
8834         * configure.in: Eliminate 'apache' targets.
8836         * configure.in: Eliminate redundant tests.  Reorganize.
8838         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8840         * config-ml.in: Eliminate references to Cygnus configure.
8842         * Makefile.in: Eliminate references to building emacs.
8844 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
8846         * MAINTAINERS: Update my email address.
8848 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
8850         * config.if (libstdcxx_incdir): Version C++ headers.
8851         (cxx_incdir): Remove.
8853 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8855         * MAINTAINERS (Write After Approval): Add self.
8857 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
8859         * configure.in: Add support for ip2k.
8861 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
8863         * configure.in: Fix AIX configury bug.
8865 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
8867         * MAINTAINERS (Write After Approval): Add self.
8869 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8871         * configure.in: replace ${topsrcdir} with ${srcdir}
8873         * configure.in: Move definition of libstdcxx_flags
8874         right above usage, rather than waaay earlier.
8876         * configure.in: Pull definition of is_cross_compiler earlier.
8878         * configure.in: Rearrange a little.
8880         * configure.in: Remove references to librx.
8881         * Makefile.in: Remove references to librx.
8883 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
8885         * config.sub: Add support for avr target.
8886         Import from master sources, rev 1.255
8888 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
8890         * configure, .cvsignore:  Revert previous change...
8891         * Makefile:  ...delete.
8893 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8895         * configure.in: Eliminate ${gasdir} variable.
8897 2002-06-18  Dave Brolley  <brolley@redhat.com>
8899         * configure.in: Add support for frv.
8900         * config.sub: Add support for frv.
8902 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8904         * configure:  Remove garbage from previous commit.
8906 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8908         * configure:  For in-source builds, make a subdir and re-exec there.
8909         * Makefile:  New file.  Pass targets through to build directory.
8910         * .cvsignore:  No longer ignore "Makefile".
8912 2002-06-16  Douglas Rupp  <rupp@gnat.com>
8914         * MAINTAINERS (Write After Approval): Add self.
8916 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8918         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8920 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
8922         * configure.in (vax-*-netbsd*): Re-enable gas.
8924 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
8926         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8927         BUILD_PREFIX_1, to correct nomenclature.
8928         * configure: Likewise.
8930         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8931         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8933 2002-05-31  Olaf Hering  <olh@suse.de>
8935         * config-ml.in: Propogate DESTDIR also.
8937 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
8939         * configure.in (vax-*-netbsd*): Don't build gas for this
8940         platform.
8942 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
8944         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8945         and libgcj for AVR.
8947 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
8949         * MAINTAINERS (Write After Approval): Add myself.
8951 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
8953         * config.guess: Update to 2002-05-22 version.
8954         * config.sub: Likewise.
8956 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8958         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8959         * config-ml.in: Likewise.
8960         * configure: Likewise.
8961         * configure.in: Likewise.
8963 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
8965         * MAINTAINERS: Update my email address.
8967 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
8969         * configure.in: Simplify makefile fragment collection.
8971         * configure.in: Remove code to build emacs.
8973         * configure.in : Remove --srcdir argument from targargs and buildargs
8974         (it's always overridden in the Makefile anyway).  Rearrange a bit.
8976         * configure: Move some logic to configure.in.
8977         * configure.in: Move some logic from configure.
8979 2002-05-11  Tom Tromey  <tromey@redhat.com>
8981         * MAINTAINERS: Reflect libgcj reality.
8983 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
8985         * Makefile.in: Honour DESTDIR.
8987 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
8989         * config.guess: Import 2002-03-20 version.
8990         * config.sub: Import 2002-04-26 version.
8992 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8994         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
8996 2002-05-07  Tim Josling  <tej@melbpc.org.au>
8998         * MAINTAINERS: Add self.
9000 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
9002         * ltmain.sh: Detect and handle object name conflicts
9003         while piecewise linking a static library.
9005 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
9007         * configure.in (noconfigdirs): Don't disable libgcj on
9008         sparc64-*-solaris* and sparcv9-*-solaris*.
9010 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
9012         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
9014 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
9016         * configure.in (FLAGS_FOR_TARGET): Do not add
9017         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
9018         on i[3456]86-*-linux*.
9020 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
9022         * configure.in (noconfigdirs): Replace [ ] with test.
9024         * configure.in (noconfigdirs): Do not add target-newlib if
9025         target == i[3456]86-*-linux*, and host == target.
9027 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
9029         * configure.in: delete reference to absent file
9031         * configure.in: replace '[' with 'test'
9033         * configure.in: Eliminate references to gash.
9034         * Makefile.in: Eliminate references to gash.
9036         * configure.in: remove useless references to 'pic' makefile fragments.
9038         * configure.in: (*-*-windows*) Finish removing.
9040         * configure.in: Eliminate redundant test for libgui.
9042 2002-04-29  Roger Sayle  <roger@eyesopen.com>
9044         * MAINTAINERS: Add self and realphabetize.  Update entries
9045         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
9046         entry for a29k port maintainer.
9048 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
9050         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
9051         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
9053 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
9055         * configure.in: remove references to dead files
9057 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
9059         * MAINTAINERS: Add information about purpose of this file.
9061 2002-04-18  Tom Tromey  <tromey@redhat.com>
9063         * configure.in: Disallow configuring libgcj when it is already
9064         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
9065         Solaris 2.8 by default.  For PR libgcj/6158.
9067 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
9069         * configure.in:  Move default CC setting out of config/mh-* fragments
9070         directly into here.
9072 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
9074         * configure.in: don't even try to configure or make a subdirectory
9075         if there's no configure script for it.
9077 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
9079         * MAINTAINERS: Remove chill maintainers.
9080         * Makefile.in (CHILLFLAGS): Remove.
9081         (CHILL_LIB): Remove.
9082         (TARGET_CONFIGDIRS): Remove libchill.
9083         (CHILL_FOR_TARGET): Remove.
9084         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
9085         CHILL_LIB.
9086         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
9087         (CHECK_TARGET_MODULES): Likewise.
9088         (INSTALL_TARGET_MODULES): Likewise.
9089         (CLEAN_TARGET_MODULES): Likewise.
9090         (configure-target-libchill): Remove.
9091         (all-target-libchill): Remove.
9092         * configure.in (target_libs): Remove target-libchill.
9093         Do not compute CHILL_FOR_TARGET.
9094         * libchill: Remove directory.
9096 2002-04-11  DJ Delorie  <dj@redhat.com>
9098         * Makefile.in, configure.in: Sync with binutils, entries
9099         follow...
9101 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9103         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
9104         (do-tar, do-bz2): New rules.
9105         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
9106         (gdb-tar): New rule.
9107         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
9108         (insight_dejagnu.tar): New rule.
9109         (insight.tar): New rule.
9110         (gdb+dejagnu.tar): New rule.
9111         (gdb.tar): New rule.
9113 2002-02-01  Mo DeJong  <supermo@bayarea.net>
9115         * Makefile.in: Add all-tix to deps for all-snavigator
9116         so that tix is built when building snavigator.
9118 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
9120         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9121         ld and gdb are not supported.
9123 2002-01-07  Mark Salter  <msalter@redhat.com>
9125         * configure.in: Remove target-bsp and target-cygmon from arm builds.
9126         Allow target-libgloss to be built for arm, strongarm, and xscale.
9128 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
9130         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9131         options for i[3456]86-pc-linux* native builds.
9133 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
9135         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9136         files from .po files for a distribution.
9138 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
9140         * configure.in: Enable libstdc++-v3 for h8300 targets.
9142 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
9144         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
9145         version from bfd/.
9147 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
9149         * Makefile.in (VER): When present, extract the version number from
9150         the file version.in.
9152 2001-05-24  Tom Rix  <trix@redhat.com>
9154         * configure.in : enable ld for aix
9156 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9158         * config.guess: Add linux target for S/390.
9160 2000-11-07  Philip Blundell  <pb@futuretv.com>
9162         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9164 2000-11-03  Philip Blundell  <pb@futuretv.com>
9166         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9167         files.
9169 2001-01-15  Ben Elliston  <bje@redhat.com>
9171         * configure.in (host_tools): Add sid.
9172         Always configure cgen.
9174 2000-11-24  Nick Clifton  <nickc@redhat.com>
9176         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
9179 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
9181         * Makefile.in (ALL_MODULES): Add all-cgen.
9182         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9183         (all-cgen): New target.
9184         (all-opcodes,all-sim): Depend on all-cgen.
9185         * configure.in (host_tools): Add cgen.
9186         Only configure cgen if --enable-cgen-maint.
9188 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
9190         * configure.in: Add *-*-freebsd* configurations.
9192 2002-04-08  Tom Tromey  <tromey@redhat.com>
9194         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
9195         Fixes PR libgcj/6068.
9197 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
9199         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
9201 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9203         * configure.in (alpha*-dec-osf*): Enable libgcj.
9205 2003-03-27  Matthew Gingell  <gingell@gnat.com>
9207         * MAINTAINERS (Write After Approval): Add myself.
9209 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
9211         Fix for: PR bootstrap/3591, target/5676
9212         * configure.in (mcore-pe): Disable the configuration of
9213         libstdc++-v3 since exceptions are not supported.
9215 2002-03-20  Anthony Green  <green@redhat.com>
9217         * configure.in: Enable libgcj for xscale-elf target.
9219 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
9221         * MAINTAINERS:  Update my email address.
9223 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
9225         * ltmain.sh (relink_command): Fix typo in previous change.
9227 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
9229         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
9230         (relink_command): Added --tag flags.
9231         (mode=install): If relinking fails; error out.
9233 2002-03-12  Richard Henderson  <rth@redhat.com>
9235         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
9236         .NOTPARALLEL tag.
9237         (do-check): Rename from check.
9238         (check): Allow parallel check.
9240 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
9242         * MAINTAINERS: Add myself as maintainer for xtensa port.
9243         Fix alphabetical order in CPU port maintainer list.
9244         Remove myself from Write After Approval list.
9246 2002-03-11  Richard Henderson  <rth@redhat.com>
9248         * Makefile.in (.NOTPARALLEL): Add fake tag.
9250 2002-03-07  H.J. Lu  (hjl@gnu.org)
9252         * configure.in: Enable gprof for mips*-*-linux*.
9254 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
9256         * MAINTAINERS (Write After Approval): Add myself.
9258 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
9260         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9261         libjava.
9262         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
9264 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
9266         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9267         because its Makefile is there; test for the executable instead.
9269 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
9271         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
9272         libstdc++-v3 and libjava.
9274 2002-02-11  Adam Megacz  <adam@xwt.org>
9276         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
9277         boehm-gc
9279 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
9281         * config.guess: Updated to 2002-01-30's version.
9282         * config.sub: Updated to 2002-02-01's version.
9283         Contribute sh64-elf.
9284         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
9285         * configure.in: Added sh64-*-*.
9287 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
9289         * MAINTAINERS: Belatedly add myself to write after approval list.
9291 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
9293         * MAINTAINERS: Put self in as maintainer for x86-64 port.
9294         Remove self as Write After Approval.
9296 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
9298         * MAINTAINERS: Put self in as maintainer for contrib/regression
9299         directory.
9301 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
9303         * MAINTAINERS:  Update my email address.
9305 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
9307         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
9308         target-libiberty, and target-libgloss.  Skip Java-related
9309         libraries if not supported for NetBSD on target CPU.
9311 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
9313         * install-sh: Use _inst.$$_ for temp file name.
9315 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
9317         * MAINTAINERS (Write After Approval): Move my contact info
9318         from here...
9319         (OS Port Maintainers): ...to here (netbsd).
9321 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
9323         * MAINTAINERS (Write After Approval): Add myself.
9325 2002-01-17  H.J. Lu  <hjl@gnu.org>
9327         * Makefile.in (all-fastjar): Also depend on all-libiberty.
9328         (all-target-fastjar): Also depend on all-target-libiberty.
9330 2002-01-16  H.J. Lu  (hjl@gnu.org)
9332         * config.guess: Import from master sources, rev 1.225.
9333         * config.sub: Import from master sources, rev 1.238.
9335 2002-01-16  Kazu Hirata  <kazu@hxi.com>
9337         * MAINTAINERS (Write After Approval): Remove myself.
9339 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
9341         * MAINTAINERS (Write After Approval): Add myself.
9343 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9345         * MAINTAINERS: Add self as docs co-maintainer.
9347 2001-12-11  Matthias Klose  <doko@debian.org>
9349         * MAINTAINERS (Write After Approval): Add myself.
9351 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
9353         * MAINTAINERS: Update my email address.
9355 2001-12-07  Turly O'Connor  <turly@apple.com>
9356         * MAINTAINERS (Write After Approval): Add myself.
9357         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
9358         (rs6000_initialize_trampoline): Call __trampoline_setup for
9359         ABI_DARWIN too.
9360         * darwin-tramp.asm: New file, implements __trampoline_setup.
9361         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
9363 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
9365         * MAINTAINERS (Write After Approval): Add myself.
9367 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
9369         * configure, configure.in: Use temp file for long sed commands.
9371 2001-12-03  Laurent Guerby  <guerby@acm.org>
9373         * config.sub: Update to version 1.232 on subversion.
9375 2001-12-03  Ben Elliston  <bje@redhat.com>
9377         * MAINTAINERS: Update mail address for config.* patches.
9379 2001-11-27  DJ Delorie  <dj@redhat.com>
9380             Zack Weinberg  <zack@codesourcery.com>
9382         When build != host, create libiberty for the build machine.
9384         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9385         CONFIG_ARGUMENTS.
9386         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9387         New variables.
9388         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9389         and rules.
9390         (all.normal): Depend on ALL_BUILD_MODULES.
9391         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9392         (all-build-libiberty): Depend on configure-build-libiberty.
9394         * configure: Calculate and substitute proper value for
9395         ALL_BUILD_MODULES.
9396         * configure.in: Create the build subdirectory.
9397         Calculate and substitute TARGET_CONFIGARGS (formerly
9398         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9400 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
9402         * MAINTAINERS (write-after-approval): Add self.
9404 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
9406         * MAINTAINERS (GNATS only accounts): Remove self.
9408 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
9410         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
9411         libf2c.
9413 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
9415         * MAINTAINERS (Write After Approval): Add self.
9417 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
9419         * MAINTAINERS: mips and s390 are also CPU ports.
9421 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
9423         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
9425 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
9427         * MAINTAINERS: Alphabetize.
9429 2001-11-09  Kazu Hirata  <kazu@hxi.com>
9431         * MAINTAINERS (Various maintainers: h8 port): Add myself.
9433 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9435         * MAINTAINERS (Various maintainers: hppa port): Added myself.
9437 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
9439         * configure.in (--enable-languages): Be more permissive about
9440         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
9442 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
9444         * config.sub: Import from master sources, rev. 1.230.
9445         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
9447 2001-11-07  Laurent Guerby  <guerby@acm.org>
9449         * MAINTAINERS (Write After Approval): Add self.
9451 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
9453         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9455 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
9457         * config.sub: Import from master sources, rev 1.226.
9458         * config.guess: Import from master sources, rev 1.216.
9460 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
9462         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
9463         * MAINTAINERS: Add self as maintainer of MMIX port.
9464         Remove old after-approval entry.
9466 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
9468         * ChangeLog, configure: Fix spelling errors.
9470 2001-10-20  Brendan Kehoe  <brendan@zen.org>
9472         * MAINTAINERS: Tweak my address.
9474 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
9476         * MAINTAINERS: Update my email address.
9478 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
9480         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
9481         * MAINTAINERS: Add self as maintainer of CRIS port.
9483 2001-10-10  Geert Bosch  <bosch@gnat.com>
9485         * MAINTAINERS (Various maintainers: Ada front end):
9486         Added Robert Dewar.
9488 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
9490         * MAINTAINERS (Write After Approval): Added self
9492 2001-10-02  Geert Bosch  <bosch@gnat.com>
9494         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9496 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9498         * configure: Handle temporary files securely using mkdir.
9500 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
9502         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9504 2001-09-26  Will Cohen  <wcohen@redhat.com>
9506         * configure.in (*-*-linux*): Disable configuration of target-newlib
9507         and target-libgloss.
9509 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
9511         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
9512         RANLIB.
9514 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
9516         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9517         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9518         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9519         avoid quotes nesting problems.
9520         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9521         (DO_X): Export only variables that are set.
9523 2001-09-19  Ben Elliston  <bje@redhat.com>
9525         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9526         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9527         semantics.  Use the shell built-in "type" command instead.
9529 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
9531         Merged from gcc-3_0-branch:
9532         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
9533         * ltcf-c.sh: Use $objext, not $ac_objext.
9534         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
9535         * ltcf-cxx.sh: Add support for GNU.
9536         2001-07-22  Timothy Wall  <twall@redhat.com>
9537         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
9538         default settings if using GNU tools with that configuration.
9539         * ltcf-cxx.sh: Ditto.
9540         * ltcf-gcj.sh: Ditto.
9541         2001-07-21  Michael Chastain  <chastain@redhat.com>
9542         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9543         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
9544         * ltmain.sh: Mark as gcc-local.
9546 2001-08-30  Eric Christopher  <echristo@redhat.com>
9547             Jason Eckhardt  <jle@redhat.com>
9549         * config.guess: Merge from master sources.
9550         * config.sub: Merge from master sources, add support for mipsisa32.
9552 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
9553         * config.sub: Merge from master sources, rev 1.219.
9554         * MAINTAINERS: Add self as contact for stormy16 port.
9556 2001-08-14  Zack Weinberg  <zackw@panix.com>
9558         * config.sub: Merge from master sources, rev 1.218.
9559         * config.guess: Merge from master sources, rev 1.209.
9561 2001-08-11  Graham Stott  <grahams@redhat.com>
9563         * Makefile.in (check-c++): Add missing semicolon.
9565 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
9567         * MAINTAINERS (Various maitainers: predict.def): Added myself.
9569 2001-07-30  Eric Christopher  <echristo@redhat.com>
9571         * MAINTAINERS (Various maintainers: mips port): Added myself.
9573 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
9575         * configure.in (sh-*-linux*): New.
9577 2001-07-27  Richard Henderson  <rth@redhat.com>
9579         * .cvsignore: Add LAST_UPDATED.
9581 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
9583         * MAINTAINERS (Various maintainers: s390 port): Added myself.
9585 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
9587         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
9589 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
9591         * MAINTAINERS (Write After Approval): Added myself.
9593 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9595         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9596         and libgcj on m68hc11/m68hc12.
9598 2001-06-27  H.J. Lu  (hjl@gnu.org)
9600         * Makefile (CFLAGS_FOR_BUILD): New.
9601         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
9603 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9605         * README: Remove version number.
9607 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9609         * INSTALL/README: Update wrt. to the installation instructions now
9610         residing in gcc/doc/install.texi.
9612 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9614         * README: Replace with a cut-down and updated version of gcc/README.
9616 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
9618         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
9619         multilibs to be disabled.
9621 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
9623         * MAINTAINERS (Write After Approval): Add myself.
9625 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
9627         * config.guess: Import CVS version 1.195.
9628         * config.sub: Import CVS version 1.212.
9630 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
9632         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9633         gcc/xgcc is built, use -print-prog-name to find out the program
9634         name to use.
9636 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
9638         * config.guess:  Import CVS version 1.194.  All gcc-local changes
9639         appear to also be in the master copy.
9640         * config.sub:  Import CVS version 1.211.
9642 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
9644         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9645         with_gcc]: Use `gcc -shared' to build a shared library.
9647 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9649         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9650         archives.
9652 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9654         * MAINTAINERS (Write After Approval): Add myself.
9656 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
9658         * configure.in (libstdcxx_flags): Do not try to execute
9659         libstdc++-v3/testsuite_flags until it exists.
9661 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
9663         * MAINTAINERS: Update my email address.
9665 2001-05-31  Graham Stott  <grahams@redhat.com>
9667         * MAINTAINERS (Write After Approval): Add myself.
9669 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
9671         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
9672         libraries when using g++ with native linker.
9674 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
9676         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9678 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
9680         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9681         [aix4*|aix5*]: Prepend blank.
9683 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
9685         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9686         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
9687         of subdir/configure scripts to use the new libtool.m4.
9689 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
9691         * MAINTAINERS (Write After Approval): Add myself.
9693 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
9695         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
9697 2001-05-11  Ben Elliston  <bje@redhat.com>
9699         * Makefile.in (all-sid): New target.
9700         (check-sid, clean-sid, install-sid): Likewise.
9702 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
9704         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
9706 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9708         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9709         libgcj.
9711 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9713         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9714         gcc/xgcc is built, use -print-prog-name to find out the program
9715         name to use.
9717 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
9719         * configure.in (noconfigdirs): Don't reset it from scratch in the
9720         target case; only append to it.
9722         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9723         sparc-*-solaris2.8]: Disable ${libgcj}.
9725 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
9727         * configure.in (libgcj_saved): Copy from $libgcj.
9728         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9729         --disable-libgcj.
9731 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
9733         * MAINTAINERS: Remove self as MIPS maintainer and
9734         C front end maintainer.
9736 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
9738         * configure.in: Move *-chorusos target case to the proper switch.
9739         Disable libgcj.
9741 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9743         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9744         1.641.2.228.
9746 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9748         * Makefile.in (STAGE1_CFLAGS): Pass down.
9750 2001-04-13  Alan Modra  <amodra@one.net.au>
9752         * config.guess: Add hppa64-linux support.  Note for next import that
9753         this is already in the master file.
9754         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
9756 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9758         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9759         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9761 2001-04-11  Stan Shebs  <shebs@apple.com>
9763         * MAINTAINERS: Add self as Darwin port maintainer.
9765 2001-04-11  Alan Modra  <amodra@one.net.au>
9767         * MAINTAINERS: Update my email address.
9769 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
9771         * ltcf-cxx.sh: Support creation of C++ shared libraries on
9772         recent versions of FreeBSD (release 3 or later).
9773         * ltconfig: On FreeBSD, -lc must not be provided when building
9774         a shared library or else the standard -pthread gcc option is
9775         rendered worthless to later users of the built library.
9777 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
9779         * MAINTAINERS: Add self and RTH as C front end maintainers.
9781 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
9783         * config.sub: Make sure to match an already-canonicalized
9784         machine name (eg. mn10300-unknown-elf).
9786 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
9788         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9789         New macros.
9790         (bootstrap, cross): Use RECURSE_FLAGS.
9791         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9793 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
9795         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9797 2001-03-22  Colin Howell  <chowell@redhat.com>
9799         * Makefile.in (DO_X): Do not backslash single-quotes in
9800         backquotes (two places).
9802 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
9804         Re-installed:
9805         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9806         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
9807         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9808         * ltcf-cxx.sh: Likewise.
9809         * ltcf-gcj.sh: Likewise.
9811 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9813         * MAINTAINERS: Add myself as "documentation co-maintainer".
9815 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
9817         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9818         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9820 2001-03-19  Tom Tromey  <tromey@redhat.com>
9822         * config-ml.in: Handle GCJ and GCJFLAGS.
9824 2001-03-21  Michael Chastain  <chastain@redhat.com>
9826         * Makefile.in: all-m4 depends on all-texinfo.
9828 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
9830         * MAINTAINERS: Add myself to write after approval list.
9832 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
9834         * Makefile.in (DO_X): Quote nested quotes.
9836 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
9838         * MAINTAINERS: Add myself to write after approval list.
9840 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
9842         * Makefile.in (DO_X): Use double quotes for quoting
9843         "RANLIB=$${RANLIB}".
9845 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
9847         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
9849 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
9851         * configure.in: Only use `lang_requires' for languages athat are
9852         actually enabled.
9854 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
9856         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
9858 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
9860         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9862 2001-03-07  Tom Tromey  <tromey@redhat.com>
9864         * configure.in: Allow config-lang.in to set `lang_requires' to list
9865         of other required languages.
9867 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
9869         * Makefile.in: Remove RANLIB definition. Use RANLIB
9870         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
9871         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
9873 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
9874             Alexandre Oliva  <aoliva@redhat.com>
9876         * Makefile.in (check-c++): Use tabs, not spaces.
9878 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
9880         * MAINTAINERS: add myself to Write After Approval list.
9882 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
9884         * Makefile.in (check-c++): New rule.
9886         * configure.in (target_libs): Remove libg++.
9887         (noconfigdirs): Remove libg++.
9888         (noconfigdirs): Same.
9889         (noconfigdirs): Same.
9890         (noconfigdirs): Same.
9892         * config-ml.in: Remove libg++ references.
9894         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
9895         (ALL_TARGET_MODULES): Same.
9896         (configure-target-libg++): Remove.
9897         (all-target-libg++): Remove.
9898         (configure-target-libio): Remove.
9899         (all-target-libio): Remove.
9900         (check-target-libio): Remove.
9901         (.PHONY): Remove.
9902         (libg++.tar.bz2): Remove.
9903         (all-target-cygmon): Remove libio.
9904         (all-target-libstdc++): Remove.
9905         (configure-target-libstdc++): Remove.
9906         (TARGET_LIB_PATH): Remove libstdc++.
9907         (ALL_GCC_CXX): Remove libstdc++.
9908         (all-target-gperf): Correct.
9910 2001-02-16  Nick Clifton  <nickc@redhat.com>
9912         * configure.in (noconfigdirs): Allow configuration of texinfo
9913         for Cygwin hosts.
9915 2001-02-15  Anthony Green  <green@redhat.com>
9917         * configure: Introduce GCJ_FOR_TARGET.
9918         * configure.in: Ditto.
9919         * Makefile.in: Ditto.
9921 2001-02-13  Andreas Schwab  <schwab@suse.de>
9923         * MAINTAINERS: Update mail address.
9925 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9927         * config.guess: Add linux target for S/390.
9928         * config.sub: Likewise.
9930 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
9932         * configure.in: for *-chorusos, don't config target-newlib and
9933         target-libgloss.
9935 2001-02-06  Ben Elliston  <bje@redhat.com>
9937         * configure: Output host type to stdout, not stderr.
9939 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
9941         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
9942         * ltcf-cxx.sh: Likewise.
9944         * config.if: Assume enable_libstdcxx_v3 is defined.
9946 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
9948         Remove V2 C++ library.
9949         * configure.in: Remove --enable-libstdcxx_v3 support.
9951 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
9953         * include/demangle.h: Add prototype for java_demangle_v3.
9955 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
9957         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
9959 2001-01-27  Richard Henderson  <rth@redhat.com>
9961         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
9963 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9965         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9966         Don't unset, it's non-portable and no longer necessary, set to empty
9967         instead.
9969 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9971         * ltconfig: Shell portability fix for the tagname validity check.
9973 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
9975         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9976         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9978 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9980         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9982 2001-01-26  Tom Tromey  <tromey@redhat.com>
9984         * configure.in: Allow libgcj to be built on Sparc Solaris.
9986 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
9988         * ltcf-c.sh: Add aix5 case.
9989         * ltcf-cxx.sh: Likewise.
9990         * ltconfig: Likewise.
9992 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
9994         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9995         keep at least one of build_libtool_libs or build_old_libs set to
9996         yes.
9998         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9999         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
10001 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
10003         * configure.in: Enable libgcj on several additional platforms.
10005 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
10007         * configure.in: Enable libgcj for linux targets.
10009 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10011         * MAINTAINERS (Write After Approval): Add myself.
10013 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10015         * MAINTAINERS: Add myself as vax port maintainer.
10017 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
10019         * MAINTAINERS: Add myself as Mercury front-end maintainer.
10021 2001-01-09  Mike Stump  <mrs@wrs.com>
10023         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
10024         failures of subdirectories.
10026 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10028         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
10029         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10030         * ltcf-cxx.sh: Likewise.
10031         * ltcf-gcj.sh: Likewise.
10032         * ltconfig.sh: Fix typo.
10034 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10036         * configure: handle DOS-style absolute paths.
10038 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10040         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
10042 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
10044         * MAINTAINERS: Add myself as avr port co-maintainer.
10046 2000-12-28  Ben Elliston  <bje@redhat.com>
10048         * MAINTAINERS: Add myself under ``Write After Approval''.
10050 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
10052         * texinfo: Remove directory from GCC.
10054 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
10056         * COPYING: Update to current
10057         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
10058         to 19yy as example year in copyright notice).
10060 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
10062         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
10063         (libstdcxx_incdir): Pass down.
10064         * config.if: Remove expired bits for cxx_interface, add stub.
10065         (libstdcxx_incdir): Add variable for g++ include directory.
10066         * configure.in (gxx_include_dir): Use it.
10068 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
10070         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
10071         with old-email address from ``Write After Approval''.
10073 2000-12-15  Andreas Jaeger  <aj@suse.de>
10075         * configure.in: Handle lang_dirs.
10077 2000-12-14  Tom Tromey  <tromey@redhat.com>
10079         * MAINTAINERS: Removed brads.
10081         * MAINTAINERS: Added gcj developers.
10083 2000-12-13  Anthony Green  <green@redhat.com>
10085         * configure.in: Disable libgcj for any target not specifically
10086         listed.  Disable libgcj for x86 and Alpha Linux until compatible
10087         with g++ abi.
10089 2000-12-13  Mike Stump  <mrs@wrs.com>
10091         * Makefile.in (local-distclean): Also remove fastjar.
10093 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
10095         * contrib/gcc_update: Add fastjar --touch entries.
10097 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
10099         * configure.in: Disable language-specific target libraries for
10100         languages that aren't enabled.
10102 2000-12-10  Anthony Green  <green@redhat.com>
10104         * configure.in: Define libgcj.  Disable libgcj target libraries for
10105         most targets.
10107 2000-12-10  Neil Booth  <neilb@earthling.net>
10109         * MAINTAINERS: Update mail address, remove from WAA list.
10111 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10113         * libjava: Imported from /cvs/java.
10114         * libffi: Likewise.
10115         * Boehm-gc: Likewise.
10117 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10119         * configure.in (target_libs): Revert 2000-12-08 patch.
10120         (noconfigdirs): Added target-libjava.
10122 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
10124         * djunpack.bat: removed.
10126 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
10128         * Makefile.in: handle DOS-style absolute paths.
10129         * config-ml.in: likewise.
10130         * symlink-tree: likewise.
10132 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10134         * fastjar: Imported.
10136 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10138         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
10139         libjava.
10140         * configure.in (target_libs): Removed `target-libjava'.
10142 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10144         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
10145         (ALL_MODULES): Added fastjar.
10146         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
10147         (all-target-libjava): all-fastjar replaces all-zip.
10148         (all-fastjar): Added.
10149         (configure-target-fastjar, all-target-fastjar): Likewise.
10150         * configure.in (host_tools): Added fastjar.
10152 2000-12-07  Mike Stump  <mrs@wrs.com>
10154         * Makefile.in (local-distclean): Remove leftover built files.
10156 2000-11-24  Nick Clifton  <nickc@redhat.com>
10158         * configure.in (xscale-elf): Add target.
10159         (xscale-coff): Add target.
10161 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
10163         * ltcf-cxx.sh: Support creation of C++ shared libraries on
10164         recent versions of FreeBSD (release 3 or later).
10165         * ltconfig: On FreeBSD, -lc must not be provided when building
10166         a shared library or else the standard -pthread gcc option is
10167         rendered worthless to later users of the built library.
10169 2000-11-16  Fred Fish  <fnf@be.com>
10171         * configure.in (enable_libstdcxx_v3): Fix typo,
10172         libstd++ -> libstdc++.
10174 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10176         * MAINTAINERS: Add self to Write After Approval list.
10178 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
10180         * MAINTAINERS: Update my email address.  Add myself to global write
10181         privs list.
10183 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
10185         * Makefile.in: Merge with src and libgcj.
10186         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
10187         configure-target-<library> when their configure scripts need the C
10188         or C++ library to have already been built to work properly.
10189         (do_proto_toplev): Set them to an empty string.
10191         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
10192         (REALLY_SET_LIB_PATH): Use them.
10194 2000-11-17  Stan Shebs  <shebs@apple.com>
10196         * MAINTAINERS: Add self to Write After Approval list.
10198 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10200         * configure: Provide the original toplevel configure arguments
10201         (including $0) to subprocesses in the environment rather than
10202         through gcc/configargs.h.
10204 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10206         * MAINTAINERS: Remove references to cccp. Change C9X reference to
10207         C99.  Alphabetise "Write After Approval" list.
10209 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
10211         * configure: Turn on libstdc++ V3 by default.
10213         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
10214         if we've got GCC.
10216 2000-11-11  Philip Blundell  <philb@gnu.org>
10218         * MAINTAINERS: Add self to Write After Approval list.
10220 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
10222         * ltcf-c.sh (aix4): Improve shared library configuration; require
10223         exporting symbols.
10224         * ltcf-cxx.sh (aix4): Define.
10225         * ltconfig (aix4): Define library and soname specs appropriate for
10226         AIX.  Define command to create export symbols list.
10228 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
10230         * config.sub: Add support for Sun Chorus
10232 2000-10-31  Nick Clifton  <nickc@redhat.com>
10234         * MAINTAINERS: Rename <name>@cygnus.com addresses to
10235         <name>@redhat.com.  Also installed new email address for Clint
10236         Popetz.
10238 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
10240         * etc: Remove directory from GCC.
10242 2000-10-16  Michael Meissner  <meissner@redhat.com>
10244         * configure (gcc/configargs.h): Only create if there is a build GCC
10245         directory created.
10247 2000-10-16  Matthias Klose  <doko@debian.org>
10249         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
10250         when configured for libstdc++-v3.
10252 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
10254         * configure: Save configure arguments to gcc/configargs.h.
10256 2000-10-04  Philipp Thomas  <pthomas@suse.de>
10258         * config.guess: Import CVS version 1.157.
10259         * config.sub: Import CVS version 1.181.
10261 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
10263         * Makefile.in (bootstrap): avoid recursion if subdir missing
10264         (cross): ditto
10265         (do-proto-toplev): ditto
10267 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
10269         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
10270         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
10272         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
10273         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
10274         all affected `configure' scripts.
10276 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
10278         * MAINTAINERS: Add self as cpplib co-maintainer.
10280 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
10282         * MAINTAINERS: Add self to Write After Approval list.
10284 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10286         * INSTALL/README: egcs -> GCC update.
10288 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
10290         * MAINTAINERS: Add myself to Write After Approval list.
10292 2000-09-15  Kazu Hirata  <kazu@hxi.com>
10294         * MAINTAINERS: Add myself to Write After Approval list.
10296 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
10298         * configure.in: Do not build byacc for hppa64.  Provide paths to the
10299         X11 libraries for hppa64.
10301 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10303         * MAINTAINERS: Add myself as 68hc11 port maintainer.
10305 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
10307         * Makefile.in (all-zlib): Added dummy target.
10309         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10310         ltcf-gcj.sh: Updated from libtool multi-language branch.
10312 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
10314         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
10315         (bootstrap*): Depend on all-bootstrap.
10317 2000-09-05  Philipp Thomas  <pthomas@suse.de>
10319         * config.guess: Import CVS version 1.156.
10320         * config.sub: Import CVS version 1.179.
10322 2000-09-02  Anthony Green  <green@cygnus.com>
10324         * Makefile.in (all-gcc): Depend on all-zlib.
10325         (CLEAN_MODULES): Add clean-zlib.
10326         (ALL_MODULES): Add all-zlib.
10327         * configure.in (host_libs): Add zlib.
10329 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
10331         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
10332         crosses, but add gcc/include to the header search path for them.
10334 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
10336         * MAINTAINERS: Add self to Write After Approval list.
10338 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10340         * config.guess: Import CVS version 1.152.
10341         * config.sub: Import CVS version 1.177.
10343 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
10345         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
10346         $targargs to tell whether newlib is going to be built.
10348         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
10349         $$r/TARGET_SUBDIR/libio for _G_config.h.
10351 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
10353         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
10355 2000-08-22  DJ Delorie  <dj@redhat.com>
10357         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
10359 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
10361         * config-ml.in (CC, CXX): Avoid trailing whitespace.
10362         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
10363         sub-configures.
10365 2000-08-21  DJ Delorie  <dj@redhat.com>
10367         * MAINTAINERS: Add self as a libiberty maintainer
10369 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
10371         * configure.in (libstdcxx_flags): Use
10372         libstdc++-v3/src/libstdc++.INC.
10374 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
10376         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
10378 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
10380         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
10382         * configure: Make enable_threads and enable_shared defaults
10383         explicit.  Substitute enable_threads into generated Makefiles.
10384         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
10385         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
10387 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
10389         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
10391 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
10393         * config-ml.in (CC): Remove bogus duplicate quotation mark from
10394         previous delta.
10396 2000-08-11  Jason Merrill  <jason@redhat.com>
10398         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
10399         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
10400         (FLAGS_FOR_TARGET): Not here.
10401         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
10403 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
10405         * config-ml.in (CC, CXX): Don't introduce a leading space.
10407 2000-08-07  DJ Delorie  <dj@delorie.com>
10409         * MAINTAINERS: Add self as a DJGPP maintainer
10411 2000-08-07  DJ Delorie  <dj@redhat.com>
10413         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
10414         "if we're also building gcc, and it's a gcc that will run on the
10415         build machine, we want to use its includes instead of the system's
10416         default includes".
10418 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10420         * MAINTAINERS: Add self to Write After Approval list.
10422 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
10424         * configure.in (libstdcxx_flags): Don't use `"'.
10426         * config-ml.in: Adjust multilib search paths to the
10427         appropriate multilib tree.
10429 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
10431         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
10432         commas in $LANGUAGES.
10434 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
10436         * configure.in: Re-enable all references to libg++ and librx.
10438 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
10440         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
10441         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
10442         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
10443         * ltcf-cxx.sh (need_lc): Set based on postdeps.
10445         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
10447 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
10449         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
10450         CXX_FOR_TARGET for sed.
10452 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
10454         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
10455         Do not override if already set in the environment or in configure.
10456         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
10457         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
10459 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
10461         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
10462         the libtool CVS tree multi-language branch.
10463         * ltconfig, ltmain.sh: Updated.
10465 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
10467         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
10468         (clean-target): Depend on it.
10470         * Makefile.in (FLAGS_FOR_TARGET): New macro.
10471         (GCC_FOR_TARGET): Use it.
10472         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
10473         * configure.in: ... here.
10474         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
10475         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
10477 2000-07-24  Eric Christopher  <echristo@cygnus.com>
10479         * MAINTAINERS: Add self to Write After Approval list.
10481 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
10483         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
10484         (configure-target-libchill, configure-target-libobjc): Likewise.
10486         * configure.in: Use the same cache file for all target libs.
10487         * config-ml.in: But different cache files per multilib variant.
10489 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10491         * configure (topsrcdir): Don't use dirname.
10493 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
10495         * MAINTAINERS: Add self to Write After Approval list.
10497 2000-07-20  Jason Merrill  <jason@redhat.com>
10499         * configure.in: Remove all references to libg++ and librx.
10501         * configure, configure.in, Makefile.in: Unify gcc and binutils.
10503 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
10505         * config.sub: Update to subversions version 2000-07-06.
10507 2000-07-12  Andrew Haley  <aph@cygnus.com>
10509         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
10510         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
10512 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
10514         * symlink-tree:  Check number of arguments.
10516 2000-07-05  Jim Wilson  <wilson@cygnus.com>
10518         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
10519         search path for a g++ extracted from the build tree.  This
10520         will allow link tests run by configure scripts in
10521         subdirectories to succeed.
10523 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
10525         * ltconfig: Add support for mips-dde-sysv4.2MP
10527 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10529         * MAINTAINERS: Add myself as loop discovery maintainer.
10531 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
10533         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
10534         `os2'. Force ac_cv_exeext to be ".exe" in that case.
10536 2000-06-19  Timothy Wall  <twall@cygnus.com>
10538         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
10539         * config.sub: Add tic54x target.
10541 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10543         * MAINTAINERS: Add self as Fortran maintainer,
10544         remove Craig Burley.
10546 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10548         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
10549         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
10551 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
10553         * MAINTAINERS: Add self as i18n maintainer
10555 20000-05-21  H.J. Lu  (hjl@gnu.org)
10557         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
10558         directory are used if they exist. Make sure
10559         $(build_tooldir)/include is searched for header files,
10560         $(build_tooldir)/lib/ for library files.
10561         (GCC_FOR_TARGET): Likewise.
10562         (CXX_FOR_TARGET): Likewise.
10564 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
10566         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
10568 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
10570         * Makefile.in (configure-target-libiberty): Depend on
10571         configure-target-newlib.
10573 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
10575         * configure.in, Makefile.in: Merge all libffi-related
10576         configury stuff from the libgcj tree.
10578 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10580         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10581         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
10583 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10585         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10586         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
10587         current version information.  Add to proto-toplev directory.
10588         (gdb-taz): Build do-djunpack.
10590 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
10592         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
10594 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10596         * MAINTAINERS: Add self to Write After Approval list.
10598 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10600         * ltmain.sh: Preserve in relink_command any environment
10601         variables that may affect the linker behavior.
10603 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
10605         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
10607 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
10609         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
10611 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
10613         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
10614         with the version name.
10616 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
10618         * MAINTAINERS: Add self as bb-reorder maintainer.
10620 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
10622         * config.if: Tweak.
10624 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
10626         * djunpack.bat: New file.
10628 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10630         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
10631         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
10632         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
10633         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
10635 2000-04-16  Dave Pitts  <dpitts@cozx.com>
10637         * config.sub (case $basic_machine): Change default for "ibm-*"
10638         to "openedition".
10640 2000-04-13  Andreas Jaeger  <aj@suse.de>
10642         * MAINTAINERS: Added myself.
10644 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10646         * Makefile.in (gdb-taz): New target.  GDB specific archive.
10647         (do-md5sum): New target.
10648         (MD5PROG): Define.
10649         (PACKAGE): Default to TOOL.
10650         (VER): Default to a shell script.
10651         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
10652         md5 checksum generation.
10653         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
10654         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
10655         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
10656         insight.tar.bz2): Use gdb-taz to create archive.
10658 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10660         * configure (warn_cflags): Delete.
10662 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
10664         * MAINTAINERS: Added myself.
10666 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
10667             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
10669         * configure.in (enable_libstdcxx_v3): Add.
10670         (target_libs): Add bits here to switch between libstdc++-v2 and
10671         libstdc++-v3.
10672         * config.if: And this file too.
10673         * Makefile.in: Add libstdc++-v3 targets.
10675 2000-04-05  Michael Meissner  <meissner@redhat.com>
10677         * config.sub (d30v): Add d30v as a basic machine type.
10679 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
10681         * configure.in: -linux-gnu*, not -linux-gnu.
10683 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10685         * MAINTAINERS: Add self in write-after-approval section.
10687 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
10689         * MAINTAINERS: Add self as ia64 port maintainer.
10691 2000-03-08  Neil Booth  <NeilB@earthling.net>
10693         * MAINTAINERS: Add self in write-after-approval section.
10695 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10697         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
10698         (do-tar-bz2): Replace TOOL with PACKAGE.
10699         (gdb.tar.bz2): Remove GDBTK from GDB package.
10700         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
10701         dejagnu.tar.bz2): New packages.
10703 2000-02-27  Andreas Jaeger  <aj@suse.de>
10705         * configure.in: Add entry for mips*-*-linux*, move catch all
10706         *-*-*linux* entry below this one.
10708 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
10710         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
10712 2000-02-24  Nick Clifton  <nickc@cygnus.com>
10714         * config.sub: Support an OS of "wince".
10716 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10718         * config.guess, config.sub: Updated to match config's 2000-02-15
10719         version.
10721 2000-02-23  Linas Vepstas  <linas@linas.org>
10723         * config.sub: Add support for Linux/IBM 370.
10724         * configure.in: Likewise.
10726 2000-02-22  Nick Clifton  <nickc@cygnus.com>
10728         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
10730 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
10732         * config.guess: Guess "cygwin" rather than "cygwin32".
10734 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10736         * configure (gcc_version): When setting, narrow search to
10737         lines containing `version_string'.
10739 2000-02-15  Denis Chertykov  <denisc@overta.ru>
10741         * config.sub: Add support for avr target.
10743 2000-02-14  Nick Clifton  <nickc@cygnus.com>
10745         * MAINTAINERS: Add maintainers for MCore port.
10747 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
10749         * config.sub: Add mmix-knuth-mmixware.
10751 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10753         * MAINTAINERS: Pair cccp with cpplib maintainership.
10755 2000-01-27  Christopher Faylor  <cgf@redhat.com>
10757         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
10758         structure stuff to -L library search.
10759         (CXX_FOR_TARGET): Ditto.
10760         (CROSS_CHECK_MODULES): Fix spelling mistake.
10762 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
10764         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
10765         the C++ compiler.
10767 2000-01-12  Richard Henderson  <rth@cygnus.com>
10769         * configure.in: Don't build some bits for beos.
10771 2000-01-12  Joel Sherrill (joel@OARcorp.com)
10773         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
10774         as include files.
10776 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
10778         * Add self as cpplib maintainer, as requested by Jason
10779         Merrill.  Correct my e-mail address.
10781 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
10783         * configure.in: Use mt-aix43 to handle *_TARGET defs,
10784         not mh-aix43.
10786 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
10788         * MAINTAINERS: Add myself to "write after approval" list.
10790 1999-12-14  Richard Henderson  <rth@cygnus.com>
10792         * config.guess (alpha-osf, alpha-linux): Detect ev67.
10793         * config.sub: Accept alphaev[78], alphaev8.
10795 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10797         * config.guess, config.sub: Update from autoconf.
10799 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
10801         * MAINTAINERS:  update my playtime e-address.
10803 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10805         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
10806         necessary libraries are missing.
10808 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
10810         * MAINTAINERS: Add new 'write after approval' maintainer.
10812 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10814         * MAINTAINERS: Add new Java maintainer.
10816 1999-10-25  Andreas Schwab  <schwab@suse.de>
10818         * configure: Fix quoting inside arguments of eval.
10820 1999-10-21  Nick Clifton  <nickc@cygnus.com>
10822         * config-ml.in: Allow suppression of some ARM multilibs.
10824 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
10826         * config.guess: Add OS/390 match pattern.
10827         * config.sub: Add mvs, openedition targets.
10828         * configure.in (i370-ibm-opened*): New.
10830 1999-09-04  Steve Chamberlain  <sac@pobox.com>
10832         * config.sub: Add support for configuring for pj.
10834 1999-08-31  Nick Clifton  <nickc@cygnus.com>
10836         * config.sub (maybe_os): Add support for configuring for fr30.
10838 1999-08-25  Nick Clifton  <nickc@cygnus.com>
10840         * configure.in: Do not configure or build ld for AIX
10841         platforms.  ld is known to be broken on these platforms.
10843 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10845         * config-ml.in: Pass compiler flag corresponding to multidirs to
10846         subdir configures.
10848 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
10850         * Makefile.in (LDFLAGS): Define.
10852 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
10854         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
10855         noconfigdirs.
10856         (*-*-cygwin*): Likewise.
10858 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
10860         * mkdep: New file.
10861         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
10862         (BINUTILS_SUPPORT_DIRS): Add mkdep.
10864         From Eli Zaretskii <eliz@is.elta.co.il>:
10865         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
10866         long file name when using DJGPP on MS-DOS.
10868 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
10870         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
10872 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
10874         * Makefile.in (check-target-libio): Remove all-target-libstdc++
10875         dependency as this causes "make check" to globally "make all"
10877 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
10879         * configure.in (target_libs): Added target-zlib.
10880         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
10881         (CONFIGURE_TARGET_MODULES): Likewise.
10882         (CHECK_TARGET_MODULES): Likewise.
10883         (INSTALL_TARGET_MODULES): Likewise.
10884         (CLEAN_TARGET_MODULES): Likewise.
10885         (configure-target-zlib): New target.
10886         (all-target-zlib): Likewise.
10887         (all-target-libjava): Depend on all-target-zlib.
10888         (configure-target-libjava): Depend on configure-target-zlib.
10890         * Makefile.in (configure-target-libjava): Depend on
10891         configure-target-newlib.
10892         (configure-target-boehm-gc): New target.
10893         (configure-target-qthreads): New target.
10895         * configure.in (target_libs): Added target-qthreads.
10896         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
10897         (CONFIGURE_TARGET_MODULES): Likewise.
10898         (CHECK_TARGET_MODULES): Likewise.
10899         (INSTALL_TARGET_MODULES): Likewise.
10900         (CLEAN_TARGET_MODULES): Likewise.
10901         (all-target-qthreads): New target.
10902         (configure-target-libjava): Depend on configure-target-qthreads.
10903         (all-target-libjava): Depend on all-target-qthreads.
10905         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
10906         (CONFIGURE_TARGET_MODULES): Likewise.
10907         (CHECK_TARGET_MODULES): Likewise.
10908         (INSTALL_TARGET_MODULES): Likewise.
10909         (CLEAN_TARGET_MODULES): Likewise.
10910         (all-target-libjava): New target.
10911         (all-target-boehm-gc): Likewise.
10912         * configure.in (target_libs): Added libjava, boehm-gc.
10914 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
10916         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
10917         configure.bat in SUPPORT_FILES.
10918         (gas+binutils.tar.bz2): Likewise.
10920         * makeall.bat: Remove; obsolete.
10922 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
10924         From Mark Elbrecht:
10925         * configure.bat: Remove; obsolete.
10927 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
10929         * configure: Add -W -Wall to the default CFLAGS when compiling with
10930         gcc.
10932 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
10934         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
10936 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
10938         * configure.in: Build ld on IRIX6.
10940 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
10942         * Makefile.in: Change distribution targets to use bzip2 instead of
10943         gzip.
10944         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
10945         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
10947 1999-06-04  Nick Clifton  <nickc@cygnus.com>
10949         * config.sub: Add mcore target.
10951 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
10953         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
10955 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
10957         * config.guess (dummy): Changed to $dummy.
10959 1999-05-24  Nick Clifton  <nickc@cygnus.com>
10961         * config.sub: Tidied up case statements.
10963 1999-05-22  Ben Elliston  <bje@cygnus.com>
10965         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
10966         <jiro@din.or.jp>.
10968         * config.guess: Merge with FSF version. Future changes will be
10969         more accurately recorded in this ChangeLog.
10970         * config.sub: Likewise.
10972 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
10974          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
10976 1999-04-30  Tom Tromey  <tromey@cygnus.com>
10978         * ltmain.sh: [mode link] Always use CC given by ltconfig.
10980 1999-04-23  Tom Tromey  <tromey@cygnus.com>
10982         * ltconfig, ltmain.sh: Update to libtool 1.2f.
10984 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
10986         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
10987         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
10988         Bad merge removed these two changes.
10990 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
10991                           Martin Heller (Ing.-Buero_Heller@t-online.de)
10993         * config.guess (interix Alpha): Add.
10995 1999-04-11  Richard Henderson  <rth@cygnus.com>
10997         * configure.in (i?86-*-beos*): Do config gperf; don't config
10998         gdb, newlib, or libgloss.
11000 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
11002         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
11003         link a trivial program with -mabi=64.  If it fails, remove mabi=64
11004         from multidirs.
11006 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
11008         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
11010 1999-04-08  Nick Clifton  <nickc@cygnus.com>
11012         * config.sub: Add support for mcore targets.
11014 1999-04-07  Michael Meissner  <meissner@cygnus.com>
11016         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
11017         not mt-ospace, in order to shut up assembler warning about using
11018         symbols that are named the same as registers.
11020 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
11022         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
11023         dependency list for all-target-cygmon.
11025 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
11027         * config-ml.in: Check $host, not $target, for selective multilibs.
11028         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
11029         thumb interworking, and underscore prefix multilibs.
11031 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
11033         * missing: Update to version from current automake.
11035 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
11037         * configure (gxx_include_dir): Removed.
11039         * configure.in (gxx_include_dir): Handle it.
11040         * Makefile.in: Likewise.
11042 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
11044         * config.sub (mips64vr4111,mips64vr4111el) Add.
11046 1999-03-21  Ben Elliston  <bje@cygnus.com>
11048         * config.guess: Correct typo for detecting ELF on FreeBSD.
11050 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
11052         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
11053         config/mh-djgpp.
11055 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
11057         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
11058         all-target-newlib to dependency list for all-target-bsp.
11060 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11062         * config.sub: Add i386-uwin support.
11063         * config.guess: Likewise.
11065 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11067         * configure.in: cleanup, add mh-*pic handling for arm, special
11068         case powerpc*-*-aix*
11070 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
11072         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
11073         can be built.
11075 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
11077         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
11078         targets.
11080 1999-03-02  Nick Clifton  <nickc@cygnus.com>
11082         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
11084 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
11086         * config.sub: Check for "cygwin*" rather than "cygwin32*"
11088 1999-02-24  Nick Clifton  <nickc@cygnus.com>
11090         * config.sub: Fix typo in arm recognition.
11092 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
11094         * configure.in (noconfigdirs): Changed target_configdirs to
11095         include target-bsp only for m68k-*-elf* and m68k-*-coff*
11096         rather than m68k-*-* since it is not known to work on
11097         m68k-aout. Ditto for arm-*-*oabi.
11099 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
11101         * configure.in (*-*-windows*): Remove, no longer used.
11103 1999-02-19  Ben Elliston <bje@cygnus.com>
11105         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
11106         Smart and improved by Andrew Cagney.
11108 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
11110         * config.guess: Recognize openbsd-*-hppa.
11112 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
11114         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
11115         only if it is not empty.
11117 1999-02-17  Nick Clifton  <nickc@cygnus.com>
11119         Patch from: Scott Bambrough <scottb@corelcomputer.com>
11121         * config.guess: Modified to recognize uname's armv* syntax.
11123         * config.sub: Modified to recognize uname's armv* syntax.
11125 1999-02-17  Mark Salter  <msalter@cygnus.com>
11127         * configure.in: Added target-bsp for sparclite.
11129 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
11131         * config.sub: Recognize alphapca5[67] and up to alphaev8.
11133 1999-02-08  Nick Clifton  <nickc@cygnus.com>
11135         * configure.in: Add support for strongarm port.
11136         * config.sub: Add support for strongarm target.
11138 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11140         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
11141         the old name config/mh-cygwin32.
11142         Enable texinfo.
11144 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
11146         * configure.in: Do build ld for ix86 Solaris.
11148 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
11150         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
11151         $AR_FOR_TARGET.  Likewise for RANLIB.
11153 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
11155         * config.sub (oabi):  Recognize.
11156         * configure.in (arm-*-oabi):  Handle.
11158 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
11160         * config.guess: Improve detection of i686 on UnixWare 7.
11162 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11164         * config.guess: Add support for i386-pc-interix.
11165         * config.sub: Likewise.
11166         * configure.in: Likewise.
11168 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
11170         * Makefile.in: Remove unneeded all-target-libio from
11171         from all-target-winsup target since it is now unneeded.
11172         Add all-target-libtermcap in its place since it is now
11173         needed.
11175 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
11177         * configure.in: makefile stub for cygwin target is probably
11178         unnecessary.  Remove it for now.
11180 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
11182         * configure.in: libtermcap.a should be built when cygwin is the
11183         target as well as the host.
11184         * config.guess: Allow mixed case in cygwin uname output.
11185         * Makefile.in: Add libtermcap target.
11187 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
11189         * config.sub: Clean up handling of hppa2.0.
11191 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
11193         * config.guess: Use C code to identify more HP machines.
11195 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
11197         * config.sub: Handle hppa2.0.
11199 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
11201         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
11202         cygmon for all sparclite targets, regardless of object format.
11204 1998-12-15  Mark Salter  <msalter@cygnus.com>
11206         * configure.in: Added target-bsp for several target architectures.
11208         * Makefile.in: Added rules for bsp.
11210 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
11212         * config.guess: Improve detection of hppa2.0 processors.
11214 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
11216         * config.guess: Recognize FreeBSD using ELF automatically.
11218 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
11220         * configure (skip-this-dir): Add handling for new shell script, which
11221         might be created by a sub-directory's configure to indicate, this particular
11222         directory is "unwanted".
11223         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
11225 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
11227         * ltconfig: import from libtool, after changing libtool to
11228         account for the cygwin name change.
11230 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
11232         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
11233         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
11235 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
11237         * configure.in: Add libtermcap to list of cygwin dependencies.
11239 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
11241         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
11242         they include winsup/include when it's a cygwin target.
11244 1998-11-12  Tom Tromey  <tromey@cygnus.com>
11246         * configure.in (host_tools): Added zip.
11247         * Makefile.in (all-target-libjava): Depend on all-zip.
11248         (all-zip): New target.
11249         (ALL_MODULES): Added all-zip.
11250         (NATIVE_CHECK_MODULES): Added check-zip.
11251         (INSTALL_MODULES): Added install-zip.
11252         (CLEAN_MODULES): Added clean-zip.
11254 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
11256         * Makefile.in: lose "32" from comment about cygwin.
11258 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
11260         * configure.in: Use -Os to build target libraries for the fr30.
11262 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
11264         * config.sub: Add fr30.
11266 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
11268         * configure.in: drop "32" from config/mh-cygwin32.  Check
11269         cygwin* instead of cygwin32*.
11270         * config.sub: Check cygwin* instead of cygwin32*.
11272 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
11274         * config.guess: Match any version of Unixware7.
11276 1998-10-20  Syd Polk  <spolk@cygnus.com>
11278         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
11279         if desired.
11281 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
11283         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
11284         these if the appropriate directories and files to not exist.
11286 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
11288         * Makefile.in (DEVO_SUPPORT): Add config.if.
11290 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11292         * configure: Add pattern to replace "build_tooldir"'s
11293         definition in the generated Makefile with "tooldir"'s
11294         actual value.
11296 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
11298         * config.sub: Bring back lost sparcv9.
11300         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
11302 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
11304         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
11305         CC_FOR_TARGET and friends.
11307 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
11309         * Makefile.in (build_tooldir): New variable, same as tooldir.
11310         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
11311         -B$(build_tooldir)/bin/.
11312         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
11314 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11316         * README: Remove installation instructions and refer to the
11317         INSTALL directory instead.
11319 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
11321         * config.sub: Add support for i[34567]86-pc-udk.
11322         * configure.in: Likewise.
11324 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
11326         * Makefile.in: add bzip2 package building bits for user
11327         tools module
11328         * configure.in: ditto
11330 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
11332         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
11333         (ALL_TARGET_MODULES): Add all-target-libobjc.
11334         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11335         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11336         (all-target-libchill): Add dependencies.
11337         * configure.in (target_libs): Add libchill.
11339 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
11341         * configure.in (target_subdir): Remove duplicate line.
11343 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
11345         * Makefile.in (all-automake): fix dependencies.
11347 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
11349         * configure.in: Minor cleanups for building in the $(target_alias)
11350         subdir.
11352 1998-09-22  Jim Wilson  <wilson@cygnus.com>
11354         * Makefile.in (bootstrap): Set r and s before make all.  Use
11355         BASE_FLAGS_TO_PASS in make all.
11356         (cross): Likewise.
11358 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
11360         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
11362 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
11364         * config.sub: Fix typo in last change.
11366 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11368         * config.sub: Add support for C4x target.
11369         * configure.in: Likewise.
11371 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
11373         * config.sub: Recognize sparcv9 just like sparc64.
11375 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
11377         * config.guess: Match "Pent II" or "PentII" for OpenServer.
11379 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
11381         * config.guess: Correctly identify Pentium II sco boxes.
11383         * config.guess: Fix "tr" code.  From Weiwen Liu.
11385 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
11387         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
11388         stabs.
11390 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
11392         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
11393         (ALL_TARGET_MODULES): Add all-target-libchill.
11394         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11395         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11396         (all-target-libchill): Add dependencies.
11397         * configure.in (target_libs): Add libchill.
11399 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
11401         * config.guess: Avoid assumptions about "tr" behaves when
11402         LANG is set to something other than English.
11404 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
11406         * configure (gxx_include_dir): Changed to
11407         '${prefix}/include/g++'-${libstdcxx_interface}.
11409         * config.if: New to determine the interfaces.
11411 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
11413         * config.guess: Detect and handle MPE/IX.
11414         * config.sub: Deal with MPE/IX.
11416 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
11418         * configure.in: Use mh-aix43.
11420 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
11422         * configure: Fix --without/--disable cases for gxx-include-dir.
11424 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
11426         * mdata-sh:  Imported.  Needed for automake support.
11428 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
11430         * Makefile.in (taz): Try "chmod -R og=u ." before
11431         "chmod og=u `find . -print`".
11433 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
11435         * configure.in: Add arm-elf and thumb-elf support.
11437 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
11439         * Makefile.in: Undo previous patch.
11441 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
11443         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
11444         to here ...
11445         (install-no-fixedincludes): and here
11446         (INSTALL_MODULES): ... from here.
11448 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11450         * config.sub: Merge with FSF.
11452         * config.guess: Merge with FSF.
11454 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
11456         * configure (extraconfigdirs): New variable.
11457         (SUBDIRS): Add extraconfigdirs and recurse on them too.
11458         * Makefile.in (all): Move higher in file.
11459         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
11460         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
11461         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
11462         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
11463         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
11465 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
11467         * Makefile.in (all-target-libjava): Depend on all-gcc and
11468         all-target-newlib.
11469         (configure-target-libjava): Depend on $(ALL_GCC).
11471 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
11473         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
11474         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
11476 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
11478         * INSTALL/README: Fix typo.
11480 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11482         * ylwrap: Change absolute path checks to check for DOS style path
11483         names.
11485         * ylwrap: Don't use a full path name if the source file is in the
11486         same directory.  From hjl@lucon.org (H.J. Lu).
11488         * config-ml.in: Default to being verbose, to match Feb 18 change to
11489         configure.
11491 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
11493         Brought over from egcs:
11495         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
11497         * configure.in (target_subdir): Set to ${target_alias} instead
11498         of "libraries".
11500         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11502         * configure.in (target_subdir): Set to libraries if enable_multilib.
11504 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
11506         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
11507         multilibs, force reconfiguration the first time we create
11508         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
11510 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
11512         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
11513         avoid confusion with --no-recursion.
11515 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
11517         * configure.in: Win32 hosts shouldn't use install -x
11518         * install-sh: remove -x option, and special .exe-handling
11519         hack.
11521 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
11523         * config.guess: Recognize i586-pc-beos.
11524         * configure.in: Don't build some bits for beos.
11526 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11528         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
11529         CFLAGS default to -O2.
11531         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
11532         when using GNU ld.
11534 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
11536         * ltmain.sh: Correct install when using a different shell.
11538 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11540         * ltconfig, ltmain.sh: Update to libtool 1.2b.
11542 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
11544         * makefile.vms: Update to build binutils/makefile.vms.  Add install
11545         target.
11547 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
11549         * ltconfig: Update to correct AIX handling.
11551 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
11553         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
11555         * configure.in (target_subdir): Set to ${target_alias} instead
11556         of "libraries".
11558 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
11560         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
11561         (Makefile): Depend on $(gcc_version_trigger).
11563         * configure (gcc_version): Change default initializer to empty
11564         string.
11565         (gcc_version_trigger): New variable; pass this variable down
11566         to subdir configures to enable them checking gcc's version
11567         themselves. Emit make macros for both gcc_version vars.
11568         (topsrcdir): Initialize reliably.
11569         (recursion line): Remove --with-gcc-version=${gcc_version}.
11571 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11573         * configure (enable_version_specific_runtime_libs): Implement new flag
11574         --enable-version-specific-runtime-libs which installs C++ runtime stuff
11575         in $(libsubdir); emit definition in each generated Makefile.
11576         (gxx_include_dir): Initialize depending on
11577         $enable_version_specific_runtime_libs.
11579 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11581         * configure (gcc_version): Initialize properly depending on
11582         how and where configure is started.
11583         (recursion line): Pass a --with-gcc-version=${gcc_version}
11584         to configures in subdirs.
11586 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
11588         * configure.in (noconfigdirs): Add configure pattern for mips tx39
11589         cygmon
11591 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
11593         * configure.in: Add cygmon and libstub support for mn10200.
11595 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
11597         * configure (gcc_version): Add new variable describing the
11598         particular gcc version we're building.
11599         * Makefile.in (libsubdir): Add new macro for the directory
11600         in which the compiler finds executables, libraries, etc.
11601         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
11602         and libsubdir.
11604 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11606         * Makefile.in (local-clean): Remove *.log.
11607         (warning.log): Built with warn_summary from build.log.
11608         (mail-report.log): Run test_summary.
11609         (mail-report-with-warnings.log): Run test_summary including
11610         warning.log in the report.
11612 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
11614         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
11616 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11618         * Makefile.in (grep): Grep no longer depends on libiberty.
11620 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
11622         * Makefile.in: all-snavigator needs all-libgui.
11624 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
11626         * configure.in: Add cygmon and libstub support for mn10300.
11628 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
11630         * missing: Update to version from automake 1.3.
11632         * ltmain.sh: On installation, don't get confused if the same name
11633         appears more than once in the list of library names.
11635 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11637         * config.sub: Accept m68060 and m5200 as CPU names.
11639 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
11641         * configure: Use && rather than using -a in test, because odd
11642         strings can confuse test.
11643         * configure.in: Likewise.
11645 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11647         * ltconfig, ltmain.sh: Bring in Visual C++ support.
11649 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11651         * Makefile.in (boostrap2-lean, bootstrap3-lean,
11652         bootstrap4-lean): New targets.
11654 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
11656         * mpw-* Delete.  Not used.
11658 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
11660         * COPYING.LIB: Update FSF address.
11662 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
11664         * ltconfig, ltmain.sh: Update to libtool 1.2a.
11666         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
11667         GAS_SUPPORT_DIRS.
11669 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
11671         * ltconfig, ltmain.sh: Avoid producing a version number if
11672         -version-info was not used.
11674 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11676         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
11677         building with newlib.
11679 1998-04-30  Paul Eggert  <eggert@twinsun.com>
11681         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
11682         Solaris `make' causes it to continue to next definition.
11684 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11686         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
11687         the right GUI libraries and files are installed along with GDB.
11689 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11691         * configure.in: Change alpha to alpha* in several places.
11693 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
11695         * config.sub: Recognize sparc86x.
11697 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
11699         * configure.in (--enable-target-optspace): Remove debug echo.
11701 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
11703         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
11705 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11707         * ltconfig: Update cygwin32 support.
11709         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
11710         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
11711         (GDB_SUPPORT_DIRS): Likewise.
11713 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
11715         * configure.in (target_makefile_frag): If --enable-target-optspace,
11716         use -Os to compile target libraries rather than -O2.  Default to
11717         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
11718         not used.
11719         * configure.in (target_cflags): Ditto for d30v.
11721 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
11723         * Makefile.in (all-bfd): Depend on all-intl.
11724         (all-binutils): Likewise.
11725         (all-gas): Likewise.
11726         (all-gprof): Likewise.
11727         (all-ld): Likewise.
11729 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
11731         * configure.in (host_tools): Fix typo, lbtool -> libtool.
11733 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11735         * Makefile.in (all-bfd): Depend upon all-libiberty.
11737         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
11739 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
11741         * Makefile.in: Add libstub.
11743         * configure.in: Ditto. Build libstub for targets that have cygmon
11744         support.
11746 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
11748         * configure.in: Don't set PICFLAG on ix86-cygwin32.
11750 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
11752         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
11753         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
11755 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
11757         * configure: Define DEFAULT_M4 by searching PATH.
11758         * Makfile.in: Use DEFAULT_M4.
11760 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11762         * ltconfig: Add cygwin32 support.
11764         * Makefile.in, configure.in: Add libtool as a native only directory
11765         to configure and build.
11767 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
11769         * Makefile.in (INSTALL_MODULES): Remove texinfo.
11771 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
11773         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
11775 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
11777         * Makefile.in: add ash make rules
11778         * configure.in: add ash to native_only and host_tools lists
11780 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
11782         * Makefile.in (all-gettext, all-intl): New targets.
11783         (ALL_MODULES): Added all-gettext, all-intl.
11784         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
11785         (INSTALL_MODULES): Added install-gettext, install-intl.
11786         (CLEAN_MODULES): Added clean-gettext, clean-intl.
11788         * configure.in (host_tools): Added gettext.
11789         (native_only): Likewise.
11790         (noconfigdirs) [various cases]: Likewise.
11791         (host_libs): Added intl.
11793 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
11795         * configure: Do not disable building gdbtk for cygwin32 hosts.
11797 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
11799         * configure.in: Add thumb-coff target.
11800         * config.sub: Add thumb-coff target.
11802 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11804         * Makefile.in: Revert yesterday's change.
11805         (all-target-winsup):  all-target-librx stays out of here.
11807 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11809         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
11810         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
11811         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
11812         Remove references to librx and libg++.
11814 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
11816         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
11817         recursive makes
11819 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
11821         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
11822         for newlib directory.
11823         (CXX_FOR_TARGET): Likewise.
11825 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
11827         * ltconfig: Update after libtool/ltconfig.in change for
11828         hpux11.
11830 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
11832         * ltconfig, ltmain.sh: Update to libtool 1.2.
11834 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11836         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
11837         (install-gcc-cross): Instead, override LANGUAGES here.
11839 1998-03-18  Dave Love  <d.love@dl.ac.uk>
11841         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
11842         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
11844 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
11846         * configure.in: Add Thumb-pe target.
11848 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
11850         * Makefile.in - changed sn targets to snavigator
11851         * configure.in - changed sn targets to snavigator
11853 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11855         * config-ml.in: After building symlink tree call make distclean
11856         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
11857         to be the case for libiberty.
11859 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
11861         * configure: When making link, also check the current
11862         directory. The configure scripts may create one.
11864 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
11866         * config.sub: Accept alphapca56 and alphaev6 properly.
11868 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11870         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
11872 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
11874         * config.sub (sco5): Fix typo.
11876 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
11878         * Makefile.in (INSTALL_MODULES): Move install-tcl before
11879         install-itcl.
11880         (install-itcl): Remove dependency on install-tcl.
11882 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
11884         * configure.in: Remove libgloss from noconfigdirs for MN10300.
11886 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
11888         * configure.in: Don't build libgui for a cygwin32 target when not on
11889         a cygwin32 host.
11891 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11893         * configure (redirect): Set to null, so default behavior of
11894         configure is now --verbose.
11896 1998-02-16  Dave Love  <d.love@dl.ac.uk>
11898         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
11899         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
11901 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
11903         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
11904         this change to sync Makefile.in with its ChangeLog entries.
11906 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
11908         * ltmain.sh (mkdir): Check that the directory doesn't exist
11909         before we exit with error, so that we don't get races during
11910         parallel builds.
11912 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11914         * ltconfig, ltmain.sh: Update from libtool 1.0i.
11916 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11918         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
11919         PICFLAG_FOR_TARGET.
11920         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
11922         * configure: Emit a definition for the new macro enable_shared
11923         into each Makefile.
11925 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11927         * configure.in (host_tools, native_only): Add libtool.
11929 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
11931         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
11932         Fix typo in ming config comment.
11934 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11936         * ltconfig, ltmain.sh: Update from libtool 1.0h.
11938 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
11940         * config.sub: Add tic30 cases, and map c30 to tic30.
11942 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
11944         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
11945         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
11946         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
11947         (CLEAN_TARGET_MODULES): Similarly
11948         (all-target-libf2c): Add dependences.
11949         * configure.in (target_libs): Add libf2c.
11951 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
11953         * configure.in: Remove expect from noconfigdirs when target
11954         is cygwin32.  OK to build expect and dejagnu with Canadian
11955         Cross.
11957 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
11959         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
11960         host.
11962         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
11963         and mingw32.
11965 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11967         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
11968         here as it is not defined in the toplevel Makefile.
11970 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11972         * configure (package_makefile_rules_frag): New variable, which names
11973         a file with generic rules, ...
11974         Change comment to mention we now have FIVE parts.
11975         * configure: Undo last change.
11977 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
11979         * config.guess: More accurate determination of HP processor types.
11980         * config.sub: More accurate determination of HP processor types.
11982 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11984         * configure (package_makefile_frag): Move inserting the
11985         ${package_makefile_frag} to where it should be according
11986         to the comment.
11988 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
11990         * config.guess: Add support for Linux/ARM.
11992 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
11994         * .cvsignore: Remove *-info and *-install since they match
11995         release-info and mpw-install, which we don't want to just ignore.
11997 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
11999         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
12001 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
12003         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
12004         local_prefix to sub-make invocations.
12006 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
12008         * configure.in: Check makefile fragments in the source
12009         directory.
12011 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
12013         * configure.in: Check whether host and target makefile
12014         fragments exist before adding them to *_makefile_frag.
12016 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
12018         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
12020 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
12022         * configure.in: Make sure we only replace RPATH_ENVVAR on
12023         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
12024         regexp to sed.
12026         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
12027         to sub-makes.
12029 1998-01-13  Lee Iverson   (leei@ai.sri.com)
12031         * config-ml.in (multi-do): LDFLAGS must include multilib
12032         designator.
12034 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
12036         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
12038 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
12040         * config.sub: Add mingw32 support.
12041         * configure.in: Likewise.
12043 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
12045         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
12047 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
12049         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12050         * configure (gxx_include_dir): Provide a definition for subdirs
12051         which do not use autoconf.
12053 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
12055         * config.guess: Sync with egcs.  Picks up new alpha support,
12056         BeOS & some additional linux support.
12058 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
12060         * config.guess: HP 9000/803 is a PA1.1 machine.
12062 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
12064         * configure.in: It's alpha*-...
12066 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
12068         * configure.in (host_makefile_frag, target_makefile_frag):
12069         Handle multiple config files.
12070         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
12071         alpha-*-*.
12073 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
12075         * mkdep: New file.
12077 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
12079         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
12081 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
12083         * Makefile.in: Add libgui directory.
12084         (GDB_TK): Add all-libgui.
12085         * configure.in: Add libgui directory.
12086         * configure: Add all-libgui to GDB_TK.
12088 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
12090         * config-ml.in (multidirs): Add m32r to multilib list.
12092 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
12094         * Makefile.in (all-target-gperf): Change dependency to
12095         all-target-libstdc++.
12097 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
12099         * config.guess: Add BeOS support.
12101 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
12103         Source directory cvs renamed to cvssrc:
12104         * configure.in (host_tools): Change cvs to cvssrc.
12105         (native_only): Likewise.
12106         (noconfigdirs) [various cases]: Likewise.
12107         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
12108         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
12109         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
12110         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
12111         (all-cvssrc): Rename target from all-cvs.
12113 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
12115         * configure (gxx_include_dir): Fix thinko.
12117 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
12119         * Makefile.in (INSTALL_TARGET_CROSS): Define.
12120         (install-cross, install-gcc-cross): New targets.
12122 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
12124         * configure.in (noconfigdirs): Add support for Thumb target.
12126         * config.sub (maybe_os): Add support for Thumb target.
12128 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
12130         * Makefile.in: Add rules for cygmon.
12132         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
12134 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
12136         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12137         * configure (gxx_include_dir): Provide a definition for subdirs
12138         which do not use autoconf.
12140 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
12142         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
12143         11/18/97 build
12145 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
12147         * From Franz Sirl.
12148         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
12149         found on RedHat Linux systems.
12151 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
12153         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
12154         guesses.
12156 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
12158         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
12160 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
12162         * ltmain.sh: If mkdir fails, check whether the directory was created
12163         anyhow by some other process.
12165 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
12167         * configure.in (d30v-*-*): Configure all directories.
12169 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
12171         * configure.in (d30v-*-*): Configure newlib, libiberty directories
12172         for the D30V.
12174 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
12176         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
12178 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
12180         * include/libiberty.h: Add extern "C" { so it can be used with C++
12181         progrms.
12182         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
12183         programs.
12185 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
12187         * configure.in (d30v-*-*): Configure GCC now.
12189 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
12191         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
12192         is no longer needed.
12194 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
12196         * Makefile.in: check-target-libio depends on all-target-libstdc++.
12198 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
12200         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
12201         targets using "$@" to provide support for similar but not identical
12202         targets without having to duplicate code.
12204 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
12206         * makefile.vms: Fix to work with DEC C.
12208 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
12210         * config.sub: Add mips-tx39-elf to marketing names.
12212 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
12214         * ltmain.sh: Handle symlinks in generated script.
12216 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
12218         * configure: Handle autoconf style directory options: --bindir,
12219         --datadir, --includedir, --infodir, --libdir, --libexecdir,
12220         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
12221         --sysconfdir.
12222         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
12223         (sharedstatedir, localstatedir, oldincludedir): New variables.
12224         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
12225         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
12226         sbindir, sharedstatedir, and sysconfdir.
12228 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
12230         * Makefile.in (bootstrap-lean): New target.
12232 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
12234         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
12235         sn, and gnuserv from noconfigdirs.
12237 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
12239         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
12241 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
12243         * Makefile.in (cross): New target.
12245 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
12246                           Jeff Law         <law@cygnus.com>
12248         * Makefile.in (bootstrap2, bootstrap3): New targets.
12249         (all-bootstrap): Remove outdated and confusing target.
12250         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
12252 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12254         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
12255         windows.  Consistent with gdb/configure.
12257 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
12259         * configure.in: Name Linux target fragment.
12261         * configure: Rewrite so that project Makefile fragment is inserted
12262         first and appears last in the resulting Makefile.
12264 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12266         * Makefile.in (install-itcl): Install tcl first.
12268 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
12270         * configure.in: remove bison from noconfigdirs for Cygwin32 host
12272 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
12274         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
12276         * configure.in (skipdirs): Add target-librx for Linux.
12277         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
12279 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
12281         * Makefile.in (bootstrap): New target.
12283 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
12285         * config.sub: Accept 'amigados' for backward compatibility.
12287 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
12289         * config.guess: Merge with FSF.
12291 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
12293         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
12295 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
12297         * config.sub: Add "marketing-names" patch.
12299 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
12301         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
12303 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
12305         * config.sub: Handle v850-elf.
12307 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
12309         * .cvsignore (*-install): Remove.
12311 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
12313         * ltconfig: Set CONFIG_SHELL in libtool.
12314         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
12316 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
12318         * configure.in (target_subdir): Set to libraries if enable_multilib.
12320 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
12322         * config.guess: Update from gcc directory.
12324 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12326         * Makefile.in (all-sim): Depends on all-readline.
12328 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
12330         * Makefile.in (BISON, YACC): Use $$s.
12331         (all-bison): Depend on all-texinfo.
12333 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
12335         * Makefile.in (BISON): Add -L flag.
12336         (YACC): Likewise.
12338 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
12340         * configure.in (noconfigdirs): Add support for v850e target.
12342         * config.sub (maybe_os): Add support for v850e target.
12344 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
12346         * configure.in (noconfigdirs): Add support for v850ea target.
12348         * config.sub (maybe_os): Add support for v850ea target.
12350 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
12352         * config.sub: Add mipstx39.  Delete r3900.
12354 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12356         * Makefile.in (all-autoconf): Depends on all-texinfo.
12358 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
12360         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
12361         eabi targets.
12363 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
12365         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
12367         * configure: When handling a Canadian Cross, handle YACC as well as
12368         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
12369         * Makefile.in (all-bison): Depend upon all-texinfo.
12371 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
12373         * Makefile.in (BISON): bison, not byacc or bison -y.
12374         (YACC): bison -y or byacc or yacc.
12375         (various): Add *-bison as appropriate.
12376         (taz): No need to mess with BISON anymore.
12378 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
12380         * configure: If OSTYPE matches *win32*, try to find a good value for
12381         CONFIG_SHELL.
12383 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
12385         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
12386         configure.in if it is present.
12388 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
12390         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
12392 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
12394         * config.sub: Recognize `arc' cpu.
12395         * configure.in: Likewise.
12396         * config-ml.in: Likewise.
12398 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
12400         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
12402 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
12404         * configure: Changed sed delimiter from ':' to '|' when
12405         attempting to substitute ${config_shell} for SHELL. On
12406         NT ${config_shell} may contain a ':' in it.
12408 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
12410         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
12412 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
12414         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
12416 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
12418         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
12420         * ylwrap: If the program is a relative path, force it to be
12421         absolute.
12423 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12425         * configure (tooldir): Set BISON to `bison -y' and not just bison.
12427 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12429         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
12430         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
12431         for libraries.
12433 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
12435         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
12436         separated by spaces.
12438 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
12440         * ylwrap: New file.
12441         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
12443         * ltmain.sh: Handle /bin/sh at start of install program.
12445         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
12447         * ltconfig, ltmain.sh: New files, from libtool 1.0.
12448         * missing: New file, from automake 1.2.
12450 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
12452         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
12453         check-tk to CHECK_X11_MODULES.
12455 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
12457         * config.sub: Merge with FSF.
12459 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
12461         * config.guess: Merge with FSF.
12463 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
12465         * configure: Treat msdosdjgpp like go32.
12466         * configure.in: Likewise.  Don't remove gprof for go32.
12468         * configure: Change Makefile.tem2 to Makefile.tm2.
12470 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
12472         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
12474 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12476         * install-sh (chmodcmd): Set to null if the DST directory already
12477         exists.  Same as Nov 11th change.
12479 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
12481         * configure (GDB_TK): Needs itcl and tix.
12483 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
12485         * config.guess: Update from FSF.
12487 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
12489         * Makefile.in (GDB_TK): Depend on itcl and tix.
12491 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
12493         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
12494         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
12495         (INSTALL_SCRIPT): New variable.
12496         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
12497         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
12498         to -x.
12499         * install-sh: Add support for -x option.
12501 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
12503         * configure.in, Makefile.in: Treat tix like itcl.
12505 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
12507         * Makefile.in (WINDRES): New variable.
12508         (WINDRES_FOR_TARGET): New variable.
12509         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
12510         (EXTRA_HOST_FLAGS): Add WINDRES.
12511         (EXTRA_TARGET_FLAGS): Add WINDRES.
12512         (EXTRA_GCC_FLAGS): Add WINDRES.
12513         ($(DO_X)): Pass down WINDRES.
12514         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
12515         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
12516         DLLTOOL_FOR_TARGET.
12518 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
12520         * configure.in: configure sim before gdb for win32-x-ppc
12522 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12524         Move gperf into the toplevel, from libg++.
12525         * configure.in (target_tools): Add target-gperf.
12526         (native_only): Add target-gperf.
12527         * Makefile.in (all-target-gperf): New target, depend on
12528         all-target-libg++.
12529         (configure-target-gperf): Empty rule.
12530         (ALL_TARGET_MODULES): Add all-target-gperf.
12531         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
12532         (CHECK_TARGET_MODULES): Add check-target-gperf.
12533         (INSTALL_TARGET_MODULES): Add install-target-gperf.
12534         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
12536 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
12538         * config.sub (mn10200): Recognize new basic machine.
12540 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12542         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
12543         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
12545 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12547         * configure.in: If we're building mips-sgi-irix6* native, turn on
12548         ENABLE_MULTILIB and set TARGET_SUBDIR.
12550 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
12552         * Makefile.in (all-sn): Depend on all-grep.
12554 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
12556         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
12558         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
12559         Makefile.  From Jeff Makey <jeff@cts.com>.
12560         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
12562         * Makefile.in (DISTBISONFILES): Remove.
12563         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
12564         $(DEFAULT_YACC).
12566         * configure.in: Build itl, db, sn, etc., when building for native
12567         cygwin32.
12569         * Makefile.in (LD): New variable.
12570         (EXTRA_HOST_FLAGS): Pass down LD.
12571         ($(DO_X)): Likewise.
12573 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
12575         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
12577 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
12579         * configure.in (targargs): Strip out any supplied --build argument
12580         before adding our own. Always add --build.
12582 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
12584         * configure.in (targargs): Pass --build if we're doing
12585         a cross-compile.
12587 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
12589         * configure: Use '|' instead of ":" as the separator in
12590         sed. Otherwise sed chokes on NT path names with drive
12591         designators. Also look for "?:*" as the leading characters in an
12592         absolute pathname.
12594 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
12596         * config.sub: Support for r3900.
12598 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
12600         * configure.in: Use install-sh, not install.sh.
12602 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
12604         * Makefile.in (taz): Improve check for BISON so it doesn't try to
12605         apply it twice.
12607 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
12609         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
12610         install-binutils.
12612 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
12614         * Makefile.in: Add automake targets.
12615         * configure.in (host_tools): Add automake.
12617 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12619         * configure: Default CXX to c++, not gcc.
12620         * Makefile.in (CXX): Set to c++, not gcc.
12621         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
12623 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
12625         * install-sh: try appending a .exe if source file doesn't
12626         exist
12628 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
12630         * configure.in: Turn on multilib by default.
12631         (cross_only): Remove target-libiberty.
12633         * Makefile.in (all-gcc): Don't depend on libiberty.
12635 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
12637         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
12639 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12641         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
12642         (DISTBISONFILES): Add ld/Makefile.in
12644 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
12646         * configure.in: if target is cygwin32 but host isn't cygwin32,
12647         don't configure gdb tcl tk expect, not just gdb.
12649 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
12651         * configure.in: Added gnuserv everywhere sn appears.
12653         * Makefile.in (ALL_MODULES): Added all-gnuserv.
12654         (CROSS_CHECK_MODULES): Added check-gnuserv.
12655         (INSTALL_MODULES): Added install-gnuserv.
12656         (CLEAN_MODULES): Added clean-gnuserv.
12657         (all-gnuserv): New target.
12659 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
12661         * config.guess: Fixes for MIPS OpenBSD systems.
12663 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12665         * Makefile.in (INSTALL_XFORM): Remove.
12666         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
12668         * mkinstalldirs: New file, copied from automake.
12669         * Makefile.in (installdirs): Rename from install-dirs.  Use
12670         mkinstalldirs.  Change all users.
12671         (DEVO_SUPPORT): Add mkinstalldirs.
12673 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
12675         * install-sh: Rename from install.sh.
12676         * Makefile.in (INSTALL): Change install.sh to install-sh.
12677         (DEVO_SUPPORT): Likewise.
12679         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
12680         Graichen <graichen@rzpd.de>.
12682 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
12684         * config.guess: Recognize OpenBSD systems correctly.
12686 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12688         * README, Makefile.in (ETC_SUPPORT): Remove references to
12689         cfg-paper*, configure.{texi,man,info*}._
12691 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
12693         * Makefile.in (all.normal): Ensure that gcc is built after all
12694         the x11 - ie gdb - targets.
12696 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
12698         * makefile.vms: Don't run conf-a-gas.
12700 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
12702         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
12704 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
12706         * configure.in: Remove noconfigdirs case since gdb also
12707         configures and builds for tic80-coff.
12709 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12711         * configure: Set cache_file to config.cache.
12712         * Makefile.in (local-distclean): Remove config.cache.
12714 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12716         * COPYING: Update FSF address.
12718 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
12720         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
12721         noconfigdirs.
12723 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12725         * Makefile.in (install-dirs): Don't crash if prefix, and hence
12726         MAKEDIRS, is empty.
12728 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
12730         * config.sub: Tweak mn10300 entry.
12732 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
12734         * configure.in (host_tools): Put sim before gdb, so gdb's
12735         configure.tgt can determine if the simulator was configured.
12737 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
12739         * config.sub: Move BeOS $os case to be with other Cygnus
12740         local cases.
12742 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
12744         * config.sub: Remove misplaced comment that broke Linux.
12746 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
12748         * config.sub: Add BeOS support.
12750 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
12752         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
12754 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
12756         * configure.in (noconfigdirs): Remove tcl and tk from
12757         noconfigdirs for cygwin32 builds.
12759 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
12761         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
12763 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
12765         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
12766         make-all.com, use makefile.vms instead.
12768 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
12770         * config.sub: Accept -lnews*.
12772 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
12774         * configure.in (noconfigdirs): Disable target-newlib,
12775         target-examples and target-libiberty for d30v.
12777 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12779         * configure.in (noconfigdirs): Enable ld for d30v.
12781 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
12783         * configure.in (tic80-*-*): Build compiler.
12785 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
12787         * configure.in (d30v-*): Remove sim directory from list of
12788         unsupported d30v directories
12790 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12792         * config.sub, configure.in: Add d30v target cpu.
12794 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
12796         * makefile.vms: New file.
12797         * make-all.com: Remove.
12799 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
12801         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
12803 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
12805         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
12807 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
12809         * Makefile.in (ALL_MODULES): Added all-db.
12810         (CROSS_CHECK_MODULES): Addec check-db.
12811         (INSTALL_MODULES): Added install-db.
12812         (CLEAN_MODULES): Added clean-db.
12814 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
12816         * config.guess: Merge with latest FSF sources.
12818 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
12820         * Makefile.in (ALL_MODULES): Added all-itcl.
12821         (CROSS_CHECK_MODULES): Added check-itcl.
12822         (INSTALL_MODULES): Added install-itcl.
12823         (CLEAN_MODULES): Added clean-itcl.
12825 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
12827         * configure.in: build gdb for mn10200
12829 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
12831         * Makefile.in (all-target-winsup): Depend on all-target-libio.
12833 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
12835         * configure.in (tic80-*-*): Turn off most targets right now.
12837 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
12839         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
12840         rather than the makeinfo program.
12841         (do-info): Depend upon all-texinfo.
12843 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
12845         * configure.in: Remove uses of config/mh-linux.
12847         * config.sub, config.guess: Merge with latest FSF sources.
12849 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
12851         * config.sub (case $basic_machine): Add tic80 entries.
12853 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
12855         * config.sub, config.guess: Merge with latest FSF sources.
12857 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12859         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
12860         * mpw-config.in: Test for NewFolderRecursive.
12861         * mpw-install: Use symbolic name for startup filename.
12862         * mpw-README: Add various additional details.
12864 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
12866         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
12868 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
12870         * configure.in: Do build gcc and the target libraries for
12871         the mn10200.
12873 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
12875         * configure.in: don't avoid building gdb for mn10300 any more
12876         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
12877         instead of single-quoting it.
12879 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
12881         * configure.in: Don't use --with-stabs on IRIX 6.
12883 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
12885         * configure.in (m32r): Build gdb, libg++ now.
12887 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12889         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
12890         directories from noconfigdirs.
12892 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
12894         * config.sub (basic_machine): added mips16 configuration
12896 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12898         * config.sub: Handle d10v-unknown.
12900 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
12902         * config.sub: Handle v850-unknown.
12904 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
12906         * Makefile.in: add findutils
12907         * configure.in: add findutils to list of host_tools
12909 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
12911         * config.sub: Handle mn10200 and mn10300.
12913 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12915         * configure.in (d10v-*): Do not build librx.
12917 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
12919         * configure.in (mn10300): Build everything except gdb & libgloss.
12921 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
12923         * config.guess:  Patch for Dansk Data Elektronik servers,
12924         from Niels Skou Olsen <nso@dde.dk>.
12926         For ncr, use /bin/uname rather than uname, since GNU uname does not
12927         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
12929         Patch for MIPS R4000 running System V,
12930         from Eric S. Raymond <esr@snark.thyrsus.com>.
12932         Fix thinko for nextstep.
12934         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
12936         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
12937         * config.guess: Guess mips-dec-mach_bsd4.3.
12939         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
12940         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
12941         release numbers.
12942         * config.guess (mips-mips-riscos*):  Emit just enough of the
12943         release number.
12945         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
12946         * config.guess (sparc-auspex-sunos*):  Added.
12947         (f300-fujitsu-*): Added.
12949         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
12950         * config.guess:  Recognize a Tadpole as a sparc.
12952 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
12954         * config.guess: Don't assume that NextStep version is either 2 or
12955         3.  NextStep 4 (aka OpenStep 4) has come out now.
12957 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
12959         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
12960         From Rik Faith <faith@cs.unc.edu>.
12962 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
12964         * config.sub: Contributions from bug-gnu-utils to:
12965         Support plain "hppa" (no version given) architecture, reported by
12966         OpenStep.
12967         OpenBSD like NetBSD.
12968         LynxOs is not a hardware supplier.
12970         * config.guess: Contributions from bug-gnu-utils to add support for:
12971         OpenBSD like NetBSD.
12972         Stratus systems.
12973         More Pyramid systems.
12974         i[n>4]86 Intel chips.
12975         M680[n>4]0 Motorola chips.
12976         Use unknown instead of lynx for hardware manufacturer.
12978 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12980         * install.sh (chmodcmd): Set to null if the DST directory already
12981         exists.
12983 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12985         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
12986         not use mt-ppc target Makefile fragment any more.
12988 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
12990         * configure.in (*-*-windows):  Exclude everything but those dirs
12991         needed to build windows.
12993 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
12995         * Makefile.in (all-target-winsup): Depend on all-target-librx.
12997 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
12999         * configure.in:  Exclude mmalloc from i386-windows.
13001 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
13003         * Undo my previous change.
13005 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
13007         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
13008         unconditionally.
13009         (MAKEOVERRIDES): Define (revert this part of October 18 change).
13011 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
13013         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
13014         host to add it's own flags.
13016 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
13018         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
13020 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
13022         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
13023         (CXX_FOR_TARGET): Likewise.
13024         (GCC_FOR_TARGET): Define.
13025         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
13026         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
13027         CC_FOR_TARGET was specified on the command line.
13028         (MAKEOVERRIDES): Don't define.
13030 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
13032         * configure.in (m32r): Fix spelling of libg++ libs.
13034 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
13036         * config.sub (-apple*): Remove, now redundant.
13038 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
13040         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
13042         * configure: Rework yesterday's sed script patch.
13044         * config.sub: Merge with FSF.
13046 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
13048         * config.guess:  Merge from FSF.
13050         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
13051         * config.guess: Use pc instead of unknown, for pc clone systems.
13052         Change linux to linux-gnu.
13054         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
13055         * config.guess: Avoid non-portable tr syntax.
13057 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
13059         * test-build.mk (HOLES): Add "xargs" for gdb.
13061         * configure: Avoid hpux10.20 sed bug.
13063 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
13065         * configure.in:  Add support for windows host
13066         (that is a build done under the Microsoft build environment).
13068 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
13070         * Makefile.in: Replace all uses of srcroot with s, to shrink
13071         command line lengths.
13073         Patches from Geoffrey Noer <noer@cygnus.com>:
13074         * configure.in: If configuring for newlib, pass --with-newlib to
13075         subdirectories.
13076         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
13077         -Bnewlib/ and -Lwinsup to gcc.
13078         (CXX_FOR_TARGET): Likewise.
13080 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13082         * Makefile.in (ETC_SUPPORT): Add configure.
13084 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
13086         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
13087         host configuration file.
13089 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
13091         * configure.in: Break mn10x00 support into separate
13092         mn10200 and mn10300 configurations.
13093         * config.sub: Likewise.
13095 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
13097         * configure.in: Add lots of stuff to noconfigdirs for
13098         the mn10x00 targets.
13100         * config.sub, configure.in: Add mn10x00 support.
13102 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
13104         * make-all.com: Call conf-a-gas, not config-a-gas.
13106 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
13108         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
13109         targets.
13111 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
13113         * mpw-README: Add much more detail for native PowerMac.
13114         * mpw-install: New file.
13115         * mpw-configure: Add --norecursion and --help options.
13116         * mpw-config.in: Translate readme and install files when
13117         copying to objdir.
13118         * mpw-build.in: Don't always depend on byacc and flex.
13119         (install-only-top): New action.
13121 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
13123         * configure.in:  You can now configure GDB for the v850.
13125 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
13127         * configure.in (noconfigdirs): Don't configure any C++ dirs
13128         if targeting D10V.
13130 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
13132         * config.sub: Recognize mips64vr5000.
13134 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
13136         * configure.in: Use a single line for host_tools and native_only.
13138 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
13140         * config.sub, configure.in: Add entries for m32r.
13142 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
13144         * Makefile.in (inet-install): Don't run install-gzip.
13146 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
13148         * configure.in:  Don't config lots of things for *-*-windows*.
13150 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
13152         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
13153         (host_libs, host_tools): Copy from configure.in.
13154         * mpw-configure: Don't complain about directories not found.
13156 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13158         * configure.in (i[345]86): Recognize i686 for pentium pro.
13159         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
13160         file.
13162         * config.guess (i[345]86): Ditto.
13164 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13166         * configure.in (noconfigdirs): Removed gdb for D10V.
13168 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
13170         * configure.in: Remove ld, target-libio, target-libg++, and
13171         target-libstdc++ from noconfigdirs.
13173 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
13175         * configure: Fix three locations where shell scripts were
13176         being run directly rather than with config_shell.
13178 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
13180         * configure.in (v850-*-*): Set up initial $noconfigdirs.
13181         * config.sub (basic_machine): Recognize v850.
13183 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
13185         * mpw-configure: Handle multiple enable/disable options and
13186         pass them down recursively, handle -c and -s flags appropriately
13187         depending on choice of compiler, add escape mechanism for
13188         quoted arguments to gC.
13190 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13192         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
13193         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
13194         so that -mrelocatable-lib and -mno-eabi are used.
13196         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
13197         not support --print-multi-lib, don't abort.
13199 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
13201         * make-all.com: Run config-a-gas.
13202         * setup.com: Don't copy subdirectory files around.
13204 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
13206         * configure.in (*-*-ose): Remove exclusion of libgloss for this
13207         target, it now compiles correctly.
13209 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
13211         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
13213 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13215         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
13217 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13219         * configure.in (native_only): Add prms.
13221 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
13223         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
13224         (BINUTILS_SUPPORT_DIRS): Likewise.
13226 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13228         * configure.in (d10v-*-*): Don't configure ld or gdb until the
13229         d10v support is added.
13231 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13233         * configure.in (d10v-*-*): New target.
13235 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
13237         * config.guess (HP 9000/811): Recognize this as a PA1.1
13238         machine.
13240 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
13242         * Makefile.in (do-tar-gz): New target, split out from tail end of
13243         taz target.  Run each command separately, don't use pipes.
13244         (taz): Use it.
13246 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
13248         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
13249         * mpw-build.in: No builds should depend on building byacc or flex,
13250         they are assumed to be installed already.
13252 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13254         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
13255         variable that CC_FOR_TARGET needs.
13257 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13259         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
13260         options have changed since the last time the subdirectory was
13261         configured, and if it has, reconfigure.
13262         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
13263         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
13265 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
13267         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
13268         CLEAN_MODULES): Add bash.
13269         (all-bash): New target.
13271 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
13273         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
13275 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13277         * config.sub (basic_machine): Recognize d10v as a valid processor.
13279 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
13281         * mpw-configure: Add support for --bindir.
13282         * mpw-build.in: Use a GCC-specific build script for GCC actions.
13284 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
13286         * configure.in: add bash, time, gawk to list of hosttools and things
13287         to only build for native toolchains
13289 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13291         * Makefile.in (docdir): Remove.
13293 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13295         * Makefile.in (datadir): Set to $(prefix)/share.
13297 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
13299         * configure.in: build diff and patch for cygwin32-hosted
13300         toolchains.
13302 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
13304         * config.sub: Accept -rtems*.
13306 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
13308         * configure.in: enable dosrel for cygwin32-hosted builds,
13309                 remove diff from the list of things not buildable
13310                 via Canadian Cross
13312 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
13314         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
13315         don't get ". ".
13317 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
13319         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
13321 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
13323         * Makefile.in (taz): Handle case where tex3patch didn't even get
13324         checked out.  Also, if it was found, put the symlink in a new util
13325         subdirectory.
13327 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13329         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
13331 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
13333         * config.sub: Recognize -openvms.
13334         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
13335         * make-all.com, setup.com: New files.
13337 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
13339         * Makefile.in (taz): tex3patch moved to texinfo/util.
13341 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
13343         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
13344         * configure.in: remove make from disable-if-Can-Cross list
13345                 enable gdb if ${host} and ${target} are cygwin32
13347 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
13349         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
13350         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
13352 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
13354         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
13355         distinguish sysv/svr4/bsd variants.
13356         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
13358 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
13360         * configure.in: Added copyright notice.
13361         * move-if-change: Added copyright notice.
13363 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13365         * configure.in (powerpcle-*-solaris*): Until we get shared
13366         libraries working, don't build gdb, sim, make, tcl, tk, or
13367         expect.
13369 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
13371         * config.guess:  Merge with FSF:
13373         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
13374         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
13376         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
13377         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
13379         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
13380         * config.guess:  Combine two OSF1 rules.
13381         Also recognize field test versions.  From mjr@zk3.dec.com.
13382         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
13383         because GNU uname does not support -p.  From pmr@pajato.com.
13385 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
13387         * Makefile.in (MAKEDIRS): Removed $(tooldir).
13389 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
13391         * mpw-README: Document GCCIncludes.
13393 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
13395         * configure.in (alpha-*-linux*): Set enable_shared to yes.
13397 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
13399         * mpw-configure: Handle --enable-FOO and --disable-FOO.
13401 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
13403         * configure.in (*-*-cygwin32): Configure make.
13405 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
13407         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
13409 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
13411         * Makefile.in (all-inet): Depend on all-perl.
13413         * Makefile.in (inet-install): New target.
13415         * Makefile.in (all-inet): Depend on all-tcl.
13416         (all-inet): Depend on all-send-pr.
13418 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13420         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
13421         temporarily.
13423 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
13425         * configure.in: Don't configure --with-gnu-ld on AIX.
13427 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
13429         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
13431 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
13433         * Makefile.in (ALL_MODULES): Added all-inet.
13434         (CROSS_CHECK_MODULES): Added check-inet.
13435         (INSTALL_MODULES): Added install-inet.
13436         (CLEAN_MODULES): Added clean-inet.
13437         (all-indent): New target.
13439         * configure.in (host_tools): Added inet.
13440         (native_only): Added inet.
13441         (noconfigdirs): Added inet.
13443 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
13445         * configure.in: Don't configure libgloss if we are not configuring
13446         newlib.
13448 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
13450         * configure.in: Don't configure libgloss for unsupported
13451         architectures.
13453 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13455         * Makefile.in (CLEAN_MODULES): Add clean-apache.
13457 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
13459         * Makefile.in (ALL_MODULES): Include all-apache.
13460         (CROSS_CHECK_MODULES): Include check-apache.
13461         (INSTALL_MODULES): Include install-apache.
13462         (all-apache): New target.
13464         * configure.in: Added apache everywhere perl is seen.
13466 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13468         * Makefile.in: Add support for clean-{module} and
13469         clean-target-{module} rules.
13471 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
13473         * configure.in (*-*-ose) do not build libgloss.
13475 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13477         * config.guess (prep*:SunOS:5.*:*): Turn into
13478         powerpele-unknown-solaris2.
13480 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
13482         * configure.in: Permit --enable-shared to specify a list of
13483         directories.
13485 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
13487         * configure.in (host==solaris): Pass only the first word of $CC
13488         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
13490 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
13492         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
13494 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
13496         * Makefile.in (ALL_MODULES): Include all-perl.
13497         (CROSS_CHECK_MODULES): Include check-perl.
13498         (INSTALL_MODULES): Include install-perl.
13499         (ALL_X11_MODULES): Include all-guile.
13500         (CHECK_X11_MODULES): Include check-guile.
13501         (INSTALL_X11_MODULES): Include install-guile.
13502         (all-perl): New target.
13503         (all-guile): New target.
13505         * configure.in (host_tools): Include perl and guile.
13506         (native_only): Include perl and guile.
13507         (noconfigdirs): Don't build guile and perl; no ports have been
13508         done.
13510 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
13512         * configure (--enable-*): Handle quoted option lists such as
13513         --enable-sim-cflags='-g0 -O' better.
13515 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13517         * Makefile.in ({,inst}all-target): New rule so we can make and
13518         install all of the target directories easily.
13520 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13522         * configure.in: Add missing global flag in sed substitution when
13523         deleting `target-' from ${configdirs}.
13525 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
13527         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
13528         option.
13530         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
13531         config/mh-necv4.
13533         * install.sh: Correct misspelling of transformbasename.
13535         * config.guess: Recognize mips-*-sysv*.
13537 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
13539         * config.sub: Recognize mon960.
13541 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
13543         * configure: Restore Canadian Cross handling of BISON and LEX,
13544         removed in Feb 20 change.
13546 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
13548         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
13549         Mention make install.  Remove the old copyright date as well the
13550         clumsy and rather pointless copyright on the README file.
13552 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13554         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
13555         Makefile after running symlink-tree, then run `make distclean' to
13556         avoid clobbering any generated files in srcdir.
13558 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
13560         * configure.in (m68k-*-netbsd*): Build everything now.
13562 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
13564         * Makefile.in (taz): Fix quoting.
13566 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
13568         * configure.in (sparclet-*-*): Build everything now.
13570 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13572         * configure.in (m68k-*-linux*): New host.
13574 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
13576         * configure: Check for bison before byacc.
13578 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
13580         * Makefile.in configure:  Change the way LEX and BISON/YACC are
13581         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
13582         searching PATH.  These are used as fallbacks by Makefile.in if
13583         flex/bison/byacc aren't in objdir.
13585 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
13587         * Makefile.in: Make everything which depends upon all-bfd also
13588         depend upon all-opcodes, in case --with-commonbfdlib is used.
13590 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13592         * configure.in (host *-*-cygwin32): Don't build gdb if we are
13593         building NT native compilers on Unix.
13595 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
13597         * configure.in: Don't get CC from the host Makefile fragment if we
13598         can find gcc in PATH, or if this is a Canadian Cross.  Move the
13599         Solaris test for /usr/ucb/cc to the post target script, just after
13600         the compiler sanity test.
13602 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
13604         * config.sub: Merge with FSF.
13606 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
13608         * Makefile.in (RPATH_ENVVAR): New variable.
13609         (REALLY_SET_LIB_PATH): Use it.
13610         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
13612 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
13614         * config.sub, configure.in: Recognize sparclet cpu.
13616 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
13618         * config.guess:  Support m68k-cbm-sysv4.
13620 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13622         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
13623         m68k-unknown-linuxaout from linker help string.  Put quotes around
13624         $ld_help_string.
13626 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
13628         * config.guess (powerpc-harris-powerunix): Add guess for port
13629         to new target.
13631 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13633         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
13635 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
13637         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
13638         $(REALLY_SET_LIB_PATH) in Makefile.
13639         * Makefile.in (SET_LIB_PATH): New variable.
13640         (REALLY_SET_LIB_PATH): New variable.
13641         ($(DO_X)): Use $(SET_LIB_PATH).
13642         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
13643         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
13644         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
13645         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
13646         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
13647         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
13648         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
13649         (install-dosrel): Likewise.
13650         (all-opcodes): Depend upon all-libiberty.
13652 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13654         * config.guess (*:CYGWIN*): New
13656 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13658         * Makefile.in (all-target-winsup): All all-target-libiberty.
13660 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13662         * configure.in (noconfigdirs): Add missing # in front of comment.
13664 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
13666         * configure.in: add second pass to things added to noconfigdirs
13667         so *-gm-magic can exclude libgloss properly.
13669 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
13671         * mpw-configure (extralibs_name, rez_name): Set correctly
13672         for MWC68K compiler.
13674         * mpw-README: Add more info on the necessary build tools.
13676 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13678         * configure.in, config.sub: Recognize cygwin32.
13680 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
13682         * config.guess, config.sub: Recognize A/UX.
13684 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
13686         * config.sub: Merge with gcc/config.sub.
13688 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
13690         * mpw-build.in (do-binutils): Add build of stamps.
13692 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
13694         * config.sub: Add recognition for mips64vr4100*-* targets.
13696 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13698         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
13699         Add creation of gconfigargs with `--enable-shared' turned on.
13700         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
13701         ($(host)-stamp-stage3-configured): Likewise.
13702         (HOLES): Add chatr and ldd.
13703         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
13705 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
13707         * configure: Pass --nfp to recursive configures.
13709 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13711         * Makefile.in (DLLTOOL): New.
13712         (DLLTOOL_FOR_TARGET): New.
13713         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
13714         (EXTRA_TARGET_FLAGS): Ditto.
13715         (EXTRA_GCC_FLAGS): Ditto.
13716         (CONFIGURE_TARGET_MODULES): Ditto.
13717         (DO_X): Ditto.
13718         * configure: Add DLLTOOL.
13720 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
13722         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
13723         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
13724         mh-sco, since old workarounds no longer needed, and don't
13725         build ld, since libraries have weak symbols in COFF.
13727 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
13729         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
13731 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13733         * configure.in: Make sure that ${CC} can be used to compile an
13734         executable.
13736 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
13738         * Makefile.in (all-gdb): Depend on $(GDB_TK).
13739         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
13740         nothing depending on whether gdbtk is being built.
13742 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
13744         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
13746 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
13748         * configure.in (noconfigdirs): Put ld or gas in this early, if the
13749         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
13751 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
13753         * config-ml.in: Add support for
13754         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
13755         Simplify setting of multidirs from --disable-foo.
13757 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13759         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
13760         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
13761         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
13762         non-empty, pass them on to the  GCC make.
13763         (all-bootstrap): New rule that is like all-gcc, except it executes
13764         the GCC bootstrap rule instead of the GCC all rule.
13766 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
13768         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
13770 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13772         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
13773         DG/UX support.
13775 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
13777         * config.sub (i*86*) Change [345] to [3456]
13779 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13781         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
13782         --with-gnu-ld=no.
13784 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13786         * config-ml.in (rs6000*, powerpc*): Add switches to control which
13787         AIX multilibs get built.
13789 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13791         * configure.in (i386-win32): Don't build expect if we're not
13792         building the tcl subdir.
13794 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
13796         * Makefile.in: (configure-target-examples, all-target-examples):
13797         New targets, configure and build example programs.
13799 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
13801         * mpw-configure: If an mpw-config.in generated a file mk.sed,
13802         use it as input to sedit the generated MPW makefile.
13803         * mpw-README: Add a suggestion about Gestalt.h.
13805 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
13807         * config.sub: Accept *-*-ieee*.
13809 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
13811         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
13812         Ronald F. Guilmette <rfg@monkeys.com>.
13814 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13816         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
13817         for powerpc-pe native.
13818         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
13819         (target==powerpc-pe): duplicate i386-win32 entry.
13821 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13823         * configure.in (noconfigdirs): Exclude target-newlib for all versions
13824         of vxworks, not just vxworks5.1.
13826 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
13828         * mpw-configure: Add support for exec-prefix.
13830 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13832         * config.guess: Recognize HP model 816 machines as having
13833         a PA1.1 processor.
13835 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13837         * configure: Ignore new autoconf configure options.
13839 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
13841         * config.guess:  Recognize Pentium under SCO.
13842         From Robert Lipe <robertl@arnet.com>.
13844 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13846         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
13848 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
13850         * configure.in: Don't configure gas for alpha-dec-osf*.
13852 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
13854         * configure.in: Default to --with-stabs for some targets for which
13855         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
13856         i[345]86*-*-unixware*.
13858 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13860         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
13861         rather than basing it on the target.  Simplify handling of options
13862         controlling which directories to configure.  Remove extraneous
13863         slash in multi-clean target.
13865 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
13867         * config-ml.in: Prefix more variables with ml_ so they don't collide
13868         with configure's.
13870 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
13872         * configure: Don't turn -v into --v.
13874 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
13876         * configure.in (targargs): Fix typo.
13878         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
13880 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
13882         * configure.in: Strip --host and --target options from
13883         CONFIG_ARGUMENTS, and always configure for --host only.  Add
13884         --with-cross-host option when building with a cross-compiler.
13885         * configure: Canonicalize the arguments put into config.status by
13886         always using `=' for an option with an argument.  Pass a presumed
13887         --host or --target explicitly.
13889 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
13891         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
13892         into general OS recognition case.
13894 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13896         * configure.in (target_configdirs): add target-winsup only
13897         for win32 target systems.
13899 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
13901         * Makefile.in (all-target-libgloss): Depend upon
13902         configure-target-newlib, since when libgloss is built it looks to
13903         see if the newlib directory exists.
13905 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
13907         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
13908         cfg-ml-*.in.
13910 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
13912         * configure: Handle LD and LD_FOR_TARGET when configuring a
13913         Canadian Cross.
13915 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13917         * configure.in (target_libs): add target-winsup.
13918         (target==i386-win32): add patch diff flex make to $noconfigdirs.
13919         (target==ppcle-pe): remove ld from $noconfigdirs.
13921 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
13923         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
13924         Preserve relative path names in $srcdir.  Build symlink tree if
13925         configuring cross target dir and srcdir=. (= no VPATH support).
13926         (configure-target-libg++): Depend on configure-target-librx.
13927         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
13928         * config-ml.in: New file.
13929         * symlink-tree: New file.
13930         * configure: Ensure srcdir="." if that's what it is.
13932 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
13934         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
13935         includes and FLEX_SKELETON setting.
13936         * mpw-configure (--with-gnu-ld): New option, controls whether
13937         to use PPCLink or ld with PowerMac GCC.
13938         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
13939         * mpw-config.in: Configure grez if targeting Mac.
13941         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
13942         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
13943         just macos.
13944         * configure.in: Configure grez resource compiler if targeting Mac.
13945         * Makefile.in (all-grez, install-grez): New targets.
13947 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
13949         * configure: CXX defaults to gcc, not g++.  If we find
13950         gcc in the path, set CC to gcc -O2.
13952 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
13954         * configure: Default ${build} correctly.  Avoid picking up extra
13955         spaces when reading CC and CXX from Makefile.  When doing a
13956         Canadian Cross, use plausible default values for numerous
13957         variables.
13958         * configure.in: When doing a Canadian Cross, don't try to
13959         configure tools whose configure script can't handle it.
13961 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13963         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
13965 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13967         * configure:  Remove dubious bug reporting address.
13969 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13971         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
13972         configure script, run that instead of this directory's configure.
13973         In either case, print a message that we're configuring the sub-dir.
13975 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13977         * configure.in: Before checking for the existence of various files,
13978         use sed to filter out "target-".
13980 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
13982         * Makefile.in (DO_X): Split rule to decrease command line length
13983         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
13984         (Philippe De Muyter).
13986 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13988         * Makefile.in (all-patch): depend on all-libiberty.
13990 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
13992         * configure.in: If the only directory in target_configdirs which
13993         actually exists is libiberty, then set target_configdirs to empty,
13994         to avoid trying to build a target libiberty in a gas or gdb
13995         distribution.
13997 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
13999         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
14000         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
14001         systems.
14003 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14005         * configure.in (copy_dirs): Use sys-include instead of include
14006         for --with-headers option.
14008 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
14010         * Makefile.in, configure.in: Make winsup builds work with
14011         new scheme.
14013 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
14015         * configure.in: Build the linker on AIX.
14017 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14019         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
14020         where needed.
14022 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
14024         * Makefile.in (all-gcc): Fix typo.
14026 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14028         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
14030 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14032         * configure.in:  Rename libFOO to target-libFOO, and xiberty
14033         to target-xiberty, to provide more flexibility.
14034         (target_subdir):  Define.  Create if cross.
14035         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
14036         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
14037         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
14038         check-libFOO -> check-target-libFOO, etc.
14039         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
14040         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
14041         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
14042         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
14043         allow ALL_GCC="" to only configure.
14044         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
14045         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
14046         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
14048 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
14050         * Makefile.in (taz): Build "info" in etc explicitly.
14052 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
14054         * configure.in:  Make sure that CC is undefined (as opposed to
14055         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
14056         problem with autoconf trying to configure on a host without GCC.
14058 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
14060         * mpw-configure: Set host alias from choice of host compiler,
14061         only use generic MPW Makefile sed if present, edit a file
14062         named "hacked_Makefile.in" instead of "Makefile.in" if present.
14063         * mpw-README: Add problem notes about CW6 and CW7.
14065 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
14067         * Makefile.in (taz): Use ";" instead of ";;".
14069 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14071         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
14072         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
14073         DISTDOCDIRS.
14074         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
14075         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
14077 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14079         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
14080         and gnats, because they are now subsumed by DISTSTUFFDIRS.
14081         Move bfd to DISTSTUFFDIRS.
14083 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14085         * Makefile.in (X11_LIB): Removed.
14086         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
14088         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
14090 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14092         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
14093         names.
14095 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14097         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
14099 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
14101         * configure.in (i[345]86-*-win32): Always build newlib.
14102         Don't configure cvs, autoconf or texinfo.
14103         * Makefile.in (LD_FOR_TARGET): New.
14104         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
14105         Pass down LD_FOR_TARGET.
14107 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
14109         * winsup: New directory.
14110         * Makefile.in: Build winsup.
14111         * configure.in: Winsup is configured when target is win32.
14112         Can only build win32 target GDB when native.
14114 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
14116         * config.guess: Recognize HP model 819 machines as having
14117         a PA 1.1 processor.
14119 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
14121         * configure: Fix sed loop which substitutes for CC and CXX to
14122         avoid bug found in various sed implementations.
14124 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14126         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
14127         simulator.  Use standard powerpc-*-eabi*.
14129 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
14131         * configure.in: Stop putting gas and binutils in noconfigdirs for
14132         powerpc-*-aix* and rs6000-*-*.
14134 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
14136         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
14137         -mcall-aixdesc libraries.
14139 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
14141         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14143         * config.sub (arm | armel | armeb): Fix shell syntax.
14145 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14147         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
14148         -msoft-float and -mcpu=common support.
14149         (powerpc*-*-eabisim*): Add support for building -mcall-aix
14150         libraries.
14152 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14154         * configure.in: Allow configuration and build of emacs19 for the alpha.
14156 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14158         * configure.in (CC): Get ^CC, not just any old CC, from
14159         ${host_makefile_frag}.
14161 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14163         * configure.in (CC): Try to get CC from
14164         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
14166 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14168         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
14169         only if it exists in $(srcdir).
14171 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
14173         * configure: If CC and CXX are not set in the environment, set
14174         them, based on either an existing Makefile or on searching for gcc
14175         in PATH.  Substitute for CC and CXX in Makefile.
14176         * configure.in: Remove libm from target_libs.  Separate
14177         target_configdirs from configdirs.  If CC is not set in
14178         environment, try to get it from a host Makefile fragment.  Rewrite
14179         changes of configdirs to use skipdirs instead.  A few minor
14180         tweaks.  Take directories out of target_configdirs as they are
14181         taken out of configdirs.  Remove existing Makefile files from
14182         subdirectories.  Substitute for TARGET_CONFIGDIRS and
14183         CONFIG_ARGUMENTS in Makefile.
14184         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
14185         by configure.in.
14186         (CONFIG_ARGUMENTS): Likewise.
14187         (CONFIGURE_TARGET_MODULES): New variable.
14188         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
14189         ($(CONFIGURE_TARGET_MODULES)): New target.
14190         (configure-libg++, configure-libio): New targets.
14191         (all-libg++): Depend upon configure-libg++.
14192         (all-libio): Depend upon configure-libio.
14193         (configure-libgloss, all-libgloss): New targets.
14194         (configure-libstdc++): New target.
14195         (all-libstdc++): Depend upon configure-libstdc++.
14196         (configure-librx, all-librx): New targets.
14197         (configure-newlib): New target.
14198         (all-newlib): Depend upon configure-newlib
14199         (configure-xiberty): New target.
14200         (all-xiberty): Depend upon configure-xiberty.
14202 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14204         * configure.in (host i[345]86-*-win32):  Expand the
14205         noconfigdirs again.
14207 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
14209         * mpw-configure: Fix sed command file name.
14211 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
14213         * configure.in (host i[345]86-*-win32): Reduce the
14214         noconfigdirs again.
14216 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
14218         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
14219         or powerpc*-*-pe*, since they are not yet supported.
14221 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
14223         Add PowerMac support and many other enhancements.
14224         * mpw-configure: New option --cc to select compiler to use,
14225         paste options set according to --cc into the generated
14226         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
14227         if mpw-make.sed is present.
14228         * mpw-config.in: Don't test for gC1, test for mpw-touch,
14229         add forward includes for PowerPC include files.
14230         * mpw-build.in: Build using Makefile.PPC if present.
14231         (do-byacc, etc): Remove separate version resource builds.
14232         (do-gas): Build "stamps" before "all".
14233         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
14234         * mpw-README: Update to reflect --cc option, PowerMac support,
14235         and recently-reported compatibility problems.
14237 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
14239         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
14240         embedded m68k systems (-aout, -coff, -elf, -vxworks).
14241         (--with-multilib-top): Pass to recursive invocations.
14243 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
14245         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
14246         v810-*-*.
14248 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14250         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
14251         gdb, ld and opcodes on v810-*-*.
14253 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
14255         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
14256         (local-maintainer-clean): New target.
14257         (maintainer-clean): New target.
14258         (realclean): Just depend upon maintainer-clean.
14260 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14262         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
14264 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
14266         * configure.in: Build ld in mips*-*-bsd* case.
14268 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
14270         * config.sub: Accept -lites* OS.  From Ian Dall.
14272 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
14274         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
14275         targets.
14277 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14279         * configure.in: treat i386-win32 canadian cross the same as
14280         i386-go32 canadian cross.
14282 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14284         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
14285         running under the simulator to build a reduced set of libraries.
14286         (powerpc-*-eabiaix): Add fine grained multilib support added to
14287         other powerpc targets yesterday.
14289 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14291         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
14292         -disable-softfloat, -disable-relocatable, -disable-aix, and
14293         -disable-sysv to control which multilib libraries get built.
14295 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
14297         * configure: Add Makefile.tem to list of files to remove in trap
14298         handler.
14300 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14302         * config.guess (*Linux*):  Add missing "exit"s.
14303         Also, need specific check for alpha-unknown-linux (uses COFF).
14305 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14307         * config.guess:  Merge with FSF:
14309         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
14310         * config.guess (AIX4): More robust release numbering discovery.
14312         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
14313         * config.guess (i386-sequent-ptx): Properly get version number.
14315         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
14316         * config.guess (mips:*:4*:UMIPS): New case.
14318 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
14320         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
14321         (i386-win32 host): Likewise.  Don't build readline.
14323 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
14325         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
14326         SUPPORT_FILES to submakes.
14328 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
14330         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
14331         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
14332         mpw-configure.
14334 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
14336         * configure.in (appdirs): Use =, not ==, in test expression when
14337         trying to build the text to print in the warning message for
14338         Solaris users.
14340 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
14342         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
14344 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14346         * config.guess: Recognize lynx-2.3.
14348 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
14350         * config.sub (z8ksim): Deleted
14351         (z8k-*-coff): New, this is the one true name of the target.
14353 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
14355         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
14357 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
14359         * config.guess (*:Linux:*:*): First try asking the linker what the
14360         default object file format is (elf, aout, or coff).  Then if this
14361         fails, try previous methods.
14363 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14365         * configure.in: Don't build newlib for *-*-vxworks5.1.
14367 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14369         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
14370         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
14372 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
14374         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
14376 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
14378         * cfg-ml-com.in: New file.
14379         * cfg-ml-pos.in: New file.
14381 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14383         * COPYING.NEWLIB: Add HP free copyright to list.
14385 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14387         * config.sub: Recognize -eabi* for the system, not just -eabi.
14389 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
14391         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
14392         * config.sub, configure.in (win32): New target and host.
14394 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
14396         * configure.in: Add i386-pe configuration.
14398 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
14400         * mpw-build.in (install): Install GDB after LD.
14402 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
14404         * mpw-config.in (elf/mips.h): Always forward-include, needed
14405         for GDB to build.
14407 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14409         * testsuite: New directory for customer acceptance and whole tool
14410         chain tests.
14412 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
14414         * configure: If per-host line isn't found, but AC_OUTPUT is found
14415         and a configure script exists, run it instead.
14417 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14419         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
14421 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14423         * configure: Set build_{cpu,vendor,os,alias} to host values when
14424         --build isn't specified.
14426 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14428         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
14429         (FLAGS_TO_PASS): Pass them.
14430         (EXTRA_TARGET_FLAGS): Ditto.
14432 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14434         * Makefile.in (all-libg++): Depend on all-libstdc++.
14436 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14438         * configure.in (noconfigdirs): Enable all packages for
14439           i386-unknown-netbsd.
14441 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
14443         * configure.in (noconfigdirs): Don't configure tk for i386-go32
14444         hosted builds (DOS builds)
14446 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
14448         Changes for ARM based on patches from Richard Earnshaw:
14449         * config.sub: Handle armeb and armel.
14450         * configure.in: Omit arm linker only for riscix.
14452 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14454         * config.guess:  Update from FSF.
14456 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
14458         * config.sub: Recognize powerpcle as the little endian variant of
14459         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
14460         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
14461         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
14462         temporarily.
14464 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
14466         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
14468 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
14470         * config.sub: Accept -lites* as a basic system type.
14472 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
14474         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
14475         installed, and if so return linuxoldld as the system name.
14477 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
14479         * config.guess: Add hppa1.1-hp-lites support.
14481 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14483         * configure.in: Don't build newlib for m68k-vxworks5.1.
14485 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14487         * configure.in (mips-sgi-irix6): Use mh-irix5.
14489 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
14491         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
14493 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14495         * test-build.mk: Enable building of shared libraries on IRIX 5 and
14496         OSF/1.  Fix compiler flags.
14497         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
14499 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
14501         * configure.in: Recognize --with-newlib.
14502         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
14504 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14506         * Makefile.in: move {all,check,install}-gdb from *_MODULES
14507         to *_X11_MODULES due to gdbtk needing X include files et al.
14509 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
14511         Merge in support for Mac MPW as a host.
14512         (Old change descriptions retained for informational value.)
14514         * mpw-config.in: Add generic include forwards for cpu-specific
14515         include files in aout and elf directories.
14517         * mpw-configure: Added copyright.
14518         * mpw-config.in: Check for presence of required build tools.
14519         (target_libs): Add newlib.
14520         (target_tools): Add examples.
14521         (Read Me): Generate as "Read Me for MPW" instead.
14522         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
14523         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
14524         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
14526         * mpw-configure: Remove subdir-specific makefile hackery,
14527         delete mk.tmp after using it.
14529         * mpw-build.in (all): Display start and end times.
14531         * mpw-configure (host_canonical): Set.
14532         (target_cpu): Always add to makefiles.
14533         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
14534         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
14535         (mpw-mh-mpw): Look for in srcdir and srcroot.
14536         Use sed instead of mpw-edit-prefix to edit prefix definitions.
14538         * mpw-build.in: (install-only): New target.
14540         * mpw-configure (host_alias, target_alias): Rename from hostalias
14541         and targetalias, add into generated Makefile.
14542         (mk.tmp): If present, add into generated Makefile.
14543         * mpw-build.in (all-gas): Build config.h first before gas proper.
14545         * mpw-configure (config.status): Write only if changed.
14546         * mpw-config.in (readline): Configure it (not built, just used for
14547         definitions).
14549         * mpw-config.in (elf/mips.h): Add a forward include.
14551         * mpw-config.in: Forward-include most .h files in include into
14552         extra-include.
14553         (readline): Don't build.
14554         mpw-build.in (install): Install GDB.
14556         * mpw-configure (prefix, mpw_prefix): Handle it.
14557         * mpw-config.in (mmalloc, readline): Don't configure.
14558         * mpw-build.in (thisscript): Rename to ThisScript.
14559         Use mpw-build instead of BuildProgram everywhere.
14560         (mmalloc, readline): Don't build.
14561         * mpw-README: New file, basic documentation about the MPW port.
14563         * mpw-config.in: Use forward-include to create include files.
14565         * mpw-configure: Add more things to the top of each configured
14566         Makefile, including contents of config/mpw-mh-mpw.
14567         * mpw-config.in (extra-include): Create this directory and fill it
14568         with Posix-like include files when configuring.
14570         * config.sub (apple, mac, mpw): Add various aliases.
14572         * mpw-build.in: New file, top-level build script fragment for MPW.
14573         * mpw-configure: New file, configure script for MPW.
14574         * mpw-config.in: New file, config fragment for MPW.
14576 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14578         * configure.in (host_libs): Remove glob, since it is gone from the
14579         sources.
14581 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14583         * Makefile.in: define empty GDB_NLM_DEPS var.
14585         * configure.in(target_makefile_frag): use config/mt-netware
14586         for netware targets.
14588 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
14590         * config.sub: Merge in recent FSF changes.  Remove linux special
14591         cases.
14593 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14595         Revert this change:
14597         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
14599                 * build-all.mk: Use CC=cc -Xs on Solaris.
14601 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14603         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
14604         stop using it.
14605         * Makefile.in: Nuke all references to glob subdirectory.
14607 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14609         * configure.in: Fix --enable-shared logic in per-host.
14611 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
14613         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
14615 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14617         * configure.in (noconfigdirs): Don't build gas on AIX, for
14618         powerpc*-*-aix* as well as for rs6000*-*-aix*.
14620 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
14622         * configure: Fix --cache-file to work if the file argument is a
14623         relative path.
14625 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
14627         * configure: If the --cache-file is used, pass it down to
14628         configure in subdirectories.
14630 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
14632         * config.sub: add vxworks29k configuration.
14634 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
14636         * Makefile.in (taz): Do "diststuff" part quietly.
14638 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
14640         * config.sub: Mini-merge with gcc/config.sub.
14642 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14644         * config.guess (IRIX): Sed - to _.
14646 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14648         * Makefile.in (source-vault, binary-vault): New targets.
14650 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
14652         * config.sub: Recognize -eabi as a basic system type.
14654 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14656         * configure.in (enable_shared stuff): Fix typo.
14658 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
14660         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
14662 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14664         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
14666 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
14668         * configure.in (rs6000-*-*): Don't build gas.
14670 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
14672         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
14673         reduce command line length.
14674         (AS_FOR_TARGET): Check for as.new, not Makefile.
14675         (NM_FOR_TARGET): Check for nm.new, not Makefile.
14677 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14679         * config.guess:  Merge from FSF.
14681 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14683         * configure: Don't use $ when handling program_suffix.
14685 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
14687         * configure.in:  Configure tk for hppa/hpux.
14689 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14691         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
14693 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14695         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
14696         to LIBCXXFLAGS.  Tests are better run without it.
14698 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
14700         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
14702 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
14704         * configure.in (*-*-netware*): Don't configure xiberty.
14706 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
14708         * configure.in:  Remove tk from native_only list.
14710 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
14712         * build-all.mk: Add mips-ncd-elf target to sun4 targets
14713           for special NCD build.
14715 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14717         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
14718         makeall.bat, they're only useful for binutils snapshots.
14719         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
14720         makeall.bat to specified SUPPORT_FILES.
14722 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
14724         * build-all.mk: Add Ericsson targets to sun4 and solaris
14725           hosts.  Add  BNR's sun4 target to solaris host, so their
14726           build-from-source will be tested in-house first.
14728 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14730         * Makefile.in (LIBCFLAGS): New variable.
14731         (CFLAGS_FOR_TARGET): Ditto.
14732         (LIBCFLAGS_FOR_TARGET): Ditto.
14733         (LIBCXXFLAGS): Ditto.
14734         (CXXFLAGS_FOR_TARGET): Ditto.
14735         (LIBCXXFLAGS_FOR_TARGET): Ditto.
14736         (BASE_FLAGS_TO_PASS): Pass them.
14737         (EXTRA_TARGET_FLAGS): Ditto.
14739         * configure.in: Support --enable-shared.
14741 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14743         * configure.in (target_libs):  Include libstdc++ again.
14744         * config.guess:  Update from FSF (for FreeBSD).
14746 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14748         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
14749         makeall.bat.
14750         (DISTDOCDIRS): Add `etc'.
14751         (ETC_SUPPORT_PFX): New variable.
14752         (taz): Include anything from etc starting with a word in
14753         ETC_SUPPORT_PFX.
14755 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14757         * config.sub: Update for recent FSF changes.  Remove obsolete
14758         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
14759         spacing changes.
14761 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14763         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
14765         * config.guess:  Merge with FSF.
14766         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
14768 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14770         * configure: Since the "trap 0" handler will override the exit
14771         status on many systems, only use it for "exit 1", and make it set
14772         a non-zero exit status; reset it before "exit 0".  Also, check
14773         exit status of config.sub, and error out if it failed.
14775 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
14777         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
14778         and install libgloss.
14780 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14782         * Makefile.in (all-binutils): Depend upon all-byacc.
14784         * configure.in: Don't build emacs on Irix 5.
14786 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14788         * configure.in (*-*-netware*): Add libio.
14790 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14792         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
14793         (CHECK_TARGET_MODULES): Ditto.
14794         (INSTALL_TARGET_MODULES): Ditto.
14795         (TARGET_LIBS): Ditto.
14796         (all-libstdc++): Note dependencies.
14798 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14800         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
14802 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14804         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
14805         -fexternal-templates.
14807         * configure.in (target_libs): Add libstdc++.
14808         (noconfigdirs): Add libstdc++ as appropriate.
14810 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14812         * config.guess:  Update from FSF.
14814 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14816         * configure: Use ${config_shell} when running ${configsub}.
14818 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
14820         * config.sub: No longer recognize h8300h.
14822 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14824         * config.sub: Remove extraneous differences between config.sub and
14825         gcc/config.sub.
14827 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14829         * Makefile.in (DISTSTUFFDIRS): Add gas.
14831 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
14833         * COPYING.NEWLIB: New file.
14835 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14837         * config.guess (HP-UX):  Patch from Harlan Stenn
14838         <harlan@landmark.com> to also emit release level.
14840 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14842         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
14844 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14846         * config.sub:  Merge nextstep cleanup from FSF.
14848 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14850         * configure.in (arm-*-*): Don't configure ld for this target.
14852 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14854         * configure.in (*-*-netware): don't configure libg++, libio,
14855           librx, or newlib.
14857 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14859         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
14860         configure ld--it works, but it doesn't support shared libraries.
14862 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14864         * config.guess (*-unknown-freebsd*):  Get rid of possible
14865         trailing "(Release)" in version string.
14866         Patch from Paul Richards <paul@isl.cf.ac.uk>.
14868 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14870         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
14871         Fix type: *-next-neststep -> *-next-nextstep.
14873         * config.guess:  Merge from FSF:
14875         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
14877         * config.guess: Recognize powerpc-ibm-aix3.2.5.
14879         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
14881         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
14882         instead of UNIX_SV for UnixWare 1.0).
14884 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
14886         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
14887         to make gdb/nlm/* build after the compiler and linker.
14889 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14891         * config.guess (netbsd, freebsd, linux):  Accept any machine,
14892         not just i[34]86.
14893         (m68k-atari-sysv4):  Relocate to match FSF version.
14895         * config.guess:  More merges from the FSF:
14897         Add a space before function call or macro invocation.
14899         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14901         * config.guess: Add trap cmd to remove dummy.c and dummy when
14902         interrupted.
14904         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14906         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
14907         (dummy): Redirect stderr from compilation of dummy.c.
14909         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
14911         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
14913 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
14915         * configure: Accept and ignore --cache*, for compatibility with
14916         new autoconf.
14918 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14920         * config.guess:  Merge from FSF:
14922         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
14924         * config.guess (Pyramid*:OSx*:*:*): New case.
14925         (PATH): Add /.attbin at end for finding uname.
14926         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
14928         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
14930         * config.guess (M88*:DolphinOS:*:*): New case.
14932         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
14934         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
14935         to select whether to use ELF or COFF.
14937         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
14939         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
14941         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
14943         * config.guess: Guess the OS version for HPUX.
14945         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
14947         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
14949 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14951         * configure.in: Recognize --with-headers, --with-libs, and
14952         --without-newlib.
14953         * Makefile.in (all-xiberty): Depend upon all-ld.
14955 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14957         * configure.in: Change i[34]86 to i[345]86.
14959 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14961         * configure (version): A few more tweaks to help message.
14963 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14965         * Makefile.in:  Remove (for now) librx as a host library,
14966         now that we're building it for target.
14968 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14970         * configure: Fix up help message; from karl@owl.hq.ileaf.com
14971         (Karl Berry).
14973 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14975         * configure.in:  Also configure librx.
14977 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14979         * Makefile.in:  Update various rules to reflect that librx
14980         is now needed for libg++.
14982 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14984         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
14986 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
14988         * configure.in: Configure the examples directory.
14990 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14992         * configure: Simplify Jun 2 1994 change.
14994 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14996         * change CC to /usr/latest/bin/gcc for lynx host builds, since
14997         /bin/gcc isn't good enough to build gcc.
14999 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
15001         * Makefile.in (GDB_SUPPORT_FILES): Remove
15002         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
15003         (gdb.tar.gz): Add new rule to use standard distribution building
15004         mechanism.
15006 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15008         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
15009         Bill Cox <bill@cygnus.com>.
15011 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15013         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
15015 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
15017         * configure:  Search current dir first in .gdbinit.
15019 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15021         * config.sub:  Recognize freebsd (merged from gcc config.sub).
15023 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15025         * config.sub:  Refer to NeXT's operating system as nextstep.
15027         * config.sub (case $basic_machine):  Re-order the cases, to match
15028         the order in the FSF version (which is mostly alphabethical).
15029         Merge in some additions and changes from the FSF.
15031 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
15033         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
15034         * config.sub: Recognize cxux7.
15035         * configure.in: Use mh-cxux for m88k-harris-cxux*.
15037 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15039         * config.sub:  Fix typo powerpc -> powerpc-*.
15041 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
15043         * Makefile.in: `all-emacs19' depends on `all-byacc'.
15045         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
15046         parallel with all-emacs and install-emacs).  Top-level command
15047         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
15049 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15051         * test-build.mk ($(host)-stamp-stage2-installed): Remove
15052         $(relbindir)/make before doing ``make install'', and use
15053         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
15054         installing over running make binary.
15055         ($(host)-stamp-stage3-installed): Likewise.
15057 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15059         * config.guess: Recognize Mach.
15061 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15063         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
15064         see whether --exec-prefix was used.
15066 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15068         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
15070 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15072         * Makefile.in: Add all-librx target similar to all-libproc.
15074 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
15076         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
15077         with post 1.2 uname bogosity.
15079 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15081         * configure: Remove temporary files on receipt of a signal.
15083 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
15085         * configure: If there is a package_makefile_frag, remove
15086         ${subdir}/Makefile.tem after copying it in.
15088 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15090         * build_all.mk: support rs6000 lynx identifies itself as
15091         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
15092         since /bin/gcc is too feeble to compile a modern gcc.
15094 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
15096         * brought devo/test-build.mk update-to-date with progressive/
15097           test-build.mk. Add lynx targets and hppa flag info.
15099 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15101         * configure.in:  Use mh-ncrsvr43.  Patch from
15102         Tom McConnell <tmcconne@sedona.intel.com>.
15104 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15106         * config.guess (i386-unknown-bsdi):  No longer need to
15107         check #if defined(__bsdi__) && defined(__i386__).
15109 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15111         * configure: Set program_transform_nameoption correctly.
15113 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
15115         * brought build-all.mk update-to-date with progressive build-all.mk,
15116           added new targets and hppa info.
15118 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15120         * configure: If config.guess result is a prefix of the user
15121         specified target, assume a native build and use the user specified
15122         target as the host alias.  Remove SunOS patch suffix removal hack.
15123         * configure.in: Remove SunOS patch suffix removal hack.
15125         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
15126         in NATIVE_CHECK_MODULES.
15128 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
15130         * Makefile.in: Rename HOST_ONLY to NATIVE.
15131         * configure: Delete SunOs patch suffix from host_canonical
15132           and build_canonical variables that are prepended to Makefiles.
15133         * configure.in: Add comments for easier maintenance.
15135 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15137         * Makefile.in: Add all-libproc target similar to all-gui.
15139 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
15141         * Makefile.in (CHECK_MODULES): split into
15142         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
15144 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
15146         * config.guess (i386-unknown-bsdi): New system to guess.
15148 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15150         * Makefile.in: Add all-gui target (but not yet build by "all").
15152 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
15154         * config.sub: Move deletion of patch suffix from here...
15155         * configure.in: To here, at Ian's suggestion.  The top-
15156           level scripts might need to know of a patch level.
15158 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
15160         * config.sub: Strip off patch suffix so rtl is recognized
15161           as a sunos4.1.3 machine, even though it's been patched.
15163 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
15165         * Makefile.in (INSTALL_LAST): Delete.
15166         (INSTALL_DOSREL): New.
15168 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15170         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
15171         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
15172         whether we pass down --with-gnu-ld anyhow.
15174 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
15176         * Makefile.in (INSTALL_LAST): Change operation so it works
15177         on more flavors of make.
15178         * configure.in (go32): Don't build libg++ or libio.
15180 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
15182         * Makefile.in (Move HOST_PREFIX_1 and friends up so
15183         they can be overriden by templates.
15185 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
15187         * configure.in (target==go32): Don't build gdb.
15188         * dosrel: New directory.
15190 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
15192         * configure.in (host==go32): Configure dosrel too.
15193         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
15194         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
15195         be set by incoming names or templates.
15196         (INSTALL_LAST): New rule.
15198 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
15200         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
15202 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15204         * configure.in (appdirs): New variable.  Currently empty, but will
15205         be used in gas distribution.  If nonempty, lists a set of
15206         directories at least one of which must get configured, or top
15207         level configuration is considered to have failed.
15208         (rs6000-*-lynxos*): Use new file name.
15210 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15212         Eliminate XTRAFLAGS.
15213         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
15214         newlib include files using -idirafter, and also use -nostdinc.
15215         (CXX_FOR_TARGET): Likewise.
15216         (XTRAFLAGS): Removed.
15217         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
15218         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
15219         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
15220         ($(DO_X)): Don't pass down XTRAFLAGS.
15222 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15224         * configure.in (mips*-dec-bsd*): New target; do build linker.
15225         (mips*-*-bsd*): New target; don't build linker.
15227 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15229         * configure.in: support rs6000-*-lynxos* configuration.
15230         support sunos4 as a cross target.
15232         * config.sub: look for lynx*, not lynx since the OS version may
15233         legitimately be part of the name.
15235 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15237         * configure.in (i[34]86-*-sco*): Move to be with other i386
15238         targets.
15239         (romp-*-*): New target.  Skip various binary utilities.
15240         (vax-*-*): New target.  Don't build newlib.
15241         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
15243 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15245         * configure.in: Only set host_makefile_frag if config
15246         directory exists.
15248 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15250         * install.sh: If $dstdir exists, don't check whether each
15251         component does.
15253 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15255         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
15257 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
15259         * configure.in (*-*-lynxos*): Don't configure newlib for either
15260         native or cross Lynx.
15262 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
15264         * config.sub (sparc64-elf): Fix os.
15265         (z8k): Remove duplicate.
15267 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15269         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
15270         gcc/stmp-fixproto, to try to prevent fixproto from being run.
15272 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
15274         * configure: Make file links cleanly even if Lynx fails on
15275           an NFS symlink (at least fail cleanly).
15277 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
15279         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
15280         -XNh2000.
15282 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15284         * configure: Unknown options are fatal again.
15286 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
15288         * configure: Ignore --x-includes and --x-libraries, for Autoconf
15289         compatibility.
15291 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
15293         * build-all.mk: Add `clean' target.
15295 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15297         * config.guess:  Add SINIX support.
15298         * configure.in:  Add mips-*-sysv4* support.
15300 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
15302         * build-all.mk: Document all useful targets.
15303         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
15304         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
15306 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15308         * configure: Support --silent, --quiet.
15310 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15312         * configure: Support --disable-FEATURE.
15314 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15316         * config.guess: Recognize NCR running SVR4.3.
15318 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15320         * config.guess:  Make BSDI generate i386-unknown-bsd386.
15321         Patch from Paul Eggert <eggert@twinsun.com>.
15323 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15325         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
15327 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15329         * configure: Make unrecognized options give nonfatal warnings
15330         instead of fatal errors, and pass them to any subdirectory
15331         configures in case they recognize them.
15332         Make --x equivalent to --with-x.
15334 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15336         * configure: Add --enable-* options.  Clean up usage message and
15337         some comments.
15339 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
15341         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
15343 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15345         * configure.in (hppa*-*-*): Enable binutils.
15347 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15349         * config.sub: Recognize cisco.
15351 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
15353         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
15355 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15357         * config.guess: about target *-hitachi-hiuxwe2, don't print more
15358         than one configuration name.  Add comment.
15360 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
15362         * config.guess: about target *-hitachi-hiuxwe2, fixed
15363         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
15364         macro is incorrect.]
15366 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15368         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
15369         than the "make ls" stuff which used to be here.
15371 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15373         * config.guess:  Recognize i[34]86-unknown-freebsd.
15374         From Shawn M Carey <smcarey@rodan.syr.edu>.
15376 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15378         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
15380 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
15382         * config.guess: Check for ptx.
15384 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
15386         * config.sub: Add os9k checking.
15388 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15390         * config.guess: Handle OSF1 running on HPPA processors
15392 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
15394         * configure: If subdir configure fails, print out a message with
15395         subdirectory name, in case subdir's configure code didn't identify
15396         itself.
15398 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
15400         * configure.in: Remove embedded newlines from configdirs.
15401         Avoid mismatches of substrings.  Fix matching strings at end
15402         of configdirs.
15404 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
15406         * config.guess:  Add Lynx/rs6000 config support.
15408 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
15410         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
15412 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
15414         * configure.in (hppa*-*-osf*): Treat this just like most other
15415         PA configurations (eg no binutils or ld).
15416         (hppa*-*-*elf*): These configurations have binutils and ld.
15418 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15420         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
15422 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15424         * configure.in (rs6000-*-*): Build gas.
15426 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15428         * Makefile.in:  Avoid bug in losing hpux sed.
15430 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15432         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
15433         for GDB and GDB has been fixed to not need it.
15435 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15437         * config.guess: Recognize vax hosts.
15439 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15441         * configure (while loop): Don't use "break 2" inside case
15442         statement -- the case statement isn't an enclosing loop.
15444 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15446         * config.guess:  Clean up NeXT support, to allow nextstep
15447         on Intel machines.  Make OS be nextstep.
15449 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
15451         * config.guess: Add alternate forms for Convex.
15453 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
15455         * configure:  Completely rewrite option processing.  Take
15456         advantage of pattern-matching to avoid invoking test frequently.
15457         Also clean up host and target defaulting logic.
15459 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15461         * Makefile.in: Replace all occurrances of "rootme" with "r" and
15462         "$${rootme}" with "$$r", to increase the likelihood that the do-*
15463         commands (plus user environment) will fit SCO limits.
15465 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15467         * configure.in: Don't issue warnings about directories which are
15468         not being configured if -norecursion is set.  Correct test for
15469         --with-gnu-as and --with-gnu-ld to not get confused by substring
15470         matches.
15472         * configure.in: Don't build gas for alpha-dec-osf1*.
15474 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
15476         * configure:  Back out Per's change of 12/19/1993.  It changes the
15477         behavior of configure in unexpected and confusing ways.
15479         Also, use different delim char when calculating
15480         program_transform_name so that the name can contain slashes.
15482 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
15484         * configure.in, config.sub: Add support for VSTa micro-kernel.
15486 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
15488         * configure.in: Nuke hacks which were used to get a special
15489         version of GAS for HPPA configurations.
15491 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15493         * configure:  If only ${target_alias} is given, use that
15494         as the default for ${host_alias}.
15495         * configure:  Add missing back-slashes before nested quotes.
15497 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
15499         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
15501 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
15503         * config.guess:  Recognize some Tektronix configurations.
15504         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
15506 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15508         * config.sub: Match any flavor of SH.
15510 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
15512         * configure.in: Don't try to configure newlib for Alpha.
15514 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15516         * configure.in: Don't build ld for Irix 5.  Don't build gas,
15517         libg++ or libio for any Alpha target.
15519         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
15521 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
15523         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
15524         default arguments -- so it tried to compress itself.
15526 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
15528         * configure.in (notsupp): ensure that a space is always at the end
15529           of the configdirs list, since the grep checks for an explicit space
15531 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15533         * configure.in (target i386-sysv4.2): don't build ld, since static
15534           versions of many libraries are not available.
15536 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15538         * config.guess: Recognize Apollos (using environment variables).
15539         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
15541 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15543         * config.guess: Recognize Sony news mips running newsos.
15545 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
15547         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
15548         "fi ; else" for bash.
15550 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
15552         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
15554 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
15556         * config.sub: accept unixware as an alias for svr4.2.
15557         Fix some inconsistancies with the gcc version.
15559 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15561         * Makefile.in (DISTDOCDIRS):  Add gdb.
15563 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15565         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
15567 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15569         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
15570         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
15571         this now.
15573 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15575         * config.sub: Accept hiux* as an OS name.
15577         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
15578         etc/make-stds.texi.  The underscore came from gcc, and dje now
15579         agrees that RUNTESTFLAGS is the correct name.
15581 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15583         * install.sh:  Remove 'set -e'.  It makes any conditionals
15584         in the script useless.
15586         * config.guess: Automatically recognize arm-acorn-riscix
15587         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
15589 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
15591         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
15593 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15595         * Makefile.in (DISTDOCDIRS): New variable.
15596         (taz): Edit local Makefile.in sooner, instead of proto-toplev
15597         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
15599 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15601         * configure.in (hppa target): check the source directory for the
15602           pagas sub-directory
15604 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
15606         * config.sub: Allow -aout* and -elf*.
15608 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15610         * configure.in: Don't build ld on i386-solaris2, same as for
15611         sparc-solaris2.
15613 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15615         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
15617 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15619         * configure.in:  Configure gdb for alpha.
15621 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15623         * Makefile.in (CXXFLAGS): Add -O.
15625 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15627         * config.guess: added support for DG Aviion
15629 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15631         * configure.in: Produce warning message for subdirectories not
15632         configurable for this host/target combination.  Don't try to
15633         configure gdb for vms.
15635 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15637         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
15638         appropriate files before making "diststuff".
15639         (DISTBISONFILES): New var: list of files to be edited.
15640         (DISTSTUFFDIRS): Add binutils.
15642 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15644         * config.sub: also handle mipsel and mips64el (for little endian mips)
15646 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15648         * configure.in: Add * to end of all OS names.
15650 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
15652         * configure.in: Build newlib for LynxOS native.
15654 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15656         * config.guess: Add support for delta 88k running SVR3.
15658         * configure.in: Add comment about HP compiler vs. emacs.
15660 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15662         * configure.in: don't build ld on solaris2 (not a viable option
15663           due to bugs in getpwnam & getpwuid)
15665 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15667         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
15668         config.guess will produce a full version number.
15670 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15672         * configure.in: Build linker and binutils for alpha-dec-osf1.
15674 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15676         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
15677         and gdb/testsuite/Makefile.in.
15679 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15681         * configure.in: recognize mips*- instead of mips-
15683 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15685         * config.sub: Accept linux*coff and linux*elf as operating
15686         systems.
15688 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15690         * config.sub: Recognize mips64, and mips3 as an alias for it.
15692 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15694         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
15695         gdb knows how to handle OSF/1 shared libraries.
15697 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15699         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
15700         * config.guess: Recognize Hitachi's HIUX.
15701         * config.sub: Recognize h3050r* and hppahitachi.
15702         Remove redundant cases for hp9k[23]*.
15704 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15706         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
15707         if gas and ld are in the source tree and are in ${configdirs}.
15708         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
15709         --with options (but still pass them down on the command line,
15710         if they were explicitly specified).
15712 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15714         * configure: substitute SHELL value in Makefile.in with
15715         ${CONFIG_SHELL}
15717 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15719         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
15720         *-*-solaris2* targets.
15722 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15724         * Makefile.in: define M4, and pass it down to sub-makes;
15725         all-autoconf now depends on all-m4
15727 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15729         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
15730         presence of {ar,ranlib} instead of a configured directory
15732 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
15734         * config.guess: Accept 34?? as well as 33?? for NCR.
15736 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15738         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
15739         of 'gas' in sed commands, since 'gash' is now in the tree as well.
15741 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15743         * configure: grab values for $(CC) and $(CXX) from the
15744         environment, so that someone can do "CC=gcc configure; make" and
15745         have it work right (matching the way that autoconf works now)
15747         * configure.in, Makefile.in: add support for gash, the tcl
15748         interface to Galaxy
15750         * config.guess: add NetBSD variants (hp300, x86)
15752 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
15754         * install.sh: Support -d option (in the manner of SunOS 4 install,
15755         as it is more deterministic than that of GNU install)
15756         (chmodcmd): Set file to mode 755 by default (should also do default
15757         chgrp and chown, but I don't feel like dealing with that now)
15759 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
15761         * config.sub: Remove h8300hhms alias.
15763 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15765         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
15767 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15769         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
15770         as stmp-fixinc
15772 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15774         * config.sub: recognize m88110-bug-coff.
15776 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15778         * Makefile.in (all-libio): all dependencies on the toolchain used
15779         to build this (gcc, gas, ld, etc)
15781 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15783         * config.guess: Deal with OSF/1 1.3 on alpha.
15785 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15787         * install.sh: add some 'else true' clauses for portability
15789         * configure.in: don't build libio for h8[35]00-*-* targets
15791 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15793         * Makefile.in:  Add support for new libio.
15795 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15797         * install.sh: If one command fails, don't try the rest.  Don't try
15798         to remove $dsttmp (via trap) unless we have already created it.
15799         If $src doesn't exist, detect it and exit with an error.
15801         * config.guess: Recognize BSD on hp300.
15803 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15805         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
15806         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
15808 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
15810         * Makefile.in (all-send-pr): depends on all-prms
15812 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15814         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
15816 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15818         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
15819         Added test for mips-mips-riscos5.
15821 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15823         * configure.in: use mh-hp300 for 68k HP hosts
15825 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15827         * configure: add support for CONFIG_SHELL, so that you can use
15828         some alternate shell for evaluating configure scripts
15830 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
15832         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
15833         in configure script to bug-gdb@prep.ai.mit.edu when building
15834         distribution archive.
15835         * Makefile.in (COMPRESS):  Remove def.
15836         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
15837         gdb.tar.Z and make-gdb.tar.Z respectively.
15838         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
15839         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
15840         to convergence with 'taz' target in Makefile.in.
15842 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15844         * install.sh (dsttmp): use trap to ensure that tmp files go
15845         away on error conditions
15847 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15849         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
15851 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15853         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
15854         its parent is '/' not ''.
15856         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
15858 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
15860         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
15861         that ${newsrcdir}/configure.in does.
15863 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15865         * test-build.mk: support for CONFIG_SHELL
15867 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
15869         * config.sub (netware):  Add as a basic system type.
15871 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15873         * Makefile.in (Makefile): depend on configure.in.  Also drop the
15874           $(srcdir)/ from the dependency on Makefile.in.
15876 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
15878         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
15879         (h8300hhms is temporary until multi-libraries are implemented).
15880         * configure.in: Handle h8300h too.
15882 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15884         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
15886 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
15888         * configure:  Remove extraneous output when guessing host type.
15889         * config.guess:  Remove extraneous output when guessing using C
15890         compiler rather than uname, or when guessing fails.
15892 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
15894         * Makefile.in: remove all.cross and install.cross targets
15896         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
15897           definitions
15899 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
15901         * configure.in (target sh): Build gprof.
15903 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15905         * config.sub: change -solaris to -solaris2
15907 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15909         * configure.in: Use config/mh-riscos for mips-*-sysv*.
15911 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
15913         * configure: Correct error message for missing Makefile.in to
15914         print correct directory.
15916 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15918         * install.sh: kludge around 386BSD shell bug
15920 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
15922         * config.guess:  Recognize NeXT.
15923         * config.guess:  Recognize i486-ncr-sysv4.
15924         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
15926 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
15928         * Makefile.in (MAKEINFOFLAGS): New variable.
15929         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
15930         * build-all.mk, test-build.mk: Pass down --no-split as
15931         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
15933 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
15935         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
15937 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
15939         * Makefile.in (libg++.tar.z):  New rule.
15940         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
15941         * Makefile.in (taz):  Only do a single chmod.
15943 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
15945         * install.sh: don't use dirname anymore (replaced with sed usage)
15947 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
15949         * Makefile.in:  Change extension for gzip'd files from '.z' to
15950         '.gz' per new FSF standard usage.
15952 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
15954         * configure: put quotes around the final value of program_transform_name
15956 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15958         * Makefile.in: new install.sh support; update install-info rules
15960 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
15962         * configure.in: Build diff for crosses, but not for go32 host.
15964         * configure.in: Build gprof only for native, and don't build it
15965         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
15967 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
15969         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
15971 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15973         * configure.in (host_tools): Add prms.
15975 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15977         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
15978         with $(FLAGS_TO_PASS) on the command line
15980         * config.sub: Recognize lynx and lynxos
15982 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15984         * config.sub: Accept -ecoff*, not just -ecoff.
15986 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15988         * Makefile.in (taz): Use .gz suffix instead of .z.
15989         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
15990         names.
15992 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15994         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
15996 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15998         * Makefile.in (install-no-fixedincludes):  install gcc last, so
15999         that rebuilds that might happen during 'make install' don't get
16000         bogus gcc include files
16002 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16004         Change from Utah for HPPA support:
16005         * config.guess: Recognize hppa1.x-hp-bsd.
16007 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
16009         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
16010         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
16012 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16014         * config.sub: Add support for rom68k and bug boot monitors.
16016 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
16018         * Makefile.in: Make all-opcodes depend on all-bfd.
16020 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
16022         * config.guess: Added special check for i[34]86-univel-sysv4*.
16024 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
16026         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
16027         the processor rather than assuming i486.
16029 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16031         * config.guess: Recognize SunOS6 as Solaris3.
16033 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
16035         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
16036         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
16038 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
16040         * build-all.mk (all-cross): New target for Canadian Cross.
16041         Added Q2 go32 targets.
16042         * test-build.mk: Configure go32 cross sparclite-aout and
16043         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
16044         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
16046 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16048         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
16049         GO32 hosted toolchains
16051 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16053         * configure: change  so "-exec-prefix" gets passed down rather
16054         than "-exec_prefix" so autoconf generated Makefiles get the
16055         exec_prefix set right.
16057 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16059         * config.guess: get the Solaris2 minor version number
16061         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
16063 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16065         * config.guess: Recognize some Sequent platforms.
16067 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16069         * Makefile.in: added the vault-install target
16071         * configure.in: actually use the Sun3 makefile fragment that's in
16072         config, also added the release dir to configdirs
16074 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16076         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
16078 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16080         * configure.in: remove some program from Alpha targetted toolchains
16082 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
16084         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
16085         gprof.
16086         (taz): Run "make diststuff" in those directories instead of "make
16087         proto-dir".  Look for "VERSION=" only at start of line in subdir
16088         Makefile.  Use "gzip -9" for compression.
16089         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
16090         (binutils.tar.z): New target.
16092 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16094         * Makefile.in (taz): Include gpl.texinfo.
16096 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16098         * Makefile.in (setup-dirs): Merged into "taz" target.
16099         (taz): Only do `proto-dir' stuff if a directory is actually needed
16100         for this target.
16102 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
16104         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
16105         (FLAGS_TO_PASS): Pass down MUNCH_NM.
16106         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
16107         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
16108         (gcc-no-fixedincludes): Correct for current gcc Makefile.
16110 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
16112         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
16113         config.sub, and move-if-change to gdb testsuite distribution
16114         archive, so the testsuite can be extracted, configured, and
16115         run separately from the gdb distribution.  Blow away the Chill
16116         tests that require a Chill compiled executable, since GNU Chill
16117         is not yet publically available.
16119 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16121         * test-build.mk: set environment variables in a single command,
16122         instead of a list of assignments and exports
16124         * config.guess: recognize Alpha/OSF1 systems
16126 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16128         * configure: Change help message to prefer --options rather than
16129           -options.
16131 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16133         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
16134         zippy@ecst.csuchico.edu.
16135         * config.guess: Recognize miniframe.
16137 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16139         * Makefile.in: Use srcroot to find runtest rather than rootme.
16140         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
16142 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
16144         * test-build.mk: Extensive additions to support building on a
16145         machine other than the host.
16147 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16149         * configure (tooldir): Fix for i386-aix again.
16151 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
16153         * configure, Makefile.in:  Change definition of $(tooldir)
16154         to match the FSF.
16156 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
16158         * config.guess:  Recognize i[34]86/SVR4.
16160 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16162         * Makefile.in (all-gdb): gdb depends on sim.
16164 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
16166         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
16167         at the same time we make the prototype gdb directory.
16168         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
16169         files at the same time as the gdb base release distribution.
16171 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
16173         * Makefile.in (check): Use individual check targets rather than
16174         DO_X rule.
16175         (check-gcc): Added.
16177 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
16179         * config.sub: Use sysv3.2 not sysv32 for canonical OS
16180         for System V release 3.2.
16182 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16184         * config.sub: Recognize hppaosf.
16185         * configure.in: Do configure ld/binutils/gas for it.
16187 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16189         * configure (tooldir): Alter syntax used to set this, for systems
16190         where "\$" isn't handled right, like i386-aix.
16192 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16194         * configure: Pass program-transform-name, not
16195         program_transform_name, to recursive configures.
16197 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
16199         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
16200         of gas+ld+binutils.
16202 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
16204         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
16206 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16208         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
16210 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16212         * Makefile.in (PRMS): Set back to all-prms.
16214 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
16216         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
16217         targets, rather than for MIPS hosts.
16219 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16221         * configure.in: add comment for --with-x default values
16223         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
16225         * Makefile.in: add check-* targets for each of the directories in
16226         the tree.  Add a definition of RUNTEST that will use the one we
16227         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
16229 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
16231         * configure.in: Removed obsolete references to bfd_target and
16232         target_makefile_frag.
16234         * build-all.mk: Set assorted targets for Q2.
16235         * config.sub: Recognize z8k-sim and h8300-hms.
16236         * test-build.mk: Really don't pass host to configure.
16237         (HOLES): Added uname.
16239 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
16241         * configure: Handle an empty program-prefix, program-suffix or
16242         program-transform-name correctly.
16244 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
16246         * build-all.mk: -G 8 no longer required for MIPS targets.
16247         * test-build.mk: Don't pass host argument to configure; make it
16248         guess.
16250 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
16252         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
16253         * Makefile.in (COMPRESS):  New macro, like GZIP.
16255 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
16257         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
16259         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
16260         with gas currently defaults to -G 0.
16262 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
16264         * Makefile.in (all-flex): flex depends on byacc.
16266         * build-all.mk: If host not specified, use config.guess.  Pass TAG
16267         to test-build.mk as RELEASE_TAG.
16268         * test-build.mk (configargs): New variable containing arguments to
16269         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
16270         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
16272         * config.guess: Use /bin/uname when checking -X argument on SCO,
16273         to avoid invoking GNU uname which doesn't understand -X.
16275         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
16277         * configure.in: Build gas for mips-*-*.
16279 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16281         * Makefile.in (all.normal): insert missing backslash.
16283 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
16285         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
16287         * Makefile.in: Complete overhaul to merge many almost identical
16288         targets.
16290 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16292         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
16293         (gdb.tar.Z): Adjusted.
16295         * Makefile.in (setup-dirs, taz): New targets; should be general
16296         enough to adapt for gdb sometime.  Build only .z file.
16297         (gas.tar.z): New target.
16299 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
16301         * build-all.mk: Use CC=cc -Xs on Solaris.
16303 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
16305         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
16306         for handling BISON for FSF releases.
16308 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16310         * configure: Actually implement the change zoo just documented.
16312 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
16314         * configure: when using config.guess, only set target_alias when
16315         it's not already been set (ie, on the command line)
16317 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16319         * Makefile.in: add installcheck target, set PRMS to install-prms
16321 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16323         * configure: add support for package_makefile_fragment, handle the
16324         case where a directory has a configure.in file but no Makefile.in
16325         more gracefully (with an actual understandable error message, even);
16326         add support for --without (and add this to the usage message); also
16327         explicitly add a --host=${host_alias} to the command line when
16328         config.guess is used
16330 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16332         * configure: Must use both --host and --target in recursive calls.
16334 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16336         * Makefile.in: Change deja-gnu to dejagnu.
16338 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16340         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
16342 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16344         * configure.in: canonicalize all instances to *-*-solaris2*,
16345         also strip out a number of tools to not build for go32 host
16347 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16349         * config.guess: add GPL.
16351         * Makefile.in, config.guess, config.sub, configure: bump
16352           copyrights to 93.
16354 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
16356         * Makefile.in (do-info): Removed obsolete check for existence of
16357         localenv file.
16359         * Makefile.in (MAKEOVERRIDES): Define to be empty.
16361 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16363         * Makefile.in: a couple of 'else true' for decstation,
16364         support for TclX
16366         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
16368 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
16370         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
16372 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
16374         * config.guess: Recognize i386-ibm-aix (PS/2).
16375         * configure.in: Use config/mh-aix386 file for it.
16377 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
16379         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
16380         CC_FOR_TARGET instead.
16381         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
16383 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
16385         * Makefile.in: Add sim to list of directories sent with gdb
16387 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
16389         * configure.in: Put back mips-dec-bsd* case.
16391 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
16393         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
16394         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
16395         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
16397 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16399         * configure.in: remove no-op mips-dec-bsd* in "case $target"
16401         * Makefile.in (dir.info): only run gen-info-dir if it exists,
16402         (install-info): install dir.info only if it exists,
16403         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
16405 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
16407         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
16408         gas for mips-dec-bsd.
16410 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
16412         * configure (makesrcdir): If ${srcdir} is relative and not ".",
16413         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
16415 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
16417         * configure.in: Added "dejagnu" to hosttools list.
16419 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
16421         * config.sub, configure.in, config.guess:  Add support
16422         for Bosx, an AIX variant from Bull.
16423         Patches from F.Pierresteguy@frcl.bull.fr.
16425 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
16427         * devo/dejagnu: Initial creation of devo/dejagnu.
16428         Migrated dejagnu testcases and support files for testing software
16429         tools to reside as subdirectories, currently called "testsuite",
16430         within the directory of the software tool.  Migrated all programs,
16431         support libraries, etc. beloging to dejagnu proper from
16432         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
16433         with no modifications.  The changes to these files which will
16434         allow them to configure, build, and execute properly will be made
16435         in a future update.
16437 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16439         * Makefile.in: Change send_pr to send-pr.
16440         * configure.in: Likewise.
16441         * send_pr: Renamed directory to send-pr.
16443 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
16445         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
16447 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
16449         * README:  Update for gdb-4.8 release.
16450         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
16451         gdb-xxx.tar.z (gzip'd) file also.
16453 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16455         * Makefile.in: make all-diff depend on all-libiberty
16457 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
16459         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
16461 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16463         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
16465 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
16467         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
16468         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
16469         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
16471 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16473         * Makefile.in:  makeinfo binary is in a new location
16475 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
16477         * config.sub: Accept -ecoff as an OS.
16479         * Makefile.in: Various changes to eliminate a level of make
16480         recursion and reduce the required command line length.
16481         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
16482         sub-makes.
16483         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
16484         variables holding settings for specific sub-makes.
16485         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
16486         in terms of BASE_FLAGS_TO_PASS.
16487         (TARGET_LIBS): New variable listing directories which use
16488         TARGET_FLAGS_TO_PASS.
16489         (subdir_do): Eliminated.
16490         (do-*): New set of targets to replace subdir_do.
16491         (various): All targets which used subdir_do now depend on do-*.
16492         (local-clean): Renamed from do_clean.
16493         (local-distclean): New target, dependency of distclean and
16494         realclean.
16495         (install-info): Don't create directories.  Depend on dir.info
16496         rather than calling make recursively.
16497         (install-dir.info): Eliminated.
16498         (install-info-dirs): Create all info directories here.
16499         (dir.info): Depend upon do-install-info.
16501         * test-build.mk (HOLES): Added false.
16503 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
16505         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
16507 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16509         * Makefile.in (info): remove dependency on all-texinfo.  The
16510         problem was really in texinfo/C, not at this level.
16512 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
16514         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
16516 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
16518         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
16519         GDB releases.
16521 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16523         * configure: Include srcdir in message about target of link not
16524         being found.  Don't convert `-' to `_' in `with' options being
16525         passed to subdirs.
16527 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16529         * configure.in: add uudecode to host_tools
16531         * Makefile.in: added {all,install}-uudecode targets, added them to
16532         the appropriate lists
16534 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
16536         * Makefile.in (all-gcc): Added dependency on all-gas.
16538         * configure.in (mips-*-*): Build ld and binutils.
16540 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16542         * configure: check return code from mkdir, print error message and
16543           exit on failure.
16545 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
16547         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
16549 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
16551         * test-build.mk (HOLES): Added tar, cpio and uudecode.
16553 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16555         * config.sub (h8500):  Recognize this as a cpu type.
16557 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16559         * configure: source directory missing is no longer a warning
16561         * configure.in: recognize irix[34]* instead of irix[34]
16563         * Makefile.in: define and pass down X11_LIB
16565 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
16567         * guess-systype: Renamed to ...
16568         * config.guess:  ... by popular request.
16569         * configure.in, Makefile.in:  Update accordingly.
16571 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
16573         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
16574         + Add Convex, Cray/Unicos, and Encore/Multimax support.
16575         + Execute ./dummy instead of assuming . is in PATH.
16577 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
16579         * guess-systype:  New shell script.  Attempts to guess the
16580         canonical host name of the executing host.
16581         Only a few hosts are supported so far.
16582         * configure:  Call guess-systype if no host is specified.
16584 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
16586         * Makefile.in (gcc-no-fixedincludes): Made to work with current
16587         gcc Makefile.
16590 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
16592         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
16593         (all-gcc, install-gcc, subdir_do): Use it.
16595 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16597         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
16599 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
16601         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
16602           set exclusively by configure, using configure.in .
16604 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16606         * test-build.mk: set $PATH for all builds
16608         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
16610 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
16612         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
16613         the one used in gcc/Makefile.in, so that a null expansion doesn't
16614         override the one needed to build gcc with a native cc.
16617 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16619         * configure: Accept -with arguments.
16621 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16623         * Makefile.in: added h8300sim
16625 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
16627         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
16628         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
16629         (all-cygnus, native, build-cygnus): Make
16630         $(canonhost)-stamp-3stage-done, not $(host)....
16631         * test-build.mk (stamp-3stage-compared): Use tail +10c for
16632         i386-sco3.2v4.  Added else true to if command.
16634 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
16636         * config.sub: (from FSF) Sequent uses a BSD-like OS.
16638 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
16640         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
16642 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16644         * configure.in: don't remove binutils from Solaris builds
16646 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
16648         * Makefile.in: get rid of earlier definitions for *clean,
16649         also handle the recursive info rule better
16651 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
16653         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
16654         do more-or-less the right thing.
16656 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
16658         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
16659         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
16661 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16663         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
16664         $(host_canonical).
16666         * configure.in: split the configdirs list into 4 categories (native
16667         v. cross, library v. tool) and handle the cross-only and native-
16668         only in more reasonable (and correct!) way.
16670 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
16672         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
16673         configdirs anymore.
16675 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16677         * Makefile.in: extensive cleanup::  removed all of the explicit
16678         clean-* targets, collapsed many wrappers around subdir_do into
16679         one, added additional targets to satisfy standards.texi, deleted
16680         some old targets, some changes for consistency
16682 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16684         * configure.in: handle some programs as cross-only, and others as
16685         native only
16687         * test-build.mk: handle partial holes in a more generic manner
16689         * Makefile.in: m4 depends on libiberty
16691 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16693         * configure.in: add m4, textutils, fileutils, sed, shellutils,
16694         time, wdiff, and find to configdirs
16696         * Makefile.in: all, clean, and install rules for the new programs
16697         added to configure.in
16699 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16701         * configure.in: use mh-sun for all *-sun-* hosts
16703 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16705         * Makefile.in: define flags for X11 include files and library file
16706         locations, pass them down to the programs that need this info
16708         * build-all.mk: added a 'native' target, to 3stage the native toolchain
16710 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16712         * configure.in: start building libg++ for HP-UX targets
16714 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
16716         * README:  Update references to files moved into etc/.
16718 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
16720         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
16721         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
16723 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16725         * configure: accept dash as well as underscore in long option
16726         names for FSF compatibility.
16728 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
16730         * config.sub: added -sco3.2v4 support from FSF.
16732 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16734         * configure.in: expand the section that adds or removes
16735         directories from the list of programs to build, to handle native
16736         vs. cross in addition to host v. native
16738 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
16740         * Makefile.in:  Replace C++ in macro names with CXX.
16741         This is less likely to break ...
16743 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16745         * test-build.mk: add -w to GNU_MAKE
16747 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16749         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
16750         add 'sparc' to list of recognized cpus.  This needed to make
16751         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
16752         Delete some redundant ose68 variants.  Recognize -wrs as an os,
16753         then changes that into $CPU-wrs-vxworks.
16755         * configure.in: remove most references to gdbtest, regularize
16756         target based program removal
16758         * test-build.mk: import from p3 tree (many fixes and changes)
16760 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
16762         * Makefile.in: added rules to handle tcl, tk, and expect
16764         * configure.in: handle those directories if they exist
16766 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16768         * config.sub: removed bogus hppabsd and hppahpux names, since
16769         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
16771 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16773         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
16774         depends upon all-xiberty
16776         * Makefile.in: changes from p3, including:
16778         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
16780         * Makefile.in (XTRAFLAGS): include newlib directories if
16781         newlib/Makefile exists, rather than if host != target.
16783         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
16785         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16786         from the same source tree and not building a cross-compiler.  This
16787         matters for the libg++ configuration if reconfiguring a tree that
16788         has already been installed.
16790         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
16792         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16793         pick up the machine and system specific header files.
16795         * Makefile.in: added AS_FOR_TARGET, passed down in
16796         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16797         the C compiler to use to create programs which are run in the
16798         build environment, set it to default to $(CC), and passed it down
16799         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16801         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
16803         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
16804         We need them for unusual native builds, like systems without
16805         ranlib.
16807         * configure: also define $(host_canonical) and
16808         $(target_canonical), which are the full, canonical names for the
16809         given host and target
16811 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
16813         * Makefile.in:  Added separate definitions for C++.
16815 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
16817         * configure.in (configdirs):  Add deja-gnu.
16819 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
16821         * README:  Update for configure.texi and gdb-4.7 release.
16823 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
16825         * Makefile.in:  Move "all" target to top of file.
16826         Previously, first target was ".PHONY" which caused BSD4.4 make
16827         to build .PHONY when make was run without arguments.
16829 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
16831         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
16832         Library-copylefted code in libiberty.
16834 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
16836         * config.sub:  Replace m68kmote with plain old m68k.
16838 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
16840         * Makefile.in:  Remove space from blank line, avoid Make complaints.
16842 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
16844         * config.sub: Complain if no argument is given.  Added support for
16845         386bsd as OS and target alias.
16847 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
16849         * Makefile.in (XTRAFLAGS): include newlib directories if
16850         newlib/Makefile exists, rather than if host != target.
16852 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
16854         * config.sub: recognize sparclite-wrs-vxworks.
16856         * Makefile.in (install-xiberty): added *-xiberty make rules (from
16857         p3.) Added clean-xiberty to clean.
16859 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16861         * configure.in: use *-*-* instead of nested cases for host and target
16863 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
16865         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16866         from the same source tree and not building a cross-compiler.  This
16867         matters for the libg++ configuration if reconfiguring a tree that
16868         has already been installed.
16870 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
16872         * config.sub (i486v/i486v4):  Merge in from FSF version.
16874 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
16876         * configure: only set PWD if it is already set.
16878 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
16880         * configure: just set PWD=`pwd` at the top, since Ultrix sh
16881         doesn't have unset and all success paths (and most error paths)
16882         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
16883         to just ${PWD} to avoid confusion.)
16885 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
16887         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
16888         even for a native compilation.
16890 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
16892         Changes to make the gdb.tar.Z rule work better.
16894         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
16895         (DEVO_SUPPORT):  Add configure.texi.
16896         (bfd-ilrt.tar.Z):  Remove ancient rule.
16898 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
16900         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16901         pick up the machine and system specific header files.
16903         * configure.in, config.sub: added new target m68010-adobe-scout,
16904         with alias of adobe68k.  Changed configure.in to check for
16905         -scout before -sco* to avoid a false match.
16907         * Makefile.in: added AS_FOR_TARGET, passed down in
16908         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16909         the C compiler to use to create programs which are run in the
16910         build environment, set it to default to $(CC), and passed it down
16911         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16913 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16915         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
16916         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
16917         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
16918         FOR_TARGET variants, to newlib and libg++.
16920 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16922         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
16923         first.
16925 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
16927         * config.sub:  Accept `elf' as an environment.
16929 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16931         * Makefile.in (all-opcodes):  cd into the right directory
16933 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
16935         * configure: added -program_transform_name option, used as
16936         argument to sed when installing programs.
16937         configure.texi: added documentation for -program_prefix,
16938         -program_suffix and -program_transform_name.
16940 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
16942         * config.sub:  Accept i486 where i386 ok.
16944 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
16946         * config.sub: accept we32k
16948 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
16950         * config.sub, configure.in: accept OSE68000 and OSE68k.
16952         * Makefile.in: don't create all directories for ``make install'';
16953         let the subdirectories create the ones they need.
16955 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16957         * COPYING: new file, GPL v2
16959 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16961         * Makefile.in: use the new gen-info-dir, which needs a template
16962         argument (which also lives in texinfo)
16964         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
16966 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
16968         * config.sub (ncr3000):  Change i386 to i486.
16970 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16972         * Makefile.in: add install-rcs, install-grep to
16973         install-no-fixedincludes, removed install-bison and install-libgcc
16975 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
16977         * configure.in: grab the HPUX makefile fragment if on HPUX
16979 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
16981         * Makefile.in: eradicate bison spoor (ditto libgcc).
16982          configure.in: recognise m68{k,000}-ericsson-OSE.
16983          es1800 is alias for m68k-ericsson-OSE
16985 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16987         * configure.in: rearrange the parts that remove programs from
16988         configdirs, based now on HOST==TARGET or by canonical triple.
16990 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16992         * test-build.mk: recurse explicitly with -f test-build.mk when
16993           appropriate.  predicate stage3 and comparison on the existence
16994           of gcc.  That is, if gcc isn't around, we aren't three-staging.
16995           On very clean, also remove ...stamp-co.  Build in-place before
16996           doing other builds.
16998 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
17000         * Makefile.in, configure.in: add tgas
17002 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17004         * Makefile.in: a number of changes merged in from progressive.
17006         * configure.in: add libm.
17008         * .cvsignore: ignore some stuff that comes from test-build.mk.
17010 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
17012         * config.sub:  Add es1800 (m68k-ericsson-es1800).
17014 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
17016         * configure: Add program_suffix (parallel to program_prefix)
17017         * Makefile.in: adjust directory-creating script for losing decstation
17019 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
17021         * configure:  Minor $subdir-related fixes.
17023 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
17025         * configure: fix various problems with propogating
17026         makefile_target_frag in subdirs.
17027         * configure.in: config libgcc if its there
17029 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
17031         * config.sub:  HPPA merge.
17033 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
17035         * Makefile.in:  Replace all-bison with all-byacc in all
17036         dependency lines for other tools (which now use byacc).
17038 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
17040         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
17042 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
17044         * Makefile.in: make gprof rules similar to byacc rules (instead of
17045         vestigal $(unsubdir) that didn't work...)
17047 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
17049         * config.sub:  Add support for Linux.
17050         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
17051         (at least for libg++).
17053 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
17055         * configure.texi: fix doc for the -nfp option to configure
17057 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
17059         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
17061 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
17063         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
17064         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
17065         * configure.in: added solaris* host_makefile_frag hook.
17067 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17069         * config.sub: changed recognition of m68000 so that various
17070         m68k types can be specified via m680[01234]0
17072 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17074         * config.sub (basic_machine): fix sed so that '-foo' isn't
17075         completely substituted out while .+'-foo' loses the '-foo'
17077 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
17079         * config.sub ($os): Add -aout.
17081 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
17083         * configure:  If host_makefile_frag is absolute, don't
17084         prefix ${invsubdir} (relevant to libg++ auto-configure).
17086 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
17088         * Makefile.in (tooldir): Define it.
17089         (all-ld): Depend on all-flex.
17091 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
17093         * Makefile.in (check):  Fix libg++ special case.
17095 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
17097         * configure: do not bury `pwd` into config.status, thus do fewer
17098           pwd's.
17100         * configure: print the "Building in" message only when building in
17101           other than "." AND verbose.
17103         * configure: remove -s, rework -v to better accommodate guested
17104           configures.
17106         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
17108 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
17110         * Makefile.in: macroize flags passed on recursion.  remove
17111           fileutils.
17113 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
17115         * configure: get makesrcdir right for subdirs deeper than 1.
17117         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
17118           install.
17120 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
17122         * Makefile.in: don't print subdir_do or recursion lines.
17124 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
17126         * standards.texi: added menu item.
17128         * Makefile.in: build and install standards.info.
17130         * standards.texi: new file.
17132 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17134         * configure: test for and move config.status pieces from
17135           ${subdir}/.
17137 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
17139         * configure:  Test for existance of files before trying to mv
17140         them, to avoid numerous non-existance messages.
17142 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
17144         * configure: correct final line of config.status.
17146         * configure: patch from eggert.  Avoids a protection problem if
17147           the original Makefile.in is read only.
17149         * configure: use move-if-change from gcc to create config.status.
17150           Some makefiles depend on config.status to tell if a directory
17151           has been reconfigured for a different host.  This change
17152           prevents those directories from remaking everything in the case
17153           where the reconfig was only intended to rebuild a Makefile.
17155         * configure: test for config.sub with "config.sub sun4" rather
17156           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
17157           host alias from a missing config.sub.
17159 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17161         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
17162           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
17164 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
17166         * configure: mkdir ${subdir} as needed.
17168 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
17170         * Makefile.in,configure.in: added autoconf.
17172 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17174         * Makefile.in: no longer pass against on recursion.
17176         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
17177           definitions are not inherited.
17179         * configure: correct makesrcdir when subdir is .
17181 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
17183         * configure:  Add support for 'subdirs' variable, which is
17184         like 'configdirs', except that configure doesn't re-invoke
17185         itself for subdirs, it just creates a Makefile for each subdir.
17186         * configure.texi:  Document subdirs.
17188 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17190         * configure.in: added flex to configdirs
17192 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
17194         * Makefile.in: remove clean-stamps from clean.
17196 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
17198         * configure.in:  Add gdbtest to configdirs.
17200 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
17202         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
17203         to recursive makes.
17204         * configure.in:  Recognize new ncr3000 config.
17206 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
17208         * Makefile.in, configure.in: removed references to gdbm.
17210 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
17212         * config.sub:  Don't canonicalize os value
17213         newsos* to bsd (readline needs to check for newsos).
17214         (This fix was earlier made Jan 31, but got re-broken.)
17216 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
17218         * configure.in:  sco is an os, not a vendor!
17220         * configure:  Quote $( better.  Keep various shells happy.
17222 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
17224         * Makefile.in: eliminate stamp-files.
17226 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
17228         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
17229           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
17231 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
17233         * config.sub:  fix iris/iris3.
17235 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
17237         * configure: re-add -rm.
17239 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
17241         * Maskefile.in: add .stmp-rcs to all.
17243         * configure.in: remove gas from rs6000 build, use aix host fragment.
17245 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
17247         * configure: pass down site_option during recursion.
17249 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
17251         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
17253 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
17255         * configure: Change exec_prefix so that it really defaults to prefix.
17257 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
17259         * Makefile.in, configure.in:  Add support for mmalloc library.
17261 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
17263         * Makefile.in: add stmp dependencies for a few more things.
17265 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
17267         * configure: adjusted error message on objdir/srcdir configure
17268           collision, per john's suggestion.
17270         * Makefile.in: add libiberty stmp to all and all.cross.
17272 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
17274         * Makefile.in: remove force dependencies, add grep to all.
17276 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
17278         * Makefile.in: drop flex.  make stamp files work.
17280         * configure: added test for conflicting configuration in srcdir,
17281           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
17282           gets cranky.  use relative paths for configure and srcdir
17283           whenever possible.  Send some error messages to stderr that were
17284           going to stdout.
17286 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
17288         * Makefile.in:  Fix libg++ rule to check for gcc directory
17289         before using gcc/gcc.  Also pass XTRAFLAGS.
17291 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
17293         * Makefile.in: added stmp-files so that directories aren't polled
17294           when they are already built.
17296         * configure.texi: fixed a node pointer problem.
17298 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
17300         * config.sub configure.in gdb/configure.in
17301         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
17302         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
17303         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
17305 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17307         * configure: -recurring becomes -silent.  corrected help message
17308           for -site= option.
17310         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
17312 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17314         * configure: when building Makefile for crosses, replace
17315           tooldir and program_prefix.  default srcdir from location of
17316           config.sub.  remove "for host in hosts" and "for target in
17317           targets" loops.
17319 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17321         * Makefile.in: Do not pass bindir or mandir to cvs.
17323 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
17325         * Makefile.in, configure.in: removed traces of namesubdir,
17326           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
17327           copyrights to '92, changed some from Cygnus to FSF.
17329         * configure.texi: remove most references to multiple hosts,
17330           multiple targets, subdirs, etc.
17332         * configure.man: removed rcsid. reference config.sub not
17333           config.subr.
17335         * Makefile.in: mkdir $(infodir) on install-info.
17337 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
17339         * configure.texi:  Explain better about .gdbinit and about
17340         the environment that configure.in sections run in.
17342 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
17344         * configure.in:  Ultrix is only a decstation if it's a MIPS.
17346 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
17348         * README:  DOC.configure => cfg-paper.texi.
17350 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
17352         * config.sub (near case $os):  Don't convert newsos* to bsd!
17354 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
17356         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
17357         the number of copies of COPYING that go into the GDB tar file.
17359 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
17361         * bfd/configure.in, gdb/config/mh-i386sco,
17362         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
17363         Fix SCO configuration stuff.
17365 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
17367         * Makefile.in:  For libg++, make sure the -I pointing
17368         to the gcc directory goes *after* all the libg++-local -I flags.
17369         Also, move just-gcc dependency from just-libg++ to all-libg++.
17371 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
17373         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
17375 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
17377         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
17379 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
17381         * config.sub:  Add stratus configuration frags.  Also
17382         submitted to FSF.
17384 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
17386         * Makefile.in (DEV_SUPPORT):  add configure.man.
17388         * config.sub(Decode manufacturer-specific):  add -none*.
17390 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
17392         * Makefile.in:  remove form feeds to make Sun's make happy.
17393         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
17395 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
17397         * Makefile.in (AR_FLAGS):  Make quieter.
17399 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
17401         * configure.in:  Add libg++.
17402         * configure:  When verbose, don't output the command line at each
17403         level; it will be unremarkably the same as the previous version,
17404         which will be the same as what the user typed.
17406 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
17408         * configure.in, Makefile.in: fix clean-info, add flex.  add
17409           fileutils.
17411         * configure: be less sensitive to spaces in Makefile.in.  Do not
17412           look for sources in "..".  Doing so breaks subdirectories that
17413           might have their own configure.  If a subdir has it's own
17414           configure script, use it.
17416 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
17418         * cfg-paper.texi: some changes suggested by rms.
17420 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
17422         * config.sub:  Merge in some small additions from the FSF version,
17423         taken from the gcc distribution, to bring the Cygnus and FSF
17424         versions into closer sync.
17426 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
17428         * configure.in:  Changed svr4 references to sysv4.
17430 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
17432         * configure: added -V for version number option.
17434 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
17436         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
17437           renamed from DOC.configure to cfg-paper.texi.
17439 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17441         * configure, config.subr, config.sub: config.subr is now
17442           config.sub again.
17444 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
17446         * configure.texi: new file, in progress.
17448         * Makefile.in: build info file and install the man page for
17449           configure.
17451         * configure.man: new file, first cut.
17453         * configure: find config.subr again now that configuration "none"
17454           has gone.  removed all traces of the -ansi option.  removed all
17455           traces of the -languages option.
17457         * config.subr: resync from rms.
17459 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17461         * configure, config.sub, config.subr: merge config.sub into
17462           config.subr, call the result config.subr, remove config.sub, use
17463           config.subr.
17465         * Makefile.in: revised install for dir.info.
17467 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17469         * configure.in: add decstation host makefile frag.
17471         * Makefile.in: BISON now bison -y again.  also install-gcc on
17472           install.  clean-gdbm on clean.  infodir belongs in datadir.
17473           Make directories for info install.  Build dir.info here then
17474           install it.
17476 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17478         * Makefile.in: fix for bad directory tests.
17480 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17482         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
17483           regexp.  -srcdir relative was being handled incorrectly.
17485         * Makefile.in: unwrapped some for loops so that parallel makes
17486           work again and so one can focus one's attention on a particular
17487           package.
17489 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17491         * configure: added PWD as a stand in for `pwd` (for speed). use
17492           elif wherever possible.  make -srcdir work without -objdir.
17493           -objdir= commented out.
17495 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17497         * configure: +options become --options.  -subdirs commented out.
17498           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
17499           Makefile now at top of generated Makefile.  Removed cvs log
17500           entries.  added -srcdir.  create .gdbinit only if there is one
17501           in ${srcdir}.
17503         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
17504           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
17505           and mandir now keyed off datadir by default.
17507 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17509         * Freshly created ChangeLog.
17512 Local Variables:
17513 mode: change-log
17514 left-margin: 8
17515 fill-column: 76
17516 version-control: never
17517 End: