2012-08-15 Segher Boessenkool <segher@kernel.crashing.org>
[official-gcc.git] / ChangeLog
blobab275dd6414529c0fec72da69b4eb57aa5592a42
1 2012-08-14   Diego Novillo  <dnovillo@google.com>
3         Merge from cxx-conversion branch.
5         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
6         POSTSTAGE1_CONFIGURE_FLAGS.
7         * Makefile.in: Regenerate.
8         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
9         Force C++ when bootstrapping.
10         * configure: Regenerate.
12 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
14         * MAINTAINERS (Write After Approval): Add myself.
16 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
18         * README: Document use of ranges of years in copyright notices.
20 2012-07-06  Richard Guenther  <rguenther@suse.de>
22         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
23         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
24         --with-gmp=system.
25         * Makefile.in: Regenerated.
26         * configure: Likewise.
28 2012-07-06  Richard Guenther  <rguenther@suse.de>
30         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
31         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
32         supply V=1 as extra_make_flags.
33         * configure: Regenerated.
34         * Makefile.in: Likewise.
36 2012-07-04  Tristan Gingold  <gingold@adacore.com>
38         * configure: Regenerate.
40 2012-07-03  Richard Guenther  <rguenther@suse.de>
42         * Makfile.def (isl): Remove not necessary extra_exports and
43         extra_make_flags.
44         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
45         * Makefile.in: Regenerated.
47 2012-07-03  Richard Guenther  <rguenther@suse.de>
49         * Makefile.def (cloog): Add V=1 to extra_make_flags.
50         * configure.ac: If either the ISL or the CLooG check failed
51         do not try to build in-tree versions.
52         * Makefile.in: Regenerated.
53         * configure: Regenerated.
55 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
57         * configure: Regenerate.
59 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
61         * MAINTAINERS (Various Maintainers): Add myself as testsuite
62         maintainer.
64 2012-07-02  Richard Guenther  <rguenther@suse.de>
66         * configure: Regenerated.
68 2012-07-02  Richard Guenther  <rguenther@suse.de>
69         Michael Matz  <matz@suse.de>
70         Tobias Grosser <tobias@grosser.es>
71         Sebastian Pop <sebpop@gmail.com>
73         * Makefile.def: Add ISL host module, remove PPL host module.
74         Adjust ClooG host module to use the proper ISL.
75         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
76         * configure.ac: Include config/isl.m4.  Add ISL host library,
77         remove PPL.  Remove PPL configury, add ISL configury, adjust
78         ClooG configury.
79         * Makefile.in: Regenerated.
80         * configure: Likewise.
82 2012-07-02  Richard Guenther  <rguenther@suse.de>
84         Merge from graphite branch
85         2011-07-21  Tobias Grosser  <tobias@grosser.es>
86     
87         * configure: Regenerated.
88         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
89         both cloog.org and legacy versions. The only supported version will
90         be CLooG with the isl backend.
92         2011-07-21  Tobias Grosser  <tobias@grosser.es>
93     
94         * configure: Regenerated.
95         * configure.ac: Require cloog isl 0.17.0
97         2011-07-21  Tobias Grosser  <tobias@grosser.es>
98     
99         * configure: Regenerated.
100         * config/cloog.m4: Do not define CLOOG_ORG
102 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
104         * configure.ac: Skip C if explicitly selected.
105         * configure: Regenerate.
107 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
109         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
110         they contain -O2.
111         * configure: Regenerate.
113 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
115         PR debug/53740
116         * df.h, df-problems.c, dce.c: Revert last patch.
118 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
120         * MAINTAINERS (Write After Approval): Update my email address.
122 2012-06-21  Meador Inge  <meadori@codesourcery.com>
124         * MAINTAINERS (Write After Approval): Add myself.
126 2012-06-20  Jason Merrill  <jason@redhat.com>
128         * Makefile.tpl (check-target-libgomp-c++): New.
129         (check-target-libitm-c++): New.
130         * Makefile.def (c++): Add them.
131         * Makefile.in: Regenerate.
133 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
135         * MAINTAINERS (Write After Approval): Add myself.
137 2012-05-16  Olivier Hainque  <hainque@adacore.com>
139         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
140         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
141         (install-no-fixedincludes): Adjust accordingly.
142         * Makefile.in: Regenerate.
144 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
146         Merge upstream change
147         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
149 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
151         * MAINTAINERS (Write After Approval): Add myself.
153 2012-05-09  Nick Clifton  <nickc@redhat.com>
154             Paul Smith  <psmith@gnu.org>
156         PR bootstrap/50461
157         * configure.ac (mpfr-dir): When using in-tree MPFR sources
158         allow for the fact that from release v3.1.0 of MPFR the source
159         files were moved into a src sub-directory.
160         * configure: Regenerate.
162 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
164         * configure.ac: Bump minimum MPFR version to 2.4.0.
165         * configure: Regenerated.
167 2012-05-03  Olivier Hainque  <hainque@adacore.com>
169         * config/mh-ppc-aix (LDFLAGS): Quote $(CC).
171 2012-05-01  Richard Henderson  <rth@redhat.com>
173         * Makefile.def (libatomic): New target_module.
174         * configure.ac (target_libraries): Add libatomic.
175         (noconfigdirs): Check if libatomic is supported.
176         * Makefile.in, configure: Rebuild.
178 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
180         * MAINTAINERS (Write After Approval): Add myself.
182 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
184         * config.sub: Update to 2012-04-18 version from official repo.
186 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
188         * MAINTAINERS (Write After Approval): Add myself.
190 2012-04-11  Steve Ellcey  <sellcey@mips.com>
192         * MAINTAINERS: Changed email address.
194 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
196         PR target/52737
197         * contrib/gcc_update (files_and_dependencies):
198         Remove gcc/config/avr/t-multilib from touch data.
200 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
202         * MAINTAINERS (OS Port Maintainers): Remove irix.
203         * configure.ac (enable_libgomp): Remove *-*-irix6*.
204         (unsupported_languages): Remove mips-sgi-irix6.*.
205         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
206         (with_stabs): Remove.
207         * configure: Regenerate.
209 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
211         * MAINTAINERS (OS Port Maintainers): Remove osf.
212         * configure.ac (enable_libgomp): Remove *-*-osf*.
213         (with_stabs): Remove alpha*-*-osf*.
214         * configure: Regenerate.
216 2012-03-05  Tristan Gingold  <gingold@adacore.com>
218         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
219         * configure: Regenerate.
221 2012-02-17  Walter Lee  <walt@tilera.com>
223         * MAINTAINERS: (Write After Approval): Delete myself.
225 2012-02-14  Walter Lee  <walt@tilera.com>
227         * MAINTAINERS (tilegx port): Add myself.
228         (tilepro port): Add myself.
229         (Write After Approval): Add myself.
231 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
233         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
234         and Joseph Myers as docstring relicensing maintainers.
236 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
238         * MAINTAINERS (write-after-approval): Add myself.
240 2012-02-08  Ira Rosen <irar@il.ibm.com>
242         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
243         maintainer.
245 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
247         * MAINTAINERS (Write After Approval): Move myself to
248         maintain alphabetical order.
250 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
252         * MAINTAINERS (Write After Approval): Add myself.
254 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
256         * MAINTAINERS (Write After Approval): Add myself.
258 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
259             Jayant R Sonar <jayant.sonar@kpitcummins.com>
261         * configure.ac (cr16-*-*): Remove nonconfigdirs.
262         * configure: Regenerate.
264 2012-01-23  Harshit Chopra  <harshit@google.com>
266         * MAINTAINERS (Write After Approval): Add myself.
268 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
270         * configure.ac: Remove reference to mh-interix.
271         * configure: Regenerate.
273 2012-01-05  Richard Henderson  <rth@redhat.com>
275         PR bootstrap/51072
276         * configure.ac: Disable libitm if c++ is not enabled.
277         * configure: Rebuild.
279         * configure.ac: Fix regexp for same.
280         * configure: Rebuild.
282 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
284         * MAINTAINERS (Write After Approval): Add myself.
286 2012-01-02  Richard Guenther  <rguenther@suse.de>
288         PR bootstrap/51686
289         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
290         * Makefile.in: Regenerate.
292 2011-12-28  Oleg Endo <olegendo@gcc.gnu.org>
294         * MAINTAINERS (Write After Approval): Add myself.
296 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
298         * configure: Regenerate.
300 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
302         * MAINTAINERS (picochip): Changed email address.
304 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
306         * MAINTAINERS (write-after-approval): Add self.
308 2011-11-29  DJ Delorie  <dj@redhat.com>
310         * configure.ac (rl78-*-*) New case.
311         * configure: Regenerate.
312         * MAINTAINERS: Add myself as RL78 maintainer.
314 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
316         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
318 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
320         * libtool.m4: dditional FreeBSD 10 fixes.
322 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
324         * MAINTAINERS: Move myself from Write After Approval to CPU Port
325         Maintainers section, as Epiphany maintainer.
327 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
329         PR target/49992
330         * configure.ac: Remove ranlib special-casing for Darwin.
331         * configure: Regenerate.
333 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
335         * MAINTAINERS (Reviewers): Keep the list sorted.
337 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
339         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
341 2011-11-09  Roland McGrath  <mcgrathr@google.com>
343         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
344         * configure: Rebuild.
345         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
346         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
347         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
348         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
349         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
350         Add READELF.
351         * Makefile.in: Rebuild.
353 2011-11-09  Jason Merrill  <jason@redhat.com>
355         * Makefile.def (language=c++): Remove check-c++0x.
356         * Makefile.in (check-gcc-c++): Regenerate.
358 2011-11-08  Richard Henderson  <rth@redhat.com>
360         * configure.ac: Test for libitm directory present first.
362         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
364         * configure.ac: Test libitm/configure.tgt to disable libitm.
365         * configure: Rebuild.
367 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
368             Richard Henderson  <rth@redhat.com>
370         Merged from transactional-memory.
372         * Makefile.def (lang_env_dependencies): libitm is c++.
373         Add libitm target module.
374         * configure.ac: Likewise.
375         * config/mmap.m4: New file.
376         * contrib/gcc_update: Add libitm to touch data.
377         * Makefile.in, configure: Rebuild.
379 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
381         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
382         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
383         * Makefile.in: Regenerate.
385 2011-11-01  DJ Delorie  <dj@redhat.com>
387         * config.sub: Update to version 2011-10-29 (added rl78)
389 2011-10-27  Nick Clifton  <nickc@redhat.com>
391         * config.sub: Import these changes from the config project:
393         2011-10-08  Joern Rennecke <joern.rennecke@embecosm.com>
394             Ben Elliston  <bje@gnu.org>
396         * config.sub (epiphany): New.
398         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
399             Ben Elliston  <bje@gnu.org>
401         * config.sub (hexagon, hexagon-*): New.
403         2011-08-23  Roland McGrath  <mcgrathr@google.com>
405         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
406         64eb to be64.
408         2011-08-16  Roland McGrath  <mcgrathr@google.com>
410         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
411         (nacl): Grok as alias for 32el-unknown-nacl.
413 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
415         * MAINTAINERS (Write After Approval): Add myself.
417 2011-10-24  Teresa Johnson  <tejohnson@google.com>
419         * MAINTAINERS (Write After Approval): Add myself.
421 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
423         * MAINTAINERS (sparc port): Remove myself.
425 2011-09-14  Tom de Vries  <tom@codesourcery.com>
427         * MAINTAINERS (Write After Approval): Add myself.
429 2011-08-14  Yao Qi  <yao@codesourcery.com>
431         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
432         * configure: Regenerate.
434 2011-07-26  Ian Lance Taylor  <iant@google.com>
436         * configure.ac: Set have_compiler based on whether gcc directory
437         exists, rather than on whether gcc is in configdirs.
438         * configure: Rebuild.
440 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
442         * MAINTAINERS (Global Reviewers): Add self.
444 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
446         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
447         link directories.
448         * Makefile.in: Rebuild.
450 2011-07-20  Ian Lance Taylor  <iant@google.com>
452         PR bootstrap/49787
453         * configure.ac: Move --enable-bootstrap handling earlier in file.
454         If --enable-bootstrap and either --enable-build-with-cxx or
455         --enable-build-poststage1-with-cxx, enable C++ automatically.
456         * configure: Rebuild.
458 2011-07-19  Ian Lance Taylor  <iant@google.com>
460         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
461         make C++ a boot_language.  Set and substitute
462         POSTSTAGE1_CONFIGURE_FLAGS.
463         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
464         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
465         * configure, Makefile.in: Rebuild.
467 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
469         * MAINTAINERS (Register Allocation): Move myself from reviewers to
470         maintainers.
472 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
474         * MAINTAINERS (Global Reviewers): Add myself.
476 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
478         * configure: Regenerate.
480 2011-07-16  Jason Merrill  <jason@redhat.com>
482         * Makefile.def (language=c++): Add check-c++0x and
483         check-target-libmudflap-c++.
484         * Makefile.tpl (check-target-libmudflap-c++): New.
485         * Makefile.in: Regenerate.
487 2011-07-16  Matthias Klose  <doko@ubuntu.com>
489         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
490         * Makefile.def (target_modules/libjava): Pass
491         $(EXTRA_CONFIGARGS_LIBJAVA).
492         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
493         if not configured with --enable-static-libjava.
494         * Makefile.in: Regenerate.
495         * configure: Likewise.
497 2011-07-15  Jason Merrill  <jason@redhat.com>
499         * Makefile.in (check-c++): Move check-gcc-c++0x after
500         check-target-libstdc++-v3.
502 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
504         * MAINTAINERS (c6x port): New entry.
506 2011-07-13  Jason Merrill  <jason@redhat.com>
508         * Makefile.in (check-gcc-c++0x): New.
509         (check-c++): Depend on it.
511 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
513         PR target/39150
514         * configure.ac (i[3456789]86-*-solaris2*): Also accept
515         x86_64-*-solaris2.1[0-9]*.
516         * configure: Regenerate.
518 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
520         * MAINTAINERS (RTL optimizers): Add self.
522 2011-06-27  Gabriel Charette  <gchare@google.com>
524         * MAINTAINERS (Write After Approval): Add myself.
526 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
528         PR regression/47836
529         PR bootstrap/23656
530         PR other/47733
531         PR bootstrap/49247
532         PR c/48825
533         * configure.ac (target_libraries): Remove target-libiberty.
534         Remove case-statement setting skipdirs=target-libiberty for
535         multiple targets.  Remove checking target_configdirs and
536         removing target-libiberty but keeping target-libgcc if
537         otherwise empty.
538         * Makefile.def (target_modules): Don't add libiberty.
539         (dependencies): Remove all traces of target-libiberty.
540         * configure, Makefile.in: Regenerate.
542 2011-06-13  Walter Lee <walt@tilera.com>
544         * configure.ac (tilepro-*-*) New case.
545         (tilegx-*-*): Likewise.
546         * configure: Regenerate.
548 2011-06-06  Jing Yu  <jingyu@google.com>
550         * configure.ac: Skip target-libiberty for
551         arm*-*-linux-androideabi.
552         * configure: Regenerated.
554 2011-06-06  Nick Clifton  <nickc@redhat.com>
556         * config.sub: Sync from upstream.
558 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
560         * MAINTAINERS (Write After Approval): Add myself.
562 2011-06-01  Daniel Jacobowitz  <drow@false.org>
564         * MAINTAINERS: Update my email address.
566 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
568         * MAINTAINERS (Write After Approval): Update my email address.
570 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
572         * MAINTAINERS (Write After Approval): Add myself.
574 2011-05-08  Doug Kwan  <dougkwan@google.com>
576         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
577         * configure: Regenerated.
578         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
579         value from configure.
580         * Makefile.in: Regenerated.
582 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
584         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
585         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
586         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
587         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
588         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
589         *-*-vxworks*): Disable newlib and libgloss in separate case
590         statement.
591         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
592         to separate case statement.
593         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
594         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
595         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
596         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
597         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
598         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
599         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
600         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
601         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
602         i[[3456789]]86-*-rdos*, m32r-*-*,
603         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
604         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
605         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
606         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
607         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
608         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
609         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
610         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
611         and libgloss in main case over targets.  Remove most empty cases
612         in main case over targets.
613         * configure: Regenerate.
615 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
617         * MAINTAINERS (Write After Approval): Add myself.
619 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
621         * configure.ac: Remove code setting special library locations for
622         hppa*64*-*-hpux11*.  Remove code setting compiler for
623         sparc-sun-solaris2*.
624         * configure: Regenerate.
626 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
628         * configure.ac: Separate libgloss_dir settings from general case
629         over targets.
630         * configure: Regenerate.
632 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
634         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
635         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
636         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
637         cases in libgcj-disabling case statement.
638         (hppa*64*-*-linux*): Set unsupported_languages instead of
639         disabling target-zlib.
640         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
641         to hppa*64*-*-hpux*.
642         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
643         hppa*-*-hpux*.
644         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
645         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
646         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
647         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
648         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
649         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
650         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
651         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
652         libgcj-disabling case statement.
653         * configure: Regenerate.
655 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
657         * configure.ac: Disable Java for targets not supporting libffi.
658         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
659         Remove cases in Java-disabling statement.
660         (*arm-wince-pe): Change to arm-wince-pe.
661         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
662         cases in Java-disabling statement.
663         (bfin-*-*): Don't disable Java again.
664         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
665         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
666         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
667         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
668         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
669         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
670         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
671         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
672         Java-disabling statement.
673         (mmix-*-*): Don't disable Java again.
674         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
675         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
676         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
677         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
678         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
679         statement.
680         * configure: Regenerate.
682 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
684         * configure.ac: Separate cases disabling Java and Java libraries
685         from general case over targets.
686         * configure: Regenerate.
688 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
690         * MAINTAINERS: Update my email address.
692 2011-04-20  Easwaran Raman  <eraman@google.com>
694         * MAINTAINERS (Write After Approval): Add myself.
696 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
698         PR lto/48086
699         * configure.ac: Re-enable LTO on *-apple-darwin9*.
700         * configure: Regenerate.
702 2011-04-16  Jim Meyering  <meyering@redhat.com>
704         * MAINTAINERS (Write After Approval): Add myself.
706 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
708         * MAINTAINERS: Update my email address.
710 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
712         * MAINTAINERS (Write After Approval): Add myself.
714 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
716         * MAINTAINERS (Write After Approval): Add myself.
718 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
720         * MAINTAINERS (Write After Approval): Add myself.
722 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
724         * configure.ac (build_tools): Remove build-byacc.
725         (host_libs): Remove mmalloc.
726         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
727         autoconf automake libtool diff rcs fileutils shellutils time
728         textutils wdiff find uudecode hello tar gzip indent recode release
729         sed perl gawk findutils gettext zip.
730         (libgcj): Remove target-qthreads.
731         (target_tools): Remove target-examples target-gperf.
732         (YACC): Don't handle building byacc.
733         * configure: Regenerate.
734         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
735         dosutils, examples, fileutils, find, findutils, gawk, gettext,
736         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
737         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
738         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
739         handle building components.
740         * Makefile.in: Regenerate.
742 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
744         * MAINTAINERS: Update my email address as Xtensa maintainer.
746 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
748         * config.sub: Sync from upstream.
750 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
752         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
753         (microblaze*): Don't disable libssp.
754         * configure: Regenerate.
756 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
758         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
759         moveifchange.
760         * configure: Regenerate.
761         * Makefile.tpl: Use @SHELL@ not @config_shell@.
762         * Makefile.in: Regenerate.
764 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
766         * configure.ac (*-*-sysv4*): Don't enable libgomp.
767         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
768         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
769         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
770         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
771         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
772         md_exec_prefix cases.
773         * configure: Regenerate.
775 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
777         * configure.ac: Separate cases disabling target-libssp,
778         target-libiberty, target-libstdc++-v3 and Fortran from general
779         case over targets.
780         * configure: Regenerate.
782 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
784         * configure.ac (*-*-chorusos): Don't disable libgcj.
785         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
786         Remove case.
787         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
788         (arm-*-coff): Don't disable libgcj.
789         (arm*-*-linux-gnueabi): Remove useless assignment.
790         (arm-*-riscix*): Don't disable libgcj.
791         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
792         configuration.
793         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
794         (c54x*-*-*): Remove case.
795         (tic54x-*-*): Don't disable GCC or GCC libraries.
796         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
797         to *.
798         (d10v-*-*): Don't disable GCC libraries.
799         (d30v-*-*): Don't disable libgcj.
800         (h8500-*-*): Don't disable GCC libraries.
801         (i960-*-*): Don't disable libgcj.
802         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
803         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
804         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
805         libgcj.
806         (m68k-*-coff*): Remove case.
807         (mmix-*-*): Don't disable libgloss on host.
808         (mn10200-*-*, mn10300-*-*): Remove cases.
809         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
810         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
811         Don't disable libgcj.
812         (romp-*-*): Remove case.
813         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
814         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
815         case.
816         (v810-*-*): Don't disable GCC libraries.
817         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
818         (ip2k-*-*): Don't disable GCC libraries.
819         * configure: Regenerate.
821 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
823         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
824         libffi on host.
825         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
826         on host.
827         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
828         * configure: Regenerate.
830 2011-03-26  John Marino  <binutils@marino.st>
832         * configure.ac: Add support for *-*-dragonfly*
833         * configure: Regenerate.
835 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
837         * configure.ac (native_only): Remove.
838         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
839         send-pr uudecode guile gnuserv on host.
840         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
841         send-pr rcs guile perl texinfo libtool on host.
842         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
843         automake send-pr rcs guile perl texinfo libtool on host.
844         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
845         (*-*-kaos*): Don't disable target-examples target-gperf on target.
846         (alpha*-dec-osf*): Don't disable fileutils on target.
847         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
848         texinfo send-pr expect dejagnu on target.
849         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
850         target-qthreads on target.
851         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
852         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
853         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
854         x86_64-*-mingw*): Don't disable expect on target.
855         (*-*-cygwin*): Don't disable target-gperf on target.
856         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
857         gnuserv on target.
858         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
859         target.
860         * configure: Regenerate.
862 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
864         * configure.ac (target_tools): Remove target-groff.
865         (native_only): Remove target-groff.
866         (hppa*64*-*-*): Don't disable byacc.
867         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
868         setting.
869         (*-*-kaos*): Don't skip target-librx and target-groff.
870         (*-*-netware*): Don't skip target-libmudflap.
871         (*-*-tpf*): Don't skip target-libmudflap.
872         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
873         directories on the host.
874         (ia64*-*-*vms*): Don't skip tix.
875         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
876         host.
877         * configure: Regenerate.
879 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
881         * configure.ac: Remove references to mt-mep, mt-netware,
882         mt-wince.
883         * Makefile.def: Add all-utils soft dependencies.
884         * Makefile.tpl: Remove GDB_NLM_DEPS.
885         * configure: Regenerate.
886         * Makefile.in: Regenerate.
888 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
890         * configure.ac: Do not include mh-x86omitfp.
891         * configure: Regenerate.
893 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
895         * configure.ac: Remove empty cases.
896         * configure: Regenerate.
898 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
900         * Makefile.def: Add dependency from termcap to gdb.
901         * Makefile.in: Regenerate.
903 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
905         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
906         * configure: Regenerate.
907         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
908         * Makefile.tpl: Likewise.
909         * Makefile.in: Regenerate.
911 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
913         * configure.ac: Remove all mentions of tentative_cc.
914         * configure: Regenerate.
916 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
918         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
919         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
920         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
921         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
922         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
923         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
924         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
925         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
926         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
927         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
928         *-*-rhapsody*): Remove host cases.
929         * configure: Regenerate.
931 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
933         * configure.ac (ppc*-*-pe): Remove host case.
934         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
935         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
936         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
937         cases.
938         * configure: Regenerate.
940 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
942         * config.sub: Update to version 2011-03-23.
944 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
946         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
947         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
948         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
949         * configure: Regenerate.
951 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
953         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
954         to Write After Approval.
955         * config-ml.in: Don't handle arc-*-elf*.
956         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
957         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
958         handle GCC libraries.
959         * configure: Regenerate.
961 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
963         PR bootstrap/48120:
964         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
965         Add -lstdc++ -lm to LIBS.
966         * configure: Regenerate.
968 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
970         * config.guess: Update to version 2011-02-02
971         * config.sub: Update to version 2011-02-24
973 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
975         PR lto/48086
976         * configure.ac: Re-enable LTO on *-apple-darwin9.
977         * configure: Regenerate.
979 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
981         PR lto/48086
982         * configure.ac: Disable LTO on darwin due to an assembler change in
983         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
984         under 256.
985         * configure: Regenerate.
987 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
989         * MAINTAINERS: Update myself as score backend maintainer,
990         update my e-mail address.
992 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
994         * MAINTAINERS: Update my e-mail address.
996 2011-03-06  Joey Ye  <joey.ye@arm.com>
998         * MAINTAINERS: Update my e-mail address.
1000 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1002         * configure.ac: Adjust test of with_ppl.
1003         * configure: Regenerated.
1005 2011-03-02  Kai Tietz  <ktietz@redhat.com>
1007         * MAINTAINERS: Adjust my e-mail address.
1009 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1011         * configure.ac: Add -lpwl to ppllibs.
1012         * configure: Regenerated.
1014 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1016         * config/cloog.m4: Add -lisl to clooglibs.
1017         * configure: Regenerated.
1019 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1021         * MAINTAINERS (CPU Port maintainers): Add self.
1023 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1025         * MAINTAINERS: Add myself as testsuite maintainer.
1027 2011-02-15  Mike Stump  <mikestump@comcast.net>
1029         * MAINTAINERS: Add myself as testsuite maintainer.
1031 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1033         Import from Libtool and gnulib:
1035         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
1037         Prepare for supporting FreeBSD 10.
1038         * config.rpath: Remove handling of freebsd1* which soon would
1039         match FreeBSD 10.0.
1041         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
1043         Remove support for FreeBSD 1.x.
1044         * libtool.m4 (_LT_LINKER_SHLIBS)
1045         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1046         soon would incorrectly match FreeBSD 10.0.
1048 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1050         PR binutils/12283
1051         * move-if-change: Import version from gnulib.
1053 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
1055         PR lto/47225
1056         * Makefile.def (lto-plugin): Double dash for enable-shared.
1057         (configure-gcc): Depend on all-lto-plugin.
1058         * Makefile.in: Rebuilt.
1060 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1062         * configure.ac: Remove extra bracket.
1063         * configure: Regenerate.
1065 2011-02-08  Tobias Burnus  <burnus@net-b.de>
1067         * MAINTAINERS: Add myself as libquadmath maintainer.
1069 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
1071         * MAINTAINERS: Update my email address.
1073 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
1075         * MAINTAINERS (option handling): Add self.
1077 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
1079         PR lto/47225
1080         * Makefile.def: Add dependency for install-gcc
1081         on install-lto-plugin.
1082         * Makfile.in: Regenerated
1084 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
1086         * MAINTAINERS (CPU Port Maintainers): Add myself.
1088 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
1090         PR libgcj/44341
1091         * configure.ac: Discard --with-* flags for host when configuring
1092         target libraries for cross build.
1093         * configure: Rebuilt.
1095 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1097         * MAINTAINERS (linear loop transforms): Removed.
1099 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
1101         * configure.ac: If with_ppl is no, move setting with_cloog=no
1102         after CLOOG_REQUESTED check.
1103         * configure: Regenerated.
1105 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1107         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1108         CLooG has been requested.
1109         * configure: Regenerated.
1111 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1113         * configure: Regenerated.
1114         * configure.ac: Check for version 0.11 (or later revision) of PPL.
1116 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
1118         * configure: Regenerated.
1119         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1121 2011-01-21  Andreas Schwab  <schwab@redhat.com>
1123         * configure.ac: Use AS_HELP_STRING throughout.
1124         * configure: Regenerate.
1126 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
1128         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1129         * configure: Regenerate.
1131 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1133         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1135 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
1137         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1138         for ia64-hpux.
1139         * configure: Regenerate.
1141 2011-01-07  Jan Hubicka  <jh@suse.cz>
1143         PR lto/47225
1144         * Makefile.in: Regenerate.
1145         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1146         configure.
1148 2011-01-07  Jan Hubicka  <jh@suse.cz>
1150         * Makefile.in: Regenerate.
1151         * Makefile.def (gcc host module) and soft dependency on lto-plugin
1152         and configure dependency on lto-plugin configure.
1153         (lto-plugin module): Remove dependency on GCC; add dependency on
1154         liniberty.
1156 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
1158         * MAINTAINERS (Write After Approval): Add myself.
1160 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
1162         * configure: Regenerate.
1164 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
1166         * configure.ac: (picochip): Disable libiberty.
1168 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
1170         * MAINTAINERS (Write After Approval): Add myself.
1172 2010-12-10  Ian Lance Taylor  <iant@google.com>
1174         PR bootstrap/46819
1175         * configure.ac: For --disable-libgcj clear libgcj_saved.
1176         * configure: Rebuild.
1178 2010-12-10  Tobias Burnus  <burnus@net-b.de>
1180         PR fortran/46540
1181         * configure.ac: Add --disable-libquadmath and
1182         --disable-libquadmath-support.
1183         * configure: Regenerate.
1185 2010-12-03  Ian Lance Taylor  <iant@google.com>
1187         * MAINTAINERS: Add myself as libgo maintainer.
1189 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
1191         PR libffi/46792
1192         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1193         * configure: Regenerate.
1195 2010-12-02  Ian Lance Taylor  <iant@google.com>
1197         * configure.ac: Always set default for poststage1_ldflags to
1198         -static-libstdc++ -static-libgcc.
1200 2010-11-29  Andreas Schwab  <schwab@redhat.com>
1202         * configure.ac: Move comment to remove extra space in last argument
1203         of GCC_TARGET_TOOL.
1205 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
1207         PR other/46026
1208         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1209         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1210         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1211         (BASE_FLAGS_TO_PASS): Use it.
1212         * configure: Rebuilt.
1213         * Makefile.in: Rebuilt.
1215 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
1217         PR binutils/12258
1218         * configure.ac: Correct comments for --enable-gold/--enable-ld.
1219         Properly check default linker.
1220         * configure: Regnerated.
1222 2010-11-23  Matthias Klose  <doko@ubuntu.com>
1224         * configure.ac: For --enable-gold, handle value `default' instead of
1225         `both*'.  New configure option --{en,dis}able-ld.
1226         * configure: Regenerate.
1228 2010-11-20  Ian Lance Taylor  <iant@google.com>
1230         * configure.ac: Only disable a language library if no language needs
1231         it.  Don't let --disable-libgcj uncondtionally disable libffi.
1232         * configure: Rebuild.
1234 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1236         * Makefile.in: Regenerate.
1238         PR other/46202
1239         * configure.ac: Fix just-built in-tree STRIP name to be
1240         binutils/strip-new.
1241         * configure: Regenerate.
1242         * Makefile.def (install-strip-gcc, install-strip-binutils)
1243         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1244         (install-strip-sid): Mirror dependencies on non-strip variants
1245         of these targets on the respective -strip prerequisites.
1246         * Makefile.tpl (install-strip, install-strip-host)
1247         (install-strip-target): New targets.
1248         (install-strip-[+module+], install-strip-target-[+module+]):
1249         New targets.
1250         * Makefile.in: Regenerate.
1252 2010-11-19  Ian Lance Taylor  <iant@google.com>
1253             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1255         * configure.ac: Add target-libgo to target_libraries.  Set
1256         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1257         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1258         (HOST_EXPORTS): Add GOC.
1259         (BASE_TARGET_EXPORTS): Add GOC.
1260         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1261         (GOCFLAGS_FOR_TARGET): New variable.
1262         (EXTRA_HOST_FLAGS): Add GOC.
1263         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1264         * Makefile.def (target_modules): Add libgo.
1265         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1266         (dependencies): Add dependency from configure-target-libgo to
1267         configure-target-libffi and all-target-libstdc++-v3.  Add
1268         dependencies from all-target-libgo to all-target-libffi.
1269         (languages): Add go.
1270         * configure: Rebuild.
1271         * Makefile.in: Rebuild.
1273 2010-11-19  Ian Lance Taylor  <iant@google.com>
1275         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1276         compiler/flag environment variables.
1278 2010-11-18  Ian Lance Taylor  <iant@google.com>
1280         * configure.ac: Check for lang_requires_boot_languages in
1281         config-lang.in files.
1282         * configure: Rebuild.
1284 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1285             Tobias Burnus  <burnus@net-b.de>
1287         PR fortran/32049
1288         * Makefile.def: Add libquadmath; build it with language=fortran.
1289         * configure.ac: Add libquadmath.
1290         * Makefile.tpl: Handle multiple libs in check-[+language+].
1291         * Makefile.in: Regenerate.
1292         * configure: Regenerate.
1294 2010-11-16  Tom Tromey  <tromey@redhat.com>
1296         * MAINTAINERS: Moved myself to reviewers section.
1298 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
1300         * MAINTAINERS: Moved myself to reviewers section.
1302 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1304         * MAINTAINERS (Various Maintainers): Add self for build machinery.
1305         (Write After Approval): Remove self.
1307 2010-11-15  Andreas Schwab  <schwab@redhat.com>
1309         * configure.ac: Fix spelling in option names.
1310         * configure: Regenerated.
1312 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
1314         PR bootstrap/39622
1315         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1316         * configure: Regenerated.
1318 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
1320         * MAINTAINERS: Update my email address.
1322 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1324         * configure: Regenerate.
1326 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1328         * configure: Regenerate.
1330 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1332         * configure: Regenerate.
1334 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1336         * configure: Regenerate.
1338 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1340         * configure.ac: Support official CLooG.org versions.
1341         * configure: Regenerate.
1342         * config/cloog.m4: New.
1344 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
1346         * MAINTAINERS (Write After Approval): Add myself.
1348 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
1350         * MAINTAINERS: Update my email address.
1352 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
1354         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1355         * configure: Regenerate.
1357 2010-11-03  Ian Lance Taylor  <iant@google.com>
1358             Dave Korn  <dave.korn.cygwin@gmail.com>
1360         PR lto/46273
1361         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
1362         and on other supported platforms whenever LTO is enabled.
1363         * configure: Rebuild.
1365 2010-11-02  Alan Modra  <amodra@gmail.com>
1367         PR binutils/12110
1368         * configure.ac: Error when source path contains spaces.
1369         * configure: Regenerate.
1371 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
1373         * MAINTAINERS: Update my email address.
1375 2010-10-20  Ian Lance Taylor  <iant@google.com>
1377         * Makefile.def (target_modules): Set lib_path to src/.libs for
1378         libstdc++-v3 module.
1379         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1380         * Makefile.in: Rebuild.
1382 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1384         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
1385         (Write After Approval): Remove myself.
1387 2010-10-15  Tristan Gingold  <gingold@adacore.com>
1389         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1391 2010-10-14  Douglas Rupp  <rupp@gnat.com>
1393         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1395 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1397         * configure.ac (build_lto_plugin): New shell variable.
1398         (--enable-lto): Turn on by default for all non-ELF platforms that
1399         have had LTO support added so far.  Set build_lto_plugin appropriately
1400         for both ELF and non-ELF.
1401         (configdirs): Add lto-plugin or not based on build_lto_plugin.
1402         * configure: Regenerate.
1404 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1406         Sync from src:
1407         * configure.ac (v850 support): Remove target-libgloss from
1408         noconfigdirs.
1409         * configure: Regenerate.
1411 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1413         PR bootstrap/45326
1414         PR bootstrap/45174
1415         * configure.ac: Honor initial values of $build_configargs,
1416         $host_configargs, $target_configargs.  Mark the precious, so
1417         environment settings get recorded.
1418         * configure: Regenerate.
1420 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1422         PR bootstrap/45796
1423         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1424         Depend on all-build-libiberty.
1425         * Makefile.in: Regenerate.
1427 2010-09-30  Michael Eager  <eager@eagercon.com>
1429         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1430         * configure: Regenerate.
1432 2010-09-28  Michael Eager  <eager@eagercon.com>
1434         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
1436 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1438         PR bootstrap/44621
1439         * configure.ac: Fix unportable shell quoting.
1440         * configure: Regenerate.
1442 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
1444         * configure.ac (enable-lto): Add Darwin to the list of supported lto
1445         targets and amend comment.
1446         * configure: Regenerate.
1448 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
1450         * MAINTAINERS (Write After Approval): Add myself.
1452 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
1454         * configure.ac: Enable LTO by default on Darwin.
1455         * configure: Regenerate.
1457 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
1459         * MAINTAINERS (Write After Approval): Add myself.
1461 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
1463         * MAINTAINERS (Write After Approval): Add myself.
1465 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
1467         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
1468         ports
1470 2010-07-28  David Yuste  <david.yuste@gmail.com>
1472         * MAINTAINERS (Write After Approval): Add myself.
1474 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
1476         * configure.ac: Support all v850 targets.
1477         * configure: Regenerate.
1479 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
1481         PR bootstrap/44455
1482         * configure.ac (extra_mpfr_configure_flags): Copy from
1483         extra_mpc_gmp_configure_flags.
1484         * configure: Re-generated.
1486 2010-07-22  Andi Kleen  <ak@linux.intel.com>
1488         * MAINTAINERS (Write After Approval): Add myself.
1490 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
1492         * MAINTAINERS (Write After Approval): Add myself.
1494 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
1496         * MAINTAINERS (Write After Approval): Add myself.
1498 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
1500         PR target/44862
1501         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1502         Provide -B option to allow for link spec %s substitutions for
1503         libstdc++.a on darwin.
1504         * Makefile.in: Regenerate.
1506 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
1508         * MAINTAINERS (Reviewers): Update my e-mail address
1510 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
1512         * Makefile.def (configure-gcc): Depend on all-libelf.
1513         * Makefile.in: Rebuild.
1515 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
1517         * MAINTAINERS (Write After Approval): Add myself in the right place.
1519 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
1521         * MAINTAINERS (Write After Approval): Add myself.
1523 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
1525         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
1527 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
1529         * config.sub: Update to version 2010-05-21.
1530         * config.guess: Update to version 2010-04-03.
1532 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
1534         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1535         * configure: Regenerate.
1537 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
1539         * MAINTAINERS (Write After Approval): Add myself.
1541 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
1543         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1544         a platform that supports LTO.
1545         * configure: Regenerate.
1547 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
1549         * configure.ac: Allow all the versions greater than 0.10 of PPL.
1550         * configure: Regenerated.
1552 2010-04-27  Roland McGrath  <roland@redhat.com>
1553             H.J. Lu  <hongjiu.lu@intel.com>
1555         * configure.ac (--enable-gold): Support both, both/gold and
1556         both/bfd to add gold to configdirs without removing ld.
1557         * configure: Regenerated.
1559         * Makefile.def: Add install-gold dependency to install-ld.
1560         * Makefile.in: Regenerated.
1562 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
1564         PR lto/42776
1565         * configure.ac (--enable-lto): Refactor handling so libelf tests
1566         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1567         and allow LTO to be explicitly enabled on non-ELF platforms that
1568         are known to support it inside else-clause.
1569         * configure: Regenerate.
1571 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
1573         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1574         * configure: Regenerate.
1576 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
1578         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1579         * configure: Regenerate.
1581 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1583         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1584         separately.
1585         * configure: Regenerate.
1587 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
1589         * MAINTAINERS (Write After Approval): Add myself.
1591 2010-04-14  Tristan Gingold  <gingold@adacore.com>
1593         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1594         * configure: Regenerate.
1596 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
1598         * configure: Regenerate after change to elf.m4.
1600 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
1602         * MAINTAINERS (Write After Approval): Add myself.
1604 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1606         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1607         * configure: Regenerated.
1609 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1611         * configure.ac: Print "buggy but acceptable" when CLooG
1612         revision is less than 9.
1613         * configure: Regenerated.
1615 2010-04-01  Diego Novillo  <dnovillo@google.com>
1617         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
1619 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1621         PR bootstrap/43615
1622         PR bootstrap/43328
1624         Revert:
1626         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1628         * configure.ac: Do not pass --enable-multilib nor
1629         --disable-multilib in baseargs.  Accept explicitly passed
1630         --enable_multilib.
1631         * configure: Regenerate.
1633 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
1635         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
1637 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
1639         * MAINTAINERS: Remove myself.
1641 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1643         PR bootstrap/43328
1644         * configure.ac: Do not pass --enable-multilib nor
1645         --disable-multilib in baseargs.  Accept explicitly passed
1646         --enable_multilib.
1647         * configure: Regenerate.
1649 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
1651         * MAINTAINERS (spu port): Remove me.
1653 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1655         * configure.ac (tic6x-*-*): New case.
1656         * configure: Regenerate.
1658 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1660         * config.sub: Update to version 2010-03-22.
1661         * config.guess: Update to version 2009-12-30.
1663 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
1665         PR ada/42554
1666         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1667         * configure: Regenerate.
1669 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1671         * MAINTAINERS: Update my email address.
1673 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
1675         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
1676         (ghassan.shobaki@amd.com): Removed.
1678 2010-03-17  Alan Modra  <amodra@gmail.com>
1680         * MAINTAINERS: Update my email address.
1682 2010-03-16  Diego Novillo  <dnovillo@google.com>
1684         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
1685         Matthews.
1687 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1689         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
1690         Gutson, Jeffrey D. Oldham and Mark Shinwell.
1692 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1694         * MAINTAINERS: Update my email address.
1696 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
1698         * MAINTAINERS: Update my email address.
1700 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
1702         * MAINTAINERS: Update my email address.
1704 2010-03-09  Jie Zhang  <jie@codesourcery.com>
1706         * MAINTAINERS: Update my email address.
1708 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1710         PR libstdc++/32499
1711         * configure.ac (RANLIB): Default to true.
1712         (STRIP): Likewise.
1713         (RANLIB_FOR_TARGET): Remove superfluous : argument.
1714         * configure: Regenerate.
1716 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
1718         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
1719         (Write After Approval): Update my email address.
1721 2010-02-17  Nick Clifton  <nickc@redhat.com>
1723         PR 11238
1724         * Makefile.tpl (local-distclean): Also remove config.cache files in
1725         sub-directories as there may not be Makefiles present in the
1726         sub-directories.
1727         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1728         the config.cache files found by the find command.
1730         * Makefile.in: Regenerate.
1731         * configure.ac: Revert previous delta.
1732         * configure: Regenerate.
1734 2010-02-15  Nick Clifton  <nickc@redhat.com>
1736         PR 11238
1737         * configure.ac: Delete config.cache files in sub-directories when
1738         deleting Makefiles.
1739         * configure: Regenerate.
1741 2010-02-12  Ben Elliston  <bje@gnu.org>
1743         * MAINTAINERS: Update my email address.
1745 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
1747         * MAINTAINERS (spu port): Update my email address.
1749 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
1751         * MAINTAINERS: Add myself as a maintainer for the bfin port.
1753 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1755         * configure.ac: Add "recommended" version checks for GMP/MPC.
1756         Update recommended GMP/MPFR/MPC versions.
1757         * configure: Regenerate.
1759 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
1761         * MAINTAINERS: Move my Embecosm email address into the
1762         write-after-approval section.
1764 2010-01-26  Ian Lance Taylor  <iant@google.com>
1766         * MAINTAINERS: Add myself as Go frontend maintainer.
1768 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
1770         PR libstdc++/36101, PR libstdc++/42813
1771         * configure.ac (bootstrap_target_libs): Make inclusion of
1772         target-libgomp conditional on libgomb being in target_configdirs.
1773         * configure: Regenerate.
1775 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
1777         PR libstdc++/36101, PR libstdc++/42813
1778         * configure.ac (bootstrap_target_libs): Include target-libgomp.
1779         * configure: Regenerate.
1781 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
1783         PR libstdc++/36101, PR libstdc++/42813
1784         * configure.ac (target_configdirs): Substitute.
1785         * Makefile.def: Bootstrap target module libgomp.
1786         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1787         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1788         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1789         * configure, Makefile.in: Regenerate.
1791 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1793         * MAINTAINERS: Adjust my details.
1795 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
1797         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
1799 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
1801         * MAINTAINERS: reindented my entry with tabs instead of spaces.
1803 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
1805         * MAINTAINERS (Write After Approval): Add myself.
1807 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1809         * MAINTAINERS (Write After Approval): Add myself.
1811 2010-01-11  Richard Guenther  <rguenther@suse.de>
1813         PR lto/41569
1814         * Makefile.def (all-lto-plugin): Depend on all-gcc.
1815         * Makefile.in: Regenerated.
1817 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
1819         * configure.ac: Enable libjava build on x86_64-*freebsd*.
1820         * configure: Regenerate.
1822 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1823             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1825         PR bootstrap/42424
1826         * configure.ac: Include libtool m4 files.
1827         (_LT_CHECK_OBJDIR): Call it.
1828         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1829         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1831         * configure: Regenerate.
1833 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1835         PR bootstrap/41818
1836         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1837         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
1838         * Makefile.in: Regenerate.
1840 2010-01-02  Richard Guenther  <rguenther@suse.de>
1842         PR lto/41529
1843         * configure.ac: Include config/elf.m4.  Disable LTO if not
1844         builting for an elf target.
1845         * configure: Regenerate.
1847 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
1849         * MAINTAINERS: Change my email address.
1851 2009-12-18  Ben Elliston  <bje@au.ibm.com>
1853         * config.sub, config.guess: Update from upstream sources.
1855 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
1857         * MAINTAINERS (Write After Approval): Add myself.
1859 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1861         PR middle-end/30447
1862         PR middle-end/30789
1863         PR other/40302
1865         * configure.ac: Require MPC.
1866         * configure: Regenerate.
1868 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1870         PR target/38384
1871         PR bootstrap/40972
1872         * libtool.m4: Sync from git Libtool.
1873         * ltoptions.m4: Likewise.
1874         * ltversion.m4: Likewise.
1875         * lt~obsolete.m4: Likewise.
1876         * ltmain.sh: Likewise.
1878 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1880         * configure.ac: Update minimum MPC version to 0.8.
1881         * configure: Regenerate.
1883 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
1885         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
1886         * configure: Regenerated.
1888 2009-11-21  Ian Lance Taylor  <iant@google.com>
1890         * configure.ac: Change default of poststage1_ldflags to be empty if
1891         poststage1_libs is set.  When poststage1_libs is empty, and
1892         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
1893         * configure: Rebuild.
1895 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
1897         * MAINTAINERS (Write After Approval): Update my email address.
1899 2009-11-20  Ben Elliston  <bje@au.ibm.com>
1901         * config.guess: Update from upstream sources.
1903 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1905         * Makefile.def: Restore host and target settings for gmp.
1906         * Makefile.in: Rebuild.
1908 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1910         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
1911         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
1912         Fix portability of test of C++ as bootstrap language.  Add
1913         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1914         * configure: Rebuild.
1915         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1916         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
1917         in-tree building.
1918         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1919         (POSTSTAGE1_HOST_EXPORTS): Use it.
1920         (STAGE[+id+]_CXXFLAGS): New.
1921         (BASE_FLAGS_TO_PASS): Pass it down.
1922         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
1923         extra_exports.
1924         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1925         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1926         extra_exports.
1927         * Makefile.in: Rebuild.
1929 2009-11-17  Ben Elliston  <bje@au.ibm.com>
1931         * config.sub, config.guess: Update from upstream sources.
1933 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
1935         * MAINTAINERS (Write After Approval): Add myself.
1937 2009-11-09  Jon Beniston  <jon@beniston.com>
1939         * MAINTAINERS (Write After Approval): Add myself.
1941 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
1943         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
1944         paths for *-w64-mingw* and x86_64-*mingw*.
1945         * configure: Regenerated.
1947 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
1949         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
1951 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
1953         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
1954         Phil Edwards to Write-After Approval.
1956 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
1958         * configure.ac: Disable target-winsup & co for
1959         x86_64-*-mingw* and *-w64-mingw* targets.
1960         * configure: Regenerated.
1962 2009-10-16  Nick Clifton  <nickc@redhat.com>
1964         * MAINTAINERS: Add myself as a maintainer for the RX port.
1966 2009-10-26  Johannes Singler  <singler@kit.edu>
1968         * MAINTAINERS (Write After Approval): Update my e-mail address.
1970 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1972         * configure.ac (CLooG test): Use = with test.
1973         * configure: Regenerate.
1975 2009-10-22  Richard Guenther  <rguenther@suse.de>
1977         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
1978         cloog if the ppl version check failed.  Move flags saving
1979         before setting in libelf check.
1980         * configure: Regenerate.
1982 2009-10-21  Richard Guenther  <rguenther@suse.de>
1984         * configure.ac: Adjust the ppl and cloog configure to work as
1985         documented.  Disable cloog if ppl was disabled.  Omit the version
1986         checks if they were disabled.
1987         * configure: Re-generate.
1989 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1991         * configure.ac: Add 'lto' to enable_languages, not
1992         new_enable_languages, and only if not already present.
1993         * configure: Regenerate.
1995 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
1997         * README: Refer to the various COPYING* files instead of just
1998         COPYING.
1999         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
2001 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
2003         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2004         
2005 2009-10-07  Richard Guenther  <rguenther@suse.de>
2007         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
2008         and Richard Guenther as reviewers.
2009         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
2010         as reviewers.
2012 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
2014         * config.sub: Update from upstream sources.
2016 2009-10-06  Ian Lance Taylor  <iant@google.com>
2018         * Makefile.def: check-gold depends upon all-gas.
2019         * Makefile.in: Rebuild.
2021 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
2023         * MAINTAINERS (Write After Approval): Add myself.
2025 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
2027         * Makefile.def: all-lto-plugin depends on all-libiberty.
2028         set bootstrap=true for lto-plugin.
2029         Add lto-plugin.
2030         * Makefile.in: Regenerate.
2031         * configure.ac (host_libs): Add lto-plugin.
2032         * configure: Regenerate.
2034 2009-10-03  Diego Novillo  <dnovillo@google.com>
2036         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2037         (HOST_LIBELFLIBS): Define.
2038         (HOST_LIBELFINC): Define.
2039         * Makefile.in: Regenerate.
2040         * configure.ac: Add --enable-lto.
2041         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2042         If --enable-lto is used, add 'lto' to new_enable_languages.
2043         If --enable-lto is used and gold is enabled, add
2044         lto-plugin to configdirs.
2045         * configure: Regenerate.
2047 2009-10-03  Simon Baldwin  <simonb@google.com>
2049         * configure.ac: If --with-system-zlib, suppress local zlib and
2050         pass --with-system-zlib to subdir configure scripts.
2051         * configure: Regenerate.
2053 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
2054             Paolo Bonzini  <bonzini@gnu.org>
2056         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2057         $(srcdir).
2058         * Makefile.in: Rebuilt.
2060 2009-09-26  Gary Funck  <gary@intrepid.com>
2062         * MAINTAINERS (Write After Approval): Add myself.
2064 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2066         * configure.ac: Update minimum MPC version to 0.7.
2067         * configure: Regenerate.
2069 2009-09-25  Nick Clifton  <nickc@redhat.com>
2071         * configure.ac: Pass any --cache-file=/dev/null option on to
2072         subconfigures.
2073         * configure: Regenerate.
2075 2009-09-23  Nick Clifton  <nickc@redhat.com>
2077         * config.sub, config.guess: Update from upstream sources.
2079 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
2081         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2082         * Makefile.in: Rebuilt.
2084 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2086         PR bootstrap/32272
2087         * configure.ac: Error out if $srcdir isn't '.' but contains
2088         host-${host_noncanonical}.
2089         * configure: Regenerate.
2091 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2093         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
2094         maintainer.
2096 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2098         * configure.ac: If bootstrapping a combined tree with
2099         --enable-gold, require c++ in stage1_languages.
2100         * configure: Regenerate.
2102         * configure.ac: Also add target_libs of stage1_languages to
2103         bootstrap_target_libs.
2104         * configure: Regenerate.
2106         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2107         with --enable-languages not containing c++.
2108         * configure: Regenerate.
2110 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
2112         * configure.ac: Disable java and boehm-gc for bfin-*-*.
2113         * configure: Regenerate.
2115 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
2117         * MAINTAINERS (Write After Approval): Update my e-mail address,
2118         and move from from here...
2119         (Waiting for paperwork): To here.
2121 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
2123         * MAINTAINERS (Reviewers): Add self as driver reviewer.
2125 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2127         * configure.ac: Do not use $extrasub for replacing @if/@endif
2128         parts in Makefile; instead, use additional arguments to
2129         AC_CONFIG_COMMANDS to do the replacement manually, with several
2130         sed invocations, to avoid HP-UX sed command limits.
2131         * configure: Regenerate.
2133 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
2135         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
2136         blank before -L.
2138 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
2140         * configure.ac (with-build-config): Document.  Handle without.
2141         Handle missing argument.
2142         * configure: Rebuilt.
2144 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
2146         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
2147         Default to bootstrap-debug only if compare-debug works.
2148         * configure: Rebuilt.
2149         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2150         * Makefile.in: Rebuilt.
2152 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2154         * MAINTAINERS (OS Port Maintainers): Update my email address.
2156 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
2158         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2159         * Makefile.in: Rebuilt.
2161 2009-09-01  Chris Demetriou  <cgd@google.com>
2163         * MAINTAINERS (Write After Approval): Add myself.
2165 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
2167         PR debug/30161
2168         * include/dwarf2.h (enum dwarf_tag): Added
2169         DW_TAG_GNU_template_template_param
2170         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
2172 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
2174         * Makefile.tpl (AWK): Fix typo.
2175         * Makefile.in: Regenerate.
2177 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
2179         * configure.ac: Detect awk and sed.
2180         * Makefile.def (flags_to_pass): Add AWK and SED.
2181         * Makefile.tpl (AWK, SED): New.
2182         (BASE_FLAGS_TO_PASS): Add AWK and SED.
2183         * configure: Regenerate.
2184         * Makefile.in: Regenerate.
2186 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
2188         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
2189         (collapseslashes): Likewise.
2191 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2193         * configure.ac (AC_PREREQ): Bump to 2.64.
2195 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2197         * configure.ac: Remove --with-datarootdir, --with-docdir,
2198         --with-pdfdir, --with-htmldir switches.
2199         * configure: Regenerate.
2201         * configure: Regenerate.
2203         * compile: Sync from Automake 1.11.
2204         * depcomp: Likewise.
2205         * install-sh: Likewise.
2206         * missing: Likewise.
2207         * mkinstalldirs: Likewise.
2208         * ylwrap: Likewise.
2210 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
2212         * ltmain.sh (func_normal_abspath): New function.
2213         (func_relative_path): Likewise.
2214         (func_mode_help): Document new -bindir option for link mode.
2215         (func_mode_link): Add new -bindir option, and use it to place
2216         output DLL if specified.
2218 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2220         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2221         (baseargs): Add --disable-option-checking.
2222         * configure: Regenerate.
2224         * Makefile.def (configure-target-libiberty): Depend on
2225         all-binutils and all-ld.
2226         (configure-target-newlib): Likewise.
2227         * Makefile.in: Regenerate.
2229 2009-08-17  Ben Elliston  <bje@au.ibm.com>
2231         * config.sub, config.guess: Update from upstream sources.
2233 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2235         Sync from src, merge:
2237         2009-07-02  Tristan Gingold  <gingold@adacore.com>
2239         * configure.ac: Do not exclude gas for i386-*-darwin.
2240         Add a case for x86_64-*-darwin.
2241         * configure: Regenerate.
2243 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
2245         * MAINTAINERS: Add my name to Write After Approval list.
2247 2009-08-06  Michael Eager  <eager@eagercon.com>
2249         * configure.ac: Add Microblaze target.
2250         * configure: Regenerate.
2252 2009-07-31  Christian Bruel  <christian.bruel@st.com>
2254         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2255         * configure: Regenerate.
2256         
2257 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
2259         * MAINTAINERS (Write After Approval): Update my e-mail address.
2261 2009-07-06  Ian Lance Taylor  <iant@google.com>
2263         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2264         * configure: Rebuild.
2266 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
2268         * MAINTAINERS: Move myself to the Graphite Reviewers.
2270 2009-06-30  Wei Guozhi  <carrot@google.com>
2272         * MAINTAINERS: Add my name to Write After Approval list.
2274 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
2276         PR bootstrap/40338
2277         * configure.ac (comparestring): Create new variable.
2278         * Makefile.tpl (comparestring): Use to skip some comparisions.
2279         * configure: Regenerate.
2280         * Makefile.in: Regenerate.
2282 2009-06-26  Doug Evans  <dje@sebabeach.org>
2284         * Makefile.def (host_modules): Add cgen.
2285         * Makefile.in: Regenerate.
2286         * configure.ac (host_tools): Add cgen.
2287         * configure: Regenerate.
2289 2009-06-23  DJ Delorie  <dj@redhat.com>
2291         * MAINTAINERS: Add myself as mep maintainer.
2293 2009-06-23  Ian Lance Taylor  <iant@google.com>
2295         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
2296         boot_languages.  Only bootstrap target libraries listed in
2297         target_libs for some boot language.  Add --with-stage1-ldflags,
2298         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
2299         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
2300         if not building with C++.
2301         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2302         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2303         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2304         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
2305         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
2306         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
2307         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2308         * configure, Makefile.in: Rebuild.
2310 2009-06-23  Li Feng  <nemokingdom@gmail.com>
2312         * MAINTAINERS: Added my name to write-after-approval list.
2314 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
2316         * configure.ac: Define is_elf for QNX Neutrino targets.
2317         * configure: Regenerate.
2319 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
2321         * MAINTAINERS: Added my name to the write-after-approval list
2323 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2325         * configure.ac: Detect MPC in default directory.
2326         * configure: Regenerate.
2328 2009-06-03  Jerome Guitton  <guitton@adacore.com>
2329             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2331         * Makefile.tpl (all): Avoid a trailing backslash.
2332         * Makefile.in: Regenerate.
2334 2009-06-03  Ben Elliston  <bje@au.ibm.com>
2336         * config.sub, config.guess: Update from upstream sources.
2338 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
2340         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2341         to noconfdirs.
2342         * configure: Regenerate.
2344 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
2346         * Makefile.tpl ([+compare-target+]): Compare all stage
2347         directories, rather than just gcc.
2348         * Makefile.in: Rebuilt.
2350 2009-06-01  Doug Kwan  <dougkwan@google.com>
2352         * configure.ac: Support gold for target arm*-*-*.
2353         * configure: Regenerate.
2355 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2357         * Makefile.def: Add MPC support and dependencies.
2358         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
2360         * Makefile.in, configure: Regenerate.
2362 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
2364         * Makefile.tpl (all): Avoid harmless warning in make all when
2365         gcc-bootstrap is enabled but stage_last does not exist.
2366         * Makefile.in: Rebuilt.
2368 2009-05-24  Nicolas Roche  <roche@adacore.com>
2370         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2371         * Makefile.in: Regenerate.
2373 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
2375         * MAINTAINERS: Update my e-mail address.
2377 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
2379         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
2380         * configure:  Regenerate.
2382 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2384         PR other/40159
2385         * Makefile.tpl (all): Don't assume gcc-bootstrap and
2386         gcc-no-bootstrap are mutually exclusive.
2387         * Makefile.in: Rebuilt.
2389 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2391         PR other/40159
2392         * Makefile.tpl (all): Don't end with unconditional success.
2393         * Makefile.in: Rebuilt.
2395 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
2397         PR target/37137
2398         * Makefile.def (flags_to_pass): Remove redundant and incomplete
2399         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2400         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2401         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
2402         stage_configureflags, stage_cflags and stage_libcflags into
2403         explicit Makefile macros.
2404         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2405         GFORTRAN.
2406         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2407         CC.  Set CC_FOR_BUILD from CC.
2408         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2409         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2410         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2411         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
2412         and GFORTRAN.
2413         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2414         (_LIBCFLAGS): Renamed to _TFLAGS.
2415         (do-compare-debug, do-compare3-debug): Drop.
2416         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2417         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2418         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2419         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2420         (XGCC_FLAGS_FOR_TARGET): New.
2421         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2422         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2423         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2424         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2425         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
2426         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
2427         TFLAGS.
2428         (BUILD_CONFIG): Include if requested.
2429         (all): Set TFLAGS on bootstrap.
2430         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2431         (all-stageid-prefixmodule): Likewise.
2432         (do-clean, distclean-stageid): Set TFLAGS.
2433         (restrap): Fix whitespace.
2434         * Makefile.in: Rebuilt.
2436 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
2438         * config.guess: Sync with src.
2440 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
2442         * configure.ac ($with_ppl):  Default to no if not supplied.
2443         ($with_cloog):  Likewise.
2444         configure:  Regenerate.
2446 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
2448         * MAINTAINERS: Update my e-mail address.
2450 2009-04-27  Nick Clifton  <nickc@redhat.com>
2452         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
2454 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
2456         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2457         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2458         * Makefile.in: Regenerate.
2460 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2462         PR bootstrap/39739
2463         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2464         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2466         * configure, Makefile.in: Regenerate.
2468 2009-04-21  Taras Glek  <tglek@mozilla.com>
2470         * include/hashtab.h: Update GTY annotations to new syntax
2471         * include/splay-tree.h: Likewise
2473 2009-04-17  Ben Elliston  <bje@au.ibm.com>
2475         * config.sub, config.guess: Update from upstream sources.
2477 2009-04-15  Anthony Green  <green@moxielogic.com>
2479         * configure.ac: Add moxie support.
2480         * configure: Rebuilt.
2482 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
2484         * configure.ac: Change copyright header to refer to version
2485         3 of the GNU General Public License and to point readers at the
2486         COPYING3 file and the FSF's license web page.
2487         * Makefile.def: Likewise.
2488         * Makefile.tpl: Likewise.
2489         * Makefile.in: Regenerate.
2491 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
2493         * configure.ac: Restore match for darwin9 or later. Use double
2494         brackets since regeneration eats one pair.
2495         * configure: Regenerate.
2497 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
2499         PR gas/10039
2500         * configure.ac: Require texinfo 4.7.
2501         * configure: Regenerated.
2503 2009-04-09  Nick Clifton  <nickc@redhat.com>
2505         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
2506         the GCC Runtime Library Exception.
2508 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2510         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2511         * configure: Regenerate.
2513 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
2515         * Makefil.def (languages): New entries.
2516         * Makefile.tpl (check-gcc-*): New generic target.
2517         * Makefile.in: Regenerate.
2519 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
2521         * MAINTAINERS:  Update my email address.
2523 2009-03-18  Tom Tromey  <tromey@redhat.com>
2525         * configure: Rebuild.
2526         * configure.ac (host_libs): Add libiconv.
2527         * Makefile.in: Rebuild.
2528         * Makefile.def (host_modules): Add libiconv.
2529         (configure-gdb, all-gdb): Depend on libiconv.
2531 2009-03-16  Tristan Gingold  <gingold@adacore.com>
2533         * configure.ac: Treat gdb as supported on x86_64-darwin.
2534         * configure: Regenerate.
2536 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
2538         * configure.ac (--with-host-libstdcxx): New option.
2539         * configure: Regenerate.
2541 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
2543         * MAINTAINERS:  Move myself into the write after approval list.
2545 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
2547         * MAINTAINERS: Update e-mail address.
2548         
2549 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
2551         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
2553 2009-03-10  Ira Rosen  <irar@il.ibm.com>
2555         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
2557 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2559         Backport from git Libtool:
2561         2009-01-19  Robert Millan  <rmh@aybabtu.com>
2562         Support GNU/kOpenSolaris.
2563         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2564         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2565         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2566         GNU/kOpenSolaris.
2568 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
2570         * MAINTAINERS: Update e-mail address.
2572 2009-02-24  Michael Eager  <eager@eagercon.com>
2574         * MAINTAINERS (Write After Approval): Add self.
2576 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
2578         * MAINTAINERS (Write After Approval): Add myself.
2580 2009-02-05  Andreas Schwab  <schwab@suse.de>
2582         * Makefile.tpl (stage_last): Define $r and $s before using
2583         $(RECURSE_FLAGS_TO_PASS).
2584         * Makefile.in: Regenerate
2586 2009-01-30  Ian Lance Taylor  <iant@google.com>
2588         * MAINTAINERS: Move myself to the Global Reviewers list.
2590 2009-01-29  Robert Millan  <rmh@aybabtu.com>
2592         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2593         * configure: Regenerate.
2595 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
2597         * MAINTAINERS: Make whitespace consistent.
2598         Remove Robert Millan from Write After Approval.
2600 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
2602         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2603         (all-opcodes): Depend on all-libiberty.
2604         * Makefile.in: Regenerate.
2606 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
2608         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2609         * configure: Regenerate.
2611 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
2613         * MAINTAINERS (Write After Approval): Add myself.
2615 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
2617         * MAINTAINERS: Add myself to reviewers (Fortran).
2619 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
2621         PR tree-optimization/38515
2622         * configure.ac (cloog-polylib): Removed.
2623         (with_ppl, with_cloog): Test for "no".
2624         * configure: Regenerated.
2626 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
2628         * MAINTAINERS: Moved myself to reviewers (Fortran).
2630 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
2632         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
2633         (Write After Approval): Remove myself.
2635 2009-01-03  Diego Novillo  <dnovillo@google.com>
2637         * MAINTAINERS: Remove myself from alias maintainership.
2639 2009-01-02  David Ayers  <ayers@fsfe.org>
2641         * MAINTAINERS: Update e-mail address.
2643 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
2645         * MAINTAINERS: Make whitespace consistent.
2647 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2649         Backport from upstream Libtool:
2650         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2651         Add cache variables to tests that require the linker to work.
2652         For shlibpath_overrides_runpath, this also changes the semantics
2653         to let the result from the C compiler take precedence.
2655 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2657         * config.sub, config.guess: Update from upstream sources.
2659 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
2661         * configure.ac (ppllibs): Add by default the lib flags.
2662         * configure: Regenerate.
2664 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
2666         * MAINTAINERS:  Add myself to the write after approval list.
2668 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
2670         * configure.ac: Add double brackets on darwin[912].
2671         * configure: Regenerate.
2673 2008-12-03  Daniel Kraft  <d@domob.eu>
2675         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
2676         Approval to Reviewer section (for Fortran front-end).
2678 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
2680         * configure.ac: Expand to darwin10 and later.
2681         * configure: Regenerate.
2683 2008-12-02  Andreas Schwab  <schwab@suse.de>
2685         * Makefile.def: configure-target-boehm-gc depends on
2686         all-target-libstdc++-v3.
2687         * Makefile.in: Regenerate.
2689 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
2691         * MAINTAINERS:  Add myself as mingw maintainer.
2693 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2695         * config.sub, config.guess: Update from upstream sources.
2697 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
2699         * README.SCO: Remove.
2701 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
2703         * MAINTAINERS:  Add myself to the write after approval list.
2705 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
2707         * MAINTAINERS:  Update my email address in WAA section.
2709 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
2711         * MAINTAINERS: Update e-mail address.
2713 2008-11-27  Toon Moene  <toon@moene.org>
2715         * MAINTAINERS: Change e-mail address.
2717 2008-11-27  Tristan Gingold  <gingold@adacore.com>
2719         * configure.ac: Build gdb for i?86-*-darwin*
2720         * configure: Regenerated.
2722 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
2724         * MAINTAINERS: Added my full name.
2726 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
2728         PR bootstrap/38014
2729         PR bootstrap/37923
2731         Revert:
2733         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2735         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2736         * Makefile.in: Regenerated.
2738         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2740         PR gdb/921
2741         PR gdb/1646
2742         PR gdb/2175
2743         PR gdb/2176
2745         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2746         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2747         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2748         (HOST_EXPORTS): Pass CPPFLAGS.
2749         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2750         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2751         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2752         * Makefile.in, configure: Regenerated.
2753         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2754         and CPPFLAGS_FOR_BUILD.
2756 2008-11-06  Jeff Law  <law@redhat.com>
2758         * MAINTAINERS: Add myself as middle end maintainer.
2760 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
2762         * MAINTAINERS (Write after approval): Add myself.
2764 2008-11-05  Diego Novillo  <dnovillo@google.com>
2766         * MAINTAINERS (Global Reviewers): Add myself.
2767         (Non-Algorithmic Maintainers): Remove myself.
2769 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
2771         * MAINTAINERS (Write after approval): Add myself.
2773 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
2775         * MAINTAINERS (Write after approval): Add myself.
2777 2008-10-31  Ben Elliston  <bje@au.ibm.com>
2779         * configure.ac (spu-*-*): Remove special case.
2780         * configure: Regenerate.
2782 2008-10-30  Catherine Moore  <clm@codesourcery.com>
2784         * MAINTAINERS (Write after approval): Update my email address.
2786 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
2788         * configure.ac [spu-*-*]: Do not set skipdirs.
2789         * configure: Re-generate.
2791 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
2793         * MAINTAINERS (Various Maintainers): Add myself to reload.
2795 2008-10-25  Richard Guenther  <rguenther@suse.de>
2797         * MAINTAINERS (Various Maintainers): Add myself as middle-end
2798         maintainer.  Remove myself as libgcc-math maintainer.
2799         (Non-Algorithmic Maintainers): Remove myself.
2801 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2803         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2804         * Makefile.in: Regenerated.
2806 2008-10-23  Cary Coutant  <ccoutant@google.com>
2808         * MAINTAINERS (Write after approval): Add myself.
2810 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2812         PR gdb/921
2813         PR gdb/1646
2814         PR gdb/2175
2815         PR gdb/2176
2817         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2818         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2819         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2820         (HOST_EXPORTS): Pass CPPFLAGS.
2821         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2822         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2823         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2824         * Makefile.in, configure: Regenerated.
2825         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2826         and CPPFLAGS_FOR_BUILD.
2828 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
2830         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
2831         Sebastian Pop.
2833 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
2835         * MAINTAINERS (Write After Approval): Added myself.
2837 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2839         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2840         recommended version to 2.3.2.
2842         * configure: Regenerate.
2844 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
2846         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
2848 2008-09-29  David Daney <david.daney@caviumnetworks.com>
2850         * MAINTAINERS (Write After Approval): Update e-mail address.
2852 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
2854         * libtool.m4: Update to libtool 2.2.6.
2855         * lt~obsolete.m4: Update to libtool 2.2.6.
2856         * ltmain.sh: Update to libtool 2.2.6.
2857         * ltsugar.m4: Update to libtool 2.2.6.
2858         * ltversion.m4: Update to libtool 2.2.6.
2859         * ltoptions.m4: Update to libtool 2.2.6.
2860         * ltgcc.m4: Update to match changes from libtool 2.2.6.
2862 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
2864         * MAINTAINERS (Write After Approval): Add myself.
2866 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2868         * MAINTAINERS (Write After Approval): Update my name.
2870 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
2872         * MAINTAINERS: Add myself in "Write After Approval".
2874 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
2876         * MAINTAINERS: Add myself as ia64 maintainer.
2878 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
2880         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
2881         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
2882         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
2883         and Michael Tiemann from Write After Approval since they do not
2884         actually have access.
2886 2008-09-05  Richard Guenther  <rguenther@suse.de>
2888         * configure.ac: Initialize clooglibs to -lcloog.
2889         * configure: Re-generate.
2891 2008-09-04  Le-Chun Wu  <lcwu@google.com>
2893         * MAINTAINERS (Write After Approval): Add myself.
2895 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
2897         * configure.ac (--with-cloog-polylib): New.
2898         (--disable-cloog-version-check): New.
2899         (--disable-ppl-version-check): New.
2900         * configure: Re-generate.
2902 2008-09-03  Richard Guenther  <rguenther@suse.de>
2904         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2905         cloog test.
2906         * configure: Re-generate.
2908 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
2910         Add picoChip port.
2911         * MAINTAINERS: Add picoChip maintainers.
2913 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
2914             Tobias Grosser  <grosser@fim.uni-passau.de>
2915             Jan Sjodin  <jan.sjodin@amd.com>
2916             Harsha Jagasia  <harsha.jagasia@amd.com>
2917             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2918             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
2919             Adrien Eliche  <aeliche@isty.uvsq.fr>
2921         Merge from graphite branch.
2922         * configure: Regenerate.
2923         * Makefile.in: Regenerate.
2924         * configure.ac (host_libs): Add ppl and cloog.
2925         Add checks for PPL and CLooG.
2926         * Makefile.def (ppl, cloog): Added modules and dependences.
2927         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2928         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2930 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2932         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2933         (GCC_SHLIB_SUBDIR): New.
2934         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2935         * configure: Regenerate.
2936         * Makefile.in: Regenerate.
2938 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
2940         * MAINTAINERS: Consistently use tabs to separate columns.
2942 2008-08-29  Tristan Gingold  <gingold@adacore.com>
2944         * MAINTAINERS (Write after Approval): Add myself.
2946 2008-08-28  Tristan Gingold  <gingold@adacore.com>
2948         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2949         Enable bfd, binutils and opcodes.
2950         * configure: Regenerate.
2952 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2954         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
2956 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2958         * MAINTAINERS:  Use correct Umlaut for last name.
2960 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2962         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
2964 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
2966         * MAINTAINERS: Update my email address.
2968 2008-08-16  Nicolas Roche  <roche@adacore.com>
2970         * Makefile.tpl: Add BOOT_ADAFLAGS.
2971         * Makefile.in: Regenerate.
2973 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
2975         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2976         * configure: Regenerate.
2978 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
2980         * configure.ac: Add makefile fragments for hpux.
2981         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2982         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2983         * configure: Regenerate.
2984         * Makefile.in: Regenerate.
2986 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
2988         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
2990 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
2992         * MAINTAINERS (Write after Approval): Add myself.
2994 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
2996         * MAINTAINERS (Write After Approval):  Add myself.
2998 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
3000         * MAINTAINERS (Write After Approval):  Add myself.
3002 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
3004         * MAINTAINERS: Update my email address.
3006 2008-06-25  Joey Ye  <joey.ye@intel.com>
3008         * MAINTAINERS (Write After Approval):  Add myself.
3010 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3012         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3013         * Makefile.in: Regenerate.
3014         * configure: Regenerate.
3016 2008-06-17  Daniel Kraft  <d@domob.eu>
3018         * MAINTAINERS (Write After Approval):  Add myself.
3020 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3022         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3023         "$@" is still intact with both Autoconf 2.59 and 2.62.
3024         * configure: Regenerate.
3026 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3028         * Makefile.tpl: Fix comment errors.
3029         * Makefile.in: Regenerate.
3031 2008-06-12  David S. Miller  <davem@davemloft.net>
3032             David Edelsohn  <edelsohn@gnu.org>
3034         * configure.ac: Add powerpc*-*-* to gold supported targets.
3035         * configure: Regenerate.
3037 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
3039         PR tree-optimization/36218
3040         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3041         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3042         (all prefix="build-"): Pass them to build-system sub-makes.
3043         * Makefile.in: Regenerate.
3045 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
3047         * MAINTAINERS (mt port): Remove.
3048         (sco5, unixware, sco udk): Remove.
3049         (Kean Johnston): Add to Write After Approval.
3051 2008-05-30  Julian Brown  <julian@codesourcery.com>
3053         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3054         of libobjc for ARM EABI Linux.
3055         * configure: Regenerate.
3057 2008-05-18  Xinliang David Li   <davidxl@google.com>
3059         * ChangeLog: Remove wrong ChangeLog entry.
3061 2008-05-17  Xinliang David Li   <davidxl@google.com>
3063         * MAINTAINERS (Write After Approval): Add myself.
3065 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
3067         * MAINTAINERS (Write After Approval): Add myself.
3069 2008-05-14  Rafael Espíndola  <espindola@google.com>
3071         * config-ml.in: don't handle --enable-shared and --enable-static.
3073 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
3075         * MAINTAINERS: Update my email address.
3077 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
3079         * MAINTAINERS: Update my email address.
3081 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
3083         * MAINTAINERS (Write After Approval): Add myself.
3085 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
3087         * MAINTAINERS (Write After Approval): Add myself.
3089 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
3091         * MAINTAINERS (crx): Add myself.
3093 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3095         Sync with src:
3096         2008-04-14  David S. Miller  <davem@davemloft.net>
3098         * configure.ac: Add sparc*-*-* to gold supported targets.
3099         * configure: Regenerate.
3101 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3103         PR bootstrap/35457
3104         * configure.ac: Include override.m4.
3105         * configure: Regenerate.
3107 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3109         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3110         * Makefile.in: Regenerate.
3112 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
3114         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3115         as nonconfigurable directories list.
3116         * configure: Regenerate.
3118 2008-04-14  Ben Elliston  <bje@au.ibm.com>
3120         * config.sub, config.guess: Update from upstream sources.
3122 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
3124         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3125         * Makefile.in: Regenerate.
3127 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
3129         * configure.ac: Do not build libssp for the AVR.
3130         * configure: Regenerate.
3132 2008-04-07  Ian Lance Taylor  <iant@google.com>
3134         * Makefile.def: check-gold depends upon all-binutils.
3135         * Makefile.in: Regenerate.
3137 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
3139         * MAINTAINERS (Write After Approval): Add myself.
3141 2008-04-04  Nick Clifton  <nickc@redhat.com>
3143         PR binutils/4334
3144         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3145         builds.
3146         * configure: Regenerate.
3148 2008-04-04  NightStrike  <NightStrike@gmail.com>
3150         PR other/35151
3151         * configure.ac: Combine rules for mingw32 and mingw64.
3152         * configure: Regenerate.
3154 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
3156         * MAINTAINERS (Write After Approval): Add myself.
3158 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
3160         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
3161         * Makefile.in (.NOTPARALLEL): Ditto.
3163 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
3165         * MAINTAINERS (Write After Approval): Add myself.
3167 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
3169         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
3170         * Makefile.in (.NOTPARALLEL): Regenerate.
3172 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
3174         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3175         * Makefile.in: Regenerate.
3177 2008-03-26  Jakub Staszak  <kuba@et.pl>
3179         * MAINTAINERS (Write After Approval): Add myself.
3181 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
3183         * MAINTAINERS:  Update e-mail address.
3185 2008-03-20  Ian Lance Taylor  <iant@google.com>
3187         * configure.ac: Add support for --enable-gold.
3188         * Makefile.def: Add gold as a directory like ld.
3189         * configure, Makefile.in: Regenerate.
3191 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3193         * configure.ac: m4_include config/proginstall.m4.
3194         * configure: Regenerate.
3196         Backport from upstream Libtool:
3198         2007-10-12  Eric Blake  <ebb9@byu.net>
3200         Deal with Autoconf 2.62's semantic change in m4_append.
3201         * ltsugar.m4 (lt_append): Replace broken versions of
3202         m4_append.
3203         (lt_if_append_uniq): Don't require separator to be overquoted,
3204         and avoid broken m4_append.
3205         (lt_dict_add): Fix typo.
3206         * libtool.m4 (_LT_DECL): Don't overquote separator.
3208 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
3210         * config.rpath: Add AIX 6 support.
3212 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
3214         * Makefile.def (stageprofile).  Remove -fprofile-generate
3215         from stage_libcflags.
3216         * Makefile.in: Regenerate.
3218 2008-03-13  Ben Elliston  <bje@au.ibm.com>
3220         * config.sub, config.guess: Update from upstream sources.
3222 2008-03-06  Tom Tromey  <tromey@redhat.com>
3224         * MAINTAINERS: Update for treelang deletion.
3226 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
3228         * MAINTAINERS: Update my email address.
3230 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
3232         * MAINTAINERS (darwin port): Add myself as a maintainer.
3233         (objective-c/c++): Add myself as a maintainer.
3235 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
3237         * MAINTAINERS (Write After Approval): Update my email address.
3239 2008-02-25  Tomas Bily  <tbily@suse.cz>
3241         * MAINTAINERS (Write After Approval): Add myself.
3243 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
3245         * MAINTAINERS (OpenMP): Add myself.
3247 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
3249         PR bootstrap/32009
3250         PR bootstrap/32161
3252         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3253         * configure: Regenerate.
3255         * Makefile.def: Define stage_libcflags for all bootstrap stages.
3256         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3257         STAGE4_LIBCFLAGS): New.
3258         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3259         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3260         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3261         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3262         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3263         for target modules.  Don't export LIBCFLAGS.
3264         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3265         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3266         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3267         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3268         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3269         * Makefile.in: Regenerate.
3271 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3273         PR libgcj/33085
3274         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3275         Do not use -DDLL_EXPORT.  Backport from upstream.
3277 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3279         * MAINTAINERS (Write After Approval): Add myself.
3281 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
3283         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3284         * configure: Regenerate.
3286 2008-01-31  Marc Gauthier  <marc@tensilica.com>
3288         * configure.ac (xtensa*-*-*): Recognize processor variants.
3289         * configure: Regenerate.
3291 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3293         PR bootstrap/34922
3294         * configure.ac (PARSE_ARGS): Push suitable setting of
3295         ac_subdirs_all, for `./configure --help=recursive'.
3296         Handle `+' in generic toplevel directory disabling.
3297         * configure: Regenerate.
3299 2008-01-28  Nick Clifton  <nickc@redhat.com>
3301         * MAINTAINERS (xstormy16): Take over maintainership.
3303 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
3305         * MAINTAINERS (c4x port): Remove.
3307 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
3309         * libtool.m4: Backport AIX 6 support from ToT Libtool.
3311 2008-01-23  Ben Elliston  <bje@au.ibm.com>
3313         * config.sub, config.guess: Update from upstream sources.
3315 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
3317         * MAINTAINERS (Write After Approval): Add myself.
3319 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
3321         * MAINTAINERS: Update my email address.
3323 2008-01-09  Raksit Ashok  <raksit@google.com>
3325         * MAINTAINERS (Write After Approval): Add myself.
3327 2008-01-09  Raksit Ashok  <raksit@google.com>
3329         * MAINTAINERS (Write After Approval): Add myself.
3331 2008-01-08  Ben Elliston  <bje@au.ibm.com>
3333         * config.sub, config.guess: Update from upstream sources.
3335 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3337         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3338         Change recommended MPFR from 2.2.1 -> 2.3.0.
3339         * configure: Regenerate.
3341 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
3343         * MAINTAINERS: Update my email address.
3345 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
3347         * MAINTAINERS: Update my email address.
3349 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
3351         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3352         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3353         * Makefile.in: Regenerate.
3355 2007-12-10  Mark Heffernan  <meheff@google.com>
3357         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
3358         misplaced entries.
3360 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3362         * configure.ac: Enable libjava for x86_64-*-darwin9.
3363         * configure: Regenerate.
3365 2007-12-07  Bill Maddox  <maddox@google.com>
3367         * MAINTAINERS (Write After Approval): Add myself.
3369 2007-12-05  Ben Elliston  <bje@au.ibm.com>
3371         * config.sub, config.guess: Update from upstream sources.
3373 2007-12-02  Matthias Klose  <doko@ubuntu.com>
3375         * config-ml.in: Remove 64bit configure tests.
3377 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3379         * config-ml.in: Robustify against white space in absolute file
3380         names.
3382         * config-ml.in (multi-clean): Substitute ${Makefile}.
3383         Remove superfluous ${Makefile} in list.
3385 2007-11-19  Thiemo Seufer  <ths@mips.com>
3387         * config-ml.in: Don't hardcode the Makefile name.
3389 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
3391         * MAINTAINERS (Write After Approval): Add myself.
3393 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
3395         * MAINTAINERS (Write After Approval): Add myself.
3397 2007-11-06  Doug Kwan  <dougkwan@google.com>
3399         * MAINTAINERS (Write After Approval): Add myself.
3401 2007-10-25  Ben Elliston  <bje@au.ibm.com>
3403         * MAINTAINERS (mercury): Remove entry.
3404         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
3406 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
3408         * Makefile.def (dependencies): Make configure-gdb depend on
3409         all-intl.
3410         * Makefile.in: Regenerated.
3412 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
3414         * MAINTAINERS (Fortran maintainer): Remove myself.
3416 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
3418         * Makefile.def: To avoid problems running with parallel makes,
3419         build newlib before libgloss so that target specific header
3420         files are availble.
3421         * Makefile.in: Regenerate
3423 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
3425         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3426         * Makefile.in: Regenerate.
3428 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
3430         * MAINTAINERS (Register allocation reviewer): Add myself.
3432 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
3434         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3435         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3436         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
3437         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3438         * configure: Regenerate.
3440 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
3442         * MAINTAINERS (Register allocation reviewer): Add myself.
3444 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
3446         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3447         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3448         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3449         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3450         * configure.ac: Default them to host tools for $host = $build.
3451         Subst them.
3453         * configure: Regenerate.
3454         * Makefile.in: Regenerate.
3456 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
3458         * MAINTAINERS (Register allocation reviewer): Add myself.
3460 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
3462         * MAINTAINERS (Register allocation reviewer): Add myself.
3464 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
3466         * MAINTAINERS (Write After Approval): Fix typo.
3468 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
3470         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3471         * configure: Regenerate.
3473 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
3475         PR bootstrap/31906
3476         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
3477         they're already prefixed.
3479 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
3481         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3482         libstdc++.
3483         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3484         * configure: Regenerate.
3485         * Makefile.in: Regenerate.
3487 2007-09-17  Andreas Schwab  <schwab@suse.de>
3489         * configure.ac: Raise minimum makeinfo version to 4.6.
3490         * configure: Regenerate.
3492 2007-09-17  Johannes Singler  <singler@ira.uka.de>
3494         * MAINTAINERS (write-after-approval) add myself
3496 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
3498         * configure.ac: Correct makeinfo version check.
3499         * configure: Regenerate.
3501 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
3503         * MAINTAINERS: Update my email address.
3505 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
3507         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
3508         to $skipdirs and only disable gprof for newlib.  Use the normal
3509         mips*-elf* handling in other respects.
3510         * configure: Regnerate.
3512 2007-09-12  David Daney  <ddaney@avtrex.com>
3514         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3515         enabling libgcj.
3516         * configure: Regenerate.
3518 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3520         PR other/32154
3521         * configure.ac: For libgloss targets, point the linker to the linker
3522         script, startup code and simulator library.
3523         * configure: Regenerate.
3525 2007-09-07  Andrew Haley  <aph@redhat.com>
3527         * configure.ac (noconfigdirs): Remove target-libffi and
3528         target-libjava.
3529         * configure: Regenerate.
3531 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3533         PR target/33281
3534         * configure.ac: Use config/mh-mingw on mingw.
3535         * configure: Regenerate.
3537 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
3539         * MAINTAINERS (Write After Approval): Add myself.
3541 2007-09-05  Richard Guenther  <rguenther@suse.de>
3543         * configure.ac (--enable-stage1-checking): If neither --enable-checking
3544         nor --disable-checking is provided also turn on yes and types
3545         checking for stage1.
3546         * configure: Re-generate.
3548 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
3550         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
3551         (Write After Approval): Remove myself.
3553 2007-08-29  Nick Clifton  <nickc@redhat.com>
3555         * config.sub, config.guess: Update from upstream sources.
3557 2007-08-22  Bud Davis  <jmdavis@link.com>
3559         * MAINTAINERS (Write After Approval): Added myself.
3560         * MAINTAINERS (Reviewers): Removed myself.
3562 2007-08-18  Paul Brook  <paul@codesourcery.com>
3563             Joseph Myers  <joseph@codesourcery.com>
3565         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3566         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3567         * Makefile.in: Regenerate.
3568         * configure.ac (--with-debug-prefix-map): New.
3569         * configure: Regenerate.
3571 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
3572             Nigel Stephens  <nigel@mips.com>
3574         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
3575         as target_makefile_frag.
3576         * configure: Regenerate.
3578 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
3580         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3581         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
3582         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3583         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3584         (do-compare, do-compare3, do-compare-debug): New.
3585         ([+compare-target+]): Use them.
3587 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
3589         * MAINTAINERS (Write After Approval): Change my email address.
3591 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3592             Ben Elliston  <bje@au.ibm.com>
3594         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3595         --silent if $silent.
3596         * configure: Regenerate.
3598 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
3600         * MAINTAINERS (Various Maintainers): Add myself as
3601         loop infrastructure maintainer.  Update my e-mail
3602         address.
3604 2007-07-31  Diego Novillo  <dnovillo@google.com>
3606         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
3607         Adjust description.
3609 2007-07-26  Richard Guenther  <rguenther@suse.de>
3611         * configure.ac: Add types checking to stage1 checking flags.
3612         * configure: Regenerate.
3614 2007-07-17  Nick Clifton  <nickc@redhat.com>
3616         * COPYING3: New file.  Contains version 3 of the GNU General
3617         Public License.
3618         * COPYING3.LIB: New file.  Contains version 3 of the GNU
3619         Lesser General Public License.
3621 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3623         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
3625 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3627         * MAINTAINERS (S/390 co-maintainer): Add myself.
3628         (Write After Approval): Remove myself.
3630 2007-07-13  Dan Hipschman  <dsh@google.com>
3632         * MAINTAINERS (Write After Approval): Add myself.
3634 2007-07-11  Nick Clifton  <nickc@redhat.com>
3636         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
3637         WINDRES export.
3638         * Makefile.in: Regenerate.
3640 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3642         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
3643         maintainer.
3645 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
3647         * lt~obsolete.m4: New. Import from 20070318 libtool.
3649 2007-07-03  Julian Brown  <julian@codesourcery.com>
3651         * MAINTAINERS (Write After Approval): Add myself.
3653 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3655         * configure.ac: Rewrite 'configure --help' strings to look nicer.
3656         * configure: Regenerate.
3658 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3660         * configure.ac: Add some missing m4 quotation.
3661         * configure: Regenerate.
3663 2007-07-02  Simon Baldwin  <simonb@google.com>
3665         * MAINTAINERS (Write After Approval): Add myself.
3667 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
3669         * configure: Regenerate.
3671 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
3673         * Makefile.def: Add windmc tool to build.
3674         * Makefile.tpl: Likewise.
3675         * configure.ac: Likewise.
3676         * Makefile.in: Regenerate.
3677         * configure: Regenerate.
3679 2007-06-28  DJ Delorie  <dj@redhat.com>
3681         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3682         not building newlib.
3683         * configure: Regenerated.
3685 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
3687         * MAINTAINERS (Write After Approval): Add myself.
3689 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
3691         * MAINTAINERS (Write After Approval): Add myself.
3693 2007-06-19  Chris Matthews  <chrismatthews@google.com>
3695         * MAINTAINERS (Write After Approval): Add myself.
3697 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3699         * MAINTAINERS (Write After Approval): Add myself.
3701 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
3703         * Makefile.def: Add dependency from configure-gdb to all-bfd.
3704         * Makefile.in: Regenerated.
3706 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
3708         * configure.ac: Don't add target-libmudflap to noconfigdirs for
3709         bfin*-*-uclinux* targets.
3710         * configure: Regenerate.
3712 2007-06-14  Ian Lance Taylor  <iant@google.com>
3714         * MAINTAINERS: Add myself as non-algorithmic global write
3715         maintainer.
3717 2007-06-14  Diego Novillo  <dnovillo@google.com>
3719         * MAINTAINERS: Add self as middle-end maintainer and
3720         non-algorithmic global write maintainer.
3722 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3724         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
3725         Move all Fortran maintainers except Paul Brook into the
3726         Non-Autopoiesis section.
3728 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
3730         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3731         (distclean-stage[+id+]): Possibly delete stage_last.
3732         * Makefile.in: Regenerate.
3734 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
3736         * MAINTAINERS (Various Maintainer): Fix typo.
3738 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
3740         * MAINTAINERS (Various Maintainer): Add myself as
3741         dataflow maintainer.
3743 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3745         * config.sub, config.guess: Update from upstream sources.
3747 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3749         * Makefile.tpl: Fix spelling error.
3750         * Makefile.in: Regenerate.
3752 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
3754         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3755         lt_cv_sys_max_cmd_len.
3757 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
3759         * MAINTAINERS (Various Maintainers): Add myself as
3760         auto-vectorizer maintainer.
3762 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
3764         PR libjava/32098
3765         * libtool.m4: Revert previous change.
3766         * ltgcc.m4: Put it here.
3768 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
3770         * MAINTAINERS (Various Maintainers): Add myself as
3771         auto-vectorizer maintainer.
3773 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
3775         PR libjava/32098
3776         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
3778 2007-05-30  Richard Guenther  <rguenther@suse.de>
3780         * MAINTAINERS (Various Maintainers): Add myself as
3781         auto-vectorizer maintainer.
3783 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
3785         PR bootstrap/29382
3786         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3787         * configure: Rebuilt.
3789 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
3791         * MAINTAINERS (Write After Approval): Removed my name.
3793 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
3795         * MAINTAINERS (Write After Approval): Remove myself.
3797 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
3799         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3801 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
3803         * ltmain.sh: Update from ToT Libtool.
3804         * libtool.m4: Update from ToT Libtool.
3805         * ltsugar.m4: New. Update from ToT Libtool.
3806         * ltversion.m4: New. Update from ToT Libtool.
3807         * ltoptions.m4: New. Update from ToT Libtool.
3808         * ltconfig: Remove.
3809         * ltcf-c.sh: Remove.
3810         * ltcf-cxx.sh: Remove.
3811         * ltcf-gcj.sh: Remove.
3813 2007-05-22  Ollie Wild  <aaw@google.com>
3815         * MAINTAINERS (Write After Approval): Add myself.
3817 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
3819         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3820         stage_cflags.
3821         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3822         Remove CFLAGS/LIBCFLAGS.
3823         (configure-stage[+id+]-[+prefix+][+module+],
3824         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3825         * Makefile.in: Regenerate.
3827 2007-05-15  Diego Novillo  <dnovillo@google.com>
3829         * MAINTAINERS: Update e-mail address.
3831 2007-05-15  Revital Eres  <eres@il.ibm.com>
3833         * MAINTAINERS (Write After Approval): Add myself.
3835 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
3837         * MAINTAINERS (Write After Approval): Updated my address.
3839 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
3841         * MAINTAINERS (Write After Approval): Add myself.
3843 2007-05-11  Silvius Rus  <rus@google.com>
3845         * MAINTAINERS (Write After Approval): Add myself.
3847 2007-04-23  Tom Tromey  <tromey@redhat.com>
3849         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
3851 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
3853         * MAINTAINERS (cpplib): Rename to ...
3854         (libcpp): ... this.  Add C/C++ front end maintainers.
3856 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
3858         * config-ml.in: Pass ${ml_config_env} to configure calls.
3860 2007-04-04  Christian Bruel  <christian.bruel@st.com>
3862         * MAINTAINERS (Write After Approval): Add myself.
3864 2007-04-02  Dave Korn  <dave.korn@artimi.com>
3866         * MAINTAINERS (Write After Approval): Add myself.
3868 2007-03-31  Tobias Burnus  <burnus@net-b.de>
3870         * MAINTAINERS (fortran 95 front end): Add myself.
3872 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
3874         * MAINTAINERS (Write After Approval): Add myself.
3876 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
3878         * MAINTAINERS (Modulo Scheduler): Add myself.
3880 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
3882         * MAINTAINERS (fortran 95 front end): Add myself.
3883         (c++ front end): whitespace fix.
3885 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
3887         * MAINTAINERS (Write After Approval): Add myself.
3889 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
3891         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3892         of glob.  Quote arguments with single quotes too.
3893         * configure: Regenerate.
3895 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
3897         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3898         * Makefile.in: Regenerate
3900 2007-03-07  Andreas Schwab  <schwab@suse.de>
3902         * configure: Regenerate.
3904 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
3906         * configure.ac: Add "--with-pdfdir" configure option,
3907         which defines pdfdir variable.
3908         * Makefile.def (target=fixincludes): Add install-pdf to
3909         missing targets.
3910         (recursive_targets): Add install-pdf target.
3911         (flags_to_pass): Add pdfdir.
3912         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3913         target.
3914         * configure: Regenerate
3915         * Makefile.in: Regenerate
3917 2007-02-28  Eric Christopher  <echristo@apple.com>
3919         Revert:
3920         2006-12-07  Mike Stump  <mrs@apple.com>
3922         * Makefile.def (dependencies): Add dependency for
3923         install-target-libssp and install-target-libgomp on
3924         install-gcc.
3925         * Makefile.in: Regenerate.
3927 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
3929         * configure: Regenerate.
3930         * configure.ac: Move statements after variable declarations.
3932 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
3934         * MAINTAINERS: Add myself as sh maintainer.
3936 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
3938         * configure.ac: Adjust for loop syntax.
3939         * configure: Regenerate.
3941 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
3943         * configure: Rebuilt.
3945 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
3947         * configure.ac: Drop multiple occurrences of --enable-languages,
3948         and fix its quoting.
3949         * configure: Rebuilt.
3951 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
3952             Nathan Sidwell  <nathan@codesourcery.com>
3953             Vladimir Prus  <vladimir@codesourcery.com>
3954             Joseph Myers  <joseph@codesourcery.com>
3956         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3957         * configure: Regenerate.
3959 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
3961         * ltconfig (freebsd*): Default to elf.
3963 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3965         * configure.ac (target_libraries): Move libgcc before libiberty.
3966         * configure: Regenerated.
3968 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3969             Paolo Bonzini  <bonzini@gnu.org>
3971         PR bootstrap/30753
3972         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
3973         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
3974         * configure: Regenerated.
3976 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3978         * MAINTAINERS (Language Front End Maintainers): Update my mail
3979         address.
3981 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3983         PR bootstrap/30748
3984         * configure.ac: Correct syntax for Solaris ksh.
3985         * configure: Regenerated.
3987 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3989         * configure.ac: Sync with src.
3990         * configure: Regenerate.
3992 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3994         * Makefile.in: Regenerate.
3996 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3998         * config.sub: Sync with src.
4000 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
4002         * Makefile.tpl (build_alias, host_alias, target_alias): Use
4003         noncanonical equivalents.
4004         * configure.in: Rename to...
4005         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
4006         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
4007         target_noncanonical.  Use them.  Rewrite removal of configure
4008         arguments for autoconf 2.59.  Discard variable settings.  Force
4009         program_transform_name for native tools.
4011         * Makefile.in: Regenerated.
4012         * configure: Regenerated with autoconf 2.59.
4014 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
4016         * MAINTAINERS (Write After Approval): Add myself.
4018 2007-01-31  Andreas Schwab  <schwab@suse.de>
4020         * Makefile.tpl (LDFLAGS): Substitute it.
4021         * Makefile.in: Regenerate.
4023 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
4025         * MAINTAINERS (Write After Approval): Add myself.
4027 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
4029         * MAINTAINERS (spu port): Add myself.
4031 2007-01-23  Richard Guenther  <rguenther@suse.de>
4033         PR bootstrap/30541
4034         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
4035         * Makefile.tpl (GNATBIND): Substitute it.
4036         (GNATMAKE): Likewise.
4037         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
4038         of STAGE_PREFIX.
4039         * Makefile.in: Regenerate.
4040         * configure: Regenerate.
4042 2007-01-18  Mike Stump  <mrs@apple.com>
4044         * configure.in: Re-enable -Werror for gcc builds.
4046 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
4048         * MAINTAINERS (Write After Approval): Add myself.
4050 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
4052         * configure.in: Change == to = in test command.
4053         * configure: Regenerate.
4055 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
4056             Nick Clifton  <nickc@redhat.com>
4057             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
4059         * configure.in (build_configargs, host_configargs, target_configargs):
4060         Remove build/host/target parameters.
4061         (host_libs): Add gmp and mpfr.
4062         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4063         * Makefile.def (gmp, mpfr): New.
4064         (gcc): Remove target.
4065         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4066         target_os, target_vendor): New.
4067         (configure): Add host_alias/target_alias arguments; adjust invocations.
4068         * configure: Regenerate.
4069         * Makefile.in: Regenerate.
4071 2007-01-11  Matt Fago  <fago@earthlink.net>
4073         * configure.in: Try to link to functions only in mpfr 2.2.x
4074         to improve robustness of configure tests.
4075         * configure: Regenerate.
4077 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
4079         * MAINTAINERS: Add myself as i386 maintainer.
4081 2007-01-08  Jan Hubicka  <jh@suse.cz>
4083         * MAINTAINERS: Add myself as i386 maintainer.
4085 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
4087         * configure.in: Add support for an x86_64-mingw* target.
4088         * configure: Regenerate.
4090 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
4092         * Makefile.tpl (all-target): Correct @if conditional for target
4093         modules.
4094         * configure.in: Omit libiberty if building only target libgcc.
4095         * configure, Makefile.in: Regenerated.
4097 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
4099         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
4100         * configure: Regenerate.
4102 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
4104         * Makefile.def (target_modules): Add libgcc.
4105         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
4106         * Makefile.tpl (clean-target-libgcc): Delete.
4107         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4108         on gcc even for bootstrapped modules.  Rewrite handling of
4109         lang_env_dependencies to loop over target_modules.
4110         * configure.in (target_libraries): Add target-libgcc.
4111         * Makefile.in, configure: Regenerated.
4113 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
4115         * configure.in: Reorganize recognition of languages.  Add
4116         --enable-stage1-languages.  Show supported languages for the chosen
4117         target rather than all recognized languages.
4118         * configure: Regenerate.
4120 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
4122         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4123         * Makefile.in: Regenerate.
4125 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4127         * configure.in: Warn that MPFR 2.2.0 is buggy.
4128         * configure: Regenerate.
4130 2006-12-27  Ian Lance Taylor  <iant@google.com>
4132         * configure.in: When removing Makefiles to force a reconfigure, also
4133         remove prev-DIR*/Makefile.
4134         * configure: Regenerate.
4136 2006-12-22  Andreas Schwab  <schwab@suse.de>
4138         * configure: Regenerate with correct autoconf version.
4140 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
4142         * configure.in: add AC_SUBST for *_FOR_TARGET.
4143         * configure: Regenerate.
4145 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4147         * configure.in: Simplify logic for rejecting languages that cannot
4148         be built.  Separate the case when a language is unsupported,
4149         from the case when the user chooses not to build a language.
4151 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4153         * configure.in: Remove "$build" case for powerpc-*-darwin* since
4154         it only affects bootstrap and could be tested on "$host" as well.
4155         * configure: Regenerate.
4156         * config/mh-ppc-darwin: Add to the stage1 cflags here.
4158 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4160         PR bootstrap/29544
4161         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4162         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4163         move here comment from Makefile.tpl.
4164         * Makefile.tpl: Move some definitions higher in the file.
4165         (STAGE1_CHECKING): New.
4166         * configure.in: Add --enable-stage1-checking.
4167         * configure: Regenerate.
4168         * Makefile.in: Regenerate.
4170 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4172         * MAINTAINERS: Add myself as build system maintainer.
4174 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
4176         * MAINTAINERS (Write After Approval): Add myself.
4178 2006-12-13  Eric Christopher  <echristo@apple.com>
4180         * MAINTAINERS: Add myself as darwin maintainer.
4182 2006-12-11  Ian Lance Taylor  <ian@airs.com>
4184         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
4186 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
4188         MAINTAINERS: Update my entry.
4190 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
4192         * configure.in:  Handle spu makefile frag.
4193         * Makefile.tpl (MAINT): Define
4194         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4195         * configure: Regenerate.
4196         * Makefile.in: Regenerate.
4198 2006-12-11  Ben Elliston  <bje@au.ibm.com>
4200         * config.guess: Import latest version.
4201         * config.sub: Likewise.
4203 2006-12-11  Ben Elliston  <bje@au.ibm.com>
4205         * configure.in (spu-*-*): Don't skip target-libiberty.
4206         * configure: Regenerate.
4208 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
4210         PR bootstrap/30134
4211         * configure.in: Correct x86 darwin support for libjava to powerpc
4212         and i?86 only.
4213         * configure: Regenerate.
4215 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
4217         * configure.in: Add x86 darwin support for libjava.
4218         * configure: Regenerate.
4220 2006-12-07  Mike Stump  <mrs@apple.com>
4222         * Makefile.def (dependencies): Add dependency for
4223         install-target-libssp and install-target-libgomp on
4224         install-gcc.
4225         * Makefile.in: Regenerate.
4227 2006-12-04  Richard Guenther  <rguenther@suse.de>
4229         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
4230         (Non-Algorithmic Maintainers): Move over non-algorithmic
4231         loop optimizer maintainers, add myself as a non-algorithmic
4232         middle-end maintainer.
4234 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
4236         * MAINTAINERS (Write After Approval): Add myself.
4238 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4240         * configure.in: Update error message for missing GMP/MPFR.
4242         * configure: Regenerate.
4244 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4246         * configure.in: Update MPFR version in error message.
4248         * configure: Regenerate.
4250 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4252         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4253         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4254         --with-gmp-lib): New flags.
4256         * configure: Regenerate.
4258 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
4260         * MAINTAINERS (Write After Approval): Change my email address.
4262 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
4264         * MAINTAINERS (Write After Approval): Add myself.
4266 2006-11-22  Philipp Thomas  <pth@suse.de>
4268         * MAINTAINERS (i18n): Update e-mail address.
4270 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4272         * MAINTAINERS (spu port): Add myself as maintainer.
4273         (Write After Approval): Remove myself.
4275 2006-11-22  Ben Elliston  <bje@au.ibm.com>
4277         * configure.in (skipdirs): Don't build libssp for SPU.
4278         * configure: Regenerate.
4280 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
4282         * MAINTAINERS (spu port): Add myself as maintainer.
4283         (libobjc): Update my email address.
4285 2006-11-21  Andrea Bona  <andrea.bona@st.com>
4287         * MAINTAINERS (Write After Approval): Add myself.
4289 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4291         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
4292         * configure : Rebuilt.
4294 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4296         * MAINTAINERS (Write After Approval): Add myself.
4298 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
4300         * MAINTAINERS (Write After Approval): Add myself.
4302 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4304         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
4305         libmpfr.a.
4306         * configure: Regenerate.
4308 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
4310         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4311         (unstage): Test for stage_last presence.
4313         PR bootstrap/29802
4314         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
4315         STAGE_PREFIX.
4316         * Makefile.in: Regenerate.
4318 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
4320         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
4321         maintainers.
4323 2006-11-14  Erven Rohou  <erven.rohou@st.com>
4325         * MAINTAINERS (Write After Approval): Add myself.
4327 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
4329         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
4330         and stageN-package/Makefile.
4331         * Makefile.in: Regenerated.
4333 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
4335         * configure.in: Remove target-libgloss from noconfigdirs for
4336         bfin-*-*.
4337         * configure: Regenerated.
4339 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4341         * configure.in (have_gmp): Only error if the gcc directory exists.
4343         * configure: Regenerate.
4345 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4347         * configure.in: Robustify error message for missing GMP/MPFR.
4349         * configure: Regenerate.
4351 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
4353         * MAINTAINERS (Write After Approval): Add myself.
4355 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
4357         * MAINTAINERS: Change email address.
4359 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
4361         * MAINTAINERS (Write After Approval): Add myself.
4363 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
4365         * MAINTAINERS (Write After Approval): Add myself.
4367 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
4369         * MAINTAINERS (Write After Approval): Move myself to
4370         Write After Approval section.
4372 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4374         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
4375         need_gmp anymore.
4376         * configure: Regenerate.
4378 2006-10-16  Tobias Burnus  <burnus@net-b.de>
4380         * MAINTAINERS (Write After Approval): Add myself.
4382 2006-10-16  Ben Elliston  <bje@au.ibm.com>
4384         * config.guess: Import latest version.
4385         * config.sub: Likewise.
4387 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
4389         * Makefile.def: Added pdf target handling.
4390         * Makefile.tpl: Added pdf target handling.
4391         * Makefile.in: Regenerated.
4393 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
4395         * MAINTAINERS: Add self as score port maintainer.
4397 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
4399         * MAINTAINERS (Write After Approval): Add myself.
4401 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
4403         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
4404         or newer.
4405         * configure: Regenerated.
4407 2006-09-27  Dave Brolley  <brolley@redhat.com>
4409         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
4410         using $s instead of $r.
4411         * configure: Regenerated.
4413 2006-09-26  Thiemo Seufer  <ths@mips.com>
4415         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4416         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4417         * configure: Regenerate.
4419 2006-09-24  Graeme Peterson  <gridly@gmail.com>
4421         * MAINTAINERS (Write After Approval): Remove myself.
4423 2006-09-22  Chao-ying Fu  <fu@mips.com>
4425         * MAINTAINERS (Write After Approval): Add myself.
4427 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
4429         * MAINTAINERS: Add self as soft-fp maintainer.
4431 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
4433         * MAINTAINERS: Add myself as avr maintainer.
4434         Remove Marek Michalkiewicz as avr maintainer.
4436 2006-09-07  Roberto Costa  <roberto.costa@st.com>
4438         * MAINTAINERS (Write After Approval): Add myself.
4440 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
4442         * configure.in: Never build newlib for a Mingw host.
4443         Never build newlib as Mingw target library.
4444         Test the existence of winsup/cygwin for building a Cygwin newlib,
4445         rather than just winsup.
4446         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4447         building a Mingw target.
4448         * configure: Regenerate.
4450 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
4452         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
4454 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
4456         * config.guess: Import from src (was more updated).
4457         * config.sub: Likewise.
4459 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
4461         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4462         * configure: Regenerated.
4464 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
4466         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4467         for stages after the first.
4469 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
4471         * Makefile.def: Add dependencies for configure-opcodes
4472         on configure-intl and all-opcodes on all-intl.
4473         * Makefile.in: Regenerated.
4475 2006-07-13  Ben Elliston  <bje@au.ibm.com>
4477         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
4479 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4481         Port to hosts whose 'sort' and 'tail' implementations
4482         treat operands with leading '+' as file names, as POSIX
4483         has required since 2001.  However, make sure the code still
4484         works on pre-POSIX hosts.
4485         * ltmain.sh: Don't assume "sort +2" is equivalent to
4486         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
4488 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
4490         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
4492 2006-07-04  Peter O'Gorman  <peter@pogma.com>
4494         * ltconfig: chmod 644 before ranlib during install.
4496 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4498         PR bootstrap/18058
4499         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4500         if the bootstrap compiler is a GCC version that supports it.
4501         * configure: Regenerate.
4503 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4505         * configure.in: Fix thinkos in previous check-in.
4506         * configure: Regenerate.
4508 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4510         PR other/27063
4511         * configure.in: Test subdir_requires and give an appropriate
4512         error message.
4513         * configure: Regenerate.
4515 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
4517         * MAINTAINERS (Write After Approval): Add myself.
4519 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
4521         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4523 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
4525         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4527 2006-06-20  David Ayers  <d.ayers@inode.at>
4529         PR bootstrap/28072
4530         * configure.in: Add target-boehm-gc to noconfigdirs depending on
4531         whether target-libjava is being configured instead of whether the
4532         java front end is enabled.
4533         * configure: Regenerate.
4535 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4537         PR target/27540
4538         * configure.in: Only enable libgomp on IRIX 6.
4539         * configure: Regenerate.
4541 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
4543         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4544         too.
4545         * Makefile.in: Regenerate.
4547 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
4549         * config-ml.in: Alter CCASFLAGS to include special
4550         multilib options the same as is done for CFLAGS.
4552 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4554         * configure.in: Don't enable libgomp on hpux10.
4555         * configure: Rebuilt.
4557 2006-06-12  David Ayers  <d.ayers@inode.at>
4559         PR bootstrap/27963
4560         PR target/19970
4561         * configure.in: Remove target-boehm-gc from noconfigdirs where
4562         ${libgcj} is specified.
4563         * configure: Regenerate.
4565 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
4567         Sync from src:
4569         * configure.in: Sync.
4570         * configure: Regenerated.
4572         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
4574         * Makefile.def: Added dependencies from sim and gdb on intl, and
4575         added configure dependencies to everything with an all dependency
4576         on intl.
4577         * Makefile.in: Regenerated.
4579 2006-06-06  David Ayers  <d.ayers@inode.at>
4581         PR libobjc/13946
4582         * Makefile.def: Add dependencies for libobjc which boehm-gc.
4583         * Makefile.in: Regenerate.
4584         * configure.in: Add --enable-objc-gc at toplevel and have it
4585         enable boehm-gc for Objective-C.
4586         Remove target-boehm-gc from libgcj.
4587         Add target-boehm-gc to target_libraries.
4588         Add target-boehm-gc to noconfigdirs where ${libgcj}
4589         is specified.
4590         Assert that boehm-gc is supported when requested for Objective-C.
4591         Only build boehm-gc if needed either for Java or Objective-C.
4592         * configure: Regenerate.
4594 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
4596         PR 27674
4597         * Makefile.tpl (configure-[+prefix+][+module+],
4598         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4599         Remove rule to unstage bootstrapped modules.
4600         (stage_current): New.
4601         * Makefile.in: Regenerate.
4603 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4605         * MAINTAINERS (Write After Approval): Update my e-mail address.
4607 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
4609         * include/libiberty.h: Declare pex_run_in_environment.
4611 2006-05-31  Asher Langton  <langton2@llnl.gov>
4613         * MAINTAINERS (Write After Approval): Add myself.
4615 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
4617         * Makefile.def (bfd, opcodes): Fix lib_path.
4618         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4619         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
4620         * Makefile.in: Regenerate.
4622 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4624         * Makefile.in: Regenerate.
4626 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4628         * Makefile.def: Add install-html target. Add datarootdir
4629         docdir and htmldir to flags_to_pass.
4630         * Makefile.tpl: Add install-html target.
4631         * Makefile.in: Regenerate.
4632         * configure.in: Add --with-datarootdir, --with-docdir, and
4633         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
4634         * configure: Regenerate.
4636 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
4638         * configure.in: Enable gprof for cross builds.
4639         * configure: Regenerate.
4641 2006-05-22  Richard Guenther  <rguenther@suse.de>
4643         Revert
4644         2006-01-31  Richard Guenther  <rguenther@suse.de>
4645         Paolo Bonzini  <bonzini@gnu.org>
4647         * Makefile.def (target_modules): Add libgcc-math target module.
4648         * configure.in (target_libraries): Add libgcc-math target library.
4649         (--enable-libgcc-math): New configure switch.
4650         * Makefile.in: Re-generate.
4651         * configure: Re-generate.
4652         * libgcc-math: New toplevel directory.
4654 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4655             Andreas Tobler  <a.tobler@schweiz.ch>
4657         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
4658         * configure: Rebuilt.
4660 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
4662         * MAINTAINERS (Write After Approval): Add myself.
4664 2006-05-01  DJ Delorie  <dj@redhat.com>
4666         * configure.in: Restore CFLAGS if GMP isn't present.
4667         * configure: Regenerate.
4669 2006-05-01  Richard Guenther  <rguenther@suse.de>
4671         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
4672         maintainer.
4674 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
4676         * MAINTAINERS (Write After Approval): Add myself.
4678 2006-04-28  Jan Beulich  <jbeulich@novell.com>
4680         * MAINTAINERS (Write After Approval): Add myself.
4682 2006-04-18  DJ Delorie  <dj@redhat.com>
4684         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
4685         reference libgloss so that libssp can be built in a combined
4686         tree.
4687         * configure: Regenerate.
4689 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
4691         * MAINTAINERS (Write After Approval): Add myself.
4693 2006-04-05  Ben Elliston  <bje@au.ibm.com>
4695         * configure.in: Require makeinfo 4.4 or higher.
4696         * configure: Regenerate.
4698 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
4700         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
4701         Rearrange the entries of other libraries to have them in one place.
4703 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
4705         * MAINTAINERS (Write After Approval): Remove myself.
4706         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4708 2006-03-14  Richard Guenther  <rguenther@suse.de>
4710         * configure: Regenerate with autoconf 2.13.
4712 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
4714         * MAINTAINERS: Use my work address.
4716         * MAINTAINERS: Update my E-mail address.
4718 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
4720         * configure.in: Handle --disable-<component> generically.
4721         * configure: Regenerate.
4723 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
4725         PR libgcj/17311
4726         * ltmain.sh: Don't use "$finalize_rpath" for compile.
4728 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
4730         * MAINTAINERS (Write After Approval):  Remove myself.
4731         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4733 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
4735         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
4736         (TARGET_CONFIGDIRS): Remove.
4737         * configure.in: Remove AC_SUBST(target_configdirs).
4738         * Makefile.in, configure: Regenerated.
4740 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
4742         * MAINTAINERS (Write After Approval):  Remove myself.
4743         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4745 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
4747         PR bootstrap/25670
4749         * Makefile.tpl ([+compare-target+]): Print explanation messages.
4751         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4752         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4753         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4754         BUILD_PREFIX, BUILD_PREFIX_1.
4755         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4757         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4758         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4760         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4761         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4762         of `cat stage_current`.  Always provide the `r' and `s' variables.
4763         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4764         a single shell execution.
4765         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4766         bootstrapped modules, make the stage1 module if the build was not
4767         started yet, else build the current stage.
4768         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4769         (all-build, all-host, all-target, [+make_target+]-host,
4770         [+make_target+]-target): Do not use \-continued lines.
4771         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4772         (current_stage, restrap, stage_last): New.
4774         * Makefile.in: Regenerate.
4775         * configure: Regenerate.
4777 2006-02-19  Bud Davis  <jmdavis@link.com>
4779         * MAINTAINERS (Write After Approval):  Remove myself.
4780         (Language Front End Maintainers):  Add myself as fortran 95
4781         maintainer and update e-mail address.
4783 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4785         * MAINTAINERS (Write After Approval):  Remove myself.
4786         (Language Front End Maintainers):  Add myself as fortran 95
4787         maintainer.
4789 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
4791         * MAINTAINERS (Write After Approval): Add myself.
4793 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
4795         * MAINTAINERS (Write After Approval):  Remove myself.
4796         (Language Front End Maintainers):  Add myself as
4797         fortran 95 maintainer.
4799 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4801         Sync from src:
4803         2005-12-27  Leif Ekblad  <leif@rdos.net>
4805         * configure.in: Add support for RDOS target.
4806         * configure: Regenerate.
4808 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4809             Andreas Schwab  <schwab@suse.de>
4811         * configure: Regenerate.
4813 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
4815         * configure.in (enable_libgomp): Add AIX.
4816         * configure: Regenerate.
4818 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
4820         * MAINTAINERS (Write After Approval): Add myself.
4822 2006-02-03  Lee Millward  <lee.millward@gmail.com>
4824         * MAINTAINERS (Write After Approval): Add myself.
4826 2006-01-31  Richard Guenther  <rguenther@suse.de>
4827         Paolo Bonzini  <bonzini@gnu.org>
4829         * Makefile.def (target_modules): Add libgcc-math target module.
4830         * configure.in (target_libraries): Add libgcc-math target library.
4831         (--enable-libgcc-math): New configure switch.
4832         * Makefile.in: Re-generate.
4833         * configure: Re-generate.
4834         * libgcc-math: New toplevel directory.
4836 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
4838         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4839         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4840         the assembler, linker and binutils.
4841         * configure: Regenerate.
4843 2006-01-22  Dirk Mueller  <dmueller@suse.de>
4845         * MAINTAINERS (Write After Approval): Add myself.
4847 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
4849         * configure: Regenerate.
4851 2006-01-18  Richard Henderson  <rth@redhat.com>
4852             Jakub Jelinek  <jakub@redhat.com>
4853             Diego Novillo  <dnovillo@redhat.com>
4855         * libgomp: New directory.
4856         * Makefile.def: Add target_module libgomp.
4857         * Makefile.in: Regenerate.
4858         * configure.in (target_libraries): Add target-libgomp.
4859         * configure: Regenerate.
4861 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
4863         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4864         @ from continuation.
4865         * Makefile.in: Rebuilt.
4867 2006-01-04  Chris Lattner  <sabre@gnu.org>
4869         * MAINTAINERS (Write After Approval): Add myself.
4871 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
4873         PR bootstrap/24252
4875         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4876         * Makefile.tpl (OBJDUMP): New.
4877         (EXTRA_HOST_FLAGS): Add it.
4878         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4880         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4881         to use symbolic links between directories.  Avoid race conditions
4882         or make them harmless.
4883         * configure.in: Do not try to use symbolic links between directories.
4885         * Makefile.def (LEAN): Pass.
4886         * Makefile.tpl (LEAN): Define.
4887         (stage[+id+]-start): Accept that the previous directory does not
4888         exist, if the bootstrap is lean.
4889         (stage[+id+]-bubble): Invoke lean bootstrap commands after
4890         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
4891         configure substitution.
4892         ([+compare-target+]): Likewise.
4893         ([+bootstrap-target+]-lean): New.
4894         * configure.in: Remove lean bootstrap support from here.
4896         * Makefile.in: Regenerate.
4897         * configure: Regenerate.
4899 2006-01-04  Ben Elliston  <bje@au.ibm.com>
4901         * MAINTAINERS (libdecnumber): Add myself.
4903 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
4905         * libtool-ldflags: New script.
4907 2006-01-02  Andreas Schwab  <schwab@suse.de>
4909         * configure.in: When reconfiguring remove Makefile in
4910         all stage directories.
4911         * configure: Regenerate.
4913 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
4915         * MAINTAINERS: Update my email address.
4917 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
4919         Revert Ada-related part of the previous change.
4921         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4922         Do not pass.
4923         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4924         * Makefile.in: Regenerate.
4925         * configure.in: Do not include mt-ppc-aix target fragment.
4926         * configure: Regenerate.
4928 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
4930         * configure.in: Select appropriate fragments for PowerPC/AIX.
4931         * configure: Regenerate.
4933         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4934         BOOT_CFLAGS, BOOT_LDFLAGS.
4935         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4936         BOOT_CFLAGS, BOOT_LDFLAGS.
4937         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4938         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4939         (stage): Fail if we cannot complete the work.
4940         * Makefile.in: Regenerate.
4942 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
4944         * configure.in: Replace ms1 with mt.
4945         * configure: Rebuilt.
4947 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
4949         * MAINTAINERS: Update my email address.
4951 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
4953         * Makefile.tpl (all, do-[+make_target+], do-check, install,
4954         install-host-nogcc): Don't invoke $(stage) at the end.
4955         * Makefile.in: Regenerate.
4957 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
4959         * configure.in: Flip the top-level bootstrap switch.
4960         * configure: Regenerate.
4962 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
4964         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4965         $(stage) and $(unstage).
4966         (EXTRA_TARGET_FLAGS): Correct double-quoting.
4967         (all): Remove stray semicolon.
4968         (local-distclean): Don't handle multilib.tmp and multilib.out.
4969         (install.all): Set $s for consistency.
4970         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4971         check_multilibs setting.  Always make the install directory.
4972         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4973         Correct @if/@endif.
4974         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4975         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4976         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4977         (multilib.out): Remove.
4978         * Makefile.in: Regenerated.
4980 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
4982         * MAINTAINERS (Write After Approval): Add myself.
4984 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
4986         * MAINTAINERS: Add myself as mt maintainer.
4988         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
4990 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
4992         * MAINTAINERS: Change email address.
4994 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
4996         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4997         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4998         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
4999         Find in-tree tools if available.
5000         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5001         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5002         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5003         (COMPILER_*_FOR_TARGET): New.
5004         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5005         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5006         (CONFIGURED_*, USUAL_*): Remove.
5007         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5008         STRIP): Use autoconf substitutions.
5009         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5010         COMPILER_NM_FOR_TARGET): New.
5011         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5013         (all): Make all-host and all-target in parallel.
5014         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5015         that $$r and $$s are set before invoking a recursive make.
5016         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5017         ([+bootstrap-target+]): Inline most of the `all' target.
5019 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5021         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5022         from the gcc build directory.
5023         * Makefile.in: Regenerate.
5025 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5027         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
5028         depend on all-libdecnumber.
5029         * configure.in (host_libs): Include libdecnumber.
5030         * Makefile.in: Regenerate.
5031         * configure: Likewise.
5033 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5035         * libdecnumber: Import decNumber sources from the dfp-branch.
5037 2005-11-21  Kean Johnston  <jkj@sco.com>
5039         * config.sub, config.guess: Sync from upstream sources.
5041 2005-11-21  Ben Elliston  <bje@au.ibm.com>
5043         Import from Autoconf sources:
5045         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
5046         * config/move-if-change: Don't output "$2 is unchanged";
5047         suggested by Ben Elliston.  Handle weird characters correctly.
5049 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
5051         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
5052         to match upstream libtool for darwin.
5054 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
5056         * Makefile.def: Remove gdb dependencies for gdbtk.
5057         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5058         (configure-gdb, install-gdb): New rules.
5059         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5060         * Makefile.in, configure: Regenerated.
5062 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
5064         * MAINTAINERS (Write After Approval): Add myself.
5066 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
5068         * MAINTAINERS (Write After Approval): Add myself.
5070 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
5072         * MAINTAINERS (alias analysis): Add Daniel Berlin and
5073         Diego Novillo.
5075 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
5077         PR bootstrap/24297
5078         * Makefile.tpl (do-[+make-target+], do-check, install,
5079         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5080         are set before recursing.
5081         * Makefile.in: Regenerate.
5083 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
5085         PR bootstrap/18939
5086         * Makefile.def (gcc) <target>: Fix thinko.
5087         * Makefile.in: Regenerate.
5089 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
5091         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5092         * configure: Regenerate.
5094 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
5096         * MAINTAINERS (Write After Approval): Add self.
5098 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
5100         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5101         target-libffi, target-qthreads, target-libjava, and
5102         targetlibobjc.
5103         * configure: Regenerate.
5105 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
5107         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5108         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5109         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5110         (USUAL_OBJDUMP_FOR_TARGET): New.
5111         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5112         * configure.in: Check for $OBJDUMP_FOR_TARGET.
5113         * configure, Makefile.in: Regenerated.
5115 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
5117         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5118         before other host packages.
5120 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
5122         * MAINTAINERS: Add self as sh libraries/configury maintainer.
5124 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
5126         PR bootstrap/22340
5128         * configure.in (default_target): Remove.
5129         * Makefile.tpl (all): Do not use prerequisites as subroutines
5130         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5131         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5132         use prerequisites as subroutines.
5133         (check-host, check-target): New.
5134         (bootstrap configure & all targets): Do not use stage*-start
5135         if the directory layout is already ok.
5136         (non-bootstrap configure & all targets): Prepend a $(unstage).
5137         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
5138         (NOTPARALLEL): Remove.
5139         (unstage, stage variables): New variables.
5140         (unstage, stage targets): Simply expand to those variables.
5142         * configure: Regenerate.
5143         * Makefile.in: Regenerate.
5145 2005-10-04  James E Wilson  <wilson@specifix.com>
5147         * Makefile.def (lang_env_dependencies): Add libmudflap.
5148         * Makefile.in: Regenerate.
5150 2005-10-03  Andreas Schwab  <schwab@suse.de>
5152         Backport from libtool CVS:
5153         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
5155         * ltmain.sh: add support for installing into temporary
5156         staging area (e.g. 'make install DESTDIR=...')
5158 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
5160         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5161         * configure: Regenerated.
5163 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
5165         * configure: Regenerate with the correct
5166         autoconf version.
5168 2005-09-30  Catherine Moore  <clm@cm00re.com>
5170         * configure.in (bfin-*-*): New.
5171         * configure: Regenerated.
5173 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
5175         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5176         (LIPO_FOR_TARGET): New.
5177         (CONFIGURED_LIPO_FOR_TARGET): New.
5178         (USUAL_LIPO_FOR_TARGET): New.
5179         (STRIP_FOR_TARGET): New.
5180         (CONFIGURED_STRIP_FOR_TARGET): New.
5181         (USUAL_STRIP_FOR_TARGET): New.
5182         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5183         STRIP_FOR_TARGET.
5184         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5185         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5186         * Makefile.in: Regenerate.
5187         * configure: Regenerate.
5189 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
5191         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5192         (rs6000-*-aix*): Same.
5193         * configure: Regenerate.
5195 2005-09-16  Tom Tromey  <tromey@redhat.com>
5197         * MAINTAINERS: Add self as java maintainer.
5199 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
5201         * configure.in: Recognize f95 in the --enable-languages option,
5202         and substitute it for fortran, issuing a warning.
5203         * configure: Regenerate.
5205 2005-08-30  Phil Edwards  <phil@codesourcery.com>
5207         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
5208         * configure:  Regenerated.
5210 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
5212         * MAINTAINERS: Add self as ms1 maintainer.
5214 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
5216         * Makefile.def (libssp): Add to lang_env_dependencies.
5217         * Makefile.in: Regenerate.
5219 2005-08-18  Ian Lance Taylor  <ian@airs.com>
5221         * MAINTAINERS: Add myself as middle-end maintainer.
5223 2005-08-17  Christian Groessler  <chris@groessler.org>
5225         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5226         * Makefile.in: Regenerate.
5228 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
5230         * MAINTAINERS (write after approval): Added myself.
5232 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
5234         * MAINTAINERS (Write After Approval): Add myself.
5236 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
5238         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5239         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5240         Look for alternate names of the target cc and c++
5241         * configure: Regenerate.
5243 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
5245         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5246         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5247         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5248         tools; remove code to manually set them.
5249         (Target tools): Look in the environment for them.
5250         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5251         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5252         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5253         build directory.
5254         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5255         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5256         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5257         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5258         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5259         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5260         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5261         * configure: Regenerate.
5262         * Makefile.in: Regenerate.
5264 2005-07-28  Ben Elliston  <bje@au.ibm.com>
5266         * MAINTAINERS: Update for removed CPU targets.
5268 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
5270         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5271         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5272         * Makefile.in: Regenerated.
5274 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
5276         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5277         (CFLAGS_FOR_TARGET): Use it.
5278         (CXXFLAGS_FOR_TARGET): Likewise.
5279         * Makefile.in: Regenerated.
5280         * configure.in (--with-build-sysroot): New option.
5281         * configure: Regenerated.
5283 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
5285         * Makefile.tpl: Wrap install between unstage and stage
5286         * Makefile.in: Regenerate.
5288 2005-07-21  Eric Christopher  <echristo@apple.com>
5290         * MAINTAINERS: Update affiliation.
5292 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
5294         * MAINTAINERS: Add self as crx port maintainer.
5296 2005-07-20  DJ Delorie  <dj@redhat.com>
5298         * MAINTAINERS: Add self as m32c maintainer.
5300 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
5302         * all files: Update FSF address.
5304 2005-07-15  Eric Christopher  <echristo@redhat.com>
5306         * MAINTAINERS: Change affiliation.
5308 2005-07-14  Jim Blandy  <jimb@redhat.com>
5310         * configure.in: Add cases for Renesas m32c.
5311         * configure: Regenerated.
5313 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
5315         * COPYING.LIB: Update from fsf.org.
5317 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
5319         * COPYING, compile, config.guess,
5320         config.sub, install-sh, missing, mkinstalldirs,
5321         symlink-tree, ylwrap: Sync from upstream sources.
5322         * config-ml.in: Update FSF address.
5324 2005-07-13  Eric Christopher  <echristo@redhat.com>
5326         * configure.in: Add toplevel noconfigdir support for tpf.
5327         * configure: Regenerate.
5329 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
5331         PR ada/22340
5333         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5334         * Makefile.in: Regenerate.
5336 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
5338         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
5339         Brolley to write-after-approval.
5341 2005-07-07  Andreas Schwab  <schwab@suse.de>
5343         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5344         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5345         * Makefile.in: Regenerated.
5347 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
5349         * configure.in: Don't build sim or rda when targetting darwin.
5350         * configure: Regenerate.
5352 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
5354         * configure.in: Add --enable-libssp and --disable-libssp.
5355         * configure: Regenerate with autoconf-2.13.
5357 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
5359         * Makefile.def (target_modules): Add libssp.
5360         * configure.in (target_libraries): Add target-libssp.
5361         * configure: Rebuilt.
5362         * Makefile.in: Rebuilt.
5364 2005-07-01  Zack Weinberg  <zackw@panix.com>
5366         * MAINTAINERS: Change email address.  Resign from maintainership.
5368 2005-07-01  Richard Guenther  <rguenther@suse.de>
5370         * MAINTAINERS: Change my e-mail address and affiliation.
5372 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
5374         * Makefile.def (stagefeedback): Come after profile.
5375         Define profiledbootstrap target.
5376         * Makefile.tpl (profiledbootstrap): Remove.
5377         (stageprofile-end): Zap stagefeedback.
5378         (stagefeedback-start): Copy all .gcda files, not only GCC's.
5379         * Makefile.in: Regenerate.
5381 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
5383         * MAINTAINERS: Update my email address.
5385 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
5387         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
5388         In 'cpp' stanza, support '#line' as well as '# '.
5390 2005-06-08  Andreas Schwab  <schwab@suse.de>
5392         * MAINTAINERS: Move myself from 'Write After Approval' to
5393         'CPU Port Maintainers' section as m68k maintainer.
5395 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
5397         * configure.in (unsupported_languages): New macro.
5398         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
5399         non-ported target libraries in noconfigdirs.
5400         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5401         non-linux-gnu.  Remove libgcj_ex_libffi.
5402         <lang_frag loop>: Set add_this_lang=no if the language is in
5403         unsupported_languages.
5404         * configure: Regenerate.
5406 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
5408         * configure.in: Fix typo in handling of --with-mpfr-dir.
5409         * configure: Regenerate.
5411 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
5413         * MAINTAINERS: Update my email address.
5415 2005-06-02  Jim Blandy  <jimb@redhat.com>
5417         * config.sub: Add cases for the Renesas m32c.  (This patch has been
5418         accepted into the master sources.)
5420 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
5421             Michael Snyder  <msnyder@redhat.com>
5422             Stan Cox  <scox@redhat.com>
5424         * configure.in: Set noconfigdirs for ms1.
5426         * configure: Regenerate.
5428 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
5430         * MAINTAINERS (Write After Approval): Add self.
5432 2005-06-01  Josh Conner  <jconner@apple.com>
5434         * MAINTAINERS (Write After Approval): Add self.
5436 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
5438         * MAINTAINERS: Update my email address.
5440 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
5442         * MAINTAINERS (Write After Approval): Add self.
5444 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
5446         * MAINTAINERS (Write After Approval): Remove self.
5448 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
5450         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5451         (Dependencies): Consider target modules for bootstrap dependencies.
5452         Make target bootstrap modules depend on each stage's gcc.
5453         * Makefile.in: Regenerate.
5455 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
5457         * Makefile.def (configure-gcc): Depend on binutils having been built.
5458         (all-gcc): No need to do it here.
5459         * Makefile.in: Regenerate.
5461 2005-05-19  Paul Brook  <paul@codesourcery.com>
5463         * configure.in: Rewrite misleading error message when requested
5464         language cannot be built.
5465         * configure: Regenerate.
5467 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
5469         * ylwrap: Import from Automake 1.9.5.
5471 2005-05-13  David Ung  <davidu@mips.com>
5473         * MAINTAINERS (Write After Approval): Add self.
5475 2005-05-09  Mike Stump  <mrs@apple.com>
5477         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
5478         lt_cv_sys_max_cmd_len for now.
5480 2005-05-09  Stan Cox  <scox@redhat.com>
5482         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
5484 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
5486         * README.SCO: Update the URL.
5488 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
5490         * ltconfig: Define file_list_spec.  Pass file_list_spec and
5491         with_gnu_ld to libtool.
5492         * ltcf-c.sh (aix[45]): Define file_list_spec.
5493         * ltcf-cxx.sh (aix[45]): Same.
5494         * ltcf-gcj.sh (aix[45]): Same.
5495         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
5496         exists, write list of input files to temporary file.
5498 2005-05-04  Mike Stump  <mrs@apple.com>
5500         * configure.in: Always pass --target to target configures as
5501         otherwise rebuilds that do --recheck will fail.
5502         * confiugure: Rebuilt.
5504 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
5506         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5507         STAGE_HOST_EXPORTS.
5508         (configure, all): Add bootstrap support.
5509         (Host modules, target modules): Pass post-stage1 flags and exports.
5510         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5511         * Makefile.in: Regenerate.
5513 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
5515         * configure: Regenerate.
5517 2005-04-27  Mike Stump  <mrs@apple.com>
5519         * MAINTAINERS: Add self as darwin maintainer.
5521 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
5523         * config.sub: Update from master copy.
5525 2005-04-21  Mike Stump  <mrs@apple.com>
5527         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
5528         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
5530 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
5532         * configure.in <crisv32-*-*, cris-*-*>: New local variable
5533         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
5534         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
5535         "*-*-elf" and "*-*-linux*".
5536         * configure: Regenerate.
5538 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
5540         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
5542 2005-04-12  Mike Stump  <mrs@apple.com>
5544         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
5546 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
5548         * MAINTAINERS (Write After Approval): Add myself.
5550 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
5552         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
5554 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
5556         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5557         (TARGET_CONFIGARGS): Include --with-target-subdir.
5558         (configure, all): New macros.  Use them throughout.
5559         * Makefile.in: Regenerate.
5561 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
5563         * MAINTAINERS (Write After Approval): Add myself.
5565 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5567         * MAINTAINERS: Remove 'loop unrolling' maintainer.
5569 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
5571         * MAINTAINERS: Move John Carr to Write After Approval.
5573 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
5575         * config/mh-mingw32: Delete.
5576         * configure.in: Don't use it.
5577         * configure: Regenerate.
5579 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
5581         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5582         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5583         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
5584         (HOST_LIB_PATH): Generate from Makefile.def.
5585         (TARGET_LIB_PATH): Likewise.
5586         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5587         * Makefile.in: Regenerate.
5588         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5589         (RPATH_ENVVAR): Include Darwin case.
5590         * configure: Regenerate.
5592 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
5594         * MAINTAINERS (Various Maintainers): Remove self.
5595         (Write After Approval): Add self.
5597 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
5599         * MAINTAINERS (Various Maintainers): Add self.
5601 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
5603         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5604         * configure: Regenerate.
5606 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
5608         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5609         gcc_version, and gcc_version_trigger from set of flags to pass.
5610         * Makefile.tpl: Remove definitions of above variables.
5611         (config.status): Remove dependency on $(gcc_version_trigger).
5612         * Makefile.in: Regenerate.
5613         * configure.in: Do not reference config/gcc-version.m4 nor
5614         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
5615         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
5616         * configure: Regenerate.
5618 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
5619             Andrew Pinski  <pinskia@physics.uc.edu>
5621         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5622         * Makefile.in: Regenerate.
5624 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
5626         * MAINTAINERS (Write After Approval): Add myself.
5628 2005-03-03  David Ayers  <d.ayers@inode.at>
5630         * MAINTAINERS (Write After Approval): Add myself.
5632 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
5634         PR libgcj/20160
5635         * ltmain.sh: Avoid creating archives with components that have
5636         duplicate basenames.
5638 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
5640         PR bootstrap/20250
5641         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5642         instead of check.
5643         * Makefile.in: Regenerate.
5645 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5647         * Makefile.in: Regenerate to fix conflict between the previous two
5648         patches.
5650 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5652         PR bootstrap/17383
5653         * Makefile.def (target_modules): Remove "stage", now unnecessary.
5654         * Makefile.tpl (HOST_SUBDIR): New substitution.
5655         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5656         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5657         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5658         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5659         (Host modules, Bootstrapped modules): Use it.
5660         (Build modules, Target modules): Do not create symlink trees,
5661         always configure out-of-srcdir.
5662         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5663         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5664         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5665         $(HOST_SUBDIR).  Create a symlink for host_subdir.
5667         * Makefile.in: Regenerate.
5668         * configure: Regenerate.
5670 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5672         Merged from libada-gnattools-branch:
5673         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5675         * gnattools: New directory.
5676         * Makefile.def: Add gnattools as a module, depending on target-libada.
5677         * Makefile.in: Regenerate.
5678         * configure.in: Include gnattools in host_tools; disable it if ada
5679         is disabled.
5680         * configure: Regenerate.
5682 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
5684         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
5685         treelang maintainer.
5686         (Write After Approval): Remove myself.
5688 2005-02-23  Paul Schlie  <schlie@comcast.net>
5690         * configure.in: Allow darwin targeted ports to build tk, itcl and
5691         libgui.
5692         * configure: Regenerate.
5694 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5696         PR libgcj/10353
5697         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5698         * configure: Regenerate.
5700 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
5702         * MAINTAINERS (Write After Approval): Add myself.
5704 2005-02-10  Ian Lance Taylor  <ian@airs.com>
5706         * MAINTAINERS: Update my e-mail address.
5708 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
5710         * MAINTAINERS (Write After Approval): Add myself.
5712 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
5714         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5715         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5716         target-libgloss when not *-*-elf and *-*-aout.
5717         * configure: Regenerate.
5719 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
5721         * MAINTAINERS: Remove obsolete entries.
5723         * MAINTAINERS (Write After Approval): Add Michael Matz.
5725 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
5727         * MAINTAINERS: Remove self as cpplib maintainer.
5729 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5731         * install-sh, config.sub: Import from upstream.
5733 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5735         PR bootstrap/18222
5736         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5737         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5738         * Makefile.in: Regenerate.
5740 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
5742         * MAINTAINERS: Update my email address.
5744 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
5745             Andreas Schwab  <schwab@suse.de>
5747         PR bootstrap/18033
5748         * config-ml.in: Eval option if surrounded by single quotes.
5750 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
5752         Revert 2004-12-28 Makefile changes, a better fix will be
5753         applied to mainline and src after GCC 4.0 branches.
5755 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
5757         PR bootstrap/17383
5759         * Makefile.def (target_modules): Remove stage parameter,
5760         it is always true now.
5761         * Makefile.tpl (configure-build-[+module+],
5762         configure-target-[+module+]): Always build symlink tree
5763         for the directory and for include.  BUILD_SUBDIR and
5764         TARGET_SUBDIR cannot be . anymore.
5765         * Makefile.in: Regenerate.
5767 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
5769         Revert 2004-12-08 Makefile changes.
5771 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
5773         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
5774         cygwin, mingw.
5776 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
5778         * configure.in (sh64-*-*): Reenable gprof.
5779         * configure: Regenerate.
5781 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
5783         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5784         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5785         (EXTRA_TARGET_FLAGS): Add PICFLAG.
5786         * Makefile.in: Regenerate.
5788 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
5790         * MAINTAINERS: Update my email address.
5792 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
5794         * Makefile.tpl: Generate normal dependencies if the LHS module is
5795         not bootstrapped.
5796         * Makefile.in: Regenerate.
5798 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5800         * configure.in: Include config/gxx-include-dir.m4.  Use
5801         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
5802         * configure: Regenerate.
5804 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5806         * config.if: Delete.
5807         * configure.in: Set libstdcxx_incdir directly.
5808         * configure: Regenerate.
5810 2004-12-02  Eric Christopher  <echristo@redhat.com>
5812         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
5813         * Makefile.in: Regenerate.
5815 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
5817         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5818         * configure: Regenerate.
5820 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
5822         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
5823         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
5824         * configure: Regenerate.
5826 2004-12-01  Eric Christopher  <echristo@redhat.com>
5828         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
5829         of things to remove.
5831 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
5833         * MAINTAINERS (Write After Approval): Update my e-mail address.
5835 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
5837         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
5838         from CVS libtool to always pass_all.
5840 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5842         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5843         (hppa*64*-*-*): Delete incorrect comment.
5844         * configure: Rebuilt.
5846 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
5848         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
5850 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
5852         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
5853         from CVS libtool to always pass_all.
5855 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
5857         * install-sh, compile: Import from automake.
5859 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
5861         * config.guess, config.sub:  Import from savannnah.
5863 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
5865         * MAINTAINERS (Write After Approval): Add myself
5867 2004-11-12  Mike Stump  <mrs@apple.com>
5869         * Makefile.def: Add html support.
5870         * Makefile.tpl: Likewise.
5871         * Makefile.in: Regenerate.
5873 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
5875         PR 18423
5876         * configure.in: Remove all instances of build-fixincludes from
5877         noconfigdirs.
5878         (build_configargs): Supply --target to subdirectories.
5879         * configure: Regenerate.
5881         * Makefile.def: Make gcc install depend on fixincludes install.
5882         * Makefile.in: Regenerate.
5884 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
5886         * MAINTAINERS: Add myself as gcc testsuite maintainer.
5888 2004-11-11  Paul Brook  <paul@codesourcery.com>
5890         * MAINTAINERS: Add self as arm maintainer.  Update email address.
5892 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
5894         * configure.in (noconfigdirs) [mmix-*-*]: Disable
5895         target-libgfortran.
5896         * configure: Regenerate.
5898 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
5900         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5901         like CC.
5903 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
5905         * Makefile.def (host fixincludes): Specify missing targets.
5906         * Makefile.in: Regenerate.
5908 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
5910         * MAINTAINERS: Add myself
5912 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
5914         * MAINTAINERS (Write After Approval): Add myself.
5916 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
5918         * Makefile.def: Build fixincludes for the host, too.
5919         * Makefile.in: Regenerate.
5920         * configure.in (host_tools): Add fixincludes.
5921         * configure: Regenerate.
5923 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
5925         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5926         * configure: Regenerated.
5928 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
5930         PR other/17783
5931         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5932         * configure: Regenerated.
5934 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
5936         * README.SCO: Update per FSF instructions.
5938 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
5940         PR target/18151
5941         * configure.in (case ${target}): Do not build fixincludes for avr.
5942         * configure: Regenerated.
5944 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
5946         * configure.in (case ${target}): Do not build fixincludes
5947         on platforms where it is not used.
5948         * configure: Regenerated.
5950 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
5952         * configure.in: Use an absolute path to install-sh.
5953         * configure: Regenerated.
5955 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
5957         * MAINTAINERS (Write After Approval): Add myself.
5959 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
5961         * MAINTAINERS: Remove from Write After Approval those that are
5962         already maintainers.
5964 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
5966         * MAINTAINERS:  Update my email address.
5968 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
5970         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5971         * configure: Regenerate.
5973 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
5975         * MAINTAINERS:  Update my email address.
5977 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
5979         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
5980         entries belonging to this category.
5982 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
5984         * MAINTAINERS: Update my e-mail address.
5986 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
5988         Fix wrong conflict resolution in:
5990         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5992         * Makefile.in: Regenerate.
5993         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5994         in the recursive `make', instead of hardwiring `all'.
5995         (Autogenerated TARGET-* variables): New.
5997 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
5999         * configure.in: Enable target-libgloss for crx-*-*.
6000         * configure: Regenerate.
6002 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
6004         * MAINTAINERS (Various Maintainers): Move the "windows,
6005         cygwin, mingw" maintainer to ...
6006         (OS Port Maintainers): ... here.
6008 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
6010         * MAINTAINERS (Write After Approval): Remove those that are
6011         maintainers of some subsystem.
6013 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
6015         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6016         * ltcf-cxx.sh (tpf*): Likewise.
6017         * ltconfig (tpf*): Add TPF OS configuration support.
6019 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
6021         * MAINTAINERS: Change my email address to my new work account.
6023 2004-09-24  Michael Roth  <mroth@nessie.de>
6025         * configure.in (--without-headers): Add missing double quotes.
6026         * configure: Regenerate.
6028 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
6030         * ylwrap: Revert to previous version.
6032 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
6034         PR bootstrap/17369
6035         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6036         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6037         SET_GCC_LIB_PATH_CMD.
6038         (BASE_TARGET_EXPORTS): Likewise.
6039         * Makefile.in: Regenerated.
6041         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6042         * configure: Regenerated.
6044 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
6046         * config.guess: New upstream version
6047         * compile, depcomp, install-sh, ylwrap: Likewise.
6049 2004-09-19  Roger Sayle  <roger@eyesopen.com>
6051         * config/mh-x86omitfp: New host makefile fragment.  Add
6052         -fomit-frame-pointer to the default BOOT_CFLAGS.
6053         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6054         * configure: Regenerate.
6056 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
6058         PR target/11572
6059         * configure.in (*-*-darwin*): Renable libobjc.
6060         * configure: Regenerate.
6062 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
6064         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
6066 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
6068         * Makefile.def: Remove libbanshee.
6069         * Makefile.tpl: Ditto.
6070         * configure.in: Ditto.
6071         * Makefile.in: Regen.
6072         * configure: Ditto.
6074 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
6076         * ltmain.sh: Use $pic_object as $non_pic_object if
6077         $non_pic_object=none.
6079 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
6081         * missing: Import latest version from master repository.
6083 2004-09-06  Nick Clifton  <nickc@redhat.com>
6085         * config.sub: Import latest version from master repository.
6086         * config.guess: Likewise.
6087         This includes these changes:
6089         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
6091         * config.sub: Handle crisv32, alias etraxfs.
6092         * config.guess (crisv32:Linux:*:*): Handle.
6094         2004-08-13  Brad Smith  <brad@comstyle.com>
6096         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6097         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6099         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6101         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6102         assume the processor is a powerpc.  This is because coreutils
6103         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6104         in this case, due to a MacOS X bug that causes
6105         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6106         to return a negative number.
6107         Problem reported by Petter Reinholdtsen in:
6108         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6110         2004-07-19  Ben Elliston  <bje@gnu.org>
6112         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6114         2004-06-24  Ben Elliston  <bje@gnu.org>
6116         * config.guess: Update copyright years.
6117         * config.sub: Likewise.
6119         2004-06-22  Robert Millan  <robertmh@gnu.org>
6121         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6122         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6124         2004-06-22  Stanley F. Quayle <stan@stanq.com>
6126         * config.guess (*:*VMS:*:*): New entry. Replaces
6127         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6128         manufacturer.
6130         2004-06-22  Ben Elliston  <bje@gnu.org>
6132         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6133         * config.sub: Likewise.
6135         2004-06-22  Ben Elliston  <bje@gnu.org>
6137         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6138         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6140         2004-06-11  Ben Elliston  <bje@gnu.org>
6142         * config.guess (pegasos:OpenBSD:*:*): Remove.
6144         2004-06-11  Ben Elliston  <bje@gnu.org>
6146         From Wouter Verhelst <wouter@grep.be>:
6147         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6149         2004-06-11  Ben Elliston  <bje@gnu.org>
6151         * config.guess (luna88k:OpenBSD:*:*): New.
6153         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
6155         * config.guess (m32r*:Linux:*:*): New case.
6156         * config.sub: Handle m32rle.
6158         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
6160         From Jens Petersen  <petersen@redhat.com>:
6161         * config.sub: Handle sparcv8.
6163         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
6165         From Tom Smith <smith@cag.lkg.hp.com>:
6166         * config.guess: Version suffixes are equally significant on Tru64
6167         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
6168         prefix of "P" (patched kernel).
6170         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
6172         * config.sub: Add support for National Semiconductor CRX target.
6174 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
6176         * MAINTAINERS (Various Maintainers): Remove myself as web page
6177         maintainer, add myself as maintainer of build status lists.
6179 2004-09-03  Jan Beulich  <jbeulich@novell.com>
6181         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6182         *-*-netware, but add target-libmudflap.
6183         Consolidate *-*-netware targets (of which really only i?86 exists)
6184         into a single entry.
6185         * configure: Likewise.
6187 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
6189         * Makefile.tpl (sorry): Remove.
6190         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6191         (cleanstrap targets): Depend on distclean, not distclean-stage1.
6192         (do-clean): Clean per-stage directories too.
6193         (do-distclean): Run distclean-stage1 too.
6194         (.NOTPARALLEL): Enable during toplevel bootstrap.
6195         (stage[+id+]-bubble): Enable parallel execution during
6196         the recursive invocation.
6197         * Makefile.in: Regenerate.
6199         Fix previous checkin:
6201         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6202         include.
6203         * configure.in: Fix indentation.
6204         * configure: Regenerate.
6206 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
6208         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6209         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6210         * configure: regenerate
6211         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6212         -mdynamic-no-pic
6214 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
6216         * Makefile.def (build_modules): Add fixincludes.
6217         (dependencies): Make gcc depend on fixincludes.
6218         * configure.in (build_tools): Add fixincludes.
6219         (build_configdirs): Always include build_libs.
6220         * Makefile.in: Regenerate.
6221         * configure: Regenerate.
6223 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
6225         * Makefile.def (bootstrap stages): Add 'lean' parameter.
6226         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6227         phony targets; do not generate timestamp files.
6228         (distclean-stageN): Remove references to their timestamp files.
6229         (restageN, touch-stageN): Remove.
6230         (stageN-bubble): Rewritten.
6231         (compare): Support lean bootstraps.
6232         * Makefile.in: Regenerate.
6234         * configure.in: Only warn when bootstrapping but
6235         build != host or build != target.  Support lean bootstraps.
6236         * configure: Regenerate.
6238 2004-08-26  Phil Edwards  <phil@codesourcery.com>
6240         * configure.in:  Give a better error message if GMP/MPFR are missing
6241         and a language needing them has been requested.
6242         * configure:  Regenerated.
6244 2004-08-25  Phil Edwards  <phil@codesourcery.com>
6246         * configure.in:  Print a list of available language front-ends if
6247         a requested one is missing.  Tidy stray tab characters.
6248         * configure:  Regenerated.
6250 2004-08-19  Michael Koch  <konqueror@gmx.de>
6252         * gcc/doc/install.texi: Update entry about automake for libjava.
6254 2004-08-17  Robert Millan  <robertmh@gnu.org>
6256         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6257         (instead of FreeBSD).
6258         * configure: Regenerate.
6260 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
6262         * Makefile.in: Regenerate.
6263         * configure: Regenerate.
6265         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6266         stage_*_flags.
6267         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6268         for bootstrapped modules if toplevel bootstrap is going.
6269         (GCC bootstrap): Generate per-stage targets for all bootstrapped
6270         modules.  Adjust for changes in Makefile.def.  Enable several
6271         rules even in non-bootstrap mode, just to avoid peppering the
6272         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6273         (stage-[+prev+]-bubble): Remove.
6275         * Makefile.def (Dependencies): Depend on all-build-bison,
6276         all-build-flex, all-build-byacc, all-build-texinfo, rather
6277         than the host variations.
6278         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
6279         with BUILD_SUBDIR.
6280         (BISON): Update for recent Bisons.
6281         (YACC): Fix typo.
6282         (cross): Depend on all-build.
6283         (all): Do not depend on all-build.
6284         (prebootstrap): Remove.
6285         (dep-kind): Accept separate prefixes for MODULE and ON variables.
6286         (Prebootstrap dependencies): Add them to the per-stage targets
6287         and to all-prebootstrap.
6288         * configure.in (build_configdirs): Always enable build_tools.
6289         (BUILD_DIR_PREFIX): Remove.
6291         * Makefile.def (gcc): Add target variable.
6292         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6293         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6294         in the recursive `make', instead of hardwiring `all'.
6295         (Autogenerated TARGET-* variables): New.
6297 2004-08-13  Brian Booth  <bbooth@redhat.com>
6299         * MAINTAINERS: Remove myself from write-after-approval.
6301 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6303         * src-release: Stop distributing mmalloc with gdb (which doesn't
6304         use it).
6305         * Makefile.def: GDB doesn't depend on mmalloc anymore.
6306         * Makefile.in: Regenerate.
6308 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
6310         * configure.in (arm*-*-eabi*): New target.
6311         * configure: Regenerate.
6313 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
6315         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6316         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6317         (Dependencies): New section.
6318         * Makefile.tpl (Dependencies): Generate from Makefile.def.
6319         (configure-target-[+module+]): Depend on maybe-all-gcc
6320         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
6321         (toplevel profiledbootstrap): Fix dependencies.
6322         * Makefile.in: Regenerate.
6324 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
6326         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6327         target-libiberty to noconfigdirs.
6328         * configure: Regenerate.
6330 2004-08-03  Paul Brook  <paul@codesourcery.com>
6332         * configure.in: Check for MPFR as well as GMP.
6333         * configure: Regenerate.
6335 2004-08-01  Robert Millan  <robertmh@gnu.org>
6337         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6338         libmudflap for all GNU-based systems (with Glibc).
6339         * configure: Regenerate.
6341 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
6343         * Makefile.def (host-modules): Add gcc.
6344         * Makefile.in: Regenerate.
6345         * Makefile.tpl (sorry): New rule.
6346         (configure-host, all-host, [+make_target+]-host, do-check,
6347         install-host): Do not add gcc as a special case.
6348         (host modules): Add a small special-casing for gcc.  Export
6349         extra_make_flags through the environment.
6350         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6351         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6352         other recursive targets for gcc): Remove.
6354         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6355         (stage, unstage): New rules.
6356         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6357         distclean-stage[+id+]): Use stage_current.
6358         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6359         the stage*-start rules.
6361 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
6363         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
6364         use -all_load flag.
6366 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
6368         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
6369         * configure: Regenerate.
6371 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
6373         * maintainer-scripts/gcc_release: Revert yesterday's change.
6375 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
6377         * MAINTAINERS: Add myself to write-after-approval.
6379 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
6381         * libf2c: Removed.
6382         * gcc/gccbug.in: Updated because of libf2c removal.
6383         * maintainer-scripts/gcc_release: Ditto.
6385 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
6387         * configure.in: Build libmudflap by default on FreeBSD.
6388         * configure: Regenerated.
6390 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
6392         * configure.in: Do not build libmudflap by default on non-GNU/Linux
6393         systems.
6394         * configure: Regenerated.
6396 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6398         PR target/16344
6399         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6400         feedback based compiler.
6401         * Makefile.in: Rebuilt.
6403 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
6405         * Makefile.def (host_modules): Set bootstrap=true for flex.
6406         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6407         * Makefile.in: Rebuilt.
6409 2004-07-07  Jan Hubicka  <jh@suse.cz>
6411         * MAINTAINERS: Add self as a profile feedback maintainer.
6413 2004-07-05  Phil Edwards  <phil@codesourcery.com>
6415         * configure.in:  Do not prepend $srcdir to /dev/null in
6416         makefile fragments.
6417         * configure:  Regenerate.
6419 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
6421         * Makefile.def (build_modules): Add bison, byacc, flex,
6422         m4, texinfo.
6423         (flags_to_pass): Add FLEX.
6424         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6425         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6426         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6427         DEFAULT_MAKEINFO): Remove.
6428         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6429         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6430         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6431         objdir or else use configured tool.
6432         (all-build): New.
6433         (all): Depend on it.
6434         (Build module dependencies): Add.
6435         * Makefile.in: Regenerate.
6436         * configure.in: Better support for multiple build modules,
6437         matching what is done for host/target modules.  Do not look
6438         for "plausible" locations of build tools if Canadian cross.
6439         Use autoconf's AC_PROG_CC to find a C compiler.  Define
6440         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
6441         * configure: Regenerate.
6443 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6445         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6446         * Makefile.in: Regenerate.
6448 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6450         * Makefile.tpl (configure-build-[+module+],
6451         configure-[+module+], configure-target-[+module+]): Pass
6452         [+extra_configure_args+].
6453         (all-build-[+module+], all-[+module+], check-[+module+],
6454         install-[+module+], [+make_target+]-[+module+],
6455         all-target-[+module+], check-target-[+module+],
6456         install-target-[+module+], [+make_target+]-target-[+module+]):
6457         Pass [+extra_make_args+].
6458         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6459         (GCC_HOST_EXPORTS): Remove.
6460         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6461         cross, check-gcc, check-gcc-c++, install-gcc,
6462         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6463         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6464         * Makefile.in: Regenerate.
6466 2004-06-21  Matthew Sachs  <msachs@apple.com>
6468         * MAINTAINERS: Added self to write-after-approval.
6470 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
6472         * configure.in: Check for srcdir/winsup rather than build directory
6473         winsup.
6474         * configure: Regenerate.
6476 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
6478         * configure.in: Don't build Cygwin native newlib if winsup
6479         directory is missing.  Emit warning instead.
6480         * configure: Regenerate.
6482 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
6484         * Makefile.tpl (touch-stage[+id+]): New.
6485         (restage[+prev+]): Depend on touch-stage[+id+].
6487         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6488         Use it throughout.
6490         * Makefile.def: Add profile and feedback bootstrap stages.
6491         Remove next field from bootstrap stages.
6492         * Makefile.tpl (LN, LN_S): Substitute.
6493         (stageN-start, stageN-end): Use double-colon rules, to
6494         provide a hook for additional setup commands.
6495         (distclean-stageN-gcc, restageN): Create dependencies from
6496         [+prev+], not from [+next+].
6497         (stageN-bubble): Add commands for successive stages from
6498         [+prev+], using double-colon rules.
6499         (all-stageN-gcc): Fix typo.
6500         (stagefeedback-start, profiledbootstrap): New.
6501         * Makefile.in: Regenerate.
6502         * configure.in: Call ACX_PROG_LN.
6503         * configure: Regenerate.
6505 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
6507         * MAINTAINERS (Write After Approval): Add myself.
6509 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
6511         * MAINTAINERS (Write After Approval): Add myself.
6513 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
6515         * configure.in: Fix --enable-bootstrap breakage introduced in trees
6516         without gcc.
6517         * configure: Regenerate.
6519 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6521         * Makefile.tpl: Fix typo.
6522         * Makefile.in: Regenerate.
6524 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6526         * configure.in: Remove new- prefix from toplevel
6527         bootstrap targets.
6528         * configure: Regenerate.
6530 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6532         * Makefile.tpl (all.normal): Rename to all.
6533         (all): Replace with a rule to pick the default
6534         target from configure.
6535         (all-gcc, configure-gcc): Use conditionals to
6536         do nothing when toplevel bootstrap is going on.
6537         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6538         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6539         * configure.in: Support --enable-bootstrap.
6541         * Makefile.def: Remove new- prefix from toplevel
6542         bootstrap targets.
6543         * Makefile.tpl: Likewise.
6545         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
6546         target.
6548         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6549         $(RECURSE_FLAGS) to recursive invocation of make.
6551         * Makefile.in: Regenerate.
6552         * configure: Regenerate.
6554 2004-05-30  Andreas Jaeger  <aj@suse.de>
6555             Jim Wilson  <wilson@specifixinc.com>
6557         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6558         like CC.
6560 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
6562         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6563         * configure: Regenerate.
6565 2004-05-25  Daniel Jacobowitz  <drow@false.org>
6567         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6568         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6569         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
6570         targets.
6571         * Makefile.in: Regenerate.
6573 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
6575         * configure.in: Test the ability to symlink directories.
6576         * configure: Regenerate.
6578         * Makefile.def (bootstrap-stage): New definitions.
6579         * Makefile.tpl (configure-stage1-gcc,
6580         configure-stage2-gcc, configure-stage3-gcc,
6581         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6582         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6583         new-restage3, compare): Autogenerate, see Makefile.in
6584         entry for behavioral changes.
6585         (distclean-stage1, new-stage1-start, new-stage1-end,
6586         new-stage1-bubble, distclean-stage2, new-stage2-start,
6587         new-stage2-end, new-stage2-bubble, distclean-stage3,
6588         new-stage3-start, new-stage3-end): New autogenerated targets.
6589         (objext, prebootstrap, BOOT_CFLAGS,
6590         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6591         targets.
6593         * Makefile.in: Regenerate.
6594         (distclean-stage1, new-stage1-start, new-stage1-end,
6595         new-stage1-bubble, distclean-stage2, new-stage2-start,
6596         new-stage2-end, new-stage2-bubble, distclean-stage3,
6597         new-stage3-start, new-stage3-end): New targets.
6598         (all-stage1-gcc): Move prebootstrap dependency from here...
6599         (configure-stage1-gcc): ...to here.
6600         (new-bootstrap): Use bubble targets.
6601         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6602         Use per-stage distclean targets.
6603         (configure-stage1-gcc, configure-stage2-gcc,
6604         configure-stage3-gcc, all-stage1-gcc,
6605         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6606         Use new-stageN-start to prepare the tree.
6608 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
6610         * Makefile.def (host_modules): add libcpp.
6611         * Makefile.tpl: Add dependencies on and for libcpp.
6612         * Makefile.in: Regenerate.
6613         * configure.in: Add libcpp host module.
6614         * configure: Regenerate.
6616 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
6618         * Makefile.tpl: Whenever a recursive target is defined, wrap
6619         it in a special @if/@endif block, and prepare its maybe
6620         dependency in the @if/@endif block
6621         * configure.in: Instead of writing maybe dependencies, remove
6622         the @if/@endif statements, and remove the @if/@endif blocks
6623         that remain.
6624         * configure: Regenerate.
6625         * Makefile.in: Regenerate.
6627 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
6629         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
6631 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
6633         PR bootstrap/15120
6634         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
6635         * */configure: Rebuilt.
6637 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
6639         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6640         of libf2c.
6641         * configure, Makefile.in: Regenerate.
6643 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
6645         * MAINTAINERS (Write After Approval): Add myself.
6647 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
6649         Merge from tree-ssa-20020619-branch.
6651         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6652         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6653         (HOST_GMPLIBS): Define.
6654         (HOST_GMPINC): Define.
6655         (TARGET_LIB_PATH): Add libmudflap.
6656         (GFORTRAN_FOR_TARGET): Define.
6657         (configure-build*): Export GFORTRAN.
6658         (configure-gcc): Export GMPLIBS and GMPINC.
6659         (all-gcc): Add maybe-all-libbanshee.
6660         (configure-target-libgfortran): Define.
6661         * Makefile.in: Regenerate.
6662         * configure.in (host_libs): Add libbanshee.
6663         (target_libraries): Add target-libmudflap and target-libgfortran.
6664         Add --with-libbanshee.
6665         Handle --disable-libmudflap.
6666         (*-*-freebsd*): Use with_gmp.
6667         Add $(libgcj) to noconfigdirs.
6668         * configure: Regenerate.
6669         * depcomp: New file.
6670         * MAINTAINERS: Add tree-ssa maintainers.
6672 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
6674         * MAINTAINERS (Various Maintainers): Add myself.
6676 2004-04-30  Brian Ford  <ford@vss.fsi.com>
6678         * MAINTAINERS (Write After Approval): Add myself.
6680 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
6682         * MAINTAINERS (Write After Approval): Add myself.
6684 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
6686         * config/acx.m4: Fix fastcompare support for new-bootstrap.
6687         * configure: Regenerate.
6689 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
6691         Revert:
6692         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6694         * Makefile.def (flags_to_pass): Remove *dir variables that
6695         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6696         as well as prefix and exec_prefix.
6697         * Makefile.in: Regenerate.
6699 2004-04-26  Robert Millan  <robertmh@gnu.org>
6701         Add patches from libtool CVS.
6702         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6703         * ltconfig: Likewise.
6704         * ltcf-c.sh: Likewise.
6705         * ltcf-cxx.sh: Likewise.
6706         * ltcf-gcj.sh: Likewise.
6708 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6710         * Makefile.def (host_modules): Mark with the bootstrap
6711         flag packages on which gcc depends.
6712         * Makefile.tpl (all-bootstrap): Use it.
6713         * Makefile.in: Regenerate.
6715 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6717         * Makefile.def (flags_to_pass): Remove *dir variables that
6718         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6719         as well as prefix and exec_prefix.
6720         * Makefile.in: Regenerate.
6722 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6724         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6725         * configure: Regenerate.
6726         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6727         * gcc/Makefile.tpl (compare): Use the result of the test.
6728         * gcc/Makefile.in: Regenerate.
6730 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
6732         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6733         Always relocate gcc and prev-gcc to the original names, even
6734         if the build fails.
6735         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6736         New targets.
6738 2004-04-23  Laurent GUERBY <laurent@guerby.net>
6740         * MAINTAINERS: Update my email address.
6742 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6744         * configure.in (mips*-*-irix5*): Enable ld.
6745         * configure: Regenerate.
6747 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6749         * configure: Regenerate.
6751 2004-04-15  James E Wilson  <wilson@specifixinc.com>
6753         * Makefile.tpl (configure-[+module+], configure-gcc,
6754         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6755         Set and export LDFLAGS.
6756         * Makefile.in: Regenerate.
6758 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
6760         * MAINTAINERS: Add myself to write-after-approval.
6762 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6764         PR bootstrap/14871
6765         * Makefile.tpl: If we don't have built-in-tree target tools,
6766         use the ones found by configure rather than hacking around with
6767         program_transform_name.
6768         * configure.in: Give Makefile.tpl the information necessary
6769         to do that.
6770         * Makefile.in: Regenerate.
6771         * configure: Regenerate.
6773 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
6775         PR bootstrap/14760
6776         * configure.in: When computing baseargs, strip *all* copies of
6777         offending options.  Also, don't match/substitute the trailing space,
6778         so that this actually works when two similar options are separated by
6779         only one space.
6780         * configure: Regenerate.
6782 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
6784         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6785         (rs6000-*-aix*): Same.
6786         * configure: Regenerate.
6788 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
6790         * MAINTAINERS: Add myself to write-after-approval.
6792 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
6794         * MAINTAINERS: Add myself to write-after-approval.
6796 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
6798         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6799         STRICT_WARN, WARN_CFLAGS flags passed down to make.
6800         * Makefile.in: Regenerate.
6802         * configure.in (top level bootstrap support): Rework --enable-werror
6803         to set @stage2_werror_flag@.
6804         * configure: Regenerate.
6805         * Makefile.tpl (top level bootstrap support): Pass
6806         @stage2_werror_flag@ down to configure in stages 2 and 3.
6807         * Makefile.in: Regenerate.
6809 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6811         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6812         for stages 2 and 3 as well as in make.  As a consequence, remove
6813         OUTPUT_OPTION (now detected by configure) from the flags passed down
6814         to make.
6815         * Makefile.in: Regenerate.
6817         * Makefile.tpl (new-bootstrap): Fix typo.
6818         * Makefile.in: Regenerate.
6820 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6822         * Makefile.tpl: Rearrange by moving recursive_targets rules
6823         into their proper sections.
6824         * Makefile.tpl (top level bootstrap support): Move disabling
6825         of coverage flags from 'make' to 'configure'; improve comments.
6826         * Makefile.in: Regenerate.
6828         * Makefile.tpl (experimental top level bootstrap) Move stage1
6829         language setting from all- target to configure- target; disable
6830         intermodule optimization in stage 1; prevent gratuitous rebuilds
6831         of stage 1.
6832         * Makefile.in: Regenerate.
6833         * configure.in: Comma-separate stage 1 language list for top
6834         level bootstrap.
6835         * configure: Regenerate.
6837         * Makefile.tpl: Clean up experimental top level bootstrap support:
6838         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6839         prev-gcc in configure- targets as well as all- targets.
6840         * Makefile.in: Regenerate.
6842 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
6844         * compile: New file imported from automake.
6846 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
6848         * configure.in: Remove symbolic link section.
6849         * configure: Regenerate.
6850         * Makefile.tpl (links): Remove.
6851         * Makefile.in: Regenerate.
6853 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
6854             Nathanael Nerode  <neroden@gcc.gnu.org>
6856         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6857         Set with AC_CHECK_PROGS.
6858         * configure.in: Fix comment typo from last patch.
6859         * configure: Regenerate.
6861 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
6863         * Makefile.tpl: Introduce experimental top level bootstrap support.
6864         * Makefile.in: Regenerate.
6865         * configure.in: Introduce support for top level bootstrap.
6866         * configure: Regenerate.
6868 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
6869             Paolo Bonzini  <bonzini@gnu.org>
6871         PR bootstrap/14522
6872         * configure.in: Cope with shells that do not support unquoted ^
6873         * configure: Regenerate.
6875 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
6876             Paolo Bonzini  <bonzini@gnu.org>
6878         PR bootstrap/14522
6879         * configure.in: Cope with shells that do not support nesting
6880         quotes inside quoted backquote substitutions.
6881         * configure: Regenerate.
6883 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
6885         PR bootstrap/14522
6886         * configure.in: Fix escaping of $.
6887         * configure: Regenerate.
6889 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6891         * configure: Regenerate, since I forgot to while committing Paolo's
6892         changes.
6894 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
6896         PR ada/14131
6897         Move language detection to the top level.
6898         * configure.in: Find default values for the tools as
6899         soon as possible.  Disable ada if GNAT is not found.
6900         Emit error message about missing languages.  Expand
6901         --enable-languages=all for the gcc subdirectory.
6903 2004-03-10  Ben Elliston  <bje@gnu.org>
6905         * MAINTAINERS: Update my email address.
6907 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
6909         * ltconfig: Disable building static libraries if building shared
6910         libraries on AIX 5L.
6912 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
6914         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6915         and disable libgcj.
6916         * configure: Regenerated.
6918 2004-03-01  Brian Booth  <bbooth@redhat.com>
6920         * MAINTAINERS: Add myself to write-after-approval.
6922 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
6924         * MAINTAINERS: Add myself to write-after-approval.
6926 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6928         PR bootstrap/7087
6929         * Makefile.tpl: Guard XFOO sed statements better.
6930         * Makefile.tpl: Add dependency for configure-target-libada.
6931         * Makefile.in: Regenerate (incidentally fixes broken
6932         commit when libada-branch was merged).
6934 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
6936         * MAINTAINERS: Add myself to write-after-approval.
6938 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
6940         * MAINTAINERS: Add Nicola Pero and myself as libobjc
6941         maintainers.
6943 2004-02-20  Andrew Cagney  <cagney@redhat.com>
6945         * config.guess: Update from version 2003-10-16 to 2004-02-16.
6946         * config.sub: Update from version 2003-11-03 to 2004-02-16.
6948 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6950         PR bootstrap/11932
6951         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6953 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
6955         * MAINTAINERS: Added myself to write-after-approval.
6957 2004-02-14  Michael Koch  <konqueror@gmx.de>
6959         * MAINTAINERS: Added myself to write-after-approval.
6961 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
6963         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
6964         some OS port maintainers to OS port maintainers section.
6966 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
6968         * MAINTAINERS: Add self.
6970 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
6972         * MAINTAINERS: Alphabetize.
6974 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
6976         * MAINTAINERS: Remove myself.
6978 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
6980         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6981         (rs6000-*-aix*): Same.
6982         * configure: Regenerate.
6984 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
6986         * configure.in (host): Add in missing $noconfigdirs to defines.
6987         * configure: Regenerate.
6989 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
6990             Nathanael Nerode  <neroden@gcc.gnu.org>
6992         PR ada/6637, PR ada/5911
6993         Merge with libada-branch:
6994         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6995         with appropriate dependencies. Add --enable-libada configure switch.
6996         * configure, Makefile.in: Regenerate.
6998 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
7000         * MAINTAINERS: Add myself to write-after-approval.
7002 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7004         * configure.in: Don't pass --with-stabs on IRIX 5 either.
7005         * configure: Regenerate.
7007 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
7009         Merge from upstream:
7011         * ltmain.in: When setting IFS to '~', be careful about user
7012         arguments that contain '~'.
7014         2004-02-04  Peter O'Gorman  <peter@pogma.com>
7016         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
7017         Also test $base_compile against $CC with escaped arguments. Bug
7018         reported by Geoff Keating <geoffk@apple.com>.
7020 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
7022         * MAINTAINERS: Remove i960 port.
7024 2004-01-23  DJ Delorie  <dj@redhat.com>
7026         * Makefile.def (target_modules) [libiberty]: Don't stage.
7027         * Makefile.in: Rebuilt.
7029 2004-01-20  Caroline Tice  <ctice@apple.com>
7031         * MAINTAINERS: Add myself to write-after-approval.
7033 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
7035         * MAINTAINERS: Update my email address.
7037 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
7039         * MAINTAINERS: Add myself to write-after-approval.
7041 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7043         * MAINTAINERS: Remove entries without email address.
7045 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
7047         * MAINTAINERS: Add myself to write-after-approval.
7049 2004-01-15  Steven Bosscher  <stevenb@suse.de>
7051         * MAINTAINERS: Update my email address.
7053 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
7055         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7056         * Makefile.tpl (configure-target-[+module+]): Support stage.
7057         * Makefile.in: Rebuilt.
7059 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
7061         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
7063 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
7065         * MAINTAINERS: Add myself as a MIPS maintainer.
7067 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7069         * configure.in: Use ./config.cache, not config.cache.
7070         * configure: Regenerate.
7071         * Makefile.tpl: Special-casing not needed for GCC any more.
7072         * Makefile.in: Regenerate.
7074         * configure.in: Don't share a cache file for host dirs.
7075         * configure: Regenerate.
7077         * config-ml.in: Don't mess with the cache file.
7079 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7081         * MAINTAINERS: Move myself from 'Write After Approval' to
7082         'CPU Port Maintainers' section as SPARC maintainer.
7084 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7086         * Makefile.tpl: Make GCC use a separate config.cache.
7087         * Makefile.in: Regenerate.
7089         PR bootstrap/11932, PR bootstrap/11933
7090         (I don't know if it will fix either of them, but it relates
7091         to them.)
7092         * configure.in: Don't use shared config.cache for target
7093         directories.
7094         * configure: Regenerate.
7096 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
7098         * MAINTAINERS: Add myself to 'Write After Approval' section.
7100 2003-12-31  Roger Sayle  <roger@eyesopen.com>
7102         * configure.in (ia64*-*-hpux*): Disable building java libraries.
7103         * configure: Regenerated.
7105 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
7107         * MAINTAINERS: Remove the mn10200 maintainer.
7109 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
7111         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7112         * configure: Regenerated.
7114 2003-12-16  Jan Hubicka  <jh@suse.cz>
7116         * MAINTAINERS: Add myself as callgraph maintainer.
7118 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
7120         * configure.in (raw_libstdcxx_flags): Remove the leading space.
7121         * configure: Regenerate.
7123 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7125         * MAINTAINERS: Move myself from 'Bug database only accounts' to
7126         'Write After Approval' section. Update email.
7128 2003-12-01  James Lemke  <jim@wasabisystems.com>
7130         * MAINTAINERS (Write After Approval): Add myself.
7132 2003-11-20  Matt Thomas  <matt@3am-software.com>
7134         * MAINTAINERS: Add myself as a vax port maintainer.
7136 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
7138         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7139         (configure-build-[+module+], configure-[+module+]): Likewise.
7140         (configure-target-[+module+], configure-gcc, config.status): Likewise.
7141         * Makefile.in: Regenerate.
7143 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
7145         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
7146         shared/dylibed libraries.
7147         * ltmain.sh: Likewise.
7148         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
7149         * ltcf-cxx.sh: Likewise.
7150         * ltcf-gcj.sh: Likewise.
7151         * ltconfig: Likewise.
7153 2003-11-17  Stan Cox  <scox@redhat.com>
7155         * MAINTAINERS: Add myself as iq2000 port maintainer.
7157 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
7159         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7160         * Makefile.in: Regenerate.
7162 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
7164         * config.sub: Update to 2003-11-03 version.
7166 2003-10-20  Phil Edwards  <phil@codesourcery.com>
7168         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
7169         * configure:  Regenerate.
7171 2003-10-20  Nicolas Pitre  <nico@cam.org>
7173         * MAINTAINERS: Add myself to 'Write After Approval' section.
7175 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
7177         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7179 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
7181         * MAINTAINERS: Update my email address.
7183 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7185         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
7187 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
7189         * MAINTAINERS: Add myself to 'Write After Approval' section.
7191 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
7193         * config.guess: Update to 2003-10-16 version.
7194         * config.sub: Update to 2003-10-16 version.
7196 2003-10-15  David Daney  <ddaney@avtrex.com>
7198         * MAINTAINERS: Added myself to 'Write After Approval' section.
7200 2003-10-15  Falk Hueffner  <falk@debian.org>
7202         * MAINTAINERS: Move myself from 'Bug database only accounts' to
7203         'Write After Approval' section. Update email.
7205 2003-10-14  Roger Sayle  <roger@eyesopen.com>
7207         * MAINTAINERS: Move myself from 'Write After Approval' to
7208         'Various Maintainers' section as middle-end maintainer.
7210 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7212         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7213         HOST_FLAGS_TO_PASS.
7214         * Makefile.in: Regenerate.
7216 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
7218         * config.guess: Update to 2003-10-07 version.
7219         * config.sub: Update to 2003-10-07 version.
7221 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7223         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
7224         * ltconfig (irix5*, irix6*): Don't override version_type.
7226 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
7228         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7229         * configure: Rebuilt
7230         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7231         * Makefile.in: Rebuilt
7233 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
7235         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7237 2003-09-30  Carlo Wood  <carlo@alinoe.com>
7239         * MAINTAINERS (Write After Approval): Add myself.
7241 2003-09-29  Paul Koning  <ni1d@arrl.net>
7243         * MAINTAINERS: Move myself from "Write After Approval"
7244         to CPU platform maintainers for pdp11 platform.
7246 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
7248         * MAINTAINERS: Move myself from 'Write After Approval' to
7249         'Various Maintainers' section as libffi testsuite maintainer.
7251 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
7253         * configure.in: Pass a computed --program-transform-name
7254         to subconfigures.
7255         * configure: Regenerated.
7257 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7259         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7260         * Makefile.in: Regenerate.
7262         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7263         * Makefile.in: Regenerate.
7265 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
7267         * MAINTAINERS: Move myself from 'Write After Approval'
7268         to 'Various Maintainers' (objective-c) section.
7270 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
7272         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7273         quoting.
7274         * configure: Regenerated.
7276 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
7278         * MAINTAINERS (Write After Approval): Add myself to write after
7279         approval list.
7281 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
7283         * MAINTAINERS (Write After Approval): Add myself.
7285 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
7287         * MAINTAINERS: Update my e-mail address.
7289 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
7291         * libtool.m4 (LD): Correct powerpc64 host match.
7293 2003-09-06  James E Wilson  <wilson@tuliptree.org>
7295         * MAINTAINTERS: Update my affiliation and email address.
7297 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7299         * MAINTAINERS (Write After Approval): Add myself.
7301 2003-09-04  DJ Delorie  <dj@redhat.com>
7303         * configure: Regenerate.
7305 2003-09-04  Robert Millan  <robertmh@gnu.org>
7307         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7309 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7311         * configure.in: Ensure arguments to sed are properly spaced.
7312         * configure: Regenerate.
7314 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
7316         * MAINTAINERS: Update my e-mail address.
7318 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
7320         * MAINTAINERS (Write After Approval): Add myself.
7322 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
7324         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7325         * configure: Regenerated.
7327 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7329         * MAINTAINERS: Update my email address.
7331 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
7333         * configure.in:  Use newline instead of semicolon when assuming
7334         shell arguments in a for loop.
7335         * configure:  Regenerated.
7337 2003-08-22  Jason Eckhardt  <jle@rice.edu>
7339         * MAINTAINERS: Resurrect the i860 maintainer.
7341 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
7343         PR 8180
7344         * configure.in: When testing with_libs and with_headers, treat
7345         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
7346         * configure: Regenerate.
7348         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7349         make, shell, etc.
7350         (baseargs): Likewise.
7351         * configure: Regenerate.
7353 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
7355         * MAINTAINERS (Write After Approval): Add myself.
7357 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
7359         * configure.in: Disable libgcj for darwin not on powerpc.
7360         * configure: Rebuild.
7362 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
7364         * config-ml.in, symlink-tree: Add license.
7366 2003-08-03  Richard Stallman  <rms@gnu.org>
7367             Eben Moglen  <moglen@columbia.edu>
7369         * README.SCO: New file.
7371 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
7373         * Makefile.tpl (check, check-c++): Express dependencies using
7374         dependencies rather than commands.
7375         * Makefile.in: Regenerate.
7377 2003-08-01  Andrew Cagney  <cagney@redhat.com>
7379         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7380         * configure: Ditto.
7382 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
7384         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7385         * Makefile.in: Update.
7387 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
7389         * configure.in: Enable libgcj for darwin.
7390         * configure: Rebuild.
7392 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
7394         * config-ml.in:  Use ac_configure_args directly instead of
7395         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
7396         actually seen.
7398 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7400         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7401         creating target and build subdirs to build all parent dirs as needed.
7402         * Makefile.in: Rebuild.
7403         * configure.in: Don't build dirs explicitly here.
7404         * configure: Rebuild.
7406 2003-07-26  Paul Brook  <paul@nowt.org>
7408         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
7410 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
7412         * Makefile.tpl (all-make): Depend on intl.
7413         * Makefile.in: Rebuilt.
7415 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
7417         * install-sh:  Update to newer upstream versions (associated with
7418         aclocal 1.7).
7419         * mkinstalldirs:  Likewise.
7420         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
7422 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
7424         * MAINTAINERS: Move self from Bug database only accounts
7425         to write-after-approval.
7427 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
7429         * config.if: Remove unused libc_interface determination.
7431 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7433         * MAINTAINERS: Move self from write-after-approval to
7434         build machinery (*.in).
7436 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7438         PR bootstrap/11273
7439         PR bootstrap/11408
7440         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
7441         unused INSTALL_PROGRAM_ARGS.
7442         * configure.in: Use AC_PROG_INSTALL.
7443         * Makefile.in: Regenerate.
7444         * configure: Regenerate.
7446 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
7448         * MAINTAINERS: Alphabetize.
7450 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
7452         * configure: Rebuilt.
7453         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
7454         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7455         newlib nor libgloss.
7456         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
7457         * configure.in (am33_2.0-*-linux*): Added.
7459 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
7461         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7462         * configure: Regenerate.
7464 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
7466         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
7467         * Makefile.in: Regenerate.
7469 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7471         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
7472         * Makefile.in: Regenerate.
7474 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
7476         * Makefile.tpl: Replace PWD with PWD_COMMAND.
7477         * Makefile.in: Regenerated.
7479         * config-ml.in: Replace PWD with PWD_COMMAND.
7481 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7483         * intl: New directory; see intl/ChangeLog for details.
7484         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
7485         * Makefile.tpl: all-gcc depends on maybe-all-intl.
7486         * Makefile.in: Regenerate.
7488 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7490         * configure.in: Clean up config-lang.in handling.  Delete
7491         useless assignment to "subdirs".
7492         * configure: Regenerate.
7494 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7496         * configure.in: Rename 'target_libs' to 'target_libraries'.
7497         Remove useless reference to 'target_libs'.
7498         * configure: Regenerate.
7500 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
7502         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7503         * Makefile.in: Regenerate.
7505 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7507         * Makefile.def: Introduce flags_to_pass.
7508         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7509         * Makefile.in: Regenerate.
7511 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
7513         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7514         and target-libgloss.
7515         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7516         <h8300*-*-*>: Disable libf2c and ${libgcj}.
7517         * configure: Regenerate.
7519 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
7521         * configure.in: Update testsuite_flags to new location.
7522         * configure. Regenerate.
7524 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7526         * Makefile.tpl: Remove BUILD_CC stuff.
7527         * Makefile.in: Regenerate.
7529 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
7531         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
7533 2003-06-16  Graeme Peterson  <gp@qnx.com>
7535         * MAINTAINERS (Write After Approval): Add myself.
7537 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
7539         * config.guess: Update to 2003-06-12 version.
7540         * config.sub: Update to 2003-06-13 version.
7542 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
7544         * config.guess: Update to 2003-06-06 version.
7545         * config.sub: Update to 2003-06-06 version.
7547 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7549         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7550         * configure. Regenerate.
7552 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7554         * configure.in: Disable serial configure by default.
7555         * configure: Regenerate.
7556         * Makefile.tpl: Abolish .NOTPARALLEL.
7557         * Makefile.in: Regenerate.
7559         * Makefile.tpl: Replace {build,host,target}_canonical by
7560         {build,host,target}.
7561         * Makefile.in: Regenerate.
7563         * Makefile.tpl: Fix stupid pasto.
7564         * Makefile.in: Regenerate.
7566 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7568         * Makefile.tpl: Remove bogus conditional.
7569         * Makefile.in: Regenerate.
7571 2003-06-05  Jan Hubicka  <jh@suse.cz>
7573         * Makefile.tpl (profiledbootstrap): New target.
7574         * Makefile.in (profiledbootstrap): New target.
7576 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
7578         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
7579         Pinski. Remove user names from other bugzilla-only maintainers.
7581 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7583         * Makefile.tpl: Make 'recursive targets' using autogen rather
7584         than shell loop.  Remove duplicate 'clean' targets and false
7585         comments.
7586         * Makefile.def: Add systematic dependencies to 'recursive' targets.
7587         Add systematic method of specifying missing targets in subdirs.
7588         Add copyright boilerplate.
7589         * Makefile.in: Regenerate.
7590         * configure.in: Add 'recursive targets' to maybe list.
7591         * configure: Regenerate.
7593         * MAINTAINERS: "GNATS only" -> "Bug database only".
7595         * Makefile.tpl: Rename [+target+] to [+make_target+].
7596         * Makefile.def: Rename 'target' to 'make_target'.
7598 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
7600         * MAINTAINERS: Add self as options handling maintainer.
7602 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
7604         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
7605         been too long since I touched those ports.
7607 2003-05-28  DJ Delorie  <dj@redhat.com>
7609         * Makefile.tpl: Make maybe-check-gcc .PHONY.
7610         * Makefile.in: Regenerate.
7612 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
7614         * configure.in: Use curly braces in the definition of tooldir.
7615         * configure: Regenerate.
7617 2003-05-21  DJ Delorie  <dj@redhat.com>
7619         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7620         newlib or libgloss.
7621         * Makefile.in: Regenerate.
7623 2003-05-21  DJ Delorie  <dj@redhat.com>
7625         * Makefile.tpl: Add missing empty maybe-check-gcc target.
7626         * Makefile.in: Regenerate.
7628 2003-05-20  Ian Lance Taylor  <ian@airs.com>
7630         * MAINTAINERS: Update my e-mail address.
7632 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7634         * configure.in: Switch more things to use maybe dependencies.
7635         * Makefile.tpl: Switch more things to use maybe dependencies.
7636         Factor out common code from autogen IF statements.
7637         * configure: Regenerate.
7638         * Makefile.in: Regenerate.
7640 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
7642         * configure.in: Accept i[3456789]86 for machine type.
7643         * configure: Regenerate.
7645 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7647         * configure.in: Switch more things to use maybe dependencies.
7648         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
7649         * configure: Regenerate.
7650         * Makefile.tpl: Switch more things to use maybe dependencies.
7651         * Makefile.in: Regenerate.
7653 2003-05-16  Andreas Schwab  <schwab@suse.de>
7655         * Makefile.tpl (install-opcodes): Define.
7656         * Makefile.in: Rebuild.
7658 2003-05-13  Andreas Jaeger  <aj@suse.de>
7660         * config.guess: Update to 2003-05-09 version.
7661         * config.sub: Update to 2003-05-09 version.
7663 2003-05-13  Michael Eager  <eager@mvista.com>
7665         * configure.in: Correct sed script so that options in quotes are not
7666         deleted.
7667         * configure: Rebuild.
7669 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
7671         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7672         and $$s/newlib/libc/sys/cygwin32 include paths.
7673         * configure: Ditto.
7675 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
7677         * MAINTAINERS: Update my email addresses.
7679 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
7681         * config-ml.in: Propagate INSTALL variables.
7683 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7685         * MAINTAINERS: Remove duplicate entries in Write After Approval.
7687 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
7689         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7690         * Makefile.in: Regenerate.
7692 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
7694         * MAINTAINERS (GNATS only): Add Falk Hueffner.
7696 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
7698         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
7700 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
7702         * Makefile.tpl: Clean $(BUILD_SUBDIR).
7703         * Makefile.in: Regenerated.
7705 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
7707         * MAINTAINERS (Write After Approval): Upgrade myself from
7708         GNATS only to write-after-approval. Update my mail address.
7710 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
7712         (OS Port Maintainers: freebsd): Add myself.
7714 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
7716         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
7718 2003-04-22  Kean Johnston  <jkj@sco.com>
7720         * MAINTAINERS (SCO ports): Added myself.
7722 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
7724         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
7726 2003-04-19  Kean Johnston  <jkj@sco.com>
7728         * MAINTAINERS (Write After Approval): Add myself.
7730 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7732         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7733         * Makefile.in: Regenerate.
7735 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
7737         * configure.in (powerpc64*-*-linux*): Remove.
7738         * configure: Rebuilt.
7740 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
7742         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
7743         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7744         and restrap.
7745         * Makefile.in:  Regenerate.
7747 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
7749         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7750         * configure: Regenerated.
7752 2003-04-15  DJ Delorie  <dj@redhat.com>
7754         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
7756 2003-04-13  Nick Clifton  <nickc@redhat.com>
7758         * config-ml.in: Remove support for --disable-aix removing
7759         call-aix multilibs.
7761 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
7763         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7764         * */configure: Rebuilt.
7766 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
7768         * MAINTAINERS: Add my email address.
7770 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
7772         * MAINTAINERS (Write After Approval): Add myself.
7774 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7776         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7777         * Makefile.in: Regenerate.
7779 2003-03-14  Michael Chastain  <mec@shout.net>
7781         * Makefile.in: Regenerate with correct Makefile.def.
7783 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7785         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
7786         Make macro.
7787         * Makefile.in: Regenerate.
7788         * configure.in: Clean up gxx_include_dir logic.
7789         * configure: Regenerate.
7791 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
7793         * MAINTAINERS (Write After Approval): Add myself.
7795 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
7797         * MAINTAINERS: Update my mail address.
7799 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7801         * configure.in (gxx_include_dir): Fix typo.
7802         * configure: Regenerated.
7804 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7806         * Makefile.tpl: Reindent.
7807         * Makefile.in: Regenerate.
7808         * configure.in: Reindent.  Don't set unused variables.
7809         * configure: Regenerate.
7811 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
7813         * configure.in: Include $(build_tooldir)/sys-include in
7814         FLAGS_FOR_TARGET.
7815         * configure: Regenerated.
7817 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7819         * Makefile.tpl: Always pass down RANLIB.
7820         * Makefile.in: Regenerate.
7822         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7823         * Makefile.in: Regenerate.
7824         * configure.in: Remove unused logic relating to --enable-shared
7825         and --enable-threads.  Remove bogus comments.  Remove redundant
7826         noconfigdirs.
7827         * configure: Regenerate.
7829         * configure.in: Replace ${libstdcxx_version} by its value.
7830         Remove reference to mh-dgux.
7831         * configure: Regenerate.
7833 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
7835         * MAINTAINERS (Write After Approval): Add myself.
7837 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7839         * Makefile.tpl: Rearrange.
7840         * Makefile.in: Regenerate.
7842 2003-02-25  Uwe Stieber  <uwe@wwws.de>
7844         * configure.in: Add support for kaOS as cross build target system.
7845         * configure: Regenerated.
7847 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
7849         * MAINTAINERS (Write after approval): Add myself.
7851 2003-02-21  James E Wilson  <wilson@tuliptree.org>
7853         * MAINTAINERS: Update my email address.
7855 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
7857         * MAINTAINERS: Add self to blanket write privs. section.
7859 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
7861         * Makefile.tpl: Add definition of CPPFLAGS to pass into
7862         configure-target-* as some target builds may require additional
7863         flags for preprocessor tests.
7864         * Makefile.in: Regenerated.
7866 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
7868         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7869         * ltconfig: Handle it.
7870         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7871         auto-detecting it.
7873         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7874         it is used as argument to $CC.
7875         * ltcf-gcj.sh: Likewise.
7877         * configure.in: Introduce --enable-maintainer-mode.
7878         * configure: Rebuilt.
7879         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7880         for maintainer mode.
7881         * Makefile.in: Rebuilt.
7883 2003-02-18  Jason Merrill  <jason@redhat.com>
7885         * Makefile.tpl (check-c++): Allow parallelism.
7887 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7889         * MAINTAINERS: Remove John Carr (who never actually had access to
7890         gcc.gnu.org).
7892 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
7894         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7895         don't configure target-libobjc.
7896         * configure: Regenerate.
7898 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7900         * Makefile.tpl (RANLIB): Define.
7901         * Makefile.in: Regenerate.
7903 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
7905         * MAINTAINERS: Update my email.
7907 2003-02-06  Keith R Seitz  <keiths@redhat.com>
7909         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7910         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7911         * Makefile.in: Regenerated.
7912         * configure.in: Remove all traces of snavigator, db, and grep.
7913         * configure: Regenerated.
7915 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7917         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
7918         After Approval.
7920 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
7922         * MAINTAINERS (Write after approval): Add myself.
7924 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
7926         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7927         * Makefile.in: Regenerated.
7929 2003-01-30  Roger Sayle  <roger@eyesopen.com>
7931         * config.guess: Updated to 2003-01-30's version.
7932         * config.sub: Updated to 2003-01-28's version.
7934 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
7936         * config.if: If gcc_version is already set, just use it.  Don't set
7937         gcc_version_trigger if it's already set, otherwise set it to
7938         gcc/version.c, but only if the file exists.  If it is not set and
7939         gcc/version.c does not exist, try to extract the version number from
7940         $CC.
7942 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
7944         * MAINTAINERS: Add myself to write-after-approval list.
7946 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
7948         * configure.in:  Revert 24Jan change.
7949         * configure:  Regenerate.
7951 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7953         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
7954         entry of HJ Lu.
7956 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7958         * configure.in: Revert previous change.
7959         * configure: Regenerate.
7961 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7963         * configure.in: Make rda native-only.
7964         * configure: Regenerate.
7966 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7968         * MAINTAINERS: Move myself from GNATS-only-accounts to
7969         write-after-approval.
7971 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7973         * configure.in: Add missing \.
7974         * configure: Rebuilt.
7976 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
7978         * configure.in (baseargs): Avoid using \| in sed regular
7979         expressions.
7980         * configure: Rebuilt.
7982 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
7984         * configure.in (baseargs): Remove all supported forms of
7985         --cache-file, --srcdir, --host, --build and --target options
7986         from argument lists.
7987         * configure: Rebuilt.
7989 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
7991         * MAINTAINERS: Add myself to write-after-approval list.
7993 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
7995         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7996         * configure: Rebuilt.
7998 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8000         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
8001         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
8002         * Makefile.in: Regenerate.
8003         * configure: Regenerate.
8005 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
8007         * configure.in: Remove Makefile in build, host and target modules
8008         unless configure was run with --no-recursion.
8009         * configure: Rebuilt.
8011 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
8013         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
8014         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
8015         * Makefile.in: Regenerate.
8017 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
8019         * config.guess: Update to 2003-01-03 version.
8020         * config.sub: Update to 2003-01-03 version.
8022 2003-01-07  Christopher Faylor  <cgf@redhat.com>
8024         * configure: Regenerate with proper autoconf 2.13.
8026 2003-01-07  Christopher Faylor  <cgf@redhat.com>
8028         * configure.in: Add AC_PREREQ for consistency.
8029         * configure: Regenerate.
8031 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
8033         * configure.in (GDB_TK): Add tcl directories conditional on
8034         gdb/gdbtk directory being present.
8035         * configure: Regenerate.
8037 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
8039         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
8040         used by gcc if LD is not defined and we are not doing a Canadian Cross.
8041         * configure: Rebuilt.
8043 2002-12-31  Tom Tromey  <tromey@redhat.com>
8045         * Makefile.in: Rebuilt.
8046         * Makefile.def (target_modules) [libffi]: Allow installation.
8048 2002-12-31  Andreas Schwab  <schwab@suse.de>
8050         * configure.in: Fix use of $program_transform_name.
8051         * configure: Regenerated.
8053 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
8055         * configure.in (baseargs): Don't remove first configure argument.
8056         * configure: Regenerated.
8058 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
8060         * Makefile.tpl (local-distclean): Don't remove...
8061         (multilib.ts): ... this.  Moved into...
8062         (multilib.out): ... this.  Don't use sub-make.
8063         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
8064         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
8065         (configure-build-[+module+], configure-[+module+],
8066         configure-target-[+module+], configure-gcc): ... these.  Test
8067         for Makefile existence.  Drop config.status from dependencies.
8068         * Makefile.in: Rebuilt.
8069         * configure.in: Move gcc-version-trigger to the end of
8070         ac_configure_args.  Add comments to maybedep.tmp and
8071         serdep.tmp.  Introduce --disable-serial-configure.  Remove
8072         nonopt from baseargs, matching and removing corresponding
8073         whitespace while at it.
8074         * configure: Rebuilt.
8076 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
8078         * configure.in (host_configargs): Replace reference to
8079         no-longer-defined buildopts with --build=${build_alias}.
8080         * configure: Rebuilt.
8082         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
8083         program_transform_name to standard idiom.
8084         (AUTOGEN, AUTOCONF): Define.
8085         (Makefile.in): Use $(AUTOGEN).
8086         (Makefile): Depend on config.status, and use autoconf-style rule to
8087         build it.  Move original commands to...
8088         (config.status): ... this new target.
8089         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
8090         $(AUTOCONF).
8091         * Makefile.in: Rebuilt.
8093 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8095         * Makefile.tpl: Fix dramatic bustage due to change in
8096         program_transform_name.
8097         * Makefile.in: Regenerate.
8099         * configure.in: Remove unnecessary PATH setting.
8100         * configure: Regnerate.
8102         * configure.in: Don't default to unprefixed tools unless
8103         the native tools will work.
8104         * configure: Regenerate.
8106         * configure.in: Convert to autoconf script.  Blow away lots
8107         of now-redundant Makefile fragments.
8108         * configure: Generate using Autoconf.
8109         * Makefile.tpl: Rewrite to reflect autoconfiscation.
8110         * Makefile.in: Regenerate.
8112 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
8114         * configure: Fix stupid bug where RANLIB was mistakenly included.
8116         * configure.in: Rename (buildargs, hostargs, targargs) to
8117         (build_configargs, host_configargs, target_configargs).
8119         * configure.in: Move logic out of sed statement.
8121         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
8122         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
8124 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
8126         * config.sub: Import from master repository
8127         * config.guess: Ditto
8129 2002-12-24  Andreas Schwab  <schwab@suse.de>
8131         * Makefile.tpl (multilib.out): Fix missing space.
8132         * Makefile.in: Regenerate.
8134 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8136         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
8137         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
8138         * Makefile.in: Regenerate.
8139         * configure.in: Remove unnecessary leftovers.
8141 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
8143         * configure.in (extra_ranlibflags_for_target): New variable.
8144         (*-*-darwin): Add -c to ranlib commands.
8145         * configure (tooldir): Handle extra_ranlibflags_for_target.
8147 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8149         * Makefile.tpl: Revert HJL's change.
8150         * Makefile.in: Regenerated.
8151         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
8152         always.
8154 2002-12-19  Andreas Schwab  <schwab@suse.de>
8156         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
8157         * Makefile.in: Regenerate.
8159 2002-12-18  H.J. Lu  <hjl@gnu.org>
8161         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
8162         * Makefile.in: Regenerated.
8164         * configure.in (build_prefix): New. Substitute.
8166 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
8168         * Makefile.tpl: Don't let real targets depend on phony targets.
8169         * Makefile.in: Regenerate.
8171         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
8172         * Makefile.in: Regenerate.
8174 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
8176         * config.sub: Import from master repository
8177         * config.guess: Ditto
8179 2002-12-16  Jason Merrill  <jason@redhat.com>
8181         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
8182         previous 'make bootstrap'.
8183         * Makefile.in: Regenerate.
8185 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
8187         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
8189 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
8191         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
8192         * Makefile.in: Regenerate.
8194 2002-12-13  Jason Merrill  <jason@redhat.com>
8196         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
8197         library tests.
8198         (check-c++): Just depend on it and check-target-libstdc++-v3.
8199         * Makefile.in: Regenerate.
8201 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
8203         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
8204         * Makefile.in: Rebuilt.
8206 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
8208         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
8210 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8212         * configure: Fix bug put in by gremlins.
8214         * Makefile.tpl: Substitute more autoconfily.
8215         * configure: Substitute more autoconfily.
8216         * Makefile.in: Regenerate.
8218 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
8220         * config.sub: Import from master repository
8221         * config.guess: Ditto
8222         * MAINTAINERS: Added Svein Seldal under write after approval
8224 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
8226         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
8227         * Makefile.in (all-sim): Ditto.
8229 2002-12-06  DJ Delorie  <dj@redhat.com>
8231         * Makefile.tpl: Change configure dependencies to not have real
8232         targets depend on phony targets.
8234 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
8236         * configure.in: Revert unintentional change.
8238         * Makefile.tpl: Change dependency for */multilib.out so that
8239         it works when gcc isn't in the tree.
8241         * configure.in: Substitute more.
8242         * configure: Run subconfigures from the Makefile.
8243         * Makefile.tpl: Run subconfigures from the Makefile; add a few
8244         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
8246 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8248         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
8250 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8252         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
8253         and corresponding dependencies.
8254         * Makefile.in: Regenerate.
8256         * configure.in (host_tools): Order binutils, gas and ld for
8257         convenience in running the testsuites.
8259         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
8260         * Makefile.in: Regenerate.
8261         * configure.in: Introduce rules to serialize subconfigure runs.
8263         * configure.in: Introduce BASE_CC_FOR_TARGET.
8264         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
8265         Realize configure-build-* targets.  Realize configure-target-* targets.
8266         * Makefile.in: Regenerate.
8268 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8270         * configure: Move gcc_version_trigger stuff from here...
8271         * configure.in: ...to here.
8273         * configure.in: Separate subconfigure options added by this file from
8274         options given by the user.  Add machinery to put args for host
8275         subconfigures into the Makefile.
8277         * Makefile.tpl: Remove 'vault' targets.
8278         * Makefile.tpl: Reorder and comment dependencies.
8279         * Makefile.in: Regenerate.
8281 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8282         * configure.in: Fix my broken commit of previous patch. (sigh)
8284 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
8286         * configure.in: Move host-specific darwin noconfigdirs into
8287         the host-specific section.
8289 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
8291         * configure.in: Move host-specific darwin noconfigdirs into
8292         the host-specific section.
8294 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
8296         * configure: Remove skip-this-dir support.
8297         * Makefile.tpl: Remove skip-this-dir support.
8299         * Makefile.tpl: Remove leftover support for non-autoconfiscated
8300         subdirectories.
8301         * Makefile.in: Regenerate.
8303         * Makefile.tpl: Strip out useless setting of 'dir'.
8304         * Makefile.in: Regenerate.
8306 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8308         * configure.in: Fix deeply stupid bug.
8310         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8311         shell code in CXX_FOR_TARGET
8312         * Makefile.def: Introduce raw_cxx.
8313         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8314         RAW_CXX_FOR_TARGET.
8315         * Makefile.in: Regenerate.
8317 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
8319         * Makefile.tpl: Remove unnecessary ifs.
8320         * Makefile.in: Regenerate.
8322         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
8323         dependencies.  Maybe-ize build-libiberty.  Create dummy install
8324         targets for 'no_install' modules.
8325         * configure: Move GDB_TK substitution to configure.in.  Move
8326         build_modules stuff to configure.in.
8327         * configure.in: Implement soft dependency machinery.  Maybe-ize
8328         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
8329         * Makefile.in: Regenerate.
8331 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8333         * Makefile.tpl: Make all-target, install-target behave similarly
8334         to all, install (only hitting configured targets).  Eliminate
8335         unused macro defintions.
8337         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8338         build != host.
8340         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8342         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8344         * configure.in: Produce lists of subdir targets we're actually
8345         configuring.  Remove references to "dosrel".
8346         * Makefile.tpl: Let configure set which subdir targets are hit.
8347         Remove install-cross; clean up install; remove ALL.  Remove
8348         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
8349         Autogenerate host module targets.  Remove empty dependency lines
8350         and redundant dependency; rearrange slightly.
8351         * Makefile.def: Add host-side libtermcap, utils.
8353         * Makefile.in: Regenerate.
8355 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8357         * ltconfig (osf[345]): Append $major to soname_spec.
8358         Reflect this in library_names_spec.
8359         * ltmain.sh (osf): Prefix $major with . for use as extension.
8361 2002-11-19  Andreas Jaeger  <aj@suse.de>
8363         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
8364         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
8365         and sparc64 GNU/Linux systems.
8367 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
8369         * MAINTAINERS: Update email.
8371 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8373         * MAINTAINERS: Complete James Dennett's entry.
8375 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
8377         * MAINTAINERS (Write After Approval): Add myself.
8379 2002-11-13  Bruce Korb  <bkorb@gnu.org>
8381         * Makefile.tpl: syntactic cleanup
8383 2002-11-13  Stuart Hastings  <stuart@apple.com>
8385         * MAINTAINERS: Add myself to write-after-approval list.
8387 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8389         * Makefile.def: Add list of recursive targets to autogenerate.
8390         Add build_modules.
8391         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
8392         targets.  Autogenerate *-build-* targets.
8393         * Makefile.in: Regenerate.
8395 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8397         * configure: More autoconf-style substitutions.
8398         * Makefile.tpl: More autoconf-style substitutions.
8399         * Makefile.in: Regenerate.
8401 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8403         * configure: Substitute more variables in a more autoconf-friendly
8404         way.  Simplify slightly.
8405         * Makefile.tpl: Make more variables substitutable in an
8406         autoconf-friendly way.
8407         * Makefile.in: Regenerate.
8409 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
8411         * MAINTAINERS (Write After Approval): Add myself.
8413 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8415         * configure.in (v810*): Remove special setting of tools.
8417         * configure: Add support for extra required flags for ar or nm.
8418         * configure.in (aix4.3+): Use above support for target-specific
8419         issues, rather than using config/mt-aix43.
8421 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8423         * configure: Remove 'removing', which doesn't work.  Replace $subdir
8424         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
8425         with $srcdir.  Reformat indentation.  Substitute some variables
8426         formerly hard-coded in the Makefile for build=host.
8427         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8428         * Makefile.def: Autogenerate more.
8429         * Makefile.in: Regenerate.
8431 2002-11-04  Adam Nemet  <anemet@lnxw.com>
8433         * MAINTAINERS (Write After Approval): Add myself.
8435 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
8437         * Makefile.def (host_modules): Add rda.
8438         * Makefile.in: Regenerate.
8439         * configure.in (target_tool): Add target-rda to list.
8441 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8443         * MAINTAINERS: Remove "co-maintainer" note for web pages.
8445 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
8447         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
8448         and restrap targets to this rule.
8449         * Makefile.in:  Regenerate.
8451 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8453         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
8454         GNATS only accounts.
8456 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
8458         * configure.in (i[3456]86-*-linux*): Add check to disable
8459         ${libgcj} for glibc1.
8461 2002-10-24  Denis Chertykov  <denisc@overta.ru>
8463         * MAINTAINERS: Add myself as ip2k port maintainer.
8465 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
8467         * configure.in: Add tic4x target.
8469 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8471         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8472         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8473         * Makefile.in: Regenerate.
8475         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8476         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8477         * Makefile.in: Regenerate.
8479 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
8481         * MAINTAINERS: Add myself as web pages co-maintainer.
8483 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8485         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8486         * Makefile.in: Regenerate.
8488 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
8490         * MAINTAINERS: Add myself and Nathan Sidwell
8491         <nathan@codesourcery.com> as VxWorks maintainers.
8493 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8495         * Makefile.def: Remove order dependency comments.
8496         * Makefile.tpl: Add explicit install-install dependencies.
8497         * Makefile.in: Regenerate.
8499         * Makefile.tpl: Remove material now in src-release.  (Finally!)
8500         * Makefile.in: Regenerate.
8502         * Makefile.tpl: Add configure-target (for src-release in src)
8503         * Makefile.in: Regenerate.
8505 2002-09-30  Nick Clifton  <nickc@redhat.com>
8507         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8509 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
8511         * configure.in (s390*-*-linux*): Enable libgcj.
8513 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
8515         * configure: Revert accidentally applied changes.
8517         * Makefile.tpl: Make more autoconf-friendly.
8518         * Makefile.in: Regenerate.
8519         * configure: Make substitution more autoconf-like.
8521 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
8523         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8524         single entry to handle all these.
8525         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
8526         libjava on arm-*-elf.
8528 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
8530         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8531         things that depend on them.
8533 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8535         * Makefile.tpl: Make subsituted variables more autoconfy.
8536         * Makefile.in: Regenerate.
8537         * configure: Make seds more autoconfy.
8539 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8541         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8542         * Makefile.in: Regenerate.
8543         * configure.in: Rewrite sed statements to look autoconfy.
8545         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8546         all-target-foo on configure-target-foo.
8547         * Makefile.def: Ditto.
8548         * Makefile.in: Rebuild.
8550 2002-09-25  Andrew Haley  <aph@redhat.com>
8552         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
8554 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8556         * Makefile.def: New file.
8557         * Makefile.tpl: New file.
8558         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8559         * contrib/gcc_update: Note that Makefile.in is a generated file.
8561         * configure.in: Minor rearrangement.  Simplify tests.
8563 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
8565         * configure.in (with_headers): Skip copy if value is "yes".
8566         (with_libs): Likewise.
8568 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
8570         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8571         * configure.in (sh*-*-pe*): Ditto.
8572         * configure.in (mips*-*-pe*): Ditto.
8573         * configure.in (*arm-wince-pe): Ditto.
8575         * configure.in: Rearrange.
8577 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
8579         * MAINTAINERS: Update my email address.
8581 2002-08-30  Paul Koning  <pkoning@equallogic.com>
8583         * MAINTAINERS: (Write After Approval): Add myself.
8585 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
8587         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
8589 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
8591         * MAINTAINERS: Change my mailing address.
8593 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
8595         * MAINTAINERS (Write After Approval): Remove myself.
8596         (Various Maintainers: c++ runtime libs): Add myself.
8598 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
8600         * MAINTAINERS (Write After Approval): Remove myself.
8601         (Various Maintainers: c++ runtime libs): Add myself.
8603 2002-08-15  Eric Christopher  <echristo@redhat.com>
8605         * config.sub: Import from master repository.
8606         * config.guess: Ditto.
8608 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
8610         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8611         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8612         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8614 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
8616         * MAINTAINERS: Add self to rs6000 vector extensions.
8618 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
8620         * libiberty/configure: Reverted unintended yesterday's check in.
8622 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
8624         * boehm-gc/configure, libf2c/configure: Rebuilt.
8625         * libffi/configure, libiberty/configure: Ditto.
8626         * libjava/configure, libobjc/configure: Ditto.
8627         * libstdc++-v3/configure, zlib/configure: Ditto.
8628         Merged from binutils:
8629         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
8630         From Steve Ellcey <sje@cup.hp.com>:
8631         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8632         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8633         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8634         IA64.
8635         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8636         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8637         soname_spec, sys_lib_search_path_spec): Ditto.
8639 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
8641         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8643 2002-08-04  H.J. Lu  (hjl@gnu.org)
8645         * configure.in (mips*-*-linux*): Don't skip target-libffi.
8647 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
8649         * MAINTAINERS (Write After Approval): Add myself.
8651 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
8653         * configure.in: Move generic linux case to end.  Copy generic
8654         linux noconfigdirs to mips*-*-linux* entry and new
8655         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
8657 2002-07-19  Michael Matz  <matz@suse.de>
8659         * MAINTAINERS: Add myself as ra* maintainer.
8661 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
8663         * config.guess: Update to 2002-07-09 version.
8664         * config.sub: Update to 2002-07-03 version.
8666 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
8668         * MAINTAINERS: Fix typo in a maintainer email address.
8670 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8672         * configure.in: Remove two redundant tests.
8674 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8676         * configure.in (mips*-*-irix6*o32): Enable stabs.
8678 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
8680         * configure.in: Don't build grez.
8681         * Makefile.in: Ditto.
8683         * Makefile.in: Remove references to bsp, cygmon, libstub.
8684         * configure.in: Ditto.
8686         * configure.in: Remove leftover reference to gdbtest.
8688 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
8690         * configure.in (gxx_include_dir):  Change to match versioned
8691         C++ headers if --enable-version-specific-runtime-libs is used.
8693 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
8695         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8697 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8699         * configure.in: Make --without-x work.
8701 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8703         * configure.in: Rearrange target Makefile fragment collection.
8705         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8706         cvs[src].
8707         * configure.in: Ditto.
8709 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
8711         * MAINTAINERS (Write After Approval): Update my e-mail address.
8713 2002-06-24  Ben Elliston  <bje@redhat.com>
8715         * configure.in (host_tools): Remove cgen.
8717         * Makefile.in (all-cgen): Remove; runs from its source directory.
8718         (check-cgen, install-cgen, clean-cgen): Likewise.
8719         (all-opcodes): Do not depend on all-cgen.
8720         (all-sim): Likewise.
8722 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8724         * Makefile.in: Eliminate 'apache' targets.
8725         * configure.in: Eliminate 'apache' targets.
8727         * configure.in: Eliminate redundant tests.  Reorganize.
8729         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8731         * config-ml.in: Eliminate references to Cygnus configure.
8733         * Makefile.in: Eliminate references to building emacs.
8735 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
8737         * MAINTAINERS: Update my email address.
8739 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
8741         * config.if (libstdcxx_incdir): Version C++ headers.
8742         (cxx_incdir): Remove.
8744 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8746         * MAINTAINERS (Write After Approval): Add self.
8748 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
8750         * configure.in: Add support for ip2k.
8752 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
8754         * configure.in: Fix AIX configury bug.
8756 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
8758         * MAINTAINERS (Write After Approval): Add self.
8760 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8762         * configure.in: replace ${topsrcdir} with ${srcdir}
8764         * configure.in: Move definition of libstdcxx_flags
8765         right above usage, rather than waaay earlier.
8767         * configure.in: Pull definition of is_cross_compiler earlier.
8769         * configure.in: Rearrange a little.
8771         * configure.in: Remove references to librx.
8772         * Makefile.in: Remove references to librx.
8774 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
8776         * config.sub: Add support for avr target.
8777         Import from master sources, rev 1.255
8779 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
8781         * configure, .cvsignore:  Revert previous change...
8782         * Makefile:  ...delete.
8784 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8786         * configure.in: Eliminate ${gasdir} variable.
8788 2002-06-18  Dave Brolley  <brolley@redhat.com>
8790         * configure.in: Add support for frv.
8791         * config.sub: Add support for frv.
8793 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8795         * configure:  Remove garbage from previous commit.
8797 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8799         * configure:  For in-source builds, make a subdir and re-exec there.
8800         * Makefile:  New file.  Pass targets through to build directory.
8801         * .cvsignore:  No longer ignore "Makefile".
8803 2002-06-16  Douglas Rupp  <rupp@gnat.com>
8805         * MAINTAINERS (Write After Approval): Add self.
8807 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8809         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8811 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
8813         * configure.in (vax-*-netbsd*): Re-enable gas.
8815 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
8817         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8818         BUILD_PREFIX_1, to correct nomenclature.
8819         * configure: Likewise.
8821         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8822         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8824 2002-05-31  Olaf Hering  <olh@suse.de>
8826         * config-ml.in: Propogate DESTDIR also.
8828 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
8830         * configure.in (vax-*-netbsd*): Don't build gas for this
8831         platform.
8833 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
8835         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8836         and libgcj for AVR.
8838 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
8840         * MAINTAINERS (Write After Approval): Add myself.
8842 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
8844         * config.guess: Update to 2002-05-22 version.
8845         * config.sub: Likewise.
8847 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8849         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8850         * config-ml.in: Likewise.
8851         * configure: Likewise.
8852         * configure.in: Likewise.
8854 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
8856         * MAINTAINERS: Update my email address.
8858 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
8860         * configure.in: Simplify makefile fragment collection.
8862         * configure.in: Remove code to build emacs.
8864         * configure.in : Remove --srcdir argument from targargs and buildargs
8865         (it's always overridden in the Makefile anyway).  Rearrange a bit.
8867         * configure: Move some logic to configure.in.
8868         * configure.in: Move some logic from configure.
8870 2002-05-11  Tom Tromey  <tromey@redhat.com>
8872         * MAINTAINERS: Reflect libgcj reality.
8874 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
8876         * Makefile.in: Honour DESTDIR.
8878 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
8880         * config.guess: Import 2002-03-20 version.
8881         * config.sub: Import 2002-04-26 version.
8883 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8885         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
8887 2002-05-07  Tim Josling  <tej@melbpc.org.au>
8889         * MAINTAINERS: Add self.
8891 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
8893         * ltmain.sh: Detect and handle object name conflicts
8894         while piecewise linking a static library.
8896 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
8898         * configure.in (noconfigdirs): Don't disable libgcj on
8899         sparc64-*-solaris* and sparcv9-*-solaris*.
8901 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
8903         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8905 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
8907         * configure.in (FLAGS_FOR_TARGET): Do not add
8908         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8909         on i[3456]86-*-linux*.
8911 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
8913         * configure.in (noconfigdirs): Replace [ ] with test.
8915         * configure.in (noconfigdirs): Do not add target-newlib if
8916         target == i[3456]86-*-linux*, and host == target.
8918 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
8920         * configure.in: delete reference to absent file
8922         * configure.in: replace '[' with 'test'
8924         * configure.in: Eliminate references to gash.
8925         * Makefile.in: Eliminate references to gash.
8927         * configure.in: remove useless references to 'pic' makefile fragments.
8929         * configure.in: (*-*-windows*) Finish removing.
8931         * configure.in: Eliminate redundant test for libgui.
8933 2002-04-29  Roger Sayle  <roger@eyesopen.com>
8935         * MAINTAINERS: Add self and realphabetize.  Update entries
8936         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
8937         entry for a29k port maintainer.
8939 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
8941         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8942         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8944 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
8946         * configure.in: remove references to dead files
8948 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
8950         * MAINTAINERS: Add information about purpose of this file.
8952 2002-04-18  Tom Tromey  <tromey@redhat.com>
8954         * configure.in: Disallow configuring libgcj when it is already
8955         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
8956         Solaris 2.8 by default.  For PR libgcj/6158.
8958 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
8960         * configure.in:  Move default CC setting out of config/mh-* fragments
8961         directly into here.
8963 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
8965         * configure.in: don't even try to configure or make a subdirectory
8966         if there's no configure script for it.
8968 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
8970         * MAINTAINERS: Remove chill maintainers.
8971         * Makefile.in (CHILLFLAGS): Remove.
8972         (CHILL_LIB): Remove.
8973         (TARGET_CONFIGDIRS): Remove libchill.
8974         (CHILL_FOR_TARGET): Remove.
8975         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8976         CHILL_LIB.
8977         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8978         (CHECK_TARGET_MODULES): Likewise.
8979         (INSTALL_TARGET_MODULES): Likewise.
8980         (CLEAN_TARGET_MODULES): Likewise.
8981         (configure-target-libchill): Remove.
8982         (all-target-libchill): Remove.
8983         * configure.in (target_libs): Remove target-libchill.
8984         Do not compute CHILL_FOR_TARGET.
8985         * libchill: Remove directory.
8987 2002-04-11  DJ Delorie  <dj@redhat.com>
8989         * Makefile.in, configure.in: Sync with binutils, entries
8990         follow...
8992 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
8994         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
8995         (do-tar, do-bz2): New rules.
8996         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
8997         (gdb-tar): New rule.
8998         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
8999         (insight_dejagnu.tar): New rule.
9000         (insight.tar): New rule.
9001         (gdb+dejagnu.tar): New rule.
9002         (gdb.tar): New rule.
9004 2002-02-01  Mo DeJong  <supermo@bayarea.net>
9006         * Makefile.in: Add all-tix to deps for all-snavigator
9007         so that tix is built when building snavigator.
9009 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
9011         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9012         ld and gdb are not supported.
9014 2002-01-07  Mark Salter  <msalter@redhat.com>
9016         * configure.in: Remove target-bsp and target-cygmon from arm builds.
9017         Allow target-libgloss to be built for arm, strongarm, and xscale.
9019 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
9021         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9022         options for i[3456]86-pc-linux* native builds.
9024 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
9026         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9027         files from .po files for a distribution.
9029 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
9031         * configure.in: Enable libstdc++-v3 for h8300 targets.
9033 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
9035         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
9036         version from bfd/.
9038 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
9040         * Makefile.in (VER): When present, extract the version number from
9041         the file version.in.
9043 2001-05-24  Tom Rix  <trix@redhat.com>
9045         * configure.in : enable ld for aix
9047 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9049         * config.guess: Add linux target for S/390.
9051 2000-11-07  Philip Blundell  <pb@futuretv.com>
9053         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9055 2000-11-03  Philip Blundell  <pb@futuretv.com>
9057         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9058         files.
9060 2001-01-15  Ben Elliston  <bje@redhat.com>
9062         * configure.in (host_tools): Add sid.
9063         Always configure cgen.
9065 2000-11-24  Nick Clifton  <nickc@redhat.com>
9067         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
9070 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
9072         * Makefile.in (ALL_MODULES): Add all-cgen.
9073         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9074         (all-cgen): New target.
9075         (all-opcodes,all-sim): Depend on all-cgen.
9076         * configure.in (host_tools): Add cgen.
9077         Only configure cgen if --enable-cgen-maint.
9079 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
9081         * configure.in: Add *-*-freebsd* configurations.
9083 2002-04-08  Tom Tromey  <tromey@redhat.com>
9085         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
9086         Fixes PR libgcj/6068.
9088 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
9090         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
9092 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9094         * configure.in (alpha*-dec-osf*): Enable libgcj.
9096 2003-03-27  Matthew Gingell  <gingell@gnat.com>
9098         * MAINTAINERS (Write After Approval): Add myself.
9100 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
9102         Fix for: PR bootstrap/3591, target/5676
9103         * configure.in (mcore-pe): Disable the configuration of
9104         libstdc++-v3 since exceptions are not supported.
9106 2002-03-20  Anthony Green  <green@redhat.com>
9108         * configure.in: Enable libgcj for xscale-elf target.
9110 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
9112         * MAINTAINERS:  Update my email address.
9114 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
9116         * ltmain.sh (relink_command): Fix typo in previous change.
9118 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
9120         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
9121         (relink_command): Added --tag flags.
9122         (mode=install): If relinking fails; error out.
9124 2002-03-12  Richard Henderson  <rth@redhat.com>
9126         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
9127         .NOTPARALLEL tag.
9128         (do-check): Rename from check.
9129         (check): Allow parallel check.
9131 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
9133         * MAINTAINERS: Add myself as maintainer for xtensa port.
9134         Fix alphabetical order in CPU port maintainer list.
9135         Remove myself from Write After Approval list.
9137 2002-03-11  Richard Henderson  <rth@redhat.com>
9139         * Makefile.in (.NOTPARALLEL): Add fake tag.
9141 2002-03-07  H.J. Lu  (hjl@gnu.org)
9143         * configure.in: Enable gprof for mips*-*-linux*.
9145 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
9147         * MAINTAINERS (Write After Approval): Add myself.
9149 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
9151         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9152         libjava.
9153         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
9155 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
9157         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9158         because its Makefile is there; test for the executable instead.
9160 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
9162         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
9163         libstdc++-v3 and libjava.
9165 2002-02-11  Adam Megacz  <adam@xwt.org>
9167         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
9168         boehm-gc
9170 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
9172         * config.guess: Updated to 2002-01-30's version.
9173         * config.sub: Updated to 2002-02-01's version.
9174         Contribute sh64-elf.
9175         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
9176         * configure.in: Added sh64-*-*.
9178 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
9180         * MAINTAINERS: Belatedly add myself to write after approval list.
9182 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
9184         * MAINTAINERS: Put self in as maintainer for x86-64 port.
9185         Remove self as Write After Approval.
9187 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
9189         * MAINTAINERS: Put self in as maintainer for contrib/regression
9190         directory.
9192 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
9194         * MAINTAINERS:  Update my email address.
9196 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
9198         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
9199         target-libiberty, and target-libgloss.  Skip Java-related
9200         libraries if not supported for NetBSD on target CPU.
9202 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
9204         * install-sh: Use _inst.$$_ for temp file name.
9206 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
9208         * MAINTAINERS (Write After Approval): Move my contact info
9209         from here...
9210         (OS Port Maintainers): ...to here (netbsd).
9212 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
9214         * MAINTAINERS (Write After Approval): Add myself.
9216 2002-01-17  H.J. Lu  <hjl@gnu.org>
9218         * Makefile.in (all-fastjar): Also depend on all-libiberty.
9219         (all-target-fastjar): Also depend on all-target-libiberty.
9221 2002-01-16  H.J. Lu  (hjl@gnu.org)
9223         * config.guess: Import from master sources, rev 1.225.
9224         * config.sub: Import from master sources, rev 1.238.
9226 2002-01-16  Kazu Hirata  <kazu@hxi.com>
9228         * MAINTAINERS (Write After Approval): Remove myself.
9230 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
9232         * MAINTAINERS (Write After Approval): Add myself.
9234 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9236         * MAINTAINERS: Add self as docs co-maintainer.
9238 2001-12-11  Matthias Klose  <doko@debian.org>
9240         * MAINTAINERS (Write After Approval): Add myself.
9242 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
9244         * MAINTAINERS: Update my email address.
9246 2001-12-07  Turly O'Connor  <turly@apple.com>
9247         * MAINTAINERS (Write After Approval): Add myself.
9248         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
9249         (rs6000_initialize_trampoline): Call __trampoline_setup for
9250         ABI_DARWIN too.
9251         * darwin-tramp.asm: New file, implements __trampoline_setup.
9252         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
9254 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
9256         * MAINTAINERS (Write After Approval): Add myself.
9258 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
9260         * configure, configure.in: Use temp file for long sed commands.
9262 2001-12-03  Laurent Guerby  <guerby@acm.org>
9264         * config.sub: Update to version 1.232 on subversion.
9266 2001-12-03  Ben Elliston  <bje@redhat.com>
9268         * MAINTAINERS: Update mail address for config.* patches.
9270 2001-11-27  DJ Delorie  <dj@redhat.com>
9271             Zack Weinberg  <zack@codesourcery.com>
9273         When build != host, create libiberty for the build machine.
9275         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9276         CONFIG_ARGUMENTS.
9277         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9278         New variables.
9279         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9280         and rules.
9281         (all.normal): Depend on ALL_BUILD_MODULES.
9282         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9283         (all-build-libiberty): Depend on configure-build-libiberty.
9285         * configure: Calculate and substitute proper value for
9286         ALL_BUILD_MODULES.
9287         * configure.in: Create the build subdirectory.
9288         Calculate and substitute TARGET_CONFIGARGS (formerly
9289         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9291 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
9293         * MAINTAINERS (write-after-approval): Add self.
9295 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
9297         * MAINTAINERS (GNATS only accounts): Remove self.
9299 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
9301         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
9302         libf2c.
9304 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
9306         * MAINTAINERS (Write After Approval): Add self.
9308 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
9310         * MAINTAINERS: mips and s390 are also CPU ports.
9312 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
9314         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
9316 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
9318         * MAINTAINERS: Alphabetize.
9320 2001-11-09  Kazu Hirata  <kazu@hxi.com>
9322         * MAINTAINERS (Various maintainers: h8 port): Add myself.
9324 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9326         * MAINTAINERS (Various maintainers: hppa port): Added myself.
9328 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
9330         * configure.in (--enable-languages): Be more permissive about
9331         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
9333 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
9335         * config.sub: Import from master sources, rev. 1.230.
9336         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
9338 2001-11-07  Laurent Guerby  <guerby@acm.org>
9340         * MAINTAINERS (Write After Approval): Add self.
9342 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
9344         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9346 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
9348         * config.sub: Import from master sources, rev 1.226.
9349         * config.guess: Import from master sources, rev 1.216.
9351 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
9353         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
9354         * MAINTAINERS: Add self as maintainer of MMIX port.
9355         Remove old after-approval entry.
9357 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
9359         * ChangeLog, configure: Fix spelling errors.
9361 2001-10-20  Brendan Kehoe  <brendan@zen.org>
9363         * MAINTAINERS: Tweak my address.
9365 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
9367         * MAINTAINERS: Update my email address.
9369 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
9371         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
9372         * MAINTAINERS: Add self as maintainer of CRIS port.
9374 2001-10-10  Geert Bosch  <bosch@gnat.com>
9376         * MAINTAINERS (Various maintainers: Ada front end):
9377         Added Robert Dewar.
9379 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
9381         * MAINTAINERS (Write After Approval): Added self
9383 2001-10-02  Geert Bosch  <bosch@gnat.com>
9385         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9387 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9389         * configure: Handle temporary files securely using mkdir.
9391 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
9393         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9395 2001-09-26  Will Cohen  <wcohen@redhat.com>
9397         * configure.in (*-*-linux*): Disable configuration of target-newlib
9398         and target-libgloss.
9400 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
9402         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
9403         RANLIB.
9405 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
9407         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9408         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9409         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9410         avoid quotes nesting problems.
9411         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9412         (DO_X): Export only variables that are set.
9414 2001-09-19  Ben Elliston  <bje@redhat.com>
9416         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9417         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9418         semantics.  Use the shell built-in "type" command instead.
9420 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
9422         Merged from gcc-3_0-branch:
9423         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
9424         * ltcf-c.sh: Use $objext, not $ac_objext.
9425         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
9426         * ltcf-cxx.sh: Add support for GNU.
9427         2001-07-22  Timothy Wall  <twall@redhat.com>
9428         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
9429         default settings if using GNU tools with that configuration.
9430         * ltcf-cxx.sh: Ditto.
9431         * ltcf-gcj.sh: Ditto.
9432         2001-07-21  Michael Chastain  <chastain@redhat.com>
9433         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9434         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
9435         * ltmain.sh: Mark as gcc-local.
9437 2001-08-30  Eric Christopher  <echristo@redhat.com>
9438             Jason Eckhardt  <jle@redhat.com>
9440         * config.guess: Merge from master sources.
9441         * config.sub: Merge from master sources, add support for mipsisa32.
9443 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
9444         * config.sub: Merge from master sources, rev 1.219.
9445         * MAINTAINERS: Add self as contact for stormy16 port.
9447 2001-08-14  Zack Weinberg  <zackw@panix.com>
9449         * config.sub: Merge from master sources, rev 1.218.
9450         * config.guess: Merge from master sources, rev 1.209.
9452 2001-08-11  Graham Stott  <grahams@redhat.com>
9454         * Makefile.in (check-c++): Add missing semicolon.
9456 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
9458         * MAINTAINERS (Various maitainers: predict.def): Added myself.
9460 2001-07-30  Eric Christopher  <echristo@redhat.com>
9462         * MAINTAINERS (Various maintainers: mips port): Added myself.
9464 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
9466         * configure.in (sh-*-linux*): New.
9468 2001-07-27  Richard Henderson  <rth@redhat.com>
9470         * .cvsignore: Add LAST_UPDATED.
9472 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
9474         * MAINTAINERS (Various maintainers: s390 port): Added myself.
9476 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
9478         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
9480 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
9482         * MAINTAINERS (Write After Approval): Added myself.
9484 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9486         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9487         and libgcj on m68hc11/m68hc12.
9489 2001-06-27  H.J. Lu  (hjl@gnu.org)
9491         * Makefile (CFLAGS_FOR_BUILD): New.
9492         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
9494 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9496         * README: Remove version number.
9498 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9500         * INSTALL/README: Update wrt. to the installation instructions now
9501         residing in gcc/doc/install.texi.
9503 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9505         * README: Replace with a cut-down and updated version of gcc/README.
9507 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
9509         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
9510         multilibs to be disabled.
9512 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
9514         * MAINTAINERS (Write After Approval): Add myself.
9516 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
9518         * config.guess: Import CVS version 1.195.
9519         * config.sub: Import CVS version 1.212.
9521 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
9523         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9524         gcc/xgcc is built, use -print-prog-name to find out the program
9525         name to use.
9527 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
9529         * config.guess:  Import CVS version 1.194.  All gcc-local changes
9530         appear to also be in the master copy.
9531         * config.sub:  Import CVS version 1.211.
9533 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
9535         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9536         with_gcc]: Use `gcc -shared' to build a shared library.
9538 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9540         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9541         archives.
9543 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9545         * MAINTAINERS (Write After Approval): Add myself.
9547 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
9549         * configure.in (libstdcxx_flags): Do not try to execute
9550         libstdc++-v3/testsuite_flags until it exists.
9552 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
9554         * MAINTAINERS: Update my email address.
9556 2001-05-31  Graham Stott  <grahams@redhat.com>
9558         * MAINTAINERS (Write After Approval): Add myself.
9560 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
9562         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
9563         libraries when using g++ with native linker.
9565 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
9567         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9569 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
9571         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9572         [aix4*|aix5*]: Prepend blank.
9574 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
9576         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9577         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
9578         of subdir/configure scripts to use the new libtool.m4.
9580 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
9582         * MAINTAINERS (Write After Approval): Add myself.
9584 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
9586         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
9588 2001-05-11  Ben Elliston  <bje@redhat.com>
9590         * Makefile.in (all-sid): New target.
9591         (check-sid, clean-sid, install-sid): Likewise.
9593 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
9595         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
9597 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9599         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9600         libgcj.
9602 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9604         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9605         gcc/xgcc is built, use -print-prog-name to find out the program
9606         name to use.
9608 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
9610         * configure.in (noconfigdirs): Don't reset it from scratch in the
9611         target case; only append to it.
9613         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9614         sparc-*-solaris2.8]: Disable ${libgcj}.
9616 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
9618         * configure.in (libgcj_saved): Copy from $libgcj.
9619         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9620         --disable-libgcj.
9622 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
9624         * MAINTAINERS: Remove self as MIPS maintainer and
9625         C front end maintainer.
9627 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
9629         * configure.in: Move *-chorusos target case to the proper switch.
9630         Disable libgcj.
9632 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9634         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9635         1.641.2.228.
9637 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9639         * Makefile.in (STAGE1_CFLAGS): Pass down.
9641 2001-04-13  Alan Modra  <amodra@one.net.au>
9643         * config.guess: Add hppa64-linux support.  Note for next import that
9644         this is already in the master file.
9645         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
9647 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9649         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9650         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9652 2001-04-11  Stan Shebs  <shebs@apple.com>
9654         * MAINTAINERS: Add self as Darwin port maintainer.
9656 2001-04-11  Alan Modra  <amodra@one.net.au>
9658         * MAINTAINERS: Update my email address.
9660 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
9662         * ltcf-cxx.sh: Support creation of C++ shared libraries on
9663         recent versions of FreeBSD (release 3 or later).
9664         * ltconfig: On FreeBSD, -lc must not be provided when building
9665         a shared library or else the standard -pthread gcc option is
9666         rendered worthless to later users of the built library.
9668 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
9670         * MAINTAINERS: Add self and RTH as C front end maintainers.
9672 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
9674         * config.sub: Make sure to match an already-canonicalized
9675         machine name (eg. mn10300-unknown-elf).
9677 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
9679         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9680         New macros.
9681         (bootstrap, cross): Use RECURSE_FLAGS.
9682         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9684 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
9686         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9688 2001-03-22  Colin Howell  <chowell@redhat.com>
9690         * Makefile.in (DO_X): Do not backslash single-quotes in
9691         backquotes (two places).
9693 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
9695         Re-installed:
9696         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9697         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
9698         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9699         * ltcf-cxx.sh: Likewise.
9700         * ltcf-gcj.sh: Likewise.
9702 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9704         * MAINTAINERS: Add myself as "documentation co-maintainer".
9706 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
9708         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9709         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9711 2001-03-19  Tom Tromey  <tromey@redhat.com>
9713         * config-ml.in: Handle GCJ and GCJFLAGS.
9715 2001-03-21  Michael Chastain  <chastain@redhat.com>
9717         * Makefile.in: all-m4 depends on all-texinfo.
9719 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
9721         * MAINTAINERS: Add myself to write after approval list.
9723 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
9725         * Makefile.in (DO_X): Quote nested quotes.
9727 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
9729         * MAINTAINERS: Add myself to write after approval list.
9731 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
9733         * Makefile.in (DO_X): Use double quotes for quoting
9734         "RANLIB=$${RANLIB}".
9736 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
9738         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
9740 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
9742         * configure.in: Only use `lang_requires' for languages athat are
9743         actually enabled.
9745 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
9747         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
9749 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
9751         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9753 2001-03-07  Tom Tromey  <tromey@redhat.com>
9755         * configure.in: Allow config-lang.in to set `lang_requires' to list
9756         of other required languages.
9758 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
9760         * Makefile.in: Remove RANLIB definition. Use RANLIB
9761         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
9762         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
9764 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
9765             Alexandre Oliva  <aoliva@redhat.com>
9767         * Makefile.in (check-c++): Use tabs, not spaces.
9769 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
9771         * MAINTAINERS: add myself to Write After Approval list.
9773 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
9775         * Makefile.in (check-c++): New rule.
9777         * configure.in (target_libs): Remove libg++.
9778         (noconfigdirs): Remove libg++.
9779         (noconfigdirs): Same.
9780         (noconfigdirs): Same.
9781         (noconfigdirs): Same.
9783         * config-ml.in: Remove libg++ references.
9785         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
9786         (ALL_TARGET_MODULES): Same.
9787         (configure-target-libg++): Remove.
9788         (all-target-libg++): Remove.
9789         (configure-target-libio): Remove.
9790         (all-target-libio): Remove.
9791         (check-target-libio): Remove.
9792         (.PHONY): Remove.
9793         (libg++.tar.bz2): Remove.
9794         (all-target-cygmon): Remove libio.
9795         (all-target-libstdc++): Remove.
9796         (configure-target-libstdc++): Remove.
9797         (TARGET_LIB_PATH): Remove libstdc++.
9798         (ALL_GCC_CXX): Remove libstdc++.
9799         (all-target-gperf): Correct.
9801 2001-02-16  Nick Clifton  <nickc@redhat.com>
9803         * configure.in (noconfigdirs): Allow configuration of texinfo
9804         for Cygwin hosts.
9806 2001-02-15  Anthony Green  <green@redhat.com>
9808         * configure: Introduce GCJ_FOR_TARGET.
9809         * configure.in: Ditto.
9810         * Makefile.in: Ditto.
9812 2001-02-13  Andreas Schwab  <schwab@suse.de>
9814         * MAINTAINERS: Update mail address.
9816 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9818         * config.guess: Add linux target for S/390.
9819         * config.sub: Likewise.
9821 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
9823         * configure.in: for *-chorusos, don't config target-newlib and
9824         target-libgloss.
9826 2001-02-06  Ben Elliston  <bje@redhat.com>
9828         * configure: Output host type to stdout, not stderr.
9830 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
9832         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
9833         * ltcf-cxx.sh: Likewise.
9835         * config.if: Assume enable_libstdcxx_v3 is defined.
9837 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
9839         Remove V2 C++ library.
9840         * configure.in: Remove --enable-libstdcxx_v3 support.
9842 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
9844         * include/demangle.h: Add prototype for java_demangle_v3.
9846 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
9848         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
9850 2001-01-27  Richard Henderson  <rth@redhat.com>
9852         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
9854 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9856         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9857         Don't unset, it's non-portable and no longer necessary, set to empty
9858         instead.
9860 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9862         * ltconfig: Shell portability fix for the tagname validity check.
9864 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
9866         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9867         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9869 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9871         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9873 2001-01-26  Tom Tromey  <tromey@redhat.com>
9875         * configure.in: Allow libgcj to be built on Sparc Solaris.
9877 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
9879         * ltcf-c.sh: Add aix5 case.
9880         * ltcf-cxx.sh: Likewise.
9881         * ltconfig: Likewise.
9883 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
9885         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9886         keep at least one of build_libtool_libs or build_old_libs set to
9887         yes.
9889         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9890         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9892 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
9894         * configure.in: Enable libgcj on several additional platforms.
9896 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
9898         * configure.in: Enable libgcj for linux targets.
9900 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9902         * MAINTAINERS (Write After Approval): Add myself.
9904 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9906         * MAINTAINERS: Add myself as vax port maintainer.
9908 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
9910         * MAINTAINERS: Add myself as Mercury front-end maintainer.
9912 2001-01-09  Mike Stump  <mrs@wrs.com>
9914         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
9915         failures of subdirectories.
9917 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9919         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
9920         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9921         * ltcf-cxx.sh: Likewise.
9922         * ltcf-gcj.sh: Likewise.
9923         * ltconfig.sh: Fix typo.
9925 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9927         * configure: handle DOS-style absolute paths.
9929 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9931         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
9933 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
9935         * MAINTAINERS: Add myself as avr port co-maintainer.
9937 2000-12-28  Ben Elliston  <bje@redhat.com>
9939         * MAINTAINERS: Add myself under ``Write After Approval''.
9941 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
9943         * texinfo: Remove directory from GCC.
9945 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9947         * COPYING: Update to current
9948         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
9949         to 19yy as example year in copyright notice).
9951 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
9953         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
9954         (libstdcxx_incdir): Pass down.
9955         * config.if: Remove expired bits for cxx_interface, add stub.
9956         (libstdcxx_incdir): Add variable for g++ include directory.
9957         * configure.in (gxx_include_dir): Use it.
9959 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
9961         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
9962         with old-email address from ``Write After Approval''.
9964 2000-12-15  Andreas Jaeger  <aj@suse.de>
9966         * configure.in: Handle lang_dirs.
9968 2000-12-14  Tom Tromey  <tromey@redhat.com>
9970         * MAINTAINERS: Removed brads.
9972         * MAINTAINERS: Added gcj developers.
9974 2000-12-13  Anthony Green  <green@redhat.com>
9976         * configure.in: Disable libgcj for any target not specifically
9977         listed.  Disable libgcj for x86 and Alpha Linux until compatible
9978         with g++ abi.
9980 2000-12-13  Mike Stump  <mrs@wrs.com>
9982         * Makefile.in (local-distclean): Also remove fastjar.
9984 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
9986         * contrib/gcc_update: Add fastjar --touch entries.
9988 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
9990         * configure.in: Disable language-specific target libraries for
9991         languages that aren't enabled.
9993 2000-12-10  Anthony Green  <green@redhat.com>
9995         * configure.in: Define libgcj.  Disable libgcj target libraries for
9996         most targets.
9998 2000-12-10  Neil Booth  <neilb@earthling.net>
10000         * MAINTAINERS: Update mail address, remove from WAA list.
10002 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10004         * libjava: Imported from /cvs/java.
10005         * libffi: Likewise.
10006         * Boehm-gc: Likewise.
10008 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10010         * configure.in (target_libs): Revert 2000-12-08 patch.
10011         (noconfigdirs): Added target-libjava.
10013 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
10015         * djunpack.bat: removed.
10017 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
10019         * Makefile.in: handle DOS-style absolute paths.
10020         * config-ml.in: likewise.
10021         * symlink-tree: likewise.
10023 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10025         * fastjar: Imported.
10027 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10029         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
10030         libjava.
10031         * configure.in (target_libs): Removed `target-libjava'.
10033 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10035         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
10036         (ALL_MODULES): Added fastjar.
10037         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
10038         (all-target-libjava): all-fastjar replaces all-zip.
10039         (all-fastjar): Added.
10040         (configure-target-fastjar, all-target-fastjar): Likewise.
10041         * configure.in (host_tools): Added fastjar.
10043 2000-12-07  Mike Stump  <mrs@wrs.com>
10045         * Makefile.in (local-distclean): Remove leftover built files.
10047 2000-11-24  Nick Clifton  <nickc@redhat.com>
10049         * configure.in (xscale-elf): Add target.
10050         (xscale-coff): Add target.
10052 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
10054         * ltcf-cxx.sh: Support creation of C++ shared libraries on
10055         recent versions of FreeBSD (release 3 or later).
10056         * ltconfig: On FreeBSD, -lc must not be provided when building
10057         a shared library or else the standard -pthread gcc option is
10058         rendered worthless to later users of the built library.
10060 2000-11-16  Fred Fish  <fnf@be.com>
10062         * configure.in (enable_libstdcxx_v3): Fix typo,
10063         libstd++ -> libstdc++.
10065 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10067         * MAINTAINERS: Add self to Write After Approval list.
10069 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
10071         * MAINTAINERS: Update my email address.  Add myself to global write
10072         privs list.
10074 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
10076         * Makefile.in: Merge with src and libgcj.
10077         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
10078         configure-target-<library> when their configure scripts need the C
10079         or C++ library to have already been built to work properly.
10080         (do_proto_toplev): Set them to an empty string.
10082         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
10083         (REALLY_SET_LIB_PATH): Use them.
10085 2000-11-17  Stan Shebs  <shebs@apple.com>
10087         * MAINTAINERS: Add self to Write After Approval list.
10089 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10091         * configure: Provide the original toplevel configure arguments
10092         (including $0) to subprocesses in the environment rather than
10093         through gcc/configargs.h.
10095 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10097         * MAINTAINERS: Remove references to cccp. Change C9X reference to
10098         C99.  Alphabetise "Write After Approval" list.
10100 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
10102         * configure: Turn on libstdc++ V3 by default.
10104         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
10105         if we've got GCC.
10107 2000-11-11  Philip Blundell  <philb@gnu.org>
10109         * MAINTAINERS: Add self to Write After Approval list.
10111 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
10113         * ltcf-c.sh (aix4): Improve shared library configuration; require
10114         exporting symbols.
10115         * ltcf-cxx.sh (aix4): Define.
10116         * ltconfig (aix4): Define library and soname specs appropriate for
10117         AIX.  Define command to create export symbols list.
10119 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
10121         * config.sub: Add support for Sun Chorus
10123 2000-10-31  Nick Clifton  <nickc@redhat.com>
10125         * MAINTAINERS: Rename <name>@cygnus.com addresses to
10126         <name>@redhat.com.  Also installed new email address for Clint
10127         Popetz.
10129 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
10131         * etc: Remove directory from GCC.
10133 2000-10-16  Michael Meissner  <meissner@redhat.com>
10135         * configure (gcc/configargs.h): Only create if there is a build GCC
10136         directory created.
10138 2000-10-16  Matthias Klose  <doko@debian.org>
10140         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
10141         when configured for libstdc++-v3.
10143 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
10145         * configure: Save configure arguments to gcc/configargs.h.
10147 2000-10-04  Philipp Thomas  <pthomas@suse.de>
10149         * config.guess: Import CVS version 1.157.
10150         * config.sub: Import CVS version 1.181.
10152 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
10154         * Makefile.in (bootstrap): avoid recursion if subdir missing
10155         (cross): ditto
10156         (do-proto-toplev): ditto
10158 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
10160         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
10161         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
10163         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
10164         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
10165         all affected `configure' scripts.
10167 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
10169         * MAINTAINERS: Add self as cpplib co-maintainer.
10171 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
10173         * MAINTAINERS: Add self to Write After Approval list.
10175 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10177         * INSTALL/README: egcs -> GCC update.
10179 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
10181         * MAINTAINERS: Add myself to Write After Approval list.
10183 2000-09-15  Kazu Hirata  <kazu@hxi.com>
10185         * MAINTAINERS: Add myself to Write After Approval list.
10187 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
10189         * configure.in: Do not build byacc for hppa64.  Provide paths to the
10190         X11 libraries for hppa64.
10192 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10194         * MAINTAINERS: Add myself as 68hc11 port maintainer.
10196 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
10198         * Makefile.in (all-zlib): Added dummy target.
10200         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10201         ltcf-gcj.sh: Updated from libtool multi-language branch.
10203 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
10205         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
10206         (bootstrap*): Depend on all-bootstrap.
10208 2000-09-05  Philipp Thomas  <pthomas@suse.de>
10210         * config.guess: Import CVS version 1.156.
10211         * config.sub: Import CVS version 1.179.
10213 2000-09-02  Anthony Green  <green@cygnus.com>
10215         * Makefile.in (all-gcc): Depend on all-zlib.
10216         (CLEAN_MODULES): Add clean-zlib.
10217         (ALL_MODULES): Add all-zlib.
10218         * configure.in (host_libs): Add zlib.
10220 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
10222         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
10223         crosses, but add gcc/include to the header search path for them.
10225 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
10227         * MAINTAINERS: Add self to Write After Approval list.
10229 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10231         * config.guess: Import CVS version 1.152.
10232         * config.sub: Import CVS version 1.177.
10234 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
10236         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
10237         $targargs to tell whether newlib is going to be built.
10239         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
10240         $$r/TARGET_SUBDIR/libio for _G_config.h.
10242 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
10244         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
10246 2000-08-22  DJ Delorie  <dj@redhat.com>
10248         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
10250 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
10252         * config-ml.in (CC, CXX): Avoid trailing whitespace.
10253         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
10254         sub-configures.
10256 2000-08-21  DJ Delorie  <dj@redhat.com>
10258         * MAINTAINERS: Add self as a libiberty maintainer
10260 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
10262         * configure.in (libstdcxx_flags): Use
10263         libstdc++-v3/src/libstdc++.INC.
10265 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
10267         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
10269 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
10271         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
10273         * configure: Make enable_threads and enable_shared defaults
10274         explicit.  Substitute enable_threads into generated Makefiles.
10275         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
10276         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
10278 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
10280         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
10282 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
10284         * config-ml.in (CC): Remove bogus duplicate quotation mark from
10285         previous delta.
10287 2000-08-11  Jason Merrill  <jason@redhat.com>
10289         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
10290         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
10291         (FLAGS_FOR_TARGET): Not here.
10292         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
10294 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
10296         * config-ml.in (CC, CXX): Don't introduce a leading space.
10298 2000-08-07  DJ Delorie  <dj@delorie.com>
10300         * MAINTAINERS: Add self as a DJGPP maintainer
10302 2000-08-07  DJ Delorie  <dj@redhat.com>
10304         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
10305         "if we're also building gcc, and it's a gcc that will run on the
10306         build machine, we want to use its includes instead of the system's
10307         default includes".
10309 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10311         * MAINTAINERS: Add self to Write After Approval list.
10313 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
10315         * configure.in (libstdcxx_flags): Don't use `"'.
10317         * config-ml.in: Adjust multilib search paths to the
10318         appropriate multilib tree.
10320 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
10322         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
10323         commas in $LANGUAGES.
10325 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
10327         * configure.in: Re-enable all references to libg++ and librx.
10329 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
10331         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
10332         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
10333         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
10334         * ltcf-cxx.sh (need_lc): Set based on postdeps.
10336         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
10338 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
10340         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
10341         CXX_FOR_TARGET for sed.
10343 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
10345         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
10346         Do not override if already set in the environment or in configure.
10347         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
10348         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
10350 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
10352         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
10353         the libtool CVS tree multi-language branch.
10354         * ltconfig, ltmain.sh: Updated.
10356 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
10358         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
10359         (clean-target): Depend on it.
10361         * Makefile.in (FLAGS_FOR_TARGET): New macro.
10362         (GCC_FOR_TARGET): Use it.
10363         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
10364         * configure.in: ... here.
10365         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
10366         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
10368 2000-07-24  Eric Christopher  <echristo@cygnus.com>
10370         * MAINTAINERS: Add self to Write After Approval list.
10372 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
10374         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
10375         (configure-target-libchill, configure-target-libobjc): Likewise.
10377         * configure.in: Use the same cache file for all target libs.
10378         * config-ml.in: But different cache files per multilib variant.
10380 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10382         * configure (topsrcdir): Don't use dirname.
10384 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
10386         * MAINTAINERS: Add self to Write After Approval list.
10388 2000-07-20  Jason Merrill  <jason@redhat.com>
10390         * configure.in: Remove all references to libg++ and librx.
10392         * configure, configure.in, Makefile.in: Unify gcc and binutils.
10394 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
10396         * config.sub: Update to subversions version 2000-07-06.
10398 2000-07-12  Andrew Haley  <aph@cygnus.com>
10400         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
10401         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
10403 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
10405         * symlink-tree:  Check number of arguments.
10407 2000-07-05  Jim Wilson  <wilson@cygnus.com>
10409         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
10410         search path for a g++ extracted from the build tree.  This
10411         will allow link tests run by configure scripts in
10412         subdirectories to succeed.
10414 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
10416         * ltconfig: Add support for mips-dde-sysv4.2MP
10418 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10420         * MAINTAINERS: Add myself as loop discovery maintainer.
10422 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
10424         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
10425         `os2'. Force ac_cv_exeext to be ".exe" in that case.
10427 2000-06-19  Timothy Wall  <twall@cygnus.com>
10429         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
10430         * config.sub: Add tic54x target.
10432 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10434         * MAINTAINERS: Add self as Fortran maintainer,
10435         remove Craig Burley.
10437 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10439         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
10440         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
10442 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
10444         * MAINTAINERS: Add self as i18n maintainer
10446 20000-05-21  H.J. Lu  (hjl@gnu.org)
10448         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
10449         directory are used if they exist. Make sure
10450         $(build_tooldir)/include is searched for header files,
10451         $(build_tooldir)/lib/ for library files.
10452         (GCC_FOR_TARGET): Likewise.
10453         (CXX_FOR_TARGET): Likewise.
10455 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
10457         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
10459 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
10461         * Makefile.in (configure-target-libiberty): Depend on
10462         configure-target-newlib.
10464 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
10466         * configure.in, Makefile.in: Merge all libffi-related
10467         configury stuff from the libgcj tree.
10469 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10471         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10472         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
10474 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10476         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10477         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
10478         current version information.  Add to proto-toplev directory.
10479         (gdb-taz): Build do-djunpack.
10481 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
10483         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
10485 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10487         * MAINTAINERS: Add self to Write After Approval list.
10489 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10491         * ltmain.sh: Preserve in relink_command any environment
10492         variables that may affect the linker behavior.
10494 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
10496         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
10498 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
10500         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
10502 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
10504         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
10505         with the version name.
10507 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
10509         * MAINTAINERS: Add self as bb-reorder maintainer.
10511 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
10513         * config.if: Tweak.
10515 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
10517         * djunpack.bat: New file.
10519 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10521         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
10522         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
10523         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
10524         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
10526 2000-04-16  Dave Pitts  <dpitts@cozx.com>
10528         * config.sub (case $basic_machine): Change default for "ibm-*"
10529         to "openedition".
10531 2000-04-13  Andreas Jaeger  <aj@suse.de>
10533         * MAINTAINERS: Added myself.
10535 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10537         * Makefile.in (gdb-taz): New target.  GDB specific archive.
10538         (do-md5sum): New target.
10539         (MD5PROG): Define.
10540         (PACKAGE): Default to TOOL.
10541         (VER): Default to a shell script.
10542         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
10543         md5 checksum generation.
10544         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
10545         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
10546         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
10547         insight.tar.bz2): Use gdb-taz to create archive.
10549 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10551         * configure (warn_cflags): Delete.
10553 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
10555         * MAINTAINERS: Added myself.
10557 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
10558             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
10560         * configure.in (enable_libstdcxx_v3): Add.
10561         (target_libs): Add bits here to switch between libstdc++-v2 and
10562         libstdc++-v3.
10563         * config.if: And this file too.
10564         * Makefile.in: Add libstdc++-v3 targets.
10566 2000-04-05  Michael Meissner  <meissner@redhat.com>
10568         * config.sub (d30v): Add d30v as a basic machine type.
10570 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
10572         * configure.in: -linux-gnu*, not -linux-gnu.
10574 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10576         * MAINTAINERS: Add self in write-after-approval section.
10578 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
10580         * MAINTAINERS: Add self as ia64 port maintainer.
10582 2000-03-08  Neil Booth  <NeilB@earthling.net>
10584         * MAINTAINERS: Add self in write-after-approval section.
10586 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10588         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
10589         (do-tar-bz2): Replace TOOL with PACKAGE.
10590         (gdb.tar.bz2): Remove GDBTK from GDB package.
10591         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
10592         dejagnu.tar.bz2): New packages.
10594 2000-02-27  Andreas Jaeger  <aj@suse.de>
10596         * configure.in: Add entry for mips*-*-linux*, move catch all
10597         *-*-*linux* entry below this one.
10599 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
10601         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
10603 2000-02-24  Nick Clifton  <nickc@cygnus.com>
10605         * config.sub: Support an OS of "wince".
10607 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10609         * config.guess, config.sub: Updated to match config's 2000-02-15
10610         version.
10612 2000-02-23  Linas Vepstas  <linas@linas.org>
10614         * config.sub: Add support for Linux/IBM 370.
10615         * configure.in: Likewise.
10617 2000-02-22  Nick Clifton  <nickc@cygnus.com>
10619         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
10621 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
10623         * config.guess: Guess "cygwin" rather than "cygwin32".
10625 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10627         * configure (gcc_version): When setting, narrow search to
10628         lines containing `version_string'.
10630 2000-02-15  Denis Chertykov  <denisc@overta.ru>
10632         * config.sub: Add support for avr target.
10634 2000-02-14  Nick Clifton  <nickc@cygnus.com>
10636         * MAINTAINERS: Add maintainers for MCore port.
10638 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
10640         * config.sub: Add mmix-knuth-mmixware.
10642 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10644         * MAINTAINERS: Pair cccp with cpplib maintainership.
10646 2000-01-27  Christopher Faylor  <cgf@redhat.com>
10648         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
10649         structure stuff to -L library search.
10650         (CXX_FOR_TARGET): Ditto.
10651         (CROSS_CHECK_MODULES): Fix spelling mistake.
10653 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
10655         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
10656         the C++ compiler.
10658 2000-01-12  Richard Henderson  <rth@cygnus.com>
10660         * configure.in: Don't build some bits for beos.
10662 2000-01-12  Joel Sherrill (joel@OARcorp.com)
10664         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
10665         as include files.
10667 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
10669         * Add self as cpplib maintainer, as requested by Jason
10670         Merrill.  Correct my e-mail address.
10672 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
10674         * configure.in: Use mt-aix43 to handle *_TARGET defs,
10675         not mh-aix43.
10677 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
10679         * MAINTAINERS: Add myself to "write after approval" list.
10681 1999-12-14  Richard Henderson  <rth@cygnus.com>
10683         * config.guess (alpha-osf, alpha-linux): Detect ev67.
10684         * config.sub: Accept alphaev[78], alphaev8.
10686 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10688         * config.guess, config.sub: Update from autoconf.
10690 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
10692         * MAINTAINERS:  update my playtime e-address.
10694 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10696         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
10697         necessary libraries are missing.
10699 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
10701         * MAINTAINERS: Add new 'write after approval' maintainer.
10703 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10705         * MAINTAINERS: Add new Java maintainer.
10707 1999-10-25  Andreas Schwab  <schwab@suse.de>
10709         * configure: Fix quoting inside arguments of eval.
10711 1999-10-21  Nick Clifton  <nickc@cygnus.com>
10713         * config-ml.in: Allow suppression of some ARM multilibs.
10715 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
10717         * config.guess: Add OS/390 match pattern.
10718         * config.sub: Add mvs, openedition targets.
10719         * configure.in (i370-ibm-opened*): New.
10721 1999-09-04  Steve Chamberlain  <sac@pobox.com>
10723         * config.sub: Add support for configuring for pj.
10725 1999-08-31  Nick Clifton  <nickc@cygnus.com>
10727         * config.sub (maybe_os): Add support for configuring for fr30.
10729 1999-08-25  Nick Clifton  <nickc@cygnus.com>
10731         * configure.in: Do not configure or build ld for AIX
10732         platforms.  ld is known to be broken on these platforms.
10734 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10736         * config-ml.in: Pass compiler flag corresponding to multidirs to
10737         subdir configures.
10739 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
10741         * Makefile.in (LDFLAGS): Define.
10743 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
10745         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
10746         noconfigdirs.
10747         (*-*-cygwin*): Likewise.
10749 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
10751         * mkdep: New file.
10752         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
10753         (BINUTILS_SUPPORT_DIRS): Add mkdep.
10755         From Eli Zaretskii <eliz@is.elta.co.il>:
10756         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
10757         long file name when using DJGPP on MS-DOS.
10759 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
10761         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
10763 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
10765         * Makefile.in (check-target-libio): Remove all-target-libstdc++
10766         dependency as this causes "make check" to globally "make all"
10768 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
10770         * configure.in (target_libs): Added target-zlib.
10771         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
10772         (CONFIGURE_TARGET_MODULES): Likewise.
10773         (CHECK_TARGET_MODULES): Likewise.
10774         (INSTALL_TARGET_MODULES): Likewise.
10775         (CLEAN_TARGET_MODULES): Likewise.
10776         (configure-target-zlib): New target.
10777         (all-target-zlib): Likewise.
10778         (all-target-libjava): Depend on all-target-zlib.
10779         (configure-target-libjava): Depend on configure-target-zlib.
10781         * Makefile.in (configure-target-libjava): Depend on
10782         configure-target-newlib.
10783         (configure-target-boehm-gc): New target.
10784         (configure-target-qthreads): New target.
10786         * configure.in (target_libs): Added target-qthreads.
10787         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
10788         (CONFIGURE_TARGET_MODULES): Likewise.
10789         (CHECK_TARGET_MODULES): Likewise.
10790         (INSTALL_TARGET_MODULES): Likewise.
10791         (CLEAN_TARGET_MODULES): Likewise.
10792         (all-target-qthreads): New target.
10793         (configure-target-libjava): Depend on configure-target-qthreads.
10794         (all-target-libjava): Depend on all-target-qthreads.
10796         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
10797         (CONFIGURE_TARGET_MODULES): Likewise.
10798         (CHECK_TARGET_MODULES): Likewise.
10799         (INSTALL_TARGET_MODULES): Likewise.
10800         (CLEAN_TARGET_MODULES): Likewise.
10801         (all-target-libjava): New target.
10802         (all-target-boehm-gc): Likewise.
10803         * configure.in (target_libs): Added libjava, boehm-gc.
10805 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
10807         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
10808         configure.bat in SUPPORT_FILES.
10809         (gas+binutils.tar.bz2): Likewise.
10811         * makeall.bat: Remove; obsolete.
10813 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
10815         From Mark Elbrecht:
10816         * configure.bat: Remove; obsolete.
10818 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
10820         * configure: Add -W -Wall to the default CFLAGS when compiling with
10821         gcc.
10823 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
10825         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
10827 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
10829         * configure.in: Build ld on IRIX6.
10831 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
10833         * Makefile.in: Change distribution targets to use bzip2 instead of
10834         gzip.
10835         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
10836         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
10838 1999-06-04  Nick Clifton  <nickc@cygnus.com>
10840         * config.sub: Add mcore target.
10842 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
10844         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
10846 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
10848         * config.guess (dummy): Changed to $dummy.
10850 1999-05-24  Nick Clifton  <nickc@cygnus.com>
10852         * config.sub: Tidied up case statements.
10854 1999-05-22  Ben Elliston  <bje@cygnus.com>
10856         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
10857         <jiro@din.or.jp>.
10859         * config.guess: Merge with FSF version. Future changes will be
10860         more accurately recorded in this ChangeLog.
10861         * config.sub: Likewise.
10863 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
10865          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
10867 1999-04-30  Tom Tromey  <tromey@cygnus.com>
10869         * ltmain.sh: [mode link] Always use CC given by ltconfig.
10871 1999-04-23  Tom Tromey  <tromey@cygnus.com>
10873         * ltconfig, ltmain.sh: Update to libtool 1.2f.
10875 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
10877         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
10878         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
10879         Bad merge removed these two changes.
10881 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
10882                           Martin Heller (Ing.-Buero_Heller@t-online.de)
10884         * config.guess (interix Alpha): Add.
10886 1999-04-11  Richard Henderson  <rth@cygnus.com>
10888         * configure.in (i?86-*-beos*): Do config gperf; don't config
10889         gdb, newlib, or libgloss.
10891 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
10893         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
10894         link a trivial program with -mabi=64.  If it fails, remove mabi=64
10895         from multidirs.
10897 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
10899         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
10901 1999-04-08  Nick Clifton  <nickc@cygnus.com>
10903         * config.sub: Add support for mcore targets.
10905 1999-04-07  Michael Meissner  <meissner@cygnus.com>
10907         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
10908         not mt-ospace, in order to shut up assembler warning about using
10909         symbols that are named the same as registers.
10911 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
10913         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
10914         dependency list for all-target-cygmon.
10916 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
10918         * config-ml.in: Check $host, not $target, for selective multilibs.
10919         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
10920         thumb interworking, and underscore prefix multilibs.
10922 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
10924         * missing: Update to version from current automake.
10926 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
10928         * configure (gxx_include_dir): Removed.
10930         * configure.in (gxx_include_dir): Handle it.
10931         * Makefile.in: Likewise.
10933 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
10935         * config.sub (mips64vr4111,mips64vr4111el) Add.
10937 1999-03-21  Ben Elliston  <bje@cygnus.com>
10939         * config.guess: Correct typo for detecting ELF on FreeBSD.
10941 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
10943         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10944         config/mh-djgpp.
10946 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
10948         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10949         all-target-newlib to dependency list for all-target-bsp.
10951 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10953         * config.sub: Add i386-uwin support.
10954         * config.guess: Likewise.
10956 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10958         * configure.in: cleanup, add mh-*pic handling for arm, special
10959         case powerpc*-*-aix*
10961 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
10963         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10964         can be built.
10966 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
10968         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
10969         targets.
10971 1999-03-02  Nick Clifton  <nickc@cygnus.com>
10973         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10975 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
10977         * config.sub: Check for "cygwin*" rather than "cygwin32*"
10979 1999-02-24  Nick Clifton  <nickc@cygnus.com>
10981         * config.sub: Fix typo in arm recognition.
10983 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
10985         * configure.in (noconfigdirs): Changed target_configdirs to
10986         include target-bsp only for m68k-*-elf* and m68k-*-coff*
10987         rather than m68k-*-* since it is not known to work on
10988         m68k-aout. Ditto for arm-*-*oabi.
10990 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
10992         * configure.in (*-*-windows*): Remove, no longer used.
10994 1999-02-19  Ben Elliston <bje@cygnus.com>
10996         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10997         Smart and improved by Andrew Cagney.
10999 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
11001         * config.guess: Recognize openbsd-*-hppa.
11003 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
11005         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
11006         only if it is not empty.
11008 1999-02-17  Nick Clifton  <nickc@cygnus.com>
11010         Patch from: Scott Bambrough <scottb@corelcomputer.com>
11012         * config.guess: Modified to recognize uname's armv* syntax.
11014         * config.sub: Modified to recognize uname's armv* syntax.
11016 1999-02-17  Mark Salter  <msalter@cygnus.com>
11018         * configure.in: Added target-bsp for sparclite.
11020 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
11022         * config.sub: Recognize alphapca5[67] and up to alphaev8.
11024 1999-02-08  Nick Clifton  <nickc@cygnus.com>
11026         * configure.in: Add support for strongarm port.
11027         * config.sub: Add support for strongarm target.
11029 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11031         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
11032         the old name config/mh-cygwin32.
11033         Enable texinfo.
11035 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
11037         * configure.in: Do build ld for ix86 Solaris.
11039 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
11041         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
11042         $AR_FOR_TARGET.  Likewise for RANLIB.
11044 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
11046         * config.sub (oabi):  Recognize.
11047         * configure.in (arm-*-oabi):  Handle.
11049 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
11051         * config.guess: Improve detection of i686 on UnixWare 7.
11053 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11055         * config.guess: Add support for i386-pc-interix.
11056         * config.sub: Likewise.
11057         * configure.in: Likewise.
11059 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
11061         * Makefile.in: Remove unneeded all-target-libio from
11062         from all-target-winsup target since it is now unneeded.
11063         Add all-target-libtermcap in its place since it is now
11064         needed.
11066 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
11068         * configure.in: makefile stub for cygwin target is probably
11069         unnecessary.  Remove it for now.
11071 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
11073         * configure.in: libtermcap.a should be built when cygwin is the
11074         target as well as the host.
11075         * config.guess: Allow mixed case in cygwin uname output.
11076         * Makefile.in: Add libtermcap target.
11078 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
11080         * config.sub: Clean up handling of hppa2.0.
11082 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
11084         * config.guess: Use C code to identify more HP machines.
11086 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
11088         * config.sub: Handle hppa2.0.
11090 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
11092         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
11093         cygmon for all sparclite targets, regardless of object format.
11095 1998-12-15  Mark Salter  <msalter@cygnus.com>
11097         * configure.in: Added target-bsp for several target architectures.
11099         * Makefile.in: Added rules for bsp.
11101 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
11103         * config.guess: Improve detection of hppa2.0 processors.
11105 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
11107         * config.guess: Recognize FreeBSD using ELF automatically.
11109 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
11111         * configure (skip-this-dir): Add handling for new shell script, which
11112         might be created by a sub-directory's configure to indicate, this particular
11113         directory is "unwanted".
11114         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
11116 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
11118         * ltconfig: import from libtool, after changing libtool to
11119         account for the cygwin name change.
11121 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
11123         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
11124         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
11126 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
11128         * configure.in: Add libtermcap to list of cygwin dependencies.
11130 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
11132         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
11133         they include winsup/include when it's a cygwin target.
11135 1998-11-12  Tom Tromey  <tromey@cygnus.com>
11137         * configure.in (host_tools): Added zip.
11138         * Makefile.in (all-target-libjava): Depend on all-zip.
11139         (all-zip): New target.
11140         (ALL_MODULES): Added all-zip.
11141         (NATIVE_CHECK_MODULES): Added check-zip.
11142         (INSTALL_MODULES): Added install-zip.
11143         (CLEAN_MODULES): Added clean-zip.
11145 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
11147         * Makefile.in: lose "32" from comment about cygwin.
11149 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
11151         * configure.in: Use -Os to build target libraries for the fr30.
11153 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
11155         * config.sub: Add fr30.
11157 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
11159         * configure.in: drop "32" from config/mh-cygwin32.  Check
11160         cygwin* instead of cygwin32*.
11161         * config.sub: Check cygwin* instead of cygwin32*.
11163 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
11165         * config.guess: Match any version of Unixware7.
11167 1998-10-20  Syd Polk  <spolk@cygnus.com>
11169         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
11170         if desired.
11172 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
11174         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
11175         these if the appropriate directories and files to not exist.
11177 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
11179         * Makefile.in (DEVO_SUPPORT): Add config.if.
11181 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11183         * configure: Add pattern to replace "build_tooldir"'s
11184         definition in the generated Makefile with "tooldir"'s
11185         actual value.
11187 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
11189         * config.sub: Bring back lost sparcv9.
11191         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
11193 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
11195         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
11196         CC_FOR_TARGET and friends.
11198 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
11200         * Makefile.in (build_tooldir): New variable, same as tooldir.
11201         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
11202         -B$(build_tooldir)/bin/.
11203         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
11205 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11207         * README: Remove installation instructions and refer to the
11208         INSTALL directory instead.
11210 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
11212         * config.sub: Add support for i[34567]86-pc-udk.
11213         * configure.in: Likewise.
11215 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
11217         * Makefile.in: add bzip2 package building bits for user
11218         tools module
11219         * configure.in: ditto
11221 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
11223         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
11224         (ALL_TARGET_MODULES): Add all-target-libobjc.
11225         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11226         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11227         (all-target-libchill): Add dependencies.
11228         * configure.in (target_libs): Add libchill.
11230 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
11232         * configure.in (target_subdir): Remove duplicate line.
11234 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
11236         * Makefile.in (all-automake): fix dependencies.
11238 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
11240         * configure.in: Minor cleanups for building in the $(target_alias)
11241         subdir.
11243 1998-09-22  Jim Wilson  <wilson@cygnus.com>
11245         * Makefile.in (bootstrap): Set r and s before make all.  Use
11246         BASE_FLAGS_TO_PASS in make all.
11247         (cross): Likewise.
11249 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
11251         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
11253 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
11255         * config.sub: Fix typo in last change.
11257 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11259         * config.sub: Add support for C4x target.
11260         * configure.in: Likewise.
11262 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
11264         * config.sub: Recognize sparcv9 just like sparc64.
11266 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
11268         * config.guess: Match "Pent II" or "PentII" for OpenServer.
11270 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
11272         * config.guess: Correctly identify Pentium II sco boxes.
11274         * config.guess: Fix "tr" code.  From Weiwen Liu.
11276 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
11278         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
11279         stabs.
11281 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
11283         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
11284         (ALL_TARGET_MODULES): Add all-target-libchill.
11285         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11286         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11287         (all-target-libchill): Add dependencies.
11288         * configure.in (target_libs): Add libchill.
11290 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
11292         * config.guess: Avoid assumptions about "tr" behaves when
11293         LANG is set to something other than English.
11295 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
11297         * configure (gxx_include_dir): Changed to
11298         '${prefix}/include/g++'-${libstdcxx_interface}.
11300         * config.if: New to determine the interfaces.
11302 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
11304         * config.guess: Detect and handle MPE/IX.
11305         * config.sub: Deal with MPE/IX.
11307 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
11309         * configure.in: Use mh-aix43.
11311 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
11313         * configure: Fix --without/--disable cases for gxx-include-dir.
11315 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
11317         * mdata-sh:  Imported.  Needed for automake support.
11319 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
11321         * Makefile.in (taz): Try "chmod -R og=u ." before
11322         "chmod og=u `find . -print`".
11324 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
11326         * configure.in: Add arm-elf and thumb-elf support.
11328 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
11330         * Makefile.in: Undo previous patch.
11332 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
11334         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
11335         to here ...
11336         (install-no-fixedincludes): and here
11337         (INSTALL_MODULES): ... from here.
11339 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11341         * config.sub: Merge with FSF.
11343         * config.guess: Merge with FSF.
11345 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
11347         * configure (extraconfigdirs): New variable.
11348         (SUBDIRS): Add extraconfigdirs and recurse on them too.
11349         * Makefile.in (all): Move higher in file.
11350         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
11351         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
11352         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
11353         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
11354         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
11356 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
11358         * Makefile.in (all-target-libjava): Depend on all-gcc and
11359         all-target-newlib.
11360         (configure-target-libjava): Depend on $(ALL_GCC).
11362 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
11364         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
11365         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
11367 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
11369         * INSTALL/README: Fix typo.
11371 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11373         * ylwrap: Change absolute path checks to check for DOS style path
11374         names.
11376         * ylwrap: Don't use a full path name if the source file is in the
11377         same directory.  From hjl@lucon.org (H.J. Lu).
11379         * config-ml.in: Default to being verbose, to match Feb 18 change to
11380         configure.
11382 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
11384         Brought over from egcs:
11386         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
11388         * configure.in (target_subdir): Set to ${target_alias} instead
11389         of "libraries".
11391         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11393         * configure.in (target_subdir): Set to libraries if enable_multilib.
11395 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
11397         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
11398         multilibs, force reconfiguration the first time we create
11399         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
11401 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
11403         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
11404         avoid confusion with --no-recursion.
11406 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
11408         * configure.in: Win32 hosts shouldn't use install -x
11409         * install-sh: remove -x option, and special .exe-handling
11410         hack.
11412 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
11414         * config.guess: Recognize i586-pc-beos.
11415         * configure.in: Don't build some bits for beos.
11417 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11419         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
11420         CFLAGS default to -O2.
11422         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
11423         when using GNU ld.
11425 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
11427         * ltmain.sh: Correct install when using a different shell.
11429 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11431         * ltconfig, ltmain.sh: Update to libtool 1.2b.
11433 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
11435         * makefile.vms: Update to build binutils/makefile.vms.  Add install
11436         target.
11438 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
11440         * ltconfig: Update to correct AIX handling.
11442 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
11444         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
11446         * configure.in (target_subdir): Set to ${target_alias} instead
11447         of "libraries".
11449 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
11451         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
11452         (Makefile): Depend on $(gcc_version_trigger).
11454         * configure (gcc_version): Change default initializer to empty
11455         string.
11456         (gcc_version_trigger): New variable; pass this variable down
11457         to subdir configures to enable them checking gcc's version
11458         themselves. Emit make macros for both gcc_version vars.
11459         (topsrcdir): Initialize reliably.
11460         (recursion line): Remove --with-gcc-version=${gcc_version}.
11462 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11464         * configure (enable_version_specific_runtime_libs): Implement new flag
11465         --enable-version-specific-runtime-libs which installs C++ runtime stuff
11466         in $(libsubdir); emit definition in each generated Makefile.
11467         (gxx_include_dir): Initialize depending on
11468         $enable_version_specific_runtime_libs.
11470 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11472         * configure (gcc_version): Initialize properly depending on
11473         how and where configure is started.
11474         (recursion line): Pass a --with-gcc-version=${gcc_version}
11475         to configures in subdirs.
11477 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
11479         * configure.in (noconfigdirs): Add configure pattern for mips tx39
11480         cygmon
11482 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
11484         * configure.in: Add cygmon and libstub support for mn10200.
11486 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
11488         * configure (gcc_version): Add new variable describing the
11489         particular gcc version we're building.
11490         * Makefile.in (libsubdir): Add new macro for the directory
11491         in which the compiler finds executables, libraries, etc.
11492         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
11493         and libsubdir.
11495 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11497         * Makefile.in (local-clean): Remove *.log.
11498         (warning.log): Built with warn_summary from build.log.
11499         (mail-report.log): Run test_summary.
11500         (mail-report-with-warnings.log): Run test_summary including
11501         warning.log in the report.
11503 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
11505         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
11507 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11509         * Makefile.in (grep): Grep no longer depends on libiberty.
11511 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
11513         * Makefile.in: all-snavigator needs all-libgui.
11515 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
11517         * configure.in: Add cygmon and libstub support for mn10300.
11519 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
11521         * missing: Update to version from automake 1.3.
11523         * ltmain.sh: On installation, don't get confused if the same name
11524         appears more than once in the list of library names.
11526 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11528         * config.sub: Accept m68060 and m5200 as CPU names.
11530 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
11532         * configure: Use && rather than using -a in test, because odd
11533         strings can confuse test.
11534         * configure.in: Likewise.
11536 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11538         * ltconfig, ltmain.sh: Bring in Visual C++ support.
11540 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11542         * Makefile.in (boostrap2-lean, bootstrap3-lean,
11543         bootstrap4-lean): New targets.
11545 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
11547         * mpw-* Delete.  Not used.
11549 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
11551         * COPYING.LIB: Update FSF address.
11553 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
11555         * ltconfig, ltmain.sh: Update to libtool 1.2a.
11557         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
11558         GAS_SUPPORT_DIRS.
11560 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
11562         * ltconfig, ltmain.sh: Avoid producing a version number if
11563         -version-info was not used.
11565 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11567         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
11568         building with newlib.
11570 1998-04-30  Paul Eggert  <eggert@twinsun.com>
11572         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
11573         Solaris `make' causes it to continue to next definition.
11575 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11577         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
11578         the right GUI libraries and files are installed along with GDB.
11580 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11582         * configure.in: Change alpha to alpha* in several places.
11584 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
11586         * config.sub: Recognize sparc86x.
11588 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
11590         * configure.in (--enable-target-optspace): Remove debug echo.
11592 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
11594         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
11596 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11598         * ltconfig: Update cygwin32 support.
11600         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
11601         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
11602         (GDB_SUPPORT_DIRS): Likewise.
11604 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
11606         * configure.in (target_makefile_frag): If --enable-target-optspace,
11607         use -Os to compile target libraries rather than -O2.  Default to
11608         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
11609         not used.
11610         * configure.in (target_cflags): Ditto for d30v.
11612 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
11614         * Makefile.in (all-bfd): Depend on all-intl.
11615         (all-binutils): Likewise.
11616         (all-gas): Likewise.
11617         (all-gprof): Likewise.
11618         (all-ld): Likewise.
11620 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
11622         * configure.in (host_tools): Fix typo, lbtool -> libtool.
11624 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11626         * Makefile.in (all-bfd): Depend upon all-libiberty.
11628         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
11630 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
11632         * Makefile.in: Add libstub.
11634         * configure.in: Ditto. Build libstub for targets that have cygmon
11635         support.
11637 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
11639         * configure.in: Don't set PICFLAG on ix86-cygwin32.
11641 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
11643         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
11644         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
11646 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
11648         * configure: Define DEFAULT_M4 by searching PATH.
11649         * Makfile.in: Use DEFAULT_M4.
11651 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11653         * ltconfig: Add cygwin32 support.
11655         * Makefile.in, configure.in: Add libtool as a native only directory
11656         to configure and build.
11658 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
11660         * Makefile.in (INSTALL_MODULES): Remove texinfo.
11662 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
11664         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
11666 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
11668         * Makefile.in: add ash make rules
11669         * configure.in: add ash to native_only and host_tools lists
11671 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
11673         * Makefile.in (all-gettext, all-intl): New targets.
11674         (ALL_MODULES): Added all-gettext, all-intl.
11675         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
11676         (INSTALL_MODULES): Added install-gettext, install-intl.
11677         (CLEAN_MODULES): Added clean-gettext, clean-intl.
11679         * configure.in (host_tools): Added gettext.
11680         (native_only): Likewise.
11681         (noconfigdirs) [various cases]: Likewise.
11682         (host_libs): Added intl.
11684 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
11686         * configure: Do not disable building gdbtk for cygwin32 hosts.
11688 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
11690         * configure.in: Add thumb-coff target.
11691         * config.sub: Add thumb-coff target.
11693 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11695         * Makefile.in: Revert yesterday's change.
11696         (all-target-winsup):  all-target-librx stays out of here.
11698 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11700         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
11701         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
11702         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
11703         Remove references to librx and libg++.
11705 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
11707         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
11708         recursive makes
11710 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
11712         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
11713         for newlib directory.
11714         (CXX_FOR_TARGET): Likewise.
11716 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
11718         * ltconfig: Update after libtool/ltconfig.in change for
11719         hpux11.
11721 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
11723         * ltconfig, ltmain.sh: Update to libtool 1.2.
11725 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11727         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
11728         (install-gcc-cross): Instead, override LANGUAGES here.
11730 1998-03-18  Dave Love  <d.love@dl.ac.uk>
11732         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
11733         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
11735 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
11737         * configure.in: Add Thumb-pe target.
11739 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
11741         * Makefile.in - changed sn targets to snavigator
11742         * configure.in - changed sn targets to snavigator
11744 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11746         * config-ml.in: After building symlink tree call make distclean
11747         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
11748         to be the case for libiberty.
11750 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
11752         * configure: When making link, also check the current
11753         directory. The configure scripts may create one.
11755 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
11757         * config.sub: Accept alphapca56 and alphaev6 properly.
11759 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11761         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
11763 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
11765         * config.sub (sco5): Fix typo.
11767 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
11769         * Makefile.in (INSTALL_MODULES): Move install-tcl before
11770         install-itcl.
11771         (install-itcl): Remove dependency on install-tcl.
11773 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
11775         * configure.in: Remove libgloss from noconfigdirs for MN10300.
11777 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
11779         * configure.in: Don't build libgui for a cygwin32 target when not on
11780         a cygwin32 host.
11782 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11784         * configure (redirect): Set to null, so default behavior of
11785         configure is now --verbose.
11787 1998-02-16  Dave Love  <d.love@dl.ac.uk>
11789         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
11790         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
11792 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
11794         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
11795         this change to sync Makefile.in with its ChangeLog entries.
11797 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
11799         * ltmain.sh (mkdir): Check that the directory doesn't exist
11800         before we exit with error, so that we don't get races during
11801         parallel builds.
11803 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11805         * ltconfig, ltmain.sh: Update from libtool 1.0i.
11807 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11809         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
11810         PICFLAG_FOR_TARGET.
11811         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
11813         * configure: Emit a definition for the new macro enable_shared
11814         into each Makefile.
11816 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11818         * configure.in (host_tools, native_only): Add libtool.
11820 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
11822         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
11823         Fix typo in ming config comment.
11825 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11827         * ltconfig, ltmain.sh: Update from libtool 1.0h.
11829 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
11831         * config.sub: Add tic30 cases, and map c30 to tic30.
11833 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
11835         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
11836         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
11837         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
11838         (CLEAN_TARGET_MODULES): Similarly
11839         (all-target-libf2c): Add dependences.
11840         * configure.in (target_libs): Add libf2c.
11842 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
11844         * configure.in: Remove expect from noconfigdirs when target
11845         is cygwin32.  OK to build expect and dejagnu with Canadian
11846         Cross.
11848 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
11850         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
11851         host.
11853         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
11854         and mingw32.
11856 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11858         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
11859         here as it is not defined in the toplevel Makefile.
11861 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11863         * configure (package_makefile_rules_frag): New variable, which names
11864         a file with generic rules, ...
11865         Change comment to mention we now have FIVE parts.
11866         * configure: Undo last change.
11868 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
11870         * config.guess: More accurate determination of HP processor types.
11871         * config.sub: More accurate determination of HP processor types.
11873 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11875         * configure (package_makefile_frag): Move inserting the
11876         ${package_makefile_frag} to where it should be according
11877         to the comment.
11879 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
11881         * config.guess: Add support for Linux/ARM.
11883 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
11885         * .cvsignore: Remove *-info and *-install since they match
11886         release-info and mpw-install, which we don't want to just ignore.
11888 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
11890         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
11892 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
11894         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
11895         local_prefix to sub-make invocations.
11897 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
11899         * configure.in: Check makefile fragments in the source
11900         directory.
11902 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11904         * configure.in: Check whether host and target makefile
11905         fragments exist before adding them to *_makefile_frag.
11907 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
11909         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
11911 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
11913         * configure.in: Make sure we only replace RPATH_ENVVAR on
11914         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
11915         regexp to sed.
11917         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
11918         to sub-makes.
11920 1998-01-13  Lee Iverson   (leei@ai.sri.com)
11922         * config-ml.in (multi-do): LDFLAGS must include multilib
11923         designator.
11925 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
11927         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
11929 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
11931         * config.sub: Add mingw32 support.
11932         * configure.in: Likewise.
11934 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11936         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11938 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
11940         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11941         * configure (gxx_include_dir): Provide a definition for subdirs
11942         which do not use autoconf.
11944 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
11946         * config.guess: Sync with egcs.  Picks up new alpha support,
11947         BeOS & some additional linux support.
11949 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
11951         * config.guess: HP 9000/803 is a PA1.1 machine.
11953 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
11955         * configure.in: It's alpha*-...
11957 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11959         * configure.in (host_makefile_frag, target_makefile_frag):
11960         Handle multiple config files.
11961         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11962         alpha-*-*.
11964 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
11966         * mkdep: New file.
11968 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
11970         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11972 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11974         * Makefile.in: Add libgui directory.
11975         (GDB_TK): Add all-libgui.
11976         * configure.in: Add libgui directory.
11977         * configure: Add all-libgui to GDB_TK.
11979 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
11981         * config-ml.in (multidirs): Add m32r to multilib list.
11983 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
11985         * Makefile.in (all-target-gperf): Change dependency to
11986         all-target-libstdc++.
11988 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
11990         * config.guess: Add BeOS support.
11992 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11994         Source directory cvs renamed to cvssrc:
11995         * configure.in (host_tools): Change cvs to cvssrc.
11996         (native_only): Likewise.
11997         (noconfigdirs) [various cases]: Likewise.
11998         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11999         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
12000         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
12001         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
12002         (all-cvssrc): Rename target from all-cvs.
12004 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
12006         * configure (gxx_include_dir): Fix thinko.
12008 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
12010         * Makefile.in (INSTALL_TARGET_CROSS): Define.
12011         (install-cross, install-gcc-cross): New targets.
12013 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
12015         * configure.in (noconfigdirs): Add support for Thumb target.
12017         * config.sub (maybe_os): Add support for Thumb target.
12019 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
12021         * Makefile.in: Add rules for cygmon.
12023         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
12025 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
12027         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12028         * configure (gxx_include_dir): Provide a definition for subdirs
12029         which do not use autoconf.
12031 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
12033         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
12034         11/18/97 build
12036 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
12038         * From Franz Sirl.
12039         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
12040         found on RedHat Linux systems.
12042 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
12044         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
12045         guesses.
12047 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
12049         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
12051 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
12053         * ltmain.sh: If mkdir fails, check whether the directory was created
12054         anyhow by some other process.
12056 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
12058         * configure.in (d30v-*-*): Configure all directories.
12060 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
12062         * configure.in (d30v-*-*): Configure newlib, libiberty directories
12063         for the D30V.
12065 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
12067         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
12069 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
12071         * include/libiberty.h: Add extern "C" { so it can be used with C++
12072         progrms.
12073         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
12074         programs.
12076 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
12078         * configure.in (d30v-*-*): Configure GCC now.
12080 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
12082         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
12083         is no longer needed.
12085 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
12087         * Makefile.in: check-target-libio depends on all-target-libstdc++.
12089 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
12091         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
12092         targets using "$@" to provide support for similar but not identical
12093         targets without having to duplicate code.
12095 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
12097         * makefile.vms: Fix to work with DEC C.
12099 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
12101         * config.sub: Add mips-tx39-elf to marketing names.
12103 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
12105         * ltmain.sh: Handle symlinks in generated script.
12107 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
12109         * configure: Handle autoconf style directory options: --bindir,
12110         --datadir, --includedir, --infodir, --libdir, --libexecdir,
12111         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
12112         --sysconfdir.
12113         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
12114         (sharedstatedir, localstatedir, oldincludedir): New variables.
12115         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
12116         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
12117         sbindir, sharedstatedir, and sysconfdir.
12119 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
12121         * Makefile.in (bootstrap-lean): New target.
12123 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
12125         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
12126         sn, and gnuserv from noconfigdirs.
12128 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
12130         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
12132 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
12134         * Makefile.in (cross): New target.
12136 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
12137                           Jeff Law         <law@cygnus.com>
12139         * Makefile.in (bootstrap2, bootstrap3): New targets.
12140         (all-bootstrap): Remove outdated and confusing target.
12141         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
12143 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12145         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
12146         windows.  Consistent with gdb/configure.
12148 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
12150         * configure.in: Name Linux target fragment.
12152         * configure: Rewrite so that project Makefile fragment is inserted
12153         first and appears last in the resulting Makefile.
12155 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12157         * Makefile.in (install-itcl): Install tcl first.
12159 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
12161         * configure.in: remove bison from noconfigdirs for Cygwin32 host
12163 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
12165         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
12167         * configure.in (skipdirs): Add target-librx for Linux.
12168         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
12170 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
12172         * Makefile.in (bootstrap): New target.
12174 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
12176         * config.sub: Accept 'amigados' for backward compatibility.
12178 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
12180         * config.guess: Merge with FSF.
12182 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
12184         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
12186 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
12188         * config.sub: Add "marketing-names" patch.
12190 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
12192         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
12194 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
12196         * config.sub: Handle v850-elf.
12198 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
12200         * .cvsignore (*-install): Remove.
12202 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
12204         * ltconfig: Set CONFIG_SHELL in libtool.
12205         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
12207 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
12209         * configure.in (target_subdir): Set to libraries if enable_multilib.
12211 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
12213         * config.guess: Update from gcc directory.
12215 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12217         * Makefile.in (all-sim): Depends on all-readline.
12219 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
12221         * Makefile.in (BISON, YACC): Use $$s.
12222         (all-bison): Depend on all-texinfo.
12224 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
12226         * Makefile.in (BISON): Add -L flag.
12227         (YACC): Likewise.
12229 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
12231         * configure.in (noconfigdirs): Add support for v850e target.
12233         * config.sub (maybe_os): Add support for v850e target.
12235 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
12237         * configure.in (noconfigdirs): Add support for v850ea target.
12239         * config.sub (maybe_os): Add support for v850ea target.
12241 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
12243         * config.sub: Add mipstx39.  Delete r3900.
12245 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12247         * Makefile.in (all-autoconf): Depends on all-texinfo.
12249 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
12251         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
12252         eabi targets.
12254 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
12256         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
12258         * configure: When handling a Canadian Cross, handle YACC as well as
12259         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
12260         * Makefile.in (all-bison): Depend upon all-texinfo.
12262 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
12264         * Makefile.in (BISON): bison, not byacc or bison -y.
12265         (YACC): bison -y or byacc or yacc.
12266         (various): Add *-bison as appropriate.
12267         (taz): No need to mess with BISON anymore.
12269 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
12271         * configure: If OSTYPE matches *win32*, try to find a good value for
12272         CONFIG_SHELL.
12274 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
12276         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
12277         configure.in if it is present.
12279 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
12281         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
12283 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
12285         * config.sub: Recognize `arc' cpu.
12286         * configure.in: Likewise.
12287         * config-ml.in: Likewise.
12289 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
12291         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
12293 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
12295         * configure: Changed sed delimiter from ':' to '|' when
12296         attempting to substitute ${config_shell} for SHELL. On
12297         NT ${config_shell} may contain a ':' in it.
12299 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
12301         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
12303 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
12305         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
12307 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
12309         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
12311         * ylwrap: If the program is a relative path, force it to be
12312         absolute.
12314 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12316         * configure (tooldir): Set BISON to `bison -y' and not just bison.
12318 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12320         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
12321         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
12322         for libraries.
12324 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
12326         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
12327         separated by spaces.
12329 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
12331         * ylwrap: New file.
12332         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
12334         * ltmain.sh: Handle /bin/sh at start of install program.
12336         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
12338         * ltconfig, ltmain.sh: New files, from libtool 1.0.
12339         * missing: New file, from automake 1.2.
12341 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
12343         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
12344         check-tk to CHECK_X11_MODULES.
12346 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
12348         * config.sub: Merge with FSF.
12350 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
12352         * config.guess: Merge with FSF.
12354 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
12356         * configure: Treat msdosdjgpp like go32.
12357         * configure.in: Likewise.  Don't remove gprof for go32.
12359         * configure: Change Makefile.tem2 to Makefile.tm2.
12361 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
12363         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
12365 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12367         * install-sh (chmodcmd): Set to null if the DST directory already
12368         exists.  Same as Nov 11th change.
12370 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
12372         * configure (GDB_TK): Needs itcl and tix.
12374 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
12376         * config.guess: Update from FSF.
12378 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
12380         * Makefile.in (GDB_TK): Depend on itcl and tix.
12382 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
12384         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
12385         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
12386         (INSTALL_SCRIPT): New variable.
12387         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
12388         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
12389         to -x.
12390         * install-sh: Add support for -x option.
12392 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
12394         * configure.in, Makefile.in: Treat tix like itcl.
12396 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
12398         * Makefile.in (WINDRES): New variable.
12399         (WINDRES_FOR_TARGET): New variable.
12400         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
12401         (EXTRA_HOST_FLAGS): Add WINDRES.
12402         (EXTRA_TARGET_FLAGS): Add WINDRES.
12403         (EXTRA_GCC_FLAGS): Add WINDRES.
12404         ($(DO_X)): Pass down WINDRES.
12405         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
12406         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
12407         DLLTOOL_FOR_TARGET.
12409 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
12411         * configure.in: configure sim before gdb for win32-x-ppc
12413 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12415         Move gperf into the toplevel, from libg++.
12416         * configure.in (target_tools): Add target-gperf.
12417         (native_only): Add target-gperf.
12418         * Makefile.in (all-target-gperf): New target, depend on
12419         all-target-libg++.
12420         (configure-target-gperf): Empty rule.
12421         (ALL_TARGET_MODULES): Add all-target-gperf.
12422         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
12423         (CHECK_TARGET_MODULES): Add check-target-gperf.
12424         (INSTALL_TARGET_MODULES): Add install-target-gperf.
12425         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
12427 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
12429         * config.sub (mn10200): Recognize new basic machine.
12431 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12433         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
12434         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
12436 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12438         * configure.in: If we're building mips-sgi-irix6* native, turn on
12439         ENABLE_MULTILIB and set TARGET_SUBDIR.
12441 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
12443         * Makefile.in (all-sn): Depend on all-grep.
12445 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
12447         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
12449         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
12450         Makefile.  From Jeff Makey <jeff@cts.com>.
12451         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
12453         * Makefile.in (DISTBISONFILES): Remove.
12454         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
12455         $(DEFAULT_YACC).
12457         * configure.in: Build itl, db, sn, etc., when building for native
12458         cygwin32.
12460         * Makefile.in (LD): New variable.
12461         (EXTRA_HOST_FLAGS): Pass down LD.
12462         ($(DO_X)): Likewise.
12464 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
12466         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
12468 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
12470         * configure.in (targargs): Strip out any supplied --build argument
12471         before adding our own. Always add --build.
12473 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
12475         * configure.in (targargs): Pass --build if we're doing
12476         a cross-compile.
12478 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
12480         * configure: Use '|' instead of ":" as the separator in
12481         sed. Otherwise sed chokes on NT path names with drive
12482         designators. Also look for "?:*" as the leading characters in an
12483         absolute pathname.
12485 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
12487         * config.sub: Support for r3900.
12489 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
12491         * configure.in: Use install-sh, not install.sh.
12493 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
12495         * Makefile.in (taz): Improve check for BISON so it doesn't try to
12496         apply it twice.
12498 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
12500         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
12501         install-binutils.
12503 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
12505         * Makefile.in: Add automake targets.
12506         * configure.in (host_tools): Add automake.
12508 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12510         * configure: Default CXX to c++, not gcc.
12511         * Makefile.in (CXX): Set to c++, not gcc.
12512         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
12514 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
12516         * install-sh: try appending a .exe if source file doesn't
12517         exist
12519 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
12521         * configure.in: Turn on multilib by default.
12522         (cross_only): Remove target-libiberty.
12524         * Makefile.in (all-gcc): Don't depend on libiberty.
12526 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
12528         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
12530 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12532         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
12533         (DISTBISONFILES): Add ld/Makefile.in
12535 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
12537         * configure.in: if target is cygwin32 but host isn't cygwin32,
12538         don't configure gdb tcl tk expect, not just gdb.
12540 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
12542         * configure.in: Added gnuserv everywhere sn appears.
12544         * Makefile.in (ALL_MODULES): Added all-gnuserv.
12545         (CROSS_CHECK_MODULES): Added check-gnuserv.
12546         (INSTALL_MODULES): Added install-gnuserv.
12547         (CLEAN_MODULES): Added clean-gnuserv.
12548         (all-gnuserv): New target.
12550 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
12552         * config.guess: Fixes for MIPS OpenBSD systems.
12554 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12556         * Makefile.in (INSTALL_XFORM): Remove.
12557         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
12559         * mkinstalldirs: New file, copied from automake.
12560         * Makefile.in (installdirs): Rename from install-dirs.  Use
12561         mkinstalldirs.  Change all users.
12562         (DEVO_SUPPORT): Add mkinstalldirs.
12564 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
12566         * install-sh: Rename from install.sh.
12567         * Makefile.in (INSTALL): Change install.sh to install-sh.
12568         (DEVO_SUPPORT): Likewise.
12570         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
12571         Graichen <graichen@rzpd.de>.
12573 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
12575         * config.guess: Recognize OpenBSD systems correctly.
12577 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12579         * README, Makefile.in (ETC_SUPPORT): Remove references to
12580         cfg-paper*, configure.{texi,man,info*}._
12582 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
12584         * Makefile.in (all.normal): Ensure that gcc is built after all
12585         the x11 - ie gdb - targets.
12587 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
12589         * makefile.vms: Don't run conf-a-gas.
12591 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
12593         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
12595 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
12597         * configure.in: Remove noconfigdirs case since gdb also
12598         configures and builds for tic80-coff.
12600 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12602         * configure: Set cache_file to config.cache.
12603         * Makefile.in (local-distclean): Remove config.cache.
12605 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12607         * COPYING: Update FSF address.
12609 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
12611         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
12612         noconfigdirs.
12614 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12616         * Makefile.in (install-dirs): Don't crash if prefix, and hence
12617         MAKEDIRS, is empty.
12619 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
12621         * config.sub: Tweak mn10300 entry.
12623 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
12625         * configure.in (host_tools): Put sim before gdb, so gdb's
12626         configure.tgt can determine if the simulator was configured.
12628 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
12630         * config.sub: Move BeOS $os case to be with other Cygnus
12631         local cases.
12633 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
12635         * config.sub: Remove misplaced comment that broke Linux.
12637 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
12639         * config.sub: Add BeOS support.
12641 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
12643         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
12645 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
12647         * configure.in (noconfigdirs): Remove tcl and tk from
12648         noconfigdirs for cygwin32 builds.
12650 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
12652         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
12654 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
12656         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
12657         make-all.com, use makefile.vms instead.
12659 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
12661         * config.sub: Accept -lnews*.
12663 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
12665         * configure.in (noconfigdirs): Disable target-newlib,
12666         target-examples and target-libiberty for d30v.
12668 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12670         * configure.in (noconfigdirs): Enable ld for d30v.
12672 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
12674         * configure.in (tic80-*-*): Build compiler.
12676 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
12678         * configure.in (d30v-*): Remove sim directory from list of
12679         unsupported d30v directories
12681 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12683         * config.sub, configure.in: Add d30v target cpu.
12685 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
12687         * makefile.vms: New file.
12688         * make-all.com: Remove.
12690 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
12692         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
12694 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
12696         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
12698 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
12700         * Makefile.in (ALL_MODULES): Added all-db.
12701         (CROSS_CHECK_MODULES): Addec check-db.
12702         (INSTALL_MODULES): Added install-db.
12703         (CLEAN_MODULES): Added clean-db.
12705 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
12707         * config.guess: Merge with latest FSF sources.
12709 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
12711         * Makefile.in (ALL_MODULES): Added all-itcl.
12712         (CROSS_CHECK_MODULES): Added check-itcl.
12713         (INSTALL_MODULES): Added install-itcl.
12714         (CLEAN_MODULES): Added clean-itcl.
12716 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
12718         * configure.in: build gdb for mn10200
12720 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
12722         * Makefile.in (all-target-winsup): Depend on all-target-libio.
12724 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
12726         * configure.in (tic80-*-*): Turn off most targets right now.
12728 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
12730         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
12731         rather than the makeinfo program.
12732         (do-info): Depend upon all-texinfo.
12734 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
12736         * configure.in: Remove uses of config/mh-linux.
12738         * config.sub, config.guess: Merge with latest FSF sources.
12740 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
12742         * config.sub (case $basic_machine): Add tic80 entries.
12744 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
12746         * config.sub, config.guess: Merge with latest FSF sources.
12748 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12750         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
12751         * mpw-config.in: Test for NewFolderRecursive.
12752         * mpw-install: Use symbolic name for startup filename.
12753         * mpw-README: Add various additional details.
12755 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
12757         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
12759 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
12761         * configure.in: Do build gcc and the target libraries for
12762         the mn10200.
12764 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
12766         * configure.in: don't avoid building gdb for mn10300 any more
12767         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
12768         instead of single-quoting it.
12770 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
12772         * configure.in: Don't use --with-stabs on IRIX 6.
12774 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
12776         * configure.in (m32r): Build gdb, libg++ now.
12778 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12780         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
12781         directories from noconfigdirs.
12783 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
12785         * config.sub (basic_machine): added mips16 configuration
12787 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12789         * config.sub: Handle d10v-unknown.
12791 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
12793         * config.sub: Handle v850-unknown.
12795 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
12797         * Makefile.in: add findutils
12798         * configure.in: add findutils to list of host_tools
12800 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
12802         * config.sub: Handle mn10200 and mn10300.
12804 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12806         * configure.in (d10v-*): Do not build librx.
12808 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
12810         * configure.in (mn10300): Build everything except gdb & libgloss.
12812 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
12814         * config.guess:  Patch for Dansk Data Elektronik servers,
12815         from Niels Skou Olsen <nso@dde.dk>.
12817         For ncr, use /bin/uname rather than uname, since GNU uname does not
12818         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
12820         Patch for MIPS R4000 running System V,
12821         from Eric S. Raymond <esr@snark.thyrsus.com>.
12823         Fix thinko for nextstep.
12825         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
12827         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
12828         * config.guess: Guess mips-dec-mach_bsd4.3.
12830         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
12831         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
12832         release numbers.
12833         * config.guess (mips-mips-riscos*):  Emit just enough of the
12834         release number.
12836         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
12837         * config.guess (sparc-auspex-sunos*):  Added.
12838         (f300-fujitsu-*): Added.
12840         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
12841         * config.guess:  Recognize a Tadpole as a sparc.
12843 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
12845         * config.guess: Don't assume that NextStep version is either 2 or
12846         3.  NextStep 4 (aka OpenStep 4) has come out now.
12848 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
12850         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
12851         From Rik Faith <faith@cs.unc.edu>.
12853 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
12855         * config.sub: Contributions from bug-gnu-utils to:
12856         Support plain "hppa" (no version given) architecture, reported by
12857         OpenStep.
12858         OpenBSD like NetBSD.
12859         LynxOs is not a hardware supplier.
12861         * config.guess: Contributions from bug-gnu-utils to add support for:
12862         OpenBSD like NetBSD.
12863         Stratus systems.
12864         More Pyramid systems.
12865         i[n>4]86 Intel chips.
12866         M680[n>4]0 Motorola chips.
12867         Use unknown instead of lynx for hardware manufacturer.
12869 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12871         * install.sh (chmodcmd): Set to null if the DST directory already
12872         exists.
12874 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12876         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
12877         not use mt-ppc target Makefile fragment any more.
12879 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
12881         * configure.in (*-*-windows):  Exclude everything but those dirs
12882         needed to build windows.
12884 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
12886         * Makefile.in (all-target-winsup): Depend on all-target-librx.
12888 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
12890         * configure.in:  Exclude mmalloc from i386-windows.
12892 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
12894         * Undo my previous change.
12896 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
12898         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
12899         unconditionally.
12900         (MAKEOVERRIDES): Define (revert this part of October 18 change).
12902 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
12904         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
12905         host to add it's own flags.
12907 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
12909         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
12911 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
12913         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
12914         (CXX_FOR_TARGET): Likewise.
12915         (GCC_FOR_TARGET): Define.
12916         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
12917         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
12918         CC_FOR_TARGET was specified on the command line.
12919         (MAKEOVERRIDES): Don't define.
12921 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
12923         * configure.in (m32r): Fix spelling of libg++ libs.
12925 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
12927         * config.sub (-apple*): Remove, now redundant.
12929 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
12931         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12933         * configure: Rework yesterday's sed script patch.
12935         * config.sub: Merge with FSF.
12937 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
12939         * config.guess:  Merge from FSF.
12941         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
12942         * config.guess: Use pc instead of unknown, for pc clone systems.
12943         Change linux to linux-gnu.
12945         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12946         * config.guess: Avoid non-portable tr syntax.
12948 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
12950         * test-build.mk (HOLES): Add "xargs" for gdb.
12952         * configure: Avoid hpux10.20 sed bug.
12954 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
12956         * configure.in:  Add support for windows host
12957         (that is a build done under the Microsoft build environment).
12959 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
12961         * Makefile.in: Replace all uses of srcroot with s, to shrink
12962         command line lengths.
12964         Patches from Geoffrey Noer <noer@cygnus.com>:
12965         * configure.in: If configuring for newlib, pass --with-newlib to
12966         subdirectories.
12967         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12968         -Bnewlib/ and -Lwinsup to gcc.
12969         (CXX_FOR_TARGET): Likewise.
12971 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12973         * Makefile.in (ETC_SUPPORT): Add configure.
12975 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
12977         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
12978         host configuration file.
12980 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
12982         * configure.in: Break mn10x00 support into separate
12983         mn10200 and mn10300 configurations.
12984         * config.sub: Likewise.
12986 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
12988         * configure.in: Add lots of stuff to noconfigdirs for
12989         the mn10x00 targets.
12991         * config.sub, configure.in: Add mn10x00 support.
12993 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
12995         * make-all.com: Call conf-a-gas, not config-a-gas.
12997 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
12999         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
13000         targets.
13002 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
13004         * mpw-README: Add much more detail for native PowerMac.
13005         * mpw-install: New file.
13006         * mpw-configure: Add --norecursion and --help options.
13007         * mpw-config.in: Translate readme and install files when
13008         copying to objdir.
13009         * mpw-build.in: Don't always depend on byacc and flex.
13010         (install-only-top): New action.
13012 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
13014         * configure.in:  You can now configure GDB for the v850.
13016 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
13018         * configure.in (noconfigdirs): Don't configure any C++ dirs
13019         if targeting D10V.
13021 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
13023         * config.sub: Recognize mips64vr5000.
13025 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
13027         * configure.in: Use a single line for host_tools and native_only.
13029 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
13031         * config.sub, configure.in: Add entries for m32r.
13033 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
13035         * Makefile.in (inet-install): Don't run install-gzip.
13037 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
13039         * configure.in:  Don't config lots of things for *-*-windows*.
13041 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
13043         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
13044         (host_libs, host_tools): Copy from configure.in.
13045         * mpw-configure: Don't complain about directories not found.
13047 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13049         * configure.in (i[345]86): Recognize i686 for pentium pro.
13050         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
13051         file.
13053         * config.guess (i[345]86): Ditto.
13055 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13057         * configure.in (noconfigdirs): Removed gdb for D10V.
13059 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
13061         * configure.in: Remove ld, target-libio, target-libg++, and
13062         target-libstdc++ from noconfigdirs.
13064 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
13066         * configure: Fix three locations where shell scripts were
13067         being run directly rather than with config_shell.
13069 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
13071         * configure.in (v850-*-*): Set up initial $noconfigdirs.
13072         * config.sub (basic_machine): Recognize v850.
13074 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
13076         * mpw-configure: Handle multiple enable/disable options and
13077         pass them down recursively, handle -c and -s flags appropriately
13078         depending on choice of compiler, add escape mechanism for
13079         quoted arguments to gC.
13081 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13083         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
13084         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
13085         so that -mrelocatable-lib and -mno-eabi are used.
13087         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
13088         not support --print-multi-lib, don't abort.
13090 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
13092         * make-all.com: Run config-a-gas.
13093         * setup.com: Don't copy subdirectory files around.
13095 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
13097         * configure.in (*-*-ose): Remove exclusion of libgloss for this
13098         target, it now compiles correctly.
13100 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
13102         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
13104 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13106         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
13108 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13110         * configure.in (native_only): Add prms.
13112 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
13114         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
13115         (BINUTILS_SUPPORT_DIRS): Likewise.
13117 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13119         * configure.in (d10v-*-*): Don't configure ld or gdb until the
13120         d10v support is added.
13122 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13124         * configure.in (d10v-*-*): New target.
13126 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
13128         * config.guess (HP 9000/811): Recognize this as a PA1.1
13129         machine.
13131 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
13133         * Makefile.in (do-tar-gz): New target, split out from tail end of
13134         taz target.  Run each command separately, don't use pipes.
13135         (taz): Use it.
13137 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
13139         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
13140         * mpw-build.in: No builds should depend on building byacc or flex,
13141         they are assumed to be installed already.
13143 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13145         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
13146         variable that CC_FOR_TARGET needs.
13148 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13150         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
13151         options have changed since the last time the subdirectory was
13152         configured, and if it has, reconfigure.
13153         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
13154         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
13156 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
13158         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
13159         CLEAN_MODULES): Add bash.
13160         (all-bash): New target.
13162 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
13164         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
13166 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13168         * config.sub (basic_machine): Recognize d10v as a valid processor.
13170 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
13172         * mpw-configure: Add support for --bindir.
13173         * mpw-build.in: Use a GCC-specific build script for GCC actions.
13175 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
13177         * configure.in: add bash, time, gawk to list of hosttools and things
13178         to only build for native toolchains
13180 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13182         * Makefile.in (docdir): Remove.
13184 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13186         * Makefile.in (datadir): Set to $(prefix)/share.
13188 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
13190         * configure.in: build diff and patch for cygwin32-hosted
13191         toolchains.
13193 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
13195         * config.sub: Accept -rtems*.
13197 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
13199         * configure.in: enable dosrel for cygwin32-hosted builds,
13200                 remove diff from the list of things not buildable
13201                 via Canadian Cross
13203 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
13205         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
13206         don't get ". ".
13208 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
13210         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
13212 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
13214         * Makefile.in (taz): Handle case where tex3patch didn't even get
13215         checked out.  Also, if it was found, put the symlink in a new util
13216         subdirectory.
13218 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13220         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
13222 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
13224         * config.sub: Recognize -openvms.
13225         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
13226         * make-all.com, setup.com: New files.
13228 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
13230         * Makefile.in (taz): tex3patch moved to texinfo/util.
13232 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
13234         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
13235         * configure.in: remove make from disable-if-Can-Cross list
13236                 enable gdb if ${host} and ${target} are cygwin32
13238 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
13240         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
13241         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
13243 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
13245         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
13246         distinguish sysv/svr4/bsd variants.
13247         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
13249 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
13251         * configure.in: Added copyright notice.
13252         * move-if-change: Added copyright notice.
13254 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13256         * configure.in (powerpcle-*-solaris*): Until we get shared
13257         libraries working, don't build gdb, sim, make, tcl, tk, or
13258         expect.
13260 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
13262         * config.guess:  Merge with FSF:
13264         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
13265         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
13267         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
13268         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
13270         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
13271         * config.guess:  Combine two OSF1 rules.
13272         Also recognize field test versions.  From mjr@zk3.dec.com.
13273         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
13274         because GNU uname does not support -p.  From pmr@pajato.com.
13276 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
13278         * Makefile.in (MAKEDIRS): Removed $(tooldir).
13280 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
13282         * mpw-README: Document GCCIncludes.
13284 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
13286         * configure.in (alpha-*-linux*): Set enable_shared to yes.
13288 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
13290         * mpw-configure: Handle --enable-FOO and --disable-FOO.
13292 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
13294         * configure.in (*-*-cygwin32): Configure make.
13296 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
13298         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
13300 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
13302         * Makefile.in (all-inet): Depend on all-perl.
13304         * Makefile.in (inet-install): New target.
13306         * Makefile.in (all-inet): Depend on all-tcl.
13307         (all-inet): Depend on all-send-pr.
13309 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13311         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
13312         temporarily.
13314 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
13316         * configure.in: Don't configure --with-gnu-ld on AIX.
13318 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
13320         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
13322 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
13324         * Makefile.in (ALL_MODULES): Added all-inet.
13325         (CROSS_CHECK_MODULES): Added check-inet.
13326         (INSTALL_MODULES): Added install-inet.
13327         (CLEAN_MODULES): Added clean-inet.
13328         (all-indent): New target.
13330         * configure.in (host_tools): Added inet.
13331         (native_only): Added inet.
13332         (noconfigdirs): Added inet.
13334 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
13336         * configure.in: Don't configure libgloss if we are not configuring
13337         newlib.
13339 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
13341         * configure.in: Don't configure libgloss for unsupported
13342         architectures.
13344 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13346         * Makefile.in (CLEAN_MODULES): Add clean-apache.
13348 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
13350         * Makefile.in (ALL_MODULES): Include all-apache.
13351         (CROSS_CHECK_MODULES): Include check-apache.
13352         (INSTALL_MODULES): Include install-apache.
13353         (all-apache): New target.
13355         * configure.in: Added apache everywhere perl is seen.
13357 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13359         * Makefile.in: Add support for clean-{module} and
13360         clean-target-{module} rules.
13362 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
13364         * configure.in (*-*-ose) do not build libgloss.
13366 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13368         * config.guess (prep*:SunOS:5.*:*): Turn into
13369         powerpele-unknown-solaris2.
13371 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
13373         * configure.in: Permit --enable-shared to specify a list of
13374         directories.
13376 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
13378         * configure.in (host==solaris): Pass only the first word of $CC
13379         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
13381 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
13383         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
13385 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
13387         * Makefile.in (ALL_MODULES): Include all-perl.
13388         (CROSS_CHECK_MODULES): Include check-perl.
13389         (INSTALL_MODULES): Include install-perl.
13390         (ALL_X11_MODULES): Include all-guile.
13391         (CHECK_X11_MODULES): Include check-guile.
13392         (INSTALL_X11_MODULES): Include install-guile.
13393         (all-perl): New target.
13394         (all-guile): New target.
13396         * configure.in (host_tools): Include perl and guile.
13397         (native_only): Include perl and guile.
13398         (noconfigdirs): Don't build guile and perl; no ports have been
13399         done.
13401 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
13403         * configure (--enable-*): Handle quoted option lists such as
13404         --enable-sim-cflags='-g0 -O' better.
13406 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13408         * Makefile.in ({,inst}all-target): New rule so we can make and
13409         install all of the target directories easily.
13411 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13413         * configure.in: Add missing global flag in sed substitution when
13414         deleting `target-' from ${configdirs}.
13416 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
13418         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
13419         option.
13421         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
13422         config/mh-necv4.
13424         * install.sh: Correct misspelling of transformbasename.
13426         * config.guess: Recognize mips-*-sysv*.
13428 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
13430         * config.sub: Recognize mon960.
13432 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
13434         * configure: Restore Canadian Cross handling of BISON and LEX,
13435         removed in Feb 20 change.
13437 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
13439         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
13440         Mention make install.  Remove the old copyright date as well the
13441         clumsy and rather pointless copyright on the README file.
13443 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13445         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
13446         Makefile after running symlink-tree, then run `make distclean' to
13447         avoid clobbering any generated files in srcdir.
13449 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
13451         * configure.in (m68k-*-netbsd*): Build everything now.
13453 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
13455         * Makefile.in (taz): Fix quoting.
13457 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
13459         * configure.in (sparclet-*-*): Build everything now.
13461 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13463         * configure.in (m68k-*-linux*): New host.
13465 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
13467         * configure: Check for bison before byacc.
13469 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
13471         * Makefile.in configure:  Change the way LEX and BISON/YACC are
13472         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
13473         searching PATH.  These are used as fallbacks by Makefile.in if
13474         flex/bison/byacc aren't in objdir.
13476 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
13478         * Makefile.in: Make everything which depends upon all-bfd also
13479         depend upon all-opcodes, in case --with-commonbfdlib is used.
13481 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13483         * configure.in (host *-*-cygwin32): Don't build gdb if we are
13484         building NT native compilers on Unix.
13486 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
13488         * configure.in: Don't get CC from the host Makefile fragment if we
13489         can find gcc in PATH, or if this is a Canadian Cross.  Move the
13490         Solaris test for /usr/ucb/cc to the post target script, just after
13491         the compiler sanity test.
13493 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
13495         * config.sub: Merge with FSF.
13497 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
13499         * Makefile.in (RPATH_ENVVAR): New variable.
13500         (REALLY_SET_LIB_PATH): Use it.
13501         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
13503 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
13505         * config.sub, configure.in: Recognize sparclet cpu.
13507 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
13509         * config.guess:  Support m68k-cbm-sysv4.
13511 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13513         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
13514         m68k-unknown-linuxaout from linker help string.  Put quotes around
13515         $ld_help_string.
13517 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
13519         * config.guess (powerpc-harris-powerunix): Add guess for port
13520         to new target.
13522 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13524         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
13526 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
13528         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
13529         $(REALLY_SET_LIB_PATH) in Makefile.
13530         * Makefile.in (SET_LIB_PATH): New variable.
13531         (REALLY_SET_LIB_PATH): New variable.
13532         ($(DO_X)): Use $(SET_LIB_PATH).
13533         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
13534         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
13535         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
13536         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
13537         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
13538         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
13539         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
13540         (install-dosrel): Likewise.
13541         (all-opcodes): Depend upon all-libiberty.
13543 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13545         * config.guess (*:CYGWIN*): New
13547 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13549         * Makefile.in (all-target-winsup): All all-target-libiberty.
13551 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13553         * configure.in (noconfigdirs): Add missing # in front of comment.
13555 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
13557         * configure.in: add second pass to things added to noconfigdirs
13558         so *-gm-magic can exclude libgloss properly.
13560 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
13562         * mpw-configure (extralibs_name, rez_name): Set correctly
13563         for MWC68K compiler.
13565         * mpw-README: Add more info on the necessary build tools.
13567 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13569         * configure.in, config.sub: Recognize cygwin32.
13571 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
13573         * config.guess, config.sub: Recognize A/UX.
13575 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
13577         * config.sub: Merge with gcc/config.sub.
13579 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
13581         * mpw-build.in (do-binutils): Add build of stamps.
13583 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
13585         * config.sub: Add recognition for mips64vr4100*-* targets.
13587 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13589         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
13590         Add creation of gconfigargs with `--enable-shared' turned on.
13591         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
13592         ($(host)-stamp-stage3-configured): Likewise.
13593         (HOLES): Add chatr and ldd.
13594         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
13596 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
13598         * configure: Pass --nfp to recursive configures.
13600 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13602         * Makefile.in (DLLTOOL): New.
13603         (DLLTOOL_FOR_TARGET): New.
13604         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
13605         (EXTRA_TARGET_FLAGS): Ditto.
13606         (EXTRA_GCC_FLAGS): Ditto.
13607         (CONFIGURE_TARGET_MODULES): Ditto.
13608         (DO_X): Ditto.
13609         * configure: Add DLLTOOL.
13611 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
13613         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
13614         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
13615         mh-sco, since old workarounds no longer needed, and don't
13616         build ld, since libraries have weak symbols in COFF.
13618 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
13620         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
13622 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13624         * configure.in: Make sure that ${CC} can be used to compile an
13625         executable.
13627 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
13629         * Makefile.in (all-gdb): Depend on $(GDB_TK).
13630         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
13631         nothing depending on whether gdbtk is being built.
13633 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
13635         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
13637 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
13639         * configure.in (noconfigdirs): Put ld or gas in this early, if the
13640         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
13642 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
13644         * config-ml.in: Add support for
13645         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
13646         Simplify setting of multidirs from --disable-foo.
13648 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13650         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
13651         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
13652         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
13653         non-empty, pass them on to the  GCC make.
13654         (all-bootstrap): New rule that is like all-gcc, except it executes
13655         the GCC bootstrap rule instead of the GCC all rule.
13657 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
13659         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
13661 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13663         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
13664         DG/UX support.
13666 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
13668         * config.sub (i*86*) Change [345] to [3456]
13670 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13672         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
13673         --with-gnu-ld=no.
13675 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13677         * config-ml.in (rs6000*, powerpc*): Add switches to control which
13678         AIX multilibs get built.
13680 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13682         * configure.in (i386-win32): Don't build expect if we're not
13683         building the tcl subdir.
13685 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
13687         * Makefile.in: (configure-target-examples, all-target-examples):
13688         New targets, configure and build example programs.
13690 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
13692         * mpw-configure: If an mpw-config.in generated a file mk.sed,
13693         use it as input to sedit the generated MPW makefile.
13694         * mpw-README: Add a suggestion about Gestalt.h.
13696 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
13698         * config.sub: Accept *-*-ieee*.
13700 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
13702         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
13703         Ronald F. Guilmette <rfg@monkeys.com>.
13705 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13707         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
13708         for powerpc-pe native.
13709         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
13710         (target==powerpc-pe): duplicate i386-win32 entry.
13712 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13714         * configure.in (noconfigdirs): Exclude target-newlib for all versions
13715         of vxworks, not just vxworks5.1.
13717 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
13719         * mpw-configure: Add support for exec-prefix.
13721 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13723         * config.guess: Recognize HP model 816 machines as having
13724         a PA1.1 processor.
13726 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13728         * configure: Ignore new autoconf configure options.
13730 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
13732         * config.guess:  Recognize Pentium under SCO.
13733         From Robert Lipe <robertl@arnet.com>.
13735 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13737         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
13739 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
13741         * configure.in: Don't configure gas for alpha-dec-osf*.
13743 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
13745         * configure.in: Default to --with-stabs for some targets for which
13746         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
13747         i[345]86*-*-unixware*.
13749 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13751         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
13752         rather than basing it on the target.  Simplify handling of options
13753         controlling which directories to configure.  Remove extraneous
13754         slash in multi-clean target.
13756 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
13758         * config-ml.in: Prefix more variables with ml_ so they don't collide
13759         with configure's.
13761 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
13763         * configure: Don't turn -v into --v.
13765 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
13767         * configure.in (targargs): Fix typo.
13769         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
13771 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
13773         * configure.in: Strip --host and --target options from
13774         CONFIG_ARGUMENTS, and always configure for --host only.  Add
13775         --with-cross-host option when building with a cross-compiler.
13776         * configure: Canonicalize the arguments put into config.status by
13777         always using `=' for an option with an argument.  Pass a presumed
13778         --host or --target explicitly.
13780 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
13782         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
13783         into general OS recognition case.
13785 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13787         * configure.in (target_configdirs): add target-winsup only
13788         for win32 target systems.
13790 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
13792         * Makefile.in (all-target-libgloss): Depend upon
13793         configure-target-newlib, since when libgloss is built it looks to
13794         see if the newlib directory exists.
13796 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
13798         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
13799         cfg-ml-*.in.
13801 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
13803         * configure: Handle LD and LD_FOR_TARGET when configuring a
13804         Canadian Cross.
13806 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13808         * configure.in (target_libs): add target-winsup.
13809         (target==i386-win32): add patch diff flex make to $noconfigdirs.
13810         (target==ppcle-pe): remove ld from $noconfigdirs.
13812 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
13814         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
13815         Preserve relative path names in $srcdir.  Build symlink tree if
13816         configuring cross target dir and srcdir=. (= no VPATH support).
13817         (configure-target-libg++): Depend on configure-target-librx.
13818         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
13819         * config-ml.in: New file.
13820         * symlink-tree: New file.
13821         * configure: Ensure srcdir="." if that's what it is.
13823 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
13825         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
13826         includes and FLEX_SKELETON setting.
13827         * mpw-configure (--with-gnu-ld): New option, controls whether
13828         to use PPCLink or ld with PowerMac GCC.
13829         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
13830         * mpw-config.in: Configure grez if targeting Mac.
13832         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
13833         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
13834         just macos.
13835         * configure.in: Configure grez resource compiler if targeting Mac.
13836         * Makefile.in (all-grez, install-grez): New targets.
13838 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
13840         * configure: CXX defaults to gcc, not g++.  If we find
13841         gcc in the path, set CC to gcc -O2.
13843 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
13845         * configure: Default ${build} correctly.  Avoid picking up extra
13846         spaces when reading CC and CXX from Makefile.  When doing a
13847         Canadian Cross, use plausible default values for numerous
13848         variables.
13849         * configure.in: When doing a Canadian Cross, don't try to
13850         configure tools whose configure script can't handle it.
13852 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13854         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
13856 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13858         * configure:  Remove dubious bug reporting address.
13860 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13862         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
13863         configure script, run that instead of this directory's configure.
13864         In either case, print a message that we're configuring the sub-dir.
13866 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13868         * configure.in: Before checking for the existence of various files,
13869         use sed to filter out "target-".
13871 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
13873         * Makefile.in (DO_X): Split rule to decrease command line length
13874         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
13875         (Philippe De Muyter).
13877 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13879         * Makefile.in (all-patch): depend on all-libiberty.
13881 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
13883         * configure.in: If the only directory in target_configdirs which
13884         actually exists is libiberty, then set target_configdirs to empty,
13885         to avoid trying to build a target libiberty in a gas or gdb
13886         distribution.
13888 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
13890         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
13891         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
13892         systems.
13894 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13896         * configure.in (copy_dirs): Use sys-include instead of include
13897         for --with-headers option.
13899 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
13901         * Makefile.in, configure.in: Make winsup builds work with
13902         new scheme.
13904 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
13906         * configure.in: Build the linker on AIX.
13908 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13910         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
13911         where needed.
13913 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
13915         * Makefile.in (all-gcc): Fix typo.
13917 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13919         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
13921 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13923         * configure.in:  Rename libFOO to target-libFOO, and xiberty
13924         to target-xiberty, to provide more flexibility.
13925         (target_subdir):  Define.  Create if cross.
13926         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
13927         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
13928         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
13929         check-libFOO -> check-target-libFOO, etc.
13930         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
13931         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
13932         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
13933         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
13934         allow ALL_GCC="" to only configure.
13935         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
13936         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
13937         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
13939 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
13941         * Makefile.in (taz): Build "info" in etc explicitly.
13943 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
13945         * configure.in:  Make sure that CC is undefined (as opposed to
13946         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
13947         problem with autoconf trying to configure on a host without GCC.
13949 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
13951         * mpw-configure: Set host alias from choice of host compiler,
13952         only use generic MPW Makefile sed if present, edit a file
13953         named "hacked_Makefile.in" instead of "Makefile.in" if present.
13954         * mpw-README: Add problem notes about CW6 and CW7.
13956 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
13958         * Makefile.in (taz): Use ";" instead of ";;".
13960 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13962         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
13963         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13964         DISTDOCDIRS.
13965         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
13966         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
13968 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13970         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
13971         and gnats, because they are now subsumed by DISTSTUFFDIRS.
13972         Move bfd to DISTSTUFFDIRS.
13974 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13976         * Makefile.in (X11_LIB): Removed.
13977         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13979         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13981 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13983         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13984         names.
13986 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13988         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13990 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
13992         * configure.in (i[345]86-*-win32): Always build newlib.
13993         Don't configure cvs, autoconf or texinfo.
13994         * Makefile.in (LD_FOR_TARGET): New.
13995         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13996         Pass down LD_FOR_TARGET.
13998 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
14000         * winsup: New directory.
14001         * Makefile.in: Build winsup.
14002         * configure.in: Winsup is configured when target is win32.
14003         Can only build win32 target GDB when native.
14005 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
14007         * config.guess: Recognize HP model 819 machines as having
14008         a PA 1.1 processor.
14010 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
14012         * configure: Fix sed loop which substitutes for CC and CXX to
14013         avoid bug found in various sed implementations.
14015 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14017         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
14018         simulator.  Use standard powerpc-*-eabi*.
14020 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
14022         * configure.in: Stop putting gas and binutils in noconfigdirs for
14023         powerpc-*-aix* and rs6000-*-*.
14025 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
14027         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
14028         -mcall-aixdesc libraries.
14030 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
14032         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14034         * config.sub (arm | armel | armeb): Fix shell syntax.
14036 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14038         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
14039         -msoft-float and -mcpu=common support.
14040         (powerpc*-*-eabisim*): Add support for building -mcall-aix
14041         libraries.
14043 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14045         * configure.in: Allow configuration and build of emacs19 for the alpha.
14047 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14049         * configure.in (CC): Get ^CC, not just any old CC, from
14050         ${host_makefile_frag}.
14052 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14054         * configure.in (CC): Try to get CC from
14055         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
14057 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14059         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
14060         only if it exists in $(srcdir).
14062 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
14064         * configure: If CC and CXX are not set in the environment, set
14065         them, based on either an existing Makefile or on searching for gcc
14066         in PATH.  Substitute for CC and CXX in Makefile.
14067         * configure.in: Remove libm from target_libs.  Separate
14068         target_configdirs from configdirs.  If CC is not set in
14069         environment, try to get it from a host Makefile fragment.  Rewrite
14070         changes of configdirs to use skipdirs instead.  A few minor
14071         tweaks.  Take directories out of target_configdirs as they are
14072         taken out of configdirs.  Remove existing Makefile files from
14073         subdirectories.  Substitute for TARGET_CONFIGDIRS and
14074         CONFIG_ARGUMENTS in Makefile.
14075         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
14076         by configure.in.
14077         (CONFIG_ARGUMENTS): Likewise.
14078         (CONFIGURE_TARGET_MODULES): New variable.
14079         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
14080         ($(CONFIGURE_TARGET_MODULES)): New target.
14081         (configure-libg++, configure-libio): New targets.
14082         (all-libg++): Depend upon configure-libg++.
14083         (all-libio): Depend upon configure-libio.
14084         (configure-libgloss, all-libgloss): New targets.
14085         (configure-libstdc++): New target.
14086         (all-libstdc++): Depend upon configure-libstdc++.
14087         (configure-librx, all-librx): New targets.
14088         (configure-newlib): New target.
14089         (all-newlib): Depend upon configure-newlib
14090         (configure-xiberty): New target.
14091         (all-xiberty): Depend upon configure-xiberty.
14093 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14095         * configure.in (host i[345]86-*-win32):  Expand the
14096         noconfigdirs again.
14098 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
14100         * mpw-configure: Fix sed command file name.
14102 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
14104         * configure.in (host i[345]86-*-win32): Reduce the
14105         noconfigdirs again.
14107 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
14109         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
14110         or powerpc*-*-pe*, since they are not yet supported.
14112 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
14114         Add PowerMac support and many other enhancements.
14115         * mpw-configure: New option --cc to select compiler to use,
14116         paste options set according to --cc into the generated
14117         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
14118         if mpw-make.sed is present.
14119         * mpw-config.in: Don't test for gC1, test for mpw-touch,
14120         add forward includes for PowerPC include files.
14121         * mpw-build.in: Build using Makefile.PPC if present.
14122         (do-byacc, etc): Remove separate version resource builds.
14123         (do-gas): Build "stamps" before "all".
14124         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
14125         * mpw-README: Update to reflect --cc option, PowerMac support,
14126         and recently-reported compatibility problems.
14128 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
14130         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
14131         embedded m68k systems (-aout, -coff, -elf, -vxworks).
14132         (--with-multilib-top): Pass to recursive invocations.
14134 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
14136         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
14137         v810-*-*.
14139 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14141         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
14142         gdb, ld and opcodes on v810-*-*.
14144 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
14146         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
14147         (local-maintainer-clean): New target.
14148         (maintainer-clean): New target.
14149         (realclean): Just depend upon maintainer-clean.
14151 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14153         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
14155 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
14157         * configure.in: Build ld in mips*-*-bsd* case.
14159 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
14161         * config.sub: Accept -lites* OS.  From Ian Dall.
14163 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
14165         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
14166         targets.
14168 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14170         * configure.in: treat i386-win32 canadian cross the same as
14171         i386-go32 canadian cross.
14173 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14175         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
14176         running under the simulator to build a reduced set of libraries.
14177         (powerpc-*-eabiaix): Add fine grained multilib support added to
14178         other powerpc targets yesterday.
14180 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14182         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
14183         -disable-softfloat, -disable-relocatable, -disable-aix, and
14184         -disable-sysv to control which multilib libraries get built.
14186 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
14188         * configure: Add Makefile.tem to list of files to remove in trap
14189         handler.
14191 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14193         * config.guess (*Linux*):  Add missing "exit"s.
14194         Also, need specific check for alpha-unknown-linux (uses COFF).
14196 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14198         * config.guess:  Merge with FSF:
14200         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
14201         * config.guess (AIX4): More robust release numbering discovery.
14203         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
14204         * config.guess (i386-sequent-ptx): Properly get version number.
14206         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
14207         * config.guess (mips:*:4*:UMIPS): New case.
14209 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
14211         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
14212         (i386-win32 host): Likewise.  Don't build readline.
14214 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
14216         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
14217         SUPPORT_FILES to submakes.
14219 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
14221         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
14222         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
14223         mpw-configure.
14225 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
14227         * configure.in (appdirs): Use =, not ==, in test expression when
14228         trying to build the text to print in the warning message for
14229         Solaris users.
14231 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
14233         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
14235 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14237         * config.guess: Recognize lynx-2.3.
14239 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
14241         * config.sub (z8ksim): Deleted
14242         (z8k-*-coff): New, this is the one true name of the target.
14244 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
14246         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
14248 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
14250         * config.guess (*:Linux:*:*): First try asking the linker what the
14251         default object file format is (elf, aout, or coff).  Then if this
14252         fails, try previous methods.
14254 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14256         * configure.in: Don't build newlib for *-*-vxworks5.1.
14258 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14260         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
14261         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
14263 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
14265         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
14267 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
14269         * cfg-ml-com.in: New file.
14270         * cfg-ml-pos.in: New file.
14272 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14274         * COPYING.NEWLIB: Add HP free copyright to list.
14276 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14278         * config.sub: Recognize -eabi* for the system, not just -eabi.
14280 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
14282         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
14283         * config.sub, configure.in (win32): New target and host.
14285 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
14287         * configure.in: Add i386-pe configuration.
14289 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
14291         * mpw-build.in (install): Install GDB after LD.
14293 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
14295         * mpw-config.in (elf/mips.h): Always forward-include, needed
14296         for GDB to build.
14298 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14300         * testsuite: New directory for customer acceptance and whole tool
14301         chain tests.
14303 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
14305         * configure: If per-host line isn't found, but AC_OUTPUT is found
14306         and a configure script exists, run it instead.
14308 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14310         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
14312 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14314         * configure: Set build_{cpu,vendor,os,alias} to host values when
14315         --build isn't specified.
14317 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14319         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
14320         (FLAGS_TO_PASS): Pass them.
14321         (EXTRA_TARGET_FLAGS): Ditto.
14323 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14325         * Makefile.in (all-libg++): Depend on all-libstdc++.
14327 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14329         * configure.in (noconfigdirs): Enable all packages for
14330           i386-unknown-netbsd.
14332 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
14334         * configure.in (noconfigdirs): Don't configure tk for i386-go32
14335         hosted builds (DOS builds)
14337 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
14339         Changes for ARM based on patches from Richard Earnshaw:
14340         * config.sub: Handle armeb and armel.
14341         * configure.in: Omit arm linker only for riscix.
14343 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14345         * config.guess:  Update from FSF.
14347 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
14349         * config.sub: Recognize powerpcle as the little endian variant of
14350         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
14351         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
14352         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
14353         temporarily.
14355 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
14357         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
14359 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
14361         * config.sub: Accept -lites* as a basic system type.
14363 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
14365         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
14366         installed, and if so return linuxoldld as the system name.
14368 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
14370         * config.guess: Add hppa1.1-hp-lites support.
14372 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14374         * configure.in: Don't build newlib for m68k-vxworks5.1.
14376 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14378         * configure.in (mips-sgi-irix6): Use mh-irix5.
14380 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
14382         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
14384 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14386         * test-build.mk: Enable building of shared libraries on IRIX 5 and
14387         OSF/1.  Fix compiler flags.
14388         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
14390 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
14392         * configure.in: Recognize --with-newlib.
14393         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
14395 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14397         * Makefile.in: move {all,check,install}-gdb from *_MODULES
14398         to *_X11_MODULES due to gdbtk needing X include files et al.
14400 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
14402         Merge in support for Mac MPW as a host.
14403         (Old change descriptions retained for informational value.)
14405         * mpw-config.in: Add generic include forwards for cpu-specific
14406         include files in aout and elf directories.
14408         * mpw-configure: Added copyright.
14409         * mpw-config.in: Check for presence of required build tools.
14410         (target_libs): Add newlib.
14411         (target_tools): Add examples.
14412         (Read Me): Generate as "Read Me for MPW" instead.
14413         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
14414         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
14415         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
14417         * mpw-configure: Remove subdir-specific makefile hackery,
14418         delete mk.tmp after using it.
14420         * mpw-build.in (all): Display start and end times.
14422         * mpw-configure (host_canonical): Set.
14423         (target_cpu): Always add to makefiles.
14424         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
14425         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
14426         (mpw-mh-mpw): Look for in srcdir and srcroot.
14427         Use sed instead of mpw-edit-prefix to edit prefix definitions.
14429         * mpw-build.in: (install-only): New target.
14431         * mpw-configure (host_alias, target_alias): Rename from hostalias
14432         and targetalias, add into generated Makefile.
14433         (mk.tmp): If present, add into generated Makefile.
14434         * mpw-build.in (all-gas): Build config.h first before gas proper.
14436         * mpw-configure (config.status): Write only if changed.
14437         * mpw-config.in (readline): Configure it (not built, just used for
14438         definitions).
14440         * mpw-config.in (elf/mips.h): Add a forward include.
14442         * mpw-config.in: Forward-include most .h files in include into
14443         extra-include.
14444         (readline): Don't build.
14445         mpw-build.in (install): Install GDB.
14447         * mpw-configure (prefix, mpw_prefix): Handle it.
14448         * mpw-config.in (mmalloc, readline): Don't configure.
14449         * mpw-build.in (thisscript): Rename to ThisScript.
14450         Use mpw-build instead of BuildProgram everywhere.
14451         (mmalloc, readline): Don't build.
14452         * mpw-README: New file, basic documentation about the MPW port.
14454         * mpw-config.in: Use forward-include to create include files.
14456         * mpw-configure: Add more things to the top of each configured
14457         Makefile, including contents of config/mpw-mh-mpw.
14458         * mpw-config.in (extra-include): Create this directory and fill it
14459         with Posix-like include files when configuring.
14461         * config.sub (apple, mac, mpw): Add various aliases.
14463         * mpw-build.in: New file, top-level build script fragment for MPW.
14464         * mpw-configure: New file, configure script for MPW.
14465         * mpw-config.in: New file, config fragment for MPW.
14467 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14469         * configure.in (host_libs): Remove glob, since it is gone from the
14470         sources.
14472 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14474         * Makefile.in: define empty GDB_NLM_DEPS var.
14476         * configure.in(target_makefile_frag): use config/mt-netware
14477         for netware targets.
14479 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
14481         * config.sub: Merge in recent FSF changes.  Remove linux special
14482         cases.
14484 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14486         Revert this change:
14488         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
14490                 * build-all.mk: Use CC=cc -Xs on Solaris.
14492 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14494         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
14495         stop using it.
14496         * Makefile.in: Nuke all references to glob subdirectory.
14498 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14500         * configure.in: Fix --enable-shared logic in per-host.
14502 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
14504         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
14506 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14508         * configure.in (noconfigdirs): Don't build gas on AIX, for
14509         powerpc*-*-aix* as well as for rs6000*-*-aix*.
14511 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
14513         * configure: Fix --cache-file to work if the file argument is a
14514         relative path.
14516 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
14518         * configure: If the --cache-file is used, pass it down to
14519         configure in subdirectories.
14521 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
14523         * config.sub: add vxworks29k configuration.
14525 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
14527         * Makefile.in (taz): Do "diststuff" part quietly.
14529 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
14531         * config.sub: Mini-merge with gcc/config.sub.
14533 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14535         * config.guess (IRIX): Sed - to _.
14537 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14539         * Makefile.in (source-vault, binary-vault): New targets.
14541 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
14543         * config.sub: Recognize -eabi as a basic system type.
14545 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14547         * configure.in (enable_shared stuff): Fix typo.
14549 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
14551         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
14553 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14555         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
14557 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
14559         * configure.in (rs6000-*-*): Don't build gas.
14561 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
14563         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
14564         reduce command line length.
14565         (AS_FOR_TARGET): Check for as.new, not Makefile.
14566         (NM_FOR_TARGET): Check for nm.new, not Makefile.
14568 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14570         * config.guess:  Merge from FSF.
14572 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14574         * configure: Don't use $ when handling program_suffix.
14576 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
14578         * configure.in:  Configure tk for hppa/hpux.
14580 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14582         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
14584 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14586         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
14587         to LIBCXXFLAGS.  Tests are better run without it.
14589 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
14591         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
14593 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
14595         * configure.in (*-*-netware*): Don't configure xiberty.
14597 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
14599         * configure.in:  Remove tk from native_only list.
14601 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
14603         * build-all.mk: Add mips-ncd-elf target to sun4 targets
14604           for special NCD build.
14606 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14608         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
14609         makeall.bat, they're only useful for binutils snapshots.
14610         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
14611         makeall.bat to specified SUPPORT_FILES.
14613 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
14615         * build-all.mk: Add Ericsson targets to sun4 and solaris
14616           hosts.  Add  BNR's sun4 target to solaris host, so their
14617           build-from-source will be tested in-house first.
14619 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14621         * Makefile.in (LIBCFLAGS): New variable.
14622         (CFLAGS_FOR_TARGET): Ditto.
14623         (LIBCFLAGS_FOR_TARGET): Ditto.
14624         (LIBCXXFLAGS): Ditto.
14625         (CXXFLAGS_FOR_TARGET): Ditto.
14626         (LIBCXXFLAGS_FOR_TARGET): Ditto.
14627         (BASE_FLAGS_TO_PASS): Pass them.
14628         (EXTRA_TARGET_FLAGS): Ditto.
14630         * configure.in: Support --enable-shared.
14632 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14634         * configure.in (target_libs):  Include libstdc++ again.
14635         * config.guess:  Update from FSF (for FreeBSD).
14637 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14639         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
14640         makeall.bat.
14641         (DISTDOCDIRS): Add `etc'.
14642         (ETC_SUPPORT_PFX): New variable.
14643         (taz): Include anything from etc starting with a word in
14644         ETC_SUPPORT_PFX.
14646 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14648         * config.sub: Update for recent FSF changes.  Remove obsolete
14649         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
14650         spacing changes.
14652 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14654         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
14656         * config.guess:  Merge with FSF.
14657         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
14659 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14661         * configure: Since the "trap 0" handler will override the exit
14662         status on many systems, only use it for "exit 1", and make it set
14663         a non-zero exit status; reset it before "exit 0".  Also, check
14664         exit status of config.sub, and error out if it failed.
14666 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
14668         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
14669         and install libgloss.
14671 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14673         * Makefile.in (all-binutils): Depend upon all-byacc.
14675         * configure.in: Don't build emacs on Irix 5.
14677 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14679         * configure.in (*-*-netware*): Add libio.
14681 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14683         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
14684         (CHECK_TARGET_MODULES): Ditto.
14685         (INSTALL_TARGET_MODULES): Ditto.
14686         (TARGET_LIBS): Ditto.
14687         (all-libstdc++): Note dependencies.
14689 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14691         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
14693 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14695         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
14696         -fexternal-templates.
14698         * configure.in (target_libs): Add libstdc++.
14699         (noconfigdirs): Add libstdc++ as appropriate.
14701 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14703         * config.guess:  Update from FSF.
14705 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14707         * configure: Use ${config_shell} when running ${configsub}.
14709 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
14711         * config.sub: No longer recognize h8300h.
14713 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14715         * config.sub: Remove extraneous differences between config.sub and
14716         gcc/config.sub.
14718 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14720         * Makefile.in (DISTSTUFFDIRS): Add gas.
14722 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
14724         * COPYING.NEWLIB: New file.
14726 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14728         * config.guess (HP-UX):  Patch from Harlan Stenn
14729         <harlan@landmark.com> to also emit release level.
14731 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14733         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
14735 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14737         * config.sub:  Merge nextstep cleanup from FSF.
14739 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14741         * configure.in (arm-*-*): Don't configure ld for this target.
14743 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14745         * configure.in (*-*-netware): don't configure libg++, libio,
14746           librx, or newlib.
14748 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14750         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
14751         configure ld--it works, but it doesn't support shared libraries.
14753 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14755         * config.guess (*-unknown-freebsd*):  Get rid of possible
14756         trailing "(Release)" in version string.
14757         Patch from Paul Richards <paul@isl.cf.ac.uk>.
14759 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14761         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
14762         Fix type: *-next-neststep -> *-next-nextstep.
14764         * config.guess:  Merge from FSF:
14766         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
14768         * config.guess: Recognize powerpc-ibm-aix3.2.5.
14770         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
14772         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
14773         instead of UNIX_SV for UnixWare 1.0).
14775 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
14777         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
14778         to make gdb/nlm/* build after the compiler and linker.
14780 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14782         * config.guess (netbsd, freebsd, linux):  Accept any machine,
14783         not just i[34]86.
14784         (m68k-atari-sysv4):  Relocate to match FSF version.
14786         * config.guess:  More merges from the FSF:
14788         Add a space before function call or macro invocation.
14790         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14792         * config.guess: Add trap cmd to remove dummy.c and dummy when
14793         interrupted.
14795         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14797         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
14798         (dummy): Redirect stderr from compilation of dummy.c.
14800         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
14802         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
14804 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
14806         * configure: Accept and ignore --cache*, for compatibility with
14807         new autoconf.
14809 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14811         * config.guess:  Merge from FSF:
14813         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
14815         * config.guess (Pyramid*:OSx*:*:*): New case.
14816         (PATH): Add /.attbin at end for finding uname.
14817         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
14819         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
14821         * config.guess (M88*:DolphinOS:*:*): New case.
14823         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
14825         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
14826         to select whether to use ELF or COFF.
14828         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
14830         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
14832         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
14834         * config.guess: Guess the OS version for HPUX.
14836         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
14838         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
14840 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14842         * configure.in: Recognize --with-headers, --with-libs, and
14843         --without-newlib.
14844         * Makefile.in (all-xiberty): Depend upon all-ld.
14846 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14848         * configure.in: Change i[34]86 to i[345]86.
14850 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14852         * configure (version): A few more tweaks to help message.
14854 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14856         * Makefile.in:  Remove (for now) librx as a host library,
14857         now that we're building it for target.
14859 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14861         * configure: Fix up help message; from karl@owl.hq.ileaf.com
14862         (Karl Berry).
14864 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14866         * configure.in:  Also configure librx.
14868 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14870         * Makefile.in:  Update various rules to reflect that librx
14871         is now needed for libg++.
14873 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14875         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
14877 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
14879         * configure.in: Configure the examples directory.
14881 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14883         * configure: Simplify Jun 2 1994 change.
14885 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14887         * change CC to /usr/latest/bin/gcc for lynx host builds, since
14888         /bin/gcc isn't good enough to build gcc.
14890 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
14892         * Makefile.in (GDB_SUPPORT_FILES): Remove
14893         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
14894         (gdb.tar.gz): Add new rule to use standard distribution building
14895         mechanism.
14897 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14899         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
14900         Bill Cox <bill@cygnus.com>.
14902 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14904         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
14906 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
14908         * configure:  Search current dir first in .gdbinit.
14910 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14912         * config.sub:  Recognize freebsd (merged from gcc config.sub).
14914 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14916         * config.sub:  Refer to NeXT's operating system as nextstep.
14918         * config.sub (case $basic_machine):  Re-order the cases, to match
14919         the order in the FSF version (which is mostly alphabethical).
14920         Merge in some additions and changes from the FSF.
14922 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
14924         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
14925         * config.sub: Recognize cxux7.
14926         * configure.in: Use mh-cxux for m88k-harris-cxux*.
14928 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14930         * config.sub:  Fix typo powerpc -> powerpc-*.
14932 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
14934         * Makefile.in: `all-emacs19' depends on `all-byacc'.
14936         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
14937         parallel with all-emacs and install-emacs).  Top-level command
14938         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
14940 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14942         * test-build.mk ($(host)-stamp-stage2-installed): Remove
14943         $(relbindir)/make before doing ``make install'', and use
14944         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
14945         installing over running make binary.
14946         ($(host)-stamp-stage3-installed): Likewise.
14948 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14950         * config.guess: Recognize Mach.
14952 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14954         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
14955         see whether --exec-prefix was used.
14957 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14959         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
14961 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14963         * Makefile.in: Add all-librx target similar to all-libproc.
14965 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
14967         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
14968         with post 1.2 uname bogosity.
14970 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14972         * configure: Remove temporary files on receipt of a signal.
14974 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
14976         * configure: If there is a package_makefile_frag, remove
14977         ${subdir}/Makefile.tem after copying it in.
14979 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14981         * build_all.mk: support rs6000 lynx identifies itself as
14982         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
14983         since /bin/gcc is too feeble to compile a modern gcc.
14985 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
14987         * brought devo/test-build.mk update-to-date with progressive/
14988           test-build.mk. Add lynx targets and hppa flag info.
14990 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14992         * configure.in:  Use mh-ncrsvr43.  Patch from
14993         Tom McConnell <tmcconne@sedona.intel.com>.
14995 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14997         * config.guess (i386-unknown-bsdi):  No longer need to
14998         check #if defined(__bsdi__) && defined(__i386__).
15000 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15002         * configure: Set program_transform_nameoption correctly.
15004 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
15006         * brought build-all.mk update-to-date with progressive build-all.mk,
15007           added new targets and hppa info.
15009 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15011         * configure: If config.guess result is a prefix of the user
15012         specified target, assume a native build and use the user specified
15013         target as the host alias.  Remove SunOS patch suffix removal hack.
15014         * configure.in: Remove SunOS patch suffix removal hack.
15016         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
15017         in NATIVE_CHECK_MODULES.
15019 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
15021         * Makefile.in: Rename HOST_ONLY to NATIVE.
15022         * configure: Delete SunOs patch suffix from host_canonical
15023           and build_canonical variables that are prepended to Makefiles.
15024         * configure.in: Add comments for easier maintenance.
15026 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15028         * Makefile.in: Add all-libproc target similar to all-gui.
15030 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
15032         * Makefile.in (CHECK_MODULES): split into
15033         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
15035 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
15037         * config.guess (i386-unknown-bsdi): New system to guess.
15039 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15041         * Makefile.in: Add all-gui target (but not yet build by "all").
15043 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
15045         * config.sub: Move deletion of patch suffix from here...
15046         * configure.in: To here, at Ian's suggestion.  The top-
15047           level scripts might need to know of a patch level.
15049 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
15051         * config.sub: Strip off patch suffix so rtl is recognized
15052           as a sunos4.1.3 machine, even though it's been patched.
15054 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
15056         * Makefile.in (INSTALL_LAST): Delete.
15057         (INSTALL_DOSREL): New.
15059 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15061         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
15062         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
15063         whether we pass down --with-gnu-ld anyhow.
15065 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
15067         * Makefile.in (INSTALL_LAST): Change operation so it works
15068         on more flavors of make.
15069         * configure.in (go32): Don't build libg++ or libio.
15071 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
15073         * Makefile.in (Move HOST_PREFIX_1 and friends up so
15074         they can be overriden by templates.
15076 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
15078         * configure.in (target==go32): Don't build gdb.
15079         * dosrel: New directory.
15081 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
15083         * configure.in (host==go32): Configure dosrel too.
15084         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
15085         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
15086         be set by incoming names or templates.
15087         (INSTALL_LAST): New rule.
15089 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
15091         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
15093 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15095         * configure.in (appdirs): New variable.  Currently empty, but will
15096         be used in gas distribution.  If nonempty, lists a set of
15097         directories at least one of which must get configured, or top
15098         level configuration is considered to have failed.
15099         (rs6000-*-lynxos*): Use new file name.
15101 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15103         Eliminate XTRAFLAGS.
15104         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
15105         newlib include files using -idirafter, and also use -nostdinc.
15106         (CXX_FOR_TARGET): Likewise.
15107         (XTRAFLAGS): Removed.
15108         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
15109         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
15110         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
15111         ($(DO_X)): Don't pass down XTRAFLAGS.
15113 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15115         * configure.in (mips*-dec-bsd*): New target; do build linker.
15116         (mips*-*-bsd*): New target; don't build linker.
15118 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15120         * configure.in: support rs6000-*-lynxos* configuration.
15121         support sunos4 as a cross target.
15123         * config.sub: look for lynx*, not lynx since the OS version may
15124         legitimately be part of the name.
15126 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15128         * configure.in (i[34]86-*-sco*): Move to be with other i386
15129         targets.
15130         (romp-*-*): New target.  Skip various binary utilities.
15131         (vax-*-*): New target.  Don't build newlib.
15132         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
15134 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15136         * configure.in: Only set host_makefile_frag if config
15137         directory exists.
15139 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15141         * install.sh: If $dstdir exists, don't check whether each
15142         component does.
15144 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15146         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
15148 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
15150         * configure.in (*-*-lynxos*): Don't configure newlib for either
15151         native or cross Lynx.
15153 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
15155         * config.sub (sparc64-elf): Fix os.
15156         (z8k): Remove duplicate.
15158 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15160         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
15161         gcc/stmp-fixproto, to try to prevent fixproto from being run.
15163 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
15165         * configure: Make file links cleanly even if Lynx fails on
15166           an NFS symlink (at least fail cleanly).
15168 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
15170         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
15171         -XNh2000.
15173 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15175         * configure: Unknown options are fatal again.
15177 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
15179         * configure: Ignore --x-includes and --x-libraries, for Autoconf
15180         compatibility.
15182 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
15184         * build-all.mk: Add `clean' target.
15186 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15188         * config.guess:  Add SINIX support.
15189         * configure.in:  Add mips-*-sysv4* support.
15191 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
15193         * build-all.mk: Document all useful targets.
15194         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
15195         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
15197 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15199         * configure: Support --silent, --quiet.
15201 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15203         * configure: Support --disable-FEATURE.
15205 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15207         * config.guess: Recognize NCR running SVR4.3.
15209 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15211         * config.guess:  Make BSDI generate i386-unknown-bsd386.
15212         Patch from Paul Eggert <eggert@twinsun.com>.
15214 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15216         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
15218 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15220         * configure: Make unrecognized options give nonfatal warnings
15221         instead of fatal errors, and pass them to any subdirectory
15222         configures in case they recognize them.
15223         Make --x equivalent to --with-x.
15225 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15227         * configure: Add --enable-* options.  Clean up usage message and
15228         some comments.
15230 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
15232         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
15234 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15236         * configure.in (hppa*-*-*): Enable binutils.
15238 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15240         * config.sub: Recognize cisco.
15242 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
15244         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
15246 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15248         * config.guess: about target *-hitachi-hiuxwe2, don't print more
15249         than one configuration name.  Add comment.
15251 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
15253         * config.guess: about target *-hitachi-hiuxwe2, fixed
15254         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
15255         macro is incorrect.]
15257 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15259         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
15260         than the "make ls" stuff which used to be here.
15262 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15264         * config.guess:  Recognize i[34]86-unknown-freebsd.
15265         From Shawn M Carey <smcarey@rodan.syr.edu>.
15267 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15269         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
15271 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
15273         * config.guess: Check for ptx.
15275 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
15277         * config.sub: Add os9k checking.
15279 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15281         * config.guess: Handle OSF1 running on HPPA processors
15283 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
15285         * configure: If subdir configure fails, print out a message with
15286         subdirectory name, in case subdir's configure code didn't identify
15287         itself.
15289 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
15291         * configure.in: Remove embedded newlines from configdirs.
15292         Avoid mismatches of substrings.  Fix matching strings at end
15293         of configdirs.
15295 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
15297         * config.guess:  Add Lynx/rs6000 config support.
15299 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
15301         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
15303 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
15305         * configure.in (hppa*-*-osf*): Treat this just like most other
15306         PA configurations (eg no binutils or ld).
15307         (hppa*-*-*elf*): These configurations have binutils and ld.
15309 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15311         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
15313 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15315         * configure.in (rs6000-*-*): Build gas.
15317 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15319         * Makefile.in:  Avoid bug in losing hpux sed.
15321 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15323         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
15324         for GDB and GDB has been fixed to not need it.
15326 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15328         * config.guess: Recognize vax hosts.
15330 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15332         * configure (while loop): Don't use "break 2" inside case
15333         statement -- the case statement isn't an enclosing loop.
15335 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15337         * config.guess:  Clean up NeXT support, to allow nextstep
15338         on Intel machines.  Make OS be nextstep.
15340 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
15342         * config.guess: Add alternate forms for Convex.
15344 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
15346         * configure:  Completely rewrite option processing.  Take
15347         advantage of pattern-matching to avoid invoking test frequently.
15348         Also clean up host and target defaulting logic.
15350 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15352         * Makefile.in: Replace all occurrances of "rootme" with "r" and
15353         "$${rootme}" with "$$r", to increase the likelihood that the do-*
15354         commands (plus user environment) will fit SCO limits.
15356 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15358         * configure.in: Don't issue warnings about directories which are
15359         not being configured if -norecursion is set.  Correct test for
15360         --with-gnu-as and --with-gnu-ld to not get confused by substring
15361         matches.
15363         * configure.in: Don't build gas for alpha-dec-osf1*.
15365 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
15367         * configure:  Back out Per's change of 12/19/1993.  It changes the
15368         behavior of configure in unexpected and confusing ways.
15370         Also, use different delim char when calculating
15371         program_transform_name so that the name can contain slashes.
15373 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
15375         * configure.in, config.sub: Add support for VSTa micro-kernel.
15377 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
15379         * configure.in: Nuke hacks which were used to get a special
15380         version of GAS for HPPA configurations.
15382 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15384         * configure:  If only ${target_alias} is given, use that
15385         as the default for ${host_alias}.
15386         * configure:  Add missing back-slashes before nested quotes.
15388 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
15390         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
15392 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
15394         * config.guess:  Recognize some Tektronix configurations.
15395         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
15397 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15399         * config.sub: Match any flavor of SH.
15401 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
15403         * configure.in: Don't try to configure newlib for Alpha.
15405 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15407         * configure.in: Don't build ld for Irix 5.  Don't build gas,
15408         libg++ or libio for any Alpha target.
15410         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
15412 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
15414         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
15415         default arguments -- so it tried to compress itself.
15417 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
15419         * configure.in (notsupp): ensure that a space is always at the end
15420           of the configdirs list, since the grep checks for an explicit space
15422 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15424         * configure.in (target i386-sysv4.2): don't build ld, since static
15425           versions of many libraries are not available.
15427 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15429         * config.guess: Recognize Apollos (using environment variables).
15430         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
15432 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15434         * config.guess: Recognize Sony news mips running newsos.
15436 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
15438         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
15439         "fi ; else" for bash.
15441 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
15443         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
15445 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
15447         * config.sub: accept unixware as an alias for svr4.2.
15448         Fix some inconsistancies with the gcc version.
15450 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15452         * Makefile.in (DISTDOCDIRS):  Add gdb.
15454 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15456         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
15458 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15460         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
15461         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
15462         this now.
15464 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15466         * config.sub: Accept hiux* as an OS name.
15468         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
15469         etc/make-stds.texi.  The underscore came from gcc, and dje now
15470         agrees that RUNTESTFLAGS is the correct name.
15472 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15474         * install.sh:  Remove 'set -e'.  It makes any conditionals
15475         in the script useless.
15477         * config.guess: Automatically recognize arm-acorn-riscix
15478         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
15480 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
15482         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
15484 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15486         * Makefile.in (DISTDOCDIRS): New variable.
15487         (taz): Edit local Makefile.in sooner, instead of proto-toplev
15488         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
15490 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15492         * configure.in (hppa target): check the source directory for the
15493           pagas sub-directory
15495 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
15497         * config.sub: Allow -aout* and -elf*.
15499 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15501         * configure.in: Don't build ld on i386-solaris2, same as for
15502         sparc-solaris2.
15504 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15506         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
15508 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15510         * configure.in:  Configure gdb for alpha.
15512 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15514         * Makefile.in (CXXFLAGS): Add -O.
15516 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15518         * config.guess: added support for DG Aviion
15520 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15522         * configure.in: Produce warning message for subdirectories not
15523         configurable for this host/target combination.  Don't try to
15524         configure gdb for vms.
15526 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15528         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
15529         appropriate files before making "diststuff".
15530         (DISTBISONFILES): New var: list of files to be edited.
15531         (DISTSTUFFDIRS): Add binutils.
15533 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15535         * config.sub: also handle mipsel and mips64el (for little endian mips)
15537 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15539         * configure.in: Add * to end of all OS names.
15541 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
15543         * configure.in: Build newlib for LynxOS native.
15545 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15547         * config.guess: Add support for delta 88k running SVR3.
15549         * configure.in: Add comment about HP compiler vs. emacs.
15551 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15553         * configure.in: don't build ld on solaris2 (not a viable option
15554           due to bugs in getpwnam & getpwuid)
15556 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15558         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
15559         config.guess will produce a full version number.
15561 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15563         * configure.in: Build linker and binutils for alpha-dec-osf1.
15565 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15567         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
15568         and gdb/testsuite/Makefile.in.
15570 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15572         * configure.in: recognize mips*- instead of mips-
15574 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15576         * config.sub: Accept linux*coff and linux*elf as operating
15577         systems.
15579 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15581         * config.sub: Recognize mips64, and mips3 as an alias for it.
15583 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15585         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
15586         gdb knows how to handle OSF/1 shared libraries.
15588 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15590         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
15591         * config.guess: Recognize Hitachi's HIUX.
15592         * config.sub: Recognize h3050r* and hppahitachi.
15593         Remove redundant cases for hp9k[23]*.
15595 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15597         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
15598         if gas and ld are in the source tree and are in ${configdirs}.
15599         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
15600         --with options (but still pass them down on the command line,
15601         if they were explicitly specified).
15603 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15605         * configure: substitute SHELL value in Makefile.in with
15606         ${CONFIG_SHELL}
15608 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15610         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
15611         *-*-solaris2* targets.
15613 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15615         * Makefile.in: define M4, and pass it down to sub-makes;
15616         all-autoconf now depends on all-m4
15618 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15620         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
15621         presence of {ar,ranlib} instead of a configured directory
15623 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
15625         * config.guess: Accept 34?? as well as 33?? for NCR.
15627 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15629         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
15630         of 'gas' in sed commands, since 'gash' is now in the tree as well.
15632 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15634         * configure: grab values for $(CC) and $(CXX) from the
15635         environment, so that someone can do "CC=gcc configure; make" and
15636         have it work right (matching the way that autoconf works now)
15638         * configure.in, Makefile.in: add support for gash, the tcl
15639         interface to Galaxy
15641         * config.guess: add NetBSD variants (hp300, x86)
15643 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
15645         * install.sh: Support -d option (in the manner of SunOS 4 install,
15646         as it is more deterministic than that of GNU install)
15647         (chmodcmd): Set file to mode 755 by default (should also do default
15648         chgrp and chown, but I don't feel like dealing with that now)
15650 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
15652         * config.sub: Remove h8300hhms alias.
15654 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15656         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
15658 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15660         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
15661         as stmp-fixinc
15663 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15665         * config.sub: recognize m88110-bug-coff.
15667 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15669         * Makefile.in (all-libio): all dependencies on the toolchain used
15670         to build this (gcc, gas, ld, etc)
15672 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15674         * config.guess: Deal with OSF/1 1.3 on alpha.
15676 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15678         * install.sh: add some 'else true' clauses for portability
15680         * configure.in: don't build libio for h8[35]00-*-* targets
15682 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15684         * Makefile.in:  Add support for new libio.
15686 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15688         * install.sh: If one command fails, don't try the rest.  Don't try
15689         to remove $dsttmp (via trap) unless we have already created it.
15690         If $src doesn't exist, detect it and exit with an error.
15692         * config.guess: Recognize BSD on hp300.
15694 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15696         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
15697         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
15699 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
15701         * Makefile.in (all-send-pr): depends on all-prms
15703 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15705         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
15707 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15709         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
15710         Added test for mips-mips-riscos5.
15712 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15714         * configure.in: use mh-hp300 for 68k HP hosts
15716 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15718         * configure: add support for CONFIG_SHELL, so that you can use
15719         some alternate shell for evaluating configure scripts
15721 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
15723         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
15724         in configure script to bug-gdb@prep.ai.mit.edu when building
15725         distribution archive.
15726         * Makefile.in (COMPRESS):  Remove def.
15727         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
15728         gdb.tar.Z and make-gdb.tar.Z respectively.
15729         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
15730         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
15731         to convergence with 'taz' target in Makefile.in.
15733 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15735         * install.sh (dsttmp): use trap to ensure that tmp files go
15736         away on error conditions
15738 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15740         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
15742 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15744         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
15745         its parent is '/' not ''.
15747         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
15749 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
15751         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
15752         that ${newsrcdir}/configure.in does.
15754 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15756         * test-build.mk: support for CONFIG_SHELL
15758 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
15760         * config.sub (netware):  Add as a basic system type.
15762 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15764         * Makefile.in (Makefile): depend on configure.in.  Also drop the
15765           $(srcdir)/ from the dependency on Makefile.in.
15767 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
15769         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
15770         (h8300hhms is temporary until multi-libraries are implemented).
15771         * configure.in: Handle h8300h too.
15773 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15775         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
15777 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
15779         * configure:  Remove extraneous output when guessing host type.
15780         * config.guess:  Remove extraneous output when guessing using C
15781         compiler rather than uname, or when guessing fails.
15783 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
15785         * Makefile.in: remove all.cross and install.cross targets
15787         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
15788           definitions
15790 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
15792         * configure.in (target sh): Build gprof.
15794 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15796         * config.sub: change -solaris to -solaris2
15798 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15800         * configure.in: Use config/mh-riscos for mips-*-sysv*.
15802 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
15804         * configure: Correct error message for missing Makefile.in to
15805         print correct directory.
15807 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15809         * install.sh: kludge around 386BSD shell bug
15811 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
15813         * config.guess:  Recognize NeXT.
15814         * config.guess:  Recognize i486-ncr-sysv4.
15815         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
15817 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
15819         * Makefile.in (MAKEINFOFLAGS): New variable.
15820         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
15821         * build-all.mk, test-build.mk: Pass down --no-split as
15822         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
15824 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
15826         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
15828 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
15830         * Makefile.in (libg++.tar.z):  New rule.
15831         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
15832         * Makefile.in (taz):  Only do a single chmod.
15834 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
15836         * install.sh: don't use dirname anymore (replaced with sed usage)
15838 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
15840         * Makefile.in:  Change extension for gzip'd files from '.z' to
15841         '.gz' per new FSF standard usage.
15843 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
15845         * configure: put quotes around the final value of program_transform_name
15847 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15849         * Makefile.in: new install.sh support; update install-info rules
15851 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
15853         * configure.in: Build diff for crosses, but not for go32 host.
15855         * configure.in: Build gprof only for native, and don't build it
15856         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
15858 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
15860         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
15862 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15864         * configure.in (host_tools): Add prms.
15866 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15868         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
15869         with $(FLAGS_TO_PASS) on the command line
15871         * config.sub: Recognize lynx and lynxos
15873 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15875         * config.sub: Accept -ecoff*, not just -ecoff.
15877 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15879         * Makefile.in (taz): Use .gz suffix instead of .z.
15880         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
15881         names.
15883 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15885         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
15887 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15889         * Makefile.in (install-no-fixedincludes):  install gcc last, so
15890         that rebuilds that might happen during 'make install' don't get
15891         bogus gcc include files
15893 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15895         Change from Utah for HPPA support:
15896         * config.guess: Recognize hppa1.x-hp-bsd.
15898 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
15900         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
15901         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
15903 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15905         * config.sub: Add support for rom68k and bug boot monitors.
15907 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
15909         * Makefile.in: Make all-opcodes depend on all-bfd.
15911 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15913         * config.guess: Added special check for i[34]86-univel-sysv4*.
15915 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
15917         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
15918         the processor rather than assuming i486.
15920 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15922         * config.guess: Recognize SunOS6 as Solaris3.
15924 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
15926         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
15927         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
15929 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
15931         * build-all.mk (all-cross): New target for Canadian Cross.
15932         Added Q2 go32 targets.
15933         * test-build.mk: Configure go32 cross sparclite-aout and
15934         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
15935         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
15937 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15939         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15940         GO32 hosted toolchains
15942 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
15944         * configure: change  so "-exec-prefix" gets passed down rather
15945         than "-exec_prefix" so autoconf generated Makefiles get the
15946         exec_prefix set right.
15948 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15950         * config.guess: get the Solaris2 minor version number
15952         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
15954 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15956         * config.guess: Recognize some Sequent platforms.
15958 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15960         * Makefile.in: added the vault-install target
15962         * configure.in: actually use the Sun3 makefile fragment that's in
15963         config, also added the release dir to configdirs
15965 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15967         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15969 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15971         * configure.in: remove some program from Alpha targetted toolchains
15973 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
15975         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
15976         gprof.
15977         (taz): Run "make diststuff" in those directories instead of "make
15978         proto-dir".  Look for "VERSION=" only at start of line in subdir
15979         Makefile.  Use "gzip -9" for compression.
15980         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15981         (binutils.tar.z): New target.
15983 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15985         * Makefile.in (taz): Include gpl.texinfo.
15987 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
15989         * Makefile.in (setup-dirs): Merged into "taz" target.
15990         (taz): Only do `proto-dir' stuff if a directory is actually needed
15991         for this target.
15993 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
15995         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15996         (FLAGS_TO_PASS): Pass down MUNCH_NM.
15997         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15998         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15999         (gcc-no-fixedincludes): Correct for current gcc Makefile.
16001 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
16003         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
16004         config.sub, and move-if-change to gdb testsuite distribution
16005         archive, so the testsuite can be extracted, configured, and
16006         run separately from the gdb distribution.  Blow away the Chill
16007         tests that require a Chill compiled executable, since GNU Chill
16008         is not yet publically available.
16010 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16012         * test-build.mk: set environment variables in a single command,
16013         instead of a list of assignments and exports
16015         * config.guess: recognize Alpha/OSF1 systems
16017 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16019         * configure: Change help message to prefer --options rather than
16020           -options.
16022 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16024         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
16025         zippy@ecst.csuchico.edu.
16026         * config.guess: Recognize miniframe.
16028 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16030         * Makefile.in: Use srcroot to find runtest rather than rootme.
16031         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
16033 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
16035         * test-build.mk: Extensive additions to support building on a
16036         machine other than the host.
16038 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16040         * configure (tooldir): Fix for i386-aix again.
16042 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
16044         * configure, Makefile.in:  Change definition of $(tooldir)
16045         to match the FSF.
16047 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
16049         * config.guess:  Recognize i[34]86/SVR4.
16051 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16053         * Makefile.in (all-gdb): gdb depends on sim.
16055 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
16057         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
16058         at the same time we make the prototype gdb directory.
16059         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
16060         files at the same time as the gdb base release distribution.
16062 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
16064         * Makefile.in (check): Use individual check targets rather than
16065         DO_X rule.
16066         (check-gcc): Added.
16068 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
16070         * config.sub: Use sysv3.2 not sysv32 for canonical OS
16071         for System V release 3.2.
16073 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16075         * config.sub: Recognize hppaosf.
16076         * configure.in: Do configure ld/binutils/gas for it.
16078 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16080         * configure (tooldir): Alter syntax used to set this, for systems
16081         where "\$" isn't handled right, like i386-aix.
16083 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16085         * configure: Pass program-transform-name, not
16086         program_transform_name, to recursive configures.
16088 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
16090         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
16091         of gas+ld+binutils.
16093 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
16095         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
16097 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16099         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
16101 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16103         * Makefile.in (PRMS): Set back to all-prms.
16105 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
16107         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
16108         targets, rather than for MIPS hosts.
16110 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16112         * configure.in: add comment for --with-x default values
16114         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
16116         * Makefile.in: add check-* targets for each of the directories in
16117         the tree.  Add a definition of RUNTEST that will use the one we
16118         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
16120 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
16122         * configure.in: Removed obsolete references to bfd_target and
16123         target_makefile_frag.
16125         * build-all.mk: Set assorted targets for Q2.
16126         * config.sub: Recognize z8k-sim and h8300-hms.
16127         * test-build.mk: Really don't pass host to configure.
16128         (HOLES): Added uname.
16130 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
16132         * configure: Handle an empty program-prefix, program-suffix or
16133         program-transform-name correctly.
16135 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
16137         * build-all.mk: -G 8 no longer required for MIPS targets.
16138         * test-build.mk: Don't pass host argument to configure; make it
16139         guess.
16141 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
16143         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
16144         * Makefile.in (COMPRESS):  New macro, like GZIP.
16146 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
16148         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
16150         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
16151         with gas currently defaults to -G 0.
16153 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
16155         * Makefile.in (all-flex): flex depends on byacc.
16157         * build-all.mk: If host not specified, use config.guess.  Pass TAG
16158         to test-build.mk as RELEASE_TAG.
16159         * test-build.mk (configargs): New variable containing arguments to
16160         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
16161         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
16163         * config.guess: Use /bin/uname when checking -X argument on SCO,
16164         to avoid invoking GNU uname which doesn't understand -X.
16166         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
16168         * configure.in: Build gas for mips-*-*.
16170 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16172         * Makefile.in (all.normal): insert missing backslash.
16174 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
16176         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
16178         * Makefile.in: Complete overhaul to merge many almost identical
16179         targets.
16181 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16183         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
16184         (gdb.tar.Z): Adjusted.
16186         * Makefile.in (setup-dirs, taz): New targets; should be general
16187         enough to adapt for gdb sometime.  Build only .z file.
16188         (gas.tar.z): New target.
16190 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
16192         * build-all.mk: Use CC=cc -Xs on Solaris.
16194 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
16196         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
16197         for handling BISON for FSF releases.
16199 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16201         * configure: Actually implement the change zoo just documented.
16203 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
16205         * configure: when using config.guess, only set target_alias when
16206         it's not already been set (ie, on the command line)
16208 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16210         * Makefile.in: add installcheck target, set PRMS to install-prms
16212 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16214         * configure: add support for package_makefile_fragment, handle the
16215         case where a directory has a configure.in file but no Makefile.in
16216         more gracefully (with an actual understandable error message, even);
16217         add support for --without (and add this to the usage message); also
16218         explicitly add a --host=${host_alias} to the command line when
16219         config.guess is used
16221 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16223         * configure: Must use both --host and --target in recursive calls.
16225 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16227         * Makefile.in: Change deja-gnu to dejagnu.
16229 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16231         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
16233 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16235         * configure.in: canonicalize all instances to *-*-solaris2*,
16236         also strip out a number of tools to not build for go32 host
16238 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16240         * config.guess: add GPL.
16242         * Makefile.in, config.guess, config.sub, configure: bump
16243           copyrights to 93.
16245 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
16247         * Makefile.in (do-info): Removed obsolete check for existence of
16248         localenv file.
16250         * Makefile.in (MAKEOVERRIDES): Define to be empty.
16252 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16254         * Makefile.in: a couple of 'else true' for decstation,
16255         support for TclX
16257         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
16259 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
16261         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
16263 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
16265         * config.guess: Recognize i386-ibm-aix (PS/2).
16266         * configure.in: Use config/mh-aix386 file for it.
16268 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
16270         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
16271         CC_FOR_TARGET instead.
16272         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
16274 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
16276         * Makefile.in: Add sim to list of directories sent with gdb
16278 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
16280         * configure.in: Put back mips-dec-bsd* case.
16282 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
16284         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
16285         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
16286         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
16288 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16290         * configure.in: remove no-op mips-dec-bsd* in "case $target"
16292         * Makefile.in (dir.info): only run gen-info-dir if it exists,
16293         (install-info): install dir.info only if it exists,
16294         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
16296 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
16298         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
16299         gas for mips-dec-bsd.
16301 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
16303         * configure (makesrcdir): If ${srcdir} is relative and not ".",
16304         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
16306 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
16308         * configure.in: Added "dejagnu" to hosttools list.
16310 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
16312         * config.sub, configure.in, config.guess:  Add support
16313         for Bosx, an AIX variant from Bull.
16314         Patches from F.Pierresteguy@frcl.bull.fr.
16316 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
16318         * devo/dejagnu: Initial creation of devo/dejagnu.
16319         Migrated dejagnu testcases and support files for testing software
16320         tools to reside as subdirectories, currently called "testsuite",
16321         within the directory of the software tool.  Migrated all programs,
16322         support libraries, etc. beloging to dejagnu proper from
16323         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
16324         with no modifications.  The changes to these files which will
16325         allow them to configure, build, and execute properly will be made
16326         in a future update.
16328 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16330         * Makefile.in: Change send_pr to send-pr.
16331         * configure.in: Likewise.
16332         * send_pr: Renamed directory to send-pr.
16334 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
16336         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
16338 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
16340         * README:  Update for gdb-4.8 release.
16341         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
16342         gdb-xxx.tar.z (gzip'd) file also.
16344 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16346         * Makefile.in: make all-diff depend on all-libiberty
16348 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
16350         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
16352 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16354         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
16356 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
16358         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
16359         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
16360         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
16362 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16364         * Makefile.in:  makeinfo binary is in a new location
16366 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
16368         * config.sub: Accept -ecoff as an OS.
16370         * Makefile.in: Various changes to eliminate a level of make
16371         recursion and reduce the required command line length.
16372         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
16373         sub-makes.
16374         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
16375         variables holding settings for specific sub-makes.
16376         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
16377         in terms of BASE_FLAGS_TO_PASS.
16378         (TARGET_LIBS): New variable listing directories which use
16379         TARGET_FLAGS_TO_PASS.
16380         (subdir_do): Eliminated.
16381         (do-*): New set of targets to replace subdir_do.
16382         (various): All targets which used subdir_do now depend on do-*.
16383         (local-clean): Renamed from do_clean.
16384         (local-distclean): New target, dependency of distclean and
16385         realclean.
16386         (install-info): Don't create directories.  Depend on dir.info
16387         rather than calling make recursively.
16388         (install-dir.info): Eliminated.
16389         (install-info-dirs): Create all info directories here.
16390         (dir.info): Depend upon do-install-info.
16392         * test-build.mk (HOLES): Added false.
16394 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
16396         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
16398 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16400         * Makefile.in (info): remove dependency on all-texinfo.  The
16401         problem was really in texinfo/C, not at this level.
16403 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
16405         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
16407 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
16409         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
16410         GDB releases.
16412 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16414         * configure: Include srcdir in message about target of link not
16415         being found.  Don't convert `-' to `_' in `with' options being
16416         passed to subdirs.
16418 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16420         * configure.in: add uudecode to host_tools
16422         * Makefile.in: added {all,install}-uudecode targets, added them to
16423         the appropriate lists
16425 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
16427         * Makefile.in (all-gcc): Added dependency on all-gas.
16429         * configure.in (mips-*-*): Build ld and binutils.
16431 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16433         * configure: check return code from mkdir, print error message and
16434           exit on failure.
16436 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
16438         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
16440 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
16442         * test-build.mk (HOLES): Added tar, cpio and uudecode.
16444 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16446         * config.sub (h8500):  Recognize this as a cpu type.
16448 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16450         * configure: source directory missing is no longer a warning
16452         * configure.in: recognize irix[34]* instead of irix[34]
16454         * Makefile.in: define and pass down X11_LIB
16456 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
16458         * guess-systype: Renamed to ...
16459         * config.guess:  ... by popular request.
16460         * configure.in, Makefile.in:  Update accordingly.
16462 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
16464         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
16465         + Add Convex, Cray/Unicos, and Encore/Multimax support.
16466         + Execute ./dummy instead of assuming . is in PATH.
16468 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
16470         * guess-systype:  New shell script.  Attempts to guess the
16471         canonical host name of the executing host.
16472         Only a few hosts are supported so far.
16473         * configure:  Call guess-systype if no host is specified.
16475 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
16477         * Makefile.in (gcc-no-fixedincludes): Made to work with current
16478         gcc Makefile.
16481 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
16483         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
16484         (all-gcc, install-gcc, subdir_do): Use it.
16486 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16488         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
16490 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
16492         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
16493           set exclusively by configure, using configure.in .
16495 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16497         * test-build.mk: set $PATH for all builds
16499         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
16501 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
16503         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
16504         the one used in gcc/Makefile.in, so that a null expansion doesn't
16505         override the one needed to build gcc with a native cc.
16508 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16510         * configure: Accept -with arguments.
16512 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16514         * Makefile.in: added h8300sim
16516 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
16518         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
16519         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
16520         (all-cygnus, native, build-cygnus): Make
16521         $(canonhost)-stamp-3stage-done, not $(host)....
16522         * test-build.mk (stamp-3stage-compared): Use tail +10c for
16523         i386-sco3.2v4.  Added else true to if command.
16525 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
16527         * config.sub: (from FSF) Sequent uses a BSD-like OS.
16529 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
16531         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
16533 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16535         * configure.in: don't remove binutils from Solaris builds
16537 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
16539         * Makefile.in: get rid of earlier definitions for *clean,
16540         also handle the recursive info rule better
16542 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
16544         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
16545         do more-or-less the right thing.
16547 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
16549         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
16550         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
16552 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16554         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
16555         $(host_canonical).
16557         * configure.in: split the configdirs list into 4 categories (native
16558         v. cross, library v. tool) and handle the cross-only and native-
16559         only in more reasonable (and correct!) way.
16561 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
16563         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
16564         configdirs anymore.
16566 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16568         * Makefile.in: extensive cleanup::  removed all of the explicit
16569         clean-* targets, collapsed many wrappers around subdir_do into
16570         one, added additional targets to satisfy standards.texi, deleted
16571         some old targets, some changes for consistency
16573 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16575         * configure.in: handle some programs as cross-only, and others as
16576         native only
16578         * test-build.mk: handle partial holes in a more generic manner
16580         * Makefile.in: m4 depends on libiberty
16582 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16584         * configure.in: add m4, textutils, fileutils, sed, shellutils,
16585         time, wdiff, and find to configdirs
16587         * Makefile.in: all, clean, and install rules for the new programs
16588         added to configure.in
16590 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16592         * configure.in: use mh-sun for all *-sun-* hosts
16594 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16596         * Makefile.in: define flags for X11 include files and library file
16597         locations, pass them down to the programs that need this info
16599         * build-all.mk: added a 'native' target, to 3stage the native toolchain
16601 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16603         * configure.in: start building libg++ for HP-UX targets
16605 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
16607         * README:  Update references to files moved into etc/.
16609 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
16611         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
16612         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
16614 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16616         * configure: accept dash as well as underscore in long option
16617         names for FSF compatibility.
16619 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
16621         * config.sub: added -sco3.2v4 support from FSF.
16623 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16625         * configure.in: expand the section that adds or removes
16626         directories from the list of programs to build, to handle native
16627         vs. cross in addition to host v. native
16629 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
16631         * Makefile.in:  Replace C++ in macro names with CXX.
16632         This is less likely to break ...
16634 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16636         * test-build.mk: add -w to GNU_MAKE
16638 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16640         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
16641         add 'sparc' to list of recognized cpus.  This needed to make
16642         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
16643         Delete some redundant ose68 variants.  Recognize -wrs as an os,
16644         then changes that into $CPU-wrs-vxworks.
16646         * configure.in: remove most references to gdbtest, regularize
16647         target based program removal
16649         * test-build.mk: import from p3 tree (many fixes and changes)
16651 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
16653         * Makefile.in: added rules to handle tcl, tk, and expect
16655         * configure.in: handle those directories if they exist
16657 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16659         * config.sub: removed bogus hppabsd and hppahpux names, since
16660         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
16662 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16664         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
16665         depends upon all-xiberty
16667         * Makefile.in: changes from p3, including:
16669         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
16671         * Makefile.in (XTRAFLAGS): include newlib directories if
16672         newlib/Makefile exists, rather than if host != target.
16674         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
16676         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16677         from the same source tree and not building a cross-compiler.  This
16678         matters for the libg++ configuration if reconfiguring a tree that
16679         has already been installed.
16681         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
16683         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16684         pick up the machine and system specific header files.
16686         * Makefile.in: added AS_FOR_TARGET, passed down in
16687         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16688         the C compiler to use to create programs which are run in the
16689         build environment, set it to default to $(CC), and passed it down
16690         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16692         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
16694         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
16695         We need them for unusual native builds, like systems without
16696         ranlib.
16698         * configure: also define $(host_canonical) and
16699         $(target_canonical), which are the full, canonical names for the
16700         given host and target
16702 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
16704         * Makefile.in:  Added separate definitions for C++.
16706 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
16708         * configure.in (configdirs):  Add deja-gnu.
16710 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
16712         * README:  Update for configure.texi and gdb-4.7 release.
16714 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
16716         * Makefile.in:  Move "all" target to top of file.
16717         Previously, first target was ".PHONY" which caused BSD4.4 make
16718         to build .PHONY when make was run without arguments.
16720 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
16722         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
16723         Library-copylefted code in libiberty.
16725 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
16727         * config.sub:  Replace m68kmote with plain old m68k.
16729 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
16731         * Makefile.in:  Remove space from blank line, avoid Make complaints.
16733 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
16735         * config.sub: Complain if no argument is given.  Added support for
16736         386bsd as OS and target alias.
16738 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
16740         * Makefile.in (XTRAFLAGS): include newlib directories if
16741         newlib/Makefile exists, rather than if host != target.
16743 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
16745         * config.sub: recognize sparclite-wrs-vxworks.
16747         * Makefile.in (install-xiberty): added *-xiberty make rules (from
16748         p3.) Added clean-xiberty to clean.
16750 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16752         * configure.in: use *-*-* instead of nested cases for host and target
16754 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
16756         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16757         from the same source tree and not building a cross-compiler.  This
16758         matters for the libg++ configuration if reconfiguring a tree that
16759         has already been installed.
16761 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
16763         * config.sub (i486v/i486v4):  Merge in from FSF version.
16765 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
16767         * configure: only set PWD if it is already set.
16769 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
16771         * configure: just set PWD=`pwd` at the top, since Ultrix sh
16772         doesn't have unset and all success paths (and most error paths)
16773         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
16774         to just ${PWD} to avoid confusion.)
16776 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
16778         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
16779         even for a native compilation.
16781 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
16783         Changes to make the gdb.tar.Z rule work better.
16785         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
16786         (DEVO_SUPPORT):  Add configure.texi.
16787         (bfd-ilrt.tar.Z):  Remove ancient rule.
16789 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
16791         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16792         pick up the machine and system specific header files.
16794         * configure.in, config.sub: added new target m68010-adobe-scout,
16795         with alias of adobe68k.  Changed configure.in to check for
16796         -scout before -sco* to avoid a false match.
16798         * Makefile.in: added AS_FOR_TARGET, passed down in
16799         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16800         the C compiler to use to create programs which are run in the
16801         build environment, set it to default to $(CC), and passed it down
16802         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16804 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16806         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
16807         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
16808         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
16809         FOR_TARGET variants, to newlib and libg++.
16811 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16813         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
16814         first.
16816 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
16818         * config.sub:  Accept `elf' as an environment.
16820 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16822         * Makefile.in (all-opcodes):  cd into the right directory
16824 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
16826         * configure: added -program_transform_name option, used as
16827         argument to sed when installing programs.
16828         configure.texi: added documentation for -program_prefix,
16829         -program_suffix and -program_transform_name.
16831 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
16833         * config.sub:  Accept i486 where i386 ok.
16835 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
16837         * config.sub: accept we32k
16839 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
16841         * config.sub, configure.in: accept OSE68000 and OSE68k.
16843         * Makefile.in: don't create all directories for ``make install'';
16844         let the subdirectories create the ones they need.
16846 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16848         * COPYING: new file, GPL v2
16850 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16852         * Makefile.in: use the new gen-info-dir, which needs a template
16853         argument (which also lives in texinfo)
16855         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
16857 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
16859         * config.sub (ncr3000):  Change i386 to i486.
16861 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16863         * Makefile.in: add install-rcs, install-grep to
16864         install-no-fixedincludes, removed install-bison and install-libgcc
16866 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
16868         * configure.in: grab the HPUX makefile fragment if on HPUX
16870 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
16872         * Makefile.in: eradicate bison spoor (ditto libgcc).
16873          configure.in: recognise m68{k,000}-ericsson-OSE.
16874          es1800 is alias for m68k-ericsson-OSE
16876 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16878         * configure.in: rearrange the parts that remove programs from
16879         configdirs, based now on HOST==TARGET or by canonical triple.
16881 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16883         * test-build.mk: recurse explicitly with -f test-build.mk when
16884           appropriate.  predicate stage3 and comparison on the existence
16885           of gcc.  That is, if gcc isn't around, we aren't three-staging.
16886           On very clean, also remove ...stamp-co.  Build in-place before
16887           doing other builds.
16889 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16891         * Makefile.in, configure.in: add tgas
16893 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16895         * Makefile.in: a number of changes merged in from progressive.
16897         * configure.in: add libm.
16899         * .cvsignore: ignore some stuff that comes from test-build.mk.
16901 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
16903         * config.sub:  Add es1800 (m68k-ericsson-es1800).
16905 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
16907         * configure: Add program_suffix (parallel to program_prefix)
16908         * Makefile.in: adjust directory-creating script for losing decstation
16910 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
16912         * configure:  Minor $subdir-related fixes.
16914 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
16916         * configure: fix various problems with propogating
16917         makefile_target_frag in subdirs.
16918         * configure.in: config libgcc if its there
16920 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
16922         * config.sub:  HPPA merge.
16924 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
16926         * Makefile.in:  Replace all-bison with all-byacc in all
16927         dependency lines for other tools (which now use byacc).
16929 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
16931         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
16933 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
16935         * Makefile.in: make gprof rules similar to byacc rules (instead of
16936         vestigal $(unsubdir) that didn't work...)
16938 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
16940         * config.sub:  Add support for Linux.
16941         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
16942         (at least for libg++).
16944 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
16946         * configure.texi: fix doc for the -nfp option to configure
16948 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
16950         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16952 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
16954         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
16955         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16956         * configure.in: added solaris* host_makefile_frag hook.
16958 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16960         * config.sub: changed recognition of m68000 so that various
16961         m68k types can be specified via m680[01234]0
16963 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16965         * config.sub (basic_machine): fix sed so that '-foo' isn't
16966         completely substituted out while .+'-foo' loses the '-foo'
16968 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
16970         * config.sub ($os): Add -aout.
16972 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
16974         * configure:  If host_makefile_frag is absolute, don't
16975         prefix ${invsubdir} (relevant to libg++ auto-configure).
16977 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
16979         * Makefile.in (tooldir): Define it.
16980         (all-ld): Depend on all-flex.
16982 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
16984         * Makefile.in (check):  Fix libg++ special case.
16986 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
16988         * configure: do not bury `pwd` into config.status, thus do fewer
16989           pwd's.
16991         * configure: print the "Building in" message only when building in
16992           other than "." AND verbose.
16994         * configure: remove -s, rework -v to better accommodate guested
16995           configures.
16997         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16999 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
17001         * Makefile.in: macroize flags passed on recursion.  remove
17002           fileutils.
17004 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
17006         * configure: get makesrcdir right for subdirs deeper than 1.
17008         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
17009           install.
17011 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
17013         * Makefile.in: don't print subdir_do or recursion lines.
17015 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
17017         * standards.texi: added menu item.
17019         * Makefile.in: build and install standards.info.
17021         * standards.texi: new file.
17023 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17025         * configure: test for and move config.status pieces from
17026           ${subdir}/.
17028 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
17030         * configure:  Test for existance of files before trying to mv
17031         them, to avoid numerous non-existance messages.
17033 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
17035         * configure: correct final line of config.status.
17037         * configure: patch from eggert.  Avoids a protection problem if
17038           the original Makefile.in is read only.
17040         * configure: use move-if-change from gcc to create config.status.
17041           Some makefiles depend on config.status to tell if a directory
17042           has been reconfigured for a different host.  This change
17043           prevents those directories from remaking everything in the case
17044           where the reconfig was only intended to rebuild a Makefile.
17046         * configure: test for config.sub with "config.sub sun4" rather
17047           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
17048           host alias from a missing config.sub.
17050 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17052         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
17053           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
17055 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
17057         * configure: mkdir ${subdir} as needed.
17059 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
17061         * Makefile.in,configure.in: added autoconf.
17063 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17065         * Makefile.in: no longer pass against on recursion.
17067         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
17068           definitions are not inherited.
17070         * configure: correct makesrcdir when subdir is .
17072 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
17074         * configure:  Add support for 'subdirs' variable, which is
17075         like 'configdirs', except that configure doesn't re-invoke
17076         itself for subdirs, it just creates a Makefile for each subdir.
17077         * configure.texi:  Document subdirs.
17079 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17081         * configure.in: added flex to configdirs
17083 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
17085         * Makefile.in: remove clean-stamps from clean.
17087 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
17089         * configure.in:  Add gdbtest to configdirs.
17091 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
17093         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
17094         to recursive makes.
17095         * configure.in:  Recognize new ncr3000 config.
17097 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
17099         * Makefile.in, configure.in: removed references to gdbm.
17101 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
17103         * config.sub:  Don't canonicalize os value
17104         newsos* to bsd (readline needs to check for newsos).
17105         (This fix was earlier made Jan 31, but got re-broken.)
17107 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
17109         * configure.in:  sco is an os, not a vendor!
17111         * configure:  Quote $( better.  Keep various shells happy.
17113 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
17115         * Makefile.in: eliminate stamp-files.
17117 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
17119         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
17120           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
17122 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
17124         * config.sub:  fix iris/iris3.
17126 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
17128         * configure: re-add -rm.
17130 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
17132         * Maskefile.in: add .stmp-rcs to all.
17134         * configure.in: remove gas from rs6000 build, use aix host fragment.
17136 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
17138         * configure: pass down site_option during recursion.
17140 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
17142         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
17144 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
17146         * configure: Change exec_prefix so that it really defaults to prefix.
17148 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
17150         * Makefile.in, configure.in:  Add support for mmalloc library.
17152 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
17154         * Makefile.in: add stmp dependencies for a few more things.
17156 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
17158         * configure: adjusted error message on objdir/srcdir configure
17159           collision, per john's suggestion.
17161         * Makefile.in: add libiberty stmp to all and all.cross.
17163 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
17165         * Makefile.in: remove force dependencies, add grep to all.
17167 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
17169         * Makefile.in: drop flex.  make stamp files work.
17171         * configure: added test for conflicting configuration in srcdir,
17172           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
17173           gets cranky.  use relative paths for configure and srcdir
17174           whenever possible.  Send some error messages to stderr that were
17175           going to stdout.
17177 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
17179         * Makefile.in:  Fix libg++ rule to check for gcc directory
17180         before using gcc/gcc.  Also pass XTRAFLAGS.
17182 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
17184         * Makefile.in: added stmp-files so that directories aren't polled
17185           when they are already built.
17187         * configure.texi: fixed a node pointer problem.
17189 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
17191         * config.sub configure.in gdb/configure.in
17192         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
17193         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
17194         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
17196 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17198         * configure: -recurring becomes -silent.  corrected help message
17199           for -site= option.
17201         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
17203 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17205         * configure: when building Makefile for crosses, replace
17206           tooldir and program_prefix.  default srcdir from location of
17207           config.sub.  remove "for host in hosts" and "for target in
17208           targets" loops.
17210 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17212         * Makefile.in: Do not pass bindir or mandir to cvs.
17214 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
17216         * Makefile.in, configure.in: removed traces of namesubdir,
17217           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
17218           copyrights to '92, changed some from Cygnus to FSF.
17220         * configure.texi: remove most references to multiple hosts,
17221           multiple targets, subdirs, etc.
17223         * configure.man: removed rcsid. reference config.sub not
17224           config.subr.
17226         * Makefile.in: mkdir $(infodir) on install-info.
17228 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
17230         * configure.texi:  Explain better about .gdbinit and about
17231         the environment that configure.in sections run in.
17233 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
17235         * configure.in:  Ultrix is only a decstation if it's a MIPS.
17237 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
17239         * README:  DOC.configure => cfg-paper.texi.
17241 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
17243         * config.sub (near case $os):  Don't convert newsos* to bsd!
17245 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
17247         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
17248         the number of copies of COPYING that go into the GDB tar file.
17250 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
17252         * bfd/configure.in, gdb/config/mh-i386sco,
17253         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
17254         Fix SCO configuration stuff.
17256 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
17258         * Makefile.in:  For libg++, make sure the -I pointing
17259         to the gcc directory goes *after* all the libg++-local -I flags.
17260         Also, move just-gcc dependency from just-libg++ to all-libg++.
17262 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
17264         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
17266 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
17268         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
17270 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
17272         * config.sub:  Add stratus configuration frags.  Also
17273         submitted to FSF.
17275 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
17277         * Makefile.in (DEV_SUPPORT):  add configure.man.
17279         * config.sub(Decode manufacturer-specific):  add -none*.
17281 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
17283         * Makefile.in:  remove form feeds to make Sun's make happy.
17284         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
17286 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
17288         * Makefile.in (AR_FLAGS):  Make quieter.
17290 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
17292         * configure.in:  Add libg++.
17293         * configure:  When verbose, don't output the command line at each
17294         level; it will be unremarkably the same as the previous version,
17295         which will be the same as what the user typed.
17297 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
17299         * configure.in, Makefile.in: fix clean-info, add flex.  add
17300           fileutils.
17302         * configure: be less sensitive to spaces in Makefile.in.  Do not
17303           look for sources in "..".  Doing so breaks subdirectories that
17304           might have their own configure.  If a subdir has it's own
17305           configure script, use it.
17307 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
17309         * cfg-paper.texi: some changes suggested by rms.
17311 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
17313         * config.sub:  Merge in some small additions from the FSF version,
17314         taken from the gcc distribution, to bring the Cygnus and FSF
17315         versions into closer sync.
17317 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
17319         * configure.in:  Changed svr4 references to sysv4.
17321 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
17323         * configure: added -V for version number option.
17325 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
17327         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
17328           renamed from DOC.configure to cfg-paper.texi.
17330 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17332         * configure, config.subr, config.sub: config.subr is now
17333           config.sub again.
17335 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
17337         * configure.texi: new file, in progress.
17339         * Makefile.in: build info file and install the man page for
17340           configure.
17342         * configure.man: new file, first cut.
17344         * configure: find config.subr again now that configuration "none"
17345           has gone.  removed all traces of the -ansi option.  removed all
17346           traces of the -languages option.
17348         * config.subr: resync from rms.
17350 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17352         * configure, config.sub, config.subr: merge config.sub into
17353           config.subr, call the result config.subr, remove config.sub, use
17354           config.subr.
17356         * Makefile.in: revised install for dir.info.
17358 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17360         * configure.in: add decstation host makefile frag.
17362         * Makefile.in: BISON now bison -y again.  also install-gcc on
17363           install.  clean-gdbm on clean.  infodir belongs in datadir.
17364           Make directories for info install.  Build dir.info here then
17365           install it.
17367 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17369         * Makefile.in: fix for bad directory tests.
17371 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17373         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
17374           regexp.  -srcdir relative was being handled incorrectly.
17376         * Makefile.in: unwrapped some for loops so that parallel makes
17377           work again and so one can focus one's attention on a particular
17378           package.
17380 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17382         * configure: added PWD as a stand in for `pwd` (for speed). use
17383           elif wherever possible.  make -srcdir work without -objdir.
17384           -objdir= commented out.
17386 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17388         * configure: +options become --options.  -subdirs commented out.
17389           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
17390           Makefile now at top of generated Makefile.  Removed cvs log
17391           entries.  added -srcdir.  create .gdbinit only if there is one
17392           in ${srcdir}.
17394         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
17395           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
17396           and mandir now keyed off datadir by default.
17398 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17400         * Freshly created ChangeLog.
17403 Local Variables:
17404 mode: change-log
17405 left-margin: 8
17406 fill-column: 76
17407 version-control: never
17408 End: