2012-09-17 Janus Weil <janus@gcc.gnu.org>
[official-gcc.git] / ChangeLog
blobac75547844c0cd5cb5b7032c5ecccecf8d69f17b
1 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
3         PR target/38607
4         Merge upstream change.
5         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
7         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
8         Add libgomp*.o to compare_exclusions for AIX.
9         * configure: Regenerate.
11 2012-09-06  Diego Novillo  <dnovillo@google.com>
13         * configure.ac: Bump minimum GMP version to 4.2.3.
14         * configure: Re-generate.
16 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
18         PR target/54461
19         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
20         target-libgloss if not configured --with-avrlibc=no.
21         * configure: Regenerate.
23 2012-09-04  Jason Merrill  <jason@redhat.com>
25         * configure.ac: Fix --enable-languages=all.
27 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
29         * MAINTAINERS (Write After Approval): Add myself.
31 2012-09-03  Richard Guenther  <rguenther@suse.de>
33         PR bootstrap/54138
34         * configure.ac: Re-organize ISL / CLOOG checks to allow
35         disabling with either --without-isl or --without-cloog.
36         * configure: Regenerated.
38 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
40         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
41         * configure: Regenerate.
43 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
45         * MAINTAINERS: Fix my email address.
47 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
49         PR binutils/4970
50         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
51         and opcodes.
52         * Makefile.in: Regenerated.
54 2012-08-26  Art Haas <ahaas@impactweather.com>
56         * configure: Regenerate.
58 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
60         * INSTALL/README: Also refer to the online installation
61         instructions.
63 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
65         * MAINTAINERS (Write After Approval): Add myself.
66         (Picochip port): Remove myself.
68 2012-08-14   Diego Novillo  <dnovillo@google.com>
70         Merge from cxx-conversion branch.
72         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
73         POSTSTAGE1_CONFIGURE_FLAGS.
74         * Makefile.in: Regenerate.
75         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
76         Force C++ when bootstrapping.
77         * configure: Regenerate.
79 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
81         * MAINTAINERS (Write After Approval): Add myself.
83 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
85         * README: Document use of ranges of years in copyright notices.
87 2012-07-06  Richard Guenther  <rguenther@suse.de>
89         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
90         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
91         --with-gmp=system.
92         * Makefile.in: Regenerated.
93         * configure: Likewise.
95 2012-07-06  Richard Guenther  <rguenther@suse.de>
97         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
98         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
99         supply V=1 as extra_make_flags.
100         * configure: Regenerated.
101         * Makefile.in: Likewise.
103 2012-07-04  Tristan Gingold  <gingold@adacore.com>
105         * configure: Regenerate.
107 2012-07-03  Richard Guenther  <rguenther@suse.de>
109         * Makfile.def (isl): Remove not necessary extra_exports and
110         extra_make_flags.
111         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
112         * Makefile.in: Regenerated.
114 2012-07-03  Richard Guenther  <rguenther@suse.de>
116         * Makefile.def (cloog): Add V=1 to extra_make_flags.
117         * configure.ac: If either the ISL or the CLooG check failed
118         do not try to build in-tree versions.
119         * Makefile.in: Regenerated.
120         * configure: Regenerated.
122 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
124         * configure: Regenerate.
126 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
128         * MAINTAINERS (Various Maintainers): Add myself as testsuite
129         maintainer.
131 2012-07-02  Richard Guenther  <rguenther@suse.de>
133         * configure: Regenerated.
135 2012-07-02  Richard Guenther  <rguenther@suse.de>
136         Michael Matz  <matz@suse.de>
137         Tobias Grosser <tobias@grosser.es>
138         Sebastian Pop <sebpop@gmail.com>
140         * Makefile.def: Add ISL host module, remove PPL host module.
141         Adjust ClooG host module to use the proper ISL.
142         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
143         * configure.ac: Include config/isl.m4.  Add ISL host library,
144         remove PPL.  Remove PPL configury, add ISL configury, adjust
145         ClooG configury.
146         * Makefile.in: Regenerated.
147         * configure: Likewise.
149 2012-07-02  Richard Guenther  <rguenther@suse.de>
151         Merge from graphite branch
152         2011-07-21  Tobias Grosser  <tobias@grosser.es>
154         * configure: Regenerated.
155         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
156         both cloog.org and legacy versions. The only supported version will
157         be CLooG with the isl backend.
159         2011-07-21  Tobias Grosser  <tobias@grosser.es>
161         * configure: Regenerated.
162         * configure.ac: Require cloog isl 0.17.0
164         2011-07-21  Tobias Grosser  <tobias@grosser.es>
166         * configure: Regenerated.
167         * config/cloog.m4: Do not define CLOOG_ORG
169 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
171         * configure.ac: Skip C if explicitly selected.
172         * configure: Regenerate.
174 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
176         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
177         they contain -O2.
178         * configure: Regenerate.
180 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
182         PR debug/53740
183         * df.h, df-problems.c, dce.c: Revert last patch.
185 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
187         * MAINTAINERS (Write After Approval): Update my email address.
189 2012-06-21  Meador Inge  <meadori@codesourcery.com>
191         * MAINTAINERS (Write After Approval): Add myself.
193 2012-06-20  Jason Merrill  <jason@redhat.com>
195         * Makefile.tpl (check-target-libgomp-c++): New.
196         (check-target-libitm-c++): New.
197         * Makefile.def (c++): Add them.
198         * Makefile.in: Regenerate.
200 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
202         * MAINTAINERS (Write After Approval): Add myself.
204 2012-05-16  Olivier Hainque  <hainque@adacore.com>
206         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
207         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
208         (install-no-fixedincludes): Adjust accordingly.
209         * Makefile.in: Regenerate.
211 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
213         Merge upstream change
214         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
216 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
218         * MAINTAINERS (Write After Approval): Add myself.
220 2012-05-09  Nick Clifton  <nickc@redhat.com>
221             Paul Smith  <psmith@gnu.org>
223         PR bootstrap/50461
224         * configure.ac (mpfr-dir): When using in-tree MPFR sources
225         allow for the fact that from release v3.1.0 of MPFR the source
226         files were moved into a src sub-directory.
227         * configure: Regenerate.
229 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
231         * configure.ac: Bump minimum MPFR version to 2.4.0.
232         * configure: Regenerated.
234 2012-05-01  Richard Henderson  <rth@redhat.com>
236         * Makefile.def (libatomic): New target_module.
237         * configure.ac (target_libraries): Add libatomic.
238         (noconfigdirs): Check if libatomic is supported.
239         * Makefile.in, configure: Rebuild.
241 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
243         * MAINTAINERS (Write After Approval): Add myself.
245 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
247         * config.sub: Update to 2012-04-18 version from official repo.
249 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
251         * MAINTAINERS (Write After Approval): Add myself.
253 2012-04-11  Steve Ellcey  <sellcey@mips.com>
255         * MAINTAINERS: Changed email address.
257 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
259         PR target/52737
260         * contrib/gcc_update (files_and_dependencies):
261         Remove gcc/config/avr/t-multilib from touch data.
263 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
265         * MAINTAINERS (OS Port Maintainers): Remove irix.
266         * configure.ac (enable_libgomp): Remove *-*-irix6*.
267         (unsupported_languages): Remove mips-sgi-irix6.*.
268         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
269         (with_stabs): Remove.
270         * configure: Regenerate.
272 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
274         * MAINTAINERS (OS Port Maintainers): Remove osf.
275         * configure.ac (enable_libgomp): Remove *-*-osf*.
276         (with_stabs): Remove alpha*-*-osf*.
277         * configure: Regenerate.
279 2012-03-05  Tristan Gingold  <gingold@adacore.com>
281         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
282         * configure: Regenerate.
284 2012-02-17  Walter Lee  <walt@tilera.com>
286         * MAINTAINERS: (Write After Approval): Delete myself.
288 2012-02-14  Walter Lee  <walt@tilera.com>
290         * MAINTAINERS (tilegx port): Add myself.
291         (tilepro port): Add myself.
292         (Write After Approval): Add myself.
294 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
296         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
297         and Joseph Myers as docstring relicensing maintainers.
299 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
301         * MAINTAINERS (write-after-approval): Add myself.
303 2012-02-08  Ira Rosen <irar@il.ibm.com>
305         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
306         maintainer.
308 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
310         * MAINTAINERS (Write After Approval): Move myself to
311         maintain alphabetical order.
313 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
315         * MAINTAINERS (Write After Approval): Add myself.
317 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
319         * MAINTAINERS (Write After Approval): Add myself.
321 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
322             Jayant R Sonar <jayant.sonar@kpitcummins.com>
324         * configure.ac (cr16-*-*): Remove nonconfigdirs.
325         * configure: Regenerate.
327 2012-01-23  Harshit Chopra  <harshit@google.com>
329         * MAINTAINERS (Write After Approval): Add myself.
331 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
333         * configure.ac: Remove reference to mh-interix.
334         * configure: Regenerate.
336 2012-01-05  Richard Henderson  <rth@redhat.com>
338         PR bootstrap/51072
339         * configure.ac: Disable libitm if c++ is not enabled.
340         * configure: Rebuild.
342         * configure.ac: Fix regexp for same.
343         * configure: Rebuild.
345 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
347         * MAINTAINERS (Write After Approval): Add myself.
349 2012-01-02  Richard Guenther  <rguenther@suse.de>
351         PR bootstrap/51686
352         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
353         * Makefile.in: Regenerate.
355 2011-12-28  Oleg Endo <olegendo@gcc.gnu.org>
357         * MAINTAINERS (Write After Approval): Add myself.
359 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
361         * configure: Regenerate.
363 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
365         * MAINTAINERS (picochip): Changed email address.
367 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
369         * MAINTAINERS (write-after-approval): Add self.
371 2011-11-29  DJ Delorie  <dj@redhat.com>
373         * configure.ac (rl78-*-*) New case.
374         * configure: Regenerate.
375         * MAINTAINERS: Add myself as RL78 maintainer.
377 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
379         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
381 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
383         * libtool.m4: Additional FreeBSD 10 fixes.
385 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
387         * MAINTAINERS: Move myself from Write After Approval to CPU Port
388         Maintainers section, as Epiphany maintainer.
390 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
392         PR target/49992
393         * configure.ac: Remove ranlib special-casing for Darwin.
394         * configure: Regenerate.
396 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
398         * MAINTAINERS (Reviewers): Keep the list sorted.
400 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
402         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
404 2011-11-09  Roland McGrath  <mcgrathr@google.com>
406         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
407         * configure: Rebuild.
408         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
409         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
410         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
411         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
412         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
413         Add READELF.
414         * Makefile.in: Rebuild.
416 2011-11-09  Jason Merrill  <jason@redhat.com>
418         * Makefile.def (language=c++): Remove check-c++0x.
419         * Makefile.in (check-gcc-c++): Regenerate.
421 2011-11-08  Richard Henderson  <rth@redhat.com>
423         * configure.ac: Test for libitm directory present first.
425         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
427         * configure.ac: Test libitm/configure.tgt to disable libitm.
428         * configure: Rebuild.
430 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
431             Richard Henderson  <rth@redhat.com>
433         Merged from transactional-memory.
435         * Makefile.def (lang_env_dependencies): libitm is c++.
436         Add libitm target module.
437         * configure.ac: Likewise.
438         * config/mmap.m4: New file.
439         * contrib/gcc_update: Add libitm to touch data.
440         * Makefile.in, configure: Rebuild.
442 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
444         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
445         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
446         * Makefile.in: Regenerate.
448 2011-11-01  DJ Delorie  <dj@redhat.com>
450         * config.sub: Update to version 2011-10-29 (added rl78)
452 2011-10-27  Nick Clifton  <nickc@redhat.com>
454         * config.sub: Import these changes from the config project:
456         2011-10-08  Joern Rennecke <joern.rennecke@embecosm.com>
457             Ben Elliston  <bje@gnu.org>
459         * config.sub (epiphany): New.
461         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
462             Ben Elliston  <bje@gnu.org>
464         * config.sub (hexagon, hexagon-*): New.
466         2011-08-23  Roland McGrath  <mcgrathr@google.com>
468         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
469         64eb to be64.
471         2011-08-16  Roland McGrath  <mcgrathr@google.com>
473         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
474         (nacl): Grok as alias for 32el-unknown-nacl.
476 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
478         * MAINTAINERS (Write After Approval): Add myself.
480 2011-10-24  Teresa Johnson  <tejohnson@google.com>
482         * MAINTAINERS (Write After Approval): Add myself.
484 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
486         * MAINTAINERS (sparc port): Remove myself.
488 2011-09-14  Tom de Vries  <tom@codesourcery.com>
490         * MAINTAINERS (Write After Approval): Add myself.
492 2011-08-14  Yao Qi  <yao@codesourcery.com>
494         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
495         * configure: Regenerate.
497 2011-07-26  Ian Lance Taylor  <iant@google.com>
499         * configure.ac: Set have_compiler based on whether gcc directory
500         exists, rather than on whether gcc is in configdirs.
501         * configure: Rebuild.
503 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
505         * MAINTAINERS (Global Reviewers): Add self.
507 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
509         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
510         link directories.
511         * Makefile.in: Rebuild.
513 2011-07-20  Ian Lance Taylor  <iant@google.com>
515         PR bootstrap/49787
516         * configure.ac: Move --enable-bootstrap handling earlier in file.
517         If --enable-bootstrap and either --enable-build-with-cxx or
518         --enable-build-poststage1-with-cxx, enable C++ automatically.
519         * configure: Rebuild.
521 2011-07-19  Ian Lance Taylor  <iant@google.com>
523         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
524         make C++ a boot_language.  Set and substitute
525         POSTSTAGE1_CONFIGURE_FLAGS.
526         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
527         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
528         * configure, Makefile.in: Rebuild.
530 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
532         * MAINTAINERS (Register Allocation): Move myself from reviewers to
533         maintainers.
535 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
537         * MAINTAINERS (Global Reviewers): Add myself.
539 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
541         * configure: Regenerate.
543 2011-07-16  Jason Merrill  <jason@redhat.com>
545         * Makefile.def (language=c++): Add check-c++0x and
546         check-target-libmudflap-c++.
547         * Makefile.tpl (check-target-libmudflap-c++): New.
548         * Makefile.in: Regenerate.
550 2011-07-16  Matthias Klose  <doko@ubuntu.com>
552         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
553         * Makefile.def (target_modules/libjava): Pass
554         $(EXTRA_CONFIGARGS_LIBJAVA).
555         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
556         if not configured with --enable-static-libjava.
557         * Makefile.in: Regenerate.
558         * configure: Likewise.
560 2011-07-15  Jason Merrill  <jason@redhat.com>
562         * Makefile.in (check-c++): Move check-gcc-c++0x after
563         check-target-libstdc++-v3.
565 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
567         * MAINTAINERS (c6x port): New entry.
569 2011-07-13  Jason Merrill  <jason@redhat.com>
571         * Makefile.in (check-gcc-c++0x): New.
572         (check-c++): Depend on it.
574 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
576         PR target/39150
577         * configure.ac (i[3456789]86-*-solaris2*): Also accept
578         x86_64-*-solaris2.1[0-9]*.
579         * configure: Regenerate.
581 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
583         * MAINTAINERS (RTL optimizers): Add self.
585 2011-06-27  Gabriel Charette  <gchare@google.com>
587         * MAINTAINERS (Write After Approval): Add myself.
589 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
591         PR regression/47836
592         PR bootstrap/23656
593         PR other/47733
594         PR bootstrap/49247
595         PR c/48825
596         * configure.ac (target_libraries): Remove target-libiberty.
597         Remove case-statement setting skipdirs=target-libiberty for
598         multiple targets.  Remove checking target_configdirs and
599         removing target-libiberty but keeping target-libgcc if
600         otherwise empty.
601         * Makefile.def (target_modules): Don't add libiberty.
602         (dependencies): Remove all traces of target-libiberty.
603         * configure, Makefile.in: Regenerate.
605 2011-06-13  Walter Lee <walt@tilera.com>
607         * configure.ac (tilepro-*-*) New case.
608         (tilegx-*-*): Likewise.
609         * configure: Regenerate.
611 2011-06-06  Jing Yu  <jingyu@google.com>
613         * configure.ac: Skip target-libiberty for
614         arm*-*-linux-androideabi.
615         * configure: Regenerated.
617 2011-06-06  Nick Clifton  <nickc@redhat.com>
619         * config.sub: Sync from upstream.
621 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
623         * MAINTAINERS (Write After Approval): Add myself.
625 2011-06-01  Daniel Jacobowitz  <drow@false.org>
627         * MAINTAINERS: Update my email address.
629 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
631         * MAINTAINERS (Write After Approval): Update my email address.
633 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
635         * MAINTAINERS (Write After Approval): Add myself.
637 2011-05-08  Doug Kwan  <dougkwan@google.com>
639         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
640         * configure: Regenerated.
641         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
642         value from configure.
643         * Makefile.in: Regenerated.
645 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
647         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
648         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
649         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
650         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
651         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
652         *-*-vxworks*): Disable newlib and libgloss in separate case
653         statement.
654         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
655         to separate case statement.
656         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
657         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
658         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
659         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
660         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
661         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
662         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
663         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
664         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
665         i[[3456789]]86-*-rdos*, m32r-*-*,
666         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
667         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
668         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
669         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
670         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
671         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
672         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
673         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
674         and libgloss in main case over targets.  Remove most empty cases
675         in main case over targets.
676         * configure: Regenerate.
678 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
680         * MAINTAINERS (Write After Approval): Add myself.
682 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
684         * configure.ac: Remove code setting special library locations for
685         hppa*64*-*-hpux11*.  Remove code setting compiler for
686         sparc-sun-solaris2*.
687         * configure: Regenerate.
689 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
691         * configure.ac: Separate libgloss_dir settings from general case
692         over targets.
693         * configure: Regenerate.
695 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
697         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
698         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
699         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
700         cases in libgcj-disabling case statement.
701         (hppa*64*-*-linux*): Set unsupported_languages instead of
702         disabling target-zlib.
703         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
704         to hppa*64*-*-hpux*.
705         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
706         hppa*-*-hpux*.
707         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
708         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
709         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
710         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
711         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
712         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
713         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
714         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
715         libgcj-disabling case statement.
716         * configure: Regenerate.
718 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
720         * configure.ac: Disable Java for targets not supporting libffi.
721         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
722         Remove cases in Java-disabling statement.
723         (*arm-wince-pe): Change to arm-wince-pe.
724         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
725         cases in Java-disabling statement.
726         (bfin-*-*): Don't disable Java again.
727         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
728         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
729         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
730         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
731         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
732         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
733         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
734         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
735         Java-disabling statement.
736         (mmix-*-*): Don't disable Java again.
737         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
738         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
739         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
740         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
741         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
742         statement.
743         * configure: Regenerate.
745 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
747         * configure.ac: Separate cases disabling Java and Java libraries
748         from general case over targets.
749         * configure: Regenerate.
751 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
753         * MAINTAINERS: Update my email address.
755 2011-04-20  Easwaran Raman  <eraman@google.com>
757         * MAINTAINERS (Write After Approval): Add myself.
759 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
761         PR lto/48086
762         * configure.ac: Re-enable LTO on *-apple-darwin9*.
763         * configure: Regenerate.
765 2011-04-16  Jim Meyering  <meyering@redhat.com>
767         * MAINTAINERS (Write After Approval): Add myself.
769 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
771         * MAINTAINERS: Update my email address.
773 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
775         * MAINTAINERS (Write After Approval): Add myself.
777 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
779         * MAINTAINERS (Write After Approval): Add myself.
781 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
783         * MAINTAINERS (Write After Approval): Add myself.
785 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
787         * configure.ac (build_tools): Remove build-byacc.
788         (host_libs): Remove mmalloc.
789         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
790         autoconf automake libtool diff rcs fileutils shellutils time
791         textutils wdiff find uudecode hello tar gzip indent recode release
792         sed perl gawk findutils gettext zip.
793         (libgcj): Remove target-qthreads.
794         (target_tools): Remove target-examples target-gperf.
795         (YACC): Don't handle building byacc.
796         * configure: Regenerate.
797         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
798         dosutils, examples, fileutils, find, findutils, gawk, gettext,
799         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
800         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
801         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
802         handle building components.
803         * Makefile.in: Regenerate.
805 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
807         * MAINTAINERS: Update my email address as Xtensa maintainer.
809 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
811         * config.sub: Sync from upstream.
813 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
815         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
816         (microblaze*): Don't disable libssp.
817         * configure: Regenerate.
819 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
821         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
822         moveifchange.
823         * configure: Regenerate.
824         * Makefile.tpl: Use @SHELL@ not @config_shell@.
825         * Makefile.in: Regenerate.
827 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
829         * configure.ac (*-*-sysv4*): Don't enable libgomp.
830         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
831         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
832         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
833         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
834         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
835         md_exec_prefix cases.
836         * configure: Regenerate.
838 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
840         * configure.ac: Separate cases disabling target-libssp,
841         target-libiberty, target-libstdc++-v3 and Fortran from general
842         case over targets.
843         * configure: Regenerate.
845 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
847         * configure.ac (*-*-chorusos): Don't disable libgcj.
848         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
849         Remove case.
850         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
851         (arm-*-coff): Don't disable libgcj.
852         (arm*-*-linux-gnueabi): Remove useless assignment.
853         (arm-*-riscix*): Don't disable libgcj.
854         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
855         configuration.
856         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
857         (c54x*-*-*): Remove case.
858         (tic54x-*-*): Don't disable GCC or GCC libraries.
859         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
860         to *.
861         (d10v-*-*): Don't disable GCC libraries.
862         (d30v-*-*): Don't disable libgcj.
863         (h8500-*-*): Don't disable GCC libraries.
864         (i960-*-*): Don't disable libgcj.
865         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
866         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
867         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
868         libgcj.
869         (m68k-*-coff*): Remove case.
870         (mmix-*-*): Don't disable libgloss on host.
871         (mn10200-*-*, mn10300-*-*): Remove cases.
872         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
873         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
874         Don't disable libgcj.
875         (romp-*-*): Remove case.
876         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
877         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
878         case.
879         (v810-*-*): Don't disable GCC libraries.
880         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
881         (ip2k-*-*): Don't disable GCC libraries.
882         * configure: Regenerate.
884 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
886         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
887         libffi on host.
888         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
889         on host.
890         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
891         * configure: Regenerate.
893 2011-03-26  John Marino  <binutils@marino.st>
895         * configure.ac: Add support for *-*-dragonfly*
896         * configure: Regenerate.
898 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
900         * configure.ac (native_only): Remove.
901         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
902         send-pr uudecode guile gnuserv on host.
903         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
904         send-pr rcs guile perl texinfo libtool on host.
905         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
906         automake send-pr rcs guile perl texinfo libtool on host.
907         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
908         (*-*-kaos*): Don't disable target-examples target-gperf on target.
909         (alpha*-dec-osf*): Don't disable fileutils on target.
910         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
911         texinfo send-pr expect dejagnu on target.
912         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
913         target-qthreads on target.
914         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
915         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
916         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
917         x86_64-*-mingw*): Don't disable expect on target.
918         (*-*-cygwin*): Don't disable target-gperf on target.
919         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
920         gnuserv on target.
921         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
922         target.
923         * configure: Regenerate.
925 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
927         * configure.ac (target_tools): Remove target-groff.
928         (native_only): Remove target-groff.
929         (hppa*64*-*-*): Don't disable byacc.
930         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
931         setting.
932         (*-*-kaos*): Don't skip target-librx and target-groff.
933         (*-*-netware*): Don't skip target-libmudflap.
934         (*-*-tpf*): Don't skip target-libmudflap.
935         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
936         directories on the host.
937         (ia64*-*-*vms*): Don't skip tix.
938         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
939         host.
940         * configure: Regenerate.
942 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
944         * configure.ac: Remove references to mt-mep, mt-netware,
945         mt-wince.
946         * Makefile.def: Add all-utils soft dependencies.
947         * Makefile.tpl: Remove GDB_NLM_DEPS.
948         * configure: Regenerate.
949         * Makefile.in: Regenerate.
951 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
953         * configure.ac: Do not include mh-x86omitfp.
954         * configure: Regenerate.
956 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
958         * configure.ac: Remove empty cases.
959         * configure: Regenerate.
961 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
963         * Makefile.def: Add dependency from termcap to gdb.
964         * Makefile.in: Regenerate.
966 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
968         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
969         * configure: Regenerate.
970         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
971         * Makefile.tpl: Likewise.
972         * Makefile.in: Regenerate.
974 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
976         * configure.ac: Remove all mentions of tentative_cc.
977         * configure: Regenerate.
979 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
981         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
982         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
983         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
984         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
985         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
986         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
987         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
988         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
989         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
990         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
991         *-*-rhapsody*): Remove host cases.
992         * configure: Regenerate.
994 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
996         * configure.ac (ppc*-*-pe): Remove host case.
997         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
998         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
999         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1000         cases.
1001         * configure: Regenerate.
1003 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1005         * config.sub: Update to version 2011-03-23.
1007 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
1009         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1010         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1011         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1012         * configure: Regenerate.
1014 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
1016         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
1017         to Write After Approval.
1018         * config-ml.in: Don't handle arc-*-elf*.
1019         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1020         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1021         handle GCC libraries.
1022         * configure: Regenerate.
1024 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1026         PR bootstrap/48120:
1027         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1028         Add -lstdc++ -lm to LIBS.
1029         * configure: Regenerate.
1031 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
1033         * config.guess: Update to version 2011-02-02
1034         * config.sub: Update to version 2011-02-24
1036 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
1038         PR lto/48086
1039         * configure.ac: Re-enable LTO on *-apple-darwin9.
1040         * configure: Regenerate.
1042 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
1044         PR lto/48086
1045         * configure.ac: Disable LTO on darwin due to an assembler change in
1046         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
1047         under 256.
1048         * configure: Regenerate.
1050 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
1052         * MAINTAINERS: Update myself as score backend maintainer,
1053         update my e-mail address.
1055 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
1057         * MAINTAINERS: Update my e-mail address.
1059 2011-03-06  Joey Ye  <joey.ye@arm.com>
1061         * MAINTAINERS: Update my e-mail address.
1063 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1065         * configure.ac: Adjust test of with_ppl.
1066         * configure: Regenerated.
1068 2011-03-02  Kai Tietz  <ktietz@redhat.com>
1070         * MAINTAINERS: Adjust my e-mail address.
1072 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1074         * configure.ac: Add -lpwl to ppllibs.
1075         * configure: Regenerated.
1077 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1079         * config/cloog.m4: Add -lisl to clooglibs.
1080         * configure: Regenerated.
1082 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1084         * MAINTAINERS (CPU Port maintainers): Add self.
1086 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1088         * MAINTAINERS: Add myself as testsuite maintainer.
1090 2011-02-15  Mike Stump  <mikestump@comcast.net>
1092         * MAINTAINERS: Add myself as testsuite maintainer.
1094 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1096         Import from Libtool and gnulib:
1098         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
1100         Prepare for supporting FreeBSD 10.
1101         * config.rpath: Remove handling of freebsd1* which soon would
1102         match FreeBSD 10.0.
1104         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
1106         Remove support for FreeBSD 1.x.
1107         * libtool.m4 (_LT_LINKER_SHLIBS)
1108         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1109         soon would incorrectly match FreeBSD 10.0.
1111 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1113         PR binutils/12283
1114         * move-if-change: Import version from gnulib.
1116 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
1118         PR lto/47225
1119         * Makefile.def (lto-plugin): Double dash for enable-shared.
1120         (configure-gcc): Depend on all-lto-plugin.
1121         * Makefile.in: Rebuilt.
1123 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1125         * configure.ac: Remove extra bracket.
1126         * configure: Regenerate.
1128 2011-02-08  Tobias Burnus  <burnus@net-b.de>
1130         * MAINTAINERS: Add myself as libquadmath maintainer.
1132 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
1134         * MAINTAINERS: Update my email address.
1136 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
1138         * MAINTAINERS (option handling): Add self.
1140 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
1142         PR lto/47225
1143         * Makefile.def: Add dependency for install-gcc
1144         on install-lto-plugin.
1145         * Makfile.in: Regenerated
1147 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
1149         * MAINTAINERS (CPU Port Maintainers): Add myself.
1151 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
1153         PR libgcj/44341
1154         * configure.ac: Discard --with-* flags for host when configuring
1155         target libraries for cross build.
1156         * configure: Rebuilt.
1158 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1160         * MAINTAINERS (linear loop transforms): Removed.
1162 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
1164         * configure.ac: If with_ppl is no, move setting with_cloog=no
1165         after CLOOG_REQUESTED check.
1166         * configure: Regenerated.
1168 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1170         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1171         CLooG has been requested.
1172         * configure: Regenerated.
1174 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1176         * configure: Regenerated.
1177         * configure.ac: Check for version 0.11 (or later revision) of PPL.
1179 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
1181         * configure: Regenerated.
1182         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1184 2011-01-21  Andreas Schwab  <schwab@redhat.com>
1186         * configure.ac: Use AS_HELP_STRING throughout.
1187         * configure: Regenerate.
1189 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
1191         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1192         * configure: Regenerate.
1194 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1196         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1198 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
1200         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1201         for ia64-hpux.
1202         * configure: Regenerate.
1204 2011-01-07  Jan Hubicka  <jh@suse.cz>
1206         PR lto/47225
1207         * Makefile.in: Regenerate.
1208         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1209         configure.
1211 2011-01-07  Jan Hubicka  <jh@suse.cz>
1213         * Makefile.in: Regenerate.
1214         * Makefile.def (gcc host module) and soft dependency on lto-plugin
1215         and configure dependency on lto-plugin configure.
1216         (lto-plugin module): Remove dependency on GCC; add dependency on
1217         liniberty.
1219 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
1221         * MAINTAINERS (Write After Approval): Add myself.
1223 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
1225         * configure: Regenerate.
1227 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
1229         * configure.ac: (picochip): Disable libiberty.
1231 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
1233         * MAINTAINERS (Write After Approval): Add myself.
1235 2010-12-10  Ian Lance Taylor  <iant@google.com>
1237         PR bootstrap/46819
1238         * configure.ac: For --disable-libgcj clear libgcj_saved.
1239         * configure: Rebuild.
1241 2010-12-10  Tobias Burnus  <burnus@net-b.de>
1243         PR fortran/46540
1244         * configure.ac: Add --disable-libquadmath and
1245         --disable-libquadmath-support.
1246         * configure: Regenerate.
1248 2010-12-03  Ian Lance Taylor  <iant@google.com>
1250         * MAINTAINERS: Add myself as libgo maintainer.
1252 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
1254         PR libffi/46792
1255         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1256         * configure: Regenerate.
1258 2010-12-02  Ian Lance Taylor  <iant@google.com>
1260         * configure.ac: Always set default for poststage1_ldflags to
1261         -static-libstdc++ -static-libgcc.
1263 2010-11-29  Andreas Schwab  <schwab@redhat.com>
1265         * configure.ac: Move comment to remove extra space in last argument
1266         of GCC_TARGET_TOOL.
1268 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
1270         PR other/46026
1271         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1272         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1273         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1274         (BASE_FLAGS_TO_PASS): Use it.
1275         * configure: Rebuilt.
1276         * Makefile.in: Rebuilt.
1278 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
1280         PR binutils/12258
1281         * configure.ac: Correct comments for --enable-gold/--enable-ld.
1282         Properly check default linker.
1283         * configure: Regnerated.
1285 2010-11-23  Matthias Klose  <doko@ubuntu.com>
1287         * configure.ac: For --enable-gold, handle value `default' instead of
1288         `both*'.  New configure option --{en,dis}able-ld.
1289         * configure: Regenerate.
1291 2010-11-20  Ian Lance Taylor  <iant@google.com>
1293         * configure.ac: Only disable a language library if no language needs
1294         it.  Don't let --disable-libgcj uncondtionally disable libffi.
1295         * configure: Rebuild.
1297 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1299         * Makefile.in: Regenerate.
1301         PR other/46202
1302         * configure.ac: Fix just-built in-tree STRIP name to be
1303         binutils/strip-new.
1304         * configure: Regenerate.
1305         * Makefile.def (install-strip-gcc, install-strip-binutils)
1306         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1307         (install-strip-sid): Mirror dependencies on non-strip variants
1308         of these targets on the respective -strip prerequisites.
1309         * Makefile.tpl (install-strip, install-strip-host)
1310         (install-strip-target): New targets.
1311         (install-strip-[+module+], install-strip-target-[+module+]):
1312         New targets.
1313         * Makefile.in: Regenerate.
1315 2010-11-19  Ian Lance Taylor  <iant@google.com>
1316             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1318         * configure.ac: Add target-libgo to target_libraries.  Set
1319         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1320         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1321         (HOST_EXPORTS): Add GOC.
1322         (BASE_TARGET_EXPORTS): Add GOC.
1323         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1324         (GOCFLAGS_FOR_TARGET): New variable.
1325         (EXTRA_HOST_FLAGS): Add GOC.
1326         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1327         * Makefile.def (target_modules): Add libgo.
1328         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1329         (dependencies): Add dependency from configure-target-libgo to
1330         configure-target-libffi and all-target-libstdc++-v3.  Add
1331         dependencies from all-target-libgo to all-target-libffi.
1332         (languages): Add go.
1333         * configure: Rebuild.
1334         * Makefile.in: Rebuild.
1336 2010-11-19  Ian Lance Taylor  <iant@google.com>
1338         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1339         compiler/flag environment variables.
1341 2010-11-18  Ian Lance Taylor  <iant@google.com>
1343         * configure.ac: Check for lang_requires_boot_languages in
1344         config-lang.in files.
1345         * configure: Rebuild.
1347 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1348             Tobias Burnus  <burnus@net-b.de>
1350         PR fortran/32049
1351         * Makefile.def: Add libquadmath; build it with language=fortran.
1352         * configure.ac: Add libquadmath.
1353         * Makefile.tpl: Handle multiple libs in check-[+language+].
1354         * Makefile.in: Regenerate.
1355         * configure: Regenerate.
1357 2010-11-16  Tom Tromey  <tromey@redhat.com>
1359         * MAINTAINERS: Moved myself to reviewers section.
1361 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
1363         * MAINTAINERS: Moved myself to reviewers section.
1365 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1367         * MAINTAINERS (Various Maintainers): Add self for build machinery.
1368         (Write After Approval): Remove self.
1370 2010-11-15  Andreas Schwab  <schwab@redhat.com>
1372         * configure.ac: Fix spelling in option names.
1373         * configure: Regenerated.
1375 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
1377         PR bootstrap/39622
1378         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1379         * configure: Regenerated.
1381 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
1383         * MAINTAINERS: Update my email address.
1385 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1387         * configure: Regenerate.
1389 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1391         * configure: Regenerate.
1393 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1395         * configure: Regenerate.
1397 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1399         * configure: Regenerate.
1401 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1403         * configure.ac: Support official CLooG.org versions.
1404         * configure: Regenerate.
1405         * config/cloog.m4: New.
1407 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
1409         * MAINTAINERS (Write After Approval): Add myself.
1411 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
1413         * MAINTAINERS: Update my email address.
1415 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
1417         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1418         * configure: Regenerate.
1420 2010-11-03  Ian Lance Taylor  <iant@google.com>
1421             Dave Korn  <dave.korn.cygwin@gmail.com>
1423         PR lto/46273
1424         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
1425         and on other supported platforms whenever LTO is enabled.
1426         * configure: Rebuild.
1428 2010-11-02  Alan Modra  <amodra@gmail.com>
1430         PR binutils/12110
1431         * configure.ac: Error when source path contains spaces.
1432         * configure: Regenerate.
1434 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
1436         * MAINTAINERS: Update my email address.
1438 2010-10-20  Ian Lance Taylor  <iant@google.com>
1440         * Makefile.def (target_modules): Set lib_path to src/.libs for
1441         libstdc++-v3 module.
1442         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1443         * Makefile.in: Rebuild.
1445 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1447         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
1448         (Write After Approval): Remove myself.
1450 2010-10-15  Tristan Gingold  <gingold@adacore.com>
1452         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1454 2010-10-14  Douglas Rupp  <rupp@gnat.com>
1456         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1458 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1460         * configure.ac (build_lto_plugin): New shell variable.
1461         (--enable-lto): Turn on by default for all non-ELF platforms that
1462         have had LTO support added so far.  Set build_lto_plugin appropriately
1463         for both ELF and non-ELF.
1464         (configdirs): Add lto-plugin or not based on build_lto_plugin.
1465         * configure: Regenerate.
1467 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1469         Sync from src:
1470         * configure.ac (v850 support): Remove target-libgloss from
1471         noconfigdirs.
1472         * configure: Regenerate.
1474 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1476         PR bootstrap/45326
1477         PR bootstrap/45174
1478         * configure.ac: Honor initial values of $build_configargs,
1479         $host_configargs, $target_configargs.  Mark the precious, so
1480         environment settings get recorded.
1481         * configure: Regenerate.
1483 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1485         PR bootstrap/45796
1486         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1487         Depend on all-build-libiberty.
1488         * Makefile.in: Regenerate.
1490 2010-09-30  Michael Eager  <eager@eagercon.com>
1492         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1493         * configure: Regenerate.
1495 2010-09-28  Michael Eager  <eager@eagercon.com>
1497         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
1499 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1501         PR bootstrap/44621
1502         * configure.ac: Fix unportable shell quoting.
1503         * configure: Regenerate.
1505 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
1507         * configure.ac (enable-lto): Add Darwin to the list of supported lto
1508         targets and amend comment.
1509         * configure: Regenerate.
1511 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
1513         * MAINTAINERS (Write After Approval): Add myself.
1515 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
1517         * configure.ac: Enable LTO by default on Darwin.
1518         * configure: Regenerate.
1520 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
1522         * MAINTAINERS (Write After Approval): Add myself.
1524 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
1526         * MAINTAINERS (Write After Approval): Add myself.
1528 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
1530         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
1531         ports
1533 2010-07-28  David Yuste  <david.yuste@gmail.com>
1535         * MAINTAINERS (Write After Approval): Add myself.
1537 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
1539         * configure.ac: Support all v850 targets.
1540         * configure: Regenerate.
1542 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
1544         PR bootstrap/44455
1545         * configure.ac (extra_mpfr_configure_flags): Copy from
1546         extra_mpc_gmp_configure_flags.
1547         * configure: Re-generated.
1549 2010-07-22  Andi Kleen  <ak@linux.intel.com>
1551         * MAINTAINERS (Write After Approval): Add myself.
1553 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
1555         * MAINTAINERS (Write After Approval): Add myself.
1557 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
1559         * MAINTAINERS (Write After Approval): Add myself.
1561 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
1563         PR target/44862
1564         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1565         Provide -B option to allow for link spec %s substitutions for
1566         libstdc++.a on darwin.
1567         * Makefile.in: Regenerate.
1569 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
1571         * MAINTAINERS (Reviewers): Update my e-mail address
1573 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
1575         * Makefile.def (configure-gcc): Depend on all-libelf.
1576         * Makefile.in: Rebuild.
1578 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
1580         * MAINTAINERS (Write After Approval): Add myself in the right place.
1582 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
1584         * MAINTAINERS (Write After Approval): Add myself.
1586 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
1588         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
1590 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
1592         * config.sub: Update to version 2010-05-21.
1593         * config.guess: Update to version 2010-04-03.
1595 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
1597         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1598         * configure: Regenerate.
1600 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
1602         * MAINTAINERS (Write After Approval): Add myself.
1604 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
1606         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1607         a platform that supports LTO.
1608         * configure: Regenerate.
1610 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
1612         * configure.ac: Allow all the versions greater than 0.10 of PPL.
1613         * configure: Regenerated.
1615 2010-04-27  Roland McGrath  <roland@redhat.com>
1616             H.J. Lu  <hongjiu.lu@intel.com>
1618         * configure.ac (--enable-gold): Support both, both/gold and
1619         both/bfd to add gold to configdirs without removing ld.
1620         * configure: Regenerated.
1622         * Makefile.def: Add install-gold dependency to install-ld.
1623         * Makefile.in: Regenerated.
1625 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
1627         PR lto/42776
1628         * configure.ac (--enable-lto): Refactor handling so libelf tests
1629         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1630         and allow LTO to be explicitly enabled on non-ELF platforms that
1631         are known to support it inside else-clause.
1632         * configure: Regenerate.
1634 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
1636         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1637         * configure: Regenerate.
1639 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
1641         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1642         * configure: Regenerate.
1644 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1646         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1647         separately.
1648         * configure: Regenerate.
1650 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
1652         * MAINTAINERS (Write After Approval): Add myself.
1654 2010-04-14  Tristan Gingold  <gingold@adacore.com>
1656         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1657         * configure: Regenerate.
1659 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
1661         * configure: Regenerate after change to elf.m4.
1663 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
1665         * MAINTAINERS (Write After Approval): Add myself.
1667 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1669         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1670         * configure: Regenerated.
1672 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1674         * configure.ac: Print "buggy but acceptable" when CLooG
1675         revision is less than 9.
1676         * configure: Regenerated.
1678 2010-04-01  Diego Novillo  <dnovillo@google.com>
1680         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
1682 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1684         PR bootstrap/43615
1685         PR bootstrap/43328
1687         Revert:
1689         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1691         * configure.ac: Do not pass --enable-multilib nor
1692         --disable-multilib in baseargs.  Accept explicitly passed
1693         --enable_multilib.
1694         * configure: Regenerate.
1696 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
1698         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
1700 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
1702         * MAINTAINERS: Remove myself.
1704 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1706         PR bootstrap/43328
1707         * configure.ac: Do not pass --enable-multilib nor
1708         --disable-multilib in baseargs.  Accept explicitly passed
1709         --enable_multilib.
1710         * configure: Regenerate.
1712 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
1714         * MAINTAINERS (spu port): Remove me.
1716 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1718         * configure.ac (tic6x-*-*): New case.
1719         * configure: Regenerate.
1721 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1723         * config.sub: Update to version 2010-03-22.
1724         * config.guess: Update to version 2009-12-30.
1726 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
1728         PR ada/42554
1729         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1730         * configure: Regenerate.
1732 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1734         * MAINTAINERS: Update my email address.
1736 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
1738         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
1739         (ghassan.shobaki@amd.com): Removed.
1741 2010-03-17  Alan Modra  <amodra@gmail.com>
1743         * MAINTAINERS: Update my email address.
1745 2010-03-16  Diego Novillo  <dnovillo@google.com>
1747         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
1748         Matthews.
1750 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1752         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
1753         Gutson, Jeffrey D. Oldham and Mark Shinwell.
1755 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1757         * MAINTAINERS: Update my email address.
1759 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
1761         * MAINTAINERS: Update my email address.
1763 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
1765         * MAINTAINERS: Update my email address.
1767 2010-03-09  Jie Zhang  <jie@codesourcery.com>
1769         * MAINTAINERS: Update my email address.
1771 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1773         PR libstdc++/32499
1774         * configure.ac (RANLIB): Default to true.
1775         (STRIP): Likewise.
1776         (RANLIB_FOR_TARGET): Remove superfluous : argument.
1777         * configure: Regenerate.
1779 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
1781         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
1782         (Write After Approval): Update my email address.
1784 2010-02-17  Nick Clifton  <nickc@redhat.com>
1786         PR 11238
1787         * Makefile.tpl (local-distclean): Also remove config.cache files in
1788         sub-directories as there may not be Makefiles present in the
1789         sub-directories.
1790         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1791         the config.cache files found by the find command.
1793         * Makefile.in: Regenerate.
1794         * configure.ac: Revert previous delta.
1795         * configure: Regenerate.
1797 2010-02-15  Nick Clifton  <nickc@redhat.com>
1799         PR 11238
1800         * configure.ac: Delete config.cache files in sub-directories when
1801         deleting Makefiles.
1802         * configure: Regenerate.
1804 2010-02-12  Ben Elliston  <bje@gnu.org>
1806         * MAINTAINERS: Update my email address.
1808 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
1810         * MAINTAINERS (spu port): Update my email address.
1812 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
1814         * MAINTAINERS: Add myself as a maintainer for the bfin port.
1816 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1818         * configure.ac: Add "recommended" version checks for GMP/MPC.
1819         Update recommended GMP/MPFR/MPC versions.
1820         * configure: Regenerate.
1822 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
1824         * MAINTAINERS: Move my Embecosm email address into the
1825         write-after-approval section.
1827 2010-01-26  Ian Lance Taylor  <iant@google.com>
1829         * MAINTAINERS: Add myself as Go frontend maintainer.
1831 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
1833         PR libstdc++/36101, PR libstdc++/42813
1834         * configure.ac (bootstrap_target_libs): Make inclusion of
1835         target-libgomp conditional on libgomb being in target_configdirs.
1836         * configure: Regenerate.
1838 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
1840         PR libstdc++/36101, PR libstdc++/42813
1841         * configure.ac (bootstrap_target_libs): Include target-libgomp.
1842         * configure: Regenerate.
1844 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
1846         PR libstdc++/36101, PR libstdc++/42813
1847         * configure.ac (target_configdirs): Substitute.
1848         * Makefile.def: Bootstrap target module libgomp.
1849         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1850         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1851         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1852         * configure, Makefile.in: Regenerate.
1854 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1856         * MAINTAINERS: Adjust my details.
1858 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
1860         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
1862 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
1864         * MAINTAINERS: reindented my entry with tabs instead of spaces.
1866 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
1868         * MAINTAINERS (Write After Approval): Add myself.
1870 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1872         * MAINTAINERS (Write After Approval): Add myself.
1874 2010-01-11  Richard Guenther  <rguenther@suse.de>
1876         PR lto/41569
1877         * Makefile.def (all-lto-plugin): Depend on all-gcc.
1878         * Makefile.in: Regenerated.
1880 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
1882         * configure.ac: Enable libjava build on x86_64-*freebsd*.
1883         * configure: Regenerate.
1885 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1886             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1888         PR bootstrap/42424
1889         * configure.ac: Include libtool m4 files.
1890         (_LT_CHECK_OBJDIR): Call it.
1891         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1892         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1894         * configure: Regenerate.
1896 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1898         PR bootstrap/41818
1899         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1900         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
1901         * Makefile.in: Regenerate.
1903 2010-01-02  Richard Guenther  <rguenther@suse.de>
1905         PR lto/41529
1906         * configure.ac: Include config/elf.m4.  Disable LTO if not
1907         builting for an elf target.
1908         * configure: Regenerate.
1910 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
1912         * MAINTAINERS: Change my email address.
1914 2009-12-18  Ben Elliston  <bje@au.ibm.com>
1916         * config.sub, config.guess: Update from upstream sources.
1918 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
1920         * MAINTAINERS (Write After Approval): Add myself.
1922 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1924         PR middle-end/30447
1925         PR middle-end/30789
1926         PR other/40302
1928         * configure.ac: Require MPC.
1929         * configure: Regenerate.
1931 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1933         PR target/38384
1934         PR bootstrap/40972
1935         * libtool.m4: Sync from git Libtool.
1936         * ltoptions.m4: Likewise.
1937         * ltversion.m4: Likewise.
1938         * lt~obsolete.m4: Likewise.
1939         * ltmain.sh: Likewise.
1941 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1943         * configure.ac: Update minimum MPC version to 0.8.
1944         * configure: Regenerate.
1946 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
1948         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
1949         * configure: Regenerated.
1951 2009-11-21  Ian Lance Taylor  <iant@google.com>
1953         * configure.ac: Change default of poststage1_ldflags to be empty if
1954         poststage1_libs is set.  When poststage1_libs is empty, and
1955         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
1956         * configure: Rebuild.
1958 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
1960         * MAINTAINERS (Write After Approval): Update my email address.
1962 2009-11-20  Ben Elliston  <bje@au.ibm.com>
1964         * config.guess: Update from upstream sources.
1966 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1968         * Makefile.def: Restore host and target settings for gmp.
1969         * Makefile.in: Rebuild.
1971 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1973         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
1974         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
1975         Fix portability of test of C++ as bootstrap language.  Add
1976         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1977         * configure: Rebuild.
1978         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1979         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
1980         in-tree building.
1981         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1982         (POSTSTAGE1_HOST_EXPORTS): Use it.
1983         (STAGE[+id+]_CXXFLAGS): New.
1984         (BASE_FLAGS_TO_PASS): Pass it down.
1985         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
1986         extra_exports.
1987         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1988         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1989         extra_exports.
1990         * Makefile.in: Rebuild.
1992 2009-11-17  Ben Elliston  <bje@au.ibm.com>
1994         * config.sub, config.guess: Update from upstream sources.
1996 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
1998         * MAINTAINERS (Write After Approval): Add myself.
2000 2009-11-09  Jon Beniston  <jon@beniston.com>
2002         * MAINTAINERS (Write After Approval): Add myself.
2004 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
2006         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
2007         paths for *-w64-mingw* and x86_64-*mingw*.
2008         * configure: Regenerated.
2010 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
2012         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
2014 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
2016         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
2017         Phil Edwards to Write-After Approval.
2019 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
2021         * configure.ac: Disable target-winsup & co for
2022         x86_64-*-mingw* and *-w64-mingw* targets.
2023         * configure: Regenerated.
2025 2009-10-16  Nick Clifton  <nickc@redhat.com>
2027         * MAINTAINERS: Add myself as a maintainer for the RX port.
2029 2009-10-26  Johannes Singler  <singler@kit.edu>
2031         * MAINTAINERS (Write After Approval): Update my e-mail address.
2033 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2035         * configure.ac (CLooG test): Use = with test.
2036         * configure: Regenerate.
2038 2009-10-22  Richard Guenther  <rguenther@suse.de>
2040         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
2041         cloog if the ppl version check failed.  Move flags saving
2042         before setting in libelf check.
2043         * configure: Regenerate.
2045 2009-10-21  Richard Guenther  <rguenther@suse.de>
2047         * configure.ac: Adjust the ppl and cloog configure to work as
2048         documented.  Disable cloog if ppl was disabled.  Omit the version
2049         checks if they were disabled.
2050         * configure: Re-generate.
2052 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2054         * configure.ac: Add 'lto' to enable_languages, not
2055         new_enable_languages, and only if not already present.
2056         * configure: Regenerate.
2058 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
2060         * README: Refer to the various COPYING* files instead of just
2061         COPYING.
2062         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
2064 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
2066         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2067         
2068 2009-10-07  Richard Guenther  <rguenther@suse.de>
2070         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
2071         and Richard Guenther as reviewers.
2072         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
2073         as reviewers.
2075 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
2077         * config.sub: Update from upstream sources.
2079 2009-10-06  Ian Lance Taylor  <iant@google.com>
2081         * Makefile.def: check-gold depends upon all-gas.
2082         * Makefile.in: Rebuild.
2084 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
2086         * MAINTAINERS (Write After Approval): Add myself.
2088 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
2090         * Makefile.def: all-lto-plugin depends on all-libiberty.
2091         set bootstrap=true for lto-plugin.
2092         Add lto-plugin.
2093         * Makefile.in: Regenerate.
2094         * configure.ac (host_libs): Add lto-plugin.
2095         * configure: Regenerate.
2097 2009-10-03  Diego Novillo  <dnovillo@google.com>
2099         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2100         (HOST_LIBELFLIBS): Define.
2101         (HOST_LIBELFINC): Define.
2102         * Makefile.in: Regenerate.
2103         * configure.ac: Add --enable-lto.
2104         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2105         If --enable-lto is used, add 'lto' to new_enable_languages.
2106         If --enable-lto is used and gold is enabled, add
2107         lto-plugin to configdirs.
2108         * configure: Regenerate.
2110 2009-10-03  Simon Baldwin  <simonb@google.com>
2112         * configure.ac: If --with-system-zlib, suppress local zlib and
2113         pass --with-system-zlib to subdir configure scripts.
2114         * configure: Regenerate.
2116 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
2117             Paolo Bonzini  <bonzini@gnu.org>
2119         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2120         $(srcdir).
2121         * Makefile.in: Rebuilt.
2123 2009-09-26  Gary Funck  <gary@intrepid.com>
2125         * MAINTAINERS (Write After Approval): Add myself.
2127 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2129         * configure.ac: Update minimum MPC version to 0.7.
2130         * configure: Regenerate.
2132 2009-09-25  Nick Clifton  <nickc@redhat.com>
2134         * configure.ac: Pass any --cache-file=/dev/null option on to
2135         subconfigures.
2136         * configure: Regenerate.
2138 2009-09-23  Nick Clifton  <nickc@redhat.com>
2140         * config.sub, config.guess: Update from upstream sources.
2142 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
2144         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2145         * Makefile.in: Rebuilt.
2147 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2149         PR bootstrap/32272
2150         * configure.ac: Error out if $srcdir isn't '.' but contains
2151         host-${host_noncanonical}.
2152         * configure: Regenerate.
2154 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2156         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
2157         maintainer.
2159 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2161         * configure.ac: If bootstrapping a combined tree with
2162         --enable-gold, require c++ in stage1_languages.
2163         * configure: Regenerate.
2165         * configure.ac: Also add target_libs of stage1_languages to
2166         bootstrap_target_libs.
2167         * configure: Regenerate.
2169         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2170         with --enable-languages not containing c++.
2171         * configure: Regenerate.
2173 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
2175         * configure.ac: Disable java and boehm-gc for bfin-*-*.
2176         * configure: Regenerate.
2178 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
2180         * MAINTAINERS (Write After Approval): Update my e-mail address,
2181         and move from from here...
2182         (Waiting for paperwork): To here.
2184 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
2186         * MAINTAINERS (Reviewers): Add self as driver reviewer.
2188 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2190         * configure.ac: Do not use $extrasub for replacing @if/@endif
2191         parts in Makefile; instead, use additional arguments to
2192         AC_CONFIG_COMMANDS to do the replacement manually, with several
2193         sed invocations, to avoid HP-UX sed command limits.
2194         * configure: Regenerate.
2196 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
2198         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
2199         blank before -L.
2201 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
2203         * configure.ac (with-build-config): Document.  Handle without.
2204         Handle missing argument.
2205         * configure: Rebuilt.
2207 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
2209         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
2210         Default to bootstrap-debug only if compare-debug works.
2211         * configure: Rebuilt.
2212         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2213         * Makefile.in: Rebuilt.
2215 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2217         * MAINTAINERS (OS Port Maintainers): Update my email address.
2219 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
2221         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2222         * Makefile.in: Rebuilt.
2224 2009-09-01  Chris Demetriou  <cgd@google.com>
2226         * MAINTAINERS (Write After Approval): Add myself.
2228 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
2230         PR debug/30161
2231         * include/dwarf2.h (enum dwarf_tag): Added
2232         DW_TAG_GNU_template_template_param
2233         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
2235 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
2237         * Makefile.tpl (AWK): Fix typo.
2238         * Makefile.in: Regenerate.
2240 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
2242         * configure.ac: Detect awk and sed.
2243         * Makefile.def (flags_to_pass): Add AWK and SED.
2244         * Makefile.tpl (AWK, SED): New.
2245         (BASE_FLAGS_TO_PASS): Add AWK and SED.
2246         * configure: Regenerate.
2247         * Makefile.in: Regenerate.
2249 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
2251         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
2252         (collapseslashes): Likewise.
2254 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2256         * configure.ac (AC_PREREQ): Bump to 2.64.
2258 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2260         * configure.ac: Remove --with-datarootdir, --with-docdir,
2261         --with-pdfdir, --with-htmldir switches.
2262         * configure: Regenerate.
2264         * configure: Regenerate.
2266         * compile: Sync from Automake 1.11.
2267         * depcomp: Likewise.
2268         * install-sh: Likewise.
2269         * missing: Likewise.
2270         * mkinstalldirs: Likewise.
2271         * ylwrap: Likewise.
2273 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
2275         * ltmain.sh (func_normal_abspath): New function.
2276         (func_relative_path): Likewise.
2277         (func_mode_help): Document new -bindir option for link mode.
2278         (func_mode_link): Add new -bindir option, and use it to place
2279         output DLL if specified.
2281 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2283         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2284         (baseargs): Add --disable-option-checking.
2285         * configure: Regenerate.
2287         * Makefile.def (configure-target-libiberty): Depend on
2288         all-binutils and all-ld.
2289         (configure-target-newlib): Likewise.
2290         * Makefile.in: Regenerate.
2292 2009-08-17  Ben Elliston  <bje@au.ibm.com>
2294         * config.sub, config.guess: Update from upstream sources.
2296 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2298         Sync from src, merge:
2300         2009-07-02  Tristan Gingold  <gingold@adacore.com>
2302         * configure.ac: Do not exclude gas for i386-*-darwin.
2303         Add a case for x86_64-*-darwin.
2304         * configure: Regenerate.
2306 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
2308         * MAINTAINERS: Add my name to Write After Approval list.
2310 2009-08-06  Michael Eager  <eager@eagercon.com>
2312         * configure.ac: Add Microblaze target.
2313         * configure: Regenerate.
2315 2009-07-31  Christian Bruel  <christian.bruel@st.com>
2317         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2318         * configure: Regenerate.
2319         
2320 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
2322         * MAINTAINERS (Write After Approval): Update my e-mail address.
2324 2009-07-06  Ian Lance Taylor  <iant@google.com>
2326         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2327         * configure: Rebuild.
2329 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
2331         * MAINTAINERS: Move myself to the Graphite Reviewers.
2333 2009-06-30  Wei Guozhi  <carrot@google.com>
2335         * MAINTAINERS: Add my name to Write After Approval list.
2337 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
2339         PR bootstrap/40338
2340         * configure.ac (comparestring): Create new variable.
2341         * Makefile.tpl (comparestring): Use to skip some comparisions.
2342         * configure: Regenerate.
2343         * Makefile.in: Regenerate.
2345 2009-06-26  Doug Evans  <dje@sebabeach.org>
2347         * Makefile.def (host_modules): Add cgen.
2348         * Makefile.in: Regenerate.
2349         * configure.ac (host_tools): Add cgen.
2350         * configure: Regenerate.
2352 2009-06-23  DJ Delorie  <dj@redhat.com>
2354         * MAINTAINERS: Add myself as mep maintainer.
2356 2009-06-23  Ian Lance Taylor  <iant@google.com>
2358         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
2359         boot_languages.  Only bootstrap target libraries listed in
2360         target_libs for some boot language.  Add --with-stage1-ldflags,
2361         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
2362         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
2363         if not building with C++.
2364         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2365         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2366         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2367         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
2368         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
2369         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
2370         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2371         * configure, Makefile.in: Rebuild.
2373 2009-06-23  Li Feng  <nemokingdom@gmail.com>
2375         * MAINTAINERS: Added my name to write-after-approval list.
2377 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
2379         * configure.ac: Define is_elf for QNX Neutrino targets.
2380         * configure: Regenerate.
2382 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
2384         * MAINTAINERS: Added my name to the write-after-approval list
2386 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2388         * configure.ac: Detect MPC in default directory.
2389         * configure: Regenerate.
2391 2009-06-03  Jerome Guitton  <guitton@adacore.com>
2392             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2394         * Makefile.tpl (all): Avoid a trailing backslash.
2395         * Makefile.in: Regenerate.
2397 2009-06-03  Ben Elliston  <bje@au.ibm.com>
2399         * config.sub, config.guess: Update from upstream sources.
2401 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
2403         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2404         to noconfdirs.
2405         * configure: Regenerate.
2407 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
2409         * Makefile.tpl ([+compare-target+]): Compare all stage
2410         directories, rather than just gcc.
2411         * Makefile.in: Rebuilt.
2413 2009-06-01  Doug Kwan  <dougkwan@google.com>
2415         * configure.ac: Support gold for target arm*-*-*.
2416         * configure: Regenerate.
2418 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2420         * Makefile.def: Add MPC support and dependencies.
2421         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
2423         * Makefile.in, configure: Regenerate.
2425 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
2427         * Makefile.tpl (all): Avoid harmless warning in make all when
2428         gcc-bootstrap is enabled but stage_last does not exist.
2429         * Makefile.in: Rebuilt.
2431 2009-05-24  Nicolas Roche  <roche@adacore.com>
2433         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2434         * Makefile.in: Regenerate.
2436 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
2438         * MAINTAINERS: Update my e-mail address.
2440 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
2442         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
2443         * configure:  Regenerate.
2445 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2447         PR other/40159
2448         * Makefile.tpl (all): Don't assume gcc-bootstrap and
2449         gcc-no-bootstrap are mutually exclusive.
2450         * Makefile.in: Rebuilt.
2452 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2454         PR other/40159
2455         * Makefile.tpl (all): Don't end with unconditional success.
2456         * Makefile.in: Rebuilt.
2458 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
2460         PR target/37137
2461         * Makefile.def (flags_to_pass): Remove redundant and incomplete
2462         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2463         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2464         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
2465         stage_configureflags, stage_cflags and stage_libcflags into
2466         explicit Makefile macros.
2467         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2468         GFORTRAN.
2469         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2470         CC.  Set CC_FOR_BUILD from CC.
2471         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2472         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2473         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2474         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
2475         and GFORTRAN.
2476         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2477         (_LIBCFLAGS): Renamed to _TFLAGS.
2478         (do-compare-debug, do-compare3-debug): Drop.
2479         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2480         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2481         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2482         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2483         (XGCC_FLAGS_FOR_TARGET): New.
2484         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2485         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2486         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2487         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2488         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
2489         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
2490         TFLAGS.
2491         (BUILD_CONFIG): Include if requested.
2492         (all): Set TFLAGS on bootstrap.
2493         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2494         (all-stageid-prefixmodule): Likewise.
2495         (do-clean, distclean-stageid): Set TFLAGS.
2496         (restrap): Fix whitespace.
2497         * Makefile.in: Rebuilt.
2499 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
2501         * config.guess: Sync with src.
2503 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
2505         * configure.ac ($with_ppl):  Default to no if not supplied.
2506         ($with_cloog):  Likewise.
2507         configure:  Regenerate.
2509 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
2511         * MAINTAINERS: Update my e-mail address.
2513 2009-04-27  Nick Clifton  <nickc@redhat.com>
2515         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
2517 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
2519         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2520         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2521         * Makefile.in: Regenerate.
2523 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2525         PR bootstrap/39739
2526         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2527         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2529         * configure, Makefile.in: Regenerate.
2531 2009-04-21  Taras Glek  <tglek@mozilla.com>
2533         * include/hashtab.h: Update GTY annotations to new syntax
2534         * include/splay-tree.h: Likewise
2536 2009-04-17  Ben Elliston  <bje@au.ibm.com>
2538         * config.sub, config.guess: Update from upstream sources.
2540 2009-04-15  Anthony Green  <green@moxielogic.com>
2542         * configure.ac: Add moxie support.
2543         * configure: Rebuilt.
2545 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
2547         * configure.ac: Change copyright header to refer to version
2548         3 of the GNU General Public License and to point readers at the
2549         COPYING3 file and the FSF's license web page.
2550         * Makefile.def: Likewise.
2551         * Makefile.tpl: Likewise.
2552         * Makefile.in: Regenerate.
2554 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
2556         * configure.ac: Restore match for darwin9 or later. Use double
2557         brackets since regeneration eats one pair.
2558         * configure: Regenerate.
2560 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
2562         PR gas/10039
2563         * configure.ac: Require texinfo 4.7.
2564         * configure: Regenerated.
2566 2009-04-09  Nick Clifton  <nickc@redhat.com>
2568         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
2569         the GCC Runtime Library Exception.
2571 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2573         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2574         * configure: Regenerate.
2576 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
2578         * Makefil.def (languages): New entries.
2579         * Makefile.tpl (check-gcc-*): New generic target.
2580         * Makefile.in: Regenerate.
2582 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
2584         * MAINTAINERS:  Update my email address.
2586 2009-03-18  Tom Tromey  <tromey@redhat.com>
2588         * configure: Rebuild.
2589         * configure.ac (host_libs): Add libiconv.
2590         * Makefile.in: Rebuild.
2591         * Makefile.def (host_modules): Add libiconv.
2592         (configure-gdb, all-gdb): Depend on libiconv.
2594 2009-03-16  Tristan Gingold  <gingold@adacore.com>
2596         * configure.ac: Treat gdb as supported on x86_64-darwin.
2597         * configure: Regenerate.
2599 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
2601         * configure.ac (--with-host-libstdcxx): New option.
2602         * configure: Regenerate.
2604 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
2606         * MAINTAINERS:  Move myself into the write after approval list.
2608 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
2610         * MAINTAINERS: Update e-mail address.
2611         
2612 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
2614         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
2616 2009-03-10  Ira Rosen  <irar@il.ibm.com>
2618         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
2620 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2622         Backport from git Libtool:
2624         2009-01-19  Robert Millan  <rmh@aybabtu.com>
2625         Support GNU/kOpenSolaris.
2626         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2627         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2628         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2629         GNU/kOpenSolaris.
2631 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
2633         * MAINTAINERS: Update e-mail address.
2635 2009-02-24  Michael Eager  <eager@eagercon.com>
2637         * MAINTAINERS (Write After Approval): Add self.
2639 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
2641         * MAINTAINERS (Write After Approval): Add myself.
2643 2009-02-05  Andreas Schwab  <schwab@suse.de>
2645         * Makefile.tpl (stage_last): Define $r and $s before using
2646         $(RECURSE_FLAGS_TO_PASS).
2647         * Makefile.in: Regenerate
2649 2009-01-30  Ian Lance Taylor  <iant@google.com>
2651         * MAINTAINERS: Move myself to the Global Reviewers list.
2653 2009-01-29  Robert Millan  <rmh@aybabtu.com>
2655         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2656         * configure: Regenerate.
2658 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
2660         * MAINTAINERS: Make whitespace consistent.
2661         Remove Robert Millan from Write After Approval.
2663 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
2665         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2666         (all-opcodes): Depend on all-libiberty.
2667         * Makefile.in: Regenerate.
2669 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
2671         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2672         * configure: Regenerate.
2674 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
2676         * MAINTAINERS (Write After Approval): Add myself.
2678 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
2680         * MAINTAINERS: Add myself to reviewers (Fortran).
2682 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
2684         PR tree-optimization/38515
2685         * configure.ac (cloog-polylib): Removed.
2686         (with_ppl, with_cloog): Test for "no".
2687         * configure: Regenerated.
2689 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
2691         * MAINTAINERS: Moved myself to reviewers (Fortran).
2693 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
2695         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
2696         (Write After Approval): Remove myself.
2698 2009-01-03  Diego Novillo  <dnovillo@google.com>
2700         * MAINTAINERS: Remove myself from alias maintainership.
2702 2009-01-02  David Ayers  <ayers@fsfe.org>
2704         * MAINTAINERS: Update e-mail address.
2706 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
2708         * MAINTAINERS: Make whitespace consistent.
2710 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2712         Backport from upstream Libtool:
2713         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2714         Add cache variables to tests that require the linker to work.
2715         For shlibpath_overrides_runpath, this also changes the semantics
2716         to let the result from the C compiler take precedence.
2718 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2720         * config.sub, config.guess: Update from upstream sources.
2722 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
2724         * configure.ac (ppllibs): Add by default the lib flags.
2725         * configure: Regenerate.
2727 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
2729         * MAINTAINERS:  Add myself to the write after approval list.
2731 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
2733         * configure.ac: Add double brackets on darwin[912].
2734         * configure: Regenerate.
2736 2008-12-03  Daniel Kraft  <d@domob.eu>
2738         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
2739         Approval to Reviewer section (for Fortran front-end).
2741 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
2743         * configure.ac: Expand to darwin10 and later.
2744         * configure: Regenerate.
2746 2008-12-02  Andreas Schwab  <schwab@suse.de>
2748         * Makefile.def: configure-target-boehm-gc depends on
2749         all-target-libstdc++-v3.
2750         * Makefile.in: Regenerate.
2752 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
2754         * MAINTAINERS:  Add myself as mingw maintainer.
2756 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2758         * config.sub, config.guess: Update from upstream sources.
2760 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
2762         * README.SCO: Remove.
2764 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
2766         * MAINTAINERS:  Add myself to the write after approval list.
2768 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
2770         * MAINTAINERS:  Update my email address in WAA section.
2772 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
2774         * MAINTAINERS: Update e-mail address.
2776 2008-11-27  Toon Moene  <toon@moene.org>
2778         * MAINTAINERS: Change e-mail address.
2780 2008-11-27  Tristan Gingold  <gingold@adacore.com>
2782         * configure.ac: Build gdb for i?86-*-darwin*
2783         * configure: Regenerated.
2785 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
2787         * MAINTAINERS: Added my full name.
2789 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
2791         PR bootstrap/38014
2792         PR bootstrap/37923
2794         Revert:
2796         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2798         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2799         * Makefile.in: Regenerated.
2801         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2803         PR gdb/921
2804         PR gdb/1646
2805         PR gdb/2175
2806         PR gdb/2176
2808         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2809         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2810         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2811         (HOST_EXPORTS): Pass CPPFLAGS.
2812         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2813         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2814         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2815         * Makefile.in, configure: Regenerated.
2816         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2817         and CPPFLAGS_FOR_BUILD.
2819 2008-11-06  Jeff Law  <law@redhat.com>
2821         * MAINTAINERS: Add myself as middle end maintainer.
2823 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
2825         * MAINTAINERS (Write after approval): Add myself.
2827 2008-11-05  Diego Novillo  <dnovillo@google.com>
2829         * MAINTAINERS (Global Reviewers): Add myself.
2830         (Non-Algorithmic Maintainers): Remove myself.
2832 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
2834         * MAINTAINERS (Write after approval): Add myself.
2836 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
2838         * MAINTAINERS (Write after approval): Add myself.
2840 2008-10-31  Ben Elliston  <bje@au.ibm.com>
2842         * configure.ac (spu-*-*): Remove special case.
2843         * configure: Regenerate.
2845 2008-10-30  Catherine Moore  <clm@codesourcery.com>
2847         * MAINTAINERS (Write after approval): Update my email address.
2849 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
2851         * configure.ac [spu-*-*]: Do not set skipdirs.
2852         * configure: Re-generate.
2854 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
2856         * MAINTAINERS (Various Maintainers): Add myself to reload.
2858 2008-10-25  Richard Guenther  <rguenther@suse.de>
2860         * MAINTAINERS (Various Maintainers): Add myself as middle-end
2861         maintainer.  Remove myself as libgcc-math maintainer.
2862         (Non-Algorithmic Maintainers): Remove myself.
2864 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2866         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2867         * Makefile.in: Regenerated.
2869 2008-10-23  Cary Coutant  <ccoutant@google.com>
2871         * MAINTAINERS (Write after approval): Add myself.
2873 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2875         PR gdb/921
2876         PR gdb/1646
2877         PR gdb/2175
2878         PR gdb/2176
2880         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2881         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2882         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2883         (HOST_EXPORTS): Pass CPPFLAGS.
2884         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2885         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2886         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2887         * Makefile.in, configure: Regenerated.
2888         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2889         and CPPFLAGS_FOR_BUILD.
2891 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
2893         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
2894         Sebastian Pop.
2896 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
2898         * MAINTAINERS (Write After Approval): Added myself.
2900 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2902         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2903         recommended version to 2.3.2.
2905         * configure: Regenerate.
2907 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
2909         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
2911 2008-09-29  David Daney <david.daney@caviumnetworks.com>
2913         * MAINTAINERS (Write After Approval): Update e-mail address.
2915 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
2917         * libtool.m4: Update to libtool 2.2.6.
2918         * lt~obsolete.m4: Update to libtool 2.2.6.
2919         * ltmain.sh: Update to libtool 2.2.6.
2920         * ltsugar.m4: Update to libtool 2.2.6.
2921         * ltversion.m4: Update to libtool 2.2.6.
2922         * ltoptions.m4: Update to libtool 2.2.6.
2923         * ltgcc.m4: Update to match changes from libtool 2.2.6.
2925 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
2927         * MAINTAINERS (Write After Approval): Add myself.
2929 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2931         * MAINTAINERS (Write After Approval): Update my name.
2933 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
2935         * MAINTAINERS: Add myself in "Write After Approval".
2937 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
2939         * MAINTAINERS: Add myself as ia64 maintainer.
2941 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
2943         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
2944         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
2945         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
2946         and Michael Tiemann from Write After Approval since they do not
2947         actually have access.
2949 2008-09-05  Richard Guenther  <rguenther@suse.de>
2951         * configure.ac: Initialize clooglibs to -lcloog.
2952         * configure: Re-generate.
2954 2008-09-04  Le-Chun Wu  <lcwu@google.com>
2956         * MAINTAINERS (Write After Approval): Add myself.
2958 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
2960         * configure.ac (--with-cloog-polylib): New.
2961         (--disable-cloog-version-check): New.
2962         (--disable-ppl-version-check): New.
2963         * configure: Re-generate.
2965 2008-09-03  Richard Guenther  <rguenther@suse.de>
2967         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2968         cloog test.
2969         * configure: Re-generate.
2971 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
2973         Add picoChip port.
2974         * MAINTAINERS: Add picoChip maintainers.
2976 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
2977             Tobias Grosser  <grosser@fim.uni-passau.de>
2978             Jan Sjodin  <jan.sjodin@amd.com>
2979             Harsha Jagasia  <harsha.jagasia@amd.com>
2980             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2981             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
2982             Adrien Eliche  <aeliche@isty.uvsq.fr>
2984         Merge from graphite branch.
2985         * configure: Regenerate.
2986         * Makefile.in: Regenerate.
2987         * configure.ac (host_libs): Add ppl and cloog.
2988         Add checks for PPL and CLooG.
2989         * Makefile.def (ppl, cloog): Added modules and dependences.
2990         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2991         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2993 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2995         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2996         (GCC_SHLIB_SUBDIR): New.
2997         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2998         * configure: Regenerate.
2999         * Makefile.in: Regenerate.
3001 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
3003         * MAINTAINERS: Consistently use tabs to separate columns.
3005 2008-08-29  Tristan Gingold  <gingold@adacore.com>
3007         * MAINTAINERS (Write after Approval): Add myself.
3009 2008-08-28  Tristan Gingold  <gingold@adacore.com>
3011         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3012         Enable bfd, binutils and opcodes.
3013         * configure: Regenerate.
3015 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3017         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
3019 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
3021         * MAINTAINERS:  Use correct Umlaut for last name.
3023 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3025         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
3027 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
3029         * MAINTAINERS: Update my email address.
3031 2008-08-16  Nicolas Roche  <roche@adacore.com>
3033         * Makefile.tpl: Add BOOT_ADAFLAGS.
3034         * Makefile.in: Regenerate.
3036 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
3038         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3039         * configure: Regenerate.
3041 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
3043         * configure.ac: Add makefile fragments for hpux.
3044         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3045         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3046         * configure: Regenerate.
3047         * Makefile.in: Regenerate.
3049 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
3051         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
3053 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
3055         * MAINTAINERS (Write after Approval): Add myself.
3057 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
3059         * MAINTAINERS (Write After Approval):  Add myself.
3061 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
3063         * MAINTAINERS (Write After Approval):  Add myself.
3065 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
3067         * MAINTAINERS: Update my email address.
3069 2008-06-25  Joey Ye  <joey.ye@intel.com>
3071         * MAINTAINERS (Write After Approval):  Add myself.
3073 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3075         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3076         * Makefile.in: Regenerate.
3077         * configure: Regenerate.
3079 2008-06-17  Daniel Kraft  <d@domob.eu>
3081         * MAINTAINERS (Write After Approval):  Add myself.
3083 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3085         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3086         "$@" is still intact with both Autoconf 2.59 and 2.62.
3087         * configure: Regenerate.
3089 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3091         * Makefile.tpl: Fix comment errors.
3092         * Makefile.in: Regenerate.
3094 2008-06-12  David S. Miller  <davem@davemloft.net>
3095             David Edelsohn  <edelsohn@gnu.org>
3097         * configure.ac: Add powerpc*-*-* to gold supported targets.
3098         * configure: Regenerate.
3100 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
3102         PR tree-optimization/36218
3103         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3104         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3105         (all prefix="build-"): Pass them to build-system sub-makes.
3106         * Makefile.in: Regenerate.
3108 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
3110         * MAINTAINERS (mt port): Remove.
3111         (sco5, unixware, sco udk): Remove.
3112         (Kean Johnston): Add to Write After Approval.
3114 2008-05-30  Julian Brown  <julian@codesourcery.com>
3116         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3117         of libobjc for ARM EABI Linux.
3118         * configure: Regenerate.
3120 2008-05-18  Xinliang David Li   <davidxl@google.com>
3122         * ChangeLog: Remove wrong ChangeLog entry.
3124 2008-05-17  Xinliang David Li   <davidxl@google.com>
3126         * MAINTAINERS (Write After Approval): Add myself.
3128 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
3130         * MAINTAINERS (Write After Approval): Add myself.
3132 2008-05-14  Rafael Espíndola  <espindola@google.com>
3134         * config-ml.in: don't handle --enable-shared and --enable-static.
3136 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
3138         * MAINTAINERS: Update my email address.
3140 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
3142         * MAINTAINERS: Update my email address.
3144 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
3146         * MAINTAINERS (Write After Approval): Add myself.
3148 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
3150         * MAINTAINERS (Write After Approval): Add myself.
3152 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
3154         * MAINTAINERS (crx): Add myself.
3156 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3158         Sync with src:
3159         2008-04-14  David S. Miller  <davem@davemloft.net>
3161         * configure.ac: Add sparc*-*-* to gold supported targets.
3162         * configure: Regenerate.
3164 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3166         PR bootstrap/35457
3167         * configure.ac: Include override.m4.
3168         * configure: Regenerate.
3170 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3172         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3173         * Makefile.in: Regenerate.
3175 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
3177         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3178         as nonconfigurable directories list.
3179         * configure: Regenerate.
3181 2008-04-14  Ben Elliston  <bje@au.ibm.com>
3183         * config.sub, config.guess: Update from upstream sources.
3185 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
3187         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3188         * Makefile.in: Regenerate.
3190 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
3192         * configure.ac: Do not build libssp for the AVR.
3193         * configure: Regenerate.
3195 2008-04-07  Ian Lance Taylor  <iant@google.com>
3197         * Makefile.def: check-gold depends upon all-binutils.
3198         * Makefile.in: Regenerate.
3200 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
3202         * MAINTAINERS (Write After Approval): Add myself.
3204 2008-04-04  Nick Clifton  <nickc@redhat.com>
3206         PR binutils/4334
3207         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3208         builds.
3209         * configure: Regenerate.
3211 2008-04-04  NightStrike  <NightStrike@gmail.com>
3213         PR other/35151
3214         * configure.ac: Combine rules for mingw32 and mingw64.
3215         * configure: Regenerate.
3217 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
3219         * MAINTAINERS (Write After Approval): Add myself.
3221 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
3223         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
3224         * Makefile.in (.NOTPARALLEL): Ditto.
3226 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
3228         * MAINTAINERS (Write After Approval): Add myself.
3230 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
3232         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
3233         * Makefile.in (.NOTPARALLEL): Regenerate.
3235 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
3237         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3238         * Makefile.in: Regenerate.
3240 2008-03-26  Jakub Staszak  <kuba@et.pl>
3242         * MAINTAINERS (Write After Approval): Add myself.
3244 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
3246         * MAINTAINERS:  Update e-mail address.
3248 2008-03-20  Ian Lance Taylor  <iant@google.com>
3250         * configure.ac: Add support for --enable-gold.
3251         * Makefile.def: Add gold as a directory like ld.
3252         * configure, Makefile.in: Regenerate.
3254 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3256         * configure.ac: m4_include config/proginstall.m4.
3257         * configure: Regenerate.
3259         Backport from upstream Libtool:
3261         2007-10-12  Eric Blake  <ebb9@byu.net>
3263         Deal with Autoconf 2.62's semantic change in m4_append.
3264         * ltsugar.m4 (lt_append): Replace broken versions of
3265         m4_append.
3266         (lt_if_append_uniq): Don't require separator to be overquoted,
3267         and avoid broken m4_append.
3268         (lt_dict_add): Fix typo.
3269         * libtool.m4 (_LT_DECL): Don't overquote separator.
3271 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
3273         * config.rpath: Add AIX 6 support.
3275 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
3277         * Makefile.def (stageprofile).  Remove -fprofile-generate
3278         from stage_libcflags.
3279         * Makefile.in: Regenerate.
3281 2008-03-13  Ben Elliston  <bje@au.ibm.com>
3283         * config.sub, config.guess: Update from upstream sources.
3285 2008-03-06  Tom Tromey  <tromey@redhat.com>
3287         * MAINTAINERS: Update for treelang deletion.
3289 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
3291         * MAINTAINERS: Update my email address.
3293 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
3295         * MAINTAINERS (darwin port): Add myself as a maintainer.
3296         (objective-c/c++): Add myself as a maintainer.
3298 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
3300         * MAINTAINERS (Write After Approval): Update my email address.
3302 2008-02-25  Tomas Bily  <tbily@suse.cz>
3304         * MAINTAINERS (Write After Approval): Add myself.
3306 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
3308         * MAINTAINERS (OpenMP): Add myself.
3310 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
3312         PR bootstrap/32009
3313         PR bootstrap/32161
3315         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3316         * configure: Regenerate.
3318         * Makefile.def: Define stage_libcflags for all bootstrap stages.
3319         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3320         STAGE4_LIBCFLAGS): New.
3321         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3322         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3323         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3324         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3325         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3326         for target modules.  Don't export LIBCFLAGS.
3327         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3328         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3329         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3330         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3331         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3332         * Makefile.in: Regenerate.
3334 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3336         PR libgcj/33085
3337         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3338         Do not use -DDLL_EXPORT.  Backport from upstream.
3340 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3342         * MAINTAINERS (Write After Approval): Add myself.
3344 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
3346         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3347         * configure: Regenerate.
3349 2008-01-31  Marc Gauthier  <marc@tensilica.com>
3351         * configure.ac (xtensa*-*-*): Recognize processor variants.
3352         * configure: Regenerate.
3354 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3356         PR bootstrap/34922
3357         * configure.ac (PARSE_ARGS): Push suitable setting of
3358         ac_subdirs_all, for `./configure --help=recursive'.
3359         Handle `+' in generic toplevel directory disabling.
3360         * configure: Regenerate.
3362 2008-01-28  Nick Clifton  <nickc@redhat.com>
3364         * MAINTAINERS (xstormy16): Take over maintainership.
3366 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
3368         * MAINTAINERS (c4x port): Remove.
3370 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
3372         * libtool.m4: Backport AIX 6 support from ToT Libtool.
3374 2008-01-23  Ben Elliston  <bje@au.ibm.com>
3376         * config.sub, config.guess: Update from upstream sources.
3378 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
3380         * MAINTAINERS (Write After Approval): Add myself.
3382 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
3384         * MAINTAINERS: Update my email address.
3386 2008-01-09  Raksit Ashok  <raksit@google.com>
3388         * MAINTAINERS (Write After Approval): Add myself.
3390 2008-01-09  Raksit Ashok  <raksit@google.com>
3392         * MAINTAINERS (Write After Approval): Add myself.
3394 2008-01-08  Ben Elliston  <bje@au.ibm.com>
3396         * config.sub, config.guess: Update from upstream sources.
3398 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3400         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3401         Change recommended MPFR from 2.2.1 -> 2.3.0.
3402         * configure: Regenerate.
3404 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
3406         * MAINTAINERS: Update my email address.
3408 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
3410         * MAINTAINERS: Update my email address.
3412 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
3414         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3415         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3416         * Makefile.in: Regenerate.
3418 2007-12-10  Mark Heffernan  <meheff@google.com>
3420         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
3421         misplaced entries.
3423 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3425         * configure.ac: Enable libjava for x86_64-*-darwin9.
3426         * configure: Regenerate.
3428 2007-12-07  Bill Maddox  <maddox@google.com>
3430         * MAINTAINERS (Write After Approval): Add myself.
3432 2007-12-05  Ben Elliston  <bje@au.ibm.com>
3434         * config.sub, config.guess: Update from upstream sources.
3436 2007-12-02  Matthias Klose  <doko@ubuntu.com>
3438         * config-ml.in: Remove 64bit configure tests.
3440 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3442         * config-ml.in: Robustify against white space in absolute file
3443         names.
3445         * config-ml.in (multi-clean): Substitute ${Makefile}.
3446         Remove superfluous ${Makefile} in list.
3448 2007-11-19  Thiemo Seufer  <ths@mips.com>
3450         * config-ml.in: Don't hardcode the Makefile name.
3452 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
3454         * MAINTAINERS (Write After Approval): Add myself.
3456 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
3458         * MAINTAINERS (Write After Approval): Add myself.
3460 2007-11-06  Doug Kwan  <dougkwan@google.com>
3462         * MAINTAINERS (Write After Approval): Add myself.
3464 2007-10-25  Ben Elliston  <bje@au.ibm.com>
3466         * MAINTAINERS (mercury): Remove entry.
3467         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
3469 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
3471         * Makefile.def (dependencies): Make configure-gdb depend on
3472         all-intl.
3473         * Makefile.in: Regenerated.
3475 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
3477         * MAINTAINERS (Fortran maintainer): Remove myself.
3479 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
3481         * Makefile.def: To avoid problems running with parallel makes,
3482         build newlib before libgloss so that target specific header
3483         files are availble.
3484         * Makefile.in: Regenerate
3486 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
3488         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3489         * Makefile.in: Regenerate.
3491 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
3493         * MAINTAINERS (Register allocation reviewer): Add myself.
3495 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
3497         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3498         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3499         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
3500         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3501         * configure: Regenerate.
3503 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
3505         * MAINTAINERS (Register allocation reviewer): Add myself.
3507 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
3509         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3510         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3511         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3512         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3513         * configure.ac: Default them to host tools for $host = $build.
3514         Subst them.
3516         * configure: Regenerate.
3517         * Makefile.in: Regenerate.
3519 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
3521         * MAINTAINERS (Register allocation reviewer): Add myself.
3523 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
3525         * MAINTAINERS (Register allocation reviewer): Add myself.
3527 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
3529         * MAINTAINERS (Write After Approval): Fix typo.
3531 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
3533         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3534         * configure: Regenerate.
3536 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
3538         PR bootstrap/31906
3539         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
3540         they're already prefixed.
3542 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
3544         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3545         libstdc++.
3546         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3547         * configure: Regenerate.
3548         * Makefile.in: Regenerate.
3550 2007-09-17  Andreas Schwab  <schwab@suse.de>
3552         * configure.ac: Raise minimum makeinfo version to 4.6.
3553         * configure: Regenerate.
3555 2007-09-17  Johannes Singler  <singler@ira.uka.de>
3557         * MAINTAINERS (write-after-approval) add myself
3559 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
3561         * configure.ac: Correct makeinfo version check.
3562         * configure: Regenerate.
3564 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
3566         * MAINTAINERS: Update my email address.
3568 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
3570         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
3571         to $skipdirs and only disable gprof for newlib.  Use the normal
3572         mips*-elf* handling in other respects.
3573         * configure: Regnerate.
3575 2007-09-12  David Daney  <ddaney@avtrex.com>
3577         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3578         enabling libgcj.
3579         * configure: Regenerate.
3581 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3583         PR other/32154
3584         * configure.ac: For libgloss targets, point the linker to the linker
3585         script, startup code and simulator library.
3586         * configure: Regenerate.
3588 2007-09-07  Andrew Haley  <aph@redhat.com>
3590         * configure.ac (noconfigdirs): Remove target-libffi and
3591         target-libjava.
3592         * configure: Regenerate.
3594 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3596         PR target/33281
3597         * configure.ac: Use config/mh-mingw on mingw.
3598         * configure: Regenerate.
3600 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
3602         * MAINTAINERS (Write After Approval): Add myself.
3604 2007-09-05  Richard Guenther  <rguenther@suse.de>
3606         * configure.ac (--enable-stage1-checking): If neither --enable-checking
3607         nor --disable-checking is provided also turn on yes and types
3608         checking for stage1.
3609         * configure: Re-generate.
3611 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
3613         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
3614         (Write After Approval): Remove myself.
3616 2007-08-29  Nick Clifton  <nickc@redhat.com>
3618         * config.sub, config.guess: Update from upstream sources.
3620 2007-08-22  Bud Davis  <jmdavis@link.com>
3622         * MAINTAINERS (Write After Approval): Added myself.
3623         * MAINTAINERS (Reviewers): Removed myself.
3625 2007-08-18  Paul Brook  <paul@codesourcery.com>
3626             Joseph Myers  <joseph@codesourcery.com>
3628         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3629         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3630         * Makefile.in: Regenerate.
3631         * configure.ac (--with-debug-prefix-map): New.
3632         * configure: Regenerate.
3634 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
3635             Nigel Stephens  <nigel@mips.com>
3637         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
3638         as target_makefile_frag.
3639         * configure: Regenerate.
3641 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
3643         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3644         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
3645         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3646         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3647         (do-compare, do-compare3, do-compare-debug): New.
3648         ([+compare-target+]): Use them.
3650 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
3652         * MAINTAINERS (Write After Approval): Change my email address.
3654 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3655             Ben Elliston  <bje@au.ibm.com>
3657         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3658         --silent if $silent.
3659         * configure: Regenerate.
3661 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
3663         * MAINTAINERS (Various Maintainers): Add myself as
3664         loop infrastructure maintainer.  Update my e-mail
3665         address.
3667 2007-07-31  Diego Novillo  <dnovillo@google.com>
3669         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
3670         Adjust description.
3672 2007-07-26  Richard Guenther  <rguenther@suse.de>
3674         * configure.ac: Add types checking to stage1 checking flags.
3675         * configure: Regenerate.
3677 2007-07-17  Nick Clifton  <nickc@redhat.com>
3679         * COPYING3: New file.  Contains version 3 of the GNU General
3680         Public License.
3681         * COPYING3.LIB: New file.  Contains version 3 of the GNU
3682         Lesser General Public License.
3684 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3686         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
3688 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3690         * MAINTAINERS (S/390 co-maintainer): Add myself.
3691         (Write After Approval): Remove myself.
3693 2007-07-13  Dan Hipschman  <dsh@google.com>
3695         * MAINTAINERS (Write After Approval): Add myself.
3697 2007-07-11  Nick Clifton  <nickc@redhat.com>
3699         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
3700         WINDRES export.
3701         * Makefile.in: Regenerate.
3703 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3705         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
3706         maintainer.
3708 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
3710         * lt~obsolete.m4: New. Import from 20070318 libtool.
3712 2007-07-03  Julian Brown  <julian@codesourcery.com>
3714         * MAINTAINERS (Write After Approval): Add myself.
3716 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3718         * configure.ac: Rewrite 'configure --help' strings to look nicer.
3719         * configure: Regenerate.
3721 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3723         * configure.ac: Add some missing m4 quotation.
3724         * configure: Regenerate.
3726 2007-07-02  Simon Baldwin  <simonb@google.com>
3728         * MAINTAINERS (Write After Approval): Add myself.
3730 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
3732         * configure: Regenerate.
3734 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
3736         * Makefile.def: Add windmc tool to build.
3737         * Makefile.tpl: Likewise.
3738         * configure.ac: Likewise.
3739         * Makefile.in: Regenerate.
3740         * configure: Regenerate.
3742 2007-06-28  DJ Delorie  <dj@redhat.com>
3744         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3745         not building newlib.
3746         * configure: Regenerated.
3748 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
3750         * MAINTAINERS (Write After Approval): Add myself.
3752 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
3754         * MAINTAINERS (Write After Approval): Add myself.
3756 2007-06-19  Chris Matthews  <chrismatthews@google.com>
3758         * MAINTAINERS (Write After Approval): Add myself.
3760 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3762         * MAINTAINERS (Write After Approval): Add myself.
3764 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
3766         * Makefile.def: Add dependency from configure-gdb to all-bfd.
3767         * Makefile.in: Regenerated.
3769 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
3771         * configure.ac: Don't add target-libmudflap to noconfigdirs for
3772         bfin*-*-uclinux* targets.
3773         * configure: Regenerate.
3775 2007-06-14  Ian Lance Taylor  <iant@google.com>
3777         * MAINTAINERS: Add myself as non-algorithmic global write
3778         maintainer.
3780 2007-06-14  Diego Novillo  <dnovillo@google.com>
3782         * MAINTAINERS: Add self as middle-end maintainer and
3783         non-algorithmic global write maintainer.
3785 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3787         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
3788         Move all Fortran maintainers except Paul Brook into the
3789         Non-Autopoiesis section.
3791 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
3793         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3794         (distclean-stage[+id+]): Possibly delete stage_last.
3795         * Makefile.in: Regenerate.
3797 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
3799         * MAINTAINERS (Various Maintainer): Fix typo.
3801 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
3803         * MAINTAINERS (Various Maintainer): Add myself as
3804         dataflow maintainer.
3806 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3808         * config.sub, config.guess: Update from upstream sources.
3810 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3812         * Makefile.tpl: Fix spelling error.
3813         * Makefile.in: Regenerate.
3815 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
3817         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3818         lt_cv_sys_max_cmd_len.
3820 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
3822         * MAINTAINERS (Various Maintainers): Add myself as
3823         auto-vectorizer maintainer.
3825 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
3827         PR libjava/32098
3828         * libtool.m4: Revert previous change.
3829         * ltgcc.m4: Put it here.
3831 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
3833         * MAINTAINERS (Various Maintainers): Add myself as
3834         auto-vectorizer maintainer.
3836 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
3838         PR libjava/32098
3839         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
3841 2007-05-30  Richard Guenther  <rguenther@suse.de>
3843         * MAINTAINERS (Various Maintainers): Add myself as
3844         auto-vectorizer maintainer.
3846 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
3848         PR bootstrap/29382
3849         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3850         * configure: Rebuilt.
3852 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
3854         * MAINTAINERS (Write After Approval): Removed my name.
3856 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
3858         * MAINTAINERS (Write After Approval): Remove myself.
3860 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
3862         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3864 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
3866         * ltmain.sh: Update from ToT Libtool.
3867         * libtool.m4: Update from ToT Libtool.
3868         * ltsugar.m4: New. Update from ToT Libtool.
3869         * ltversion.m4: New. Update from ToT Libtool.
3870         * ltoptions.m4: New. Update from ToT Libtool.
3871         * ltconfig: Remove.
3872         * ltcf-c.sh: Remove.
3873         * ltcf-cxx.sh: Remove.
3874         * ltcf-gcj.sh: Remove.
3876 2007-05-22  Ollie Wild  <aaw@google.com>
3878         * MAINTAINERS (Write After Approval): Add myself.
3880 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
3882         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3883         stage_cflags.
3884         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3885         Remove CFLAGS/LIBCFLAGS.
3886         (configure-stage[+id+]-[+prefix+][+module+],
3887         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3888         * Makefile.in: Regenerate.
3890 2007-05-15  Diego Novillo  <dnovillo@google.com>
3892         * MAINTAINERS: Update e-mail address.
3894 2007-05-15  Revital Eres  <eres@il.ibm.com>
3896         * MAINTAINERS (Write After Approval): Add myself.
3898 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
3900         * MAINTAINERS (Write After Approval): Updated my address.
3902 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
3904         * MAINTAINERS (Write After Approval): Add myself.
3906 2007-05-11  Silvius Rus  <rus@google.com>
3908         * MAINTAINERS (Write After Approval): Add myself.
3910 2007-04-23  Tom Tromey  <tromey@redhat.com>
3912         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
3914 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
3916         * MAINTAINERS (cpplib): Rename to ...
3917         (libcpp): ... this.  Add C/C++ front end maintainers.
3919 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
3921         * config-ml.in: Pass ${ml_config_env} to configure calls.
3923 2007-04-04  Christian Bruel  <christian.bruel@st.com>
3925         * MAINTAINERS (Write After Approval): Add myself.
3927 2007-04-02  Dave Korn  <dave.korn@artimi.com>
3929         * MAINTAINERS (Write After Approval): Add myself.
3931 2007-03-31  Tobias Burnus  <burnus@net-b.de>
3933         * MAINTAINERS (fortran 95 front end): Add myself.
3935 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
3937         * MAINTAINERS (Write After Approval): Add myself.
3939 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
3941         * MAINTAINERS (Modulo Scheduler): Add myself.
3943 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
3945         * MAINTAINERS (fortran 95 front end): Add myself.
3946         (c++ front end): whitespace fix.
3948 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
3950         * MAINTAINERS (Write After Approval): Add myself.
3952 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
3954         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3955         of glob.  Quote arguments with single quotes too.
3956         * configure: Regenerate.
3958 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
3960         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3961         * Makefile.in: Regenerate
3963 2007-03-07  Andreas Schwab  <schwab@suse.de>
3965         * configure: Regenerate.
3967 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
3969         * configure.ac: Add "--with-pdfdir" configure option,
3970         which defines pdfdir variable.
3971         * Makefile.def (target=fixincludes): Add install-pdf to
3972         missing targets.
3973         (recursive_targets): Add install-pdf target.
3974         (flags_to_pass): Add pdfdir.
3975         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3976         target.
3977         * configure: Regenerate
3978         * Makefile.in: Regenerate
3980 2007-02-28  Eric Christopher  <echristo@apple.com>
3982         Revert:
3983         2006-12-07  Mike Stump  <mrs@apple.com>
3985         * Makefile.def (dependencies): Add dependency for
3986         install-target-libssp and install-target-libgomp on
3987         install-gcc.
3988         * Makefile.in: Regenerate.
3990 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
3992         * configure: Regenerate.
3993         * configure.ac: Move statements after variable declarations.
3995 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
3997         * MAINTAINERS: Add myself as sh maintainer.
3999 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
4001         * configure.ac: Adjust for loop syntax.
4002         * configure: Regenerate.
4004 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
4006         * configure: Rebuilt.
4008 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
4010         * configure.ac: Drop multiple occurrences of --enable-languages,
4011         and fix its quoting.
4012         * configure: Rebuilt.
4014 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
4015             Nathan Sidwell  <nathan@codesourcery.com>
4016             Vladimir Prus  <vladimir@codesourcery.com>
4017             Joseph Myers  <joseph@codesourcery.com>
4019         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4020         * configure: Regenerate.
4022 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
4024         * ltconfig (freebsd*): Default to elf.
4026 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
4028         * configure.ac (target_libraries): Move libgcc before libiberty.
4029         * configure: Regenerated.
4031 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
4032             Paolo Bonzini  <bonzini@gnu.org>
4034         PR bootstrap/30753
4035         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
4036         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
4037         * configure: Regenerated.
4039 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4041         * MAINTAINERS (Language Front End Maintainers): Update my mail
4042         address.
4044 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
4046         PR bootstrap/30748
4047         * configure.ac: Correct syntax for Solaris ksh.
4048         * configure: Regenerated.
4050 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4052         * configure.ac: Sync with src.
4053         * configure: Regenerate.
4055 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4057         * Makefile.in: Regenerate.
4059 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4061         * config.sub: Sync with src.
4063 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
4065         * Makefile.tpl (build_alias, host_alias, target_alias): Use
4066         noncanonical equivalents.
4067         * configure.in: Rename to...
4068         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
4069         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
4070         target_noncanonical.  Use them.  Rewrite removal of configure
4071         arguments for autoconf 2.59.  Discard variable settings.  Force
4072         program_transform_name for native tools.
4074         * Makefile.in: Regenerated.
4075         * configure: Regenerated with autoconf 2.59.
4077 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
4079         * MAINTAINERS (Write After Approval): Add myself.
4081 2007-01-31  Andreas Schwab  <schwab@suse.de>
4083         * Makefile.tpl (LDFLAGS): Substitute it.
4084         * Makefile.in: Regenerate.
4086 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
4088         * MAINTAINERS (Write After Approval): Add myself.
4090 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
4092         * MAINTAINERS (spu port): Add myself.
4094 2007-01-23  Richard Guenther  <rguenther@suse.de>
4096         PR bootstrap/30541
4097         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
4098         * Makefile.tpl (GNATBIND): Substitute it.
4099         (GNATMAKE): Likewise.
4100         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
4101         of STAGE_PREFIX.
4102         * Makefile.in: Regenerate.
4103         * configure: Regenerate.
4105 2007-01-18  Mike Stump  <mrs@apple.com>
4107         * configure.in: Re-enable -Werror for gcc builds.
4109 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
4111         * MAINTAINERS (Write After Approval): Add myself.
4113 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
4115         * configure.in: Change == to = in test command.
4116         * configure: Regenerate.
4118 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
4119             Nick Clifton  <nickc@redhat.com>
4120             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
4122         * configure.in (build_configargs, host_configargs, target_configargs):
4123         Remove build/host/target parameters.
4124         (host_libs): Add gmp and mpfr.
4125         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4126         * Makefile.def (gmp, mpfr): New.
4127         (gcc): Remove target.
4128         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4129         target_os, target_vendor): New.
4130         (configure): Add host_alias/target_alias arguments; adjust invocations.
4131         * configure: Regenerate.
4132         * Makefile.in: Regenerate.
4134 2007-01-11  Matt Fago  <fago@earthlink.net>
4136         * configure.in: Try to link to functions only in mpfr 2.2.x
4137         to improve robustness of configure tests.
4138         * configure: Regenerate.
4140 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
4142         * MAINTAINERS: Add myself as i386 maintainer.
4144 2007-01-08  Jan Hubicka  <jh@suse.cz>
4146         * MAINTAINERS: Add myself as i386 maintainer.
4148 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
4150         * configure.in: Add support for an x86_64-mingw* target.
4151         * configure: Regenerate.
4153 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
4155         * Makefile.tpl (all-target): Correct @if conditional for target
4156         modules.
4157         * configure.in: Omit libiberty if building only target libgcc.
4158         * configure, Makefile.in: Regenerated.
4160 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
4162         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
4163         * configure: Regenerate.
4165 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
4167         * Makefile.def (target_modules): Add libgcc.
4168         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
4169         * Makefile.tpl (clean-target-libgcc): Delete.
4170         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4171         on gcc even for bootstrapped modules.  Rewrite handling of
4172         lang_env_dependencies to loop over target_modules.
4173         * configure.in (target_libraries): Add target-libgcc.
4174         * Makefile.in, configure: Regenerated.
4176 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
4178         * configure.in: Reorganize recognition of languages.  Add
4179         --enable-stage1-languages.  Show supported languages for the chosen
4180         target rather than all recognized languages.
4181         * configure: Regenerate.
4183 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
4185         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4186         * Makefile.in: Regenerate.
4188 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4190         * configure.in: Warn that MPFR 2.2.0 is buggy.
4191         * configure: Regenerate.
4193 2006-12-27  Ian Lance Taylor  <iant@google.com>
4195         * configure.in: When removing Makefiles to force a reconfigure, also
4196         remove prev-DIR*/Makefile.
4197         * configure: Regenerate.
4199 2006-12-22  Andreas Schwab  <schwab@suse.de>
4201         * configure: Regenerate with correct autoconf version.
4203 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
4205         * configure.in: add AC_SUBST for *_FOR_TARGET.
4206         * configure: Regenerate.
4208 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4210         * configure.in: Simplify logic for rejecting languages that cannot
4211         be built.  Separate the case when a language is unsupported,
4212         from the case when the user chooses not to build a language.
4214 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4216         * configure.in: Remove "$build" case for powerpc-*-darwin* since
4217         it only affects bootstrap and could be tested on "$host" as well.
4218         * configure: Regenerate.
4219         * config/mh-ppc-darwin: Add to the stage1 cflags here.
4221 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4223         PR bootstrap/29544
4224         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4225         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4226         move here comment from Makefile.tpl.
4227         * Makefile.tpl: Move some definitions higher in the file.
4228         (STAGE1_CHECKING): New.
4229         * configure.in: Add --enable-stage1-checking.
4230         * configure: Regenerate.
4231         * Makefile.in: Regenerate.
4233 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4235         * MAINTAINERS: Add myself as build system maintainer.
4237 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
4239         * MAINTAINERS (Write After Approval): Add myself.
4241 2006-12-13  Eric Christopher  <echristo@apple.com>
4243         * MAINTAINERS: Add myself as darwin maintainer.
4245 2006-12-11  Ian Lance Taylor  <ian@airs.com>
4247         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
4249 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
4251         MAINTAINERS: Update my entry.
4253 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
4255         * configure.in:  Handle spu makefile frag.
4256         * Makefile.tpl (MAINT): Define
4257         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4258         * configure: Regenerate.
4259         * Makefile.in: Regenerate.
4261 2006-12-11  Ben Elliston  <bje@au.ibm.com>
4263         * config.guess: Import latest version.
4264         * config.sub: Likewise.
4266 2006-12-11  Ben Elliston  <bje@au.ibm.com>
4268         * configure.in (spu-*-*): Don't skip target-libiberty.
4269         * configure: Regenerate.
4271 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
4273         PR bootstrap/30134
4274         * configure.in: Correct x86 darwin support for libjava to powerpc
4275         and i?86 only.
4276         * configure: Regenerate.
4278 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
4280         * configure.in: Add x86 darwin support for libjava.
4281         * configure: Regenerate.
4283 2006-12-07  Mike Stump  <mrs@apple.com>
4285         * Makefile.def (dependencies): Add dependency for
4286         install-target-libssp and install-target-libgomp on
4287         install-gcc.
4288         * Makefile.in: Regenerate.
4290 2006-12-04  Richard Guenther  <rguenther@suse.de>
4292         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
4293         (Non-Algorithmic Maintainers): Move over non-algorithmic
4294         loop optimizer maintainers, add myself as a non-algorithmic
4295         middle-end maintainer.
4297 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
4299         * MAINTAINERS (Write After Approval): Add myself.
4301 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4303         * configure.in: Update error message for missing GMP/MPFR.
4305         * configure: Regenerate.
4307 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4309         * configure.in: Update MPFR version in error message.
4311         * configure: Regenerate.
4313 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4315         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4316         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4317         --with-gmp-lib): New flags.
4319         * configure: Regenerate.
4321 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
4323         * MAINTAINERS (Write After Approval): Change my email address.
4325 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
4327         * MAINTAINERS (Write After Approval): Add myself.
4329 2006-11-22  Philipp Thomas  <pth@suse.de>
4331         * MAINTAINERS (i18n): Update e-mail address.
4333 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4335         * MAINTAINERS (spu port): Add myself as maintainer.
4336         (Write After Approval): Remove myself.
4338 2006-11-22  Ben Elliston  <bje@au.ibm.com>
4340         * configure.in (skipdirs): Don't build libssp for SPU.
4341         * configure: Regenerate.
4343 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
4345         * MAINTAINERS (spu port): Add myself as maintainer.
4346         (libobjc): Update my email address.
4348 2006-11-21  Andrea Bona  <andrea.bona@st.com>
4350         * MAINTAINERS (Write After Approval): Add myself.
4352 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4354         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
4355         * configure : Rebuilt.
4357 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4359         * MAINTAINERS (Write After Approval): Add myself.
4361 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
4363         * MAINTAINERS (Write After Approval): Add myself.
4365 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4367         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
4368         libmpfr.a.
4369         * configure: Regenerate.
4371 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
4373         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4374         (unstage): Test for stage_last presence.
4376         PR bootstrap/29802
4377         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
4378         STAGE_PREFIX.
4379         * Makefile.in: Regenerate.
4381 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
4383         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
4384         maintainers.
4386 2006-11-14  Erven Rohou  <erven.rohou@st.com>
4388         * MAINTAINERS (Write After Approval): Add myself.
4390 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
4392         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
4393         and stageN-package/Makefile.
4394         * Makefile.in: Regenerated.
4396 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
4398         * configure.in: Remove target-libgloss from noconfigdirs for
4399         bfin-*-*.
4400         * configure: Regenerated.
4402 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4404         * configure.in (have_gmp): Only error if the gcc directory exists.
4406         * configure: Regenerate.
4408 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4410         * configure.in: Robustify error message for missing GMP/MPFR.
4412         * configure: Regenerate.
4414 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
4416         * MAINTAINERS (Write After Approval): Add myself.
4418 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
4420         * MAINTAINERS: Change email address.
4422 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
4424         * MAINTAINERS (Write After Approval): Add myself.
4426 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
4428         * MAINTAINERS (Write After Approval): Add myself.
4430 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
4432         * MAINTAINERS (Write After Approval): Move myself to
4433         Write After Approval section.
4435 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4437         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
4438         need_gmp anymore.
4439         * configure: Regenerate.
4441 2006-10-16  Tobias Burnus  <burnus@net-b.de>
4443         * MAINTAINERS (Write After Approval): Add myself.
4445 2006-10-16  Ben Elliston  <bje@au.ibm.com>
4447         * config.guess: Import latest version.
4448         * config.sub: Likewise.
4450 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
4452         * Makefile.def: Added pdf target handling.
4453         * Makefile.tpl: Added pdf target handling.
4454         * Makefile.in: Regenerated.
4456 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
4458         * MAINTAINERS: Add self as score port maintainer.
4460 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
4462         * MAINTAINERS (Write After Approval): Add myself.
4464 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
4466         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
4467         or newer.
4468         * configure: Regenerated.
4470 2006-09-27  Dave Brolley  <brolley@redhat.com>
4472         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
4473         using $s instead of $r.
4474         * configure: Regenerated.
4476 2006-09-26  Thiemo Seufer  <ths@mips.com>
4478         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4479         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4480         * configure: Regenerate.
4482 2006-09-24  Graeme Peterson  <gridly@gmail.com>
4484         * MAINTAINERS (Write After Approval): Remove myself.
4486 2006-09-22  Chao-ying Fu  <fu@mips.com>
4488         * MAINTAINERS (Write After Approval): Add myself.
4490 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
4492         * MAINTAINERS: Add self as soft-fp maintainer.
4494 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
4496         * MAINTAINERS: Add myself as avr maintainer.
4497         Remove Marek Michalkiewicz as avr maintainer.
4499 2006-09-07  Roberto Costa  <roberto.costa@st.com>
4501         * MAINTAINERS (Write After Approval): Add myself.
4503 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
4505         * configure.in: Never build newlib for a Mingw host.
4506         Never build newlib as Mingw target library.
4507         Test the existence of winsup/cygwin for building a Cygwin newlib,
4508         rather than just winsup.
4509         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4510         building a Mingw target.
4511         * configure: Regenerate.
4513 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
4515         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
4517 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
4519         * config.guess: Import from src (was more updated).
4520         * config.sub: Likewise.
4522 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
4524         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4525         * configure: Regenerated.
4527 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
4529         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4530         for stages after the first.
4532 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
4534         * Makefile.def: Add dependencies for configure-opcodes
4535         on configure-intl and all-opcodes on all-intl.
4536         * Makefile.in: Regenerated.
4538 2006-07-13  Ben Elliston  <bje@au.ibm.com>
4540         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
4542 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4544         Port to hosts whose 'sort' and 'tail' implementations
4545         treat operands with leading '+' as file names, as POSIX
4546         has required since 2001.  However, make sure the code still
4547         works on pre-POSIX hosts.
4548         * ltmain.sh: Don't assume "sort +2" is equivalent to
4549         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
4551 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
4553         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
4555 2006-07-04  Peter O'Gorman  <peter@pogma.com>
4557         * ltconfig: chmod 644 before ranlib during install.
4559 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4561         PR bootstrap/18058
4562         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4563         if the bootstrap compiler is a GCC version that supports it.
4564         * configure: Regenerate.
4566 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4568         * configure.in: Fix thinkos in previous check-in.
4569         * configure: Regenerate.
4571 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4573         PR other/27063
4574         * configure.in: Test subdir_requires and give an appropriate
4575         error message.
4576         * configure: Regenerate.
4578 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
4580         * MAINTAINERS (Write After Approval): Add myself.
4582 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
4584         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4586 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
4588         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4590 2006-06-20  David Ayers  <d.ayers@inode.at>
4592         PR bootstrap/28072
4593         * configure.in: Add target-boehm-gc to noconfigdirs depending on
4594         whether target-libjava is being configured instead of whether the
4595         java front end is enabled.
4596         * configure: Regenerate.
4598 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4600         PR target/27540
4601         * configure.in: Only enable libgomp on IRIX 6.
4602         * configure: Regenerate.
4604 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
4606         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4607         too.
4608         * Makefile.in: Regenerate.
4610 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
4612         * config-ml.in: Alter CCASFLAGS to include special
4613         multilib options the same as is done for CFLAGS.
4615 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4617         * configure.in: Don't enable libgomp on hpux10.
4618         * configure: Rebuilt.
4620 2006-06-12  David Ayers  <d.ayers@inode.at>
4622         PR bootstrap/27963
4623         PR target/19970
4624         * configure.in: Remove target-boehm-gc from noconfigdirs where
4625         ${libgcj} is specified.
4626         * configure: Regenerate.
4628 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
4630         Sync from src:
4632         * configure.in: Sync.
4633         * configure: Regenerated.
4635         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
4637         * Makefile.def: Added dependencies from sim and gdb on intl, and
4638         added configure dependencies to everything with an all dependency
4639         on intl.
4640         * Makefile.in: Regenerated.
4642 2006-06-06  David Ayers  <d.ayers@inode.at>
4644         PR libobjc/13946
4645         * Makefile.def: Add dependencies for libobjc which boehm-gc.
4646         * Makefile.in: Regenerate.
4647         * configure.in: Add --enable-objc-gc at toplevel and have it
4648         enable boehm-gc for Objective-C.
4649         Remove target-boehm-gc from libgcj.
4650         Add target-boehm-gc to target_libraries.
4651         Add target-boehm-gc to noconfigdirs where ${libgcj}
4652         is specified.
4653         Assert that boehm-gc is supported when requested for Objective-C.
4654         Only build boehm-gc if needed either for Java or Objective-C.
4655         * configure: Regenerate.
4657 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
4659         PR 27674
4660         * Makefile.tpl (configure-[+prefix+][+module+],
4661         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4662         Remove rule to unstage bootstrapped modules.
4663         (stage_current): New.
4664         * Makefile.in: Regenerate.
4666 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4668         * MAINTAINERS (Write After Approval): Update my e-mail address.
4670 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
4672         * include/libiberty.h: Declare pex_run_in_environment.
4674 2006-05-31  Asher Langton  <langton2@llnl.gov>
4676         * MAINTAINERS (Write After Approval): Add myself.
4678 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
4680         * Makefile.def (bfd, opcodes): Fix lib_path.
4681         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4682         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
4683         * Makefile.in: Regenerate.
4685 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4687         * Makefile.in: Regenerate.
4689 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4691         * Makefile.def: Add install-html target. Add datarootdir
4692         docdir and htmldir to flags_to_pass.
4693         * Makefile.tpl: Add install-html target.
4694         * Makefile.in: Regenerate.
4695         * configure.in: Add --with-datarootdir, --with-docdir, and
4696         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
4697         * configure: Regenerate.
4699 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
4701         * configure.in: Enable gprof for cross builds.
4702         * configure: Regenerate.
4704 2006-05-22  Richard Guenther  <rguenther@suse.de>
4706         Revert
4707         2006-01-31  Richard Guenther  <rguenther@suse.de>
4708         Paolo Bonzini  <bonzini@gnu.org>
4710         * Makefile.def (target_modules): Add libgcc-math target module.
4711         * configure.in (target_libraries): Add libgcc-math target library.
4712         (--enable-libgcc-math): New configure switch.
4713         * Makefile.in: Re-generate.
4714         * configure: Re-generate.
4715         * libgcc-math: New toplevel directory.
4717 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4718             Andreas Tobler  <a.tobler@schweiz.ch>
4720         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
4721         * configure: Rebuilt.
4723 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
4725         * MAINTAINERS (Write After Approval): Add myself.
4727 2006-05-01  DJ Delorie  <dj@redhat.com>
4729         * configure.in: Restore CFLAGS if GMP isn't present.
4730         * configure: Regenerate.
4732 2006-05-01  Richard Guenther  <rguenther@suse.de>
4734         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
4735         maintainer.
4737 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
4739         * MAINTAINERS (Write After Approval): Add myself.
4741 2006-04-28  Jan Beulich  <jbeulich@novell.com>
4743         * MAINTAINERS (Write After Approval): Add myself.
4745 2006-04-18  DJ Delorie  <dj@redhat.com>
4747         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
4748         reference libgloss so that libssp can be built in a combined
4749         tree.
4750         * configure: Regenerate.
4752 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
4754         * MAINTAINERS (Write After Approval): Add myself.
4756 2006-04-05  Ben Elliston  <bje@au.ibm.com>
4758         * configure.in: Require makeinfo 4.4 or higher.
4759         * configure: Regenerate.
4761 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
4763         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
4764         Rearrange the entries of other libraries to have them in one place.
4766 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
4768         * MAINTAINERS (Write After Approval): Remove myself.
4769         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4771 2006-03-14  Richard Guenther  <rguenther@suse.de>
4773         * configure: Regenerate with autoconf 2.13.
4775 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
4777         * MAINTAINERS: Use my work address.
4779         * MAINTAINERS: Update my E-mail address.
4781 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
4783         * configure.in: Handle --disable-<component> generically.
4784         * configure: Regenerate.
4786 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
4788         PR libgcj/17311
4789         * ltmain.sh: Don't use "$finalize_rpath" for compile.
4791 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
4793         * MAINTAINERS (Write After Approval):  Remove myself.
4794         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4796 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
4798         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
4799         (TARGET_CONFIGDIRS): Remove.
4800         * configure.in: Remove AC_SUBST(target_configdirs).
4801         * Makefile.in, configure: Regenerated.
4803 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
4805         * MAINTAINERS (Write After Approval):  Remove myself.
4806         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4808 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
4810         PR bootstrap/25670
4812         * Makefile.tpl ([+compare-target+]): Print explanation messages.
4814         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4815         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4816         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4817         BUILD_PREFIX, BUILD_PREFIX_1.
4818         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4820         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4821         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4823         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4824         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4825         of `cat stage_current`.  Always provide the `r' and `s' variables.
4826         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4827         a single shell execution.
4828         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4829         bootstrapped modules, make the stage1 module if the build was not
4830         started yet, else build the current stage.
4831         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4832         (all-build, all-host, all-target, [+make_target+]-host,
4833         [+make_target+]-target): Do not use \-continued lines.
4834         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4835         (current_stage, restrap, stage_last): New.
4837         * Makefile.in: Regenerate.
4838         * configure: Regenerate.
4840 2006-02-19  Bud Davis  <jmdavis@link.com>
4842         * MAINTAINERS (Write After Approval):  Remove myself.
4843         (Language Front End Maintainers):  Add myself as fortran 95
4844         maintainer and update e-mail address.
4846 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4848         * MAINTAINERS (Write After Approval):  Remove myself.
4849         (Language Front End Maintainers):  Add myself as fortran 95
4850         maintainer.
4852 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
4854         * MAINTAINERS (Write After Approval): Add myself.
4856 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
4858         * MAINTAINERS (Write After Approval):  Remove myself.
4859         (Language Front End Maintainers):  Add myself as
4860         fortran 95 maintainer.
4862 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4864         Sync from src:
4866         2005-12-27  Leif Ekblad  <leif@rdos.net>
4868         * configure.in: Add support for RDOS target.
4869         * configure: Regenerate.
4871 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4872             Andreas Schwab  <schwab@suse.de>
4874         * configure: Regenerate.
4876 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
4878         * configure.in (enable_libgomp): Add AIX.
4879         * configure: Regenerate.
4881 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
4883         * MAINTAINERS (Write After Approval): Add myself.
4885 2006-02-03  Lee Millward  <lee.millward@gmail.com>
4887         * MAINTAINERS (Write After Approval): Add myself.
4889 2006-01-31  Richard Guenther  <rguenther@suse.de>
4890         Paolo Bonzini  <bonzini@gnu.org>
4892         * Makefile.def (target_modules): Add libgcc-math target module.
4893         * configure.in (target_libraries): Add libgcc-math target library.
4894         (--enable-libgcc-math): New configure switch.
4895         * Makefile.in: Re-generate.
4896         * configure: Re-generate.
4897         * libgcc-math: New toplevel directory.
4899 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
4901         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4902         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4903         the assembler, linker and binutils.
4904         * configure: Regenerate.
4906 2006-01-22  Dirk Mueller  <dmueller@suse.de>
4908         * MAINTAINERS (Write After Approval): Add myself.
4910 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
4912         * configure: Regenerate.
4914 2006-01-18  Richard Henderson  <rth@redhat.com>
4915             Jakub Jelinek  <jakub@redhat.com>
4916             Diego Novillo  <dnovillo@redhat.com>
4918         * libgomp: New directory.
4919         * Makefile.def: Add target_module libgomp.
4920         * Makefile.in: Regenerate.
4921         * configure.in (target_libraries): Add target-libgomp.
4922         * configure: Regenerate.
4924 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
4926         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4927         @ from continuation.
4928         * Makefile.in: Rebuilt.
4930 2006-01-04  Chris Lattner  <sabre@gnu.org>
4932         * MAINTAINERS (Write After Approval): Add myself.
4934 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
4936         PR bootstrap/24252
4938         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4939         * Makefile.tpl (OBJDUMP): New.
4940         (EXTRA_HOST_FLAGS): Add it.
4941         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4943         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4944         to use symbolic links between directories.  Avoid race conditions
4945         or make them harmless.
4946         * configure.in: Do not try to use symbolic links between directories.
4948         * Makefile.def (LEAN): Pass.
4949         * Makefile.tpl (LEAN): Define.
4950         (stage[+id+]-start): Accept that the previous directory does not
4951         exist, if the bootstrap is lean.
4952         (stage[+id+]-bubble): Invoke lean bootstrap commands after
4953         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
4954         configure substitution.
4955         ([+compare-target+]): Likewise.
4956         ([+bootstrap-target+]-lean): New.
4957         * configure.in: Remove lean bootstrap support from here.
4959         * Makefile.in: Regenerate.
4960         * configure: Regenerate.
4962 2006-01-04  Ben Elliston  <bje@au.ibm.com>
4964         * MAINTAINERS (libdecnumber): Add myself.
4966 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
4968         * libtool-ldflags: New script.
4970 2006-01-02  Andreas Schwab  <schwab@suse.de>
4972         * configure.in: When reconfiguring remove Makefile in
4973         all stage directories.
4974         * configure: Regenerate.
4976 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
4978         * MAINTAINERS: Update my email address.
4980 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
4982         Revert Ada-related part of the previous change.
4984         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4985         Do not pass.
4986         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4987         * Makefile.in: Regenerate.
4988         * configure.in: Do not include mt-ppc-aix target fragment.
4989         * configure: Regenerate.
4991 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
4993         * configure.in: Select appropriate fragments for PowerPC/AIX.
4994         * configure: Regenerate.
4996         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4997         BOOT_CFLAGS, BOOT_LDFLAGS.
4998         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4999         BOOT_CFLAGS, BOOT_LDFLAGS.
5000         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5001         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5002         (stage): Fail if we cannot complete the work.
5003         * Makefile.in: Regenerate.
5005 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
5007         * configure.in: Replace ms1 with mt.
5008         * configure: Rebuilt.
5010 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
5012         * MAINTAINERS: Update my email address.
5014 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
5016         * Makefile.tpl (all, do-[+make_target+], do-check, install,
5017         install-host-nogcc): Don't invoke $(stage) at the end.
5018         * Makefile.in: Regenerate.
5020 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
5022         * configure.in: Flip the top-level bootstrap switch.
5023         * configure: Regenerate.
5025 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
5027         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5028         $(stage) and $(unstage).
5029         (EXTRA_TARGET_FLAGS): Correct double-quoting.
5030         (all): Remove stray semicolon.
5031         (local-distclean): Don't handle multilib.tmp and multilib.out.
5032         (install.all): Set $s for consistency.
5033         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5034         check_multilibs setting.  Always make the install directory.
5035         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5036         Correct @if/@endif.
5037         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5038         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5039         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5040         (multilib.out): Remove.
5041         * Makefile.in: Regenerated.
5043 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
5045         * MAINTAINERS (Write After Approval): Add myself.
5047 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
5049         * MAINTAINERS: Add myself as mt maintainer.
5051         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
5053 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
5055         * MAINTAINERS: Change email address.
5057 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
5059         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5060         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5061         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
5062         Find in-tree tools if available.
5063         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5064         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5065         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5066         (COMPILER_*_FOR_TARGET): New.
5067         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5068         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5069         (CONFIGURED_*, USUAL_*): Remove.
5070         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5071         STRIP): Use autoconf substitutions.
5072         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5073         COMPILER_NM_FOR_TARGET): New.
5074         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5076         (all): Make all-host and all-target in parallel.
5077         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5078         that $$r and $$s are set before invoking a recursive make.
5079         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5080         ([+bootstrap-target+]): Inline most of the `all' target.
5082 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5084         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5085         from the gcc build directory.
5086         * Makefile.in: Regenerate.
5088 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5090         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
5091         depend on all-libdecnumber.
5092         * configure.in (host_libs): Include libdecnumber.
5093         * Makefile.in: Regenerate.
5094         * configure: Likewise.
5096 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5098         * libdecnumber: Import decNumber sources from the dfp-branch.
5100 2005-11-21  Kean Johnston  <jkj@sco.com>
5102         * config.sub, config.guess: Sync from upstream sources.
5104 2005-11-21  Ben Elliston  <bje@au.ibm.com>
5106         Import from Autoconf sources:
5108         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
5109         * config/move-if-change: Don't output "$2 is unchanged";
5110         suggested by Ben Elliston.  Handle weird characters correctly.
5112 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
5114         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
5115         to match upstream libtool for darwin.
5117 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
5119         * Makefile.def: Remove gdb dependencies for gdbtk.
5120         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5121         (configure-gdb, install-gdb): New rules.
5122         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5123         * Makefile.in, configure: Regenerated.
5125 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
5127         * MAINTAINERS (Write After Approval): Add myself.
5129 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
5131         * MAINTAINERS (Write After Approval): Add myself.
5133 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
5135         * MAINTAINERS (alias analysis): Add Daniel Berlin and
5136         Diego Novillo.
5138 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
5140         PR bootstrap/24297
5141         * Makefile.tpl (do-[+make-target+], do-check, install,
5142         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5143         are set before recursing.
5144         * Makefile.in: Regenerate.
5146 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
5148         PR bootstrap/18939
5149         * Makefile.def (gcc) <target>: Fix thinko.
5150         * Makefile.in: Regenerate.
5152 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
5154         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5155         * configure: Regenerate.
5157 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
5159         * MAINTAINERS (Write After Approval): Add self.
5161 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
5163         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5164         target-libffi, target-qthreads, target-libjava, and
5165         targetlibobjc.
5166         * configure: Regenerate.
5168 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
5170         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5171         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5172         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5173         (USUAL_OBJDUMP_FOR_TARGET): New.
5174         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5175         * configure.in: Check for $OBJDUMP_FOR_TARGET.
5176         * configure, Makefile.in: Regenerated.
5178 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
5180         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5181         before other host packages.
5183 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
5185         * MAINTAINERS: Add self as sh libraries/configury maintainer.
5187 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
5189         PR bootstrap/22340
5191         * configure.in (default_target): Remove.
5192         * Makefile.tpl (all): Do not use prerequisites as subroutines
5193         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5194         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5195         use prerequisites as subroutines.
5196         (check-host, check-target): New.
5197         (bootstrap configure & all targets): Do not use stage*-start
5198         if the directory layout is already ok.
5199         (non-bootstrap configure & all targets): Prepend a $(unstage).
5200         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
5201         (NOTPARALLEL): Remove.
5202         (unstage, stage variables): New variables.
5203         (unstage, stage targets): Simply expand to those variables.
5205         * configure: Regenerate.
5206         * Makefile.in: Regenerate.
5208 2005-10-04  James E Wilson  <wilson@specifix.com>
5210         * Makefile.def (lang_env_dependencies): Add libmudflap.
5211         * Makefile.in: Regenerate.
5213 2005-10-03  Andreas Schwab  <schwab@suse.de>
5215         Backport from libtool CVS:
5216         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
5218         * ltmain.sh: add support for installing into temporary
5219         staging area (e.g. 'make install DESTDIR=...')
5221 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
5223         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5224         * configure: Regenerated.
5226 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
5228         * configure: Regenerate with the correct
5229         autoconf version.
5231 2005-09-30  Catherine Moore  <clm@cm00re.com>
5233         * configure.in (bfin-*-*): New.
5234         * configure: Regenerated.
5236 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
5238         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5239         (LIPO_FOR_TARGET): New.
5240         (CONFIGURED_LIPO_FOR_TARGET): New.
5241         (USUAL_LIPO_FOR_TARGET): New.
5242         (STRIP_FOR_TARGET): New.
5243         (CONFIGURED_STRIP_FOR_TARGET): New.
5244         (USUAL_STRIP_FOR_TARGET): New.
5245         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5246         STRIP_FOR_TARGET.
5247         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5248         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5249         * Makefile.in: Regenerate.
5250         * configure: Regenerate.
5252 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
5254         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5255         (rs6000-*-aix*): Same.
5256         * configure: Regenerate.
5258 2005-09-16  Tom Tromey  <tromey@redhat.com>
5260         * MAINTAINERS: Add self as java maintainer.
5262 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
5264         * configure.in: Recognize f95 in the --enable-languages option,
5265         and substitute it for fortran, issuing a warning.
5266         * configure: Regenerate.
5268 2005-08-30  Phil Edwards  <phil@codesourcery.com>
5270         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
5271         * configure:  Regenerated.
5273 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
5275         * MAINTAINERS: Add self as ms1 maintainer.
5277 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
5279         * Makefile.def (libssp): Add to lang_env_dependencies.
5280         * Makefile.in: Regenerate.
5282 2005-08-18  Ian Lance Taylor  <ian@airs.com>
5284         * MAINTAINERS: Add myself as middle-end maintainer.
5286 2005-08-17  Christian Groessler  <chris@groessler.org>
5288         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5289         * Makefile.in: Regenerate.
5291 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
5293         * MAINTAINERS (write after approval): Added myself.
5295 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
5297         * MAINTAINERS (Write After Approval): Add myself.
5299 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
5301         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5302         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5303         Look for alternate names of the target cc and c++
5304         * configure: Regenerate.
5306 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
5308         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5309         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5310         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5311         tools; remove code to manually set them.
5312         (Target tools): Look in the environment for them.
5313         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5314         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5315         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5316         build directory.
5317         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5318         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5319         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5320         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5321         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5322         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5323         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5324         * configure: Regenerate.
5325         * Makefile.in: Regenerate.
5327 2005-07-28  Ben Elliston  <bje@au.ibm.com>
5329         * MAINTAINERS: Update for removed CPU targets.
5331 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
5333         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5334         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5335         * Makefile.in: Regenerated.
5337 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
5339         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5340         (CFLAGS_FOR_TARGET): Use it.
5341         (CXXFLAGS_FOR_TARGET): Likewise.
5342         * Makefile.in: Regenerated.
5343         * configure.in (--with-build-sysroot): New option.
5344         * configure: Regenerated.
5346 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
5348         * Makefile.tpl: Wrap install between unstage and stage
5349         * Makefile.in: Regenerate.
5351 2005-07-21  Eric Christopher  <echristo@apple.com>
5353         * MAINTAINERS: Update affiliation.
5355 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
5357         * MAINTAINERS: Add self as crx port maintainer.
5359 2005-07-20  DJ Delorie  <dj@redhat.com>
5361         * MAINTAINERS: Add self as m32c maintainer.
5363 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
5365         * all files: Update FSF address.
5367 2005-07-15  Eric Christopher  <echristo@redhat.com>
5369         * MAINTAINERS: Change affiliation.
5371 2005-07-14  Jim Blandy  <jimb@redhat.com>
5373         * configure.in: Add cases for Renesas m32c.
5374         * configure: Regenerated.
5376 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
5378         * COPYING.LIB: Update from fsf.org.
5380 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
5382         * COPYING, compile, config.guess,
5383         config.sub, install-sh, missing, mkinstalldirs,
5384         symlink-tree, ylwrap: Sync from upstream sources.
5385         * config-ml.in: Update FSF address.
5387 2005-07-13  Eric Christopher  <echristo@redhat.com>
5389         * configure.in: Add toplevel noconfigdir support for tpf.
5390         * configure: Regenerate.
5392 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
5394         PR ada/22340
5396         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5397         * Makefile.in: Regenerate.
5399 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
5401         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
5402         Brolley to write-after-approval.
5404 2005-07-07  Andreas Schwab  <schwab@suse.de>
5406         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5407         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5408         * Makefile.in: Regenerated.
5410 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
5412         * configure.in: Don't build sim or rda when targetting darwin.
5413         * configure: Regenerate.
5415 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
5417         * configure.in: Add --enable-libssp and --disable-libssp.
5418         * configure: Regenerate with autoconf-2.13.
5420 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
5422         * Makefile.def (target_modules): Add libssp.
5423         * configure.in (target_libraries): Add target-libssp.
5424         * configure: Rebuilt.
5425         * Makefile.in: Rebuilt.
5427 2005-07-01  Zack Weinberg  <zackw@panix.com>
5429         * MAINTAINERS: Change email address.  Resign from maintainership.
5431 2005-07-01  Richard Guenther  <rguenther@suse.de>
5433         * MAINTAINERS: Change my e-mail address and affiliation.
5435 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
5437         * Makefile.def (stagefeedback): Come after profile.
5438         Define profiledbootstrap target.
5439         * Makefile.tpl (profiledbootstrap): Remove.
5440         (stageprofile-end): Zap stagefeedback.
5441         (stagefeedback-start): Copy all .gcda files, not only GCC's.
5442         * Makefile.in: Regenerate.
5444 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
5446         * MAINTAINERS: Update my email address.
5448 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
5450         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
5451         In 'cpp' stanza, support '#line' as well as '# '.
5453 2005-06-08  Andreas Schwab  <schwab@suse.de>
5455         * MAINTAINERS: Move myself from 'Write After Approval' to
5456         'CPU Port Maintainers' section as m68k maintainer.
5458 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
5460         * configure.in (unsupported_languages): New macro.
5461         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
5462         non-ported target libraries in noconfigdirs.
5463         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5464         non-linux-gnu.  Remove libgcj_ex_libffi.
5465         <lang_frag loop>: Set add_this_lang=no if the language is in
5466         unsupported_languages.
5467         * configure: Regenerate.
5469 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
5471         * configure.in: Fix typo in handling of --with-mpfr-dir.
5472         * configure: Regenerate.
5474 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
5476         * MAINTAINERS: Update my email address.
5478 2005-06-02  Jim Blandy  <jimb@redhat.com>
5480         * config.sub: Add cases for the Renesas m32c.  (This patch has been
5481         accepted into the master sources.)
5483 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
5484             Michael Snyder  <msnyder@redhat.com>
5485             Stan Cox  <scox@redhat.com>
5487         * configure.in: Set noconfigdirs for ms1.
5489         * configure: Regenerate.
5491 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
5493         * MAINTAINERS (Write After Approval): Add self.
5495 2005-06-01  Josh Conner  <jconner@apple.com>
5497         * MAINTAINERS (Write After Approval): Add self.
5499 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
5501         * MAINTAINERS: Update my email address.
5503 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
5505         * MAINTAINERS (Write After Approval): Add self.
5507 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
5509         * MAINTAINERS (Write After Approval): Remove self.
5511 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
5513         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5514         (Dependencies): Consider target modules for bootstrap dependencies.
5515         Make target bootstrap modules depend on each stage's gcc.
5516         * Makefile.in: Regenerate.
5518 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
5520         * Makefile.def (configure-gcc): Depend on binutils having been built.
5521         (all-gcc): No need to do it here.
5522         * Makefile.in: Regenerate.
5524 2005-05-19  Paul Brook  <paul@codesourcery.com>
5526         * configure.in: Rewrite misleading error message when requested
5527         language cannot be built.
5528         * configure: Regenerate.
5530 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
5532         * ylwrap: Import from Automake 1.9.5.
5534 2005-05-13  David Ung  <davidu@mips.com>
5536         * MAINTAINERS (Write After Approval): Add self.
5538 2005-05-09  Mike Stump  <mrs@apple.com>
5540         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
5541         lt_cv_sys_max_cmd_len for now.
5543 2005-05-09  Stan Cox  <scox@redhat.com>
5545         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
5547 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
5549         * README.SCO: Update the URL.
5551 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
5553         * ltconfig: Define file_list_spec.  Pass file_list_spec and
5554         with_gnu_ld to libtool.
5555         * ltcf-c.sh (aix[45]): Define file_list_spec.
5556         * ltcf-cxx.sh (aix[45]): Same.
5557         * ltcf-gcj.sh (aix[45]): Same.
5558         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
5559         exists, write list of input files to temporary file.
5561 2005-05-04  Mike Stump  <mrs@apple.com>
5563         * configure.in: Always pass --target to target configures as
5564         otherwise rebuilds that do --recheck will fail.
5565         * confiugure: Rebuilt.
5567 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
5569         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5570         STAGE_HOST_EXPORTS.
5571         (configure, all): Add bootstrap support.
5572         (Host modules, target modules): Pass post-stage1 flags and exports.
5573         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5574         * Makefile.in: Regenerate.
5576 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
5578         * configure: Regenerate.
5580 2005-04-27  Mike Stump  <mrs@apple.com>
5582         * MAINTAINERS: Add self as darwin maintainer.
5584 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
5586         * config.sub: Update from master copy.
5588 2005-04-21  Mike Stump  <mrs@apple.com>
5590         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
5591         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
5593 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
5595         * configure.in <crisv32-*-*, cris-*-*>: New local variable
5596         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
5597         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
5598         "*-*-elf" and "*-*-linux*".
5599         * configure: Regenerate.
5601 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
5603         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
5605 2005-04-12  Mike Stump  <mrs@apple.com>
5607         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
5609 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
5611         * MAINTAINERS (Write After Approval): Add myself.
5613 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
5615         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
5617 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
5619         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5620         (TARGET_CONFIGARGS): Include --with-target-subdir.
5621         (configure, all): New macros.  Use them throughout.
5622         * Makefile.in: Regenerate.
5624 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
5626         * MAINTAINERS (Write After Approval): Add myself.
5628 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5630         * MAINTAINERS: Remove 'loop unrolling' maintainer.
5632 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
5634         * MAINTAINERS: Move John Carr to Write After Approval.
5636 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
5638         * config/mh-mingw32: Delete.
5639         * configure.in: Don't use it.
5640         * configure: Regenerate.
5642 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
5644         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5645         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5646         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
5647         (HOST_LIB_PATH): Generate from Makefile.def.
5648         (TARGET_LIB_PATH): Likewise.
5649         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5650         * Makefile.in: Regenerate.
5651         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5652         (RPATH_ENVVAR): Include Darwin case.
5653         * configure: Regenerate.
5655 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
5657         * MAINTAINERS (Various Maintainers): Remove self.
5658         (Write After Approval): Add self.
5660 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
5662         * MAINTAINERS (Various Maintainers): Add self.
5664 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
5666         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5667         * configure: Regenerate.
5669 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
5671         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5672         gcc_version, and gcc_version_trigger from set of flags to pass.
5673         * Makefile.tpl: Remove definitions of above variables.
5674         (config.status): Remove dependency on $(gcc_version_trigger).
5675         * Makefile.in: Regenerate.
5676         * configure.in: Do not reference config/gcc-version.m4 nor
5677         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
5678         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
5679         * configure: Regenerate.
5681 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
5682             Andrew Pinski  <pinskia@physics.uc.edu>
5684         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5685         * Makefile.in: Regenerate.
5687 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
5689         * MAINTAINERS (Write After Approval): Add myself.
5691 2005-03-03  David Ayers  <d.ayers@inode.at>
5693         * MAINTAINERS (Write After Approval): Add myself.
5695 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
5697         PR libgcj/20160
5698         * ltmain.sh: Avoid creating archives with components that have
5699         duplicate basenames.
5701 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
5703         PR bootstrap/20250
5704         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5705         instead of check.
5706         * Makefile.in: Regenerate.
5708 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5710         * Makefile.in: Regenerate to fix conflict between the previous two
5711         patches.
5713 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5715         PR bootstrap/17383
5716         * Makefile.def (target_modules): Remove "stage", now unnecessary.
5717         * Makefile.tpl (HOST_SUBDIR): New substitution.
5718         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5719         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5720         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5721         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5722         (Host modules, Bootstrapped modules): Use it.
5723         (Build modules, Target modules): Do not create symlink trees,
5724         always configure out-of-srcdir.
5725         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5726         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5727         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5728         $(HOST_SUBDIR).  Create a symlink for host_subdir.
5730         * Makefile.in: Regenerate.
5731         * configure: Regenerate.
5733 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5735         Merged from libada-gnattools-branch:
5736         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5738         * gnattools: New directory.
5739         * Makefile.def: Add gnattools as a module, depending on target-libada.
5740         * Makefile.in: Regenerate.
5741         * configure.in: Include gnattools in host_tools; disable it if ada
5742         is disabled.
5743         * configure: Regenerate.
5745 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
5747         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
5748         treelang maintainer.
5749         (Write After Approval): Remove myself.
5751 2005-02-23  Paul Schlie  <schlie@comcast.net>
5753         * configure.in: Allow darwin targeted ports to build tk, itcl and
5754         libgui.
5755         * configure: Regenerate.
5757 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5759         PR libgcj/10353
5760         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5761         * configure: Regenerate.
5763 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
5765         * MAINTAINERS (Write After Approval): Add myself.
5767 2005-02-10  Ian Lance Taylor  <ian@airs.com>
5769         * MAINTAINERS: Update my e-mail address.
5771 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
5773         * MAINTAINERS (Write After Approval): Add myself.
5775 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
5777         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5778         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5779         target-libgloss when not *-*-elf and *-*-aout.
5780         * configure: Regenerate.
5782 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
5784         * MAINTAINERS: Remove obsolete entries.
5786         * MAINTAINERS (Write After Approval): Add Michael Matz.
5788 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
5790         * MAINTAINERS: Remove self as cpplib maintainer.
5792 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5794         * install-sh, config.sub: Import from upstream.
5796 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5798         PR bootstrap/18222
5799         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5800         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5801         * Makefile.in: Regenerate.
5803 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
5805         * MAINTAINERS: Update my email address.
5807 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
5808             Andreas Schwab  <schwab@suse.de>
5810         PR bootstrap/18033
5811         * config-ml.in: Eval option if surrounded by single quotes.
5813 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
5815         Revert 2004-12-28 Makefile changes, a better fix will be
5816         applied to mainline and src after GCC 4.0 branches.
5818 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
5820         PR bootstrap/17383
5822         * Makefile.def (target_modules): Remove stage parameter,
5823         it is always true now.
5824         * Makefile.tpl (configure-build-[+module+],
5825         configure-target-[+module+]): Always build symlink tree
5826         for the directory and for include.  BUILD_SUBDIR and
5827         TARGET_SUBDIR cannot be . anymore.
5828         * Makefile.in: Regenerate.
5830 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
5832         Revert 2004-12-08 Makefile changes.
5834 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
5836         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
5837         cygwin, mingw.
5839 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
5841         * configure.in (sh64-*-*): Reenable gprof.
5842         * configure: Regenerate.
5844 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
5846         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5847         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5848         (EXTRA_TARGET_FLAGS): Add PICFLAG.
5849         * Makefile.in: Regenerate.
5851 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
5853         * MAINTAINERS: Update my email address.
5855 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
5857         * Makefile.tpl: Generate normal dependencies if the LHS module is
5858         not bootstrapped.
5859         * Makefile.in: Regenerate.
5861 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5863         * configure.in: Include config/gxx-include-dir.m4.  Use
5864         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
5865         * configure: Regenerate.
5867 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5869         * config.if: Delete.
5870         * configure.in: Set libstdcxx_incdir directly.
5871         * configure: Regenerate.
5873 2004-12-02  Eric Christopher  <echristo@redhat.com>
5875         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
5876         * Makefile.in: Regenerate.
5878 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
5880         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5881         * configure: Regenerate.
5883 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
5885         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
5886         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
5887         * configure: Regenerate.
5889 2004-12-01  Eric Christopher  <echristo@redhat.com>
5891         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
5892         of things to remove.
5894 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
5896         * MAINTAINERS (Write After Approval): Update my e-mail address.
5898 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
5900         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
5901         from CVS libtool to always pass_all.
5903 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5905         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5906         (hppa*64*-*-*): Delete incorrect comment.
5907         * configure: Rebuilt.
5909 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
5911         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
5913 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
5915         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
5916         from CVS libtool to always pass_all.
5918 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
5920         * install-sh, compile: Import from automake.
5922 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
5924         * config.guess, config.sub:  Import from savannnah.
5926 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
5928         * MAINTAINERS (Write After Approval): Add myself
5930 2004-11-12  Mike Stump  <mrs@apple.com>
5932         * Makefile.def: Add html support.
5933         * Makefile.tpl: Likewise.
5934         * Makefile.in: Regenerate.
5936 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
5938         PR 18423
5939         * configure.in: Remove all instances of build-fixincludes from
5940         noconfigdirs.
5941         (build_configargs): Supply --target to subdirectories.
5942         * configure: Regenerate.
5944         * Makefile.def: Make gcc install depend on fixincludes install.
5945         * Makefile.in: Regenerate.
5947 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
5949         * MAINTAINERS: Add myself as gcc testsuite maintainer.
5951 2004-11-11  Paul Brook  <paul@codesourcery.com>
5953         * MAINTAINERS: Add self as arm maintainer.  Update email address.
5955 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
5957         * configure.in (noconfigdirs) [mmix-*-*]: Disable
5958         target-libgfortran.
5959         * configure: Regenerate.
5961 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
5963         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5964         like CC.
5966 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
5968         * Makefile.def (host fixincludes): Specify missing targets.
5969         * Makefile.in: Regenerate.
5971 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
5973         * MAINTAINERS: Add myself
5975 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
5977         * MAINTAINERS (Write After Approval): Add myself.
5979 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
5981         * Makefile.def: Build fixincludes for the host, too.
5982         * Makefile.in: Regenerate.
5983         * configure.in (host_tools): Add fixincludes.
5984         * configure: Regenerate.
5986 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
5988         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5989         * configure: Regenerated.
5991 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
5993         PR other/17783
5994         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5995         * configure: Regenerated.
5997 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
5999         * README.SCO: Update per FSF instructions.
6001 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
6003         PR target/18151
6004         * configure.in (case ${target}): Do not build fixincludes for avr.
6005         * configure: Regenerated.
6007 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
6009         * configure.in (case ${target}): Do not build fixincludes
6010         on platforms where it is not used.
6011         * configure: Regenerated.
6013 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
6015         * configure.in: Use an absolute path to install-sh.
6016         * configure: Regenerated.
6018 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
6020         * MAINTAINERS (Write After Approval): Add myself.
6022 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
6024         * MAINTAINERS: Remove from Write After Approval those that are
6025         already maintainers.
6027 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
6029         * MAINTAINERS:  Update my email address.
6031 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
6033         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6034         * configure: Regenerate.
6036 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
6038         * MAINTAINERS:  Update my email address.
6040 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
6042         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
6043         entries belonging to this category.
6045 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
6047         * MAINTAINERS: Update my e-mail address.
6049 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
6051         Fix wrong conflict resolution in:
6053         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
6055         * Makefile.in: Regenerate.
6056         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6057         in the recursive `make', instead of hardwiring `all'.
6058         (Autogenerated TARGET-* variables): New.
6060 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
6062         * configure.in: Enable target-libgloss for crx-*-*.
6063         * configure: Regenerate.
6065 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
6067         * MAINTAINERS (Various Maintainers): Move the "windows,
6068         cygwin, mingw" maintainer to ...
6069         (OS Port Maintainers): ... here.
6071 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
6073         * MAINTAINERS (Write After Approval): Remove those that are
6074         maintainers of some subsystem.
6076 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
6078         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6079         * ltcf-cxx.sh (tpf*): Likewise.
6080         * ltconfig (tpf*): Add TPF OS configuration support.
6082 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
6084         * MAINTAINERS: Change my email address to my new work account.
6086 2004-09-24  Michael Roth  <mroth@nessie.de>
6088         * configure.in (--without-headers): Add missing double quotes.
6089         * configure: Regenerate.
6091 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
6093         * ylwrap: Revert to previous version.
6095 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
6097         PR bootstrap/17369
6098         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6099         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6100         SET_GCC_LIB_PATH_CMD.
6101         (BASE_TARGET_EXPORTS): Likewise.
6102         * Makefile.in: Regenerated.
6104         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6105         * configure: Regenerated.
6107 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
6109         * config.guess: New upstream version
6110         * compile, depcomp, install-sh, ylwrap: Likewise.
6112 2004-09-19  Roger Sayle  <roger@eyesopen.com>
6114         * config/mh-x86omitfp: New host makefile fragment.  Add
6115         -fomit-frame-pointer to the default BOOT_CFLAGS.
6116         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6117         * configure: Regenerate.
6119 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
6121         PR target/11572
6122         * configure.in (*-*-darwin*): Renable libobjc.
6123         * configure: Regenerate.
6125 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
6127         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
6129 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
6131         * Makefile.def: Remove libbanshee.
6132         * Makefile.tpl: Ditto.
6133         * configure.in: Ditto.
6134         * Makefile.in: Regen.
6135         * configure: Ditto.
6137 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
6139         * ltmain.sh: Use $pic_object as $non_pic_object if
6140         $non_pic_object=none.
6142 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
6144         * missing: Import latest version from master repository.
6146 2004-09-06  Nick Clifton  <nickc@redhat.com>
6148         * config.sub: Import latest version from master repository.
6149         * config.guess: Likewise.
6150         This includes these changes:
6152         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
6154         * config.sub: Handle crisv32, alias etraxfs.
6155         * config.guess (crisv32:Linux:*:*): Handle.
6157         2004-08-13  Brad Smith  <brad@comstyle.com>
6159         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6160         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6162         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6164         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6165         assume the processor is a powerpc.  This is because coreutils
6166         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6167         in this case, due to a MacOS X bug that causes
6168         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6169         to return a negative number.
6170         Problem reported by Petter Reinholdtsen in:
6171         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6173         2004-07-19  Ben Elliston  <bje@gnu.org>
6175         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6177         2004-06-24  Ben Elliston  <bje@gnu.org>
6179         * config.guess: Update copyright years.
6180         * config.sub: Likewise.
6182         2004-06-22  Robert Millan  <robertmh@gnu.org>
6184         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6185         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6187         2004-06-22  Stanley F. Quayle <stan@stanq.com>
6189         * config.guess (*:*VMS:*:*): New entry. Replaces
6190         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6191         manufacturer.
6193         2004-06-22  Ben Elliston  <bje@gnu.org>
6195         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6196         * config.sub: Likewise.
6198         2004-06-22  Ben Elliston  <bje@gnu.org>
6200         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6201         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6203         2004-06-11  Ben Elliston  <bje@gnu.org>
6205         * config.guess (pegasos:OpenBSD:*:*): Remove.
6207         2004-06-11  Ben Elliston  <bje@gnu.org>
6209         From Wouter Verhelst <wouter@grep.be>:
6210         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6212         2004-06-11  Ben Elliston  <bje@gnu.org>
6214         * config.guess (luna88k:OpenBSD:*:*): New.
6216         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
6218         * config.guess (m32r*:Linux:*:*): New case.
6219         * config.sub: Handle m32rle.
6221         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
6223         From Jens Petersen  <petersen@redhat.com>:
6224         * config.sub: Handle sparcv8.
6226         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
6228         From Tom Smith <smith@cag.lkg.hp.com>:
6229         * config.guess: Version suffixes are equally significant on Tru64
6230         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
6231         prefix of "P" (patched kernel).
6233         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
6235         * config.sub: Add support for National Semiconductor CRX target.
6237 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
6239         * MAINTAINERS (Various Maintainers): Remove myself as web page
6240         maintainer, add myself as maintainer of build status lists.
6242 2004-09-03  Jan Beulich  <jbeulich@novell.com>
6244         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6245         *-*-netware, but add target-libmudflap.
6246         Consolidate *-*-netware targets (of which really only i?86 exists)
6247         into a single entry.
6248         * configure: Likewise.
6250 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
6252         * Makefile.tpl (sorry): Remove.
6253         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6254         (cleanstrap targets): Depend on distclean, not distclean-stage1.
6255         (do-clean): Clean per-stage directories too.
6256         (do-distclean): Run distclean-stage1 too.
6257         (.NOTPARALLEL): Enable during toplevel bootstrap.
6258         (stage[+id+]-bubble): Enable parallel execution during
6259         the recursive invocation.
6260         * Makefile.in: Regenerate.
6262         Fix previous checkin:
6264         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6265         include.
6266         * configure.in: Fix indentation.
6267         * configure: Regenerate.
6269 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
6271         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6272         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6273         * configure: regenerate
6274         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6275         -mdynamic-no-pic
6277 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
6279         * Makefile.def (build_modules): Add fixincludes.
6280         (dependencies): Make gcc depend on fixincludes.
6281         * configure.in (build_tools): Add fixincludes.
6282         (build_configdirs): Always include build_libs.
6283         * Makefile.in: Regenerate.
6284         * configure: Regenerate.
6286 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
6288         * Makefile.def (bootstrap stages): Add 'lean' parameter.
6289         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6290         phony targets; do not generate timestamp files.
6291         (distclean-stageN): Remove references to their timestamp files.
6292         (restageN, touch-stageN): Remove.
6293         (stageN-bubble): Rewritten.
6294         (compare): Support lean bootstraps.
6295         * Makefile.in: Regenerate.
6297         * configure.in: Only warn when bootstrapping but
6298         build != host or build != target.  Support lean bootstraps.
6299         * configure: Regenerate.
6301 2004-08-26  Phil Edwards  <phil@codesourcery.com>
6303         * configure.in:  Give a better error message if GMP/MPFR are missing
6304         and a language needing them has been requested.
6305         * configure:  Regenerated.
6307 2004-08-25  Phil Edwards  <phil@codesourcery.com>
6309         * configure.in:  Print a list of available language front-ends if
6310         a requested one is missing.  Tidy stray tab characters.
6311         * configure:  Regenerated.
6313 2004-08-19  Michael Koch  <konqueror@gmx.de>
6315         * gcc/doc/install.texi: Update entry about automake for libjava.
6317 2004-08-17  Robert Millan  <robertmh@gnu.org>
6319         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6320         (instead of FreeBSD).
6321         * configure: Regenerate.
6323 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
6325         * Makefile.in: Regenerate.
6326         * configure: Regenerate.
6328         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6329         stage_*_flags.
6330         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6331         for bootstrapped modules if toplevel bootstrap is going.
6332         (GCC bootstrap): Generate per-stage targets for all bootstrapped
6333         modules.  Adjust for changes in Makefile.def.  Enable several
6334         rules even in non-bootstrap mode, just to avoid peppering the
6335         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6336         (stage-[+prev+]-bubble): Remove.
6338         * Makefile.def (Dependencies): Depend on all-build-bison,
6339         all-build-flex, all-build-byacc, all-build-texinfo, rather
6340         than the host variations.
6341         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
6342         with BUILD_SUBDIR.
6343         (BISON): Update for recent Bisons.
6344         (YACC): Fix typo.
6345         (cross): Depend on all-build.
6346         (all): Do not depend on all-build.
6347         (prebootstrap): Remove.
6348         (dep-kind): Accept separate prefixes for MODULE and ON variables.
6349         (Prebootstrap dependencies): Add them to the per-stage targets
6350         and to all-prebootstrap.
6351         * configure.in (build_configdirs): Always enable build_tools.
6352         (BUILD_DIR_PREFIX): Remove.
6354         * Makefile.def (gcc): Add target variable.
6355         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6356         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6357         in the recursive `make', instead of hardwiring `all'.
6358         (Autogenerated TARGET-* variables): New.
6360 2004-08-13  Brian Booth  <bbooth@redhat.com>
6362         * MAINTAINERS: Remove myself from write-after-approval.
6364 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6366         * src-release: Stop distributing mmalloc with gdb (which doesn't
6367         use it).
6368         * Makefile.def: GDB doesn't depend on mmalloc anymore.
6369         * Makefile.in: Regenerate.
6371 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
6373         * configure.in (arm*-*-eabi*): New target.
6374         * configure: Regenerate.
6376 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
6378         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6379         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6380         (Dependencies): New section.
6381         * Makefile.tpl (Dependencies): Generate from Makefile.def.
6382         (configure-target-[+module+]): Depend on maybe-all-gcc
6383         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
6384         (toplevel profiledbootstrap): Fix dependencies.
6385         * Makefile.in: Regenerate.
6387 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
6389         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6390         target-libiberty to noconfigdirs.
6391         * configure: Regenerate.
6393 2004-08-03  Paul Brook  <paul@codesourcery.com>
6395         * configure.in: Check for MPFR as well as GMP.
6396         * configure: Regenerate.
6398 2004-08-01  Robert Millan  <robertmh@gnu.org>
6400         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6401         libmudflap for all GNU-based systems (with Glibc).
6402         * configure: Regenerate.
6404 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
6406         * Makefile.def (host-modules): Add gcc.
6407         * Makefile.in: Regenerate.
6408         * Makefile.tpl (sorry): New rule.
6409         (configure-host, all-host, [+make_target+]-host, do-check,
6410         install-host): Do not add gcc as a special case.
6411         (host modules): Add a small special-casing for gcc.  Export
6412         extra_make_flags through the environment.
6413         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6414         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6415         other recursive targets for gcc): Remove.
6417         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6418         (stage, unstage): New rules.
6419         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6420         distclean-stage[+id+]): Use stage_current.
6421         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6422         the stage*-start rules.
6424 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
6426         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
6427         use -all_load flag.
6429 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
6431         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
6432         * configure: Regenerate.
6434 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
6436         * maintainer-scripts/gcc_release: Revert yesterday's change.
6438 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
6440         * MAINTAINERS: Add myself to write-after-approval.
6442 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
6444         * libf2c: Removed.
6445         * gcc/gccbug.in: Updated because of libf2c removal.
6446         * maintainer-scripts/gcc_release: Ditto.
6448 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
6450         * configure.in: Build libmudflap by default on FreeBSD.
6451         * configure: Regenerated.
6453 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
6455         * configure.in: Do not build libmudflap by default on non-GNU/Linux
6456         systems.
6457         * configure: Regenerated.
6459 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6461         PR target/16344
6462         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6463         feedback based compiler.
6464         * Makefile.in: Rebuilt.
6466 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
6468         * Makefile.def (host_modules): Set bootstrap=true for flex.
6469         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6470         * Makefile.in: Rebuilt.
6472 2004-07-07  Jan Hubicka  <jh@suse.cz>
6474         * MAINTAINERS: Add self as a profile feedback maintainer.
6476 2004-07-05  Phil Edwards  <phil@codesourcery.com>
6478         * configure.in:  Do not prepend $srcdir to /dev/null in
6479         makefile fragments.
6480         * configure:  Regenerate.
6482 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
6484         * Makefile.def (build_modules): Add bison, byacc, flex,
6485         m4, texinfo.
6486         (flags_to_pass): Add FLEX.
6487         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6488         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6489         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6490         DEFAULT_MAKEINFO): Remove.
6491         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6492         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6493         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6494         objdir or else use configured tool.
6495         (all-build): New.
6496         (all): Depend on it.
6497         (Build module dependencies): Add.
6498         * Makefile.in: Regenerate.
6499         * configure.in: Better support for multiple build modules,
6500         matching what is done for host/target modules.  Do not look
6501         for "plausible" locations of build tools if Canadian cross.
6502         Use autoconf's AC_PROG_CC to find a C compiler.  Define
6503         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
6504         * configure: Regenerate.
6506 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6508         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6509         * Makefile.in: Regenerate.
6511 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6513         * Makefile.tpl (configure-build-[+module+],
6514         configure-[+module+], configure-target-[+module+]): Pass
6515         [+extra_configure_args+].
6516         (all-build-[+module+], all-[+module+], check-[+module+],
6517         install-[+module+], [+make_target+]-[+module+],
6518         all-target-[+module+], check-target-[+module+],
6519         install-target-[+module+], [+make_target+]-target-[+module+]):
6520         Pass [+extra_make_args+].
6521         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6522         (GCC_HOST_EXPORTS): Remove.
6523         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6524         cross, check-gcc, check-gcc-c++, install-gcc,
6525         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6526         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6527         * Makefile.in: Regenerate.
6529 2004-06-21  Matthew Sachs  <msachs@apple.com>
6531         * MAINTAINERS: Added self to write-after-approval.
6533 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
6535         * configure.in: Check for srcdir/winsup rather than build directory
6536         winsup.
6537         * configure: Regenerate.
6539 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
6541         * configure.in: Don't build Cygwin native newlib if winsup
6542         directory is missing.  Emit warning instead.
6543         * configure: Regenerate.
6545 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
6547         * Makefile.tpl (touch-stage[+id+]): New.
6548         (restage[+prev+]): Depend on touch-stage[+id+].
6550         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6551         Use it throughout.
6553         * Makefile.def: Add profile and feedback bootstrap stages.
6554         Remove next field from bootstrap stages.
6555         * Makefile.tpl (LN, LN_S): Substitute.
6556         (stageN-start, stageN-end): Use double-colon rules, to
6557         provide a hook for additional setup commands.
6558         (distclean-stageN-gcc, restageN): Create dependencies from
6559         [+prev+], not from [+next+].
6560         (stageN-bubble): Add commands for successive stages from
6561         [+prev+], using double-colon rules.
6562         (all-stageN-gcc): Fix typo.
6563         (stagefeedback-start, profiledbootstrap): New.
6564         * Makefile.in: Regenerate.
6565         * configure.in: Call ACX_PROG_LN.
6566         * configure: Regenerate.
6568 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
6570         * MAINTAINERS (Write After Approval): Add myself.
6572 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
6574         * MAINTAINERS (Write After Approval): Add myself.
6576 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
6578         * configure.in: Fix --enable-bootstrap breakage introduced in trees
6579         without gcc.
6580         * configure: Regenerate.
6582 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6584         * Makefile.tpl: Fix typo.
6585         * Makefile.in: Regenerate.
6587 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6589         * configure.in: Remove new- prefix from toplevel
6590         bootstrap targets.
6591         * configure: Regenerate.
6593 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6595         * Makefile.tpl (all.normal): Rename to all.
6596         (all): Replace with a rule to pick the default
6597         target from configure.
6598         (all-gcc, configure-gcc): Use conditionals to
6599         do nothing when toplevel bootstrap is going on.
6600         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6601         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6602         * configure.in: Support --enable-bootstrap.
6604         * Makefile.def: Remove new- prefix from toplevel
6605         bootstrap targets.
6606         * Makefile.tpl: Likewise.
6608         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
6609         target.
6611         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6612         $(RECURSE_FLAGS) to recursive invocation of make.
6614         * Makefile.in: Regenerate.
6615         * configure: Regenerate.
6617 2004-05-30  Andreas Jaeger  <aj@suse.de>
6618             Jim Wilson  <wilson@specifixinc.com>
6620         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6621         like CC.
6623 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
6625         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6626         * configure: Regenerate.
6628 2004-05-25  Daniel Jacobowitz  <drow@false.org>
6630         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6631         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6632         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
6633         targets.
6634         * Makefile.in: Regenerate.
6636 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
6638         * configure.in: Test the ability to symlink directories.
6639         * configure: Regenerate.
6641         * Makefile.def (bootstrap-stage): New definitions.
6642         * Makefile.tpl (configure-stage1-gcc,
6643         configure-stage2-gcc, configure-stage3-gcc,
6644         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6645         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6646         new-restage3, compare): Autogenerate, see Makefile.in
6647         entry for behavioral changes.
6648         (distclean-stage1, new-stage1-start, new-stage1-end,
6649         new-stage1-bubble, distclean-stage2, new-stage2-start,
6650         new-stage2-end, new-stage2-bubble, distclean-stage3,
6651         new-stage3-start, new-stage3-end): New autogenerated targets.
6652         (objext, prebootstrap, BOOT_CFLAGS,
6653         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6654         targets.
6656         * Makefile.in: Regenerate.
6657         (distclean-stage1, new-stage1-start, new-stage1-end,
6658         new-stage1-bubble, distclean-stage2, new-stage2-start,
6659         new-stage2-end, new-stage2-bubble, distclean-stage3,
6660         new-stage3-start, new-stage3-end): New targets.
6661         (all-stage1-gcc): Move prebootstrap dependency from here...
6662         (configure-stage1-gcc): ...to here.
6663         (new-bootstrap): Use bubble targets.
6664         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6665         Use per-stage distclean targets.
6666         (configure-stage1-gcc, configure-stage2-gcc,
6667         configure-stage3-gcc, all-stage1-gcc,
6668         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6669         Use new-stageN-start to prepare the tree.
6671 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
6673         * Makefile.def (host_modules): add libcpp.
6674         * Makefile.tpl: Add dependencies on and for libcpp.
6675         * Makefile.in: Regenerate.
6676         * configure.in: Add libcpp host module.
6677         * configure: Regenerate.
6679 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
6681         * Makefile.tpl: Whenever a recursive target is defined, wrap
6682         it in a special @if/@endif block, and prepare its maybe
6683         dependency in the @if/@endif block
6684         * configure.in: Instead of writing maybe dependencies, remove
6685         the @if/@endif statements, and remove the @if/@endif blocks
6686         that remain.
6687         * configure: Regenerate.
6688         * Makefile.in: Regenerate.
6690 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
6692         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
6694 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
6696         PR bootstrap/15120
6697         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
6698         * */configure: Rebuilt.
6700 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
6702         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6703         of libf2c.
6704         * configure, Makefile.in: Regenerate.
6706 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
6708         * MAINTAINERS (Write After Approval): Add myself.
6710 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
6712         Merge from tree-ssa-20020619-branch.
6714         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6715         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6716         (HOST_GMPLIBS): Define.
6717         (HOST_GMPINC): Define.
6718         (TARGET_LIB_PATH): Add libmudflap.
6719         (GFORTRAN_FOR_TARGET): Define.
6720         (configure-build*): Export GFORTRAN.
6721         (configure-gcc): Export GMPLIBS and GMPINC.
6722         (all-gcc): Add maybe-all-libbanshee.
6723         (configure-target-libgfortran): Define.
6724         * Makefile.in: Regenerate.
6725         * configure.in (host_libs): Add libbanshee.
6726         (target_libraries): Add target-libmudflap and target-libgfortran.
6727         Add --with-libbanshee.
6728         Handle --disable-libmudflap.
6729         (*-*-freebsd*): Use with_gmp.
6730         Add $(libgcj) to noconfigdirs.
6731         * configure: Regenerate.
6732         * depcomp: New file.
6733         * MAINTAINERS: Add tree-ssa maintainers.
6735 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
6737         * MAINTAINERS (Various Maintainers): Add myself.
6739 2004-04-30  Brian Ford  <ford@vss.fsi.com>
6741         * MAINTAINERS (Write After Approval): Add myself.
6743 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
6745         * MAINTAINERS (Write After Approval): Add myself.
6747 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
6749         * config/acx.m4: Fix fastcompare support for new-bootstrap.
6750         * configure: Regenerate.
6752 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
6754         Revert:
6755         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6757         * Makefile.def (flags_to_pass): Remove *dir variables that
6758         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6759         as well as prefix and exec_prefix.
6760         * Makefile.in: Regenerate.
6762 2004-04-26  Robert Millan  <robertmh@gnu.org>
6764         Add patches from libtool CVS.
6765         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6766         * ltconfig: Likewise.
6767         * ltcf-c.sh: Likewise.
6768         * ltcf-cxx.sh: Likewise.
6769         * ltcf-gcj.sh: Likewise.
6771 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6773         * Makefile.def (host_modules): Mark with the bootstrap
6774         flag packages on which gcc depends.
6775         * Makefile.tpl (all-bootstrap): Use it.
6776         * Makefile.in: Regenerate.
6778 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6780         * Makefile.def (flags_to_pass): Remove *dir variables that
6781         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6782         as well as prefix and exec_prefix.
6783         * Makefile.in: Regenerate.
6785 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6787         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6788         * configure: Regenerate.
6789         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6790         * gcc/Makefile.tpl (compare): Use the result of the test.
6791         * gcc/Makefile.in: Regenerate.
6793 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
6795         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6796         Always relocate gcc and prev-gcc to the original names, even
6797         if the build fails.
6798         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6799         New targets.
6801 2004-04-23  Laurent GUERBY <laurent@guerby.net>
6803         * MAINTAINERS: Update my email address.
6805 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6807         * configure.in (mips*-*-irix5*): Enable ld.
6808         * configure: Regenerate.
6810 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6812         * configure: Regenerate.
6814 2004-04-15  James E Wilson  <wilson@specifixinc.com>
6816         * Makefile.tpl (configure-[+module+], configure-gcc,
6817         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6818         Set and export LDFLAGS.
6819         * Makefile.in: Regenerate.
6821 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
6823         * MAINTAINERS: Add myself to write-after-approval.
6825 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6827         PR bootstrap/14871
6828         * Makefile.tpl: If we don't have built-in-tree target tools,
6829         use the ones found by configure rather than hacking around with
6830         program_transform_name.
6831         * configure.in: Give Makefile.tpl the information necessary
6832         to do that.
6833         * Makefile.in: Regenerate.
6834         * configure: Regenerate.
6836 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
6838         PR bootstrap/14760
6839         * configure.in: When computing baseargs, strip *all* copies of
6840         offending options.  Also, don't match/substitute the trailing space,
6841         so that this actually works when two similar options are separated by
6842         only one space.
6843         * configure: Regenerate.
6845 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
6847         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6848         (rs6000-*-aix*): Same.
6849         * configure: Regenerate.
6851 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
6853         * MAINTAINERS: Add myself to write-after-approval.
6855 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
6857         * MAINTAINERS: Add myself to write-after-approval.
6859 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
6861         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6862         STRICT_WARN, WARN_CFLAGS flags passed down to make.
6863         * Makefile.in: Regenerate.
6865         * configure.in (top level bootstrap support): Rework --enable-werror
6866         to set @stage2_werror_flag@.
6867         * configure: Regenerate.
6868         * Makefile.tpl (top level bootstrap support): Pass
6869         @stage2_werror_flag@ down to configure in stages 2 and 3.
6870         * Makefile.in: Regenerate.
6872 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6874         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6875         for stages 2 and 3 as well as in make.  As a consequence, remove
6876         OUTPUT_OPTION (now detected by configure) from the flags passed down
6877         to make.
6878         * Makefile.in: Regenerate.
6880         * Makefile.tpl (new-bootstrap): Fix typo.
6881         * Makefile.in: Regenerate.
6883 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6885         * Makefile.tpl: Rearrange by moving recursive_targets rules
6886         into their proper sections.
6887         * Makefile.tpl (top level bootstrap support): Move disabling
6888         of coverage flags from 'make' to 'configure'; improve comments.
6889         * Makefile.in: Regenerate.
6891         * Makefile.tpl (experimental top level bootstrap) Move stage1
6892         language setting from all- target to configure- target; disable
6893         intermodule optimization in stage 1; prevent gratuitous rebuilds
6894         of stage 1.
6895         * Makefile.in: Regenerate.
6896         * configure.in: Comma-separate stage 1 language list for top
6897         level bootstrap.
6898         * configure: Regenerate.
6900         * Makefile.tpl: Clean up experimental top level bootstrap support:
6901         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6902         prev-gcc in configure- targets as well as all- targets.
6903         * Makefile.in: Regenerate.
6905 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
6907         * compile: New file imported from automake.
6909 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
6911         * configure.in: Remove symbolic link section.
6912         * configure: Regenerate.
6913         * Makefile.tpl (links): Remove.
6914         * Makefile.in: Regenerate.
6916 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
6917             Nathanael Nerode  <neroden@gcc.gnu.org>
6919         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6920         Set with AC_CHECK_PROGS.
6921         * configure.in: Fix comment typo from last patch.
6922         * configure: Regenerate.
6924 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
6926         * Makefile.tpl: Introduce experimental top level bootstrap support.
6927         * Makefile.in: Regenerate.
6928         * configure.in: Introduce support for top level bootstrap.
6929         * configure: Regenerate.
6931 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
6932             Paolo Bonzini  <bonzini@gnu.org>
6934         PR bootstrap/14522
6935         * configure.in: Cope with shells that do not support unquoted ^
6936         * configure: Regenerate.
6938 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
6939             Paolo Bonzini  <bonzini@gnu.org>
6941         PR bootstrap/14522
6942         * configure.in: Cope with shells that do not support nesting
6943         quotes inside quoted backquote substitutions.
6944         * configure: Regenerate.
6946 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
6948         PR bootstrap/14522
6949         * configure.in: Fix escaping of $.
6950         * configure: Regenerate.
6952 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6954         * configure: Regenerate, since I forgot to while committing Paolo's
6955         changes.
6957 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
6959         PR ada/14131
6960         Move language detection to the top level.
6961         * configure.in: Find default values for the tools as
6962         soon as possible.  Disable ada if GNAT is not found.
6963         Emit error message about missing languages.  Expand
6964         --enable-languages=all for the gcc subdirectory.
6966 2004-03-10  Ben Elliston  <bje@gnu.org>
6968         * MAINTAINERS: Update my email address.
6970 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
6972         * ltconfig: Disable building static libraries if building shared
6973         libraries on AIX 5L.
6975 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
6977         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6978         and disable libgcj.
6979         * configure: Regenerated.
6981 2004-03-01  Brian Booth  <bbooth@redhat.com>
6983         * MAINTAINERS: Add myself to write-after-approval.
6985 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
6987         * MAINTAINERS: Add myself to write-after-approval.
6989 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6991         PR bootstrap/7087
6992         * Makefile.tpl: Guard XFOO sed statements better.
6993         * Makefile.tpl: Add dependency for configure-target-libada.
6994         * Makefile.in: Regenerate (incidentally fixes broken
6995         commit when libada-branch was merged).
6997 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
6999         * MAINTAINERS: Add myself to write-after-approval.
7001 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
7003         * MAINTAINERS: Add Nicola Pero and myself as libobjc
7004         maintainers.
7006 2004-02-20  Andrew Cagney  <cagney@redhat.com>
7008         * config.guess: Update from version 2003-10-16 to 2004-02-16.
7009         * config.sub: Update from version 2003-11-03 to 2004-02-16.
7011 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7013         PR bootstrap/11932
7014         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
7016 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
7018         * MAINTAINERS: Added myself to write-after-approval.
7020 2004-02-14  Michael Koch  <konqueror@gmx.de>
7022         * MAINTAINERS: Added myself to write-after-approval.
7024 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
7026         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
7027         some OS port maintainers to OS port maintainers section.
7029 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
7031         * MAINTAINERS: Add self.
7033 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
7035         * MAINTAINERS: Alphabetize.
7037 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
7039         * MAINTAINERS: Remove myself.
7041 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
7043         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7044         (rs6000-*-aix*): Same.
7045         * configure: Regenerate.
7047 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
7049         * configure.in (host): Add in missing $noconfigdirs to defines.
7050         * configure: Regenerate.
7052 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
7053             Nathanael Nerode  <neroden@gcc.gnu.org>
7055         PR ada/6637, PR ada/5911
7056         Merge with libada-branch:
7057         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
7058         with appropriate dependencies. Add --enable-libada configure switch.
7059         * configure, Makefile.in: Regenerate.
7061 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
7063         * MAINTAINERS: Add myself to write-after-approval.
7065 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7067         * configure.in: Don't pass --with-stabs on IRIX 5 either.
7068         * configure: Regenerate.
7070 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
7072         Merge from upstream:
7074         * ltmain.in: When setting IFS to '~', be careful about user
7075         arguments that contain '~'.
7077         2004-02-04  Peter O'Gorman  <peter@pogma.com>
7079         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
7080         Also test $base_compile against $CC with escaped arguments. Bug
7081         reported by Geoff Keating <geoffk@apple.com>.
7083 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
7085         * MAINTAINERS: Remove i960 port.
7087 2004-01-23  DJ Delorie  <dj@redhat.com>
7089         * Makefile.def (target_modules) [libiberty]: Don't stage.
7090         * Makefile.in: Rebuilt.
7092 2004-01-20  Caroline Tice  <ctice@apple.com>
7094         * MAINTAINERS: Add myself to write-after-approval.
7096 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
7098         * MAINTAINERS: Update my email address.
7100 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
7102         * MAINTAINERS: Add myself to write-after-approval.
7104 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7106         * MAINTAINERS: Remove entries without email address.
7108 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
7110         * MAINTAINERS: Add myself to write-after-approval.
7112 2004-01-15  Steven Bosscher  <stevenb@suse.de>
7114         * MAINTAINERS: Update my email address.
7116 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
7118         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7119         * Makefile.tpl (configure-target-[+module+]): Support stage.
7120         * Makefile.in: Rebuilt.
7122 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
7124         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
7126 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
7128         * MAINTAINERS: Add myself as a MIPS maintainer.
7130 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7132         * configure.in: Use ./config.cache, not config.cache.
7133         * configure: Regenerate.
7134         * Makefile.tpl: Special-casing not needed for GCC any more.
7135         * Makefile.in: Regenerate.
7137         * configure.in: Don't share a cache file for host dirs.
7138         * configure: Regenerate.
7140         * config-ml.in: Don't mess with the cache file.
7142 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7144         * MAINTAINERS: Move myself from 'Write After Approval' to
7145         'CPU Port Maintainers' section as SPARC maintainer.
7147 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7149         * Makefile.tpl: Make GCC use a separate config.cache.
7150         * Makefile.in: Regenerate.
7152         PR bootstrap/11932, PR bootstrap/11933
7153         (I don't know if it will fix either of them, but it relates
7154         to them.)
7155         * configure.in: Don't use shared config.cache for target
7156         directories.
7157         * configure: Regenerate.
7159 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
7161         * MAINTAINERS: Add myself to 'Write After Approval' section.
7163 2003-12-31  Roger Sayle  <roger@eyesopen.com>
7165         * configure.in (ia64*-*-hpux*): Disable building java libraries.
7166         * configure: Regenerated.
7168 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
7170         * MAINTAINERS: Remove the mn10200 maintainer.
7172 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
7174         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7175         * configure: Regenerated.
7177 2003-12-16  Jan Hubicka  <jh@suse.cz>
7179         * MAINTAINERS: Add myself as callgraph maintainer.
7181 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
7183         * configure.in (raw_libstdcxx_flags): Remove the leading space.
7184         * configure: Regenerate.
7186 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7188         * MAINTAINERS: Move myself from 'Bug database only accounts' to
7189         'Write After Approval' section. Update email.
7191 2003-12-01  James Lemke  <jim@wasabisystems.com>
7193         * MAINTAINERS (Write After Approval): Add myself.
7195 2003-11-20  Matt Thomas  <matt@3am-software.com>
7197         * MAINTAINERS: Add myself as a vax port maintainer.
7199 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
7201         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7202         (configure-build-[+module+], configure-[+module+]): Likewise.
7203         (configure-target-[+module+], configure-gcc, config.status): Likewise.
7204         * Makefile.in: Regenerate.
7206 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
7208         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
7209         shared/dylibed libraries.
7210         * ltmain.sh: Likewise.
7211         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
7212         * ltcf-cxx.sh: Likewise.
7213         * ltcf-gcj.sh: Likewise.
7214         * ltconfig: Likewise.
7216 2003-11-17  Stan Cox  <scox@redhat.com>
7218         * MAINTAINERS: Add myself as iq2000 port maintainer.
7220 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
7222         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7223         * Makefile.in: Regenerate.
7225 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
7227         * config.sub: Update to 2003-11-03 version.
7229 2003-10-20  Phil Edwards  <phil@codesourcery.com>
7231         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
7232         * configure:  Regenerate.
7234 2003-10-20  Nicolas Pitre  <nico@cam.org>
7236         * MAINTAINERS: Add myself to 'Write After Approval' section.
7238 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
7240         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7242 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
7244         * MAINTAINERS: Update my email address.
7246 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7248         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
7250 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
7252         * MAINTAINERS: Add myself to 'Write After Approval' section.
7254 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
7256         * config.guess: Update to 2003-10-16 version.
7257         * config.sub: Update to 2003-10-16 version.
7259 2003-10-15  David Daney  <ddaney@avtrex.com>
7261         * MAINTAINERS: Added myself to 'Write After Approval' section.
7263 2003-10-15  Falk Hueffner  <falk@debian.org>
7265         * MAINTAINERS: Move myself from 'Bug database only accounts' to
7266         'Write After Approval' section. Update email.
7268 2003-10-14  Roger Sayle  <roger@eyesopen.com>
7270         * MAINTAINERS: Move myself from 'Write After Approval' to
7271         'Various Maintainers' section as middle-end maintainer.
7273 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7275         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7276         HOST_FLAGS_TO_PASS.
7277         * Makefile.in: Regenerate.
7279 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
7281         * config.guess: Update to 2003-10-07 version.
7282         * config.sub: Update to 2003-10-07 version.
7284 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7286         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
7287         * ltconfig (irix5*, irix6*): Don't override version_type.
7289 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
7291         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7292         * configure: Rebuilt
7293         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7294         * Makefile.in: Rebuilt
7296 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
7298         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7300 2003-09-30  Carlo Wood  <carlo@alinoe.com>
7302         * MAINTAINERS (Write After Approval): Add myself.
7304 2003-09-29  Paul Koning  <ni1d@arrl.net>
7306         * MAINTAINERS: Move myself from "Write After Approval"
7307         to CPU platform maintainers for pdp11 platform.
7309 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
7311         * MAINTAINERS: Move myself from 'Write After Approval' to
7312         'Various Maintainers' section as libffi testsuite maintainer.
7314 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
7316         * configure.in: Pass a computed --program-transform-name
7317         to subconfigures.
7318         * configure: Regenerated.
7320 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7322         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7323         * Makefile.in: Regenerate.
7325         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7326         * Makefile.in: Regenerate.
7328 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
7330         * MAINTAINERS: Move myself from 'Write After Approval'
7331         to 'Various Maintainers' (objective-c) section.
7333 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
7335         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7336         quoting.
7337         * configure: Regenerated.
7339 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
7341         * MAINTAINERS (Write After Approval): Add myself to write after
7342         approval list.
7344 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
7346         * MAINTAINERS (Write After Approval): Add myself.
7348 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
7350         * MAINTAINERS: Update my e-mail address.
7352 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
7354         * libtool.m4 (LD): Correct powerpc64 host match.
7356 2003-09-06  James E Wilson  <wilson@tuliptree.org>
7358         * MAINTAINTERS: Update my affiliation and email address.
7360 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7362         * MAINTAINERS (Write After Approval): Add myself.
7364 2003-09-04  DJ Delorie  <dj@redhat.com>
7366         * configure: Regenerate.
7368 2003-09-04  Robert Millan  <robertmh@gnu.org>
7370         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7372 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7374         * configure.in: Ensure arguments to sed are properly spaced.
7375         * configure: Regenerate.
7377 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
7379         * MAINTAINERS: Update my e-mail address.
7381 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
7383         * MAINTAINERS (Write After Approval): Add myself.
7385 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
7387         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7388         * configure: Regenerated.
7390 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7392         * MAINTAINERS: Update my email address.
7394 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
7396         * configure.in:  Use newline instead of semicolon when assuming
7397         shell arguments in a for loop.
7398         * configure:  Regenerated.
7400 2003-08-22  Jason Eckhardt  <jle@rice.edu>
7402         * MAINTAINERS: Resurrect the i860 maintainer.
7404 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
7406         PR 8180
7407         * configure.in: When testing with_libs and with_headers, treat
7408         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
7409         * configure: Regenerate.
7411         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7412         make, shell, etc.
7413         (baseargs): Likewise.
7414         * configure: Regenerate.
7416 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
7418         * MAINTAINERS (Write After Approval): Add myself.
7420 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
7422         * configure.in: Disable libgcj for darwin not on powerpc.
7423         * configure: Rebuild.
7425 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
7427         * config-ml.in, symlink-tree: Add license.
7429 2003-08-03  Richard Stallman  <rms@gnu.org>
7430             Eben Moglen  <moglen@columbia.edu>
7432         * README.SCO: New file.
7434 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
7436         * Makefile.tpl (check, check-c++): Express dependencies using
7437         dependencies rather than commands.
7438         * Makefile.in: Regenerate.
7440 2003-08-01  Andrew Cagney  <cagney@redhat.com>
7442         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7443         * configure: Ditto.
7445 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
7447         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7448         * Makefile.in: Update.
7450 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
7452         * configure.in: Enable libgcj for darwin.
7453         * configure: Rebuild.
7455 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
7457         * config-ml.in:  Use ac_configure_args directly instead of
7458         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
7459         actually seen.
7461 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7463         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7464         creating target and build subdirs to build all parent dirs as needed.
7465         * Makefile.in: Rebuild.
7466         * configure.in: Don't build dirs explicitly here.
7467         * configure: Rebuild.
7469 2003-07-26  Paul Brook  <paul@nowt.org>
7471         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
7473 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
7475         * Makefile.tpl (all-make): Depend on intl.
7476         * Makefile.in: Rebuilt.
7478 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
7480         * install-sh:  Update to newer upstream versions (associated with
7481         aclocal 1.7).
7482         * mkinstalldirs:  Likewise.
7483         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
7485 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
7487         * MAINTAINERS: Move self from Bug database only accounts
7488         to write-after-approval.
7490 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
7492         * config.if: Remove unused libc_interface determination.
7494 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7496         * MAINTAINERS: Move self from write-after-approval to
7497         build machinery (*.in).
7499 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7501         PR bootstrap/11273
7502         PR bootstrap/11408
7503         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
7504         unused INSTALL_PROGRAM_ARGS.
7505         * configure.in: Use AC_PROG_INSTALL.
7506         * Makefile.in: Regenerate.
7507         * configure: Regenerate.
7509 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
7511         * MAINTAINERS: Alphabetize.
7513 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
7515         * configure: Rebuilt.
7516         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
7517         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7518         newlib nor libgloss.
7519         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
7520         * configure.in (am33_2.0-*-linux*): Added.
7522 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
7524         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7525         * configure: Regenerate.
7527 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
7529         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
7530         * Makefile.in: Regenerate.
7532 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7534         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
7535         * Makefile.in: Regenerate.
7537 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
7539         * Makefile.tpl: Replace PWD with PWD_COMMAND.
7540         * Makefile.in: Regenerated.
7542         * config-ml.in: Replace PWD with PWD_COMMAND.
7544 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7546         * intl: New directory; see intl/ChangeLog for details.
7547         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
7548         * Makefile.tpl: all-gcc depends on maybe-all-intl.
7549         * Makefile.in: Regenerate.
7551 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7553         * configure.in: Clean up config-lang.in handling.  Delete
7554         useless assignment to "subdirs".
7555         * configure: Regenerate.
7557 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7559         * configure.in: Rename 'target_libs' to 'target_libraries'.
7560         Remove useless reference to 'target_libs'.
7561         * configure: Regenerate.
7563 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
7565         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7566         * Makefile.in: Regenerate.
7568 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7570         * Makefile.def: Introduce flags_to_pass.
7571         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7572         * Makefile.in: Regenerate.
7574 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
7576         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7577         and target-libgloss.
7578         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7579         <h8300*-*-*>: Disable libf2c and ${libgcj}.
7580         * configure: Regenerate.
7582 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
7584         * configure.in: Update testsuite_flags to new location.
7585         * configure. Regenerate.
7587 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7589         * Makefile.tpl: Remove BUILD_CC stuff.
7590         * Makefile.in: Regenerate.
7592 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
7594         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
7596 2003-06-16  Graeme Peterson  <gp@qnx.com>
7598         * MAINTAINERS (Write After Approval): Add myself.
7600 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
7602         * config.guess: Update to 2003-06-12 version.
7603         * config.sub: Update to 2003-06-13 version.
7605 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
7607         * config.guess: Update to 2003-06-06 version.
7608         * config.sub: Update to 2003-06-06 version.
7610 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7612         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7613         * configure. Regenerate.
7615 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7617         * configure.in: Disable serial configure by default.
7618         * configure: Regenerate.
7619         * Makefile.tpl: Abolish .NOTPARALLEL.
7620         * Makefile.in: Regenerate.
7622         * Makefile.tpl: Replace {build,host,target}_canonical by
7623         {build,host,target}.
7624         * Makefile.in: Regenerate.
7626         * Makefile.tpl: Fix stupid pasto.
7627         * Makefile.in: Regenerate.
7629 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7631         * Makefile.tpl: Remove bogus conditional.
7632         * Makefile.in: Regenerate.
7634 2003-06-05  Jan Hubicka  <jh@suse.cz>
7636         * Makefile.tpl (profiledbootstrap): New target.
7637         * Makefile.in (profiledbootstrap): New target.
7639 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
7641         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
7642         Pinski. Remove user names from other bugzilla-only maintainers.
7644 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7646         * Makefile.tpl: Make 'recursive targets' using autogen rather
7647         than shell loop.  Remove duplicate 'clean' targets and false
7648         comments.
7649         * Makefile.def: Add systematic dependencies to 'recursive' targets.
7650         Add systematic method of specifying missing targets in subdirs.
7651         Add copyright boilerplate.
7652         * Makefile.in: Regenerate.
7653         * configure.in: Add 'recursive targets' to maybe list.
7654         * configure: Regenerate.
7656         * MAINTAINERS: "GNATS only" -> "Bug database only".
7658         * Makefile.tpl: Rename [+target+] to [+make_target+].
7659         * Makefile.def: Rename 'target' to 'make_target'.
7661 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
7663         * MAINTAINERS: Add self as options handling maintainer.
7665 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
7667         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
7668         been too long since I touched those ports.
7670 2003-05-28  DJ Delorie  <dj@redhat.com>
7672         * Makefile.tpl: Make maybe-check-gcc .PHONY.
7673         * Makefile.in: Regenerate.
7675 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
7677         * configure.in: Use curly braces in the definition of tooldir.
7678         * configure: Regenerate.
7680 2003-05-21  DJ Delorie  <dj@redhat.com>
7682         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7683         newlib or libgloss.
7684         * Makefile.in: Regenerate.
7686 2003-05-21  DJ Delorie  <dj@redhat.com>
7688         * Makefile.tpl: Add missing empty maybe-check-gcc target.
7689         * Makefile.in: Regenerate.
7691 2003-05-20  Ian Lance Taylor  <ian@airs.com>
7693         * MAINTAINERS: Update my e-mail address.
7695 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7697         * configure.in: Switch more things to use maybe dependencies.
7698         * Makefile.tpl: Switch more things to use maybe dependencies.
7699         Factor out common code from autogen IF statements.
7700         * configure: Regenerate.
7701         * Makefile.in: Regenerate.
7703 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
7705         * configure.in: Accept i[3456789]86 for machine type.
7706         * configure: Regenerate.
7708 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7710         * configure.in: Switch more things to use maybe dependencies.
7711         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
7712         * configure: Regenerate.
7713         * Makefile.tpl: Switch more things to use maybe dependencies.
7714         * Makefile.in: Regenerate.
7716 2003-05-16  Andreas Schwab  <schwab@suse.de>
7718         * Makefile.tpl (install-opcodes): Define.
7719         * Makefile.in: Rebuild.
7721 2003-05-13  Andreas Jaeger  <aj@suse.de>
7723         * config.guess: Update to 2003-05-09 version.
7724         * config.sub: Update to 2003-05-09 version.
7726 2003-05-13  Michael Eager  <eager@mvista.com>
7728         * configure.in: Correct sed script so that options in quotes are not
7729         deleted.
7730         * configure: Rebuild.
7732 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
7734         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7735         and $$s/newlib/libc/sys/cygwin32 include paths.
7736         * configure: Ditto.
7738 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
7740         * MAINTAINERS: Update my email addresses.
7742 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
7744         * config-ml.in: Propagate INSTALL variables.
7746 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7748         * MAINTAINERS: Remove duplicate entries in Write After Approval.
7750 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
7752         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7753         * Makefile.in: Regenerate.
7755 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
7757         * MAINTAINERS (GNATS only): Add Falk Hueffner.
7759 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
7761         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
7763 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
7765         * Makefile.tpl: Clean $(BUILD_SUBDIR).
7766         * Makefile.in: Regenerated.
7768 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
7770         * MAINTAINERS (Write After Approval): Upgrade myself from
7771         GNATS only to write-after-approval. Update my mail address.
7773 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
7775         (OS Port Maintainers: freebsd): Add myself.
7777 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
7779         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
7781 2003-04-22  Kean Johnston  <jkj@sco.com>
7783         * MAINTAINERS (SCO ports): Added myself.
7785 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
7787         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
7789 2003-04-19  Kean Johnston  <jkj@sco.com>
7791         * MAINTAINERS (Write After Approval): Add myself.
7793 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7795         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7796         * Makefile.in: Regenerate.
7798 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
7800         * configure.in (powerpc64*-*-linux*): Remove.
7801         * configure: Rebuilt.
7803 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
7805         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
7806         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7807         and restrap.
7808         * Makefile.in:  Regenerate.
7810 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
7812         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7813         * configure: Regenerated.
7815 2003-04-15  DJ Delorie  <dj@redhat.com>
7817         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
7819 2003-04-13  Nick Clifton  <nickc@redhat.com>
7821         * config-ml.in: Remove support for --disable-aix removing
7822         call-aix multilibs.
7824 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
7826         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7827         * */configure: Rebuilt.
7829 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
7831         * MAINTAINERS: Add my email address.
7833 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
7835         * MAINTAINERS (Write After Approval): Add myself.
7837 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7839         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7840         * Makefile.in: Regenerate.
7842 2003-03-14  Michael Chastain  <mec@shout.net>
7844         * Makefile.in: Regenerate with correct Makefile.def.
7846 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7848         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
7849         Make macro.
7850         * Makefile.in: Regenerate.
7851         * configure.in: Clean up gxx_include_dir logic.
7852         * configure: Regenerate.
7854 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
7856         * MAINTAINERS (Write After Approval): Add myself.
7858 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
7860         * MAINTAINERS: Update my mail address.
7862 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7864         * configure.in (gxx_include_dir): Fix typo.
7865         * configure: Regenerated.
7867 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7869         * Makefile.tpl: Reindent.
7870         * Makefile.in: Regenerate.
7871         * configure.in: Reindent.  Don't set unused variables.
7872         * configure: Regenerate.
7874 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
7876         * configure.in: Include $(build_tooldir)/sys-include in
7877         FLAGS_FOR_TARGET.
7878         * configure: Regenerated.
7880 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7882         * Makefile.tpl: Always pass down RANLIB.
7883         * Makefile.in: Regenerate.
7885         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7886         * Makefile.in: Regenerate.
7887         * configure.in: Remove unused logic relating to --enable-shared
7888         and --enable-threads.  Remove bogus comments.  Remove redundant
7889         noconfigdirs.
7890         * configure: Regenerate.
7892         * configure.in: Replace ${libstdcxx_version} by its value.
7893         Remove reference to mh-dgux.
7894         * configure: Regenerate.
7896 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
7898         * MAINTAINERS (Write After Approval): Add myself.
7900 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7902         * Makefile.tpl: Rearrange.
7903         * Makefile.in: Regenerate.
7905 2003-02-25  Uwe Stieber  <uwe@wwws.de>
7907         * configure.in: Add support for kaOS as cross build target system.
7908         * configure: Regenerated.
7910 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
7912         * MAINTAINERS (Write after approval): Add myself.
7914 2003-02-21  James E Wilson  <wilson@tuliptree.org>
7916         * MAINTAINERS: Update my email address.
7918 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
7920         * MAINTAINERS: Add self to blanket write privs. section.
7922 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
7924         * Makefile.tpl: Add definition of CPPFLAGS to pass into
7925         configure-target-* as some target builds may require additional
7926         flags for preprocessor tests.
7927         * Makefile.in: Regenerated.
7929 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
7931         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7932         * ltconfig: Handle it.
7933         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7934         auto-detecting it.
7936         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7937         it is used as argument to $CC.
7938         * ltcf-gcj.sh: Likewise.
7940         * configure.in: Introduce --enable-maintainer-mode.
7941         * configure: Rebuilt.
7942         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7943         for maintainer mode.
7944         * Makefile.in: Rebuilt.
7946 2003-02-18  Jason Merrill  <jason@redhat.com>
7948         * Makefile.tpl (check-c++): Allow parallelism.
7950 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7952         * MAINTAINERS: Remove John Carr (who never actually had access to
7953         gcc.gnu.org).
7955 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
7957         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7958         don't configure target-libobjc.
7959         * configure: Regenerate.
7961 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7963         * Makefile.tpl (RANLIB): Define.
7964         * Makefile.in: Regenerate.
7966 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
7968         * MAINTAINERS: Update my email.
7970 2003-02-06  Keith R Seitz  <keiths@redhat.com>
7972         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7973         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7974         * Makefile.in: Regenerated.
7975         * configure.in: Remove all traces of snavigator, db, and grep.
7976         * configure: Regenerated.
7978 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7980         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
7981         After Approval.
7983 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
7985         * MAINTAINERS (Write after approval): Add myself.
7987 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
7989         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7990         * Makefile.in: Regenerated.
7992 2003-01-30  Roger Sayle  <roger@eyesopen.com>
7994         * config.guess: Updated to 2003-01-30's version.
7995         * config.sub: Updated to 2003-01-28's version.
7997 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
7999         * config.if: If gcc_version is already set, just use it.  Don't set
8000         gcc_version_trigger if it's already set, otherwise set it to
8001         gcc/version.c, but only if the file exists.  If it is not set and
8002         gcc/version.c does not exist, try to extract the version number from
8003         $CC.
8005 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
8007         * MAINTAINERS: Add myself to write-after-approval list.
8009 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
8011         * configure.in:  Revert 24Jan change.
8012         * configure:  Regenerate.
8014 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8016         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
8017         entry of HJ Lu.
8019 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8021         * configure.in: Revert previous change.
8022         * configure: Regenerate.
8024 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8026         * configure.in: Make rda native-only.
8027         * configure: Regenerate.
8029 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8031         * MAINTAINERS: Move myself from GNATS-only-accounts to
8032         write-after-approval.
8034 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8036         * configure.in: Add missing \.
8037         * configure: Rebuilt.
8039 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
8041         * configure.in (baseargs): Avoid using \| in sed regular
8042         expressions.
8043         * configure: Rebuilt.
8045 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
8047         * configure.in (baseargs): Remove all supported forms of
8048         --cache-file, --srcdir, --host, --build and --target options
8049         from argument lists.
8050         * configure: Rebuilt.
8052 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
8054         * MAINTAINERS: Add myself to write-after-approval list.
8056 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
8058         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
8059         * configure: Rebuilt.
8061 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8063         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
8064         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
8065         * Makefile.in: Regenerate.
8066         * configure: Regenerate.
8068 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
8070         * configure.in: Remove Makefile in build, host and target modules
8071         unless configure was run with --no-recursion.
8072         * configure: Rebuilt.
8074 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
8076         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
8077         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
8078         * Makefile.in: Regenerate.
8080 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
8082         * config.guess: Update to 2003-01-03 version.
8083         * config.sub: Update to 2003-01-03 version.
8085 2003-01-07  Christopher Faylor  <cgf@redhat.com>
8087         * configure: Regenerate with proper autoconf 2.13.
8089 2003-01-07  Christopher Faylor  <cgf@redhat.com>
8091         * configure.in: Add AC_PREREQ for consistency.
8092         * configure: Regenerate.
8094 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
8096         * configure.in (GDB_TK): Add tcl directories conditional on
8097         gdb/gdbtk directory being present.
8098         * configure: Regenerate.
8100 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
8102         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
8103         used by gcc if LD is not defined and we are not doing a Canadian Cross.
8104         * configure: Rebuilt.
8106 2002-12-31  Tom Tromey  <tromey@redhat.com>
8108         * Makefile.in: Rebuilt.
8109         * Makefile.def (target_modules) [libffi]: Allow installation.
8111 2002-12-31  Andreas Schwab  <schwab@suse.de>
8113         * configure.in: Fix use of $program_transform_name.
8114         * configure: Regenerated.
8116 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
8118         * configure.in (baseargs): Don't remove first configure argument.
8119         * configure: Regenerated.
8121 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
8123         * Makefile.tpl (local-distclean): Don't remove...
8124         (multilib.ts): ... this.  Moved into...
8125         (multilib.out): ... this.  Don't use sub-make.
8126         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
8127         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
8128         (configure-build-[+module+], configure-[+module+],
8129         configure-target-[+module+], configure-gcc): ... these.  Test
8130         for Makefile existence.  Drop config.status from dependencies.
8131         * Makefile.in: Rebuilt.
8132         * configure.in: Move gcc-version-trigger to the end of
8133         ac_configure_args.  Add comments to maybedep.tmp and
8134         serdep.tmp.  Introduce --disable-serial-configure.  Remove
8135         nonopt from baseargs, matching and removing corresponding
8136         whitespace while at it.
8137         * configure: Rebuilt.
8139 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
8141         * configure.in (host_configargs): Replace reference to
8142         no-longer-defined buildopts with --build=${build_alias}.
8143         * configure: Rebuilt.
8145         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
8146         program_transform_name to standard idiom.
8147         (AUTOGEN, AUTOCONF): Define.
8148         (Makefile.in): Use $(AUTOGEN).
8149         (Makefile): Depend on config.status, and use autoconf-style rule to
8150         build it.  Move original commands to...
8151         (config.status): ... this new target.
8152         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
8153         $(AUTOCONF).
8154         * Makefile.in: Rebuilt.
8156 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8158         * Makefile.tpl: Fix dramatic bustage due to change in
8159         program_transform_name.
8160         * Makefile.in: Regenerate.
8162         * configure.in: Remove unnecessary PATH setting.
8163         * configure: Regnerate.
8165         * configure.in: Don't default to unprefixed tools unless
8166         the native tools will work.
8167         * configure: Regenerate.
8169         * configure.in: Convert to autoconf script.  Blow away lots
8170         of now-redundant Makefile fragments.
8171         * configure: Generate using Autoconf.
8172         * Makefile.tpl: Rewrite to reflect autoconfiscation.
8173         * Makefile.in: Regenerate.
8175 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
8177         * configure: Fix stupid bug where RANLIB was mistakenly included.
8179         * configure.in: Rename (buildargs, hostargs, targargs) to
8180         (build_configargs, host_configargs, target_configargs).
8182         * configure.in: Move logic out of sed statement.
8184         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
8185         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
8187 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
8189         * config.sub: Import from master repository
8190         * config.guess: Ditto
8192 2002-12-24  Andreas Schwab  <schwab@suse.de>
8194         * Makefile.tpl (multilib.out): Fix missing space.
8195         * Makefile.in: Regenerate.
8197 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8199         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
8200         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
8201         * Makefile.in: Regenerate.
8202         * configure.in: Remove unnecessary leftovers.
8204 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
8206         * configure.in (extra_ranlibflags_for_target): New variable.
8207         (*-*-darwin): Add -c to ranlib commands.
8208         * configure (tooldir): Handle extra_ranlibflags_for_target.
8210 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8212         * Makefile.tpl: Revert HJL's change.
8213         * Makefile.in: Regenerated.
8214         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
8215         always.
8217 2002-12-19  Andreas Schwab  <schwab@suse.de>
8219         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
8220         * Makefile.in: Regenerate.
8222 2002-12-18  H.J. Lu  <hjl@gnu.org>
8224         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
8225         * Makefile.in: Regenerated.
8227         * configure.in (build_prefix): New. Substitute.
8229 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
8231         * Makefile.tpl: Don't let real targets depend on phony targets.
8232         * Makefile.in: Regenerate.
8234         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
8235         * Makefile.in: Regenerate.
8237 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
8239         * config.sub: Import from master repository
8240         * config.guess: Ditto
8242 2002-12-16  Jason Merrill  <jason@redhat.com>
8244         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
8245         previous 'make bootstrap'.
8246         * Makefile.in: Regenerate.
8248 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
8250         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
8252 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
8254         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
8255         * Makefile.in: Regenerate.
8257 2002-12-13  Jason Merrill  <jason@redhat.com>
8259         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
8260         library tests.
8261         (check-c++): Just depend on it and check-target-libstdc++-v3.
8262         * Makefile.in: Regenerate.
8264 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
8266         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
8267         * Makefile.in: Rebuilt.
8269 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
8271         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
8273 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8275         * configure: Fix bug put in by gremlins.
8277         * Makefile.tpl: Substitute more autoconfily.
8278         * configure: Substitute more autoconfily.
8279         * Makefile.in: Regenerate.
8281 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
8283         * config.sub: Import from master repository
8284         * config.guess: Ditto
8285         * MAINTAINERS: Added Svein Seldal under write after approval
8287 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
8289         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
8290         * Makefile.in (all-sim): Ditto.
8292 2002-12-06  DJ Delorie  <dj@redhat.com>
8294         * Makefile.tpl: Change configure dependencies to not have real
8295         targets depend on phony targets.
8297 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
8299         * configure.in: Revert unintentional change.
8301         * Makefile.tpl: Change dependency for */multilib.out so that
8302         it works when gcc isn't in the tree.
8304         * configure.in: Substitute more.
8305         * configure: Run subconfigures from the Makefile.
8306         * Makefile.tpl: Run subconfigures from the Makefile; add a few
8307         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
8309 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8311         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
8313 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8315         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
8316         and corresponding dependencies.
8317         * Makefile.in: Regenerate.
8319         * configure.in (host_tools): Order binutils, gas and ld for
8320         convenience in running the testsuites.
8322         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
8323         * Makefile.in: Regenerate.
8324         * configure.in: Introduce rules to serialize subconfigure runs.
8326         * configure.in: Introduce BASE_CC_FOR_TARGET.
8327         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
8328         Realize configure-build-* targets.  Realize configure-target-* targets.
8329         * Makefile.in: Regenerate.
8331 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8333         * configure: Move gcc_version_trigger stuff from here...
8334         * configure.in: ...to here.
8336         * configure.in: Separate subconfigure options added by this file from
8337         options given by the user.  Add machinery to put args for host
8338         subconfigures into the Makefile.
8340         * Makefile.tpl: Remove 'vault' targets.
8341         * Makefile.tpl: Reorder and comment dependencies.
8342         * Makefile.in: Regenerate.
8344 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8345         * configure.in: Fix my broken commit of previous patch. (sigh)
8347 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
8349         * configure.in: Move host-specific darwin noconfigdirs into
8350         the host-specific section.
8352 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
8354         * configure.in: Move host-specific darwin noconfigdirs into
8355         the host-specific section.
8357 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
8359         * configure: Remove skip-this-dir support.
8360         * Makefile.tpl: Remove skip-this-dir support.
8362         * Makefile.tpl: Remove leftover support for non-autoconfiscated
8363         subdirectories.
8364         * Makefile.in: Regenerate.
8366         * Makefile.tpl: Strip out useless setting of 'dir'.
8367         * Makefile.in: Regenerate.
8369 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8371         * configure.in: Fix deeply stupid bug.
8373         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8374         shell code in CXX_FOR_TARGET
8375         * Makefile.def: Introduce raw_cxx.
8376         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8377         RAW_CXX_FOR_TARGET.
8378         * Makefile.in: Regenerate.
8380 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
8382         * Makefile.tpl: Remove unnecessary ifs.
8383         * Makefile.in: Regenerate.
8385         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
8386         dependencies.  Maybe-ize build-libiberty.  Create dummy install
8387         targets for 'no_install' modules.
8388         * configure: Move GDB_TK substitution to configure.in.  Move
8389         build_modules stuff to configure.in.
8390         * configure.in: Implement soft dependency machinery.  Maybe-ize
8391         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
8392         * Makefile.in: Regenerate.
8394 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8396         * Makefile.tpl: Make all-target, install-target behave similarly
8397         to all, install (only hitting configured targets).  Eliminate
8398         unused macro defintions.
8400         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8401         build != host.
8403         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8405         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8407         * configure.in: Produce lists of subdir targets we're actually
8408         configuring.  Remove references to "dosrel".
8409         * Makefile.tpl: Let configure set which subdir targets are hit.
8410         Remove install-cross; clean up install; remove ALL.  Remove
8411         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
8412         Autogenerate host module targets.  Remove empty dependency lines
8413         and redundant dependency; rearrange slightly.
8414         * Makefile.def: Add host-side libtermcap, utils.
8416         * Makefile.in: Regenerate.
8418 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8420         * ltconfig (osf[345]): Append $major to soname_spec.
8421         Reflect this in library_names_spec.
8422         * ltmain.sh (osf): Prefix $major with . for use as extension.
8424 2002-11-19  Andreas Jaeger  <aj@suse.de>
8426         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
8427         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
8428         and sparc64 GNU/Linux systems.
8430 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
8432         * MAINTAINERS: Update email.
8434 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8436         * MAINTAINERS: Complete James Dennett's entry.
8438 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
8440         * MAINTAINERS (Write After Approval): Add myself.
8442 2002-11-13  Bruce Korb  <bkorb@gnu.org>
8444         * Makefile.tpl: syntactic cleanup
8446 2002-11-13  Stuart Hastings  <stuart@apple.com>
8448         * MAINTAINERS: Add myself to write-after-approval list.
8450 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8452         * Makefile.def: Add list of recursive targets to autogenerate.
8453         Add build_modules.
8454         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
8455         targets.  Autogenerate *-build-* targets.
8456         * Makefile.in: Regenerate.
8458 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8460         * configure: More autoconf-style substitutions.
8461         * Makefile.tpl: More autoconf-style substitutions.
8462         * Makefile.in: Regenerate.
8464 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8466         * configure: Substitute more variables in a more autoconf-friendly
8467         way.  Simplify slightly.
8468         * Makefile.tpl: Make more variables substitutable in an
8469         autoconf-friendly way.
8470         * Makefile.in: Regenerate.
8472 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
8474         * MAINTAINERS (Write After Approval): Add myself.
8476 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8478         * configure.in (v810*): Remove special setting of tools.
8480         * configure: Add support for extra required flags for ar or nm.
8481         * configure.in (aix4.3+): Use above support for target-specific
8482         issues, rather than using config/mt-aix43.
8484 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8486         * configure: Remove 'removing', which doesn't work.  Replace $subdir
8487         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
8488         with $srcdir.  Reformat indentation.  Substitute some variables
8489         formerly hard-coded in the Makefile for build=host.
8490         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8491         * Makefile.def: Autogenerate more.
8492         * Makefile.in: Regenerate.
8494 2002-11-04  Adam Nemet  <anemet@lnxw.com>
8496         * MAINTAINERS (Write After Approval): Add myself.
8498 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
8500         * Makefile.def (host_modules): Add rda.
8501         * Makefile.in: Regenerate.
8502         * configure.in (target_tool): Add target-rda to list.
8504 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8506         * MAINTAINERS: Remove "co-maintainer" note for web pages.
8508 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
8510         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
8511         and restrap targets to this rule.
8512         * Makefile.in:  Regenerate.
8514 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8516         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
8517         GNATS only accounts.
8519 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
8521         * configure.in (i[3456]86-*-linux*): Add check to disable
8522         ${libgcj} for glibc1.
8524 2002-10-24  Denis Chertykov  <denisc@overta.ru>
8526         * MAINTAINERS: Add myself as ip2k port maintainer.
8528 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
8530         * configure.in: Add tic4x target.
8532 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8534         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8535         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8536         * Makefile.in: Regenerate.
8538         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8539         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8540         * Makefile.in: Regenerate.
8542 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
8544         * MAINTAINERS: Add myself as web pages co-maintainer.
8546 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8548         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8549         * Makefile.in: Regenerate.
8551 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
8553         * MAINTAINERS: Add myself and Nathan Sidwell
8554         <nathan@codesourcery.com> as VxWorks maintainers.
8556 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8558         * Makefile.def: Remove order dependency comments.
8559         * Makefile.tpl: Add explicit install-install dependencies.
8560         * Makefile.in: Regenerate.
8562         * Makefile.tpl: Remove material now in src-release.  (Finally!)
8563         * Makefile.in: Regenerate.
8565         * Makefile.tpl: Add configure-target (for src-release in src)
8566         * Makefile.in: Regenerate.
8568 2002-09-30  Nick Clifton  <nickc@redhat.com>
8570         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8572 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
8574         * configure.in (s390*-*-linux*): Enable libgcj.
8576 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
8578         * configure: Revert accidentally applied changes.
8580         * Makefile.tpl: Make more autoconf-friendly.
8581         * Makefile.in: Regenerate.
8582         * configure: Make substitution more autoconf-like.
8584 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
8586         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8587         single entry to handle all these.
8588         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
8589         libjava on arm-*-elf.
8591 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
8593         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8594         things that depend on them.
8596 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8598         * Makefile.tpl: Make subsituted variables more autoconfy.
8599         * Makefile.in: Regenerate.
8600         * configure: Make seds more autoconfy.
8602 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8604         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8605         * Makefile.in: Regenerate.
8606         * configure.in: Rewrite sed statements to look autoconfy.
8608         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8609         all-target-foo on configure-target-foo.
8610         * Makefile.def: Ditto.
8611         * Makefile.in: Rebuild.
8613 2002-09-25  Andrew Haley  <aph@redhat.com>
8615         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
8617 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8619         * Makefile.def: New file.
8620         * Makefile.tpl: New file.
8621         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8622         * contrib/gcc_update: Note that Makefile.in is a generated file.
8624         * configure.in: Minor rearrangement.  Simplify tests.
8626 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
8628         * configure.in (with_headers): Skip copy if value is "yes".
8629         (with_libs): Likewise.
8631 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
8633         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8634         * configure.in (sh*-*-pe*): Ditto.
8635         * configure.in (mips*-*-pe*): Ditto.
8636         * configure.in (*arm-wince-pe): Ditto.
8638         * configure.in: Rearrange.
8640 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
8642         * MAINTAINERS: Update my email address.
8644 2002-08-30  Paul Koning  <pkoning@equallogic.com>
8646         * MAINTAINERS: (Write After Approval): Add myself.
8648 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
8650         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
8652 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
8654         * MAINTAINERS: Change my mailing address.
8656 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
8658         * MAINTAINERS (Write After Approval): Remove myself.
8659         (Various Maintainers: c++ runtime libs): Add myself.
8661 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
8663         * MAINTAINERS (Write After Approval): Remove myself.
8664         (Various Maintainers: c++ runtime libs): Add myself.
8666 2002-08-15  Eric Christopher  <echristo@redhat.com>
8668         * config.sub: Import from master repository.
8669         * config.guess: Ditto.
8671 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
8673         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8674         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8675         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8677 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
8679         * MAINTAINERS: Add self to rs6000 vector extensions.
8681 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
8683         * libiberty/configure: Reverted unintended yesterday's check in.
8685 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
8687         * boehm-gc/configure, libf2c/configure: Rebuilt.
8688         * libffi/configure, libiberty/configure: Ditto.
8689         * libjava/configure, libobjc/configure: Ditto.
8690         * libstdc++-v3/configure, zlib/configure: Ditto.
8691         Merged from binutils:
8692         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
8693         From Steve Ellcey <sje@cup.hp.com>:
8694         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8695         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8696         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8697         IA64.
8698         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8699         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8700         soname_spec, sys_lib_search_path_spec): Ditto.
8702 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
8704         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8706 2002-08-04  H.J. Lu  (hjl@gnu.org)
8708         * configure.in (mips*-*-linux*): Don't skip target-libffi.
8710 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
8712         * MAINTAINERS (Write After Approval): Add myself.
8714 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
8716         * configure.in: Move generic linux case to end.  Copy generic
8717         linux noconfigdirs to mips*-*-linux* entry and new
8718         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
8720 2002-07-19  Michael Matz  <matz@suse.de>
8722         * MAINTAINERS: Add myself as ra* maintainer.
8724 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
8726         * config.guess: Update to 2002-07-09 version.
8727         * config.sub: Update to 2002-07-03 version.
8729 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
8731         * MAINTAINERS: Fix typo in a maintainer email address.
8733 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8735         * configure.in: Remove two redundant tests.
8737 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8739         * configure.in (mips*-*-irix6*o32): Enable stabs.
8741 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
8743         * configure.in: Don't build grez.
8744         * Makefile.in: Ditto.
8746         * Makefile.in: Remove references to bsp, cygmon, libstub.
8747         * configure.in: Ditto.
8749         * configure.in: Remove leftover reference to gdbtest.
8751 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
8753         * configure.in (gxx_include_dir):  Change to match versioned
8754         C++ headers if --enable-version-specific-runtime-libs is used.
8756 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
8758         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8760 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8762         * configure.in: Make --without-x work.
8764 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8766         * configure.in: Rearrange target Makefile fragment collection.
8768         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8769         cvs[src].
8770         * configure.in: Ditto.
8772 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
8774         * MAINTAINERS (Write After Approval): Update my e-mail address.
8776 2002-06-24  Ben Elliston  <bje@redhat.com>
8778         * configure.in (host_tools): Remove cgen.
8780         * Makefile.in (all-cgen): Remove; runs from its source directory.
8781         (check-cgen, install-cgen, clean-cgen): Likewise.
8782         (all-opcodes): Do not depend on all-cgen.
8783         (all-sim): Likewise.
8785 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8787         * Makefile.in: Eliminate 'apache' targets.
8788         * configure.in: Eliminate 'apache' targets.
8790         * configure.in: Eliminate redundant tests.  Reorganize.
8792         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8794         * config-ml.in: Eliminate references to Cygnus configure.
8796         * Makefile.in: Eliminate references to building emacs.
8798 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
8800         * MAINTAINERS: Update my email address.
8802 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
8804         * config.if (libstdcxx_incdir): Version C++ headers.
8805         (cxx_incdir): Remove.
8807 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8809         * MAINTAINERS (Write After Approval): Add self.
8811 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
8813         * configure.in: Add support for ip2k.
8815 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
8817         * configure.in: Fix AIX configury bug.
8819 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
8821         * MAINTAINERS (Write After Approval): Add self.
8823 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8825         * configure.in: replace ${topsrcdir} with ${srcdir}
8827         * configure.in: Move definition of libstdcxx_flags
8828         right above usage, rather than waaay earlier.
8830         * configure.in: Pull definition of is_cross_compiler earlier.
8832         * configure.in: Rearrange a little.
8834         * configure.in: Remove references to librx.
8835         * Makefile.in: Remove references to librx.
8837 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
8839         * config.sub: Add support for avr target.
8840         Import from master sources, rev 1.255
8842 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
8844         * configure, .cvsignore:  Revert previous change...
8845         * Makefile:  ...delete.
8847 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8849         * configure.in: Eliminate ${gasdir} variable.
8851 2002-06-18  Dave Brolley  <brolley@redhat.com>
8853         * configure.in: Add support for frv.
8854         * config.sub: Add support for frv.
8856 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8858         * configure:  Remove garbage from previous commit.
8860 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8862         * configure:  For in-source builds, make a subdir and re-exec there.
8863         * Makefile:  New file.  Pass targets through to build directory.
8864         * .cvsignore:  No longer ignore "Makefile".
8866 2002-06-16  Douglas Rupp  <rupp@gnat.com>
8868         * MAINTAINERS (Write After Approval): Add self.
8870 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8872         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8874 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
8876         * configure.in (vax-*-netbsd*): Re-enable gas.
8878 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
8880         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8881         BUILD_PREFIX_1, to correct nomenclature.
8882         * configure: Likewise.
8884         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8885         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8887 2002-05-31  Olaf Hering  <olh@suse.de>
8889         * config-ml.in: Propogate DESTDIR also.
8891 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
8893         * configure.in (vax-*-netbsd*): Don't build gas for this
8894         platform.
8896 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
8898         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8899         and libgcj for AVR.
8901 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
8903         * MAINTAINERS (Write After Approval): Add myself.
8905 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
8907         * config.guess: Update to 2002-05-22 version.
8908         * config.sub: Likewise.
8910 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8912         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8913         * config-ml.in: Likewise.
8914         * configure: Likewise.
8915         * configure.in: Likewise.
8917 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
8919         * MAINTAINERS: Update my email address.
8921 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
8923         * configure.in: Simplify makefile fragment collection.
8925         * configure.in: Remove code to build emacs.
8927         * configure.in : Remove --srcdir argument from targargs and buildargs
8928         (it's always overridden in the Makefile anyway).  Rearrange a bit.
8930         * configure: Move some logic to configure.in.
8931         * configure.in: Move some logic from configure.
8933 2002-05-11  Tom Tromey  <tromey@redhat.com>
8935         * MAINTAINERS: Reflect libgcj reality.
8937 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
8939         * Makefile.in: Honour DESTDIR.
8941 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
8943         * config.guess: Import 2002-03-20 version.
8944         * config.sub: Import 2002-04-26 version.
8946 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8948         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
8950 2002-05-07  Tim Josling  <tej@melbpc.org.au>
8952         * MAINTAINERS: Add self.
8954 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
8956         * ltmain.sh: Detect and handle object name conflicts
8957         while piecewise linking a static library.
8959 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
8961         * configure.in (noconfigdirs): Don't disable libgcj on
8962         sparc64-*-solaris* and sparcv9-*-solaris*.
8964 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
8966         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8968 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
8970         * configure.in (FLAGS_FOR_TARGET): Do not add
8971         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8972         on i[3456]86-*-linux*.
8974 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
8976         * configure.in (noconfigdirs): Replace [ ] with test.
8978         * configure.in (noconfigdirs): Do not add target-newlib if
8979         target == i[3456]86-*-linux*, and host == target.
8981 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
8983         * configure.in: delete reference to absent file
8985         * configure.in: replace '[' with 'test'
8987         * configure.in: Eliminate references to gash.
8988         * Makefile.in: Eliminate references to gash.
8990         * configure.in: remove useless references to 'pic' makefile fragments.
8992         * configure.in: (*-*-windows*) Finish removing.
8994         * configure.in: Eliminate redundant test for libgui.
8996 2002-04-29  Roger Sayle  <roger@eyesopen.com>
8998         * MAINTAINERS: Add self and realphabetize.  Update entries
8999         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
9000         entry for a29k port maintainer.
9002 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
9004         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
9005         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
9007 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
9009         * configure.in: remove references to dead files
9011 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
9013         * MAINTAINERS: Add information about purpose of this file.
9015 2002-04-18  Tom Tromey  <tromey@redhat.com>
9017         * configure.in: Disallow configuring libgcj when it is already
9018         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
9019         Solaris 2.8 by default.  For PR libgcj/6158.
9021 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
9023         * configure.in:  Move default CC setting out of config/mh-* fragments
9024         directly into here.
9026 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
9028         * configure.in: don't even try to configure or make a subdirectory
9029         if there's no configure script for it.
9031 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
9033         * MAINTAINERS: Remove chill maintainers.
9034         * Makefile.in (CHILLFLAGS): Remove.
9035         (CHILL_LIB): Remove.
9036         (TARGET_CONFIGDIRS): Remove libchill.
9037         (CHILL_FOR_TARGET): Remove.
9038         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
9039         CHILL_LIB.
9040         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
9041         (CHECK_TARGET_MODULES): Likewise.
9042         (INSTALL_TARGET_MODULES): Likewise.
9043         (CLEAN_TARGET_MODULES): Likewise.
9044         (configure-target-libchill): Remove.
9045         (all-target-libchill): Remove.
9046         * configure.in (target_libs): Remove target-libchill.
9047         Do not compute CHILL_FOR_TARGET.
9048         * libchill: Remove directory.
9050 2002-04-11  DJ Delorie  <dj@redhat.com>
9052         * Makefile.in, configure.in: Sync with binutils, entries
9053         follow...
9055 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9057         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
9058         (do-tar, do-bz2): New rules.
9059         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
9060         (gdb-tar): New rule.
9061         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
9062         (insight_dejagnu.tar): New rule.
9063         (insight.tar): New rule.
9064         (gdb+dejagnu.tar): New rule.
9065         (gdb.tar): New rule.
9067 2002-02-01  Mo DeJong  <supermo@bayarea.net>
9069         * Makefile.in: Add all-tix to deps for all-snavigator
9070         so that tix is built when building snavigator.
9072 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
9074         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9075         ld and gdb are not supported.
9077 2002-01-07  Mark Salter  <msalter@redhat.com>
9079         * configure.in: Remove target-bsp and target-cygmon from arm builds.
9080         Allow target-libgloss to be built for arm, strongarm, and xscale.
9082 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
9084         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9085         options for i[3456]86-pc-linux* native builds.
9087 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
9089         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9090         files from .po files for a distribution.
9092 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
9094         * configure.in: Enable libstdc++-v3 for h8300 targets.
9096 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
9098         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
9099         version from bfd/.
9101 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
9103         * Makefile.in (VER): When present, extract the version number from
9104         the file version.in.
9106 2001-05-24  Tom Rix  <trix@redhat.com>
9108         * configure.in : enable ld for aix
9110 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9112         * config.guess: Add linux target for S/390.
9114 2000-11-07  Philip Blundell  <pb@futuretv.com>
9116         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9118 2000-11-03  Philip Blundell  <pb@futuretv.com>
9120         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9121         files.
9123 2001-01-15  Ben Elliston  <bje@redhat.com>
9125         * configure.in (host_tools): Add sid.
9126         Always configure cgen.
9128 2000-11-24  Nick Clifton  <nickc@redhat.com>
9130         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
9133 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
9135         * Makefile.in (ALL_MODULES): Add all-cgen.
9136         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9137         (all-cgen): New target.
9138         (all-opcodes,all-sim): Depend on all-cgen.
9139         * configure.in (host_tools): Add cgen.
9140         Only configure cgen if --enable-cgen-maint.
9142 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
9144         * configure.in: Add *-*-freebsd* configurations.
9146 2002-04-08  Tom Tromey  <tromey@redhat.com>
9148         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
9149         Fixes PR libgcj/6068.
9151 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
9153         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
9155 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9157         * configure.in (alpha*-dec-osf*): Enable libgcj.
9159 2003-03-27  Matthew Gingell  <gingell@gnat.com>
9161         * MAINTAINERS (Write After Approval): Add myself.
9163 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
9165         Fix for: PR bootstrap/3591, target/5676
9166         * configure.in (mcore-pe): Disable the configuration of
9167         libstdc++-v3 since exceptions are not supported.
9169 2002-03-20  Anthony Green  <green@redhat.com>
9171         * configure.in: Enable libgcj for xscale-elf target.
9173 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
9175         * MAINTAINERS:  Update my email address.
9177 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
9179         * ltmain.sh (relink_command): Fix typo in previous change.
9181 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
9183         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
9184         (relink_command): Added --tag flags.
9185         (mode=install): If relinking fails; error out.
9187 2002-03-12  Richard Henderson  <rth@redhat.com>
9189         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
9190         .NOTPARALLEL tag.
9191         (do-check): Rename from check.
9192         (check): Allow parallel check.
9194 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
9196         * MAINTAINERS: Add myself as maintainer for xtensa port.
9197         Fix alphabetical order in CPU port maintainer list.
9198         Remove myself from Write After Approval list.
9200 2002-03-11  Richard Henderson  <rth@redhat.com>
9202         * Makefile.in (.NOTPARALLEL): Add fake tag.
9204 2002-03-07  H.J. Lu  (hjl@gnu.org)
9206         * configure.in: Enable gprof for mips*-*-linux*.
9208 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
9210         * MAINTAINERS (Write After Approval): Add myself.
9212 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
9214         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9215         libjava.
9216         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
9218 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
9220         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9221         because its Makefile is there; test for the executable instead.
9223 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
9225         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
9226         libstdc++-v3 and libjava.
9228 2002-02-11  Adam Megacz  <adam@xwt.org>
9230         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
9231         boehm-gc
9233 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
9235         * config.guess: Updated to 2002-01-30's version.
9236         * config.sub: Updated to 2002-02-01's version.
9237         Contribute sh64-elf.
9238         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
9239         * configure.in: Added sh64-*-*.
9241 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
9243         * MAINTAINERS: Belatedly add myself to write after approval list.
9245 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
9247         * MAINTAINERS: Put self in as maintainer for x86-64 port.
9248         Remove self as Write After Approval.
9250 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
9252         * MAINTAINERS: Put self in as maintainer for contrib/regression
9253         directory.
9255 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
9257         * MAINTAINERS:  Update my email address.
9259 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
9261         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
9262         target-libiberty, and target-libgloss.  Skip Java-related
9263         libraries if not supported for NetBSD on target CPU.
9265 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
9267         * install-sh: Use _inst.$$_ for temp file name.
9269 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
9271         * MAINTAINERS (Write After Approval): Move my contact info
9272         from here...
9273         (OS Port Maintainers): ...to here (netbsd).
9275 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
9277         * MAINTAINERS (Write After Approval): Add myself.
9279 2002-01-17  H.J. Lu  <hjl@gnu.org>
9281         * Makefile.in (all-fastjar): Also depend on all-libiberty.
9282         (all-target-fastjar): Also depend on all-target-libiberty.
9284 2002-01-16  H.J. Lu  (hjl@gnu.org)
9286         * config.guess: Import from master sources, rev 1.225.
9287         * config.sub: Import from master sources, rev 1.238.
9289 2002-01-16  Kazu Hirata  <kazu@hxi.com>
9291         * MAINTAINERS (Write After Approval): Remove myself.
9293 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
9295         * MAINTAINERS (Write After Approval): Add myself.
9297 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9299         * MAINTAINERS: Add self as docs co-maintainer.
9301 2001-12-11  Matthias Klose  <doko@debian.org>
9303         * MAINTAINERS (Write After Approval): Add myself.
9305 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
9307         * MAINTAINERS: Update my email address.
9309 2001-12-07  Turly O'Connor  <turly@apple.com>
9310         * MAINTAINERS (Write After Approval): Add myself.
9311         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
9312         (rs6000_initialize_trampoline): Call __trampoline_setup for
9313         ABI_DARWIN too.
9314         * darwin-tramp.asm: New file, implements __trampoline_setup.
9315         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
9317 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
9319         * MAINTAINERS (Write After Approval): Add myself.
9321 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
9323         * configure, configure.in: Use temp file for long sed commands.
9325 2001-12-03  Laurent Guerby  <guerby@acm.org>
9327         * config.sub: Update to version 1.232 on subversion.
9329 2001-12-03  Ben Elliston  <bje@redhat.com>
9331         * MAINTAINERS: Update mail address for config.* patches.
9333 2001-11-27  DJ Delorie  <dj@redhat.com>
9334             Zack Weinberg  <zack@codesourcery.com>
9336         When build != host, create libiberty for the build machine.
9338         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9339         CONFIG_ARGUMENTS.
9340         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9341         New variables.
9342         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9343         and rules.
9344         (all.normal): Depend on ALL_BUILD_MODULES.
9345         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9346         (all-build-libiberty): Depend on configure-build-libiberty.
9348         * configure: Calculate and substitute proper value for
9349         ALL_BUILD_MODULES.
9350         * configure.in: Create the build subdirectory.
9351         Calculate and substitute TARGET_CONFIGARGS (formerly
9352         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9354 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
9356         * MAINTAINERS (write-after-approval): Add self.
9358 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
9360         * MAINTAINERS (GNATS only accounts): Remove self.
9362 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
9364         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
9365         libf2c.
9367 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
9369         * MAINTAINERS (Write After Approval): Add self.
9371 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
9373         * MAINTAINERS: mips and s390 are also CPU ports.
9375 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
9377         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
9379 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
9381         * MAINTAINERS: Alphabetize.
9383 2001-11-09  Kazu Hirata  <kazu@hxi.com>
9385         * MAINTAINERS (Various maintainers: h8 port): Add myself.
9387 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9389         * MAINTAINERS (Various maintainers: hppa port): Added myself.
9391 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
9393         * configure.in (--enable-languages): Be more permissive about
9394         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
9396 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
9398         * config.sub: Import from master sources, rev. 1.230.
9399         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
9401 2001-11-07  Laurent Guerby  <guerby@acm.org>
9403         * MAINTAINERS (Write After Approval): Add self.
9405 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
9407         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9409 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
9411         * config.sub: Import from master sources, rev 1.226.
9412         * config.guess: Import from master sources, rev 1.216.
9414 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
9416         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
9417         * MAINTAINERS: Add self as maintainer of MMIX port.
9418         Remove old after-approval entry.
9420 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
9422         * ChangeLog, configure: Fix spelling errors.
9424 2001-10-20  Brendan Kehoe  <brendan@zen.org>
9426         * MAINTAINERS: Tweak my address.
9428 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
9430         * MAINTAINERS: Update my email address.
9432 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
9434         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
9435         * MAINTAINERS: Add self as maintainer of CRIS port.
9437 2001-10-10  Geert Bosch  <bosch@gnat.com>
9439         * MAINTAINERS (Various maintainers: Ada front end):
9440         Added Robert Dewar.
9442 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
9444         * MAINTAINERS (Write After Approval): Added self
9446 2001-10-02  Geert Bosch  <bosch@gnat.com>
9448         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9450 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9452         * configure: Handle temporary files securely using mkdir.
9454 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
9456         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9458 2001-09-26  Will Cohen  <wcohen@redhat.com>
9460         * configure.in (*-*-linux*): Disable configuration of target-newlib
9461         and target-libgloss.
9463 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
9465         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
9466         RANLIB.
9468 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
9470         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9471         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9472         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9473         avoid quotes nesting problems.
9474         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9475         (DO_X): Export only variables that are set.
9477 2001-09-19  Ben Elliston  <bje@redhat.com>
9479         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9480         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9481         semantics.  Use the shell built-in "type" command instead.
9483 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
9485         Merged from gcc-3_0-branch:
9486         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
9487         * ltcf-c.sh: Use $objext, not $ac_objext.
9488         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
9489         * ltcf-cxx.sh: Add support for GNU.
9490         2001-07-22  Timothy Wall  <twall@redhat.com>
9491         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
9492         default settings if using GNU tools with that configuration.
9493         * ltcf-cxx.sh: Ditto.
9494         * ltcf-gcj.sh: Ditto.
9495         2001-07-21  Michael Chastain  <chastain@redhat.com>
9496         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9497         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
9498         * ltmain.sh: Mark as gcc-local.
9500 2001-08-30  Eric Christopher  <echristo@redhat.com>
9501             Jason Eckhardt  <jle@redhat.com>
9503         * config.guess: Merge from master sources.
9504         * config.sub: Merge from master sources, add support for mipsisa32.
9506 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
9507         * config.sub: Merge from master sources, rev 1.219.
9508         * MAINTAINERS: Add self as contact for stormy16 port.
9510 2001-08-14  Zack Weinberg  <zackw@panix.com>
9512         * config.sub: Merge from master sources, rev 1.218.
9513         * config.guess: Merge from master sources, rev 1.209.
9515 2001-08-11  Graham Stott  <grahams@redhat.com>
9517         * Makefile.in (check-c++): Add missing semicolon.
9519 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
9521         * MAINTAINERS (Various maitainers: predict.def): Added myself.
9523 2001-07-30  Eric Christopher  <echristo@redhat.com>
9525         * MAINTAINERS (Various maintainers: mips port): Added myself.
9527 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
9529         * configure.in (sh-*-linux*): New.
9531 2001-07-27  Richard Henderson  <rth@redhat.com>
9533         * .cvsignore: Add LAST_UPDATED.
9535 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
9537         * MAINTAINERS (Various maintainers: s390 port): Added myself.
9539 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
9541         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
9543 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
9545         * MAINTAINERS (Write After Approval): Added myself.
9547 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9549         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9550         and libgcj on m68hc11/m68hc12.
9552 2001-06-27  H.J. Lu  (hjl@gnu.org)
9554         * Makefile (CFLAGS_FOR_BUILD): New.
9555         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
9557 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9559         * README: Remove version number.
9561 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9563         * INSTALL/README: Update wrt. to the installation instructions now
9564         residing in gcc/doc/install.texi.
9566 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9568         * README: Replace with a cut-down and updated version of gcc/README.
9570 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
9572         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
9573         multilibs to be disabled.
9575 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
9577         * MAINTAINERS (Write After Approval): Add myself.
9579 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
9581         * config.guess: Import CVS version 1.195.
9582         * config.sub: Import CVS version 1.212.
9584 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
9586         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9587         gcc/xgcc is built, use -print-prog-name to find out the program
9588         name to use.
9590 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
9592         * config.guess:  Import CVS version 1.194.  All gcc-local changes
9593         appear to also be in the master copy.
9594         * config.sub:  Import CVS version 1.211.
9596 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
9598         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9599         with_gcc]: Use `gcc -shared' to build a shared library.
9601 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9603         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9604         archives.
9606 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9608         * MAINTAINERS (Write After Approval): Add myself.
9610 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
9612         * configure.in (libstdcxx_flags): Do not try to execute
9613         libstdc++-v3/testsuite_flags until it exists.
9615 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
9617         * MAINTAINERS: Update my email address.
9619 2001-05-31  Graham Stott  <grahams@redhat.com>
9621         * MAINTAINERS (Write After Approval): Add myself.
9623 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
9625         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
9626         libraries when using g++ with native linker.
9628 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
9630         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9632 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
9634         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9635         [aix4*|aix5*]: Prepend blank.
9637 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
9639         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9640         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
9641         of subdir/configure scripts to use the new libtool.m4.
9643 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
9645         * MAINTAINERS (Write After Approval): Add myself.
9647 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
9649         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
9651 2001-05-11  Ben Elliston  <bje@redhat.com>
9653         * Makefile.in (all-sid): New target.
9654         (check-sid, clean-sid, install-sid): Likewise.
9656 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
9658         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
9660 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9662         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9663         libgcj.
9665 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9667         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9668         gcc/xgcc is built, use -print-prog-name to find out the program
9669         name to use.
9671 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
9673         * configure.in (noconfigdirs): Don't reset it from scratch in the
9674         target case; only append to it.
9676         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9677         sparc-*-solaris2.8]: Disable ${libgcj}.
9679 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
9681         * configure.in (libgcj_saved): Copy from $libgcj.
9682         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9683         --disable-libgcj.
9685 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
9687         * MAINTAINERS: Remove self as MIPS maintainer and
9688         C front end maintainer.
9690 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
9692         * configure.in: Move *-chorusos target case to the proper switch.
9693         Disable libgcj.
9695 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9697         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9698         1.641.2.228.
9700 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9702         * Makefile.in (STAGE1_CFLAGS): Pass down.
9704 2001-04-13  Alan Modra  <amodra@one.net.au>
9706         * config.guess: Add hppa64-linux support.  Note for next import that
9707         this is already in the master file.
9708         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
9710 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9712         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9713         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9715 2001-04-11  Stan Shebs  <shebs@apple.com>
9717         * MAINTAINERS: Add self as Darwin port maintainer.
9719 2001-04-11  Alan Modra  <amodra@one.net.au>
9721         * MAINTAINERS: Update my email address.
9723 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
9725         * ltcf-cxx.sh: Support creation of C++ shared libraries on
9726         recent versions of FreeBSD (release 3 or later).
9727         * ltconfig: On FreeBSD, -lc must not be provided when building
9728         a shared library or else the standard -pthread gcc option is
9729         rendered worthless to later users of the built library.
9731 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
9733         * MAINTAINERS: Add self and RTH as C front end maintainers.
9735 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
9737         * config.sub: Make sure to match an already-canonicalized
9738         machine name (eg. mn10300-unknown-elf).
9740 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
9742         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9743         New macros.
9744         (bootstrap, cross): Use RECURSE_FLAGS.
9745         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9747 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
9749         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9751 2001-03-22  Colin Howell  <chowell@redhat.com>
9753         * Makefile.in (DO_X): Do not backslash single-quotes in
9754         backquotes (two places).
9756 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
9758         Re-installed:
9759         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9760         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
9761         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9762         * ltcf-cxx.sh: Likewise.
9763         * ltcf-gcj.sh: Likewise.
9765 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9767         * MAINTAINERS: Add myself as "documentation co-maintainer".
9769 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
9771         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9772         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9774 2001-03-19  Tom Tromey  <tromey@redhat.com>
9776         * config-ml.in: Handle GCJ and GCJFLAGS.
9778 2001-03-21  Michael Chastain  <chastain@redhat.com>
9780         * Makefile.in: all-m4 depends on all-texinfo.
9782 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
9784         * MAINTAINERS: Add myself to write after approval list.
9786 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
9788         * Makefile.in (DO_X): Quote nested quotes.
9790 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
9792         * MAINTAINERS: Add myself to write after approval list.
9794 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
9796         * Makefile.in (DO_X): Use double quotes for quoting
9797         "RANLIB=$${RANLIB}".
9799 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
9801         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
9803 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
9805         * configure.in: Only use `lang_requires' for languages athat are
9806         actually enabled.
9808 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
9810         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
9812 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
9814         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9816 2001-03-07  Tom Tromey  <tromey@redhat.com>
9818         * configure.in: Allow config-lang.in to set `lang_requires' to list
9819         of other required languages.
9821 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
9823         * Makefile.in: Remove RANLIB definition. Use RANLIB
9824         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
9825         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
9827 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
9828             Alexandre Oliva  <aoliva@redhat.com>
9830         * Makefile.in (check-c++): Use tabs, not spaces.
9832 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
9834         * MAINTAINERS: add myself to Write After Approval list.
9836 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
9838         * Makefile.in (check-c++): New rule.
9840         * configure.in (target_libs): Remove libg++.
9841         (noconfigdirs): Remove libg++.
9842         (noconfigdirs): Same.
9843         (noconfigdirs): Same.
9844         (noconfigdirs): Same.
9846         * config-ml.in: Remove libg++ references.
9848         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
9849         (ALL_TARGET_MODULES): Same.
9850         (configure-target-libg++): Remove.
9851         (all-target-libg++): Remove.
9852         (configure-target-libio): Remove.
9853         (all-target-libio): Remove.
9854         (check-target-libio): Remove.
9855         (.PHONY): Remove.
9856         (libg++.tar.bz2): Remove.
9857         (all-target-cygmon): Remove libio.
9858         (all-target-libstdc++): Remove.
9859         (configure-target-libstdc++): Remove.
9860         (TARGET_LIB_PATH): Remove libstdc++.
9861         (ALL_GCC_CXX): Remove libstdc++.
9862         (all-target-gperf): Correct.
9864 2001-02-16  Nick Clifton  <nickc@redhat.com>
9866         * configure.in (noconfigdirs): Allow configuration of texinfo
9867         for Cygwin hosts.
9869 2001-02-15  Anthony Green  <green@redhat.com>
9871         * configure: Introduce GCJ_FOR_TARGET.
9872         * configure.in: Ditto.
9873         * Makefile.in: Ditto.
9875 2001-02-13  Andreas Schwab  <schwab@suse.de>
9877         * MAINTAINERS: Update mail address.
9879 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9881         * config.guess: Add linux target for S/390.
9882         * config.sub: Likewise.
9884 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
9886         * configure.in: for *-chorusos, don't config target-newlib and
9887         target-libgloss.
9889 2001-02-06  Ben Elliston  <bje@redhat.com>
9891         * configure: Output host type to stdout, not stderr.
9893 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
9895         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
9896         * ltcf-cxx.sh: Likewise.
9898         * config.if: Assume enable_libstdcxx_v3 is defined.
9900 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
9902         Remove V2 C++ library.
9903         * configure.in: Remove --enable-libstdcxx_v3 support.
9905 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
9907         * include/demangle.h: Add prototype for java_demangle_v3.
9909 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
9911         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
9913 2001-01-27  Richard Henderson  <rth@redhat.com>
9915         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
9917 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9919         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9920         Don't unset, it's non-portable and no longer necessary, set to empty
9921         instead.
9923 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9925         * ltconfig: Shell portability fix for the tagname validity check.
9927 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
9929         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9930         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9932 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9934         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9936 2001-01-26  Tom Tromey  <tromey@redhat.com>
9938         * configure.in: Allow libgcj to be built on Sparc Solaris.
9940 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
9942         * ltcf-c.sh: Add aix5 case.
9943         * ltcf-cxx.sh: Likewise.
9944         * ltconfig: Likewise.
9946 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
9948         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9949         keep at least one of build_libtool_libs or build_old_libs set to
9950         yes.
9952         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9953         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9955 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
9957         * configure.in: Enable libgcj on several additional platforms.
9959 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
9961         * configure.in: Enable libgcj for linux targets.
9963 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9965         * MAINTAINERS (Write After Approval): Add myself.
9967 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9969         * MAINTAINERS: Add myself as vax port maintainer.
9971 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
9973         * MAINTAINERS: Add myself as Mercury front-end maintainer.
9975 2001-01-09  Mike Stump  <mrs@wrs.com>
9977         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
9978         failures of subdirectories.
9980 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9982         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
9983         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9984         * ltcf-cxx.sh: Likewise.
9985         * ltcf-gcj.sh: Likewise.
9986         * ltconfig.sh: Fix typo.
9988 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9990         * configure: handle DOS-style absolute paths.
9992 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9994         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
9996 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
9998         * MAINTAINERS: Add myself as avr port co-maintainer.
10000 2000-12-28  Ben Elliston  <bje@redhat.com>
10002         * MAINTAINERS: Add myself under ``Write After Approval''.
10004 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
10006         * texinfo: Remove directory from GCC.
10008 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
10010         * COPYING: Update to current
10011         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
10012         to 19yy as example year in copyright notice).
10014 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
10016         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
10017         (libstdcxx_incdir): Pass down.
10018         * config.if: Remove expired bits for cxx_interface, add stub.
10019         (libstdcxx_incdir): Add variable for g++ include directory.
10020         * configure.in (gxx_include_dir): Use it.
10022 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
10024         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
10025         with old-email address from ``Write After Approval''.
10027 2000-12-15  Andreas Jaeger  <aj@suse.de>
10029         * configure.in: Handle lang_dirs.
10031 2000-12-14  Tom Tromey  <tromey@redhat.com>
10033         * MAINTAINERS: Removed brads.
10035         * MAINTAINERS: Added gcj developers.
10037 2000-12-13  Anthony Green  <green@redhat.com>
10039         * configure.in: Disable libgcj for any target not specifically
10040         listed.  Disable libgcj for x86 and Alpha Linux until compatible
10041         with g++ abi.
10043 2000-12-13  Mike Stump  <mrs@wrs.com>
10045         * Makefile.in (local-distclean): Also remove fastjar.
10047 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
10049         * contrib/gcc_update: Add fastjar --touch entries.
10051 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
10053         * configure.in: Disable language-specific target libraries for
10054         languages that aren't enabled.
10056 2000-12-10  Anthony Green  <green@redhat.com>
10058         * configure.in: Define libgcj.  Disable libgcj target libraries for
10059         most targets.
10061 2000-12-10  Neil Booth  <neilb@earthling.net>
10063         * MAINTAINERS: Update mail address, remove from WAA list.
10065 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10067         * libjava: Imported from /cvs/java.
10068         * libffi: Likewise.
10069         * Boehm-gc: Likewise.
10071 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10073         * configure.in (target_libs): Revert 2000-12-08 patch.
10074         (noconfigdirs): Added target-libjava.
10076 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
10078         * djunpack.bat: removed.
10080 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
10082         * Makefile.in: handle DOS-style absolute paths.
10083         * config-ml.in: likewise.
10084         * symlink-tree: likewise.
10086 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10088         * fastjar: Imported.
10090 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10092         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
10093         libjava.
10094         * configure.in (target_libs): Removed `target-libjava'.
10096 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10098         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
10099         (ALL_MODULES): Added fastjar.
10100         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
10101         (all-target-libjava): all-fastjar replaces all-zip.
10102         (all-fastjar): Added.
10103         (configure-target-fastjar, all-target-fastjar): Likewise.
10104         * configure.in (host_tools): Added fastjar.
10106 2000-12-07  Mike Stump  <mrs@wrs.com>
10108         * Makefile.in (local-distclean): Remove leftover built files.
10110 2000-11-24  Nick Clifton  <nickc@redhat.com>
10112         * configure.in (xscale-elf): Add target.
10113         (xscale-coff): Add target.
10115 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
10117         * ltcf-cxx.sh: Support creation of C++ shared libraries on
10118         recent versions of FreeBSD (release 3 or later).
10119         * ltconfig: On FreeBSD, -lc must not be provided when building
10120         a shared library or else the standard -pthread gcc option is
10121         rendered worthless to later users of the built library.
10123 2000-11-16  Fred Fish  <fnf@be.com>
10125         * configure.in (enable_libstdcxx_v3): Fix typo,
10126         libstd++ -> libstdc++.
10128 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10130         * MAINTAINERS: Add self to Write After Approval list.
10132 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
10134         * MAINTAINERS: Update my email address.  Add myself to global write
10135         privs list.
10137 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
10139         * Makefile.in: Merge with src and libgcj.
10140         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
10141         configure-target-<library> when their configure scripts need the C
10142         or C++ library to have already been built to work properly.
10143         (do_proto_toplev): Set them to an empty string.
10145         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
10146         (REALLY_SET_LIB_PATH): Use them.
10148 2000-11-17  Stan Shebs  <shebs@apple.com>
10150         * MAINTAINERS: Add self to Write After Approval list.
10152 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10154         * configure: Provide the original toplevel configure arguments
10155         (including $0) to subprocesses in the environment rather than
10156         through gcc/configargs.h.
10158 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10160         * MAINTAINERS: Remove references to cccp. Change C9X reference to
10161         C99.  Alphabetise "Write After Approval" list.
10163 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
10165         * configure: Turn on libstdc++ V3 by default.
10167         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
10168         if we've got GCC.
10170 2000-11-11  Philip Blundell  <philb@gnu.org>
10172         * MAINTAINERS: Add self to Write After Approval list.
10174 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
10176         * ltcf-c.sh (aix4): Improve shared library configuration; require
10177         exporting symbols.
10178         * ltcf-cxx.sh (aix4): Define.
10179         * ltconfig (aix4): Define library and soname specs appropriate for
10180         AIX.  Define command to create export symbols list.
10182 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
10184         * config.sub: Add support for Sun Chorus
10186 2000-10-31  Nick Clifton  <nickc@redhat.com>
10188         * MAINTAINERS: Rename <name>@cygnus.com addresses to
10189         <name>@redhat.com.  Also installed new email address for Clint
10190         Popetz.
10192 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
10194         * etc: Remove directory from GCC.
10196 2000-10-16  Michael Meissner  <meissner@redhat.com>
10198         * configure (gcc/configargs.h): Only create if there is a build GCC
10199         directory created.
10201 2000-10-16  Matthias Klose  <doko@debian.org>
10203         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
10204         when configured for libstdc++-v3.
10206 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
10208         * configure: Save configure arguments to gcc/configargs.h.
10210 2000-10-04  Philipp Thomas  <pthomas@suse.de>
10212         * config.guess: Import CVS version 1.157.
10213         * config.sub: Import CVS version 1.181.
10215 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
10217         * Makefile.in (bootstrap): avoid recursion if subdir missing
10218         (cross): ditto
10219         (do-proto-toplev): ditto
10221 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
10223         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
10224         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
10226         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
10227         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
10228         all affected `configure' scripts.
10230 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
10232         * MAINTAINERS: Add self as cpplib co-maintainer.
10234 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
10236         * MAINTAINERS: Add self to Write After Approval list.
10238 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10240         * INSTALL/README: egcs -> GCC update.
10242 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
10244         * MAINTAINERS: Add myself to Write After Approval list.
10246 2000-09-15  Kazu Hirata  <kazu@hxi.com>
10248         * MAINTAINERS: Add myself to Write After Approval list.
10250 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
10252         * configure.in: Do not build byacc for hppa64.  Provide paths to the
10253         X11 libraries for hppa64.
10255 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10257         * MAINTAINERS: Add myself as 68hc11 port maintainer.
10259 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
10261         * Makefile.in (all-zlib): Added dummy target.
10263         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10264         ltcf-gcj.sh: Updated from libtool multi-language branch.
10266 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
10268         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
10269         (bootstrap*): Depend on all-bootstrap.
10271 2000-09-05  Philipp Thomas  <pthomas@suse.de>
10273         * config.guess: Import CVS version 1.156.
10274         * config.sub: Import CVS version 1.179.
10276 2000-09-02  Anthony Green  <green@cygnus.com>
10278         * Makefile.in (all-gcc): Depend on all-zlib.
10279         (CLEAN_MODULES): Add clean-zlib.
10280         (ALL_MODULES): Add all-zlib.
10281         * configure.in (host_libs): Add zlib.
10283 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
10285         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
10286         crosses, but add gcc/include to the header search path for them.
10288 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
10290         * MAINTAINERS: Add self to Write After Approval list.
10292 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10294         * config.guess: Import CVS version 1.152.
10295         * config.sub: Import CVS version 1.177.
10297 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
10299         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
10300         $targargs to tell whether newlib is going to be built.
10302         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
10303         $$r/TARGET_SUBDIR/libio for _G_config.h.
10305 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
10307         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
10309 2000-08-22  DJ Delorie  <dj@redhat.com>
10311         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
10313 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
10315         * config-ml.in (CC, CXX): Avoid trailing whitespace.
10316         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
10317         sub-configures.
10319 2000-08-21  DJ Delorie  <dj@redhat.com>
10321         * MAINTAINERS: Add self as a libiberty maintainer
10323 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
10325         * configure.in (libstdcxx_flags): Use
10326         libstdc++-v3/src/libstdc++.INC.
10328 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
10330         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
10332 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
10334         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
10336         * configure: Make enable_threads and enable_shared defaults
10337         explicit.  Substitute enable_threads into generated Makefiles.
10338         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
10339         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
10341 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
10343         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
10345 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
10347         * config-ml.in (CC): Remove bogus duplicate quotation mark from
10348         previous delta.
10350 2000-08-11  Jason Merrill  <jason@redhat.com>
10352         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
10353         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
10354         (FLAGS_FOR_TARGET): Not here.
10355         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
10357 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
10359         * config-ml.in (CC, CXX): Don't introduce a leading space.
10361 2000-08-07  DJ Delorie  <dj@delorie.com>
10363         * MAINTAINERS: Add self as a DJGPP maintainer
10365 2000-08-07  DJ Delorie  <dj@redhat.com>
10367         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
10368         "if we're also building gcc, and it's a gcc that will run on the
10369         build machine, we want to use its includes instead of the system's
10370         default includes".
10372 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10374         * MAINTAINERS: Add self to Write After Approval list.
10376 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
10378         * configure.in (libstdcxx_flags): Don't use `"'.
10380         * config-ml.in: Adjust multilib search paths to the
10381         appropriate multilib tree.
10383 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
10385         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
10386         commas in $LANGUAGES.
10388 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
10390         * configure.in: Re-enable all references to libg++ and librx.
10392 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
10394         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
10395         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
10396         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
10397         * ltcf-cxx.sh (need_lc): Set based on postdeps.
10399         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
10401 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
10403         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
10404         CXX_FOR_TARGET for sed.
10406 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
10408         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
10409         Do not override if already set in the environment or in configure.
10410         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
10411         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
10413 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
10415         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
10416         the libtool CVS tree multi-language branch.
10417         * ltconfig, ltmain.sh: Updated.
10419 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
10421         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
10422         (clean-target): Depend on it.
10424         * Makefile.in (FLAGS_FOR_TARGET): New macro.
10425         (GCC_FOR_TARGET): Use it.
10426         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
10427         * configure.in: ... here.
10428         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
10429         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
10431 2000-07-24  Eric Christopher  <echristo@cygnus.com>
10433         * MAINTAINERS: Add self to Write After Approval list.
10435 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
10437         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
10438         (configure-target-libchill, configure-target-libobjc): Likewise.
10440         * configure.in: Use the same cache file for all target libs.
10441         * config-ml.in: But different cache files per multilib variant.
10443 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10445         * configure (topsrcdir): Don't use dirname.
10447 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
10449         * MAINTAINERS: Add self to Write After Approval list.
10451 2000-07-20  Jason Merrill  <jason@redhat.com>
10453         * configure.in: Remove all references to libg++ and librx.
10455         * configure, configure.in, Makefile.in: Unify gcc and binutils.
10457 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
10459         * config.sub: Update to subversions version 2000-07-06.
10461 2000-07-12  Andrew Haley  <aph@cygnus.com>
10463         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
10464         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
10466 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
10468         * symlink-tree:  Check number of arguments.
10470 2000-07-05  Jim Wilson  <wilson@cygnus.com>
10472         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
10473         search path for a g++ extracted from the build tree.  This
10474         will allow link tests run by configure scripts in
10475         subdirectories to succeed.
10477 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
10479         * ltconfig: Add support for mips-dde-sysv4.2MP
10481 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10483         * MAINTAINERS: Add myself as loop discovery maintainer.
10485 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
10487         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
10488         `os2'. Force ac_cv_exeext to be ".exe" in that case.
10490 2000-06-19  Timothy Wall  <twall@cygnus.com>
10492         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
10493         * config.sub: Add tic54x target.
10495 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10497         * MAINTAINERS: Add self as Fortran maintainer,
10498         remove Craig Burley.
10500 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10502         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
10503         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
10505 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
10507         * MAINTAINERS: Add self as i18n maintainer
10509 20000-05-21  H.J. Lu  (hjl@gnu.org)
10511         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
10512         directory are used if they exist. Make sure
10513         $(build_tooldir)/include is searched for header files,
10514         $(build_tooldir)/lib/ for library files.
10515         (GCC_FOR_TARGET): Likewise.
10516         (CXX_FOR_TARGET): Likewise.
10518 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
10520         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
10522 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
10524         * Makefile.in (configure-target-libiberty): Depend on
10525         configure-target-newlib.
10527 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
10529         * configure.in, Makefile.in: Merge all libffi-related
10530         configury stuff from the libgcj tree.
10532 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10534         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10535         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
10537 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10539         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10540         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
10541         current version information.  Add to proto-toplev directory.
10542         (gdb-taz): Build do-djunpack.
10544 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
10546         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
10548 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10550         * MAINTAINERS: Add self to Write After Approval list.
10552 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10554         * ltmain.sh: Preserve in relink_command any environment
10555         variables that may affect the linker behavior.
10557 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
10559         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
10561 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
10563         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
10565 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
10567         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
10568         with the version name.
10570 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
10572         * MAINTAINERS: Add self as bb-reorder maintainer.
10574 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
10576         * config.if: Tweak.
10578 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
10580         * djunpack.bat: New file.
10582 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10584         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
10585         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
10586         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
10587         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
10589 2000-04-16  Dave Pitts  <dpitts@cozx.com>
10591         * config.sub (case $basic_machine): Change default for "ibm-*"
10592         to "openedition".
10594 2000-04-13  Andreas Jaeger  <aj@suse.de>
10596         * MAINTAINERS: Added myself.
10598 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10600         * Makefile.in (gdb-taz): New target.  GDB specific archive.
10601         (do-md5sum): New target.
10602         (MD5PROG): Define.
10603         (PACKAGE): Default to TOOL.
10604         (VER): Default to a shell script.
10605         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
10606         md5 checksum generation.
10607         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
10608         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
10609         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
10610         insight.tar.bz2): Use gdb-taz to create archive.
10612 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10614         * configure (warn_cflags): Delete.
10616 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
10618         * MAINTAINERS: Added myself.
10620 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
10621             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
10623         * configure.in (enable_libstdcxx_v3): Add.
10624         (target_libs): Add bits here to switch between libstdc++-v2 and
10625         libstdc++-v3.
10626         * config.if: And this file too.
10627         * Makefile.in: Add libstdc++-v3 targets.
10629 2000-04-05  Michael Meissner  <meissner@redhat.com>
10631         * config.sub (d30v): Add d30v as a basic machine type.
10633 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
10635         * configure.in: -linux-gnu*, not -linux-gnu.
10637 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10639         * MAINTAINERS: Add self in write-after-approval section.
10641 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
10643         * MAINTAINERS: Add self as ia64 port maintainer.
10645 2000-03-08  Neil Booth  <NeilB@earthling.net>
10647         * MAINTAINERS: Add self in write-after-approval section.
10649 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10651         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
10652         (do-tar-bz2): Replace TOOL with PACKAGE.
10653         (gdb.tar.bz2): Remove GDBTK from GDB package.
10654         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
10655         dejagnu.tar.bz2): New packages.
10657 2000-02-27  Andreas Jaeger  <aj@suse.de>
10659         * configure.in: Add entry for mips*-*-linux*, move catch all
10660         *-*-*linux* entry below this one.
10662 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
10664         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
10666 2000-02-24  Nick Clifton  <nickc@cygnus.com>
10668         * config.sub: Support an OS of "wince".
10670 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10672         * config.guess, config.sub: Updated to match config's 2000-02-15
10673         version.
10675 2000-02-23  Linas Vepstas  <linas@linas.org>
10677         * config.sub: Add support for Linux/IBM 370.
10678         * configure.in: Likewise.
10680 2000-02-22  Nick Clifton  <nickc@cygnus.com>
10682         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
10684 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
10686         * config.guess: Guess "cygwin" rather than "cygwin32".
10688 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10690         * configure (gcc_version): When setting, narrow search to
10691         lines containing `version_string'.
10693 2000-02-15  Denis Chertykov  <denisc@overta.ru>
10695         * config.sub: Add support for avr target.
10697 2000-02-14  Nick Clifton  <nickc@cygnus.com>
10699         * MAINTAINERS: Add maintainers for MCore port.
10701 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
10703         * config.sub: Add mmix-knuth-mmixware.
10705 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10707         * MAINTAINERS: Pair cccp with cpplib maintainership.
10709 2000-01-27  Christopher Faylor  <cgf@redhat.com>
10711         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
10712         structure stuff to -L library search.
10713         (CXX_FOR_TARGET): Ditto.
10714         (CROSS_CHECK_MODULES): Fix spelling mistake.
10716 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
10718         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
10719         the C++ compiler.
10721 2000-01-12  Richard Henderson  <rth@cygnus.com>
10723         * configure.in: Don't build some bits for beos.
10725 2000-01-12  Joel Sherrill (joel@OARcorp.com)
10727         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
10728         as include files.
10730 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
10732         * Add self as cpplib maintainer, as requested by Jason
10733         Merrill.  Correct my e-mail address.
10735 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
10737         * configure.in: Use mt-aix43 to handle *_TARGET defs,
10738         not mh-aix43.
10740 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
10742         * MAINTAINERS: Add myself to "write after approval" list.
10744 1999-12-14  Richard Henderson  <rth@cygnus.com>
10746         * config.guess (alpha-osf, alpha-linux): Detect ev67.
10747         * config.sub: Accept alphaev[78], alphaev8.
10749 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10751         * config.guess, config.sub: Update from autoconf.
10753 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
10755         * MAINTAINERS:  update my playtime e-address.
10757 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10759         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
10760         necessary libraries are missing.
10762 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
10764         * MAINTAINERS: Add new 'write after approval' maintainer.
10766 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10768         * MAINTAINERS: Add new Java maintainer.
10770 1999-10-25  Andreas Schwab  <schwab@suse.de>
10772         * configure: Fix quoting inside arguments of eval.
10774 1999-10-21  Nick Clifton  <nickc@cygnus.com>
10776         * config-ml.in: Allow suppression of some ARM multilibs.
10778 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
10780         * config.guess: Add OS/390 match pattern.
10781         * config.sub: Add mvs, openedition targets.
10782         * configure.in (i370-ibm-opened*): New.
10784 1999-09-04  Steve Chamberlain  <sac@pobox.com>
10786         * config.sub: Add support for configuring for pj.
10788 1999-08-31  Nick Clifton  <nickc@cygnus.com>
10790         * config.sub (maybe_os): Add support for configuring for fr30.
10792 1999-08-25  Nick Clifton  <nickc@cygnus.com>
10794         * configure.in: Do not configure or build ld for AIX
10795         platforms.  ld is known to be broken on these platforms.
10797 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10799         * config-ml.in: Pass compiler flag corresponding to multidirs to
10800         subdir configures.
10802 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
10804         * Makefile.in (LDFLAGS): Define.
10806 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
10808         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
10809         noconfigdirs.
10810         (*-*-cygwin*): Likewise.
10812 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
10814         * mkdep: New file.
10815         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
10816         (BINUTILS_SUPPORT_DIRS): Add mkdep.
10818         From Eli Zaretskii <eliz@is.elta.co.il>:
10819         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
10820         long file name when using DJGPP on MS-DOS.
10822 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
10824         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
10826 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
10828         * Makefile.in (check-target-libio): Remove all-target-libstdc++
10829         dependency as this causes "make check" to globally "make all"
10831 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
10833         * configure.in (target_libs): Added target-zlib.
10834         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
10835         (CONFIGURE_TARGET_MODULES): Likewise.
10836         (CHECK_TARGET_MODULES): Likewise.
10837         (INSTALL_TARGET_MODULES): Likewise.
10838         (CLEAN_TARGET_MODULES): Likewise.
10839         (configure-target-zlib): New target.
10840         (all-target-zlib): Likewise.
10841         (all-target-libjava): Depend on all-target-zlib.
10842         (configure-target-libjava): Depend on configure-target-zlib.
10844         * Makefile.in (configure-target-libjava): Depend on
10845         configure-target-newlib.
10846         (configure-target-boehm-gc): New target.
10847         (configure-target-qthreads): New target.
10849         * configure.in (target_libs): Added target-qthreads.
10850         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
10851         (CONFIGURE_TARGET_MODULES): Likewise.
10852         (CHECK_TARGET_MODULES): Likewise.
10853         (INSTALL_TARGET_MODULES): Likewise.
10854         (CLEAN_TARGET_MODULES): Likewise.
10855         (all-target-qthreads): New target.
10856         (configure-target-libjava): Depend on configure-target-qthreads.
10857         (all-target-libjava): Depend on all-target-qthreads.
10859         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
10860         (CONFIGURE_TARGET_MODULES): Likewise.
10861         (CHECK_TARGET_MODULES): Likewise.
10862         (INSTALL_TARGET_MODULES): Likewise.
10863         (CLEAN_TARGET_MODULES): Likewise.
10864         (all-target-libjava): New target.
10865         (all-target-boehm-gc): Likewise.
10866         * configure.in (target_libs): Added libjava, boehm-gc.
10868 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
10870         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
10871         configure.bat in SUPPORT_FILES.
10872         (gas+binutils.tar.bz2): Likewise.
10874         * makeall.bat: Remove; obsolete.
10876 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
10878         From Mark Elbrecht:
10879         * configure.bat: Remove; obsolete.
10881 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
10883         * configure: Add -W -Wall to the default CFLAGS when compiling with
10884         gcc.
10886 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
10888         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
10890 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
10892         * configure.in: Build ld on IRIX6.
10894 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
10896         * Makefile.in: Change distribution targets to use bzip2 instead of
10897         gzip.
10898         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
10899         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
10901 1999-06-04  Nick Clifton  <nickc@cygnus.com>
10903         * config.sub: Add mcore target.
10905 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
10907         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
10909 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
10911         * config.guess (dummy): Changed to $dummy.
10913 1999-05-24  Nick Clifton  <nickc@cygnus.com>
10915         * config.sub: Tidied up case statements.
10917 1999-05-22  Ben Elliston  <bje@cygnus.com>
10919         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
10920         <jiro@din.or.jp>.
10922         * config.guess: Merge with FSF version. Future changes will be
10923         more accurately recorded in this ChangeLog.
10924         * config.sub: Likewise.
10926 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
10928          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
10930 1999-04-30  Tom Tromey  <tromey@cygnus.com>
10932         * ltmain.sh: [mode link] Always use CC given by ltconfig.
10934 1999-04-23  Tom Tromey  <tromey@cygnus.com>
10936         * ltconfig, ltmain.sh: Update to libtool 1.2f.
10938 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
10940         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
10941         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
10942         Bad merge removed these two changes.
10944 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
10945                           Martin Heller (Ing.-Buero_Heller@t-online.de)
10947         * config.guess (interix Alpha): Add.
10949 1999-04-11  Richard Henderson  <rth@cygnus.com>
10951         * configure.in (i?86-*-beos*): Do config gperf; don't config
10952         gdb, newlib, or libgloss.
10954 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
10956         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
10957         link a trivial program with -mabi=64.  If it fails, remove mabi=64
10958         from multidirs.
10960 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
10962         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
10964 1999-04-08  Nick Clifton  <nickc@cygnus.com>
10966         * config.sub: Add support for mcore targets.
10968 1999-04-07  Michael Meissner  <meissner@cygnus.com>
10970         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
10971         not mt-ospace, in order to shut up assembler warning about using
10972         symbols that are named the same as registers.
10974 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
10976         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
10977         dependency list for all-target-cygmon.
10979 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
10981         * config-ml.in: Check $host, not $target, for selective multilibs.
10982         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
10983         thumb interworking, and underscore prefix multilibs.
10985 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
10987         * missing: Update to version from current automake.
10989 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
10991         * configure (gxx_include_dir): Removed.
10993         * configure.in (gxx_include_dir): Handle it.
10994         * Makefile.in: Likewise.
10996 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
10998         * config.sub (mips64vr4111,mips64vr4111el) Add.
11000 1999-03-21  Ben Elliston  <bje@cygnus.com>
11002         * config.guess: Correct typo for detecting ELF on FreeBSD.
11004 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
11006         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
11007         config/mh-djgpp.
11009 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
11011         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
11012         all-target-newlib to dependency list for all-target-bsp.
11014 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11016         * config.sub: Add i386-uwin support.
11017         * config.guess: Likewise.
11019 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11021         * configure.in: cleanup, add mh-*pic handling for arm, special
11022         case powerpc*-*-aix*
11024 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
11026         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
11027         can be built.
11029 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
11031         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
11032         targets.
11034 1999-03-02  Nick Clifton  <nickc@cygnus.com>
11036         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
11038 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
11040         * config.sub: Check for "cygwin*" rather than "cygwin32*"
11042 1999-02-24  Nick Clifton  <nickc@cygnus.com>
11044         * config.sub: Fix typo in arm recognition.
11046 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
11048         * configure.in (noconfigdirs): Changed target_configdirs to
11049         include target-bsp only for m68k-*-elf* and m68k-*-coff*
11050         rather than m68k-*-* since it is not known to work on
11051         m68k-aout. Ditto for arm-*-*oabi.
11053 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
11055         * configure.in (*-*-windows*): Remove, no longer used.
11057 1999-02-19  Ben Elliston <bje@cygnus.com>
11059         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
11060         Smart and improved by Andrew Cagney.
11062 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
11064         * config.guess: Recognize openbsd-*-hppa.
11066 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
11068         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
11069         only if it is not empty.
11071 1999-02-17  Nick Clifton  <nickc@cygnus.com>
11073         Patch from: Scott Bambrough <scottb@corelcomputer.com>
11075         * config.guess: Modified to recognize uname's armv* syntax.
11077         * config.sub: Modified to recognize uname's armv* syntax.
11079 1999-02-17  Mark Salter  <msalter@cygnus.com>
11081         * configure.in: Added target-bsp for sparclite.
11083 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
11085         * config.sub: Recognize alphapca5[67] and up to alphaev8.
11087 1999-02-08  Nick Clifton  <nickc@cygnus.com>
11089         * configure.in: Add support for strongarm port.
11090         * config.sub: Add support for strongarm target.
11092 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11094         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
11095         the old name config/mh-cygwin32.
11096         Enable texinfo.
11098 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
11100         * configure.in: Do build ld for ix86 Solaris.
11102 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
11104         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
11105         $AR_FOR_TARGET.  Likewise for RANLIB.
11107 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
11109         * config.sub (oabi):  Recognize.
11110         * configure.in (arm-*-oabi):  Handle.
11112 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
11114         * config.guess: Improve detection of i686 on UnixWare 7.
11116 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11118         * config.guess: Add support for i386-pc-interix.
11119         * config.sub: Likewise.
11120         * configure.in: Likewise.
11122 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
11124         * Makefile.in: Remove unneeded all-target-libio from
11125         from all-target-winsup target since it is now unneeded.
11126         Add all-target-libtermcap in its place since it is now
11127         needed.
11129 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
11131         * configure.in: makefile stub for cygwin target is probably
11132         unnecessary.  Remove it for now.
11134 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
11136         * configure.in: libtermcap.a should be built when cygwin is the
11137         target as well as the host.
11138         * config.guess: Allow mixed case in cygwin uname output.
11139         * Makefile.in: Add libtermcap target.
11141 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
11143         * config.sub: Clean up handling of hppa2.0.
11145 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
11147         * config.guess: Use C code to identify more HP machines.
11149 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
11151         * config.sub: Handle hppa2.0.
11153 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
11155         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
11156         cygmon for all sparclite targets, regardless of object format.
11158 1998-12-15  Mark Salter  <msalter@cygnus.com>
11160         * configure.in: Added target-bsp for several target architectures.
11162         * Makefile.in: Added rules for bsp.
11164 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
11166         * config.guess: Improve detection of hppa2.0 processors.
11168 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
11170         * config.guess: Recognize FreeBSD using ELF automatically.
11172 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
11174         * configure (skip-this-dir): Add handling for new shell script, which
11175         might be created by a sub-directory's configure to indicate, this particular
11176         directory is "unwanted".
11177         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
11179 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
11181         * ltconfig: import from libtool, after changing libtool to
11182         account for the cygwin name change.
11184 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
11186         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
11187         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
11189 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
11191         * configure.in: Add libtermcap to list of cygwin dependencies.
11193 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
11195         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
11196         they include winsup/include when it's a cygwin target.
11198 1998-11-12  Tom Tromey  <tromey@cygnus.com>
11200         * configure.in (host_tools): Added zip.
11201         * Makefile.in (all-target-libjava): Depend on all-zip.
11202         (all-zip): New target.
11203         (ALL_MODULES): Added all-zip.
11204         (NATIVE_CHECK_MODULES): Added check-zip.
11205         (INSTALL_MODULES): Added install-zip.
11206         (CLEAN_MODULES): Added clean-zip.
11208 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
11210         * Makefile.in: lose "32" from comment about cygwin.
11212 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
11214         * configure.in: Use -Os to build target libraries for the fr30.
11216 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
11218         * config.sub: Add fr30.
11220 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
11222         * configure.in: drop "32" from config/mh-cygwin32.  Check
11223         cygwin* instead of cygwin32*.
11224         * config.sub: Check cygwin* instead of cygwin32*.
11226 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
11228         * config.guess: Match any version of Unixware7.
11230 1998-10-20  Syd Polk  <spolk@cygnus.com>
11232         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
11233         if desired.
11235 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
11237         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
11238         these if the appropriate directories and files to not exist.
11240 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
11242         * Makefile.in (DEVO_SUPPORT): Add config.if.
11244 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11246         * configure: Add pattern to replace "build_tooldir"'s
11247         definition in the generated Makefile with "tooldir"'s
11248         actual value.
11250 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
11252         * config.sub: Bring back lost sparcv9.
11254         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
11256 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
11258         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
11259         CC_FOR_TARGET and friends.
11261 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
11263         * Makefile.in (build_tooldir): New variable, same as tooldir.
11264         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
11265         -B$(build_tooldir)/bin/.
11266         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
11268 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11270         * README: Remove installation instructions and refer to the
11271         INSTALL directory instead.
11273 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
11275         * config.sub: Add support for i[34567]86-pc-udk.
11276         * configure.in: Likewise.
11278 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
11280         * Makefile.in: add bzip2 package building bits for user
11281         tools module
11282         * configure.in: ditto
11284 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
11286         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
11287         (ALL_TARGET_MODULES): Add all-target-libobjc.
11288         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11289         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11290         (all-target-libchill): Add dependencies.
11291         * configure.in (target_libs): Add libchill.
11293 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
11295         * configure.in (target_subdir): Remove duplicate line.
11297 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
11299         * Makefile.in (all-automake): fix dependencies.
11301 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
11303         * configure.in: Minor cleanups for building in the $(target_alias)
11304         subdir.
11306 1998-09-22  Jim Wilson  <wilson@cygnus.com>
11308         * Makefile.in (bootstrap): Set r and s before make all.  Use
11309         BASE_FLAGS_TO_PASS in make all.
11310         (cross): Likewise.
11312 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
11314         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
11316 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
11318         * config.sub: Fix typo in last change.
11320 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11322         * config.sub: Add support for C4x target.
11323         * configure.in: Likewise.
11325 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
11327         * config.sub: Recognize sparcv9 just like sparc64.
11329 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
11331         * config.guess: Match "Pent II" or "PentII" for OpenServer.
11333 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
11335         * config.guess: Correctly identify Pentium II sco boxes.
11337         * config.guess: Fix "tr" code.  From Weiwen Liu.
11339 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
11341         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
11342         stabs.
11344 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
11346         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
11347         (ALL_TARGET_MODULES): Add all-target-libchill.
11348         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11349         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11350         (all-target-libchill): Add dependencies.
11351         * configure.in (target_libs): Add libchill.
11353 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
11355         * config.guess: Avoid assumptions about "tr" behaves when
11356         LANG is set to something other than English.
11358 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
11360         * configure (gxx_include_dir): Changed to
11361         '${prefix}/include/g++'-${libstdcxx_interface}.
11363         * config.if: New to determine the interfaces.
11365 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
11367         * config.guess: Detect and handle MPE/IX.
11368         * config.sub: Deal with MPE/IX.
11370 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
11372         * configure.in: Use mh-aix43.
11374 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
11376         * configure: Fix --without/--disable cases for gxx-include-dir.
11378 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
11380         * mdata-sh:  Imported.  Needed for automake support.
11382 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
11384         * Makefile.in (taz): Try "chmod -R og=u ." before
11385         "chmod og=u `find . -print`".
11387 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
11389         * configure.in: Add arm-elf and thumb-elf support.
11391 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
11393         * Makefile.in: Undo previous patch.
11395 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
11397         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
11398         to here ...
11399         (install-no-fixedincludes): and here
11400         (INSTALL_MODULES): ... from here.
11402 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11404         * config.sub: Merge with FSF.
11406         * config.guess: Merge with FSF.
11408 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
11410         * configure (extraconfigdirs): New variable.
11411         (SUBDIRS): Add extraconfigdirs and recurse on them too.
11412         * Makefile.in (all): Move higher in file.
11413         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
11414         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
11415         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
11416         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
11417         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
11419 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
11421         * Makefile.in (all-target-libjava): Depend on all-gcc and
11422         all-target-newlib.
11423         (configure-target-libjava): Depend on $(ALL_GCC).
11425 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
11427         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
11428         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
11430 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
11432         * INSTALL/README: Fix typo.
11434 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11436         * ylwrap: Change absolute path checks to check for DOS style path
11437         names.
11439         * ylwrap: Don't use a full path name if the source file is in the
11440         same directory.  From hjl@lucon.org (H.J. Lu).
11442         * config-ml.in: Default to being verbose, to match Feb 18 change to
11443         configure.
11445 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
11447         Brought over from egcs:
11449         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
11451         * configure.in (target_subdir): Set to ${target_alias} instead
11452         of "libraries".
11454         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11456         * configure.in (target_subdir): Set to libraries if enable_multilib.
11458 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
11460         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
11461         multilibs, force reconfiguration the first time we create
11462         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
11464 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
11466         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
11467         avoid confusion with --no-recursion.
11469 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
11471         * configure.in: Win32 hosts shouldn't use install -x
11472         * install-sh: remove -x option, and special .exe-handling
11473         hack.
11475 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
11477         * config.guess: Recognize i586-pc-beos.
11478         * configure.in: Don't build some bits for beos.
11480 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11482         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
11483         CFLAGS default to -O2.
11485         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
11486         when using GNU ld.
11488 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
11490         * ltmain.sh: Correct install when using a different shell.
11492 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11494         * ltconfig, ltmain.sh: Update to libtool 1.2b.
11496 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
11498         * makefile.vms: Update to build binutils/makefile.vms.  Add install
11499         target.
11501 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
11503         * ltconfig: Update to correct AIX handling.
11505 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
11507         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
11509         * configure.in (target_subdir): Set to ${target_alias} instead
11510         of "libraries".
11512 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
11514         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
11515         (Makefile): Depend on $(gcc_version_trigger).
11517         * configure (gcc_version): Change default initializer to empty
11518         string.
11519         (gcc_version_trigger): New variable; pass this variable down
11520         to subdir configures to enable them checking gcc's version
11521         themselves. Emit make macros for both gcc_version vars.
11522         (topsrcdir): Initialize reliably.
11523         (recursion line): Remove --with-gcc-version=${gcc_version}.
11525 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11527         * configure (enable_version_specific_runtime_libs): Implement new flag
11528         --enable-version-specific-runtime-libs which installs C++ runtime stuff
11529         in $(libsubdir); emit definition in each generated Makefile.
11530         (gxx_include_dir): Initialize depending on
11531         $enable_version_specific_runtime_libs.
11533 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11535         * configure (gcc_version): Initialize properly depending on
11536         how and where configure is started.
11537         (recursion line): Pass a --with-gcc-version=${gcc_version}
11538         to configures in subdirs.
11540 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
11542         * configure.in (noconfigdirs): Add configure pattern for mips tx39
11543         cygmon
11545 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
11547         * configure.in: Add cygmon and libstub support for mn10200.
11549 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
11551         * configure (gcc_version): Add new variable describing the
11552         particular gcc version we're building.
11553         * Makefile.in (libsubdir): Add new macro for the directory
11554         in which the compiler finds executables, libraries, etc.
11555         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
11556         and libsubdir.
11558 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11560         * Makefile.in (local-clean): Remove *.log.
11561         (warning.log): Built with warn_summary from build.log.
11562         (mail-report.log): Run test_summary.
11563         (mail-report-with-warnings.log): Run test_summary including
11564         warning.log in the report.
11566 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
11568         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
11570 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11572         * Makefile.in (grep): Grep no longer depends on libiberty.
11574 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
11576         * Makefile.in: all-snavigator needs all-libgui.
11578 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
11580         * configure.in: Add cygmon and libstub support for mn10300.
11582 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
11584         * missing: Update to version from automake 1.3.
11586         * ltmain.sh: On installation, don't get confused if the same name
11587         appears more than once in the list of library names.
11589 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11591         * config.sub: Accept m68060 and m5200 as CPU names.
11593 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
11595         * configure: Use && rather than using -a in test, because odd
11596         strings can confuse test.
11597         * configure.in: Likewise.
11599 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11601         * ltconfig, ltmain.sh: Bring in Visual C++ support.
11603 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11605         * Makefile.in (boostrap2-lean, bootstrap3-lean,
11606         bootstrap4-lean): New targets.
11608 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
11610         * mpw-* Delete.  Not used.
11612 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
11614         * COPYING.LIB: Update FSF address.
11616 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
11618         * ltconfig, ltmain.sh: Update to libtool 1.2a.
11620         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
11621         GAS_SUPPORT_DIRS.
11623 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
11625         * ltconfig, ltmain.sh: Avoid producing a version number if
11626         -version-info was not used.
11628 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11630         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
11631         building with newlib.
11633 1998-04-30  Paul Eggert  <eggert@twinsun.com>
11635         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
11636         Solaris `make' causes it to continue to next definition.
11638 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11640         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
11641         the right GUI libraries and files are installed along with GDB.
11643 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11645         * configure.in: Change alpha to alpha* in several places.
11647 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
11649         * config.sub: Recognize sparc86x.
11651 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
11653         * configure.in (--enable-target-optspace): Remove debug echo.
11655 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
11657         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
11659 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11661         * ltconfig: Update cygwin32 support.
11663         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
11664         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
11665         (GDB_SUPPORT_DIRS): Likewise.
11667 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
11669         * configure.in (target_makefile_frag): If --enable-target-optspace,
11670         use -Os to compile target libraries rather than -O2.  Default to
11671         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
11672         not used.
11673         * configure.in (target_cflags): Ditto for d30v.
11675 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
11677         * Makefile.in (all-bfd): Depend on all-intl.
11678         (all-binutils): Likewise.
11679         (all-gas): Likewise.
11680         (all-gprof): Likewise.
11681         (all-ld): Likewise.
11683 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
11685         * configure.in (host_tools): Fix typo, lbtool -> libtool.
11687 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11689         * Makefile.in (all-bfd): Depend upon all-libiberty.
11691         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
11693 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
11695         * Makefile.in: Add libstub.
11697         * configure.in: Ditto. Build libstub for targets that have cygmon
11698         support.
11700 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
11702         * configure.in: Don't set PICFLAG on ix86-cygwin32.
11704 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
11706         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
11707         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
11709 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
11711         * configure: Define DEFAULT_M4 by searching PATH.
11712         * Makfile.in: Use DEFAULT_M4.
11714 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11716         * ltconfig: Add cygwin32 support.
11718         * Makefile.in, configure.in: Add libtool as a native only directory
11719         to configure and build.
11721 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
11723         * Makefile.in (INSTALL_MODULES): Remove texinfo.
11725 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
11727         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
11729 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
11731         * Makefile.in: add ash make rules
11732         * configure.in: add ash to native_only and host_tools lists
11734 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
11736         * Makefile.in (all-gettext, all-intl): New targets.
11737         (ALL_MODULES): Added all-gettext, all-intl.
11738         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
11739         (INSTALL_MODULES): Added install-gettext, install-intl.
11740         (CLEAN_MODULES): Added clean-gettext, clean-intl.
11742         * configure.in (host_tools): Added gettext.
11743         (native_only): Likewise.
11744         (noconfigdirs) [various cases]: Likewise.
11745         (host_libs): Added intl.
11747 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
11749         * configure: Do not disable building gdbtk for cygwin32 hosts.
11751 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
11753         * configure.in: Add thumb-coff target.
11754         * config.sub: Add thumb-coff target.
11756 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11758         * Makefile.in: Revert yesterday's change.
11759         (all-target-winsup):  all-target-librx stays out of here.
11761 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11763         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
11764         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
11765         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
11766         Remove references to librx and libg++.
11768 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
11770         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
11771         recursive makes
11773 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
11775         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
11776         for newlib directory.
11777         (CXX_FOR_TARGET): Likewise.
11779 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
11781         * ltconfig: Update after libtool/ltconfig.in change for
11782         hpux11.
11784 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
11786         * ltconfig, ltmain.sh: Update to libtool 1.2.
11788 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11790         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
11791         (install-gcc-cross): Instead, override LANGUAGES here.
11793 1998-03-18  Dave Love  <d.love@dl.ac.uk>
11795         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
11796         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
11798 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
11800         * configure.in: Add Thumb-pe target.
11802 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
11804         * Makefile.in - changed sn targets to snavigator
11805         * configure.in - changed sn targets to snavigator
11807 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11809         * config-ml.in: After building symlink tree call make distclean
11810         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
11811         to be the case for libiberty.
11813 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
11815         * configure: When making link, also check the current
11816         directory. The configure scripts may create one.
11818 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
11820         * config.sub: Accept alphapca56 and alphaev6 properly.
11822 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11824         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
11826 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
11828         * config.sub (sco5): Fix typo.
11830 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
11832         * Makefile.in (INSTALL_MODULES): Move install-tcl before
11833         install-itcl.
11834         (install-itcl): Remove dependency on install-tcl.
11836 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
11838         * configure.in: Remove libgloss from noconfigdirs for MN10300.
11840 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
11842         * configure.in: Don't build libgui for a cygwin32 target when not on
11843         a cygwin32 host.
11845 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11847         * configure (redirect): Set to null, so default behavior of
11848         configure is now --verbose.
11850 1998-02-16  Dave Love  <d.love@dl.ac.uk>
11852         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
11853         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
11855 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
11857         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
11858         this change to sync Makefile.in with its ChangeLog entries.
11860 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
11862         * ltmain.sh (mkdir): Check that the directory doesn't exist
11863         before we exit with error, so that we don't get races during
11864         parallel builds.
11866 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11868         * ltconfig, ltmain.sh: Update from libtool 1.0i.
11870 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11872         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
11873         PICFLAG_FOR_TARGET.
11874         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
11876         * configure: Emit a definition for the new macro enable_shared
11877         into each Makefile.
11879 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11881         * configure.in (host_tools, native_only): Add libtool.
11883 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
11885         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
11886         Fix typo in ming config comment.
11888 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11890         * ltconfig, ltmain.sh: Update from libtool 1.0h.
11892 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
11894         * config.sub: Add tic30 cases, and map c30 to tic30.
11896 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
11898         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
11899         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
11900         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
11901         (CLEAN_TARGET_MODULES): Similarly
11902         (all-target-libf2c): Add dependences.
11903         * configure.in (target_libs): Add libf2c.
11905 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
11907         * configure.in: Remove expect from noconfigdirs when target
11908         is cygwin32.  OK to build expect and dejagnu with Canadian
11909         Cross.
11911 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
11913         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
11914         host.
11916         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
11917         and mingw32.
11919 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11921         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
11922         here as it is not defined in the toplevel Makefile.
11924 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11926         * configure (package_makefile_rules_frag): New variable, which names
11927         a file with generic rules, ...
11928         Change comment to mention we now have FIVE parts.
11929         * configure: Undo last change.
11931 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
11933         * config.guess: More accurate determination of HP processor types.
11934         * config.sub: More accurate determination of HP processor types.
11936 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11938         * configure (package_makefile_frag): Move inserting the
11939         ${package_makefile_frag} to where it should be according
11940         to the comment.
11942 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
11944         * config.guess: Add support for Linux/ARM.
11946 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
11948         * .cvsignore: Remove *-info and *-install since they match
11949         release-info and mpw-install, which we don't want to just ignore.
11951 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
11953         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
11955 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
11957         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
11958         local_prefix to sub-make invocations.
11960 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
11962         * configure.in: Check makefile fragments in the source
11963         directory.
11965 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11967         * configure.in: Check whether host and target makefile
11968         fragments exist before adding them to *_makefile_frag.
11970 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
11972         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
11974 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
11976         * configure.in: Make sure we only replace RPATH_ENVVAR on
11977         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
11978         regexp to sed.
11980         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
11981         to sub-makes.
11983 1998-01-13  Lee Iverson   (leei@ai.sri.com)
11985         * config-ml.in (multi-do): LDFLAGS must include multilib
11986         designator.
11988 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
11990         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
11992 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
11994         * config.sub: Add mingw32 support.
11995         * configure.in: Likewise.
11997 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11999         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
12001 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
12003         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12004         * configure (gxx_include_dir): Provide a definition for subdirs
12005         which do not use autoconf.
12007 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
12009         * config.guess: Sync with egcs.  Picks up new alpha support,
12010         BeOS & some additional linux support.
12012 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
12014         * config.guess: HP 9000/803 is a PA1.1 machine.
12016 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
12018         * configure.in: It's alpha*-...
12020 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
12022         * configure.in (host_makefile_frag, target_makefile_frag):
12023         Handle multiple config files.
12024         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
12025         alpha-*-*.
12027 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
12029         * mkdep: New file.
12031 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
12033         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
12035 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
12037         * Makefile.in: Add libgui directory.
12038         (GDB_TK): Add all-libgui.
12039         * configure.in: Add libgui directory.
12040         * configure: Add all-libgui to GDB_TK.
12042 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
12044         * config-ml.in (multidirs): Add m32r to multilib list.
12046 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
12048         * Makefile.in (all-target-gperf): Change dependency to
12049         all-target-libstdc++.
12051 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
12053         * config.guess: Add BeOS support.
12055 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
12057         Source directory cvs renamed to cvssrc:
12058         * configure.in (host_tools): Change cvs to cvssrc.
12059         (native_only): Likewise.
12060         (noconfigdirs) [various cases]: Likewise.
12061         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
12062         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
12063         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
12064         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
12065         (all-cvssrc): Rename target from all-cvs.
12067 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
12069         * configure (gxx_include_dir): Fix thinko.
12071 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
12073         * Makefile.in (INSTALL_TARGET_CROSS): Define.
12074         (install-cross, install-gcc-cross): New targets.
12076 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
12078         * configure.in (noconfigdirs): Add support for Thumb target.
12080         * config.sub (maybe_os): Add support for Thumb target.
12082 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
12084         * Makefile.in: Add rules for cygmon.
12086         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
12088 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
12090         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12091         * configure (gxx_include_dir): Provide a definition for subdirs
12092         which do not use autoconf.
12094 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
12096         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
12097         11/18/97 build
12099 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
12101         * From Franz Sirl.
12102         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
12103         found on RedHat Linux systems.
12105 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
12107         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
12108         guesses.
12110 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
12112         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
12114 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
12116         * ltmain.sh: If mkdir fails, check whether the directory was created
12117         anyhow by some other process.
12119 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
12121         * configure.in (d30v-*-*): Configure all directories.
12123 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
12125         * configure.in (d30v-*-*): Configure newlib, libiberty directories
12126         for the D30V.
12128 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
12130         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
12132 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
12134         * include/libiberty.h: Add extern "C" { so it can be used with C++
12135         progrms.
12136         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
12137         programs.
12139 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
12141         * configure.in (d30v-*-*): Configure GCC now.
12143 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
12145         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
12146         is no longer needed.
12148 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
12150         * Makefile.in: check-target-libio depends on all-target-libstdc++.
12152 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
12154         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
12155         targets using "$@" to provide support for similar but not identical
12156         targets without having to duplicate code.
12158 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
12160         * makefile.vms: Fix to work with DEC C.
12162 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
12164         * config.sub: Add mips-tx39-elf to marketing names.
12166 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
12168         * ltmain.sh: Handle symlinks in generated script.
12170 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
12172         * configure: Handle autoconf style directory options: --bindir,
12173         --datadir, --includedir, --infodir, --libdir, --libexecdir,
12174         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
12175         --sysconfdir.
12176         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
12177         (sharedstatedir, localstatedir, oldincludedir): New variables.
12178         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
12179         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
12180         sbindir, sharedstatedir, and sysconfdir.
12182 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
12184         * Makefile.in (bootstrap-lean): New target.
12186 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
12188         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
12189         sn, and gnuserv from noconfigdirs.
12191 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
12193         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
12195 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
12197         * Makefile.in (cross): New target.
12199 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
12200                           Jeff Law         <law@cygnus.com>
12202         * Makefile.in (bootstrap2, bootstrap3): New targets.
12203         (all-bootstrap): Remove outdated and confusing target.
12204         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
12206 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12208         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
12209         windows.  Consistent with gdb/configure.
12211 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
12213         * configure.in: Name Linux target fragment.
12215         * configure: Rewrite so that project Makefile fragment is inserted
12216         first and appears last in the resulting Makefile.
12218 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12220         * Makefile.in (install-itcl): Install tcl first.
12222 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
12224         * configure.in: remove bison from noconfigdirs for Cygwin32 host
12226 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
12228         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
12230         * configure.in (skipdirs): Add target-librx for Linux.
12231         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
12233 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
12235         * Makefile.in (bootstrap): New target.
12237 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
12239         * config.sub: Accept 'amigados' for backward compatibility.
12241 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
12243         * config.guess: Merge with FSF.
12245 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
12247         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
12249 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
12251         * config.sub: Add "marketing-names" patch.
12253 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
12255         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
12257 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
12259         * config.sub: Handle v850-elf.
12261 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
12263         * .cvsignore (*-install): Remove.
12265 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
12267         * ltconfig: Set CONFIG_SHELL in libtool.
12268         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
12270 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
12272         * configure.in (target_subdir): Set to libraries if enable_multilib.
12274 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
12276         * config.guess: Update from gcc directory.
12278 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12280         * Makefile.in (all-sim): Depends on all-readline.
12282 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
12284         * Makefile.in (BISON, YACC): Use $$s.
12285         (all-bison): Depend on all-texinfo.
12287 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
12289         * Makefile.in (BISON): Add -L flag.
12290         (YACC): Likewise.
12292 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
12294         * configure.in (noconfigdirs): Add support for v850e target.
12296         * config.sub (maybe_os): Add support for v850e target.
12298 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
12300         * configure.in (noconfigdirs): Add support for v850ea target.
12302         * config.sub (maybe_os): Add support for v850ea target.
12304 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
12306         * config.sub: Add mipstx39.  Delete r3900.
12308 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12310         * Makefile.in (all-autoconf): Depends on all-texinfo.
12312 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
12314         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
12315         eabi targets.
12317 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
12319         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
12321         * configure: When handling a Canadian Cross, handle YACC as well as
12322         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
12323         * Makefile.in (all-bison): Depend upon all-texinfo.
12325 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
12327         * Makefile.in (BISON): bison, not byacc or bison -y.
12328         (YACC): bison -y or byacc or yacc.
12329         (various): Add *-bison as appropriate.
12330         (taz): No need to mess with BISON anymore.
12332 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
12334         * configure: If OSTYPE matches *win32*, try to find a good value for
12335         CONFIG_SHELL.
12337 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
12339         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
12340         configure.in if it is present.
12342 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
12344         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
12346 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
12348         * config.sub: Recognize `arc' cpu.
12349         * configure.in: Likewise.
12350         * config-ml.in: Likewise.
12352 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
12354         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
12356 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
12358         * configure: Changed sed delimiter from ':' to '|' when
12359         attempting to substitute ${config_shell} for SHELL. On
12360         NT ${config_shell} may contain a ':' in it.
12362 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
12364         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
12366 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
12368         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
12370 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
12372         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
12374         * ylwrap: If the program is a relative path, force it to be
12375         absolute.
12377 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12379         * configure (tooldir): Set BISON to `bison -y' and not just bison.
12381 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12383         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
12384         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
12385         for libraries.
12387 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
12389         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
12390         separated by spaces.
12392 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
12394         * ylwrap: New file.
12395         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
12397         * ltmain.sh: Handle /bin/sh at start of install program.
12399         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
12401         * ltconfig, ltmain.sh: New files, from libtool 1.0.
12402         * missing: New file, from automake 1.2.
12404 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
12406         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
12407         check-tk to CHECK_X11_MODULES.
12409 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
12411         * config.sub: Merge with FSF.
12413 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
12415         * config.guess: Merge with FSF.
12417 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
12419         * configure: Treat msdosdjgpp like go32.
12420         * configure.in: Likewise.  Don't remove gprof for go32.
12422         * configure: Change Makefile.tem2 to Makefile.tm2.
12424 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
12426         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
12428 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12430         * install-sh (chmodcmd): Set to null if the DST directory already
12431         exists.  Same as Nov 11th change.
12433 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
12435         * configure (GDB_TK): Needs itcl and tix.
12437 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
12439         * config.guess: Update from FSF.
12441 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
12443         * Makefile.in (GDB_TK): Depend on itcl and tix.
12445 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
12447         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
12448         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
12449         (INSTALL_SCRIPT): New variable.
12450         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
12451         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
12452         to -x.
12453         * install-sh: Add support for -x option.
12455 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
12457         * configure.in, Makefile.in: Treat tix like itcl.
12459 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
12461         * Makefile.in (WINDRES): New variable.
12462         (WINDRES_FOR_TARGET): New variable.
12463         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
12464         (EXTRA_HOST_FLAGS): Add WINDRES.
12465         (EXTRA_TARGET_FLAGS): Add WINDRES.
12466         (EXTRA_GCC_FLAGS): Add WINDRES.
12467         ($(DO_X)): Pass down WINDRES.
12468         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
12469         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
12470         DLLTOOL_FOR_TARGET.
12472 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
12474         * configure.in: configure sim before gdb for win32-x-ppc
12476 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12478         Move gperf into the toplevel, from libg++.
12479         * configure.in (target_tools): Add target-gperf.
12480         (native_only): Add target-gperf.
12481         * Makefile.in (all-target-gperf): New target, depend on
12482         all-target-libg++.
12483         (configure-target-gperf): Empty rule.
12484         (ALL_TARGET_MODULES): Add all-target-gperf.
12485         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
12486         (CHECK_TARGET_MODULES): Add check-target-gperf.
12487         (INSTALL_TARGET_MODULES): Add install-target-gperf.
12488         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
12490 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
12492         * config.sub (mn10200): Recognize new basic machine.
12494 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12496         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
12497         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
12499 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12501         * configure.in: If we're building mips-sgi-irix6* native, turn on
12502         ENABLE_MULTILIB and set TARGET_SUBDIR.
12504 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
12506         * Makefile.in (all-sn): Depend on all-grep.
12508 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
12510         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
12512         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
12513         Makefile.  From Jeff Makey <jeff@cts.com>.
12514         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
12516         * Makefile.in (DISTBISONFILES): Remove.
12517         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
12518         $(DEFAULT_YACC).
12520         * configure.in: Build itl, db, sn, etc., when building for native
12521         cygwin32.
12523         * Makefile.in (LD): New variable.
12524         (EXTRA_HOST_FLAGS): Pass down LD.
12525         ($(DO_X)): Likewise.
12527 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
12529         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
12531 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
12533         * configure.in (targargs): Strip out any supplied --build argument
12534         before adding our own. Always add --build.
12536 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
12538         * configure.in (targargs): Pass --build if we're doing
12539         a cross-compile.
12541 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
12543         * configure: Use '|' instead of ":" as the separator in
12544         sed. Otherwise sed chokes on NT path names with drive
12545         designators. Also look for "?:*" as the leading characters in an
12546         absolute pathname.
12548 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
12550         * config.sub: Support for r3900.
12552 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
12554         * configure.in: Use install-sh, not install.sh.
12556 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
12558         * Makefile.in (taz): Improve check for BISON so it doesn't try to
12559         apply it twice.
12561 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
12563         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
12564         install-binutils.
12566 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
12568         * Makefile.in: Add automake targets.
12569         * configure.in (host_tools): Add automake.
12571 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12573         * configure: Default CXX to c++, not gcc.
12574         * Makefile.in (CXX): Set to c++, not gcc.
12575         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
12577 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
12579         * install-sh: try appending a .exe if source file doesn't
12580         exist
12582 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
12584         * configure.in: Turn on multilib by default.
12585         (cross_only): Remove target-libiberty.
12587         * Makefile.in (all-gcc): Don't depend on libiberty.
12589 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
12591         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
12593 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12595         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
12596         (DISTBISONFILES): Add ld/Makefile.in
12598 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
12600         * configure.in: if target is cygwin32 but host isn't cygwin32,
12601         don't configure gdb tcl tk expect, not just gdb.
12603 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
12605         * configure.in: Added gnuserv everywhere sn appears.
12607         * Makefile.in (ALL_MODULES): Added all-gnuserv.
12608         (CROSS_CHECK_MODULES): Added check-gnuserv.
12609         (INSTALL_MODULES): Added install-gnuserv.
12610         (CLEAN_MODULES): Added clean-gnuserv.
12611         (all-gnuserv): New target.
12613 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
12615         * config.guess: Fixes for MIPS OpenBSD systems.
12617 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12619         * Makefile.in (INSTALL_XFORM): Remove.
12620         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
12622         * mkinstalldirs: New file, copied from automake.
12623         * Makefile.in (installdirs): Rename from install-dirs.  Use
12624         mkinstalldirs.  Change all users.
12625         (DEVO_SUPPORT): Add mkinstalldirs.
12627 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
12629         * install-sh: Rename from install.sh.
12630         * Makefile.in (INSTALL): Change install.sh to install-sh.
12631         (DEVO_SUPPORT): Likewise.
12633         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
12634         Graichen <graichen@rzpd.de>.
12636 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
12638         * config.guess: Recognize OpenBSD systems correctly.
12640 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12642         * README, Makefile.in (ETC_SUPPORT): Remove references to
12643         cfg-paper*, configure.{texi,man,info*}._
12645 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
12647         * Makefile.in (all.normal): Ensure that gcc is built after all
12648         the x11 - ie gdb - targets.
12650 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
12652         * makefile.vms: Don't run conf-a-gas.
12654 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
12656         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
12658 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
12660         * configure.in: Remove noconfigdirs case since gdb also
12661         configures and builds for tic80-coff.
12663 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12665         * configure: Set cache_file to config.cache.
12666         * Makefile.in (local-distclean): Remove config.cache.
12668 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12670         * COPYING: Update FSF address.
12672 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
12674         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
12675         noconfigdirs.
12677 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12679         * Makefile.in (install-dirs): Don't crash if prefix, and hence
12680         MAKEDIRS, is empty.
12682 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
12684         * config.sub: Tweak mn10300 entry.
12686 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
12688         * configure.in (host_tools): Put sim before gdb, so gdb's
12689         configure.tgt can determine if the simulator was configured.
12691 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
12693         * config.sub: Move BeOS $os case to be with other Cygnus
12694         local cases.
12696 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
12698         * config.sub: Remove misplaced comment that broke Linux.
12700 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
12702         * config.sub: Add BeOS support.
12704 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
12706         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
12708 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
12710         * configure.in (noconfigdirs): Remove tcl and tk from
12711         noconfigdirs for cygwin32 builds.
12713 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
12715         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
12717 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
12719         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
12720         make-all.com, use makefile.vms instead.
12722 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
12724         * config.sub: Accept -lnews*.
12726 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
12728         * configure.in (noconfigdirs): Disable target-newlib,
12729         target-examples and target-libiberty for d30v.
12731 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12733         * configure.in (noconfigdirs): Enable ld for d30v.
12735 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
12737         * configure.in (tic80-*-*): Build compiler.
12739 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
12741         * configure.in (d30v-*): Remove sim directory from list of
12742         unsupported d30v directories
12744 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12746         * config.sub, configure.in: Add d30v target cpu.
12748 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
12750         * makefile.vms: New file.
12751         * make-all.com: Remove.
12753 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
12755         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
12757 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
12759         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
12761 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
12763         * Makefile.in (ALL_MODULES): Added all-db.
12764         (CROSS_CHECK_MODULES): Addec check-db.
12765         (INSTALL_MODULES): Added install-db.
12766         (CLEAN_MODULES): Added clean-db.
12768 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
12770         * config.guess: Merge with latest FSF sources.
12772 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
12774         * Makefile.in (ALL_MODULES): Added all-itcl.
12775         (CROSS_CHECK_MODULES): Added check-itcl.
12776         (INSTALL_MODULES): Added install-itcl.
12777         (CLEAN_MODULES): Added clean-itcl.
12779 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
12781         * configure.in: build gdb for mn10200
12783 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
12785         * Makefile.in (all-target-winsup): Depend on all-target-libio.
12787 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
12789         * configure.in (tic80-*-*): Turn off most targets right now.
12791 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
12793         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
12794         rather than the makeinfo program.
12795         (do-info): Depend upon all-texinfo.
12797 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
12799         * configure.in: Remove uses of config/mh-linux.
12801         * config.sub, config.guess: Merge with latest FSF sources.
12803 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
12805         * config.sub (case $basic_machine): Add tic80 entries.
12807 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
12809         * config.sub, config.guess: Merge with latest FSF sources.
12811 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12813         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
12814         * mpw-config.in: Test for NewFolderRecursive.
12815         * mpw-install: Use symbolic name for startup filename.
12816         * mpw-README: Add various additional details.
12818 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
12820         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
12822 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
12824         * configure.in: Do build gcc and the target libraries for
12825         the mn10200.
12827 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
12829         * configure.in: don't avoid building gdb for mn10300 any more
12830         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
12831         instead of single-quoting it.
12833 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
12835         * configure.in: Don't use --with-stabs on IRIX 6.
12837 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
12839         * configure.in (m32r): Build gdb, libg++ now.
12841 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12843         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
12844         directories from noconfigdirs.
12846 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
12848         * config.sub (basic_machine): added mips16 configuration
12850 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12852         * config.sub: Handle d10v-unknown.
12854 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
12856         * config.sub: Handle v850-unknown.
12858 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
12860         * Makefile.in: add findutils
12861         * configure.in: add findutils to list of host_tools
12863 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
12865         * config.sub: Handle mn10200 and mn10300.
12867 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12869         * configure.in (d10v-*): Do not build librx.
12871 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
12873         * configure.in (mn10300): Build everything except gdb & libgloss.
12875 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
12877         * config.guess:  Patch for Dansk Data Elektronik servers,
12878         from Niels Skou Olsen <nso@dde.dk>.
12880         For ncr, use /bin/uname rather than uname, since GNU uname does not
12881         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
12883         Patch for MIPS R4000 running System V,
12884         from Eric S. Raymond <esr@snark.thyrsus.com>.
12886         Fix thinko for nextstep.
12888         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
12890         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
12891         * config.guess: Guess mips-dec-mach_bsd4.3.
12893         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
12894         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
12895         release numbers.
12896         * config.guess (mips-mips-riscos*):  Emit just enough of the
12897         release number.
12899         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
12900         * config.guess (sparc-auspex-sunos*):  Added.
12901         (f300-fujitsu-*): Added.
12903         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
12904         * config.guess:  Recognize a Tadpole as a sparc.
12906 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
12908         * config.guess: Don't assume that NextStep version is either 2 or
12909         3.  NextStep 4 (aka OpenStep 4) has come out now.
12911 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
12913         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
12914         From Rik Faith <faith@cs.unc.edu>.
12916 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
12918         * config.sub: Contributions from bug-gnu-utils to:
12919         Support plain "hppa" (no version given) architecture, reported by
12920         OpenStep.
12921         OpenBSD like NetBSD.
12922         LynxOs is not a hardware supplier.
12924         * config.guess: Contributions from bug-gnu-utils to add support for:
12925         OpenBSD like NetBSD.
12926         Stratus systems.
12927         More Pyramid systems.
12928         i[n>4]86 Intel chips.
12929         M680[n>4]0 Motorola chips.
12930         Use unknown instead of lynx for hardware manufacturer.
12932 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12934         * install.sh (chmodcmd): Set to null if the DST directory already
12935         exists.
12937 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12939         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
12940         not use mt-ppc target Makefile fragment any more.
12942 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
12944         * configure.in (*-*-windows):  Exclude everything but those dirs
12945         needed to build windows.
12947 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
12949         * Makefile.in (all-target-winsup): Depend on all-target-librx.
12951 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
12953         * configure.in:  Exclude mmalloc from i386-windows.
12955 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
12957         * Undo my previous change.
12959 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
12961         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
12962         unconditionally.
12963         (MAKEOVERRIDES): Define (revert this part of October 18 change).
12965 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
12967         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
12968         host to add it's own flags.
12970 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
12972         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
12974 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
12976         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
12977         (CXX_FOR_TARGET): Likewise.
12978         (GCC_FOR_TARGET): Define.
12979         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
12980         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
12981         CC_FOR_TARGET was specified on the command line.
12982         (MAKEOVERRIDES): Don't define.
12984 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
12986         * configure.in (m32r): Fix spelling of libg++ libs.
12988 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
12990         * config.sub (-apple*): Remove, now redundant.
12992 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
12994         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12996         * configure: Rework yesterday's sed script patch.
12998         * config.sub: Merge with FSF.
13000 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
13002         * config.guess:  Merge from FSF.
13004         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
13005         * config.guess: Use pc instead of unknown, for pc clone systems.
13006         Change linux to linux-gnu.
13008         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
13009         * config.guess: Avoid non-portable tr syntax.
13011 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
13013         * test-build.mk (HOLES): Add "xargs" for gdb.
13015         * configure: Avoid hpux10.20 sed bug.
13017 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
13019         * configure.in:  Add support for windows host
13020         (that is a build done under the Microsoft build environment).
13022 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
13024         * Makefile.in: Replace all uses of srcroot with s, to shrink
13025         command line lengths.
13027         Patches from Geoffrey Noer <noer@cygnus.com>:
13028         * configure.in: If configuring for newlib, pass --with-newlib to
13029         subdirectories.
13030         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
13031         -Bnewlib/ and -Lwinsup to gcc.
13032         (CXX_FOR_TARGET): Likewise.
13034 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13036         * Makefile.in (ETC_SUPPORT): Add configure.
13038 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
13040         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
13041         host configuration file.
13043 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
13045         * configure.in: Break mn10x00 support into separate
13046         mn10200 and mn10300 configurations.
13047         * config.sub: Likewise.
13049 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
13051         * configure.in: Add lots of stuff to noconfigdirs for
13052         the mn10x00 targets.
13054         * config.sub, configure.in: Add mn10x00 support.
13056 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
13058         * make-all.com: Call conf-a-gas, not config-a-gas.
13060 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
13062         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
13063         targets.
13065 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
13067         * mpw-README: Add much more detail for native PowerMac.
13068         * mpw-install: New file.
13069         * mpw-configure: Add --norecursion and --help options.
13070         * mpw-config.in: Translate readme and install files when
13071         copying to objdir.
13072         * mpw-build.in: Don't always depend on byacc and flex.
13073         (install-only-top): New action.
13075 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
13077         * configure.in:  You can now configure GDB for the v850.
13079 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
13081         * configure.in (noconfigdirs): Don't configure any C++ dirs
13082         if targeting D10V.
13084 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
13086         * config.sub: Recognize mips64vr5000.
13088 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
13090         * configure.in: Use a single line for host_tools and native_only.
13092 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
13094         * config.sub, configure.in: Add entries for m32r.
13096 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
13098         * Makefile.in (inet-install): Don't run install-gzip.
13100 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
13102         * configure.in:  Don't config lots of things for *-*-windows*.
13104 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
13106         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
13107         (host_libs, host_tools): Copy from configure.in.
13108         * mpw-configure: Don't complain about directories not found.
13110 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13112         * configure.in (i[345]86): Recognize i686 for pentium pro.
13113         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
13114         file.
13116         * config.guess (i[345]86): Ditto.
13118 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13120         * configure.in (noconfigdirs): Removed gdb for D10V.
13122 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
13124         * configure.in: Remove ld, target-libio, target-libg++, and
13125         target-libstdc++ from noconfigdirs.
13127 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
13129         * configure: Fix three locations where shell scripts were
13130         being run directly rather than with config_shell.
13132 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
13134         * configure.in (v850-*-*): Set up initial $noconfigdirs.
13135         * config.sub (basic_machine): Recognize v850.
13137 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
13139         * mpw-configure: Handle multiple enable/disable options and
13140         pass them down recursively, handle -c and -s flags appropriately
13141         depending on choice of compiler, add escape mechanism for
13142         quoted arguments to gC.
13144 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13146         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
13147         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
13148         so that -mrelocatable-lib and -mno-eabi are used.
13150         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
13151         not support --print-multi-lib, don't abort.
13153 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
13155         * make-all.com: Run config-a-gas.
13156         * setup.com: Don't copy subdirectory files around.
13158 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
13160         * configure.in (*-*-ose): Remove exclusion of libgloss for this
13161         target, it now compiles correctly.
13163 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
13165         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
13167 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13169         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
13171 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13173         * configure.in (native_only): Add prms.
13175 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
13177         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
13178         (BINUTILS_SUPPORT_DIRS): Likewise.
13180 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13182         * configure.in (d10v-*-*): Don't configure ld or gdb until the
13183         d10v support is added.
13185 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13187         * configure.in (d10v-*-*): New target.
13189 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
13191         * config.guess (HP 9000/811): Recognize this as a PA1.1
13192         machine.
13194 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
13196         * Makefile.in (do-tar-gz): New target, split out from tail end of
13197         taz target.  Run each command separately, don't use pipes.
13198         (taz): Use it.
13200 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
13202         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
13203         * mpw-build.in: No builds should depend on building byacc or flex,
13204         they are assumed to be installed already.
13206 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13208         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
13209         variable that CC_FOR_TARGET needs.
13211 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13213         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
13214         options have changed since the last time the subdirectory was
13215         configured, and if it has, reconfigure.
13216         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
13217         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
13219 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
13221         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
13222         CLEAN_MODULES): Add bash.
13223         (all-bash): New target.
13225 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
13227         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
13229 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13231         * config.sub (basic_machine): Recognize d10v as a valid processor.
13233 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
13235         * mpw-configure: Add support for --bindir.
13236         * mpw-build.in: Use a GCC-specific build script for GCC actions.
13238 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
13240         * configure.in: add bash, time, gawk to list of hosttools and things
13241         to only build for native toolchains
13243 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13245         * Makefile.in (docdir): Remove.
13247 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13249         * Makefile.in (datadir): Set to $(prefix)/share.
13251 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
13253         * configure.in: build diff and patch for cygwin32-hosted
13254         toolchains.
13256 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
13258         * config.sub: Accept -rtems*.
13260 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
13262         * configure.in: enable dosrel for cygwin32-hosted builds,
13263                 remove diff from the list of things not buildable
13264                 via Canadian Cross
13266 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
13268         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
13269         don't get ". ".
13271 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
13273         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
13275 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
13277         * Makefile.in (taz): Handle case where tex3patch didn't even get
13278         checked out.  Also, if it was found, put the symlink in a new util
13279         subdirectory.
13281 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13283         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
13285 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
13287         * config.sub: Recognize -openvms.
13288         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
13289         * make-all.com, setup.com: New files.
13291 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
13293         * Makefile.in (taz): tex3patch moved to texinfo/util.
13295 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
13297         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
13298         * configure.in: remove make from disable-if-Can-Cross list
13299                 enable gdb if ${host} and ${target} are cygwin32
13301 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
13303         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
13304         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
13306 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
13308         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
13309         distinguish sysv/svr4/bsd variants.
13310         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
13312 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
13314         * configure.in: Added copyright notice.
13315         * move-if-change: Added copyright notice.
13317 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13319         * configure.in (powerpcle-*-solaris*): Until we get shared
13320         libraries working, don't build gdb, sim, make, tcl, tk, or
13321         expect.
13323 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
13325         * config.guess:  Merge with FSF:
13327         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
13328         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
13330         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
13331         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
13333         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
13334         * config.guess:  Combine two OSF1 rules.
13335         Also recognize field test versions.  From mjr@zk3.dec.com.
13336         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
13337         because GNU uname does not support -p.  From pmr@pajato.com.
13339 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
13341         * Makefile.in (MAKEDIRS): Removed $(tooldir).
13343 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
13345         * mpw-README: Document GCCIncludes.
13347 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
13349         * configure.in (alpha-*-linux*): Set enable_shared to yes.
13351 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
13353         * mpw-configure: Handle --enable-FOO and --disable-FOO.
13355 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
13357         * configure.in (*-*-cygwin32): Configure make.
13359 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
13361         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
13363 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
13365         * Makefile.in (all-inet): Depend on all-perl.
13367         * Makefile.in (inet-install): New target.
13369         * Makefile.in (all-inet): Depend on all-tcl.
13370         (all-inet): Depend on all-send-pr.
13372 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13374         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
13375         temporarily.
13377 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
13379         * configure.in: Don't configure --with-gnu-ld on AIX.
13381 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
13383         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
13385 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
13387         * Makefile.in (ALL_MODULES): Added all-inet.
13388         (CROSS_CHECK_MODULES): Added check-inet.
13389         (INSTALL_MODULES): Added install-inet.
13390         (CLEAN_MODULES): Added clean-inet.
13391         (all-indent): New target.
13393         * configure.in (host_tools): Added inet.
13394         (native_only): Added inet.
13395         (noconfigdirs): Added inet.
13397 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
13399         * configure.in: Don't configure libgloss if we are not configuring
13400         newlib.
13402 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
13404         * configure.in: Don't configure libgloss for unsupported
13405         architectures.
13407 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13409         * Makefile.in (CLEAN_MODULES): Add clean-apache.
13411 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
13413         * Makefile.in (ALL_MODULES): Include all-apache.
13414         (CROSS_CHECK_MODULES): Include check-apache.
13415         (INSTALL_MODULES): Include install-apache.
13416         (all-apache): New target.
13418         * configure.in: Added apache everywhere perl is seen.
13420 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13422         * Makefile.in: Add support for clean-{module} and
13423         clean-target-{module} rules.
13425 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
13427         * configure.in (*-*-ose) do not build libgloss.
13429 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13431         * config.guess (prep*:SunOS:5.*:*): Turn into
13432         powerpele-unknown-solaris2.
13434 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
13436         * configure.in: Permit --enable-shared to specify a list of
13437         directories.
13439 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
13441         * configure.in (host==solaris): Pass only the first word of $CC
13442         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
13444 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
13446         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
13448 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
13450         * Makefile.in (ALL_MODULES): Include all-perl.
13451         (CROSS_CHECK_MODULES): Include check-perl.
13452         (INSTALL_MODULES): Include install-perl.
13453         (ALL_X11_MODULES): Include all-guile.
13454         (CHECK_X11_MODULES): Include check-guile.
13455         (INSTALL_X11_MODULES): Include install-guile.
13456         (all-perl): New target.
13457         (all-guile): New target.
13459         * configure.in (host_tools): Include perl and guile.
13460         (native_only): Include perl and guile.
13461         (noconfigdirs): Don't build guile and perl; no ports have been
13462         done.
13464 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
13466         * configure (--enable-*): Handle quoted option lists such as
13467         --enable-sim-cflags='-g0 -O' better.
13469 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13471         * Makefile.in ({,inst}all-target): New rule so we can make and
13472         install all of the target directories easily.
13474 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13476         * configure.in: Add missing global flag in sed substitution when
13477         deleting `target-' from ${configdirs}.
13479 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
13481         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
13482         option.
13484         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
13485         config/mh-necv4.
13487         * install.sh: Correct misspelling of transformbasename.
13489         * config.guess: Recognize mips-*-sysv*.
13491 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
13493         * config.sub: Recognize mon960.
13495 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
13497         * configure: Restore Canadian Cross handling of BISON and LEX,
13498         removed in Feb 20 change.
13500 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
13502         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
13503         Mention make install.  Remove the old copyright date as well the
13504         clumsy and rather pointless copyright on the README file.
13506 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13508         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
13509         Makefile after running symlink-tree, then run `make distclean' to
13510         avoid clobbering any generated files in srcdir.
13512 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
13514         * configure.in (m68k-*-netbsd*): Build everything now.
13516 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
13518         * Makefile.in (taz): Fix quoting.
13520 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
13522         * configure.in (sparclet-*-*): Build everything now.
13524 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13526         * configure.in (m68k-*-linux*): New host.
13528 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
13530         * configure: Check for bison before byacc.
13532 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
13534         * Makefile.in configure:  Change the way LEX and BISON/YACC are
13535         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
13536         searching PATH.  These are used as fallbacks by Makefile.in if
13537         flex/bison/byacc aren't in objdir.
13539 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
13541         * Makefile.in: Make everything which depends upon all-bfd also
13542         depend upon all-opcodes, in case --with-commonbfdlib is used.
13544 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13546         * configure.in (host *-*-cygwin32): Don't build gdb if we are
13547         building NT native compilers on Unix.
13549 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
13551         * configure.in: Don't get CC from the host Makefile fragment if we
13552         can find gcc in PATH, or if this is a Canadian Cross.  Move the
13553         Solaris test for /usr/ucb/cc to the post target script, just after
13554         the compiler sanity test.
13556 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
13558         * config.sub: Merge with FSF.
13560 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
13562         * Makefile.in (RPATH_ENVVAR): New variable.
13563         (REALLY_SET_LIB_PATH): Use it.
13564         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
13566 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
13568         * config.sub, configure.in: Recognize sparclet cpu.
13570 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
13572         * config.guess:  Support m68k-cbm-sysv4.
13574 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13576         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
13577         m68k-unknown-linuxaout from linker help string.  Put quotes around
13578         $ld_help_string.
13580 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
13582         * config.guess (powerpc-harris-powerunix): Add guess for port
13583         to new target.
13585 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13587         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
13589 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
13591         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
13592         $(REALLY_SET_LIB_PATH) in Makefile.
13593         * Makefile.in (SET_LIB_PATH): New variable.
13594         (REALLY_SET_LIB_PATH): New variable.
13595         ($(DO_X)): Use $(SET_LIB_PATH).
13596         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
13597         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
13598         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
13599         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
13600         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
13601         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
13602         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
13603         (install-dosrel): Likewise.
13604         (all-opcodes): Depend upon all-libiberty.
13606 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13608         * config.guess (*:CYGWIN*): New
13610 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13612         * Makefile.in (all-target-winsup): All all-target-libiberty.
13614 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13616         * configure.in (noconfigdirs): Add missing # in front of comment.
13618 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
13620         * configure.in: add second pass to things added to noconfigdirs
13621         so *-gm-magic can exclude libgloss properly.
13623 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
13625         * mpw-configure (extralibs_name, rez_name): Set correctly
13626         for MWC68K compiler.
13628         * mpw-README: Add more info on the necessary build tools.
13630 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13632         * configure.in, config.sub: Recognize cygwin32.
13634 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
13636         * config.guess, config.sub: Recognize A/UX.
13638 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
13640         * config.sub: Merge with gcc/config.sub.
13642 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
13644         * mpw-build.in (do-binutils): Add build of stamps.
13646 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
13648         * config.sub: Add recognition for mips64vr4100*-* targets.
13650 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13652         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
13653         Add creation of gconfigargs with `--enable-shared' turned on.
13654         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
13655         ($(host)-stamp-stage3-configured): Likewise.
13656         (HOLES): Add chatr and ldd.
13657         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
13659 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
13661         * configure: Pass --nfp to recursive configures.
13663 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13665         * Makefile.in (DLLTOOL): New.
13666         (DLLTOOL_FOR_TARGET): New.
13667         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
13668         (EXTRA_TARGET_FLAGS): Ditto.
13669         (EXTRA_GCC_FLAGS): Ditto.
13670         (CONFIGURE_TARGET_MODULES): Ditto.
13671         (DO_X): Ditto.
13672         * configure: Add DLLTOOL.
13674 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
13676         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
13677         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
13678         mh-sco, since old workarounds no longer needed, and don't
13679         build ld, since libraries have weak symbols in COFF.
13681 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
13683         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
13685 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13687         * configure.in: Make sure that ${CC} can be used to compile an
13688         executable.
13690 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
13692         * Makefile.in (all-gdb): Depend on $(GDB_TK).
13693         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
13694         nothing depending on whether gdbtk is being built.
13696 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
13698         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
13700 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
13702         * configure.in (noconfigdirs): Put ld or gas in this early, if the
13703         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
13705 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
13707         * config-ml.in: Add support for
13708         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
13709         Simplify setting of multidirs from --disable-foo.
13711 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13713         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
13714         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
13715         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
13716         non-empty, pass them on to the  GCC make.
13717         (all-bootstrap): New rule that is like all-gcc, except it executes
13718         the GCC bootstrap rule instead of the GCC all rule.
13720 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
13722         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
13724 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13726         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
13727         DG/UX support.
13729 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
13731         * config.sub (i*86*) Change [345] to [3456]
13733 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13735         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
13736         --with-gnu-ld=no.
13738 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13740         * config-ml.in (rs6000*, powerpc*): Add switches to control which
13741         AIX multilibs get built.
13743 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13745         * configure.in (i386-win32): Don't build expect if we're not
13746         building the tcl subdir.
13748 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
13750         * Makefile.in: (configure-target-examples, all-target-examples):
13751         New targets, configure and build example programs.
13753 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
13755         * mpw-configure: If an mpw-config.in generated a file mk.sed,
13756         use it as input to sedit the generated MPW makefile.
13757         * mpw-README: Add a suggestion about Gestalt.h.
13759 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
13761         * config.sub: Accept *-*-ieee*.
13763 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
13765         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
13766         Ronald F. Guilmette <rfg@monkeys.com>.
13768 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13770         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
13771         for powerpc-pe native.
13772         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
13773         (target==powerpc-pe): duplicate i386-win32 entry.
13775 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13777         * configure.in (noconfigdirs): Exclude target-newlib for all versions
13778         of vxworks, not just vxworks5.1.
13780 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
13782         * mpw-configure: Add support for exec-prefix.
13784 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13786         * config.guess: Recognize HP model 816 machines as having
13787         a PA1.1 processor.
13789 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13791         * configure: Ignore new autoconf configure options.
13793 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
13795         * config.guess:  Recognize Pentium under SCO.
13796         From Robert Lipe <robertl@arnet.com>.
13798 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13800         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
13802 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
13804         * configure.in: Don't configure gas for alpha-dec-osf*.
13806 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
13808         * configure.in: Default to --with-stabs for some targets for which
13809         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
13810         i[345]86*-*-unixware*.
13812 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13814         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
13815         rather than basing it on the target.  Simplify handling of options
13816         controlling which directories to configure.  Remove extraneous
13817         slash in multi-clean target.
13819 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
13821         * config-ml.in: Prefix more variables with ml_ so they don't collide
13822         with configure's.
13824 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
13826         * configure: Don't turn -v into --v.
13828 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
13830         * configure.in (targargs): Fix typo.
13832         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
13834 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
13836         * configure.in: Strip --host and --target options from
13837         CONFIG_ARGUMENTS, and always configure for --host only.  Add
13838         --with-cross-host option when building with a cross-compiler.
13839         * configure: Canonicalize the arguments put into config.status by
13840         always using `=' for an option with an argument.  Pass a presumed
13841         --host or --target explicitly.
13843 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
13845         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
13846         into general OS recognition case.
13848 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13850         * configure.in (target_configdirs): add target-winsup only
13851         for win32 target systems.
13853 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
13855         * Makefile.in (all-target-libgloss): Depend upon
13856         configure-target-newlib, since when libgloss is built it looks to
13857         see if the newlib directory exists.
13859 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
13861         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
13862         cfg-ml-*.in.
13864 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
13866         * configure: Handle LD and LD_FOR_TARGET when configuring a
13867         Canadian Cross.
13869 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13871         * configure.in (target_libs): add target-winsup.
13872         (target==i386-win32): add patch diff flex make to $noconfigdirs.
13873         (target==ppcle-pe): remove ld from $noconfigdirs.
13875 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
13877         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
13878         Preserve relative path names in $srcdir.  Build symlink tree if
13879         configuring cross target dir and srcdir=. (= no VPATH support).
13880         (configure-target-libg++): Depend on configure-target-librx.
13881         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
13882         * config-ml.in: New file.
13883         * symlink-tree: New file.
13884         * configure: Ensure srcdir="." if that's what it is.
13886 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
13888         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
13889         includes and FLEX_SKELETON setting.
13890         * mpw-configure (--with-gnu-ld): New option, controls whether
13891         to use PPCLink or ld with PowerMac GCC.
13892         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
13893         * mpw-config.in: Configure grez if targeting Mac.
13895         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
13896         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
13897         just macos.
13898         * configure.in: Configure grez resource compiler if targeting Mac.
13899         * Makefile.in (all-grez, install-grez): New targets.
13901 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
13903         * configure: CXX defaults to gcc, not g++.  If we find
13904         gcc in the path, set CC to gcc -O2.
13906 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
13908         * configure: Default ${build} correctly.  Avoid picking up extra
13909         spaces when reading CC and CXX from Makefile.  When doing a
13910         Canadian Cross, use plausible default values for numerous
13911         variables.
13912         * configure.in: When doing a Canadian Cross, don't try to
13913         configure tools whose configure script can't handle it.
13915 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13917         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
13919 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13921         * configure:  Remove dubious bug reporting address.
13923 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13925         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
13926         configure script, run that instead of this directory's configure.
13927         In either case, print a message that we're configuring the sub-dir.
13929 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13931         * configure.in: Before checking for the existence of various files,
13932         use sed to filter out "target-".
13934 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
13936         * Makefile.in (DO_X): Split rule to decrease command line length
13937         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
13938         (Philippe De Muyter).
13940 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13942         * Makefile.in (all-patch): depend on all-libiberty.
13944 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
13946         * configure.in: If the only directory in target_configdirs which
13947         actually exists is libiberty, then set target_configdirs to empty,
13948         to avoid trying to build a target libiberty in a gas or gdb
13949         distribution.
13951 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
13953         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
13954         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
13955         systems.
13957 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13959         * configure.in (copy_dirs): Use sys-include instead of include
13960         for --with-headers option.
13962 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
13964         * Makefile.in, configure.in: Make winsup builds work with
13965         new scheme.
13967 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
13969         * configure.in: Build the linker on AIX.
13971 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13973         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
13974         where needed.
13976 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
13978         * Makefile.in (all-gcc): Fix typo.
13980 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13982         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
13984 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13986         * configure.in:  Rename libFOO to target-libFOO, and xiberty
13987         to target-xiberty, to provide more flexibility.
13988         (target_subdir):  Define.  Create if cross.
13989         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
13990         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
13991         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
13992         check-libFOO -> check-target-libFOO, etc.
13993         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
13994         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
13995         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
13996         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
13997         allow ALL_GCC="" to only configure.
13998         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
13999         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
14000         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
14002 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
14004         * Makefile.in (taz): Build "info" in etc explicitly.
14006 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
14008         * configure.in:  Make sure that CC is undefined (as opposed to
14009         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
14010         problem with autoconf trying to configure on a host without GCC.
14012 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
14014         * mpw-configure: Set host alias from choice of host compiler,
14015         only use generic MPW Makefile sed if present, edit a file
14016         named "hacked_Makefile.in" instead of "Makefile.in" if present.
14017         * mpw-README: Add problem notes about CW6 and CW7.
14019 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
14021         * Makefile.in (taz): Use ";" instead of ";;".
14023 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14025         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
14026         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
14027         DISTDOCDIRS.
14028         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
14029         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
14031 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14033         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
14034         and gnats, because they are now subsumed by DISTSTUFFDIRS.
14035         Move bfd to DISTSTUFFDIRS.
14037 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14039         * Makefile.in (X11_LIB): Removed.
14040         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
14042         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
14044 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14046         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
14047         names.
14049 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14051         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
14053 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
14055         * configure.in (i[345]86-*-win32): Always build newlib.
14056         Don't configure cvs, autoconf or texinfo.
14057         * Makefile.in (LD_FOR_TARGET): New.
14058         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
14059         Pass down LD_FOR_TARGET.
14061 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
14063         * winsup: New directory.
14064         * Makefile.in: Build winsup.
14065         * configure.in: Winsup is configured when target is win32.
14066         Can only build win32 target GDB when native.
14068 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
14070         * config.guess: Recognize HP model 819 machines as having
14071         a PA 1.1 processor.
14073 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
14075         * configure: Fix sed loop which substitutes for CC and CXX to
14076         avoid bug found in various sed implementations.
14078 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14080         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
14081         simulator.  Use standard powerpc-*-eabi*.
14083 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
14085         * configure.in: Stop putting gas and binutils in noconfigdirs for
14086         powerpc-*-aix* and rs6000-*-*.
14088 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
14090         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
14091         -mcall-aixdesc libraries.
14093 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
14095         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14097         * config.sub (arm | armel | armeb): Fix shell syntax.
14099 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14101         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
14102         -msoft-float and -mcpu=common support.
14103         (powerpc*-*-eabisim*): Add support for building -mcall-aix
14104         libraries.
14106 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14108         * configure.in: Allow configuration and build of emacs19 for the alpha.
14110 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14112         * configure.in (CC): Get ^CC, not just any old CC, from
14113         ${host_makefile_frag}.
14115 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14117         * configure.in (CC): Try to get CC from
14118         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
14120 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14122         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
14123         only if it exists in $(srcdir).
14125 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
14127         * configure: If CC and CXX are not set in the environment, set
14128         them, based on either an existing Makefile or on searching for gcc
14129         in PATH.  Substitute for CC and CXX in Makefile.
14130         * configure.in: Remove libm from target_libs.  Separate
14131         target_configdirs from configdirs.  If CC is not set in
14132         environment, try to get it from a host Makefile fragment.  Rewrite
14133         changes of configdirs to use skipdirs instead.  A few minor
14134         tweaks.  Take directories out of target_configdirs as they are
14135         taken out of configdirs.  Remove existing Makefile files from
14136         subdirectories.  Substitute for TARGET_CONFIGDIRS and
14137         CONFIG_ARGUMENTS in Makefile.
14138         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
14139         by configure.in.
14140         (CONFIG_ARGUMENTS): Likewise.
14141         (CONFIGURE_TARGET_MODULES): New variable.
14142         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
14143         ($(CONFIGURE_TARGET_MODULES)): New target.
14144         (configure-libg++, configure-libio): New targets.
14145         (all-libg++): Depend upon configure-libg++.
14146         (all-libio): Depend upon configure-libio.
14147         (configure-libgloss, all-libgloss): New targets.
14148         (configure-libstdc++): New target.
14149         (all-libstdc++): Depend upon configure-libstdc++.
14150         (configure-librx, all-librx): New targets.
14151         (configure-newlib): New target.
14152         (all-newlib): Depend upon configure-newlib
14153         (configure-xiberty): New target.
14154         (all-xiberty): Depend upon configure-xiberty.
14156 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14158         * configure.in (host i[345]86-*-win32):  Expand the
14159         noconfigdirs again.
14161 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
14163         * mpw-configure: Fix sed command file name.
14165 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
14167         * configure.in (host i[345]86-*-win32): Reduce the
14168         noconfigdirs again.
14170 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
14172         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
14173         or powerpc*-*-pe*, since they are not yet supported.
14175 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
14177         Add PowerMac support and many other enhancements.
14178         * mpw-configure: New option --cc to select compiler to use,
14179         paste options set according to --cc into the generated
14180         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
14181         if mpw-make.sed is present.
14182         * mpw-config.in: Don't test for gC1, test for mpw-touch,
14183         add forward includes for PowerPC include files.
14184         * mpw-build.in: Build using Makefile.PPC if present.
14185         (do-byacc, etc): Remove separate version resource builds.
14186         (do-gas): Build "stamps" before "all".
14187         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
14188         * mpw-README: Update to reflect --cc option, PowerMac support,
14189         and recently-reported compatibility problems.
14191 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
14193         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
14194         embedded m68k systems (-aout, -coff, -elf, -vxworks).
14195         (--with-multilib-top): Pass to recursive invocations.
14197 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
14199         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
14200         v810-*-*.
14202 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14204         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
14205         gdb, ld and opcodes on v810-*-*.
14207 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
14209         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
14210         (local-maintainer-clean): New target.
14211         (maintainer-clean): New target.
14212         (realclean): Just depend upon maintainer-clean.
14214 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14216         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
14218 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
14220         * configure.in: Build ld in mips*-*-bsd* case.
14222 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
14224         * config.sub: Accept -lites* OS.  From Ian Dall.
14226 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
14228         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
14229         targets.
14231 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14233         * configure.in: treat i386-win32 canadian cross the same as
14234         i386-go32 canadian cross.
14236 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14238         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
14239         running under the simulator to build a reduced set of libraries.
14240         (powerpc-*-eabiaix): Add fine grained multilib support added to
14241         other powerpc targets yesterday.
14243 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14245         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
14246         -disable-softfloat, -disable-relocatable, -disable-aix, and
14247         -disable-sysv to control which multilib libraries get built.
14249 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
14251         * configure: Add Makefile.tem to list of files to remove in trap
14252         handler.
14254 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14256         * config.guess (*Linux*):  Add missing "exit"s.
14257         Also, need specific check for alpha-unknown-linux (uses COFF).
14259 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14261         * config.guess:  Merge with FSF:
14263         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
14264         * config.guess (AIX4): More robust release numbering discovery.
14266         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
14267         * config.guess (i386-sequent-ptx): Properly get version number.
14269         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
14270         * config.guess (mips:*:4*:UMIPS): New case.
14272 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
14274         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
14275         (i386-win32 host): Likewise.  Don't build readline.
14277 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
14279         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
14280         SUPPORT_FILES to submakes.
14282 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
14284         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
14285         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
14286         mpw-configure.
14288 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
14290         * configure.in (appdirs): Use =, not ==, in test expression when
14291         trying to build the text to print in the warning message for
14292         Solaris users.
14294 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
14296         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
14298 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14300         * config.guess: Recognize lynx-2.3.
14302 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
14304         * config.sub (z8ksim): Deleted
14305         (z8k-*-coff): New, this is the one true name of the target.
14307 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
14309         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
14311 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
14313         * config.guess (*:Linux:*:*): First try asking the linker what the
14314         default object file format is (elf, aout, or coff).  Then if this
14315         fails, try previous methods.
14317 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14319         * configure.in: Don't build newlib for *-*-vxworks5.1.
14321 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14323         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
14324         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
14326 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
14328         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
14330 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
14332         * cfg-ml-com.in: New file.
14333         * cfg-ml-pos.in: New file.
14335 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14337         * COPYING.NEWLIB: Add HP free copyright to list.
14339 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14341         * config.sub: Recognize -eabi* for the system, not just -eabi.
14343 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
14345         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
14346         * config.sub, configure.in (win32): New target and host.
14348 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
14350         * configure.in: Add i386-pe configuration.
14352 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
14354         * mpw-build.in (install): Install GDB after LD.
14356 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
14358         * mpw-config.in (elf/mips.h): Always forward-include, needed
14359         for GDB to build.
14361 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14363         * testsuite: New directory for customer acceptance and whole tool
14364         chain tests.
14366 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
14368         * configure: If per-host line isn't found, but AC_OUTPUT is found
14369         and a configure script exists, run it instead.
14371 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14373         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
14375 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14377         * configure: Set build_{cpu,vendor,os,alias} to host values when
14378         --build isn't specified.
14380 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14382         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
14383         (FLAGS_TO_PASS): Pass them.
14384         (EXTRA_TARGET_FLAGS): Ditto.
14386 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14388         * Makefile.in (all-libg++): Depend on all-libstdc++.
14390 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14392         * configure.in (noconfigdirs): Enable all packages for
14393           i386-unknown-netbsd.
14395 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
14397         * configure.in (noconfigdirs): Don't configure tk for i386-go32
14398         hosted builds (DOS builds)
14400 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
14402         Changes for ARM based on patches from Richard Earnshaw:
14403         * config.sub: Handle armeb and armel.
14404         * configure.in: Omit arm linker only for riscix.
14406 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14408         * config.guess:  Update from FSF.
14410 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
14412         * config.sub: Recognize powerpcle as the little endian variant of
14413         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
14414         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
14415         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
14416         temporarily.
14418 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
14420         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
14422 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
14424         * config.sub: Accept -lites* as a basic system type.
14426 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
14428         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
14429         installed, and if so return linuxoldld as the system name.
14431 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
14433         * config.guess: Add hppa1.1-hp-lites support.
14435 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14437         * configure.in: Don't build newlib for m68k-vxworks5.1.
14439 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14441         * configure.in (mips-sgi-irix6): Use mh-irix5.
14443 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
14445         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
14447 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14449         * test-build.mk: Enable building of shared libraries on IRIX 5 and
14450         OSF/1.  Fix compiler flags.
14451         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
14453 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
14455         * configure.in: Recognize --with-newlib.
14456         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
14458 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14460         * Makefile.in: move {all,check,install}-gdb from *_MODULES
14461         to *_X11_MODULES due to gdbtk needing X include files et al.
14463 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
14465         Merge in support for Mac MPW as a host.
14466         (Old change descriptions retained for informational value.)
14468         * mpw-config.in: Add generic include forwards for cpu-specific
14469         include files in aout and elf directories.
14471         * mpw-configure: Added copyright.
14472         * mpw-config.in: Check for presence of required build tools.
14473         (target_libs): Add newlib.
14474         (target_tools): Add examples.
14475         (Read Me): Generate as "Read Me for MPW" instead.
14476         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
14477         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
14478         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
14480         * mpw-configure: Remove subdir-specific makefile hackery,
14481         delete mk.tmp after using it.
14483         * mpw-build.in (all): Display start and end times.
14485         * mpw-configure (host_canonical): Set.
14486         (target_cpu): Always add to makefiles.
14487         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
14488         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
14489         (mpw-mh-mpw): Look for in srcdir and srcroot.
14490         Use sed instead of mpw-edit-prefix to edit prefix definitions.
14492         * mpw-build.in: (install-only): New target.
14494         * mpw-configure (host_alias, target_alias): Rename from hostalias
14495         and targetalias, add into generated Makefile.
14496         (mk.tmp): If present, add into generated Makefile.
14497         * mpw-build.in (all-gas): Build config.h first before gas proper.
14499         * mpw-configure (config.status): Write only if changed.
14500         * mpw-config.in (readline): Configure it (not built, just used for
14501         definitions).
14503         * mpw-config.in (elf/mips.h): Add a forward include.
14505         * mpw-config.in: Forward-include most .h files in include into
14506         extra-include.
14507         (readline): Don't build.
14508         mpw-build.in (install): Install GDB.
14510         * mpw-configure (prefix, mpw_prefix): Handle it.
14511         * mpw-config.in (mmalloc, readline): Don't configure.
14512         * mpw-build.in (thisscript): Rename to ThisScript.
14513         Use mpw-build instead of BuildProgram everywhere.
14514         (mmalloc, readline): Don't build.
14515         * mpw-README: New file, basic documentation about the MPW port.
14517         * mpw-config.in: Use forward-include to create include files.
14519         * mpw-configure: Add more things to the top of each configured
14520         Makefile, including contents of config/mpw-mh-mpw.
14521         * mpw-config.in (extra-include): Create this directory and fill it
14522         with Posix-like include files when configuring.
14524         * config.sub (apple, mac, mpw): Add various aliases.
14526         * mpw-build.in: New file, top-level build script fragment for MPW.
14527         * mpw-configure: New file, configure script for MPW.
14528         * mpw-config.in: New file, config fragment for MPW.
14530 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14532         * configure.in (host_libs): Remove glob, since it is gone from the
14533         sources.
14535 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14537         * Makefile.in: define empty GDB_NLM_DEPS var.
14539         * configure.in(target_makefile_frag): use config/mt-netware
14540         for netware targets.
14542 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
14544         * config.sub: Merge in recent FSF changes.  Remove linux special
14545         cases.
14547 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14549         Revert this change:
14551         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
14553                 * build-all.mk: Use CC=cc -Xs on Solaris.
14555 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14557         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
14558         stop using it.
14559         * Makefile.in: Nuke all references to glob subdirectory.
14561 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14563         * configure.in: Fix --enable-shared logic in per-host.
14565 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
14567         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
14569 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14571         * configure.in (noconfigdirs): Don't build gas on AIX, for
14572         powerpc*-*-aix* as well as for rs6000*-*-aix*.
14574 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
14576         * configure: Fix --cache-file to work if the file argument is a
14577         relative path.
14579 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
14581         * configure: If the --cache-file is used, pass it down to
14582         configure in subdirectories.
14584 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
14586         * config.sub: add vxworks29k configuration.
14588 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
14590         * Makefile.in (taz): Do "diststuff" part quietly.
14592 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
14594         * config.sub: Mini-merge with gcc/config.sub.
14596 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14598         * config.guess (IRIX): Sed - to _.
14600 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14602         * Makefile.in (source-vault, binary-vault): New targets.
14604 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
14606         * config.sub: Recognize -eabi as a basic system type.
14608 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14610         * configure.in (enable_shared stuff): Fix typo.
14612 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
14614         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
14616 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14618         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
14620 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
14622         * configure.in (rs6000-*-*): Don't build gas.
14624 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
14626         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
14627         reduce command line length.
14628         (AS_FOR_TARGET): Check for as.new, not Makefile.
14629         (NM_FOR_TARGET): Check for nm.new, not Makefile.
14631 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14633         * config.guess:  Merge from FSF.
14635 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14637         * configure: Don't use $ when handling program_suffix.
14639 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
14641         * configure.in:  Configure tk for hppa/hpux.
14643 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14645         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
14647 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14649         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
14650         to LIBCXXFLAGS.  Tests are better run without it.
14652 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
14654         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
14656 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
14658         * configure.in (*-*-netware*): Don't configure xiberty.
14660 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
14662         * configure.in:  Remove tk from native_only list.
14664 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
14666         * build-all.mk: Add mips-ncd-elf target to sun4 targets
14667           for special NCD build.
14669 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14671         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
14672         makeall.bat, they're only useful for binutils snapshots.
14673         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
14674         makeall.bat to specified SUPPORT_FILES.
14676 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
14678         * build-all.mk: Add Ericsson targets to sun4 and solaris
14679           hosts.  Add  BNR's sun4 target to solaris host, so their
14680           build-from-source will be tested in-house first.
14682 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14684         * Makefile.in (LIBCFLAGS): New variable.
14685         (CFLAGS_FOR_TARGET): Ditto.
14686         (LIBCFLAGS_FOR_TARGET): Ditto.
14687         (LIBCXXFLAGS): Ditto.
14688         (CXXFLAGS_FOR_TARGET): Ditto.
14689         (LIBCXXFLAGS_FOR_TARGET): Ditto.
14690         (BASE_FLAGS_TO_PASS): Pass them.
14691         (EXTRA_TARGET_FLAGS): Ditto.
14693         * configure.in: Support --enable-shared.
14695 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14697         * configure.in (target_libs):  Include libstdc++ again.
14698         * config.guess:  Update from FSF (for FreeBSD).
14700 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14702         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
14703         makeall.bat.
14704         (DISTDOCDIRS): Add `etc'.
14705         (ETC_SUPPORT_PFX): New variable.
14706         (taz): Include anything from etc starting with a word in
14707         ETC_SUPPORT_PFX.
14709 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14711         * config.sub: Update for recent FSF changes.  Remove obsolete
14712         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
14713         spacing changes.
14715 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14717         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
14719         * config.guess:  Merge with FSF.
14720         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
14722 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14724         * configure: Since the "trap 0" handler will override the exit
14725         status on many systems, only use it for "exit 1", and make it set
14726         a non-zero exit status; reset it before "exit 0".  Also, check
14727         exit status of config.sub, and error out if it failed.
14729 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
14731         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
14732         and install libgloss.
14734 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14736         * Makefile.in (all-binutils): Depend upon all-byacc.
14738         * configure.in: Don't build emacs on Irix 5.
14740 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14742         * configure.in (*-*-netware*): Add libio.
14744 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14746         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
14747         (CHECK_TARGET_MODULES): Ditto.
14748         (INSTALL_TARGET_MODULES): Ditto.
14749         (TARGET_LIBS): Ditto.
14750         (all-libstdc++): Note dependencies.
14752 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14754         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
14756 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14758         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
14759         -fexternal-templates.
14761         * configure.in (target_libs): Add libstdc++.
14762         (noconfigdirs): Add libstdc++ as appropriate.
14764 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14766         * config.guess:  Update from FSF.
14768 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14770         * configure: Use ${config_shell} when running ${configsub}.
14772 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
14774         * config.sub: No longer recognize h8300h.
14776 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14778         * config.sub: Remove extraneous differences between config.sub and
14779         gcc/config.sub.
14781 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14783         * Makefile.in (DISTSTUFFDIRS): Add gas.
14785 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
14787         * COPYING.NEWLIB: New file.
14789 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14791         * config.guess (HP-UX):  Patch from Harlan Stenn
14792         <harlan@landmark.com> to also emit release level.
14794 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14796         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
14798 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14800         * config.sub:  Merge nextstep cleanup from FSF.
14802 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14804         * configure.in (arm-*-*): Don't configure ld for this target.
14806 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14808         * configure.in (*-*-netware): don't configure libg++, libio,
14809           librx, or newlib.
14811 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14813         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
14814         configure ld--it works, but it doesn't support shared libraries.
14816 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14818         * config.guess (*-unknown-freebsd*):  Get rid of possible
14819         trailing "(Release)" in version string.
14820         Patch from Paul Richards <paul@isl.cf.ac.uk>.
14822 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14824         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
14825         Fix type: *-next-neststep -> *-next-nextstep.
14827         * config.guess:  Merge from FSF:
14829         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
14831         * config.guess: Recognize powerpc-ibm-aix3.2.5.
14833         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
14835         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
14836         instead of UNIX_SV for UnixWare 1.0).
14838 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
14840         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
14841         to make gdb/nlm/* build after the compiler and linker.
14843 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14845         * config.guess (netbsd, freebsd, linux):  Accept any machine,
14846         not just i[34]86.
14847         (m68k-atari-sysv4):  Relocate to match FSF version.
14849         * config.guess:  More merges from the FSF:
14851         Add a space before function call or macro invocation.
14853         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14855         * config.guess: Add trap cmd to remove dummy.c and dummy when
14856         interrupted.
14858         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14860         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
14861         (dummy): Redirect stderr from compilation of dummy.c.
14863         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
14865         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
14867 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
14869         * configure: Accept and ignore --cache*, for compatibility with
14870         new autoconf.
14872 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14874         * config.guess:  Merge from FSF:
14876         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
14878         * config.guess (Pyramid*:OSx*:*:*): New case.
14879         (PATH): Add /.attbin at end for finding uname.
14880         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
14882         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
14884         * config.guess (M88*:DolphinOS:*:*): New case.
14886         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
14888         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
14889         to select whether to use ELF or COFF.
14891         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
14893         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
14895         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
14897         * config.guess: Guess the OS version for HPUX.
14899         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
14901         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
14903 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14905         * configure.in: Recognize --with-headers, --with-libs, and
14906         --without-newlib.
14907         * Makefile.in (all-xiberty): Depend upon all-ld.
14909 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14911         * configure.in: Change i[34]86 to i[345]86.
14913 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14915         * configure (version): A few more tweaks to help message.
14917 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14919         * Makefile.in:  Remove (for now) librx as a host library,
14920         now that we're building it for target.
14922 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14924         * configure: Fix up help message; from karl@owl.hq.ileaf.com
14925         (Karl Berry).
14927 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14929         * configure.in:  Also configure librx.
14931 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14933         * Makefile.in:  Update various rules to reflect that librx
14934         is now needed for libg++.
14936 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14938         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
14940 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
14942         * configure.in: Configure the examples directory.
14944 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14946         * configure: Simplify Jun 2 1994 change.
14948 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14950         * change CC to /usr/latest/bin/gcc for lynx host builds, since
14951         /bin/gcc isn't good enough to build gcc.
14953 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
14955         * Makefile.in (GDB_SUPPORT_FILES): Remove
14956         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
14957         (gdb.tar.gz): Add new rule to use standard distribution building
14958         mechanism.
14960 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14962         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
14963         Bill Cox <bill@cygnus.com>.
14965 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14967         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
14969 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
14971         * configure:  Search current dir first in .gdbinit.
14973 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14975         * config.sub:  Recognize freebsd (merged from gcc config.sub).
14977 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14979         * config.sub:  Refer to NeXT's operating system as nextstep.
14981         * config.sub (case $basic_machine):  Re-order the cases, to match
14982         the order in the FSF version (which is mostly alphabethical).
14983         Merge in some additions and changes from the FSF.
14985 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
14987         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
14988         * config.sub: Recognize cxux7.
14989         * configure.in: Use mh-cxux for m88k-harris-cxux*.
14991 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14993         * config.sub:  Fix typo powerpc -> powerpc-*.
14995 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
14997         * Makefile.in: `all-emacs19' depends on `all-byacc'.
14999         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
15000         parallel with all-emacs and install-emacs).  Top-level command
15001         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
15003 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15005         * test-build.mk ($(host)-stamp-stage2-installed): Remove
15006         $(relbindir)/make before doing ``make install'', and use
15007         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
15008         installing over running make binary.
15009         ($(host)-stamp-stage3-installed): Likewise.
15011 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15013         * config.guess: Recognize Mach.
15015 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15017         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
15018         see whether --exec-prefix was used.
15020 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15022         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
15024 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15026         * Makefile.in: Add all-librx target similar to all-libproc.
15028 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
15030         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
15031         with post 1.2 uname bogosity.
15033 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15035         * configure: Remove temporary files on receipt of a signal.
15037 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
15039         * configure: If there is a package_makefile_frag, remove
15040         ${subdir}/Makefile.tem after copying it in.
15042 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15044         * build_all.mk: support rs6000 lynx identifies itself as
15045         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
15046         since /bin/gcc is too feeble to compile a modern gcc.
15048 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
15050         * brought devo/test-build.mk update-to-date with progressive/
15051           test-build.mk. Add lynx targets and hppa flag info.
15053 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15055         * configure.in:  Use mh-ncrsvr43.  Patch from
15056         Tom McConnell <tmcconne@sedona.intel.com>.
15058 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15060         * config.guess (i386-unknown-bsdi):  No longer need to
15061         check #if defined(__bsdi__) && defined(__i386__).
15063 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15065         * configure: Set program_transform_nameoption correctly.
15067 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
15069         * brought build-all.mk update-to-date with progressive build-all.mk,
15070           added new targets and hppa info.
15072 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15074         * configure: If config.guess result is a prefix of the user
15075         specified target, assume a native build and use the user specified
15076         target as the host alias.  Remove SunOS patch suffix removal hack.
15077         * configure.in: Remove SunOS patch suffix removal hack.
15079         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
15080         in NATIVE_CHECK_MODULES.
15082 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
15084         * Makefile.in: Rename HOST_ONLY to NATIVE.
15085         * configure: Delete SunOs patch suffix from host_canonical
15086           and build_canonical variables that are prepended to Makefiles.
15087         * configure.in: Add comments for easier maintenance.
15089 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15091         * Makefile.in: Add all-libproc target similar to all-gui.
15093 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
15095         * Makefile.in (CHECK_MODULES): split into
15096         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
15098 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
15100         * config.guess (i386-unknown-bsdi): New system to guess.
15102 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15104         * Makefile.in: Add all-gui target (but not yet build by "all").
15106 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
15108         * config.sub: Move deletion of patch suffix from here...
15109         * configure.in: To here, at Ian's suggestion.  The top-
15110           level scripts might need to know of a patch level.
15112 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
15114         * config.sub: Strip off patch suffix so rtl is recognized
15115           as a sunos4.1.3 machine, even though it's been patched.
15117 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
15119         * Makefile.in (INSTALL_LAST): Delete.
15120         (INSTALL_DOSREL): New.
15122 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15124         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
15125         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
15126         whether we pass down --with-gnu-ld anyhow.
15128 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
15130         * Makefile.in (INSTALL_LAST): Change operation so it works
15131         on more flavors of make.
15132         * configure.in (go32): Don't build libg++ or libio.
15134 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
15136         * Makefile.in (Move HOST_PREFIX_1 and friends up so
15137         they can be overriden by templates.
15139 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
15141         * configure.in (target==go32): Don't build gdb.
15142         * dosrel: New directory.
15144 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
15146         * configure.in (host==go32): Configure dosrel too.
15147         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
15148         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
15149         be set by incoming names or templates.
15150         (INSTALL_LAST): New rule.
15152 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
15154         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
15156 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15158         * configure.in (appdirs): New variable.  Currently empty, but will
15159         be used in gas distribution.  If nonempty, lists a set of
15160         directories at least one of which must get configured, or top
15161         level configuration is considered to have failed.
15162         (rs6000-*-lynxos*): Use new file name.
15164 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15166         Eliminate XTRAFLAGS.
15167         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
15168         newlib include files using -idirafter, and also use -nostdinc.
15169         (CXX_FOR_TARGET): Likewise.
15170         (XTRAFLAGS): Removed.
15171         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
15172         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
15173         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
15174         ($(DO_X)): Don't pass down XTRAFLAGS.
15176 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15178         * configure.in (mips*-dec-bsd*): New target; do build linker.
15179         (mips*-*-bsd*): New target; don't build linker.
15181 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15183         * configure.in: support rs6000-*-lynxos* configuration.
15184         support sunos4 as a cross target.
15186         * config.sub: look for lynx*, not lynx since the OS version may
15187         legitimately be part of the name.
15189 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15191         * configure.in (i[34]86-*-sco*): Move to be with other i386
15192         targets.
15193         (romp-*-*): New target.  Skip various binary utilities.
15194         (vax-*-*): New target.  Don't build newlib.
15195         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
15197 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15199         * configure.in: Only set host_makefile_frag if config
15200         directory exists.
15202 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15204         * install.sh: If $dstdir exists, don't check whether each
15205         component does.
15207 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15209         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
15211 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
15213         * configure.in (*-*-lynxos*): Don't configure newlib for either
15214         native or cross Lynx.
15216 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
15218         * config.sub (sparc64-elf): Fix os.
15219         (z8k): Remove duplicate.
15221 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15223         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
15224         gcc/stmp-fixproto, to try to prevent fixproto from being run.
15226 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
15228         * configure: Make file links cleanly even if Lynx fails on
15229           an NFS symlink (at least fail cleanly).
15231 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
15233         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
15234         -XNh2000.
15236 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15238         * configure: Unknown options are fatal again.
15240 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
15242         * configure: Ignore --x-includes and --x-libraries, for Autoconf
15243         compatibility.
15245 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
15247         * build-all.mk: Add `clean' target.
15249 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15251         * config.guess:  Add SINIX support.
15252         * configure.in:  Add mips-*-sysv4* support.
15254 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
15256         * build-all.mk: Document all useful targets.
15257         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
15258         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
15260 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15262         * configure: Support --silent, --quiet.
15264 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15266         * configure: Support --disable-FEATURE.
15268 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15270         * config.guess: Recognize NCR running SVR4.3.
15272 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15274         * config.guess:  Make BSDI generate i386-unknown-bsd386.
15275         Patch from Paul Eggert <eggert@twinsun.com>.
15277 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15279         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
15281 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15283         * configure: Make unrecognized options give nonfatal warnings
15284         instead of fatal errors, and pass them to any subdirectory
15285         configures in case they recognize them.
15286         Make --x equivalent to --with-x.
15288 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15290         * configure: Add --enable-* options.  Clean up usage message and
15291         some comments.
15293 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
15295         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
15297 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15299         * configure.in (hppa*-*-*): Enable binutils.
15301 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15303         * config.sub: Recognize cisco.
15305 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
15307         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
15309 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15311         * config.guess: about target *-hitachi-hiuxwe2, don't print more
15312         than one configuration name.  Add comment.
15314 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
15316         * config.guess: about target *-hitachi-hiuxwe2, fixed
15317         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
15318         macro is incorrect.]
15320 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15322         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
15323         than the "make ls" stuff which used to be here.
15325 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15327         * config.guess:  Recognize i[34]86-unknown-freebsd.
15328         From Shawn M Carey <smcarey@rodan.syr.edu>.
15330 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15332         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
15334 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
15336         * config.guess: Check for ptx.
15338 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
15340         * config.sub: Add os9k checking.
15342 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15344         * config.guess: Handle OSF1 running on HPPA processors
15346 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
15348         * configure: If subdir configure fails, print out a message with
15349         subdirectory name, in case subdir's configure code didn't identify
15350         itself.
15352 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
15354         * configure.in: Remove embedded newlines from configdirs.
15355         Avoid mismatches of substrings.  Fix matching strings at end
15356         of configdirs.
15358 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
15360         * config.guess:  Add Lynx/rs6000 config support.
15362 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
15364         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
15366 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
15368         * configure.in (hppa*-*-osf*): Treat this just like most other
15369         PA configurations (eg no binutils or ld).
15370         (hppa*-*-*elf*): These configurations have binutils and ld.
15372 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15374         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
15376 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15378         * configure.in (rs6000-*-*): Build gas.
15380 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15382         * Makefile.in:  Avoid bug in losing hpux sed.
15384 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15386         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
15387         for GDB and GDB has been fixed to not need it.
15389 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15391         * config.guess: Recognize vax hosts.
15393 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15395         * configure (while loop): Don't use "break 2" inside case
15396         statement -- the case statement isn't an enclosing loop.
15398 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15400         * config.guess:  Clean up NeXT support, to allow nextstep
15401         on Intel machines.  Make OS be nextstep.
15403 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
15405         * config.guess: Add alternate forms for Convex.
15407 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
15409         * configure:  Completely rewrite option processing.  Take
15410         advantage of pattern-matching to avoid invoking test frequently.
15411         Also clean up host and target defaulting logic.
15413 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15415         * Makefile.in: Replace all occurrances of "rootme" with "r" and
15416         "$${rootme}" with "$$r", to increase the likelihood that the do-*
15417         commands (plus user environment) will fit SCO limits.
15419 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15421         * configure.in: Don't issue warnings about directories which are
15422         not being configured if -norecursion is set.  Correct test for
15423         --with-gnu-as and --with-gnu-ld to not get confused by substring
15424         matches.
15426         * configure.in: Don't build gas for alpha-dec-osf1*.
15428 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
15430         * configure:  Back out Per's change of 12/19/1993.  It changes the
15431         behavior of configure in unexpected and confusing ways.
15433         Also, use different delim char when calculating
15434         program_transform_name so that the name can contain slashes.
15436 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
15438         * configure.in, config.sub: Add support for VSTa micro-kernel.
15440 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
15442         * configure.in: Nuke hacks which were used to get a special
15443         version of GAS for HPPA configurations.
15445 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15447         * configure:  If only ${target_alias} is given, use that
15448         as the default for ${host_alias}.
15449         * configure:  Add missing back-slashes before nested quotes.
15451 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
15453         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
15455 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
15457         * config.guess:  Recognize some Tektronix configurations.
15458         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
15460 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15462         * config.sub: Match any flavor of SH.
15464 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
15466         * configure.in: Don't try to configure newlib for Alpha.
15468 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15470         * configure.in: Don't build ld for Irix 5.  Don't build gas,
15471         libg++ or libio for any Alpha target.
15473         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
15475 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
15477         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
15478         default arguments -- so it tried to compress itself.
15480 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
15482         * configure.in (notsupp): ensure that a space is always at the end
15483           of the configdirs list, since the grep checks for an explicit space
15485 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15487         * configure.in (target i386-sysv4.2): don't build ld, since static
15488           versions of many libraries are not available.
15490 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15492         * config.guess: Recognize Apollos (using environment variables).
15493         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
15495 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15497         * config.guess: Recognize Sony news mips running newsos.
15499 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
15501         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
15502         "fi ; else" for bash.
15504 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
15506         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
15508 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
15510         * config.sub: accept unixware as an alias for svr4.2.
15511         Fix some inconsistancies with the gcc version.
15513 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15515         * Makefile.in (DISTDOCDIRS):  Add gdb.
15517 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15519         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
15521 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15523         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
15524         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
15525         this now.
15527 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15529         * config.sub: Accept hiux* as an OS name.
15531         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
15532         etc/make-stds.texi.  The underscore came from gcc, and dje now
15533         agrees that RUNTESTFLAGS is the correct name.
15535 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15537         * install.sh:  Remove 'set -e'.  It makes any conditionals
15538         in the script useless.
15540         * config.guess: Automatically recognize arm-acorn-riscix
15541         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
15543 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
15545         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
15547 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15549         * Makefile.in (DISTDOCDIRS): New variable.
15550         (taz): Edit local Makefile.in sooner, instead of proto-toplev
15551         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
15553 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15555         * configure.in (hppa target): check the source directory for the
15556           pagas sub-directory
15558 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
15560         * config.sub: Allow -aout* and -elf*.
15562 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15564         * configure.in: Don't build ld on i386-solaris2, same as for
15565         sparc-solaris2.
15567 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15569         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
15571 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15573         * configure.in:  Configure gdb for alpha.
15575 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15577         * Makefile.in (CXXFLAGS): Add -O.
15579 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15581         * config.guess: added support for DG Aviion
15583 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15585         * configure.in: Produce warning message for subdirectories not
15586         configurable for this host/target combination.  Don't try to
15587         configure gdb for vms.
15589 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15591         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
15592         appropriate files before making "diststuff".
15593         (DISTBISONFILES): New var: list of files to be edited.
15594         (DISTSTUFFDIRS): Add binutils.
15596 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15598         * config.sub: also handle mipsel and mips64el (for little endian mips)
15600 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15602         * configure.in: Add * to end of all OS names.
15604 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
15606         * configure.in: Build newlib for LynxOS native.
15608 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15610         * config.guess: Add support for delta 88k running SVR3.
15612         * configure.in: Add comment about HP compiler vs. emacs.
15614 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15616         * configure.in: don't build ld on solaris2 (not a viable option
15617           due to bugs in getpwnam & getpwuid)
15619 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15621         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
15622         config.guess will produce a full version number.
15624 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15626         * configure.in: Build linker and binutils for alpha-dec-osf1.
15628 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15630         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
15631         and gdb/testsuite/Makefile.in.
15633 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15635         * configure.in: recognize mips*- instead of mips-
15637 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15639         * config.sub: Accept linux*coff and linux*elf as operating
15640         systems.
15642 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15644         * config.sub: Recognize mips64, and mips3 as an alias for it.
15646 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15648         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
15649         gdb knows how to handle OSF/1 shared libraries.
15651 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15653         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
15654         * config.guess: Recognize Hitachi's HIUX.
15655         * config.sub: Recognize h3050r* and hppahitachi.
15656         Remove redundant cases for hp9k[23]*.
15658 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15660         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
15661         if gas and ld are in the source tree and are in ${configdirs}.
15662         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
15663         --with options (but still pass them down on the command line,
15664         if they were explicitly specified).
15666 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15668         * configure: substitute SHELL value in Makefile.in with
15669         ${CONFIG_SHELL}
15671 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15673         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
15674         *-*-solaris2* targets.
15676 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15678         * Makefile.in: define M4, and pass it down to sub-makes;
15679         all-autoconf now depends on all-m4
15681 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15683         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
15684         presence of {ar,ranlib} instead of a configured directory
15686 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
15688         * config.guess: Accept 34?? as well as 33?? for NCR.
15690 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15692         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
15693         of 'gas' in sed commands, since 'gash' is now in the tree as well.
15695 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15697         * configure: grab values for $(CC) and $(CXX) from the
15698         environment, so that someone can do "CC=gcc configure; make" and
15699         have it work right (matching the way that autoconf works now)
15701         * configure.in, Makefile.in: add support for gash, the tcl
15702         interface to Galaxy
15704         * config.guess: add NetBSD variants (hp300, x86)
15706 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
15708         * install.sh: Support -d option (in the manner of SunOS 4 install,
15709         as it is more deterministic than that of GNU install)
15710         (chmodcmd): Set file to mode 755 by default (should also do default
15711         chgrp and chown, but I don't feel like dealing with that now)
15713 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
15715         * config.sub: Remove h8300hhms alias.
15717 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15719         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
15721 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15723         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
15724         as stmp-fixinc
15726 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15728         * config.sub: recognize m88110-bug-coff.
15730 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15732         * Makefile.in (all-libio): all dependencies on the toolchain used
15733         to build this (gcc, gas, ld, etc)
15735 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15737         * config.guess: Deal with OSF/1 1.3 on alpha.
15739 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15741         * install.sh: add some 'else true' clauses for portability
15743         * configure.in: don't build libio for h8[35]00-*-* targets
15745 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15747         * Makefile.in:  Add support for new libio.
15749 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15751         * install.sh: If one command fails, don't try the rest.  Don't try
15752         to remove $dsttmp (via trap) unless we have already created it.
15753         If $src doesn't exist, detect it and exit with an error.
15755         * config.guess: Recognize BSD on hp300.
15757 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15759         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
15760         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
15762 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
15764         * Makefile.in (all-send-pr): depends on all-prms
15766 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15768         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
15770 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15772         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
15773         Added test for mips-mips-riscos5.
15775 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15777         * configure.in: use mh-hp300 for 68k HP hosts
15779 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15781         * configure: add support for CONFIG_SHELL, so that you can use
15782         some alternate shell for evaluating configure scripts
15784 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
15786         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
15787         in configure script to bug-gdb@prep.ai.mit.edu when building
15788         distribution archive.
15789         * Makefile.in (COMPRESS):  Remove def.
15790         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
15791         gdb.tar.Z and make-gdb.tar.Z respectively.
15792         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
15793         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
15794         to convergence with 'taz' target in Makefile.in.
15796 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15798         * install.sh (dsttmp): use trap to ensure that tmp files go
15799         away on error conditions
15801 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15803         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
15805 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15807         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
15808         its parent is '/' not ''.
15810         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
15812 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
15814         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
15815         that ${newsrcdir}/configure.in does.
15817 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15819         * test-build.mk: support for CONFIG_SHELL
15821 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
15823         * config.sub (netware):  Add as a basic system type.
15825 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15827         * Makefile.in (Makefile): depend on configure.in.  Also drop the
15828           $(srcdir)/ from the dependency on Makefile.in.
15830 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
15832         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
15833         (h8300hhms is temporary until multi-libraries are implemented).
15834         * configure.in: Handle h8300h too.
15836 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15838         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
15840 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
15842         * configure:  Remove extraneous output when guessing host type.
15843         * config.guess:  Remove extraneous output when guessing using C
15844         compiler rather than uname, or when guessing fails.
15846 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
15848         * Makefile.in: remove all.cross and install.cross targets
15850         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
15851           definitions
15853 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
15855         * configure.in (target sh): Build gprof.
15857 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15859         * config.sub: change -solaris to -solaris2
15861 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15863         * configure.in: Use config/mh-riscos for mips-*-sysv*.
15865 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
15867         * configure: Correct error message for missing Makefile.in to
15868         print correct directory.
15870 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15872         * install.sh: kludge around 386BSD shell bug
15874 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
15876         * config.guess:  Recognize NeXT.
15877         * config.guess:  Recognize i486-ncr-sysv4.
15878         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
15880 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
15882         * Makefile.in (MAKEINFOFLAGS): New variable.
15883         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
15884         * build-all.mk, test-build.mk: Pass down --no-split as
15885         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
15887 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
15889         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
15891 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
15893         * Makefile.in (libg++.tar.z):  New rule.
15894         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
15895         * Makefile.in (taz):  Only do a single chmod.
15897 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
15899         * install.sh: don't use dirname anymore (replaced with sed usage)
15901 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
15903         * Makefile.in:  Change extension for gzip'd files from '.z' to
15904         '.gz' per new FSF standard usage.
15906 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
15908         * configure: put quotes around the final value of program_transform_name
15910 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15912         * Makefile.in: new install.sh support; update install-info rules
15914 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
15916         * configure.in: Build diff for crosses, but not for go32 host.
15918         * configure.in: Build gprof only for native, and don't build it
15919         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
15921 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
15923         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
15925 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15927         * configure.in (host_tools): Add prms.
15929 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15931         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
15932         with $(FLAGS_TO_PASS) on the command line
15934         * config.sub: Recognize lynx and lynxos
15936 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15938         * config.sub: Accept -ecoff*, not just -ecoff.
15940 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15942         * Makefile.in (taz): Use .gz suffix instead of .z.
15943         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
15944         names.
15946 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15948         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
15950 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15952         * Makefile.in (install-no-fixedincludes):  install gcc last, so
15953         that rebuilds that might happen during 'make install' don't get
15954         bogus gcc include files
15956 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15958         Change from Utah for HPPA support:
15959         * config.guess: Recognize hppa1.x-hp-bsd.
15961 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
15963         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
15964         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
15966 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15968         * config.sub: Add support for rom68k and bug boot monitors.
15970 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
15972         * Makefile.in: Make all-opcodes depend on all-bfd.
15974 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15976         * config.guess: Added special check for i[34]86-univel-sysv4*.
15978 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
15980         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
15981         the processor rather than assuming i486.
15983 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15985         * config.guess: Recognize SunOS6 as Solaris3.
15987 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
15989         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
15990         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
15992 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
15994         * build-all.mk (all-cross): New target for Canadian Cross.
15995         Added Q2 go32 targets.
15996         * test-build.mk: Configure go32 cross sparclite-aout and
15997         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
15998         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
16000 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16002         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
16003         GO32 hosted toolchains
16005 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16007         * configure: change  so "-exec-prefix" gets passed down rather
16008         than "-exec_prefix" so autoconf generated Makefiles get the
16009         exec_prefix set right.
16011 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16013         * config.guess: get the Solaris2 minor version number
16015         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
16017 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16019         * config.guess: Recognize some Sequent platforms.
16021 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16023         * Makefile.in: added the vault-install target
16025         * configure.in: actually use the Sun3 makefile fragment that's in
16026         config, also added the release dir to configdirs
16028 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16030         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
16032 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16034         * configure.in: remove some program from Alpha targetted toolchains
16036 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
16038         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
16039         gprof.
16040         (taz): Run "make diststuff" in those directories instead of "make
16041         proto-dir".  Look for "VERSION=" only at start of line in subdir
16042         Makefile.  Use "gzip -9" for compression.
16043         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
16044         (binutils.tar.z): New target.
16046 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16048         * Makefile.in (taz): Include gpl.texinfo.
16050 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16052         * Makefile.in (setup-dirs): Merged into "taz" target.
16053         (taz): Only do `proto-dir' stuff if a directory is actually needed
16054         for this target.
16056 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
16058         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
16059         (FLAGS_TO_PASS): Pass down MUNCH_NM.
16060         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
16061         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
16062         (gcc-no-fixedincludes): Correct for current gcc Makefile.
16064 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
16066         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
16067         config.sub, and move-if-change to gdb testsuite distribution
16068         archive, so the testsuite can be extracted, configured, and
16069         run separately from the gdb distribution.  Blow away the Chill
16070         tests that require a Chill compiled executable, since GNU Chill
16071         is not yet publically available.
16073 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16075         * test-build.mk: set environment variables in a single command,
16076         instead of a list of assignments and exports
16078         * config.guess: recognize Alpha/OSF1 systems
16080 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16082         * configure: Change help message to prefer --options rather than
16083           -options.
16085 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16087         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
16088         zippy@ecst.csuchico.edu.
16089         * config.guess: Recognize miniframe.
16091 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16093         * Makefile.in: Use srcroot to find runtest rather than rootme.
16094         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
16096 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
16098         * test-build.mk: Extensive additions to support building on a
16099         machine other than the host.
16101 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16103         * configure (tooldir): Fix for i386-aix again.
16105 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
16107         * configure, Makefile.in:  Change definition of $(tooldir)
16108         to match the FSF.
16110 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
16112         * config.guess:  Recognize i[34]86/SVR4.
16114 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16116         * Makefile.in (all-gdb): gdb depends on sim.
16118 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
16120         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
16121         at the same time we make the prototype gdb directory.
16122         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
16123         files at the same time as the gdb base release distribution.
16125 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
16127         * Makefile.in (check): Use individual check targets rather than
16128         DO_X rule.
16129         (check-gcc): Added.
16131 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
16133         * config.sub: Use sysv3.2 not sysv32 for canonical OS
16134         for System V release 3.2.
16136 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16138         * config.sub: Recognize hppaosf.
16139         * configure.in: Do configure ld/binutils/gas for it.
16141 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16143         * configure (tooldir): Alter syntax used to set this, for systems
16144         where "\$" isn't handled right, like i386-aix.
16146 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16148         * configure: Pass program-transform-name, not
16149         program_transform_name, to recursive configures.
16151 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
16153         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
16154         of gas+ld+binutils.
16156 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
16158         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
16160 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16162         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
16164 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16166         * Makefile.in (PRMS): Set back to all-prms.
16168 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
16170         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
16171         targets, rather than for MIPS hosts.
16173 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16175         * configure.in: add comment for --with-x default values
16177         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
16179         * Makefile.in: add check-* targets for each of the directories in
16180         the tree.  Add a definition of RUNTEST that will use the one we
16181         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
16183 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
16185         * configure.in: Removed obsolete references to bfd_target and
16186         target_makefile_frag.
16188         * build-all.mk: Set assorted targets for Q2.
16189         * config.sub: Recognize z8k-sim and h8300-hms.
16190         * test-build.mk: Really don't pass host to configure.
16191         (HOLES): Added uname.
16193 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
16195         * configure: Handle an empty program-prefix, program-suffix or
16196         program-transform-name correctly.
16198 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
16200         * build-all.mk: -G 8 no longer required for MIPS targets.
16201         * test-build.mk: Don't pass host argument to configure; make it
16202         guess.
16204 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
16206         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
16207         * Makefile.in (COMPRESS):  New macro, like GZIP.
16209 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
16211         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
16213         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
16214         with gas currently defaults to -G 0.
16216 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
16218         * Makefile.in (all-flex): flex depends on byacc.
16220         * build-all.mk: If host not specified, use config.guess.  Pass TAG
16221         to test-build.mk as RELEASE_TAG.
16222         * test-build.mk (configargs): New variable containing arguments to
16223         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
16224         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
16226         * config.guess: Use /bin/uname when checking -X argument on SCO,
16227         to avoid invoking GNU uname which doesn't understand -X.
16229         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
16231         * configure.in: Build gas for mips-*-*.
16233 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16235         * Makefile.in (all.normal): insert missing backslash.
16237 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
16239         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
16241         * Makefile.in: Complete overhaul to merge many almost identical
16242         targets.
16244 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16246         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
16247         (gdb.tar.Z): Adjusted.
16249         * Makefile.in (setup-dirs, taz): New targets; should be general
16250         enough to adapt for gdb sometime.  Build only .z file.
16251         (gas.tar.z): New target.
16253 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
16255         * build-all.mk: Use CC=cc -Xs on Solaris.
16257 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
16259         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
16260         for handling BISON for FSF releases.
16262 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16264         * configure: Actually implement the change zoo just documented.
16266 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
16268         * configure: when using config.guess, only set target_alias when
16269         it's not already been set (ie, on the command line)
16271 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16273         * Makefile.in: add installcheck target, set PRMS to install-prms
16275 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16277         * configure: add support for package_makefile_fragment, handle the
16278         case where a directory has a configure.in file but no Makefile.in
16279         more gracefully (with an actual understandable error message, even);
16280         add support for --without (and add this to the usage message); also
16281         explicitly add a --host=${host_alias} to the command line when
16282         config.guess is used
16284 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16286         * configure: Must use both --host and --target in recursive calls.
16288 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16290         * Makefile.in: Change deja-gnu to dejagnu.
16292 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16294         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
16296 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16298         * configure.in: canonicalize all instances to *-*-solaris2*,
16299         also strip out a number of tools to not build for go32 host
16301 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16303         * config.guess: add GPL.
16305         * Makefile.in, config.guess, config.sub, configure: bump
16306           copyrights to 93.
16308 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
16310         * Makefile.in (do-info): Removed obsolete check for existence of
16311         localenv file.
16313         * Makefile.in (MAKEOVERRIDES): Define to be empty.
16315 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16317         * Makefile.in: a couple of 'else true' for decstation,
16318         support for TclX
16320         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
16322 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
16324         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
16326 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
16328         * config.guess: Recognize i386-ibm-aix (PS/2).
16329         * configure.in: Use config/mh-aix386 file for it.
16331 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
16333         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
16334         CC_FOR_TARGET instead.
16335         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
16337 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
16339         * Makefile.in: Add sim to list of directories sent with gdb
16341 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
16343         * configure.in: Put back mips-dec-bsd* case.
16345 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
16347         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
16348         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
16349         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
16351 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16353         * configure.in: remove no-op mips-dec-bsd* in "case $target"
16355         * Makefile.in (dir.info): only run gen-info-dir if it exists,
16356         (install-info): install dir.info only if it exists,
16357         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
16359 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
16361         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
16362         gas for mips-dec-bsd.
16364 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
16366         * configure (makesrcdir): If ${srcdir} is relative and not ".",
16367         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
16369 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
16371         * configure.in: Added "dejagnu" to hosttools list.
16373 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
16375         * config.sub, configure.in, config.guess:  Add support
16376         for Bosx, an AIX variant from Bull.
16377         Patches from F.Pierresteguy@frcl.bull.fr.
16379 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
16381         * devo/dejagnu: Initial creation of devo/dejagnu.
16382         Migrated dejagnu testcases and support files for testing software
16383         tools to reside as subdirectories, currently called "testsuite",
16384         within the directory of the software tool.  Migrated all programs,
16385         support libraries, etc. beloging to dejagnu proper from
16386         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
16387         with no modifications.  The changes to these files which will
16388         allow them to configure, build, and execute properly will be made
16389         in a future update.
16391 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16393         * Makefile.in: Change send_pr to send-pr.
16394         * configure.in: Likewise.
16395         * send_pr: Renamed directory to send-pr.
16397 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
16399         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
16401 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
16403         * README:  Update for gdb-4.8 release.
16404         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
16405         gdb-xxx.tar.z (gzip'd) file also.
16407 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16409         * Makefile.in: make all-diff depend on all-libiberty
16411 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
16413         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
16415 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16417         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
16419 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
16421         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
16422         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
16423         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
16425 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16427         * Makefile.in:  makeinfo binary is in a new location
16429 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
16431         * config.sub: Accept -ecoff as an OS.
16433         * Makefile.in: Various changes to eliminate a level of make
16434         recursion and reduce the required command line length.
16435         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
16436         sub-makes.
16437         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
16438         variables holding settings for specific sub-makes.
16439         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
16440         in terms of BASE_FLAGS_TO_PASS.
16441         (TARGET_LIBS): New variable listing directories which use
16442         TARGET_FLAGS_TO_PASS.
16443         (subdir_do): Eliminated.
16444         (do-*): New set of targets to replace subdir_do.
16445         (various): All targets which used subdir_do now depend on do-*.
16446         (local-clean): Renamed from do_clean.
16447         (local-distclean): New target, dependency of distclean and
16448         realclean.
16449         (install-info): Don't create directories.  Depend on dir.info
16450         rather than calling make recursively.
16451         (install-dir.info): Eliminated.
16452         (install-info-dirs): Create all info directories here.
16453         (dir.info): Depend upon do-install-info.
16455         * test-build.mk (HOLES): Added false.
16457 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
16459         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
16461 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16463         * Makefile.in (info): remove dependency on all-texinfo.  The
16464         problem was really in texinfo/C, not at this level.
16466 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
16468         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
16470 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
16472         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
16473         GDB releases.
16475 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16477         * configure: Include srcdir in message about target of link not
16478         being found.  Don't convert `-' to `_' in `with' options being
16479         passed to subdirs.
16481 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16483         * configure.in: add uudecode to host_tools
16485         * Makefile.in: added {all,install}-uudecode targets, added them to
16486         the appropriate lists
16488 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
16490         * Makefile.in (all-gcc): Added dependency on all-gas.
16492         * configure.in (mips-*-*): Build ld and binutils.
16494 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16496         * configure: check return code from mkdir, print error message and
16497           exit on failure.
16499 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
16501         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
16503 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
16505         * test-build.mk (HOLES): Added tar, cpio and uudecode.
16507 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16509         * config.sub (h8500):  Recognize this as a cpu type.
16511 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16513         * configure: source directory missing is no longer a warning
16515         * configure.in: recognize irix[34]* instead of irix[34]
16517         * Makefile.in: define and pass down X11_LIB
16519 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
16521         * guess-systype: Renamed to ...
16522         * config.guess:  ... by popular request.
16523         * configure.in, Makefile.in:  Update accordingly.
16525 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
16527         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
16528         + Add Convex, Cray/Unicos, and Encore/Multimax support.
16529         + Execute ./dummy instead of assuming . is in PATH.
16531 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
16533         * guess-systype:  New shell script.  Attempts to guess the
16534         canonical host name of the executing host.
16535         Only a few hosts are supported so far.
16536         * configure:  Call guess-systype if no host is specified.
16538 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
16540         * Makefile.in (gcc-no-fixedincludes): Made to work with current
16541         gcc Makefile.
16544 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
16546         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
16547         (all-gcc, install-gcc, subdir_do): Use it.
16549 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16551         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
16553 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
16555         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
16556           set exclusively by configure, using configure.in .
16558 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16560         * test-build.mk: set $PATH for all builds
16562         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
16564 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
16566         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
16567         the one used in gcc/Makefile.in, so that a null expansion doesn't
16568         override the one needed to build gcc with a native cc.
16571 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16573         * configure: Accept -with arguments.
16575 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16577         * Makefile.in: added h8300sim
16579 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
16581         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
16582         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
16583         (all-cygnus, native, build-cygnus): Make
16584         $(canonhost)-stamp-3stage-done, not $(host)....
16585         * test-build.mk (stamp-3stage-compared): Use tail +10c for
16586         i386-sco3.2v4.  Added else true to if command.
16588 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
16590         * config.sub: (from FSF) Sequent uses a BSD-like OS.
16592 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
16594         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
16596 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16598         * configure.in: don't remove binutils from Solaris builds
16600 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
16602         * Makefile.in: get rid of earlier definitions for *clean,
16603         also handle the recursive info rule better
16605 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
16607         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
16608         do more-or-less the right thing.
16610 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
16612         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
16613         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
16615 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16617         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
16618         $(host_canonical).
16620         * configure.in: split the configdirs list into 4 categories (native
16621         v. cross, library v. tool) and handle the cross-only and native-
16622         only in more reasonable (and correct!) way.
16624 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
16626         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
16627         configdirs anymore.
16629 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16631         * Makefile.in: extensive cleanup::  removed all of the explicit
16632         clean-* targets, collapsed many wrappers around subdir_do into
16633         one, added additional targets to satisfy standards.texi, deleted
16634         some old targets, some changes for consistency
16636 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16638         * configure.in: handle some programs as cross-only, and others as
16639         native only
16641         * test-build.mk: handle partial holes in a more generic manner
16643         * Makefile.in: m4 depends on libiberty
16645 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16647         * configure.in: add m4, textutils, fileutils, sed, shellutils,
16648         time, wdiff, and find to configdirs
16650         * Makefile.in: all, clean, and install rules for the new programs
16651         added to configure.in
16653 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16655         * configure.in: use mh-sun for all *-sun-* hosts
16657 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16659         * Makefile.in: define flags for X11 include files and library file
16660         locations, pass them down to the programs that need this info
16662         * build-all.mk: added a 'native' target, to 3stage the native toolchain
16664 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16666         * configure.in: start building libg++ for HP-UX targets
16668 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
16670         * README:  Update references to files moved into etc/.
16672 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
16674         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
16675         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
16677 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16679         * configure: accept dash as well as underscore in long option
16680         names for FSF compatibility.
16682 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
16684         * config.sub: added -sco3.2v4 support from FSF.
16686 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16688         * configure.in: expand the section that adds or removes
16689         directories from the list of programs to build, to handle native
16690         vs. cross in addition to host v. native
16692 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
16694         * Makefile.in:  Replace C++ in macro names with CXX.
16695         This is less likely to break ...
16697 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16699         * test-build.mk: add -w to GNU_MAKE
16701 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16703         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
16704         add 'sparc' to list of recognized cpus.  This needed to make
16705         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
16706         Delete some redundant ose68 variants.  Recognize -wrs as an os,
16707         then changes that into $CPU-wrs-vxworks.
16709         * configure.in: remove most references to gdbtest, regularize
16710         target based program removal
16712         * test-build.mk: import from p3 tree (many fixes and changes)
16714 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
16716         * Makefile.in: added rules to handle tcl, tk, and expect
16718         * configure.in: handle those directories if they exist
16720 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16722         * config.sub: removed bogus hppabsd and hppahpux names, since
16723         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
16725 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16727         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
16728         depends upon all-xiberty
16730         * Makefile.in: changes from p3, including:
16732         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
16734         * Makefile.in (XTRAFLAGS): include newlib directories if
16735         newlib/Makefile exists, rather than if host != target.
16737         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
16739         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16740         from the same source tree and not building a cross-compiler.  This
16741         matters for the libg++ configuration if reconfiguring a tree that
16742         has already been installed.
16744         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
16746         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16747         pick up the machine and system specific header files.
16749         * Makefile.in: added AS_FOR_TARGET, passed down in
16750         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16751         the C compiler to use to create programs which are run in the
16752         build environment, set it to default to $(CC), and passed it down
16753         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16755         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
16757         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
16758         We need them for unusual native builds, like systems without
16759         ranlib.
16761         * configure: also define $(host_canonical) and
16762         $(target_canonical), which are the full, canonical names for the
16763         given host and target
16765 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
16767         * Makefile.in:  Added separate definitions for C++.
16769 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
16771         * configure.in (configdirs):  Add deja-gnu.
16773 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
16775         * README:  Update for configure.texi and gdb-4.7 release.
16777 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
16779         * Makefile.in:  Move "all" target to top of file.
16780         Previously, first target was ".PHONY" which caused BSD4.4 make
16781         to build .PHONY when make was run without arguments.
16783 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
16785         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
16786         Library-copylefted code in libiberty.
16788 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
16790         * config.sub:  Replace m68kmote with plain old m68k.
16792 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
16794         * Makefile.in:  Remove space from blank line, avoid Make complaints.
16796 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
16798         * config.sub: Complain if no argument is given.  Added support for
16799         386bsd as OS and target alias.
16801 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
16803         * Makefile.in (XTRAFLAGS): include newlib directories if
16804         newlib/Makefile exists, rather than if host != target.
16806 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
16808         * config.sub: recognize sparclite-wrs-vxworks.
16810         * Makefile.in (install-xiberty): added *-xiberty make rules (from
16811         p3.) Added clean-xiberty to clean.
16813 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16815         * configure.in: use *-*-* instead of nested cases for host and target
16817 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
16819         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16820         from the same source tree and not building a cross-compiler.  This
16821         matters for the libg++ configuration if reconfiguring a tree that
16822         has already been installed.
16824 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
16826         * config.sub (i486v/i486v4):  Merge in from FSF version.
16828 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
16830         * configure: only set PWD if it is already set.
16832 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
16834         * configure: just set PWD=`pwd` at the top, since Ultrix sh
16835         doesn't have unset and all success paths (and most error paths)
16836         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
16837         to just ${PWD} to avoid confusion.)
16839 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
16841         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
16842         even for a native compilation.
16844 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
16846         Changes to make the gdb.tar.Z rule work better.
16848         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
16849         (DEVO_SUPPORT):  Add configure.texi.
16850         (bfd-ilrt.tar.Z):  Remove ancient rule.
16852 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
16854         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16855         pick up the machine and system specific header files.
16857         * configure.in, config.sub: added new target m68010-adobe-scout,
16858         with alias of adobe68k.  Changed configure.in to check for
16859         -scout before -sco* to avoid a false match.
16861         * Makefile.in: added AS_FOR_TARGET, passed down in
16862         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16863         the C compiler to use to create programs which are run in the
16864         build environment, set it to default to $(CC), and passed it down
16865         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16867 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16869         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
16870         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
16871         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
16872         FOR_TARGET variants, to newlib and libg++.
16874 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16876         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
16877         first.
16879 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
16881         * config.sub:  Accept `elf' as an environment.
16883 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16885         * Makefile.in (all-opcodes):  cd into the right directory
16887 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
16889         * configure: added -program_transform_name option, used as
16890         argument to sed when installing programs.
16891         configure.texi: added documentation for -program_prefix,
16892         -program_suffix and -program_transform_name.
16894 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
16896         * config.sub:  Accept i486 where i386 ok.
16898 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
16900         * config.sub: accept we32k
16902 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
16904         * config.sub, configure.in: accept OSE68000 and OSE68k.
16906         * Makefile.in: don't create all directories for ``make install'';
16907         let the subdirectories create the ones they need.
16909 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16911         * COPYING: new file, GPL v2
16913 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16915         * Makefile.in: use the new gen-info-dir, which needs a template
16916         argument (which also lives in texinfo)
16918         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
16920 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
16922         * config.sub (ncr3000):  Change i386 to i486.
16924 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16926         * Makefile.in: add install-rcs, install-grep to
16927         install-no-fixedincludes, removed install-bison and install-libgcc
16929 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
16931         * configure.in: grab the HPUX makefile fragment if on HPUX
16933 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
16935         * Makefile.in: eradicate bison spoor (ditto libgcc).
16936          configure.in: recognise m68{k,000}-ericsson-OSE.
16937          es1800 is alias for m68k-ericsson-OSE
16939 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16941         * configure.in: rearrange the parts that remove programs from
16942         configdirs, based now on HOST==TARGET or by canonical triple.
16944 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16946         * test-build.mk: recurse explicitly with -f test-build.mk when
16947           appropriate.  predicate stage3 and comparison on the existence
16948           of gcc.  That is, if gcc isn't around, we aren't three-staging.
16949           On very clean, also remove ...stamp-co.  Build in-place before
16950           doing other builds.
16952 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16954         * Makefile.in, configure.in: add tgas
16956 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16958         * Makefile.in: a number of changes merged in from progressive.
16960         * configure.in: add libm.
16962         * .cvsignore: ignore some stuff that comes from test-build.mk.
16964 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
16966         * config.sub:  Add es1800 (m68k-ericsson-es1800).
16968 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
16970         * configure: Add program_suffix (parallel to program_prefix)
16971         * Makefile.in: adjust directory-creating script for losing decstation
16973 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
16975         * configure:  Minor $subdir-related fixes.
16977 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16979         * configure: fix various problems with propogating
16980         makefile_target_frag in subdirs.
16981         * configure.in: config libgcc if its there
16983 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
16985         * config.sub:  HPPA merge.
16987 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
16989         * Makefile.in:  Replace all-bison with all-byacc in all
16990         dependency lines for other tools (which now use byacc).
16992 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
16994         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
16996 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
16998         * Makefile.in: make gprof rules similar to byacc rules (instead of
16999         vestigal $(unsubdir) that didn't work...)
17001 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
17003         * config.sub:  Add support for Linux.
17004         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
17005         (at least for libg++).
17007 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
17009         * configure.texi: fix doc for the -nfp option to configure
17011 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
17013         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
17015 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
17017         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
17018         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
17019         * configure.in: added solaris* host_makefile_frag hook.
17021 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17023         * config.sub: changed recognition of m68000 so that various
17024         m68k types can be specified via m680[01234]0
17026 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17028         * config.sub (basic_machine): fix sed so that '-foo' isn't
17029         completely substituted out while .+'-foo' loses the '-foo'
17031 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
17033         * config.sub ($os): Add -aout.
17035 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
17037         * configure:  If host_makefile_frag is absolute, don't
17038         prefix ${invsubdir} (relevant to libg++ auto-configure).
17040 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
17042         * Makefile.in (tooldir): Define it.
17043         (all-ld): Depend on all-flex.
17045 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
17047         * Makefile.in (check):  Fix libg++ special case.
17049 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
17051         * configure: do not bury `pwd` into config.status, thus do fewer
17052           pwd's.
17054         * configure: print the "Building in" message only when building in
17055           other than "." AND verbose.
17057         * configure: remove -s, rework -v to better accommodate guested
17058           configures.
17060         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
17062 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
17064         * Makefile.in: macroize flags passed on recursion.  remove
17065           fileutils.
17067 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
17069         * configure: get makesrcdir right for subdirs deeper than 1.
17071         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
17072           install.
17074 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
17076         * Makefile.in: don't print subdir_do or recursion lines.
17078 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
17080         * standards.texi: added menu item.
17082         * Makefile.in: build and install standards.info.
17084         * standards.texi: new file.
17086 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17088         * configure: test for and move config.status pieces from
17089           ${subdir}/.
17091 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
17093         * configure:  Test for existance of files before trying to mv
17094         them, to avoid numerous non-existance messages.
17096 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
17098         * configure: correct final line of config.status.
17100         * configure: patch from eggert.  Avoids a protection problem if
17101           the original Makefile.in is read only.
17103         * configure: use move-if-change from gcc to create config.status.
17104           Some makefiles depend on config.status to tell if a directory
17105           has been reconfigured for a different host.  This change
17106           prevents those directories from remaking everything in the case
17107           where the reconfig was only intended to rebuild a Makefile.
17109         * configure: test for config.sub with "config.sub sun4" rather
17110           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
17111           host alias from a missing config.sub.
17113 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17115         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
17116           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
17118 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
17120         * configure: mkdir ${subdir} as needed.
17122 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
17124         * Makefile.in,configure.in: added autoconf.
17126 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17128         * Makefile.in: no longer pass against on recursion.
17130         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
17131           definitions are not inherited.
17133         * configure: correct makesrcdir when subdir is .
17135 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
17137         * configure:  Add support for 'subdirs' variable, which is
17138         like 'configdirs', except that configure doesn't re-invoke
17139         itself for subdirs, it just creates a Makefile for each subdir.
17140         * configure.texi:  Document subdirs.
17142 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17144         * configure.in: added flex to configdirs
17146 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
17148         * Makefile.in: remove clean-stamps from clean.
17150 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
17152         * configure.in:  Add gdbtest to configdirs.
17154 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
17156         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
17157         to recursive makes.
17158         * configure.in:  Recognize new ncr3000 config.
17160 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
17162         * Makefile.in, configure.in: removed references to gdbm.
17164 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
17166         * config.sub:  Don't canonicalize os value
17167         newsos* to bsd (readline needs to check for newsos).
17168         (This fix was earlier made Jan 31, but got re-broken.)
17170 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
17172         * configure.in:  sco is an os, not a vendor!
17174         * configure:  Quote $( better.  Keep various shells happy.
17176 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
17178         * Makefile.in: eliminate stamp-files.
17180 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
17182         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
17183           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
17185 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
17187         * config.sub:  fix iris/iris3.
17189 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
17191         * configure: re-add -rm.
17193 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
17195         * Maskefile.in: add .stmp-rcs to all.
17197         * configure.in: remove gas from rs6000 build, use aix host fragment.
17199 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
17201         * configure: pass down site_option during recursion.
17203 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
17205         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
17207 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
17209         * configure: Change exec_prefix so that it really defaults to prefix.
17211 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
17213         * Makefile.in, configure.in:  Add support for mmalloc library.
17215 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
17217         * Makefile.in: add stmp dependencies for a few more things.
17219 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
17221         * configure: adjusted error message on objdir/srcdir configure
17222           collision, per john's suggestion.
17224         * Makefile.in: add libiberty stmp to all and all.cross.
17226 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
17228         * Makefile.in: remove force dependencies, add grep to all.
17230 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
17232         * Makefile.in: drop flex.  make stamp files work.
17234         * configure: added test for conflicting configuration in srcdir,
17235           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
17236           gets cranky.  use relative paths for configure and srcdir
17237           whenever possible.  Send some error messages to stderr that were
17238           going to stdout.
17240 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
17242         * Makefile.in:  Fix libg++ rule to check for gcc directory
17243         before using gcc/gcc.  Also pass XTRAFLAGS.
17245 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
17247         * Makefile.in: added stmp-files so that directories aren't polled
17248           when they are already built.
17250         * configure.texi: fixed a node pointer problem.
17252 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
17254         * config.sub configure.in gdb/configure.in
17255         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
17256         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
17257         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
17259 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17261         * configure: -recurring becomes -silent.  corrected help message
17262           for -site= option.
17264         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
17266 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17268         * configure: when building Makefile for crosses, replace
17269           tooldir and program_prefix.  default srcdir from location of
17270           config.sub.  remove "for host in hosts" and "for target in
17271           targets" loops.
17273 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17275         * Makefile.in: Do not pass bindir or mandir to cvs.
17277 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
17279         * Makefile.in, configure.in: removed traces of namesubdir,
17280           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
17281           copyrights to '92, changed some from Cygnus to FSF.
17283         * configure.texi: remove most references to multiple hosts,
17284           multiple targets, subdirs, etc.
17286         * configure.man: removed rcsid. reference config.sub not
17287           config.subr.
17289         * Makefile.in: mkdir $(infodir) on install-info.
17291 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
17293         * configure.texi:  Explain better about .gdbinit and about
17294         the environment that configure.in sections run in.
17296 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
17298         * configure.in:  Ultrix is only a decstation if it's a MIPS.
17300 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
17302         * README:  DOC.configure => cfg-paper.texi.
17304 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
17306         * config.sub (near case $os):  Don't convert newsos* to bsd!
17308 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
17310         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
17311         the number of copies of COPYING that go into the GDB tar file.
17313 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
17315         * bfd/configure.in, gdb/config/mh-i386sco,
17316         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
17317         Fix SCO configuration stuff.
17319 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
17321         * Makefile.in:  For libg++, make sure the -I pointing
17322         to the gcc directory goes *after* all the libg++-local -I flags.
17323         Also, move just-gcc dependency from just-libg++ to all-libg++.
17325 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
17327         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
17329 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
17331         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
17333 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
17335         * config.sub:  Add stratus configuration frags.  Also
17336         submitted to FSF.
17338 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
17340         * Makefile.in (DEV_SUPPORT):  add configure.man.
17342         * config.sub(Decode manufacturer-specific):  add -none*.
17344 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
17346         * Makefile.in:  remove form feeds to make Sun's make happy.
17347         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
17349 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
17351         * Makefile.in (AR_FLAGS):  Make quieter.
17353 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
17355         * configure.in:  Add libg++.
17356         * configure:  When verbose, don't output the command line at each
17357         level; it will be unremarkably the same as the previous version,
17358         which will be the same as what the user typed.
17360 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
17362         * configure.in, Makefile.in: fix clean-info, add flex.  add
17363           fileutils.
17365         * configure: be less sensitive to spaces in Makefile.in.  Do not
17366           look for sources in "..".  Doing so breaks subdirectories that
17367           might have their own configure.  If a subdir has it's own
17368           configure script, use it.
17370 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
17372         * cfg-paper.texi: some changes suggested by rms.
17374 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
17376         * config.sub:  Merge in some small additions from the FSF version,
17377         taken from the gcc distribution, to bring the Cygnus and FSF
17378         versions into closer sync.
17380 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
17382         * configure.in:  Changed svr4 references to sysv4.
17384 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
17386         * configure: added -V for version number option.
17388 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
17390         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
17391           renamed from DOC.configure to cfg-paper.texi.
17393 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17395         * configure, config.subr, config.sub: config.subr is now
17396           config.sub again.
17398 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
17400         * configure.texi: new file, in progress.
17402         * Makefile.in: build info file and install the man page for
17403           configure.
17405         * configure.man: new file, first cut.
17407         * configure: find config.subr again now that configuration "none"
17408           has gone.  removed all traces of the -ansi option.  removed all
17409           traces of the -languages option.
17411         * config.subr: resync from rms.
17413 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17415         * configure, config.sub, config.subr: merge config.sub into
17416           config.subr, call the result config.subr, remove config.sub, use
17417           config.subr.
17419         * Makefile.in: revised install for dir.info.
17421 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17423         * configure.in: add decstation host makefile frag.
17425         * Makefile.in: BISON now bison -y again.  also install-gcc on
17426           install.  clean-gdbm on clean.  infodir belongs in datadir.
17427           Make directories for info install.  Build dir.info here then
17428           install it.
17430 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17432         * Makefile.in: fix for bad directory tests.
17434 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17436         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
17437           regexp.  -srcdir relative was being handled incorrectly.
17439         * Makefile.in: unwrapped some for loops so that parallel makes
17440           work again and so one can focus one's attention on a particular
17441           package.
17443 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17445         * configure: added PWD as a stand in for `pwd` (for speed). use
17446           elif wherever possible.  make -srcdir work without -objdir.
17447           -objdir= commented out.
17449 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17451         * configure: +options become --options.  -subdirs commented out.
17452           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
17453           Makefile now at top of generated Makefile.  Removed cvs log
17454           entries.  added -srcdir.  create .gdbinit only if there is one
17455           in ${srcdir}.
17457         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
17458           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
17459           and mandir now keyed off datadir by default.
17461 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17463         * Freshly created ChangeLog.
17466 Local Variables:
17467 mode: change-log
17468 left-margin: 8
17469 fill-column: 76
17470 version-control: never
17471 End: