* target.def (use_blocks_for_decl_p): New hook.
[official-gcc.git] / ChangeLog
blob6c0d6d60399d22497e81e63278db323491c07e3a
1 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
3         * configure.ac: Disable libsanitizer if we're not building C++.
4         * configure: Regenerate.
6 2012-11-15  Roland McGrath  <roland@hack.frob.com>
8         * MAINTAINERS (Write After Approval): Add myself.
10 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
12         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
13         Kostya Serebryany (kcc@google.com) and
14         Jakub Jelinek (jakub@redhat.com).
15         Rename area for Dodji Seketeli (dodji@redhat.com).
17 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
19         * MAINTAINERS: (asan.c, related): Add myself.
21 2012-11-14  Roland McGrath  <mcgrathr@google.com>
23         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
24         * configure: Regenerate.
26 2012-11-13  Richard Henderson  <rth@redhat.com>
28         * configure.ac: Move libsanitizer logic to subdirectory.
29         * configure: Regenerate.
31 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
33         * configure.ac: Enable libsanitizer just on x86 linux for now.
34         * configure: Re-generate.
36 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
38         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
39         sections.
40         * configure: Regenerate.
42 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
44         * configure.ac: Add section for configdirs for libsanitizer.
45         Disable for cris-*-* and mmix-*-*.
46         * configure: Regenerate.
48 2012-11-12  Wei Mi <wmi@google.com>
50         * configure.ac: Add libsanitizer to target_libraries.
51         * Makefile.def: Ditto.
52         * configure: Regenerate.
53         * Makefile.in: Regenerate.
54         * libsanitizer: New directory for asan runtime.  Contains an empty
55         tsan directory.
57 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
59         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
60         against Mingw64 w32api.
61         * configure: Regenerate.
63 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
65         * configure: Regenerated.
67 2012-11-03  Robert Mason  <rbmj@verizon.net>
69         * configure.ac: add --disable-libstdcxx configure option
70         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
72 2012-10-30 Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
74         * MAINTAINERS (Write After Approval): Add myself.
76 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
78         * MAINTAINERS (Write After Approval): Add myself.
80 2012-10-24  Sharad Singhai  <singhai@google.com>
82         * MAINTAINERS (Write After Approval): Add myself.
84 2012-10-24  Eric Christopher  <echristo@gmail.com>
86         * MAINTAINERS: Update email address.
88 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
90         PR bootstrap/54820
91         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
92         * configure: Regenerate.
94 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
96         * MAINTAINERS (aarch64): Add Marcus and myself.
98 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
100         PR bootstrap/54820
101         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
102         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
103         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
104         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
105         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
106         * Makefile.in: Regenerate.
107         * configure.ac (have_static_libs): New variable and associated check.
108         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
109         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
110         * configure: Regenerate.
112 2012-10-10  Richard Biener  <rguenther@suse.de>
114         * MAINTAINERS: Adjust for changed surname.
116 2012-10-04  Lawrence Crowl  <crowl@google.com>
118         * MAINTAINERS (Write After Approval): Add myself.
120 2012-10-01  Cary Coutant  <ccoutant@google.com>
122         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
124 2012-09-28  Ian Lance Taylor  <iant@google.com>
126         * Makefile.def: Make all-target-libgo depend on
127         all-target-libbacktrace.
128         * Makefile.in: Rebuild.
130 2012-09-26  Ian Lance Taylor  <iant@google.com>
132         * Makefile.def: Make all-gcc depend on all-libbacktrace.
133         * Makefile.in: Rebuild.
135 2012-09-20  Walter Lee  <walt@tilera.com>
137         * configure.ac: Add tilegx to list of targets that support gold.
138         * configure: Regenerate.
140 2012-09-20  Marek Polacek  <polacek@redhat.com>
142         * MAINTAINERS (Write After Approval): Add myself.
144 2012-09-19  Steve Ellcey  <sellcey@mips.com>
146         * configure.ac: Add mips*-mti-elf* target.
147         * configure: Regenerate.
149 2012-09-17  Ian Lance Taylor  <iant@google.com>
151         * MAINTAINERS (Various Maintainers): Add libbacktrace.
152         * configure.ac (host_libs): Add libbacktrace.
153         (target_libraries): Add libbacktrace.
154         * Makefile.def (host_modules): Add libbacktrace.
155         (target_modules): Likewise.
156         * configure, Makefile.in: Rebuild.
158 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
160         PR target/38607
161         Merge upstream change.
162         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
164         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
165         Add libgomp*.o to compare_exclusions for AIX.
166         * configure: Regenerate.
168 2012-09-06  Diego Novillo  <dnovillo@google.com>
170         * configure.ac: Bump minimum GMP version to 4.2.3.
171         * configure: Re-generate.
173 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
175         PR target/54461
176         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
177         target-libgloss if not configured --with-avrlibc=no.
178         * configure: Regenerate.
180 2012-09-04  Jason Merrill  <jason@redhat.com>
182         * configure.ac: Fix --enable-languages=all.
184 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
186         * MAINTAINERS (Write After Approval): Add myself.
188 2012-09-03  Richard Guenther  <rguenther@suse.de>
190         PR bootstrap/54138
191         * configure.ac: Re-organize ISL / CLOOG checks to allow
192         disabling with either --without-isl or --without-cloog.
193         * configure: Regenerated.
195 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
197         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
198         * configure: Regenerate.
200 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
202         * MAINTAINERS: Fix my email address.
204 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
206         PR binutils/4970
207         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
208         and opcodes.
209         * Makefile.in: Regenerated.
211 2012-08-26  Art Haas <ahaas@impactweather.com>
213         * configure: Regenerate.
215 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
217         * INSTALL/README: Also refer to the online installation
218         instructions.
220 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
222         * MAINTAINERS (Write After Approval): Add myself.
223         (Picochip port): Remove myself.
225 2012-08-14   Diego Novillo  <dnovillo@google.com>
227         Merge from cxx-conversion branch.
229         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
230         POSTSTAGE1_CONFIGURE_FLAGS.
231         * Makefile.in: Regenerate.
232         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
233         Force C++ when bootstrapping.
234         * configure: Regenerate.
236 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
238         * MAINTAINERS (Write After Approval): Add myself.
240 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
242         * README: Document use of ranges of years in copyright notices.
244 2012-07-06  Richard Guenther  <rguenther@suse.de>
246         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
247         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
248         --with-gmp=system.
249         * Makefile.in: Regenerated.
250         * configure: Likewise.
252 2012-07-06  Richard Guenther  <rguenther@suse.de>
254         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
255         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
256         supply V=1 as extra_make_flags.
257         * configure: Regenerated.
258         * Makefile.in: Likewise.
260 2012-07-04  Tristan Gingold  <gingold@adacore.com>
262         * configure: Regenerate.
264 2012-07-03  Richard Guenther  <rguenther@suse.de>
266         * Makfile.def (isl): Remove not necessary extra_exports and
267         extra_make_flags.
268         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
269         * Makefile.in: Regenerated.
271 2012-07-03  Richard Guenther  <rguenther@suse.de>
273         * Makefile.def (cloog): Add V=1 to extra_make_flags.
274         * configure.ac: If either the ISL or the CLooG check failed
275         do not try to build in-tree versions.
276         * Makefile.in: Regenerated.
277         * configure: Regenerated.
279 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
281         * configure: Regenerate.
283 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
285         * MAINTAINERS (Various Maintainers): Add myself as testsuite
286         maintainer.
288 2012-07-02  Richard Guenther  <rguenther@suse.de>
290         * configure: Regenerated.
292 2012-07-02  Richard Guenther  <rguenther@suse.de>
293         Michael Matz  <matz@suse.de>
294         Tobias Grosser <tobias@grosser.es>
295         Sebastian Pop <sebpop@gmail.com>
297         * Makefile.def: Add ISL host module, remove PPL host module.
298         Adjust ClooG host module to use the proper ISL.
299         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
300         * configure.ac: Include config/isl.m4.  Add ISL host library,
301         remove PPL.  Remove PPL configury, add ISL configury, adjust
302         ClooG configury.
303         * Makefile.in: Regenerated.
304         * configure: Likewise.
306 2012-07-02  Richard Guenther  <rguenther@suse.de>
308         Merge from graphite branch
309         2011-07-21  Tobias Grosser  <tobias@grosser.es>
311         * configure: Regenerated.
312         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
313         both cloog.org and legacy versions. The only supported version will
314         be CLooG with the isl backend.
316         2011-07-21  Tobias Grosser  <tobias@grosser.es>
318         * configure: Regenerated.
319         * configure.ac: Require cloog isl 0.17.0
321         2011-07-21  Tobias Grosser  <tobias@grosser.es>
323         * configure: Regenerated.
324         * config/cloog.m4: Do not define CLOOG_ORG
326 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
328         * configure.ac: Skip C if explicitly selected.
329         * configure: Regenerate.
331 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
333         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
334         they contain -O2.
335         * configure: Regenerate.
337 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
339         PR debug/53740
340         * df.h, df-problems.c, dce.c: Revert last patch.
342 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
344         * MAINTAINERS (Write After Approval): Update my email address.
346 2012-06-21  Meador Inge  <meadori@codesourcery.com>
348         * MAINTAINERS (Write After Approval): Add myself.
350 2012-06-20  Jason Merrill  <jason@redhat.com>
352         * Makefile.tpl (check-target-libgomp-c++): New.
353         (check-target-libitm-c++): New.
354         * Makefile.def (c++): Add them.
355         * Makefile.in: Regenerate.
357 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
359         * MAINTAINERS (Write After Approval): Add myself.
361 2012-05-16  Olivier Hainque  <hainque@adacore.com>
363         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
364         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
365         (install-no-fixedincludes): Adjust accordingly.
366         * Makefile.in: Regenerate.
368 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
370         Merge upstream change
371         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
373 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
375         * MAINTAINERS (Write After Approval): Add myself.
377 2012-05-09  Nick Clifton  <nickc@redhat.com>
378             Paul Smith  <psmith@gnu.org>
380         PR bootstrap/50461
381         * configure.ac (mpfr-dir): When using in-tree MPFR sources
382         allow for the fact that from release v3.1.0 of MPFR the source
383         files were moved into a src sub-directory.
384         * configure: Regenerate.
386 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
388         * configure.ac: Bump minimum MPFR version to 2.4.0.
389         * configure: Regenerated.
391 2012-05-01  Richard Henderson  <rth@redhat.com>
393         * Makefile.def (libatomic): New target_module.
394         * configure.ac (target_libraries): Add libatomic.
395         (noconfigdirs): Check if libatomic is supported.
396         * Makefile.in, configure: Rebuild.
398 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
400         * MAINTAINERS (Write After Approval): Add myself.
402 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
404         * config.sub: Update to 2012-04-18 version from official repo.
406 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
408         * MAINTAINERS (Write After Approval): Add myself.
410 2012-04-11  Steve Ellcey  <sellcey@mips.com>
412         * MAINTAINERS: Changed email address.
414 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
416         PR target/52737
417         * contrib/gcc_update (files_and_dependencies):
418         Remove gcc/config/avr/t-multilib from touch data.
420 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
422         * MAINTAINERS (OS Port Maintainers): Remove irix.
423         * configure.ac (enable_libgomp): Remove *-*-irix6*.
424         (unsupported_languages): Remove mips-sgi-irix6.*.
425         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
426         (with_stabs): Remove.
427         * configure: Regenerate.
429 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
431         * MAINTAINERS (OS Port Maintainers): Remove osf.
432         * configure.ac (enable_libgomp): Remove *-*-osf*.
433         (with_stabs): Remove alpha*-*-osf*.
434         * configure: Regenerate.
436 2012-03-05  Tristan Gingold  <gingold@adacore.com>
438         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
439         * configure: Regenerate.
441 2012-02-17  Walter Lee  <walt@tilera.com>
443         * MAINTAINERS: (Write After Approval): Delete myself.
445 2012-02-14  Walter Lee  <walt@tilera.com>
447         * MAINTAINERS (tilegx port): Add myself.
448         (tilepro port): Add myself.
449         (Write After Approval): Add myself.
451 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
453         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
454         and Joseph Myers as docstring relicensing maintainers.
456 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
458         * MAINTAINERS (write-after-approval): Add myself.
460 2012-02-08  Ira Rosen <irar@il.ibm.com>
462         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
463         maintainer.
465 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
467         * MAINTAINERS (Write After Approval): Move myself to
468         maintain alphabetical order.
470 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
472         * MAINTAINERS (Write After Approval): Add myself.
474 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
476         * MAINTAINERS (Write After Approval): Add myself.
478 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
479             Jayant R Sonar <jayant.sonar@kpitcummins.com>
481         * configure.ac (cr16-*-*): Remove nonconfigdirs.
482         * configure: Regenerate.
484 2012-01-23  Harshit Chopra  <harshit@google.com>
486         * MAINTAINERS (Write After Approval): Add myself.
488 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
490         * configure.ac: Remove reference to mh-interix.
491         * configure: Regenerate.
493 2012-01-05  Richard Henderson  <rth@redhat.com>
495         PR bootstrap/51072
496         * configure.ac: Disable libitm if c++ is not enabled.
497         * configure: Rebuild.
499         * configure.ac: Fix regexp for same.
500         * configure: Rebuild.
502 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
504         * MAINTAINERS (Write After Approval): Add myself.
506 2012-01-02  Richard Guenther  <rguenther@suse.de>
508         PR bootstrap/51686
509         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
510         * Makefile.in: Regenerate.
512 2011-12-28  Oleg Endo <olegendo@gcc.gnu.org>
514         * MAINTAINERS (Write After Approval): Add myself.
516 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
518         * configure: Regenerate.
520 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
522         * MAINTAINERS (picochip): Changed email address.
524 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
526         * MAINTAINERS (write-after-approval): Add self.
528 2011-11-29  DJ Delorie  <dj@redhat.com>
530         * configure.ac (rl78-*-*) New case.
531         * configure: Regenerate.
532         * MAINTAINERS: Add myself as RL78 maintainer.
534 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
536         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
538 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
540         * libtool.m4: Additional FreeBSD 10 fixes.
542 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
544         * MAINTAINERS: Move myself from Write After Approval to CPU Port
545         Maintainers section, as Epiphany maintainer.
547 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
549         PR target/49992
550         * configure.ac: Remove ranlib special-casing for Darwin.
551         * configure: Regenerate.
553 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
555         * MAINTAINERS (Reviewers): Keep the list sorted.
557 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
559         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
561 2011-11-09  Roland McGrath  <mcgrathr@google.com>
563         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
564         * configure: Rebuild.
565         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
566         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
567         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
568         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
569         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
570         Add READELF.
571         * Makefile.in: Rebuild.
573 2011-11-09  Jason Merrill  <jason@redhat.com>
575         * Makefile.def (language=c++): Remove check-c++0x.
576         * Makefile.in (check-gcc-c++): Regenerate.
578 2011-11-08  Richard Henderson  <rth@redhat.com>
580         * configure.ac: Test for libitm directory present first.
582         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
584         * configure.ac: Test libitm/configure.tgt to disable libitm.
585         * configure: Rebuild.
587 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
588             Richard Henderson  <rth@redhat.com>
590         Merged from transactional-memory.
592         * Makefile.def (lang_env_dependencies): libitm is c++.
593         Add libitm target module.
594         * configure.ac: Likewise.
595         * config/mmap.m4: New file.
596         * contrib/gcc_update: Add libitm to touch data.
597         * Makefile.in, configure: Rebuild.
599 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
601         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
602         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
603         * Makefile.in: Regenerate.
605 2011-11-01  DJ Delorie  <dj@redhat.com>
607         * config.sub: Update to version 2011-10-29 (added rl78)
609 2011-10-27  Nick Clifton  <nickc@redhat.com>
611         * config.sub: Import these changes from the config project:
613         2011-10-08  Joern Rennecke <joern.rennecke@embecosm.com>
614             Ben Elliston  <bje@gnu.org>
616         * config.sub (epiphany): New.
618         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
619             Ben Elliston  <bje@gnu.org>
621         * config.sub (hexagon, hexagon-*): New.
623         2011-08-23  Roland McGrath  <mcgrathr@google.com>
625         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
626         64eb to be64.
628         2011-08-16  Roland McGrath  <mcgrathr@google.com>
630         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
631         (nacl): Grok as alias for 32el-unknown-nacl.
633 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
635         * MAINTAINERS (Write After Approval): Add myself.
637 2011-10-24  Teresa Johnson  <tejohnson@google.com>
639         * MAINTAINERS (Write After Approval): Add myself.
641 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
643         * MAINTAINERS (sparc port): Remove myself.
645 2011-09-14  Tom de Vries  <tom@codesourcery.com>
647         * MAINTAINERS (Write After Approval): Add myself.
649 2011-08-14  Yao Qi  <yao@codesourcery.com>
651         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
652         * configure: Regenerate.
654 2011-07-26  Ian Lance Taylor  <iant@google.com>
656         * configure.ac: Set have_compiler based on whether gcc directory
657         exists, rather than on whether gcc is in configdirs.
658         * configure: Rebuild.
660 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
662         * MAINTAINERS (Global Reviewers): Add self.
664 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
666         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
667         link directories.
668         * Makefile.in: Rebuild.
670 2011-07-20  Ian Lance Taylor  <iant@google.com>
672         PR bootstrap/49787
673         * configure.ac: Move --enable-bootstrap handling earlier in file.
674         If --enable-bootstrap and either --enable-build-with-cxx or
675         --enable-build-poststage1-with-cxx, enable C++ automatically.
676         * configure: Rebuild.
678 2011-07-19  Ian Lance Taylor  <iant@google.com>
680         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
681         make C++ a boot_language.  Set and substitute
682         POSTSTAGE1_CONFIGURE_FLAGS.
683         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
684         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
685         * configure, Makefile.in: Rebuild.
687 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
689         * MAINTAINERS (Register Allocation): Move myself from reviewers to
690         maintainers.
692 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
694         * MAINTAINERS (Global Reviewers): Add myself.
696 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
698         * configure: Regenerate.
700 2011-07-16  Jason Merrill  <jason@redhat.com>
702         * Makefile.def (language=c++): Add check-c++0x and
703         check-target-libmudflap-c++.
704         * Makefile.tpl (check-target-libmudflap-c++): New.
705         * Makefile.in: Regenerate.
707 2011-07-16  Matthias Klose  <doko@ubuntu.com>
709         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
710         * Makefile.def (target_modules/libjava): Pass
711         $(EXTRA_CONFIGARGS_LIBJAVA).
712         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
713         if not configured with --enable-static-libjava.
714         * Makefile.in: Regenerate.
715         * configure: Likewise.
717 2011-07-15  Jason Merrill  <jason@redhat.com>
719         * Makefile.in (check-c++): Move check-gcc-c++0x after
720         check-target-libstdc++-v3.
722 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
724         * MAINTAINERS (c6x port): New entry.
726 2011-07-13  Jason Merrill  <jason@redhat.com>
728         * Makefile.in (check-gcc-c++0x): New.
729         (check-c++): Depend on it.
731 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
733         PR target/39150
734         * configure.ac (i[3456789]86-*-solaris2*): Also accept
735         x86_64-*-solaris2.1[0-9]*.
736         * configure: Regenerate.
738 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
740         * MAINTAINERS (RTL optimizers): Add self.
742 2011-06-27  Gabriel Charette  <gchare@google.com>
744         * MAINTAINERS (Write After Approval): Add myself.
746 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
748         PR regression/47836
749         PR bootstrap/23656
750         PR other/47733
751         PR bootstrap/49247
752         PR c/48825
753         * configure.ac (target_libraries): Remove target-libiberty.
754         Remove case-statement setting skipdirs=target-libiberty for
755         multiple targets.  Remove checking target_configdirs and
756         removing target-libiberty but keeping target-libgcc if
757         otherwise empty.
758         * Makefile.def (target_modules): Don't add libiberty.
759         (dependencies): Remove all traces of target-libiberty.
760         * configure, Makefile.in: Regenerate.
762 2011-06-13  Walter Lee <walt@tilera.com>
764         * configure.ac (tilepro-*-*) New case.
765         (tilegx-*-*): Likewise.
766         * configure: Regenerate.
768 2011-06-06  Jing Yu  <jingyu@google.com>
770         * configure.ac: Skip target-libiberty for
771         arm*-*-linux-androideabi.
772         * configure: Regenerated.
774 2011-06-06  Nick Clifton  <nickc@redhat.com>
776         * config.sub: Sync from upstream.
778 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
780         * MAINTAINERS (Write After Approval): Add myself.
782 2011-06-01  Daniel Jacobowitz  <drow@false.org>
784         * MAINTAINERS: Update my email address.
786 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
788         * MAINTAINERS (Write After Approval): Update my email address.
790 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
792         * MAINTAINERS (Write After Approval): Add myself.
794 2011-05-08  Doug Kwan  <dougkwan@google.com>
796         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
797         * configure: Regenerated.
798         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
799         value from configure.
800         * Makefile.in: Regenerated.
802 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
804         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
805         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
806         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
807         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
808         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
809         *-*-vxworks*): Disable newlib and libgloss in separate case
810         statement.
811         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
812         to separate case statement.
813         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
814         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
815         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
816         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
817         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
818         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
819         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
820         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
821         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
822         i[[3456789]]86-*-rdos*, m32r-*-*,
823         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
824         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
825         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
826         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
827         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
828         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
829         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
830         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
831         and libgloss in main case over targets.  Remove most empty cases
832         in main case over targets.
833         * configure: Regenerate.
835 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
837         * MAINTAINERS (Write After Approval): Add myself.
839 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
841         * configure.ac: Remove code setting special library locations for
842         hppa*64*-*-hpux11*.  Remove code setting compiler for
843         sparc-sun-solaris2*.
844         * configure: Regenerate.
846 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
848         * configure.ac: Separate libgloss_dir settings from general case
849         over targets.
850         * configure: Regenerate.
852 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
854         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
855         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
856         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
857         cases in libgcj-disabling case statement.
858         (hppa*64*-*-linux*): Set unsupported_languages instead of
859         disabling target-zlib.
860         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
861         to hppa*64*-*-hpux*.
862         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
863         hppa*-*-hpux*.
864         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
865         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
866         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
867         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
868         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
869         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
870         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
871         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
872         libgcj-disabling case statement.
873         * configure: Regenerate.
875 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
877         * configure.ac: Disable Java for targets not supporting libffi.
878         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
879         Remove cases in Java-disabling statement.
880         (*arm-wince-pe): Change to arm-wince-pe.
881         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
882         cases in Java-disabling statement.
883         (bfin-*-*): Don't disable Java again.
884         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
885         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
886         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
887         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
888         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
889         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
890         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
891         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
892         Java-disabling statement.
893         (mmix-*-*): Don't disable Java again.
894         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
895         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
896         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
897         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
898         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
899         statement.
900         * configure: Regenerate.
902 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
904         * configure.ac: Separate cases disabling Java and Java libraries
905         from general case over targets.
906         * configure: Regenerate.
908 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
910         * MAINTAINERS: Update my email address.
912 2011-04-20  Easwaran Raman  <eraman@google.com>
914         * MAINTAINERS (Write After Approval): Add myself.
916 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
918         PR lto/48086
919         * configure.ac: Re-enable LTO on *-apple-darwin9*.
920         * configure: Regenerate.
922 2011-04-16  Jim Meyering  <meyering@redhat.com>
924         * MAINTAINERS (Write After Approval): Add myself.
926 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
928         * MAINTAINERS: Update my email address.
930 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
932         * MAINTAINERS (Write After Approval): Add myself.
934 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
936         * MAINTAINERS (Write After Approval): Add myself.
938 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
940         * MAINTAINERS (Write After Approval): Add myself.
942 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
944         * configure.ac (build_tools): Remove build-byacc.
945         (host_libs): Remove mmalloc.
946         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
947         autoconf automake libtool diff rcs fileutils shellutils time
948         textutils wdiff find uudecode hello tar gzip indent recode release
949         sed perl gawk findutils gettext zip.
950         (libgcj): Remove target-qthreads.
951         (target_tools): Remove target-examples target-gperf.
952         (YACC): Don't handle building byacc.
953         * configure: Regenerate.
954         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
955         dosutils, examples, fileutils, find, findutils, gawk, gettext,
956         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
957         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
958         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
959         handle building components.
960         * Makefile.in: Regenerate.
962 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
964         * MAINTAINERS: Update my email address as Xtensa maintainer.
966 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
968         * config.sub: Sync from upstream.
970 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
972         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
973         (microblaze*): Don't disable libssp.
974         * configure: Regenerate.
976 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
978         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
979         moveifchange.
980         * configure: Regenerate.
981         * Makefile.tpl: Use @SHELL@ not @config_shell@.
982         * Makefile.in: Regenerate.
984 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
986         * configure.ac (*-*-sysv4*): Don't enable libgomp.
987         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
988         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
989         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
990         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
991         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
992         md_exec_prefix cases.
993         * configure: Regenerate.
995 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
997         * configure.ac: Separate cases disabling target-libssp,
998         target-libiberty, target-libstdc++-v3 and Fortran from general
999         case over targets.
1000         * configure: Regenerate.
1002 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1004         * configure.ac (*-*-chorusos): Don't disable libgcj.
1005         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1006         Remove case.
1007         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1008         (arm-*-coff): Don't disable libgcj.
1009         (arm*-*-linux-gnueabi): Remove useless assignment.
1010         (arm-*-riscix*): Don't disable libgcj.
1011         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1012         configuration.
1013         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1014         (c54x*-*-*): Remove case.
1015         (tic54x-*-*): Don't disable GCC or GCC libraries.
1016         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
1017         to *.
1018         (d10v-*-*): Don't disable GCC libraries.
1019         (d30v-*-*): Don't disable libgcj.
1020         (h8500-*-*): Don't disable GCC libraries.
1021         (i960-*-*): Don't disable libgcj.
1022         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1023         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1024         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1025         libgcj.
1026         (m68k-*-coff*): Remove case.
1027         (mmix-*-*): Don't disable libgloss on host.
1028         (mn10200-*-*, mn10300-*-*): Remove cases.
1029         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1030         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1031         Don't disable libgcj.
1032         (romp-*-*): Remove case.
1033         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1034         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1035         case.
1036         (v810-*-*): Don't disable GCC libraries.
1037         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1038         (ip2k-*-*): Don't disable GCC libraries.
1039         * configure: Regenerate.
1041 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
1043         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1044         libffi on host.
1045         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1046         on host.
1047         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1048         * configure: Regenerate.
1050 2011-03-26  John Marino  <binutils@marino.st>
1052         * configure.ac: Add support for *-*-dragonfly*
1053         * configure: Regenerate.
1055 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
1057         * configure.ac (native_only): Remove.
1058         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1059         send-pr uudecode guile gnuserv on host.
1060         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1061         send-pr rcs guile perl texinfo libtool on host.
1062         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1063         automake send-pr rcs guile perl texinfo libtool on host.
1064         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1065         (*-*-kaos*): Don't disable target-examples target-gperf on target.
1066         (alpha*-dec-osf*): Don't disable fileutils on target.
1067         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1068         texinfo send-pr expect dejagnu on target.
1069         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1070         target-qthreads on target.
1071         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1072         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1073         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1074         x86_64-*-mingw*): Don't disable expect on target.
1075         (*-*-cygwin*): Don't disable target-gperf on target.
1076         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1077         gnuserv on target.
1078         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1079         target.
1080         * configure: Regenerate.
1082 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
1084         * configure.ac (target_tools): Remove target-groff.
1085         (native_only): Remove target-groff.
1086         (hppa*64*-*-*): Don't disable byacc.
1087         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1088         setting.
1089         (*-*-kaos*): Don't skip target-librx and target-groff.
1090         (*-*-netware*): Don't skip target-libmudflap.
1091         (*-*-tpf*): Don't skip target-libmudflap.
1092         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1093         directories on the host.
1094         (ia64*-*-*vms*): Don't skip tix.
1095         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1096         host.
1097         * configure: Regenerate.
1099 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
1101         * configure.ac: Remove references to mt-mep, mt-netware,
1102         mt-wince.
1103         * Makefile.def: Add all-utils soft dependencies.
1104         * Makefile.tpl: Remove GDB_NLM_DEPS.
1105         * configure: Regenerate.
1106         * Makefile.in: Regenerate.
1108 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1110         * configure.ac: Do not include mh-x86omitfp.
1111         * configure: Regenerate.
1113 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1115         * configure.ac: Remove empty cases.
1116         * configure: Regenerate.
1118 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1120         * Makefile.def: Add dependency from termcap to gdb.
1121         * Makefile.in: Regenerate.
1123 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1125         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1126         * configure: Regenerate.
1127         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1128         * Makefile.tpl: Likewise.
1129         * Makefile.in: Regenerate.
1131 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1133         * configure.ac: Remove all mentions of tentative_cc.
1134         * configure: Regenerate.
1136 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1138         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1139         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1140         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1141         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1142         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1143         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1144         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1145         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1146         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1147         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1148         *-*-rhapsody*): Remove host cases.
1149         * configure: Regenerate.
1151 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1153         * configure.ac (ppc*-*-pe): Remove host case.
1154         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1155         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1156         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1157         cases.
1158         * configure: Regenerate.
1160 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1162         * config.sub: Update to version 2011-03-23.
1164 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
1166         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1167         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1168         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1169         * configure: Regenerate.
1171 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
1173         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
1174         to Write After Approval.
1175         * config-ml.in: Don't handle arc-*-elf*.
1176         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1177         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1178         handle GCC libraries.
1179         * configure: Regenerate.
1181 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1183         PR bootstrap/48120:
1184         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1185         Add -lstdc++ -lm to LIBS.
1186         * configure: Regenerate.
1188 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
1190         * config.guess: Update to version 2011-02-02
1191         * config.sub: Update to version 2011-02-24
1193 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
1195         PR lto/48086
1196         * configure.ac: Re-enable LTO on *-apple-darwin9.
1197         * configure: Regenerate.
1199 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
1201         PR lto/48086
1202         * configure.ac: Disable LTO on darwin due to an assembler change in
1203         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
1204         under 256.
1205         * configure: Regenerate.
1207 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
1209         * MAINTAINERS: Update myself as score backend maintainer,
1210         update my e-mail address.
1212 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
1214         * MAINTAINERS: Update my e-mail address.
1216 2011-03-06  Joey Ye  <joey.ye@arm.com>
1218         * MAINTAINERS: Update my e-mail address.
1220 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1222         * configure.ac: Adjust test of with_ppl.
1223         * configure: Regenerated.
1225 2011-03-02  Kai Tietz  <ktietz@redhat.com>
1227         * MAINTAINERS: Adjust my e-mail address.
1229 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1231         * configure.ac: Add -lpwl to ppllibs.
1232         * configure: Regenerated.
1234 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1236         * config/cloog.m4: Add -lisl to clooglibs.
1237         * configure: Regenerated.
1239 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1241         * MAINTAINERS (CPU Port maintainers): Add self.
1243 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1245         * MAINTAINERS: Add myself as testsuite maintainer.
1247 2011-02-15  Mike Stump  <mikestump@comcast.net>
1249         * MAINTAINERS: Add myself as testsuite maintainer.
1251 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1253         Import from Libtool and gnulib:
1255         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
1257         Prepare for supporting FreeBSD 10.
1258         * config.rpath: Remove handling of freebsd1* which soon would
1259         match FreeBSD 10.0.
1261         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
1263         Remove support for FreeBSD 1.x.
1264         * libtool.m4 (_LT_LINKER_SHLIBS)
1265         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1266         soon would incorrectly match FreeBSD 10.0.
1268 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1270         PR binutils/12283
1271         * move-if-change: Import version from gnulib.
1273 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
1275         PR lto/47225
1276         * Makefile.def (lto-plugin): Double dash for enable-shared.
1277         (configure-gcc): Depend on all-lto-plugin.
1278         * Makefile.in: Rebuilt.
1280 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1282         * configure.ac: Remove extra bracket.
1283         * configure: Regenerate.
1285 2011-02-08  Tobias Burnus  <burnus@net-b.de>
1287         * MAINTAINERS: Add myself as libquadmath maintainer.
1289 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
1291         * MAINTAINERS: Update my email address.
1293 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
1295         * MAINTAINERS (option handling): Add self.
1297 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
1299         PR lto/47225
1300         * Makefile.def: Add dependency for install-gcc
1301         on install-lto-plugin.
1302         * Makfile.in: Regenerated
1304 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
1306         * MAINTAINERS (CPU Port Maintainers): Add myself.
1308 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
1310         PR libgcj/44341
1311         * configure.ac: Discard --with-* flags for host when configuring
1312         target libraries for cross build.
1313         * configure: Rebuilt.
1315 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1317         * MAINTAINERS (linear loop transforms): Removed.
1319 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
1321         * configure.ac: If with_ppl is no, move setting with_cloog=no
1322         after CLOOG_REQUESTED check.
1323         * configure: Regenerated.
1325 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1327         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1328         CLooG has been requested.
1329         * configure: Regenerated.
1331 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1333         * configure: Regenerated.
1334         * configure.ac: Check for version 0.11 (or later revision) of PPL.
1336 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
1338         * configure: Regenerated.
1339         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1341 2011-01-21  Andreas Schwab  <schwab@redhat.com>
1343         * configure.ac: Use AS_HELP_STRING throughout.
1344         * configure: Regenerate.
1346 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
1348         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1349         * configure: Regenerate.
1351 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1353         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1355 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
1357         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1358         for ia64-hpux.
1359         * configure: Regenerate.
1361 2011-01-07  Jan Hubicka  <jh@suse.cz>
1363         PR lto/47225
1364         * Makefile.in: Regenerate.
1365         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1366         configure.
1368 2011-01-07  Jan Hubicka  <jh@suse.cz>
1370         * Makefile.in: Regenerate.
1371         * Makefile.def (gcc host module) and soft dependency on lto-plugin
1372         and configure dependency on lto-plugin configure.
1373         (lto-plugin module): Remove dependency on GCC; add dependency on
1374         liniberty.
1376 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
1378         * MAINTAINERS (Write After Approval): Add myself.
1380 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
1382         * configure: Regenerate.
1384 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
1386         * configure.ac: (picochip): Disable libiberty.
1388 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
1390         * MAINTAINERS (Write After Approval): Add myself.
1392 2010-12-10  Ian Lance Taylor  <iant@google.com>
1394         PR bootstrap/46819
1395         * configure.ac: For --disable-libgcj clear libgcj_saved.
1396         * configure: Rebuild.
1398 2010-12-10  Tobias Burnus  <burnus@net-b.de>
1400         PR fortran/46540
1401         * configure.ac: Add --disable-libquadmath and
1402         --disable-libquadmath-support.
1403         * configure: Regenerate.
1405 2010-12-03  Ian Lance Taylor  <iant@google.com>
1407         * MAINTAINERS: Add myself as libgo maintainer.
1409 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
1411         PR libffi/46792
1412         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1413         * configure: Regenerate.
1415 2010-12-02  Ian Lance Taylor  <iant@google.com>
1417         * configure.ac: Always set default for poststage1_ldflags to
1418         -static-libstdc++ -static-libgcc.
1420 2010-11-29  Andreas Schwab  <schwab@redhat.com>
1422         * configure.ac: Move comment to remove extra space in last argument
1423         of GCC_TARGET_TOOL.
1425 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
1427         PR other/46026
1428         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1429         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1430         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1431         (BASE_FLAGS_TO_PASS): Use it.
1432         * configure: Rebuilt.
1433         * Makefile.in: Rebuilt.
1435 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
1437         PR binutils/12258
1438         * configure.ac: Correct comments for --enable-gold/--enable-ld.
1439         Properly check default linker.
1440         * configure: Regnerated.
1442 2010-11-23  Matthias Klose  <doko@ubuntu.com>
1444         * configure.ac: For --enable-gold, handle value `default' instead of
1445         `both*'.  New configure option --{en,dis}able-ld.
1446         * configure: Regenerate.
1448 2010-11-20  Ian Lance Taylor  <iant@google.com>
1450         * configure.ac: Only disable a language library if no language needs
1451         it.  Don't let --disable-libgcj uncondtionally disable libffi.
1452         * configure: Rebuild.
1454 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1456         * Makefile.in: Regenerate.
1458         PR other/46202
1459         * configure.ac: Fix just-built in-tree STRIP name to be
1460         binutils/strip-new.
1461         * configure: Regenerate.
1462         * Makefile.def (install-strip-gcc, install-strip-binutils)
1463         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1464         (install-strip-sid): Mirror dependencies on non-strip variants
1465         of these targets on the respective -strip prerequisites.
1466         * Makefile.tpl (install-strip, install-strip-host)
1467         (install-strip-target): New targets.
1468         (install-strip-[+module+], install-strip-target-[+module+]):
1469         New targets.
1470         * Makefile.in: Regenerate.
1472 2010-11-19  Ian Lance Taylor  <iant@google.com>
1473             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1475         * configure.ac: Add target-libgo to target_libraries.  Set
1476         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1477         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1478         (HOST_EXPORTS): Add GOC.
1479         (BASE_TARGET_EXPORTS): Add GOC.
1480         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1481         (GOCFLAGS_FOR_TARGET): New variable.
1482         (EXTRA_HOST_FLAGS): Add GOC.
1483         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1484         * Makefile.def (target_modules): Add libgo.
1485         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1486         (dependencies): Add dependency from configure-target-libgo to
1487         configure-target-libffi and all-target-libstdc++-v3.  Add
1488         dependencies from all-target-libgo to all-target-libffi.
1489         (languages): Add go.
1490         * configure: Rebuild.
1491         * Makefile.in: Rebuild.
1493 2010-11-19  Ian Lance Taylor  <iant@google.com>
1495         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1496         compiler/flag environment variables.
1498 2010-11-18  Ian Lance Taylor  <iant@google.com>
1500         * configure.ac: Check for lang_requires_boot_languages in
1501         config-lang.in files.
1502         * configure: Rebuild.
1504 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1505             Tobias Burnus  <burnus@net-b.de>
1507         PR fortran/32049
1508         * Makefile.def: Add libquadmath; build it with language=fortran.
1509         * configure.ac: Add libquadmath.
1510         * Makefile.tpl: Handle multiple libs in check-[+language+].
1511         * Makefile.in: Regenerate.
1512         * configure: Regenerate.
1514 2010-11-16  Tom Tromey  <tromey@redhat.com>
1516         * MAINTAINERS: Moved myself to reviewers section.
1518 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
1520         * MAINTAINERS: Moved myself to reviewers section.
1522 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1524         * MAINTAINERS (Various Maintainers): Add self for build machinery.
1525         (Write After Approval): Remove self.
1527 2010-11-15  Andreas Schwab  <schwab@redhat.com>
1529         * configure.ac: Fix spelling in option names.
1530         * configure: Regenerated.
1532 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
1534         PR bootstrap/39622
1535         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1536         * configure: Regenerated.
1538 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
1540         * MAINTAINERS: Update my email address.
1542 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1544         * configure: Regenerate.
1546 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1548         * configure: Regenerate.
1550 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1552         * configure: Regenerate.
1554 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1556         * configure: Regenerate.
1558 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1560         * configure.ac: Support official CLooG.org versions.
1561         * configure: Regenerate.
1562         * config/cloog.m4: New.
1564 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
1566         * MAINTAINERS (Write After Approval): Add myself.
1568 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
1570         * MAINTAINERS: Update my email address.
1572 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
1574         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1575         * configure: Regenerate.
1577 2010-11-03  Ian Lance Taylor  <iant@google.com>
1578             Dave Korn  <dave.korn.cygwin@gmail.com>
1580         PR lto/46273
1581         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
1582         and on other supported platforms whenever LTO is enabled.
1583         * configure: Rebuild.
1585 2010-11-02  Alan Modra  <amodra@gmail.com>
1587         PR binutils/12110
1588         * configure.ac: Error when source path contains spaces.
1589         * configure: Regenerate.
1591 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
1593         * MAINTAINERS: Update my email address.
1595 2010-10-20  Ian Lance Taylor  <iant@google.com>
1597         * Makefile.def (target_modules): Set lib_path to src/.libs for
1598         libstdc++-v3 module.
1599         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1600         * Makefile.in: Rebuild.
1602 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1604         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
1605         (Write After Approval): Remove myself.
1607 2010-10-15  Tristan Gingold  <gingold@adacore.com>
1609         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1611 2010-10-14  Douglas Rupp  <rupp@gnat.com>
1613         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1615 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1617         * configure.ac (build_lto_plugin): New shell variable.
1618         (--enable-lto): Turn on by default for all non-ELF platforms that
1619         have had LTO support added so far.  Set build_lto_plugin appropriately
1620         for both ELF and non-ELF.
1621         (configdirs): Add lto-plugin or not based on build_lto_plugin.
1622         * configure: Regenerate.
1624 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1626         Sync from src:
1627         * configure.ac (v850 support): Remove target-libgloss from
1628         noconfigdirs.
1629         * configure: Regenerate.
1631 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1633         PR bootstrap/45326
1634         PR bootstrap/45174
1635         * configure.ac: Honor initial values of $build_configargs,
1636         $host_configargs, $target_configargs.  Mark the precious, so
1637         environment settings get recorded.
1638         * configure: Regenerate.
1640 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1642         PR bootstrap/45796
1643         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1644         Depend on all-build-libiberty.
1645         * Makefile.in: Regenerate.
1647 2010-09-30  Michael Eager  <eager@eagercon.com>
1649         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1650         * configure: Regenerate.
1652 2010-09-28  Michael Eager  <eager@eagercon.com>
1654         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
1656 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1658         PR bootstrap/44621
1659         * configure.ac: Fix unportable shell quoting.
1660         * configure: Regenerate.
1662 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
1664         * configure.ac (enable-lto): Add Darwin to the list of supported lto
1665         targets and amend comment.
1666         * configure: Regenerate.
1668 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
1670         * MAINTAINERS (Write After Approval): Add myself.
1672 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
1674         * configure.ac: Enable LTO by default on Darwin.
1675         * configure: Regenerate.
1677 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
1679         * MAINTAINERS (Write After Approval): Add myself.
1681 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
1683         * MAINTAINERS (Write After Approval): Add myself.
1685 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
1687         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
1688         ports
1690 2010-07-28  David Yuste  <david.yuste@gmail.com>
1692         * MAINTAINERS (Write After Approval): Add myself.
1694 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
1696         * configure.ac: Support all v850 targets.
1697         * configure: Regenerate.
1699 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
1701         PR bootstrap/44455
1702         * configure.ac (extra_mpfr_configure_flags): Copy from
1703         extra_mpc_gmp_configure_flags.
1704         * configure: Re-generated.
1706 2010-07-22  Andi Kleen  <ak@linux.intel.com>
1708         * MAINTAINERS (Write After Approval): Add myself.
1710 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
1712         * MAINTAINERS (Write After Approval): Add myself.
1714 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
1716         * MAINTAINERS (Write After Approval): Add myself.
1718 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
1720         PR target/44862
1721         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1722         Provide -B option to allow for link spec %s substitutions for
1723         libstdc++.a on darwin.
1724         * Makefile.in: Regenerate.
1726 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
1728         * MAINTAINERS (Reviewers): Update my e-mail address
1730 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
1732         * Makefile.def (configure-gcc): Depend on all-libelf.
1733         * Makefile.in: Rebuild.
1735 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
1737         * MAINTAINERS (Write After Approval): Add myself in the right place.
1739 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
1741         * MAINTAINERS (Write After Approval): Add myself.
1743 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
1745         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
1747 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
1749         * config.sub: Update to version 2010-05-21.
1750         * config.guess: Update to version 2010-04-03.
1752 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
1754         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1755         * configure: Regenerate.
1757 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
1759         * MAINTAINERS (Write After Approval): Add myself.
1761 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
1763         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1764         a platform that supports LTO.
1765         * configure: Regenerate.
1767 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
1769         * configure.ac: Allow all the versions greater than 0.10 of PPL.
1770         * configure: Regenerated.
1772 2010-04-27  Roland McGrath  <roland@redhat.com>
1773             H.J. Lu  <hongjiu.lu@intel.com>
1775         * configure.ac (--enable-gold): Support both, both/gold and
1776         both/bfd to add gold to configdirs without removing ld.
1777         * configure: Regenerated.
1779         * Makefile.def: Add install-gold dependency to install-ld.
1780         * Makefile.in: Regenerated.
1782 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
1784         PR lto/42776
1785         * configure.ac (--enable-lto): Refactor handling so libelf tests
1786         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1787         and allow LTO to be explicitly enabled on non-ELF platforms that
1788         are known to support it inside else-clause.
1789         * configure: Regenerate.
1791 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
1793         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1794         * configure: Regenerate.
1796 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
1798         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1799         * configure: Regenerate.
1801 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1803         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1804         separately.
1805         * configure: Regenerate.
1807 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
1809         * MAINTAINERS (Write After Approval): Add myself.
1811 2010-04-14  Tristan Gingold  <gingold@adacore.com>
1813         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1814         * configure: Regenerate.
1816 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
1818         * configure: Regenerate after change to elf.m4.
1820 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
1822         * MAINTAINERS (Write After Approval): Add myself.
1824 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1826         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1827         * configure: Regenerated.
1829 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1831         * configure.ac: Print "buggy but acceptable" when CLooG
1832         revision is less than 9.
1833         * configure: Regenerated.
1835 2010-04-01  Diego Novillo  <dnovillo@google.com>
1837         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
1839 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1841         PR bootstrap/43615
1842         PR bootstrap/43328
1844         Revert:
1846         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1848         * configure.ac: Do not pass --enable-multilib nor
1849         --disable-multilib in baseargs.  Accept explicitly passed
1850         --enable_multilib.
1851         * configure: Regenerate.
1853 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
1855         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
1857 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
1859         * MAINTAINERS: Remove myself.
1861 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1863         PR bootstrap/43328
1864         * configure.ac: Do not pass --enable-multilib nor
1865         --disable-multilib in baseargs.  Accept explicitly passed
1866         --enable_multilib.
1867         * configure: Regenerate.
1869 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
1871         * MAINTAINERS (spu port): Remove me.
1873 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1875         * configure.ac (tic6x-*-*): New case.
1876         * configure: Regenerate.
1878 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1880         * config.sub: Update to version 2010-03-22.
1881         * config.guess: Update to version 2009-12-30.
1883 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
1885         PR ada/42554
1886         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1887         * configure: Regenerate.
1889 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1891         * MAINTAINERS: Update my email address.
1893 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
1895         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
1896         (ghassan.shobaki@amd.com): Removed.
1898 2010-03-17  Alan Modra  <amodra@gmail.com>
1900         * MAINTAINERS: Update my email address.
1902 2010-03-16  Diego Novillo  <dnovillo@google.com>
1904         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
1905         Matthews.
1907 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1909         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
1910         Gutson, Jeffrey D. Oldham and Mark Shinwell.
1912 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1914         * MAINTAINERS: Update my email address.
1916 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
1918         * MAINTAINERS: Update my email address.
1920 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
1922         * MAINTAINERS: Update my email address.
1924 2010-03-09  Jie Zhang  <jie@codesourcery.com>
1926         * MAINTAINERS: Update my email address.
1928 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1930         PR libstdc++/32499
1931         * configure.ac (RANLIB): Default to true.
1932         (STRIP): Likewise.
1933         (RANLIB_FOR_TARGET): Remove superfluous : argument.
1934         * configure: Regenerate.
1936 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
1938         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
1939         (Write After Approval): Update my email address.
1941 2010-02-17  Nick Clifton  <nickc@redhat.com>
1943         PR 11238
1944         * Makefile.tpl (local-distclean): Also remove config.cache files in
1945         sub-directories as there may not be Makefiles present in the
1946         sub-directories.
1947         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1948         the config.cache files found by the find command.
1950         * Makefile.in: Regenerate.
1951         * configure.ac: Revert previous delta.
1952         * configure: Regenerate.
1954 2010-02-15  Nick Clifton  <nickc@redhat.com>
1956         PR 11238
1957         * configure.ac: Delete config.cache files in sub-directories when
1958         deleting Makefiles.
1959         * configure: Regenerate.
1961 2010-02-12  Ben Elliston  <bje@gnu.org>
1963         * MAINTAINERS: Update my email address.
1965 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
1967         * MAINTAINERS (spu port): Update my email address.
1969 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
1971         * MAINTAINERS: Add myself as a maintainer for the bfin port.
1973 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1975         * configure.ac: Add "recommended" version checks for GMP/MPC.
1976         Update recommended GMP/MPFR/MPC versions.
1977         * configure: Regenerate.
1979 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
1981         * MAINTAINERS: Move my Embecosm email address into the
1982         write-after-approval section.
1984 2010-01-26  Ian Lance Taylor  <iant@google.com>
1986         * MAINTAINERS: Add myself as Go frontend maintainer.
1988 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
1990         PR libstdc++/36101, PR libstdc++/42813
1991         * configure.ac (bootstrap_target_libs): Make inclusion of
1992         target-libgomp conditional on libgomb being in target_configdirs.
1993         * configure: Regenerate.
1995 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
1997         PR libstdc++/36101, PR libstdc++/42813
1998         * configure.ac (bootstrap_target_libs): Include target-libgomp.
1999         * configure: Regenerate.
2001 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
2003         PR libstdc++/36101, PR libstdc++/42813
2004         * configure.ac (target_configdirs): Substitute.
2005         * Makefile.def: Bootstrap target module libgomp.
2006         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2007         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2008         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2009         * configure, Makefile.in: Regenerate.
2011 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
2013         * MAINTAINERS: Adjust my details.
2015 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
2017         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
2019 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
2021         * MAINTAINERS: reindented my entry with tabs instead of spaces.
2023 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
2025         * MAINTAINERS (Write After Approval): Add myself.
2027 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
2029         * MAINTAINERS (Write After Approval): Add myself.
2031 2010-01-11  Richard Guenther  <rguenther@suse.de>
2033         PR lto/41569
2034         * Makefile.def (all-lto-plugin): Depend on all-gcc.
2035         * Makefile.in: Regenerated.
2037 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
2039         * configure.ac: Enable libjava build on x86_64-*freebsd*.
2040         * configure: Regenerate.
2042 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2043             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2045         PR bootstrap/42424
2046         * configure.ac: Include libtool m4 files.
2047         (_LT_CHECK_OBJDIR): Call it.
2048         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2049         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
2051         * configure: Regenerate.
2053 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2055         PR bootstrap/41818
2056         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2057         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
2058         * Makefile.in: Regenerate.
2060 2010-01-02  Richard Guenther  <rguenther@suse.de>
2062         PR lto/41529
2063         * configure.ac: Include config/elf.m4.  Disable LTO if not
2064         builting for an elf target.
2065         * configure: Regenerate.
2067 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
2069         * MAINTAINERS: Change my email address.
2071 2009-12-18  Ben Elliston  <bje@au.ibm.com>
2073         * config.sub, config.guess: Update from upstream sources.
2075 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
2077         * MAINTAINERS (Write After Approval): Add myself.
2079 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2081         PR middle-end/30447
2082         PR middle-end/30789
2083         PR other/40302
2085         * configure.ac: Require MPC.
2086         * configure: Regenerate.
2088 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2090         PR target/38384
2091         PR bootstrap/40972
2092         * libtool.m4: Sync from git Libtool.
2093         * ltoptions.m4: Likewise.
2094         * ltversion.m4: Likewise.
2095         * lt~obsolete.m4: Likewise.
2096         * ltmain.sh: Likewise.
2098 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2100         * configure.ac: Update minimum MPC version to 0.8.
2101         * configure: Regenerate.
2103 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
2105         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
2106         * configure: Regenerated.
2108 2009-11-21  Ian Lance Taylor  <iant@google.com>
2110         * configure.ac: Change default of poststage1_ldflags to be empty if
2111         poststage1_libs is set.  When poststage1_libs is empty, and
2112         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
2113         * configure: Rebuild.
2115 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
2117         * MAINTAINERS (Write After Approval): Update my email address.
2119 2009-11-20  Ben Elliston  <bje@au.ibm.com>
2121         * config.guess: Update from upstream sources.
2123 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
2125         * Makefile.def: Restore host and target settings for gmp.
2126         * Makefile.in: Rebuild.
2128 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
2130         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
2131         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
2132         Fix portability of test of C++ as bootstrap language.  Add
2133         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2134         * configure: Rebuild.
2135         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2136         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
2137         in-tree building.
2138         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2139         (POSTSTAGE1_HOST_EXPORTS): Use it.
2140         (STAGE[+id+]_CXXFLAGS): New.
2141         (BASE_FLAGS_TO_PASS): Pass it down.
2142         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
2143         extra_exports.
2144         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2145         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2146         extra_exports.
2147         * Makefile.in: Rebuild.
2149 2009-11-17  Ben Elliston  <bje@au.ibm.com>
2151         * config.sub, config.guess: Update from upstream sources.
2153 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2155         * MAINTAINERS (Write After Approval): Add myself.
2157 2009-11-09  Jon Beniston  <jon@beniston.com>
2159         * MAINTAINERS (Write After Approval): Add myself.
2161 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
2163         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
2164         paths for *-w64-mingw* and x86_64-*mingw*.
2165         * configure: Regenerated.
2167 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
2169         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
2171 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
2173         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
2174         Phil Edwards to Write-After Approval.
2176 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
2178         * configure.ac: Disable target-winsup & co for
2179         x86_64-*-mingw* and *-w64-mingw* targets.
2180         * configure: Regenerated.
2182 2009-10-16  Nick Clifton  <nickc@redhat.com>
2184         * MAINTAINERS: Add myself as a maintainer for the RX port.
2186 2009-10-26  Johannes Singler  <singler@kit.edu>
2188         * MAINTAINERS (Write After Approval): Update my e-mail address.
2190 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2192         * configure.ac (CLooG test): Use = with test.
2193         * configure: Regenerate.
2195 2009-10-22  Richard Guenther  <rguenther@suse.de>
2197         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
2198         cloog if the ppl version check failed.  Move flags saving
2199         before setting in libelf check.
2200         * configure: Regenerate.
2202 2009-10-21  Richard Guenther  <rguenther@suse.de>
2204         * configure.ac: Adjust the ppl and cloog configure to work as
2205         documented.  Disable cloog if ppl was disabled.  Omit the version
2206         checks if they were disabled.
2207         * configure: Re-generate.
2209 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2211         * configure.ac: Add 'lto' to enable_languages, not
2212         new_enable_languages, and only if not already present.
2213         * configure: Regenerate.
2215 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
2217         * README: Refer to the various COPYING* files instead of just
2218         COPYING.
2219         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
2221 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
2223         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2225 2009-10-07  Richard Guenther  <rguenther@suse.de>
2227         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
2228         and Richard Guenther as reviewers.
2229         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
2230         as reviewers.
2232 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
2234         * config.sub: Update from upstream sources.
2236 2009-10-06  Ian Lance Taylor  <iant@google.com>
2238         * Makefile.def: check-gold depends upon all-gas.
2239         * Makefile.in: Rebuild.
2241 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
2243         * MAINTAINERS (Write After Approval): Add myself.
2245 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
2247         * Makefile.def: all-lto-plugin depends on all-libiberty.
2248         set bootstrap=true for lto-plugin.
2249         Add lto-plugin.
2250         * Makefile.in: Regenerate.
2251         * configure.ac (host_libs): Add lto-plugin.
2252         * configure: Regenerate.
2254 2009-10-03  Diego Novillo  <dnovillo@google.com>
2256         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2257         (HOST_LIBELFLIBS): Define.
2258         (HOST_LIBELFINC): Define.
2259         * Makefile.in: Regenerate.
2260         * configure.ac: Add --enable-lto.
2261         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2262         If --enable-lto is used, add 'lto' to new_enable_languages.
2263         If --enable-lto is used and gold is enabled, add
2264         lto-plugin to configdirs.
2265         * configure: Regenerate.
2267 2009-10-03  Simon Baldwin  <simonb@google.com>
2269         * configure.ac: If --with-system-zlib, suppress local zlib and
2270         pass --with-system-zlib to subdir configure scripts.
2271         * configure: Regenerate.
2273 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
2274             Paolo Bonzini  <bonzini@gnu.org>
2276         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2277         $(srcdir).
2278         * Makefile.in: Rebuilt.
2280 2009-09-26  Gary Funck  <gary@intrepid.com>
2282         * MAINTAINERS (Write After Approval): Add myself.
2284 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2286         * configure.ac: Update minimum MPC version to 0.7.
2287         * configure: Regenerate.
2289 2009-09-25  Nick Clifton  <nickc@redhat.com>
2291         * configure.ac: Pass any --cache-file=/dev/null option on to
2292         subconfigures.
2293         * configure: Regenerate.
2295 2009-09-23  Nick Clifton  <nickc@redhat.com>
2297         * config.sub, config.guess: Update from upstream sources.
2299 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
2301         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2302         * Makefile.in: Rebuilt.
2304 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2306         PR bootstrap/32272
2307         * configure.ac: Error out if $srcdir isn't '.' but contains
2308         host-${host_noncanonical}.
2309         * configure: Regenerate.
2311 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2313         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
2314         maintainer.
2316 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2318         * configure.ac: If bootstrapping a combined tree with
2319         --enable-gold, require c++ in stage1_languages.
2320         * configure: Regenerate.
2322         * configure.ac: Also add target_libs of stage1_languages to
2323         bootstrap_target_libs.
2324         * configure: Regenerate.
2326         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2327         with --enable-languages not containing c++.
2328         * configure: Regenerate.
2330 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
2332         * configure.ac: Disable java and boehm-gc for bfin-*-*.
2333         * configure: Regenerate.
2335 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
2337         * MAINTAINERS (Write After Approval): Update my e-mail address,
2338         and move from from here...
2339         (Waiting for paperwork): To here.
2341 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
2343         * MAINTAINERS (Reviewers): Add self as driver reviewer.
2345 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2347         * configure.ac: Do not use $extrasub for replacing @if/@endif
2348         parts in Makefile; instead, use additional arguments to
2349         AC_CONFIG_COMMANDS to do the replacement manually, with several
2350         sed invocations, to avoid HP-UX sed command limits.
2351         * configure: Regenerate.
2353 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
2355         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
2356         blank before -L.
2358 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
2360         * configure.ac (with-build-config): Document.  Handle without.
2361         Handle missing argument.
2362         * configure: Rebuilt.
2364 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
2366         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
2367         Default to bootstrap-debug only if compare-debug works.
2368         * configure: Rebuilt.
2369         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2370         * Makefile.in: Rebuilt.
2372 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2374         * MAINTAINERS (OS Port Maintainers): Update my email address.
2376 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
2378         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2379         * Makefile.in: Rebuilt.
2381 2009-09-01  Chris Demetriou  <cgd@google.com>
2383         * MAINTAINERS (Write After Approval): Add myself.
2385 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
2387         PR debug/30161
2388         * include/dwarf2.h (enum dwarf_tag): Added
2389         DW_TAG_GNU_template_template_param
2390         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
2392 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
2394         * Makefile.tpl (AWK): Fix typo.
2395         * Makefile.in: Regenerate.
2397 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
2399         * configure.ac: Detect awk and sed.
2400         * Makefile.def (flags_to_pass): Add AWK and SED.
2401         * Makefile.tpl (AWK, SED): New.
2402         (BASE_FLAGS_TO_PASS): Add AWK and SED.
2403         * configure: Regenerate.
2404         * Makefile.in: Regenerate.
2406 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
2408         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
2409         (collapseslashes): Likewise.
2411 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2413         * configure.ac (AC_PREREQ): Bump to 2.64.
2415 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2417         * configure.ac: Remove --with-datarootdir, --with-docdir,
2418         --with-pdfdir, --with-htmldir switches.
2419         * configure: Regenerate.
2421         * configure: Regenerate.
2423         * compile: Sync from Automake 1.11.
2424         * depcomp: Likewise.
2425         * install-sh: Likewise.
2426         * missing: Likewise.
2427         * mkinstalldirs: Likewise.
2428         * ylwrap: Likewise.
2430 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
2432         * ltmain.sh (func_normal_abspath): New function.
2433         (func_relative_path): Likewise.
2434         (func_mode_help): Document new -bindir option for link mode.
2435         (func_mode_link): Add new -bindir option, and use it to place
2436         output DLL if specified.
2438 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2440         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2441         (baseargs): Add --disable-option-checking.
2442         * configure: Regenerate.
2444         * Makefile.def (configure-target-libiberty): Depend on
2445         all-binutils and all-ld.
2446         (configure-target-newlib): Likewise.
2447         * Makefile.in: Regenerate.
2449 2009-08-17  Ben Elliston  <bje@au.ibm.com>
2451         * config.sub, config.guess: Update from upstream sources.
2453 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2455         Sync from src, merge:
2457         2009-07-02  Tristan Gingold  <gingold@adacore.com>
2459         * configure.ac: Do not exclude gas for i386-*-darwin.
2460         Add a case for x86_64-*-darwin.
2461         * configure: Regenerate.
2463 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
2465         * MAINTAINERS: Add my name to Write After Approval list.
2467 2009-08-06  Michael Eager  <eager@eagercon.com>
2469         * configure.ac: Add Microblaze target.
2470         * configure: Regenerate.
2472 2009-07-31  Christian Bruel  <christian.bruel@st.com>
2474         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2475         * configure: Regenerate.
2477 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
2479         * MAINTAINERS (Write After Approval): Update my e-mail address.
2481 2009-07-06  Ian Lance Taylor  <iant@google.com>
2483         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2484         * configure: Rebuild.
2486 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
2488         * MAINTAINERS: Move myself to the Graphite Reviewers.
2490 2009-06-30  Wei Guozhi  <carrot@google.com>
2492         * MAINTAINERS: Add my name to Write After Approval list.
2494 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
2496         PR bootstrap/40338
2497         * configure.ac (comparestring): Create new variable.
2498         * Makefile.tpl (comparestring): Use to skip some comparisions.
2499         * configure: Regenerate.
2500         * Makefile.in: Regenerate.
2502 2009-06-26  Doug Evans  <dje@sebabeach.org>
2504         * Makefile.def (host_modules): Add cgen.
2505         * Makefile.in: Regenerate.
2506         * configure.ac (host_tools): Add cgen.
2507         * configure: Regenerate.
2509 2009-06-23  DJ Delorie  <dj@redhat.com>
2511         * MAINTAINERS: Add myself as mep maintainer.
2513 2009-06-23  Ian Lance Taylor  <iant@google.com>
2515         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
2516         boot_languages.  Only bootstrap target libraries listed in
2517         target_libs for some boot language.  Add --with-stage1-ldflags,
2518         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
2519         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
2520         if not building with C++.
2521         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2522         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2523         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2524         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
2525         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
2526         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
2527         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2528         * configure, Makefile.in: Rebuild.
2530 2009-06-23  Li Feng  <nemokingdom@gmail.com>
2532         * MAINTAINERS: Added my name to write-after-approval list.
2534 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
2536         * configure.ac: Define is_elf for QNX Neutrino targets.
2537         * configure: Regenerate.
2539 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
2541         * MAINTAINERS: Added my name to the write-after-approval list
2543 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2545         * configure.ac: Detect MPC in default directory.
2546         * configure: Regenerate.
2548 2009-06-03  Jerome Guitton  <guitton@adacore.com>
2549             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2551         * Makefile.tpl (all): Avoid a trailing backslash.
2552         * Makefile.in: Regenerate.
2554 2009-06-03  Ben Elliston  <bje@au.ibm.com>
2556         * config.sub, config.guess: Update from upstream sources.
2558 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
2560         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2561         to noconfdirs.
2562         * configure: Regenerate.
2564 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
2566         * Makefile.tpl ([+compare-target+]): Compare all stage
2567         directories, rather than just gcc.
2568         * Makefile.in: Rebuilt.
2570 2009-06-01  Doug Kwan  <dougkwan@google.com>
2572         * configure.ac: Support gold for target arm*-*-*.
2573         * configure: Regenerate.
2575 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2577         * Makefile.def: Add MPC support and dependencies.
2578         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
2580         * Makefile.in, configure: Regenerate.
2582 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
2584         * Makefile.tpl (all): Avoid harmless warning in make all when
2585         gcc-bootstrap is enabled but stage_last does not exist.
2586         * Makefile.in: Rebuilt.
2588 2009-05-24  Nicolas Roche  <roche@adacore.com>
2590         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2591         * Makefile.in: Regenerate.
2593 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
2595         * MAINTAINERS: Update my e-mail address.
2597 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
2599         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
2600         * configure:  Regenerate.
2602 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2604         PR other/40159
2605         * Makefile.tpl (all): Don't assume gcc-bootstrap and
2606         gcc-no-bootstrap are mutually exclusive.
2607         * Makefile.in: Rebuilt.
2609 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2611         PR other/40159
2612         * Makefile.tpl (all): Don't end with unconditional success.
2613         * Makefile.in: Rebuilt.
2615 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
2617         PR target/37137
2618         * Makefile.def (flags_to_pass): Remove redundant and incomplete
2619         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2620         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2621         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
2622         stage_configureflags, stage_cflags and stage_libcflags into
2623         explicit Makefile macros.
2624         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2625         GFORTRAN.
2626         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2627         CC.  Set CC_FOR_BUILD from CC.
2628         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2629         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2630         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2631         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
2632         and GFORTRAN.
2633         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2634         (_LIBCFLAGS): Renamed to _TFLAGS.
2635         (do-compare-debug, do-compare3-debug): Drop.
2636         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2637         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2638         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2639         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2640         (XGCC_FLAGS_FOR_TARGET): New.
2641         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2642         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2643         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2644         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2645         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
2646         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
2647         TFLAGS.
2648         (BUILD_CONFIG): Include if requested.
2649         (all): Set TFLAGS on bootstrap.
2650         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2651         (all-stageid-prefixmodule): Likewise.
2652         (do-clean, distclean-stageid): Set TFLAGS.
2653         (restrap): Fix whitespace.
2654         * Makefile.in: Rebuilt.
2656 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
2658         * config.guess: Sync with src.
2660 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
2662         * configure.ac ($with_ppl):  Default to no if not supplied.
2663         ($with_cloog):  Likewise.
2664         configure:  Regenerate.
2666 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
2668         * MAINTAINERS: Update my e-mail address.
2670 2009-04-27  Nick Clifton  <nickc@redhat.com>
2672         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
2674 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
2676         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2677         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2678         * Makefile.in: Regenerate.
2680 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2682         PR bootstrap/39739
2683         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2684         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2686         * configure, Makefile.in: Regenerate.
2688 2009-04-21  Taras Glek  <tglek@mozilla.com>
2690         * include/hashtab.h: Update GTY annotations to new syntax
2691         * include/splay-tree.h: Likewise
2693 2009-04-17  Ben Elliston  <bje@au.ibm.com>
2695         * config.sub, config.guess: Update from upstream sources.
2697 2009-04-15  Anthony Green  <green@moxielogic.com>
2699         * configure.ac: Add moxie support.
2700         * configure: Rebuilt.
2702 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
2704         * configure.ac: Change copyright header to refer to version
2705         3 of the GNU General Public License and to point readers at the
2706         COPYING3 file and the FSF's license web page.
2707         * Makefile.def: Likewise.
2708         * Makefile.tpl: Likewise.
2709         * Makefile.in: Regenerate.
2711 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
2713         * configure.ac: Restore match for darwin9 or later. Use double
2714         brackets since regeneration eats one pair.
2715         * configure: Regenerate.
2717 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
2719         PR gas/10039
2720         * configure.ac: Require texinfo 4.7.
2721         * configure: Regenerated.
2723 2009-04-09  Nick Clifton  <nickc@redhat.com>
2725         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
2726         the GCC Runtime Library Exception.
2728 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2730         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2731         * configure: Regenerate.
2733 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
2735         * Makefil.def (languages): New entries.
2736         * Makefile.tpl (check-gcc-*): New generic target.
2737         * Makefile.in: Regenerate.
2739 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
2741         * MAINTAINERS:  Update my email address.
2743 2009-03-18  Tom Tromey  <tromey@redhat.com>
2745         * configure: Rebuild.
2746         * configure.ac (host_libs): Add libiconv.
2747         * Makefile.in: Rebuild.
2748         * Makefile.def (host_modules): Add libiconv.
2749         (configure-gdb, all-gdb): Depend on libiconv.
2751 2009-03-16  Tristan Gingold  <gingold@adacore.com>
2753         * configure.ac: Treat gdb as supported on x86_64-darwin.
2754         * configure: Regenerate.
2756 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
2758         * configure.ac (--with-host-libstdcxx): New option.
2759         * configure: Regenerate.
2761 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
2763         * MAINTAINERS:  Move myself into the write after approval list.
2765 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
2767         * MAINTAINERS: Update e-mail address.
2769 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
2771         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
2773 2009-03-10  Ira Rosen  <irar@il.ibm.com>
2775         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
2777 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2779         Backport from git Libtool:
2781         2009-01-19  Robert Millan  <rmh@aybabtu.com>
2782         Support GNU/kOpenSolaris.
2783         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2784         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2785         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2786         GNU/kOpenSolaris.
2788 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
2790         * MAINTAINERS: Update e-mail address.
2792 2009-02-24  Michael Eager  <eager@eagercon.com>
2794         * MAINTAINERS (Write After Approval): Add self.
2796 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
2798         * MAINTAINERS (Write After Approval): Add myself.
2800 2009-02-05  Andreas Schwab  <schwab@suse.de>
2802         * Makefile.tpl (stage_last): Define $r and $s before using
2803         $(RECURSE_FLAGS_TO_PASS).
2804         * Makefile.in: Regenerate
2806 2009-01-30  Ian Lance Taylor  <iant@google.com>
2808         * MAINTAINERS: Move myself to the Global Reviewers list.
2810 2009-01-29  Robert Millan  <rmh@aybabtu.com>
2812         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2813         * configure: Regenerate.
2815 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
2817         * MAINTAINERS: Make whitespace consistent.
2818         Remove Robert Millan from Write After Approval.
2820 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
2822         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2823         (all-opcodes): Depend on all-libiberty.
2824         * Makefile.in: Regenerate.
2826 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
2828         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2829         * configure: Regenerate.
2831 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
2833         * MAINTAINERS (Write After Approval): Add myself.
2835 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
2837         * MAINTAINERS: Add myself to reviewers (Fortran).
2839 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
2841         PR tree-optimization/38515
2842         * configure.ac (cloog-polylib): Removed.
2843         (with_ppl, with_cloog): Test for "no".
2844         * configure: Regenerated.
2846 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
2848         * MAINTAINERS: Moved myself to reviewers (Fortran).
2850 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
2852         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
2853         (Write After Approval): Remove myself.
2855 2009-01-03  Diego Novillo  <dnovillo@google.com>
2857         * MAINTAINERS: Remove myself from alias maintainership.
2859 2009-01-02  David Ayers  <ayers@fsfe.org>
2861         * MAINTAINERS: Update e-mail address.
2863 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
2865         * MAINTAINERS: Make whitespace consistent.
2867 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2869         Backport from upstream Libtool:
2870         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2871         Add cache variables to tests that require the linker to work.
2872         For shlibpath_overrides_runpath, this also changes the semantics
2873         to let the result from the C compiler take precedence.
2875 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2877         * config.sub, config.guess: Update from upstream sources.
2879 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
2881         * configure.ac (ppllibs): Add by default the lib flags.
2882         * configure: Regenerate.
2884 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
2886         * MAINTAINERS:  Add myself to the write after approval list.
2888 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
2890         * configure.ac: Add double brackets on darwin[912].
2891         * configure: Regenerate.
2893 2008-12-03  Daniel Kraft  <d@domob.eu>
2895         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
2896         Approval to Reviewer section (for Fortran front-end).
2898 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
2900         * configure.ac: Expand to darwin10 and later.
2901         * configure: Regenerate.
2903 2008-12-02  Andreas Schwab  <schwab@suse.de>
2905         * Makefile.def: configure-target-boehm-gc depends on
2906         all-target-libstdc++-v3.
2907         * Makefile.in: Regenerate.
2909 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
2911         * MAINTAINERS:  Add myself as mingw maintainer.
2913 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2915         * config.sub, config.guess: Update from upstream sources.
2917 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
2919         * README.SCO: Remove.
2921 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
2923         * MAINTAINERS:  Add myself to the write after approval list.
2925 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
2927         * MAINTAINERS:  Update my email address in WAA section.
2929 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
2931         * MAINTAINERS: Update e-mail address.
2933 2008-11-27  Toon Moene  <toon@moene.org>
2935         * MAINTAINERS: Change e-mail address.
2937 2008-11-27  Tristan Gingold  <gingold@adacore.com>
2939         * configure.ac: Build gdb for i?86-*-darwin*
2940         * configure: Regenerated.
2942 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
2944         * MAINTAINERS: Added my full name.
2946 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
2948         PR bootstrap/38014
2949         PR bootstrap/37923
2951         Revert:
2953         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2955         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2956         * Makefile.in: Regenerated.
2958         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2960         PR gdb/921
2961         PR gdb/1646
2962         PR gdb/2175
2963         PR gdb/2176
2965         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2966         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2967         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2968         (HOST_EXPORTS): Pass CPPFLAGS.
2969         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2970         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2971         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2972         * Makefile.in, configure: Regenerated.
2973         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2974         and CPPFLAGS_FOR_BUILD.
2976 2008-11-06  Jeff Law  <law@redhat.com>
2978         * MAINTAINERS: Add myself as middle end maintainer.
2980 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
2982         * MAINTAINERS (Write after approval): Add myself.
2984 2008-11-05  Diego Novillo  <dnovillo@google.com>
2986         * MAINTAINERS (Global Reviewers): Add myself.
2987         (Non-Algorithmic Maintainers): Remove myself.
2989 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
2991         * MAINTAINERS (Write after approval): Add myself.
2993 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
2995         * MAINTAINERS (Write after approval): Add myself.
2997 2008-10-31  Ben Elliston  <bje@au.ibm.com>
2999         * configure.ac (spu-*-*): Remove special case.
3000         * configure: Regenerate.
3002 2008-10-30  Catherine Moore  <clm@codesourcery.com>
3004         * MAINTAINERS (Write after approval): Update my email address.
3006 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
3008         * configure.ac [spu-*-*]: Do not set skipdirs.
3009         * configure: Re-generate.
3011 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
3013         * MAINTAINERS (Various Maintainers): Add myself to reload.
3015 2008-10-25  Richard Guenther  <rguenther@suse.de>
3017         * MAINTAINERS (Various Maintainers): Add myself as middle-end
3018         maintainer.  Remove myself as libgcc-math maintainer.
3019         (Non-Algorithmic Maintainers): Remove myself.
3021 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
3023         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3024         * Makefile.in: Regenerated.
3026 2008-10-23  Cary Coutant  <ccoutant@google.com>
3028         * MAINTAINERS (Write after approval): Add myself.
3030 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
3032         PR gdb/921
3033         PR gdb/1646
3034         PR gdb/2175
3035         PR gdb/2176
3037         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3038         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3039         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
3040         (HOST_EXPORTS): Pass CPPFLAGS.
3041         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3042         (LDFLAGS_FOR_TARGET): Initialize from configure script.
3043         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3044         * Makefile.in, configure: Regenerated.
3045         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3046         and CPPFLAGS_FOR_BUILD.
3048 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
3050         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
3051         Sebastian Pop.
3053 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
3055         * MAINTAINERS (Write After Approval): Added myself.
3057 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3059         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3060         recommended version to 2.3.2.
3062         * configure: Regenerate.
3064 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
3066         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
3068 2008-09-29  David Daney <david.daney@caviumnetworks.com>
3070         * MAINTAINERS (Write After Approval): Update e-mail address.
3072 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
3074         * libtool.m4: Update to libtool 2.2.6.
3075         * lt~obsolete.m4: Update to libtool 2.2.6.
3076         * ltmain.sh: Update to libtool 2.2.6.
3077         * ltsugar.m4: Update to libtool 2.2.6.
3078         * ltversion.m4: Update to libtool 2.2.6.
3079         * ltoptions.m4: Update to libtool 2.2.6.
3080         * ltgcc.m4: Update to match changes from libtool 2.2.6.
3082 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
3084         * MAINTAINERS (Write After Approval): Add myself.
3086 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3088         * MAINTAINERS (Write After Approval): Update my name.
3090 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
3092         * MAINTAINERS: Add myself in "Write After Approval".
3094 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
3096         * MAINTAINERS: Add myself as ia64 maintainer.
3098 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
3100         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
3101         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
3102         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
3103         and Michael Tiemann from Write After Approval since they do not
3104         actually have access.
3106 2008-09-05  Richard Guenther  <rguenther@suse.de>
3108         * configure.ac: Initialize clooglibs to -lcloog.
3109         * configure: Re-generate.
3111 2008-09-04  Le-Chun Wu  <lcwu@google.com>
3113         * MAINTAINERS (Write After Approval): Add myself.
3115 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
3117         * configure.ac (--with-cloog-polylib): New.
3118         (--disable-cloog-version-check): New.
3119         (--disable-ppl-version-check): New.
3120         * configure: Re-generate.
3122 2008-09-03  Richard Guenther  <rguenther@suse.de>
3124         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3125         cloog test.
3126         * configure: Re-generate.
3128 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
3130         Add picoChip port.
3131         * MAINTAINERS: Add picoChip maintainers.
3133 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
3134             Tobias Grosser  <grosser@fim.uni-passau.de>
3135             Jan Sjodin  <jan.sjodin@amd.com>
3136             Harsha Jagasia  <harsha.jagasia@amd.com>
3137             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
3138             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
3139             Adrien Eliche  <aeliche@isty.uvsq.fr>
3141         Merge from graphite branch.
3142         * configure: Regenerate.
3143         * Makefile.in: Regenerate.
3144         * configure.ac (host_libs): Add ppl and cloog.
3145         Add checks for PPL and CLooG.
3146         * Makefile.def (ppl, cloog): Added modules and dependences.
3147         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3148         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3150 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
3152         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3153         (GCC_SHLIB_SUBDIR): New.
3154         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3155         * configure: Regenerate.
3156         * Makefile.in: Regenerate.
3158 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
3160         * MAINTAINERS: Consistently use tabs to separate columns.
3162 2008-08-29  Tristan Gingold  <gingold@adacore.com>
3164         * MAINTAINERS (Write after Approval): Add myself.
3166 2008-08-28  Tristan Gingold  <gingold@adacore.com>
3168         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3169         Enable bfd, binutils and opcodes.
3170         * configure: Regenerate.
3172 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3174         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
3176 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
3178         * MAINTAINERS:  Use correct Umlaut for last name.
3180 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3182         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
3184 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
3186         * MAINTAINERS: Update my email address.
3188 2008-08-16  Nicolas Roche  <roche@adacore.com>
3190         * Makefile.tpl: Add BOOT_ADAFLAGS.
3191         * Makefile.in: Regenerate.
3193 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
3195         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3196         * configure: Regenerate.
3198 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
3200         * configure.ac: Add makefile fragments for hpux.
3201         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3202         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3203         * configure: Regenerate.
3204         * Makefile.in: Regenerate.
3206 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
3208         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
3210 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
3212         * MAINTAINERS (Write after Approval): Add myself.
3214 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
3216         * MAINTAINERS (Write After Approval):  Add myself.
3218 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
3220         * MAINTAINERS (Write After Approval):  Add myself.
3222 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
3224         * MAINTAINERS: Update my email address.
3226 2008-06-25  Joey Ye  <joey.ye@intel.com>
3228         * MAINTAINERS (Write After Approval):  Add myself.
3230 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3232         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3233         * Makefile.in: Regenerate.
3234         * configure: Regenerate.
3236 2008-06-17  Daniel Kraft  <d@domob.eu>
3238         * MAINTAINERS (Write After Approval):  Add myself.
3240 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3242         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3243         "$@" is still intact with both Autoconf 2.59 and 2.62.
3244         * configure: Regenerate.
3246 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3248         * Makefile.tpl: Fix comment errors.
3249         * Makefile.in: Regenerate.
3251 2008-06-12  David S. Miller  <davem@davemloft.net>
3252             David Edelsohn  <edelsohn@gnu.org>
3254         * configure.ac: Add powerpc*-*-* to gold supported targets.
3255         * configure: Regenerate.
3257 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
3259         PR tree-optimization/36218
3260         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3261         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3262         (all prefix="build-"): Pass them to build-system sub-makes.
3263         * Makefile.in: Regenerate.
3265 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
3267         * MAINTAINERS (mt port): Remove.
3268         (sco5, unixware, sco udk): Remove.
3269         (Kean Johnston): Add to Write After Approval.
3271 2008-05-30  Julian Brown  <julian@codesourcery.com>
3273         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3274         of libobjc for ARM EABI Linux.
3275         * configure: Regenerate.
3277 2008-05-18  Xinliang David Li   <davidxl@google.com>
3279         * ChangeLog: Remove wrong ChangeLog entry.
3281 2008-05-17  Xinliang David Li   <davidxl@google.com>
3283         * MAINTAINERS (Write After Approval): Add myself.
3285 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
3287         * MAINTAINERS (Write After Approval): Add myself.
3289 2008-05-14  Rafael Espíndola  <espindola@google.com>
3291         * config-ml.in: don't handle --enable-shared and --enable-static.
3293 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
3295         * MAINTAINERS: Update my email address.
3297 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
3299         * MAINTAINERS: Update my email address.
3301 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
3303         * MAINTAINERS (Write After Approval): Add myself.
3305 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
3307         * MAINTAINERS (Write After Approval): Add myself.
3309 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
3311         * MAINTAINERS (crx): Add myself.
3313 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3315         Sync with src:
3316         2008-04-14  David S. Miller  <davem@davemloft.net>
3318         * configure.ac: Add sparc*-*-* to gold supported targets.
3319         * configure: Regenerate.
3321 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3323         PR bootstrap/35457
3324         * configure.ac: Include override.m4.
3325         * configure: Regenerate.
3327 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3329         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3330         * Makefile.in: Regenerate.
3332 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
3334         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3335         as nonconfigurable directories list.
3336         * configure: Regenerate.
3338 2008-04-14  Ben Elliston  <bje@au.ibm.com>
3340         * config.sub, config.guess: Update from upstream sources.
3342 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
3344         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3345         * Makefile.in: Regenerate.
3347 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
3349         * configure.ac: Do not build libssp for the AVR.
3350         * configure: Regenerate.
3352 2008-04-07  Ian Lance Taylor  <iant@google.com>
3354         * Makefile.def: check-gold depends upon all-binutils.
3355         * Makefile.in: Regenerate.
3357 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
3359         * MAINTAINERS (Write After Approval): Add myself.
3361 2008-04-04  Nick Clifton  <nickc@redhat.com>
3363         PR binutils/4334
3364         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3365         builds.
3366         * configure: Regenerate.
3368 2008-04-04  NightStrike  <NightStrike@gmail.com>
3370         PR other/35151
3371         * configure.ac: Combine rules for mingw32 and mingw64.
3372         * configure: Regenerate.
3374 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
3376         * MAINTAINERS (Write After Approval): Add myself.
3378 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
3380         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
3381         * Makefile.in (.NOTPARALLEL): Ditto.
3383 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
3385         * MAINTAINERS (Write After Approval): Add myself.
3387 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
3389         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
3390         * Makefile.in (.NOTPARALLEL): Regenerate.
3392 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
3394         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3395         * Makefile.in: Regenerate.
3397 2008-03-26  Jakub Staszak  <kuba@et.pl>
3399         * MAINTAINERS (Write After Approval): Add myself.
3401 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
3403         * MAINTAINERS:  Update e-mail address.
3405 2008-03-20  Ian Lance Taylor  <iant@google.com>
3407         * configure.ac: Add support for --enable-gold.
3408         * Makefile.def: Add gold as a directory like ld.
3409         * configure, Makefile.in: Regenerate.
3411 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3413         * configure.ac: m4_include config/proginstall.m4.
3414         * configure: Regenerate.
3416         Backport from upstream Libtool:
3418         2007-10-12  Eric Blake  <ebb9@byu.net>
3420         Deal with Autoconf 2.62's semantic change in m4_append.
3421         * ltsugar.m4 (lt_append): Replace broken versions of
3422         m4_append.
3423         (lt_if_append_uniq): Don't require separator to be overquoted,
3424         and avoid broken m4_append.
3425         (lt_dict_add): Fix typo.
3426         * libtool.m4 (_LT_DECL): Don't overquote separator.
3428 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
3430         * config.rpath: Add AIX 6 support.
3432 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
3434         * Makefile.def (stageprofile).  Remove -fprofile-generate
3435         from stage_libcflags.
3436         * Makefile.in: Regenerate.
3438 2008-03-13  Ben Elliston  <bje@au.ibm.com>
3440         * config.sub, config.guess: Update from upstream sources.
3442 2008-03-06  Tom Tromey  <tromey@redhat.com>
3444         * MAINTAINERS: Update for treelang deletion.
3446 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
3448         * MAINTAINERS: Update my email address.
3450 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
3452         * MAINTAINERS (darwin port): Add myself as a maintainer.
3453         (objective-c/c++): Add myself as a maintainer.
3455 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
3457         * MAINTAINERS (Write After Approval): Update my email address.
3459 2008-02-25  Tomas Bily  <tbily@suse.cz>
3461         * MAINTAINERS (Write After Approval): Add myself.
3463 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
3465         * MAINTAINERS (OpenMP): Add myself.
3467 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
3469         PR bootstrap/32009
3470         PR bootstrap/32161
3472         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3473         * configure: Regenerate.
3475         * Makefile.def: Define stage_libcflags for all bootstrap stages.
3476         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3477         STAGE4_LIBCFLAGS): New.
3478         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3479         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3480         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3481         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3482         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3483         for target modules.  Don't export LIBCFLAGS.
3484         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3485         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3486         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3487         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3488         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3489         * Makefile.in: Regenerate.
3491 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3493         PR libgcj/33085
3494         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3495         Do not use -DDLL_EXPORT.  Backport from upstream.
3497 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3499         * MAINTAINERS (Write After Approval): Add myself.
3501 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
3503         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3504         * configure: Regenerate.
3506 2008-01-31  Marc Gauthier  <marc@tensilica.com>
3508         * configure.ac (xtensa*-*-*): Recognize processor variants.
3509         * configure: Regenerate.
3511 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3513         PR bootstrap/34922
3514         * configure.ac (PARSE_ARGS): Push suitable setting of
3515         ac_subdirs_all, for `./configure --help=recursive'.
3516         Handle `+' in generic toplevel directory disabling.
3517         * configure: Regenerate.
3519 2008-01-28  Nick Clifton  <nickc@redhat.com>
3521         * MAINTAINERS (xstormy16): Take over maintainership.
3523 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
3525         * MAINTAINERS (c4x port): Remove.
3527 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
3529         * libtool.m4: Backport AIX 6 support from ToT Libtool.
3531 2008-01-23  Ben Elliston  <bje@au.ibm.com>
3533         * config.sub, config.guess: Update from upstream sources.
3535 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
3537         * MAINTAINERS (Write After Approval): Add myself.
3539 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
3541         * MAINTAINERS: Update my email address.
3543 2008-01-09  Raksit Ashok  <raksit@google.com>
3545         * MAINTAINERS (Write After Approval): Add myself.
3547 2008-01-09  Raksit Ashok  <raksit@google.com>
3549         * MAINTAINERS (Write After Approval): Add myself.
3551 2008-01-08  Ben Elliston  <bje@au.ibm.com>
3553         * config.sub, config.guess: Update from upstream sources.
3555 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3557         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3558         Change recommended MPFR from 2.2.1 -> 2.3.0.
3559         * configure: Regenerate.
3561 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
3563         * MAINTAINERS: Update my email address.
3565 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
3567         * MAINTAINERS: Update my email address.
3569 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
3571         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3572         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3573         * Makefile.in: Regenerate.
3575 2007-12-10  Mark Heffernan  <meheff@google.com>
3577         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
3578         misplaced entries.
3580 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3582         * configure.ac: Enable libjava for x86_64-*-darwin9.
3583         * configure: Regenerate.
3585 2007-12-07  Bill Maddox  <maddox@google.com>
3587         * MAINTAINERS (Write After Approval): Add myself.
3589 2007-12-05  Ben Elliston  <bje@au.ibm.com>
3591         * config.sub, config.guess: Update from upstream sources.
3593 2007-12-02  Matthias Klose  <doko@ubuntu.com>
3595         * config-ml.in: Remove 64bit configure tests.
3597 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3599         * config-ml.in: Robustify against white space in absolute file
3600         names.
3602         * config-ml.in (multi-clean): Substitute ${Makefile}.
3603         Remove superfluous ${Makefile} in list.
3605 2007-11-19  Thiemo Seufer  <ths@mips.com>
3607         * config-ml.in: Don't hardcode the Makefile name.
3609 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
3611         * MAINTAINERS (Write After Approval): Add myself.
3613 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
3615         * MAINTAINERS (Write After Approval): Add myself.
3617 2007-11-06  Doug Kwan  <dougkwan@google.com>
3619         * MAINTAINERS (Write After Approval): Add myself.
3621 2007-10-25  Ben Elliston  <bje@au.ibm.com>
3623         * MAINTAINERS (mercury): Remove entry.
3624         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
3626 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
3628         * Makefile.def (dependencies): Make configure-gdb depend on
3629         all-intl.
3630         * Makefile.in: Regenerated.
3632 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
3634         * MAINTAINERS (Fortran maintainer): Remove myself.
3636 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
3638         * Makefile.def: To avoid problems running with parallel makes,
3639         build newlib before libgloss so that target specific header
3640         files are availble.
3641         * Makefile.in: Regenerate
3643 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
3645         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3646         * Makefile.in: Regenerate.
3648 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
3650         * MAINTAINERS (Register allocation reviewer): Add myself.
3652 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
3654         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3655         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3656         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
3657         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3658         * configure: Regenerate.
3660 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
3662         * MAINTAINERS (Register allocation reviewer): Add myself.
3664 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
3666         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3667         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3668         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3669         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3670         * configure.ac: Default them to host tools for $host = $build.
3671         Subst them.
3673         * configure: Regenerate.
3674         * Makefile.in: Regenerate.
3676 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
3678         * MAINTAINERS (Register allocation reviewer): Add myself.
3680 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
3682         * MAINTAINERS (Register allocation reviewer): Add myself.
3684 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
3686         * MAINTAINERS (Write After Approval): Fix typo.
3688 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
3690         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3691         * configure: Regenerate.
3693 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
3695         PR bootstrap/31906
3696         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
3697         they're already prefixed.
3699 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
3701         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3702         libstdc++.
3703         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3704         * configure: Regenerate.
3705         * Makefile.in: Regenerate.
3707 2007-09-17  Andreas Schwab  <schwab@suse.de>
3709         * configure.ac: Raise minimum makeinfo version to 4.6.
3710         * configure: Regenerate.
3712 2007-09-17  Johannes Singler  <singler@ira.uka.de>
3714         * MAINTAINERS (write-after-approval) add myself
3716 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
3718         * configure.ac: Correct makeinfo version check.
3719         * configure: Regenerate.
3721 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
3723         * MAINTAINERS: Update my email address.
3725 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
3727         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
3728         to $skipdirs and only disable gprof for newlib.  Use the normal
3729         mips*-elf* handling in other respects.
3730         * configure: Regnerate.
3732 2007-09-12  David Daney  <ddaney@avtrex.com>
3734         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3735         enabling libgcj.
3736         * configure: Regenerate.
3738 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3740         PR other/32154
3741         * configure.ac: For libgloss targets, point the linker to the linker
3742         script, startup code and simulator library.
3743         * configure: Regenerate.
3745 2007-09-07  Andrew Haley  <aph@redhat.com>
3747         * configure.ac (noconfigdirs): Remove target-libffi and
3748         target-libjava.
3749         * configure: Regenerate.
3751 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3753         PR target/33281
3754         * configure.ac: Use config/mh-mingw on mingw.
3755         * configure: Regenerate.
3757 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
3759         * MAINTAINERS (Write After Approval): Add myself.
3761 2007-09-05  Richard Guenther  <rguenther@suse.de>
3763         * configure.ac (--enable-stage1-checking): If neither --enable-checking
3764         nor --disable-checking is provided also turn on yes and types
3765         checking for stage1.
3766         * configure: Re-generate.
3768 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
3770         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
3771         (Write After Approval): Remove myself.
3773 2007-08-29  Nick Clifton  <nickc@redhat.com>
3775         * config.sub, config.guess: Update from upstream sources.
3777 2007-08-22  Bud Davis  <jmdavis@link.com>
3779         * MAINTAINERS (Write After Approval): Added myself.
3780         * MAINTAINERS (Reviewers): Removed myself.
3782 2007-08-18  Paul Brook  <paul@codesourcery.com>
3783             Joseph Myers  <joseph@codesourcery.com>
3785         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3786         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3787         * Makefile.in: Regenerate.
3788         * configure.ac (--with-debug-prefix-map): New.
3789         * configure: Regenerate.
3791 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
3792             Nigel Stephens  <nigel@mips.com>
3794         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
3795         as target_makefile_frag.
3796         * configure: Regenerate.
3798 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
3800         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3801         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
3802         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3803         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3804         (do-compare, do-compare3, do-compare-debug): New.
3805         ([+compare-target+]): Use them.
3807 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
3809         * MAINTAINERS (Write After Approval): Change my email address.
3811 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3812             Ben Elliston  <bje@au.ibm.com>
3814         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3815         --silent if $silent.
3816         * configure: Regenerate.
3818 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
3820         * MAINTAINERS (Various Maintainers): Add myself as
3821         loop infrastructure maintainer.  Update my e-mail
3822         address.
3824 2007-07-31  Diego Novillo  <dnovillo@google.com>
3826         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
3827         Adjust description.
3829 2007-07-26  Richard Guenther  <rguenther@suse.de>
3831         * configure.ac: Add types checking to stage1 checking flags.
3832         * configure: Regenerate.
3834 2007-07-17  Nick Clifton  <nickc@redhat.com>
3836         * COPYING3: New file.  Contains version 3 of the GNU General
3837         Public License.
3838         * COPYING3.LIB: New file.  Contains version 3 of the GNU
3839         Lesser General Public License.
3841 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3843         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
3845 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3847         * MAINTAINERS (S/390 co-maintainer): Add myself.
3848         (Write After Approval): Remove myself.
3850 2007-07-13  Dan Hipschman  <dsh@google.com>
3852         * MAINTAINERS (Write After Approval): Add myself.
3854 2007-07-11  Nick Clifton  <nickc@redhat.com>
3856         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
3857         WINDRES export.
3858         * Makefile.in: Regenerate.
3860 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3862         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
3863         maintainer.
3865 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
3867         * lt~obsolete.m4: New. Import from 20070318 libtool.
3869 2007-07-03  Julian Brown  <julian@codesourcery.com>
3871         * MAINTAINERS (Write After Approval): Add myself.
3873 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3875         * configure.ac: Rewrite 'configure --help' strings to look nicer.
3876         * configure: Regenerate.
3878 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3880         * configure.ac: Add some missing m4 quotation.
3881         * configure: Regenerate.
3883 2007-07-02  Simon Baldwin  <simonb@google.com>
3885         * MAINTAINERS (Write After Approval): Add myself.
3887 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
3889         * configure: Regenerate.
3891 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
3893         * Makefile.def: Add windmc tool to build.
3894         * Makefile.tpl: Likewise.
3895         * configure.ac: Likewise.
3896         * Makefile.in: Regenerate.
3897         * configure: Regenerate.
3899 2007-06-28  DJ Delorie  <dj@redhat.com>
3901         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3902         not building newlib.
3903         * configure: Regenerated.
3905 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
3907         * MAINTAINERS (Write After Approval): Add myself.
3909 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
3911         * MAINTAINERS (Write After Approval): Add myself.
3913 2007-06-19  Chris Matthews  <chrismatthews@google.com>
3915         * MAINTAINERS (Write After Approval): Add myself.
3917 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3919         * MAINTAINERS (Write After Approval): Add myself.
3921 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
3923         * Makefile.def: Add dependency from configure-gdb to all-bfd.
3924         * Makefile.in: Regenerated.
3926 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
3928         * configure.ac: Don't add target-libmudflap to noconfigdirs for
3929         bfin*-*-uclinux* targets.
3930         * configure: Regenerate.
3932 2007-06-14  Ian Lance Taylor  <iant@google.com>
3934         * MAINTAINERS: Add myself as non-algorithmic global write
3935         maintainer.
3937 2007-06-14  Diego Novillo  <dnovillo@google.com>
3939         * MAINTAINERS: Add self as middle-end maintainer and
3940         non-algorithmic global write maintainer.
3942 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3944         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
3945         Move all Fortran maintainers except Paul Brook into the
3946         Non-Autopoiesis section.
3948 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
3950         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3951         (distclean-stage[+id+]): Possibly delete stage_last.
3952         * Makefile.in: Regenerate.
3954 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
3956         * MAINTAINERS (Various Maintainer): Fix typo.
3958 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
3960         * MAINTAINERS (Various Maintainer): Add myself as
3961         dataflow maintainer.
3963 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3965         * config.sub, config.guess: Update from upstream sources.
3967 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3969         * Makefile.tpl: Fix spelling error.
3970         * Makefile.in: Regenerate.
3972 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
3974         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3975         lt_cv_sys_max_cmd_len.
3977 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
3979         * MAINTAINERS (Various Maintainers): Add myself as
3980         auto-vectorizer maintainer.
3982 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
3984         PR libjava/32098
3985         * libtool.m4: Revert previous change.
3986         * ltgcc.m4: Put it here.
3988 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
3990         * MAINTAINERS (Various Maintainers): Add myself as
3991         auto-vectorizer maintainer.
3993 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
3995         PR libjava/32098
3996         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
3998 2007-05-30  Richard Guenther  <rguenther@suse.de>
4000         * MAINTAINERS (Various Maintainers): Add myself as
4001         auto-vectorizer maintainer.
4003 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
4005         PR bootstrap/29382
4006         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4007         * configure: Rebuilt.
4009 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
4011         * MAINTAINERS (Write After Approval): Removed my name.
4013 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
4015         * MAINTAINERS (Write After Approval): Remove myself.
4017 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
4019         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4021 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
4023         * ltmain.sh: Update from ToT Libtool.
4024         * libtool.m4: Update from ToT Libtool.
4025         * ltsugar.m4: New. Update from ToT Libtool.
4026         * ltversion.m4: New. Update from ToT Libtool.
4027         * ltoptions.m4: New. Update from ToT Libtool.
4028         * ltconfig: Remove.
4029         * ltcf-c.sh: Remove.
4030         * ltcf-cxx.sh: Remove.
4031         * ltcf-gcj.sh: Remove.
4033 2007-05-22  Ollie Wild  <aaw@google.com>
4035         * MAINTAINERS (Write After Approval): Add myself.
4037 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
4039         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4040         stage_cflags.
4041         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4042         Remove CFLAGS/LIBCFLAGS.
4043         (configure-stage[+id+]-[+prefix+][+module+],
4044         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4045         * Makefile.in: Regenerate.
4047 2007-05-15  Diego Novillo  <dnovillo@google.com>
4049         * MAINTAINERS: Update e-mail address.
4051 2007-05-15  Revital Eres  <eres@il.ibm.com>
4053         * MAINTAINERS (Write After Approval): Add myself.
4055 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
4057         * MAINTAINERS (Write After Approval): Updated my address.
4059 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
4061         * MAINTAINERS (Write After Approval): Add myself.
4063 2007-05-11  Silvius Rus  <rus@google.com>
4065         * MAINTAINERS (Write After Approval): Add myself.
4067 2007-04-23  Tom Tromey  <tromey@redhat.com>
4069         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
4071 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
4073         * MAINTAINERS (cpplib): Rename to ...
4074         (libcpp): ... this.  Add C/C++ front end maintainers.
4076 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
4078         * config-ml.in: Pass ${ml_config_env} to configure calls.
4080 2007-04-04  Christian Bruel  <christian.bruel@st.com>
4082         * MAINTAINERS (Write After Approval): Add myself.
4084 2007-04-02  Dave Korn  <dave.korn@artimi.com>
4086         * MAINTAINERS (Write After Approval): Add myself.
4088 2007-03-31  Tobias Burnus  <burnus@net-b.de>
4090         * MAINTAINERS (fortran 95 front end): Add myself.
4092 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
4094         * MAINTAINERS (Write After Approval): Add myself.
4096 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
4098         * MAINTAINERS (Modulo Scheduler): Add myself.
4100 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
4102         * MAINTAINERS (fortran 95 front end): Add myself.
4103         (c++ front end): whitespace fix.
4105 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
4107         * MAINTAINERS (Write After Approval): Add myself.
4109 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
4111         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4112         of glob.  Quote arguments with single quotes too.
4113         * configure: Regenerate.
4115 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
4117         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4118         * Makefile.in: Regenerate
4120 2007-03-07  Andreas Schwab  <schwab@suse.de>
4122         * configure: Regenerate.
4124 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
4126         * configure.ac: Add "--with-pdfdir" configure option,
4127         which defines pdfdir variable.
4128         * Makefile.def (target=fixincludes): Add install-pdf to
4129         missing targets.
4130         (recursive_targets): Add install-pdf target.
4131         (flags_to_pass): Add pdfdir.
4132         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4133         target.
4134         * configure: Regenerate
4135         * Makefile.in: Regenerate
4137 2007-02-28  Eric Christopher  <echristo@apple.com>
4139         Revert:
4140         2006-12-07  Mike Stump  <mrs@apple.com>
4142         * Makefile.def (dependencies): Add dependency for
4143         install-target-libssp and install-target-libgomp on
4144         install-gcc.
4145         * Makefile.in: Regenerate.
4147 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
4149         * configure: Regenerate.
4150         * configure.ac: Move statements after variable declarations.
4152 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
4154         * MAINTAINERS: Add myself as sh maintainer.
4156 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
4158         * configure.ac: Adjust for loop syntax.
4159         * configure: Regenerate.
4161 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
4163         * configure: Rebuilt.
4165 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
4167         * configure.ac: Drop multiple occurrences of --enable-languages,
4168         and fix its quoting.
4169         * configure: Rebuilt.
4171 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
4172             Nathan Sidwell  <nathan@codesourcery.com>
4173             Vladimir Prus  <vladimir@codesourcery.com>
4174             Joseph Myers  <joseph@codesourcery.com>
4176         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4177         * configure: Regenerate.
4179 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
4181         * ltconfig (freebsd*): Default to elf.
4183 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
4185         * configure.ac (target_libraries): Move libgcc before libiberty.
4186         * configure: Regenerated.
4188 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
4189             Paolo Bonzini  <bonzini@gnu.org>
4191         PR bootstrap/30753
4192         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
4193         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
4194         * configure: Regenerated.
4196 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4198         * MAINTAINERS (Language Front End Maintainers): Update my mail
4199         address.
4201 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
4203         PR bootstrap/30748
4204         * configure.ac: Correct syntax for Solaris ksh.
4205         * configure: Regenerated.
4207 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4209         * configure.ac: Sync with src.
4210         * configure: Regenerate.
4212 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4214         * Makefile.in: Regenerate.
4216 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4218         * config.sub: Sync with src.
4220 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
4222         * Makefile.tpl (build_alias, host_alias, target_alias): Use
4223         noncanonical equivalents.
4224         * configure.in: Rename to...
4225         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
4226         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
4227         target_noncanonical.  Use them.  Rewrite removal of configure
4228         arguments for autoconf 2.59.  Discard variable settings.  Force
4229         program_transform_name for native tools.
4231         * Makefile.in: Regenerated.
4232         * configure: Regenerated with autoconf 2.59.
4234 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
4236         * MAINTAINERS (Write After Approval): Add myself.
4238 2007-01-31  Andreas Schwab  <schwab@suse.de>
4240         * Makefile.tpl (LDFLAGS): Substitute it.
4241         * Makefile.in: Regenerate.
4243 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
4245         * MAINTAINERS (Write After Approval): Add myself.
4247 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
4249         * MAINTAINERS (spu port): Add myself.
4251 2007-01-23  Richard Guenther  <rguenther@suse.de>
4253         PR bootstrap/30541
4254         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
4255         * Makefile.tpl (GNATBIND): Substitute it.
4256         (GNATMAKE): Likewise.
4257         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
4258         of STAGE_PREFIX.
4259         * Makefile.in: Regenerate.
4260         * configure: Regenerate.
4262 2007-01-18  Mike Stump  <mrs@apple.com>
4264         * configure.in: Re-enable -Werror for gcc builds.
4266 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
4268         * MAINTAINERS (Write After Approval): Add myself.
4270 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
4272         * configure.in: Change == to = in test command.
4273         * configure: Regenerate.
4275 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
4276             Nick Clifton  <nickc@redhat.com>
4277             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
4279         * configure.in (build_configargs, host_configargs, target_configargs):
4280         Remove build/host/target parameters.
4281         (host_libs): Add gmp and mpfr.
4282         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4283         * Makefile.def (gmp, mpfr): New.
4284         (gcc): Remove target.
4285         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4286         target_os, target_vendor): New.
4287         (configure): Add host_alias/target_alias arguments; adjust invocations.
4288         * configure: Regenerate.
4289         * Makefile.in: Regenerate.
4291 2007-01-11  Matt Fago  <fago@earthlink.net>
4293         * configure.in: Try to link to functions only in mpfr 2.2.x
4294         to improve robustness of configure tests.
4295         * configure: Regenerate.
4297 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
4299         * MAINTAINERS: Add myself as i386 maintainer.
4301 2007-01-08  Jan Hubicka  <jh@suse.cz>
4303         * MAINTAINERS: Add myself as i386 maintainer.
4305 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
4307         * configure.in: Add support for an x86_64-mingw* target.
4308         * configure: Regenerate.
4310 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
4312         * Makefile.tpl (all-target): Correct @if conditional for target
4313         modules.
4314         * configure.in: Omit libiberty if building only target libgcc.
4315         * configure, Makefile.in: Regenerated.
4317 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
4319         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
4320         * configure: Regenerate.
4322 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
4324         * Makefile.def (target_modules): Add libgcc.
4325         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
4326         * Makefile.tpl (clean-target-libgcc): Delete.
4327         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4328         on gcc even for bootstrapped modules.  Rewrite handling of
4329         lang_env_dependencies to loop over target_modules.
4330         * configure.in (target_libraries): Add target-libgcc.
4331         * Makefile.in, configure: Regenerated.
4333 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
4335         * configure.in: Reorganize recognition of languages.  Add
4336         --enable-stage1-languages.  Show supported languages for the chosen
4337         target rather than all recognized languages.
4338         * configure: Regenerate.
4340 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
4342         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4343         * Makefile.in: Regenerate.
4345 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4347         * configure.in: Warn that MPFR 2.2.0 is buggy.
4348         * configure: Regenerate.
4350 2006-12-27  Ian Lance Taylor  <iant@google.com>
4352         * configure.in: When removing Makefiles to force a reconfigure, also
4353         remove prev-DIR*/Makefile.
4354         * configure: Regenerate.
4356 2006-12-22  Andreas Schwab  <schwab@suse.de>
4358         * configure: Regenerate with correct autoconf version.
4360 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
4362         * configure.in: add AC_SUBST for *_FOR_TARGET.
4363         * configure: Regenerate.
4365 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4367         * configure.in: Simplify logic for rejecting languages that cannot
4368         be built.  Separate the case when a language is unsupported,
4369         from the case when the user chooses not to build a language.
4371 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4373         * configure.in: Remove "$build" case for powerpc-*-darwin* since
4374         it only affects bootstrap and could be tested on "$host" as well.
4375         * configure: Regenerate.
4376         * config/mh-ppc-darwin: Add to the stage1 cflags here.
4378 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4380         PR bootstrap/29544
4381         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4382         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4383         move here comment from Makefile.tpl.
4384         * Makefile.tpl: Move some definitions higher in the file.
4385         (STAGE1_CHECKING): New.
4386         * configure.in: Add --enable-stage1-checking.
4387         * configure: Regenerate.
4388         * Makefile.in: Regenerate.
4390 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4392         * MAINTAINERS: Add myself as build system maintainer.
4394 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
4396         * MAINTAINERS (Write After Approval): Add myself.
4398 2006-12-13  Eric Christopher  <echristo@apple.com>
4400         * MAINTAINERS: Add myself as darwin maintainer.
4402 2006-12-11  Ian Lance Taylor  <ian@airs.com>
4404         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
4406 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
4408         MAINTAINERS: Update my entry.
4410 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
4412         * configure.in:  Handle spu makefile frag.
4413         * Makefile.tpl (MAINT): Define
4414         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4415         * configure: Regenerate.
4416         * Makefile.in: Regenerate.
4418 2006-12-11  Ben Elliston  <bje@au.ibm.com>
4420         * config.guess: Import latest version.
4421         * config.sub: Likewise.
4423 2006-12-11  Ben Elliston  <bje@au.ibm.com>
4425         * configure.in (spu-*-*): Don't skip target-libiberty.
4426         * configure: Regenerate.
4428 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
4430         PR bootstrap/30134
4431         * configure.in: Correct x86 darwin support for libjava to powerpc
4432         and i?86 only.
4433         * configure: Regenerate.
4435 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
4437         * configure.in: Add x86 darwin support for libjava.
4438         * configure: Regenerate.
4440 2006-12-07  Mike Stump  <mrs@apple.com>
4442         * Makefile.def (dependencies): Add dependency for
4443         install-target-libssp and install-target-libgomp on
4444         install-gcc.
4445         * Makefile.in: Regenerate.
4447 2006-12-04  Richard Guenther  <rguenther@suse.de>
4449         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
4450         (Non-Algorithmic Maintainers): Move over non-algorithmic
4451         loop optimizer maintainers, add myself as a non-algorithmic
4452         middle-end maintainer.
4454 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
4456         * MAINTAINERS (Write After Approval): Add myself.
4458 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4460         * configure.in: Update error message for missing GMP/MPFR.
4462         * configure: Regenerate.
4464 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4466         * configure.in: Update MPFR version in error message.
4468         * configure: Regenerate.
4470 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4472         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4473         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4474         --with-gmp-lib): New flags.
4476         * configure: Regenerate.
4478 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
4480         * MAINTAINERS (Write After Approval): Change my email address.
4482 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
4484         * MAINTAINERS (Write After Approval): Add myself.
4486 2006-11-22  Philipp Thomas  <pth@suse.de>
4488         * MAINTAINERS (i18n): Update e-mail address.
4490 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4492         * MAINTAINERS (spu port): Add myself as maintainer.
4493         (Write After Approval): Remove myself.
4495 2006-11-22  Ben Elliston  <bje@au.ibm.com>
4497         * configure.in (skipdirs): Don't build libssp for SPU.
4498         * configure: Regenerate.
4500 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
4502         * MAINTAINERS (spu port): Add myself as maintainer.
4503         (libobjc): Update my email address.
4505 2006-11-21  Andrea Bona  <andrea.bona@st.com>
4507         * MAINTAINERS (Write After Approval): Add myself.
4509 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4511         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
4512         * configure : Rebuilt.
4514 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4516         * MAINTAINERS (Write After Approval): Add myself.
4518 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
4520         * MAINTAINERS (Write After Approval): Add myself.
4522 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4524         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
4525         libmpfr.a.
4526         * configure: Regenerate.
4528 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
4530         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4531         (unstage): Test for stage_last presence.
4533         PR bootstrap/29802
4534         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
4535         STAGE_PREFIX.
4536         * Makefile.in: Regenerate.
4538 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
4540         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
4541         maintainers.
4543 2006-11-14  Erven Rohou  <erven.rohou@st.com>
4545         * MAINTAINERS (Write After Approval): Add myself.
4547 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
4549         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
4550         and stageN-package/Makefile.
4551         * Makefile.in: Regenerated.
4553 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
4555         * configure.in: Remove target-libgloss from noconfigdirs for
4556         bfin-*-*.
4557         * configure: Regenerated.
4559 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4561         * configure.in (have_gmp): Only error if the gcc directory exists.
4563         * configure: Regenerate.
4565 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4567         * configure.in: Robustify error message for missing GMP/MPFR.
4569         * configure: Regenerate.
4571 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
4573         * MAINTAINERS (Write After Approval): Add myself.
4575 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
4577         * MAINTAINERS: Change email address.
4579 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
4581         * MAINTAINERS (Write After Approval): Add myself.
4583 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
4585         * MAINTAINERS (Write After Approval): Add myself.
4587 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
4589         * MAINTAINERS (Write After Approval): Move myself to
4590         Write After Approval section.
4592 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4594         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
4595         need_gmp anymore.
4596         * configure: Regenerate.
4598 2006-10-16  Tobias Burnus  <burnus@net-b.de>
4600         * MAINTAINERS (Write After Approval): Add myself.
4602 2006-10-16  Ben Elliston  <bje@au.ibm.com>
4604         * config.guess: Import latest version.
4605         * config.sub: Likewise.
4607 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
4609         * Makefile.def: Added pdf target handling.
4610         * Makefile.tpl: Added pdf target handling.
4611         * Makefile.in: Regenerated.
4613 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
4615         * MAINTAINERS: Add self as score port maintainer.
4617 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
4619         * MAINTAINERS (Write After Approval): Add myself.
4621 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
4623         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
4624         or newer.
4625         * configure: Regenerated.
4627 2006-09-27  Dave Brolley  <brolley@redhat.com>
4629         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
4630         using $s instead of $r.
4631         * configure: Regenerated.
4633 2006-09-26  Thiemo Seufer  <ths@mips.com>
4635         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4636         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4637         * configure: Regenerate.
4639 2006-09-24  Graeme Peterson  <gridly@gmail.com>
4641         * MAINTAINERS (Write After Approval): Remove myself.
4643 2006-09-22  Chao-ying Fu  <fu@mips.com>
4645         * MAINTAINERS (Write After Approval): Add myself.
4647 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
4649         * MAINTAINERS: Add self as soft-fp maintainer.
4651 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
4653         * MAINTAINERS: Add myself as avr maintainer.
4654         Remove Marek Michalkiewicz as avr maintainer.
4656 2006-09-07  Roberto Costa  <roberto.costa@st.com>
4658         * MAINTAINERS (Write After Approval): Add myself.
4660 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
4662         * configure.in: Never build newlib for a Mingw host.
4663         Never build newlib as Mingw target library.
4664         Test the existence of winsup/cygwin for building a Cygwin newlib,
4665         rather than just winsup.
4666         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4667         building a Mingw target.
4668         * configure: Regenerate.
4670 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
4672         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
4674 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
4676         * config.guess: Import from src (was more updated).
4677         * config.sub: Likewise.
4679 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
4681         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4682         * configure: Regenerated.
4684 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
4686         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4687         for stages after the first.
4689 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
4691         * Makefile.def: Add dependencies for configure-opcodes
4692         on configure-intl and all-opcodes on all-intl.
4693         * Makefile.in: Regenerated.
4695 2006-07-13  Ben Elliston  <bje@au.ibm.com>
4697         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
4699 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4701         Port to hosts whose 'sort' and 'tail' implementations
4702         treat operands with leading '+' as file names, as POSIX
4703         has required since 2001.  However, make sure the code still
4704         works on pre-POSIX hosts.
4705         * ltmain.sh: Don't assume "sort +2" is equivalent to
4706         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
4708 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
4710         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
4712 2006-07-04  Peter O'Gorman  <peter@pogma.com>
4714         * ltconfig: chmod 644 before ranlib during install.
4716 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4718         PR bootstrap/18058
4719         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4720         if the bootstrap compiler is a GCC version that supports it.
4721         * configure: Regenerate.
4723 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4725         * configure.in: Fix thinkos in previous check-in.
4726         * configure: Regenerate.
4728 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4730         PR other/27063
4731         * configure.in: Test subdir_requires and give an appropriate
4732         error message.
4733         * configure: Regenerate.
4735 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
4737         * MAINTAINERS (Write After Approval): Add myself.
4739 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
4741         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4743 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
4745         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4747 2006-06-20  David Ayers  <d.ayers@inode.at>
4749         PR bootstrap/28072
4750         * configure.in: Add target-boehm-gc to noconfigdirs depending on
4751         whether target-libjava is being configured instead of whether the
4752         java front end is enabled.
4753         * configure: Regenerate.
4755 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4757         PR target/27540
4758         * configure.in: Only enable libgomp on IRIX 6.
4759         * configure: Regenerate.
4761 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
4763         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4764         too.
4765         * Makefile.in: Regenerate.
4767 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
4769         * config-ml.in: Alter CCASFLAGS to include special
4770         multilib options the same as is done for CFLAGS.
4772 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4774         * configure.in: Don't enable libgomp on hpux10.
4775         * configure: Rebuilt.
4777 2006-06-12  David Ayers  <d.ayers@inode.at>
4779         PR bootstrap/27963
4780         PR target/19970
4781         * configure.in: Remove target-boehm-gc from noconfigdirs where
4782         ${libgcj} is specified.
4783         * configure: Regenerate.
4785 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
4787         Sync from src:
4789         * configure.in: Sync.
4790         * configure: Regenerated.
4792         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
4794         * Makefile.def: Added dependencies from sim and gdb on intl, and
4795         added configure dependencies to everything with an all dependency
4796         on intl.
4797         * Makefile.in: Regenerated.
4799 2006-06-06  David Ayers  <d.ayers@inode.at>
4801         PR libobjc/13946
4802         * Makefile.def: Add dependencies for libobjc which boehm-gc.
4803         * Makefile.in: Regenerate.
4804         * configure.in: Add --enable-objc-gc at toplevel and have it
4805         enable boehm-gc for Objective-C.
4806         Remove target-boehm-gc from libgcj.
4807         Add target-boehm-gc to target_libraries.
4808         Add target-boehm-gc to noconfigdirs where ${libgcj}
4809         is specified.
4810         Assert that boehm-gc is supported when requested for Objective-C.
4811         Only build boehm-gc if needed either for Java or Objective-C.
4812         * configure: Regenerate.
4814 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
4816         PR 27674
4817         * Makefile.tpl (configure-[+prefix+][+module+],
4818         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4819         Remove rule to unstage bootstrapped modules.
4820         (stage_current): New.
4821         * Makefile.in: Regenerate.
4823 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4825         * MAINTAINERS (Write After Approval): Update my e-mail address.
4827 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
4829         * include/libiberty.h: Declare pex_run_in_environment.
4831 2006-05-31  Asher Langton  <langton2@llnl.gov>
4833         * MAINTAINERS (Write After Approval): Add myself.
4835 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
4837         * Makefile.def (bfd, opcodes): Fix lib_path.
4838         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4839         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
4840         * Makefile.in: Regenerate.
4842 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4844         * Makefile.in: Regenerate.
4846 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4848         * Makefile.def: Add install-html target. Add datarootdir
4849         docdir and htmldir to flags_to_pass.
4850         * Makefile.tpl: Add install-html target.
4851         * Makefile.in: Regenerate.
4852         * configure.in: Add --with-datarootdir, --with-docdir, and
4853         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
4854         * configure: Regenerate.
4856 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
4858         * configure.in: Enable gprof for cross builds.
4859         * configure: Regenerate.
4861 2006-05-22  Richard Guenther  <rguenther@suse.de>
4863         Revert
4864         2006-01-31  Richard Guenther  <rguenther@suse.de>
4865         Paolo Bonzini  <bonzini@gnu.org>
4867         * Makefile.def (target_modules): Add libgcc-math target module.
4868         * configure.in (target_libraries): Add libgcc-math target library.
4869         (--enable-libgcc-math): New configure switch.
4870         * Makefile.in: Re-generate.
4871         * configure: Re-generate.
4872         * libgcc-math: New toplevel directory.
4874 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4875             Andreas Tobler  <a.tobler@schweiz.ch>
4877         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
4878         * configure: Rebuilt.
4880 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
4882         * MAINTAINERS (Write After Approval): Add myself.
4884 2006-05-01  DJ Delorie  <dj@redhat.com>
4886         * configure.in: Restore CFLAGS if GMP isn't present.
4887         * configure: Regenerate.
4889 2006-05-01  Richard Guenther  <rguenther@suse.de>
4891         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
4892         maintainer.
4894 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
4896         * MAINTAINERS (Write After Approval): Add myself.
4898 2006-04-28  Jan Beulich  <jbeulich@novell.com>
4900         * MAINTAINERS (Write After Approval): Add myself.
4902 2006-04-18  DJ Delorie  <dj@redhat.com>
4904         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
4905         reference libgloss so that libssp can be built in a combined
4906         tree.
4907         * configure: Regenerate.
4909 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
4911         * MAINTAINERS (Write After Approval): Add myself.
4913 2006-04-05  Ben Elliston  <bje@au.ibm.com>
4915         * configure.in: Require makeinfo 4.4 or higher.
4916         * configure: Regenerate.
4918 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
4920         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
4921         Rearrange the entries of other libraries to have them in one place.
4923 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
4925         * MAINTAINERS (Write After Approval): Remove myself.
4926         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4928 2006-03-14  Richard Guenther  <rguenther@suse.de>
4930         * configure: Regenerate with autoconf 2.13.
4932 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
4934         * MAINTAINERS: Use my work address.
4936         * MAINTAINERS: Update my E-mail address.
4938 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
4940         * configure.in: Handle --disable-<component> generically.
4941         * configure: Regenerate.
4943 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
4945         PR libgcj/17311
4946         * ltmain.sh: Don't use "$finalize_rpath" for compile.
4948 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
4950         * MAINTAINERS (Write After Approval):  Remove myself.
4951         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4953 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
4955         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
4956         (TARGET_CONFIGDIRS): Remove.
4957         * configure.in: Remove AC_SUBST(target_configdirs).
4958         * Makefile.in, configure: Regenerated.
4960 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
4962         * MAINTAINERS (Write After Approval):  Remove myself.
4963         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4965 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
4967         PR bootstrap/25670
4969         * Makefile.tpl ([+compare-target+]): Print explanation messages.
4971         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4972         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4973         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4974         BUILD_PREFIX, BUILD_PREFIX_1.
4975         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4977         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4978         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4980         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4981         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4982         of `cat stage_current`.  Always provide the `r' and `s' variables.
4983         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4984         a single shell execution.
4985         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4986         bootstrapped modules, make the stage1 module if the build was not
4987         started yet, else build the current stage.
4988         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4989         (all-build, all-host, all-target, [+make_target+]-host,
4990         [+make_target+]-target): Do not use \-continued lines.
4991         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4992         (current_stage, restrap, stage_last): New.
4994         * Makefile.in: Regenerate.
4995         * configure: Regenerate.
4997 2006-02-19  Bud Davis  <jmdavis@link.com>
4999         * MAINTAINERS (Write After Approval):  Remove myself.
5000         (Language Front End Maintainers):  Add myself as fortran 95
5001         maintainer and update e-mail address.
5003 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
5005         * MAINTAINERS (Write After Approval):  Remove myself.
5006         (Language Front End Maintainers):  Add myself as fortran 95
5007         maintainer.
5009 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
5011         * MAINTAINERS (Write After Approval): Add myself.
5013 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
5015         * MAINTAINERS (Write After Approval):  Remove myself.
5016         (Language Front End Maintainers):  Add myself as
5017         fortran 95 maintainer.
5019 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
5021         Sync from src:
5023         2005-12-27  Leif Ekblad  <leif@rdos.net>
5025         * configure.in: Add support for RDOS target.
5026         * configure: Regenerate.
5028 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
5029             Andreas Schwab  <schwab@suse.de>
5031         * configure: Regenerate.
5033 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
5035         * configure.in (enable_libgomp): Add AIX.
5036         * configure: Regenerate.
5038 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
5040         * MAINTAINERS (Write After Approval): Add myself.
5042 2006-02-03  Lee Millward  <lee.millward@gmail.com>
5044         * MAINTAINERS (Write After Approval): Add myself.
5046 2006-01-31  Richard Guenther  <rguenther@suse.de>
5047         Paolo Bonzini  <bonzini@gnu.org>
5049         * Makefile.def (target_modules): Add libgcc-math target module.
5050         * configure.in (target_libraries): Add libgcc-math target library.
5051         (--enable-libgcc-math): New configure switch.
5052         * Makefile.in: Re-generate.
5053         * configure: Re-generate.
5054         * libgcc-math: New toplevel directory.
5056 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
5058         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5059         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5060         the assembler, linker and binutils.
5061         * configure: Regenerate.
5063 2006-01-22  Dirk Mueller  <dmueller@suse.de>
5065         * MAINTAINERS (Write After Approval): Add myself.
5067 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
5069         * configure: Regenerate.
5071 2006-01-18  Richard Henderson  <rth@redhat.com>
5072             Jakub Jelinek  <jakub@redhat.com>
5073             Diego Novillo  <dnovillo@redhat.com>
5075         * libgomp: New directory.
5076         * Makefile.def: Add target_module libgomp.
5077         * Makefile.in: Regenerate.
5078         * configure.in (target_libraries): Add target-libgomp.
5079         * configure: Regenerate.
5081 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
5083         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5084         @ from continuation.
5085         * Makefile.in: Rebuilt.
5087 2006-01-04  Chris Lattner  <sabre@gnu.org>
5089         * MAINTAINERS (Write After Approval): Add myself.
5091 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
5093         PR bootstrap/24252
5095         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5096         * Makefile.tpl (OBJDUMP): New.
5097         (EXTRA_HOST_FLAGS): Add it.
5098         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
5100         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5101         to use symbolic links between directories.  Avoid race conditions
5102         or make them harmless.
5103         * configure.in: Do not try to use symbolic links between directories.
5105         * Makefile.def (LEAN): Pass.
5106         * Makefile.tpl (LEAN): Define.
5107         (stage[+id+]-start): Accept that the previous directory does not
5108         exist, if the bootstrap is lean.
5109         (stage[+id+]-bubble): Invoke lean bootstrap commands after
5110         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
5111         configure substitution.
5112         ([+compare-target+]): Likewise.
5113         ([+bootstrap-target+]-lean): New.
5114         * configure.in: Remove lean bootstrap support from here.
5116         * Makefile.in: Regenerate.
5117         * configure: Regenerate.
5119 2006-01-04  Ben Elliston  <bje@au.ibm.com>
5121         * MAINTAINERS (libdecnumber): Add myself.
5123 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
5125         * libtool-ldflags: New script.
5127 2006-01-02  Andreas Schwab  <schwab@suse.de>
5129         * configure.in: When reconfiguring remove Makefile in
5130         all stage directories.
5131         * configure: Regenerate.
5133 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
5135         * MAINTAINERS: Update my email address.
5137 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
5139         Revert Ada-related part of the previous change.
5141         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5142         Do not pass.
5143         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5144         * Makefile.in: Regenerate.
5145         * configure.in: Do not include mt-ppc-aix target fragment.
5146         * configure: Regenerate.
5148 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
5150         * configure.in: Select appropriate fragments for PowerPC/AIX.
5151         * configure: Regenerate.
5153         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5154         BOOT_CFLAGS, BOOT_LDFLAGS.
5155         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5156         BOOT_CFLAGS, BOOT_LDFLAGS.
5157         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5158         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5159         (stage): Fail if we cannot complete the work.
5160         * Makefile.in: Regenerate.
5162 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
5164         * configure.in: Replace ms1 with mt.
5165         * configure: Rebuilt.
5167 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
5169         * MAINTAINERS: Update my email address.
5171 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
5173         * Makefile.tpl (all, do-[+make_target+], do-check, install,
5174         install-host-nogcc): Don't invoke $(stage) at the end.
5175         * Makefile.in: Regenerate.
5177 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
5179         * configure.in: Flip the top-level bootstrap switch.
5180         * configure: Regenerate.
5182 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
5184         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5185         $(stage) and $(unstage).
5186         (EXTRA_TARGET_FLAGS): Correct double-quoting.
5187         (all): Remove stray semicolon.
5188         (local-distclean): Don't handle multilib.tmp and multilib.out.
5189         (install.all): Set $s for consistency.
5190         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5191         check_multilibs setting.  Always make the install directory.
5192         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5193         Correct @if/@endif.
5194         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5195         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5196         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5197         (multilib.out): Remove.
5198         * Makefile.in: Regenerated.
5200 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
5202         * MAINTAINERS (Write After Approval): Add myself.
5204 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
5206         * MAINTAINERS: Add myself as mt maintainer.
5208         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
5210 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
5212         * MAINTAINERS: Change email address.
5214 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
5216         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5217         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5218         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
5219         Find in-tree tools if available.
5220         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5221         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5222         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5223         (COMPILER_*_FOR_TARGET): New.
5224         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5225         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5226         (CONFIGURED_*, USUAL_*): Remove.
5227         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5228         STRIP): Use autoconf substitutions.
5229         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5230         COMPILER_NM_FOR_TARGET): New.
5231         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5233         (all): Make all-host and all-target in parallel.
5234         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5235         that $$r and $$s are set before invoking a recursive make.
5236         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5237         ([+bootstrap-target+]): Inline most of the `all' target.
5239 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5241         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5242         from the gcc build directory.
5243         * Makefile.in: Regenerate.
5245 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5247         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
5248         depend on all-libdecnumber.
5249         * configure.in (host_libs): Include libdecnumber.
5250         * Makefile.in: Regenerate.
5251         * configure: Likewise.
5253 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5255         * libdecnumber: Import decNumber sources from the dfp-branch.
5257 2005-11-21  Kean Johnston  <jkj@sco.com>
5259         * config.sub, config.guess: Sync from upstream sources.
5261 2005-11-21  Ben Elliston  <bje@au.ibm.com>
5263         Import from Autoconf sources:
5265         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
5266         * config/move-if-change: Don't output "$2 is unchanged";
5267         suggested by Ben Elliston.  Handle weird characters correctly.
5269 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
5271         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
5272         to match upstream libtool for darwin.
5274 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
5276         * Makefile.def: Remove gdb dependencies for gdbtk.
5277         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5278         (configure-gdb, install-gdb): New rules.
5279         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5280         * Makefile.in, configure: Regenerated.
5282 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
5284         * MAINTAINERS (Write After Approval): Add myself.
5286 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
5288         * MAINTAINERS (Write After Approval): Add myself.
5290 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
5292         * MAINTAINERS (alias analysis): Add Daniel Berlin and
5293         Diego Novillo.
5295 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
5297         PR bootstrap/24297
5298         * Makefile.tpl (do-[+make-target+], do-check, install,
5299         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5300         are set before recursing.
5301         * Makefile.in: Regenerate.
5303 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
5305         PR bootstrap/18939
5306         * Makefile.def (gcc) <target>: Fix thinko.
5307         * Makefile.in: Regenerate.
5309 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
5311         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5312         * configure: Regenerate.
5314 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
5316         * MAINTAINERS (Write After Approval): Add self.
5318 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
5320         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5321         target-libffi, target-qthreads, target-libjava, and
5322         targetlibobjc.
5323         * configure: Regenerate.
5325 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
5327         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5328         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5329         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5330         (USUAL_OBJDUMP_FOR_TARGET): New.
5331         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5332         * configure.in: Check for $OBJDUMP_FOR_TARGET.
5333         * configure, Makefile.in: Regenerated.
5335 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
5337         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5338         before other host packages.
5340 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
5342         * MAINTAINERS: Add self as sh libraries/configury maintainer.
5344 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
5346         PR bootstrap/22340
5348         * configure.in (default_target): Remove.
5349         * Makefile.tpl (all): Do not use prerequisites as subroutines
5350         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5351         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5352         use prerequisites as subroutines.
5353         (check-host, check-target): New.
5354         (bootstrap configure & all targets): Do not use stage*-start
5355         if the directory layout is already ok.
5356         (non-bootstrap configure & all targets): Prepend a $(unstage).
5357         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
5358         (NOTPARALLEL): Remove.
5359         (unstage, stage variables): New variables.
5360         (unstage, stage targets): Simply expand to those variables.
5362         * configure: Regenerate.
5363         * Makefile.in: Regenerate.
5365 2005-10-04  James E Wilson  <wilson@specifix.com>
5367         * Makefile.def (lang_env_dependencies): Add libmudflap.
5368         * Makefile.in: Regenerate.
5370 2005-10-03  Andreas Schwab  <schwab@suse.de>
5372         Backport from libtool CVS:
5373         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
5375         * ltmain.sh: add support for installing into temporary
5376         staging area (e.g. 'make install DESTDIR=...')
5378 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
5380         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5381         * configure: Regenerated.
5383 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
5385         * configure: Regenerate with the correct
5386         autoconf version.
5388 2005-09-30  Catherine Moore  <clm@cm00re.com>
5390         * configure.in (bfin-*-*): New.
5391         * configure: Regenerated.
5393 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
5395         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5396         (LIPO_FOR_TARGET): New.
5397         (CONFIGURED_LIPO_FOR_TARGET): New.
5398         (USUAL_LIPO_FOR_TARGET): New.
5399         (STRIP_FOR_TARGET): New.
5400         (CONFIGURED_STRIP_FOR_TARGET): New.
5401         (USUAL_STRIP_FOR_TARGET): New.
5402         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5403         STRIP_FOR_TARGET.
5404         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5405         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5406         * Makefile.in: Regenerate.
5407         * configure: Regenerate.
5409 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
5411         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5412         (rs6000-*-aix*): Same.
5413         * configure: Regenerate.
5415 2005-09-16  Tom Tromey  <tromey@redhat.com>
5417         * MAINTAINERS: Add self as java maintainer.
5419 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
5421         * configure.in: Recognize f95 in the --enable-languages option,
5422         and substitute it for fortran, issuing a warning.
5423         * configure: Regenerate.
5425 2005-08-30  Phil Edwards  <phil@codesourcery.com>
5427         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
5428         * configure:  Regenerated.
5430 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
5432         * MAINTAINERS: Add self as ms1 maintainer.
5434 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
5436         * Makefile.def (libssp): Add to lang_env_dependencies.
5437         * Makefile.in: Regenerate.
5439 2005-08-18  Ian Lance Taylor  <ian@airs.com>
5441         * MAINTAINERS: Add myself as middle-end maintainer.
5443 2005-08-17  Christian Groessler  <chris@groessler.org>
5445         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5446         * Makefile.in: Regenerate.
5448 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
5450         * MAINTAINERS (write after approval): Added myself.
5452 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
5454         * MAINTAINERS (Write After Approval): Add myself.
5456 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
5458         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5459         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5460         Look for alternate names of the target cc and c++
5461         * configure: Regenerate.
5463 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
5465         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5466         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5467         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5468         tools; remove code to manually set them.
5469         (Target tools): Look in the environment for them.
5470         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5471         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5472         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5473         build directory.
5474         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5475         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5476         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5477         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5478         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5479         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5480         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5481         * configure: Regenerate.
5482         * Makefile.in: Regenerate.
5484 2005-07-28  Ben Elliston  <bje@au.ibm.com>
5486         * MAINTAINERS: Update for removed CPU targets.
5488 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
5490         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5491         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5492         * Makefile.in: Regenerated.
5494 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
5496         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5497         (CFLAGS_FOR_TARGET): Use it.
5498         (CXXFLAGS_FOR_TARGET): Likewise.
5499         * Makefile.in: Regenerated.
5500         * configure.in (--with-build-sysroot): New option.
5501         * configure: Regenerated.
5503 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
5505         * Makefile.tpl: Wrap install between unstage and stage
5506         * Makefile.in: Regenerate.
5508 2005-07-21  Eric Christopher  <echristo@apple.com>
5510         * MAINTAINERS: Update affiliation.
5512 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
5514         * MAINTAINERS: Add self as crx port maintainer.
5516 2005-07-20  DJ Delorie  <dj@redhat.com>
5518         * MAINTAINERS: Add self as m32c maintainer.
5520 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
5522         * all files: Update FSF address.
5524 2005-07-15  Eric Christopher  <echristo@redhat.com>
5526         * MAINTAINERS: Change affiliation.
5528 2005-07-14  Jim Blandy  <jimb@redhat.com>
5530         * configure.in: Add cases for Renesas m32c.
5531         * configure: Regenerated.
5533 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
5535         * COPYING.LIB: Update from fsf.org.
5537 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
5539         * COPYING, compile, config.guess,
5540         config.sub, install-sh, missing, mkinstalldirs,
5541         symlink-tree, ylwrap: Sync from upstream sources.
5542         * config-ml.in: Update FSF address.
5544 2005-07-13  Eric Christopher  <echristo@redhat.com>
5546         * configure.in: Add toplevel noconfigdir support for tpf.
5547         * configure: Regenerate.
5549 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
5551         PR ada/22340
5553         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5554         * Makefile.in: Regenerate.
5556 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
5558         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
5559         Brolley to write-after-approval.
5561 2005-07-07  Andreas Schwab  <schwab@suse.de>
5563         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5564         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5565         * Makefile.in: Regenerated.
5567 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
5569         * configure.in: Don't build sim or rda when targetting darwin.
5570         * configure: Regenerate.
5572 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
5574         * configure.in: Add --enable-libssp and --disable-libssp.
5575         * configure: Regenerate with autoconf-2.13.
5577 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
5579         * Makefile.def (target_modules): Add libssp.
5580         * configure.in (target_libraries): Add target-libssp.
5581         * configure: Rebuilt.
5582         * Makefile.in: Rebuilt.
5584 2005-07-01  Zack Weinberg  <zackw@panix.com>
5586         * MAINTAINERS: Change email address.  Resign from maintainership.
5588 2005-07-01  Richard Guenther  <rguenther@suse.de>
5590         * MAINTAINERS: Change my e-mail address and affiliation.
5592 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
5594         * Makefile.def (stagefeedback): Come after profile.
5595         Define profiledbootstrap target.
5596         * Makefile.tpl (profiledbootstrap): Remove.
5597         (stageprofile-end): Zap stagefeedback.
5598         (stagefeedback-start): Copy all .gcda files, not only GCC's.
5599         * Makefile.in: Regenerate.
5601 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
5603         * MAINTAINERS: Update my email address.
5605 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
5607         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
5608         In 'cpp' stanza, support '#line' as well as '# '.
5610 2005-06-08  Andreas Schwab  <schwab@suse.de>
5612         * MAINTAINERS: Move myself from 'Write After Approval' to
5613         'CPU Port Maintainers' section as m68k maintainer.
5615 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
5617         * configure.in (unsupported_languages): New macro.
5618         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
5619         non-ported target libraries in noconfigdirs.
5620         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5621         non-linux-gnu.  Remove libgcj_ex_libffi.
5622         <lang_frag loop>: Set add_this_lang=no if the language is in
5623         unsupported_languages.
5624         * configure: Regenerate.
5626 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
5628         * configure.in: Fix typo in handling of --with-mpfr-dir.
5629         * configure: Regenerate.
5631 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
5633         * MAINTAINERS: Update my email address.
5635 2005-06-02  Jim Blandy  <jimb@redhat.com>
5637         * config.sub: Add cases for the Renesas m32c.  (This patch has been
5638         accepted into the master sources.)
5640 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
5641             Michael Snyder  <msnyder@redhat.com>
5642             Stan Cox  <scox@redhat.com>
5644         * configure.in: Set noconfigdirs for ms1.
5646         * configure: Regenerate.
5648 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
5650         * MAINTAINERS (Write After Approval): Add self.
5652 2005-06-01  Josh Conner  <jconner@apple.com>
5654         * MAINTAINERS (Write After Approval): Add self.
5656 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
5658         * MAINTAINERS: Update my email address.
5660 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
5662         * MAINTAINERS (Write After Approval): Add self.
5664 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
5666         * MAINTAINERS (Write After Approval): Remove self.
5668 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
5670         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5671         (Dependencies): Consider target modules for bootstrap dependencies.
5672         Make target bootstrap modules depend on each stage's gcc.
5673         * Makefile.in: Regenerate.
5675 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
5677         * Makefile.def (configure-gcc): Depend on binutils having been built.
5678         (all-gcc): No need to do it here.
5679         * Makefile.in: Regenerate.
5681 2005-05-19  Paul Brook  <paul@codesourcery.com>
5683         * configure.in: Rewrite misleading error message when requested
5684         language cannot be built.
5685         * configure: Regenerate.
5687 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
5689         * ylwrap: Import from Automake 1.9.5.
5691 2005-05-13  David Ung  <davidu@mips.com>
5693         * MAINTAINERS (Write After Approval): Add self.
5695 2005-05-09  Mike Stump  <mrs@apple.com>
5697         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
5698         lt_cv_sys_max_cmd_len for now.
5700 2005-05-09  Stan Cox  <scox@redhat.com>
5702         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
5704 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
5706         * README.SCO: Update the URL.
5708 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
5710         * ltconfig: Define file_list_spec.  Pass file_list_spec and
5711         with_gnu_ld to libtool.
5712         * ltcf-c.sh (aix[45]): Define file_list_spec.
5713         * ltcf-cxx.sh (aix[45]): Same.
5714         * ltcf-gcj.sh (aix[45]): Same.
5715         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
5716         exists, write list of input files to temporary file.
5718 2005-05-04  Mike Stump  <mrs@apple.com>
5720         * configure.in: Always pass --target to target configures as
5721         otherwise rebuilds that do --recheck will fail.
5722         * confiugure: Rebuilt.
5724 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
5726         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5727         STAGE_HOST_EXPORTS.
5728         (configure, all): Add bootstrap support.
5729         (Host modules, target modules): Pass post-stage1 flags and exports.
5730         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5731         * Makefile.in: Regenerate.
5733 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
5735         * configure: Regenerate.
5737 2005-04-27  Mike Stump  <mrs@apple.com>
5739         * MAINTAINERS: Add self as darwin maintainer.
5741 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
5743         * config.sub: Update from master copy.
5745 2005-04-21  Mike Stump  <mrs@apple.com>
5747         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
5748         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
5750 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
5752         * configure.in <crisv32-*-*, cris-*-*>: New local variable
5753         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
5754         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
5755         "*-*-elf" and "*-*-linux*".
5756         * configure: Regenerate.
5758 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
5760         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
5762 2005-04-12  Mike Stump  <mrs@apple.com>
5764         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
5766 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
5768         * MAINTAINERS (Write After Approval): Add myself.
5770 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
5772         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
5774 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
5776         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5777         (TARGET_CONFIGARGS): Include --with-target-subdir.
5778         (configure, all): New macros.  Use them throughout.
5779         * Makefile.in: Regenerate.
5781 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
5783         * MAINTAINERS (Write After Approval): Add myself.
5785 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5787         * MAINTAINERS: Remove 'loop unrolling' maintainer.
5789 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
5791         * MAINTAINERS: Move John Carr to Write After Approval.
5793 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
5795         * config/mh-mingw32: Delete.
5796         * configure.in: Don't use it.
5797         * configure: Regenerate.
5799 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
5801         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5802         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5803         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
5804         (HOST_LIB_PATH): Generate from Makefile.def.
5805         (TARGET_LIB_PATH): Likewise.
5806         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5807         * Makefile.in: Regenerate.
5808         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5809         (RPATH_ENVVAR): Include Darwin case.
5810         * configure: Regenerate.
5812 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
5814         * MAINTAINERS (Various Maintainers): Remove self.
5815         (Write After Approval): Add self.
5817 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
5819         * MAINTAINERS (Various Maintainers): Add self.
5821 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
5823         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5824         * configure: Regenerate.
5826 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
5828         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5829         gcc_version, and gcc_version_trigger from set of flags to pass.
5830         * Makefile.tpl: Remove definitions of above variables.
5831         (config.status): Remove dependency on $(gcc_version_trigger).
5832         * Makefile.in: Regenerate.
5833         * configure.in: Do not reference config/gcc-version.m4 nor
5834         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
5835         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
5836         * configure: Regenerate.
5838 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
5839             Andrew Pinski  <pinskia@physics.uc.edu>
5841         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5842         * Makefile.in: Regenerate.
5844 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
5846         * MAINTAINERS (Write After Approval): Add myself.
5848 2005-03-03  David Ayers  <d.ayers@inode.at>
5850         * MAINTAINERS (Write After Approval): Add myself.
5852 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
5854         PR libgcj/20160
5855         * ltmain.sh: Avoid creating archives with components that have
5856         duplicate basenames.
5858 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
5860         PR bootstrap/20250
5861         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5862         instead of check.
5863         * Makefile.in: Regenerate.
5865 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5867         * Makefile.in: Regenerate to fix conflict between the previous two
5868         patches.
5870 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5872         PR bootstrap/17383
5873         * Makefile.def (target_modules): Remove "stage", now unnecessary.
5874         * Makefile.tpl (HOST_SUBDIR): New substitution.
5875         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5876         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5877         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5878         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5879         (Host modules, Bootstrapped modules): Use it.
5880         (Build modules, Target modules): Do not create symlink trees,
5881         always configure out-of-srcdir.
5882         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5883         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5884         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5885         $(HOST_SUBDIR).  Create a symlink for host_subdir.
5887         * Makefile.in: Regenerate.
5888         * configure: Regenerate.
5890 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5892         Merged from libada-gnattools-branch:
5893         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5895         * gnattools: New directory.
5896         * Makefile.def: Add gnattools as a module, depending on target-libada.
5897         * Makefile.in: Regenerate.
5898         * configure.in: Include gnattools in host_tools; disable it if ada
5899         is disabled.
5900         * configure: Regenerate.
5902 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
5904         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
5905         treelang maintainer.
5906         (Write After Approval): Remove myself.
5908 2005-02-23  Paul Schlie  <schlie@comcast.net>
5910         * configure.in: Allow darwin targeted ports to build tk, itcl and
5911         libgui.
5912         * configure: Regenerate.
5914 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5916         PR libgcj/10353
5917         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5918         * configure: Regenerate.
5920 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
5922         * MAINTAINERS (Write After Approval): Add myself.
5924 2005-02-10  Ian Lance Taylor  <ian@airs.com>
5926         * MAINTAINERS: Update my e-mail address.
5928 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
5930         * MAINTAINERS (Write After Approval): Add myself.
5932 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
5934         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5935         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5936         target-libgloss when not *-*-elf and *-*-aout.
5937         * configure: Regenerate.
5939 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
5941         * MAINTAINERS: Remove obsolete entries.
5943         * MAINTAINERS (Write After Approval): Add Michael Matz.
5945 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
5947         * MAINTAINERS: Remove self as cpplib maintainer.
5949 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5951         * install-sh, config.sub: Import from upstream.
5953 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5955         PR bootstrap/18222
5956         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5957         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5958         * Makefile.in: Regenerate.
5960 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
5962         * MAINTAINERS: Update my email address.
5964 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
5965             Andreas Schwab  <schwab@suse.de>
5967         PR bootstrap/18033
5968         * config-ml.in: Eval option if surrounded by single quotes.
5970 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
5972         Revert 2004-12-28 Makefile changes, a better fix will be
5973         applied to mainline and src after GCC 4.0 branches.
5975 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
5977         PR bootstrap/17383
5979         * Makefile.def (target_modules): Remove stage parameter,
5980         it is always true now.
5981         * Makefile.tpl (configure-build-[+module+],
5982         configure-target-[+module+]): Always build symlink tree
5983         for the directory and for include.  BUILD_SUBDIR and
5984         TARGET_SUBDIR cannot be . anymore.
5985         * Makefile.in: Regenerate.
5987 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
5989         Revert 2004-12-08 Makefile changes.
5991 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
5993         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
5994         cygwin, mingw.
5996 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
5998         * configure.in (sh64-*-*): Reenable gprof.
5999         * configure: Regenerate.
6001 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
6003         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
6004         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
6005         (EXTRA_TARGET_FLAGS): Add PICFLAG.
6006         * Makefile.in: Regenerate.
6008 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
6010         * MAINTAINERS: Update my email address.
6012 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
6014         * Makefile.tpl: Generate normal dependencies if the LHS module is
6015         not bootstrapped.
6016         * Makefile.in: Regenerate.
6018 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
6020         * configure.in: Include config/gxx-include-dir.m4.  Use
6021         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
6022         * configure: Regenerate.
6024 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
6026         * config.if: Delete.
6027         * configure.in: Set libstdcxx_incdir directly.
6028         * configure: Regenerate.
6030 2004-12-02  Eric Christopher  <echristo@redhat.com>
6032         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
6033         * Makefile.in: Regenerate.
6035 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
6037         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
6038         * configure: Regenerate.
6040 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
6042         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
6043         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
6044         * configure: Regenerate.
6046 2004-12-01  Eric Christopher  <echristo@redhat.com>
6048         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
6049         of things to remove.
6051 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
6053         * MAINTAINERS (Write After Approval): Update my e-mail address.
6055 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
6057         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
6058         from CVS libtool to always pass_all.
6060 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6062         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
6063         (hppa*64*-*-*): Delete incorrect comment.
6064         * configure: Rebuilt.
6066 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
6068         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
6070 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
6072         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
6073         from CVS libtool to always pass_all.
6075 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
6077         * install-sh, compile: Import from automake.
6079 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
6081         * config.guess, config.sub:  Import from savannnah.
6083 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
6085         * MAINTAINERS (Write After Approval): Add myself
6087 2004-11-12  Mike Stump  <mrs@apple.com>
6089         * Makefile.def: Add html support.
6090         * Makefile.tpl: Likewise.
6091         * Makefile.in: Regenerate.
6093 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
6095         PR 18423
6096         * configure.in: Remove all instances of build-fixincludes from
6097         noconfigdirs.
6098         (build_configargs): Supply --target to subdirectories.
6099         * configure: Regenerate.
6101         * Makefile.def: Make gcc install depend on fixincludes install.
6102         * Makefile.in: Regenerate.
6104 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
6106         * MAINTAINERS: Add myself as gcc testsuite maintainer.
6108 2004-11-11  Paul Brook  <paul@codesourcery.com>
6110         * MAINTAINERS: Add self as arm maintainer.  Update email address.
6112 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
6114         * configure.in (noconfigdirs) [mmix-*-*]: Disable
6115         target-libgfortran.
6116         * configure: Regenerate.
6118 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
6120         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6121         like CC.
6123 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
6125         * Makefile.def (host fixincludes): Specify missing targets.
6126         * Makefile.in: Regenerate.
6128 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
6130         * MAINTAINERS: Add myself
6132 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
6134         * MAINTAINERS (Write After Approval): Add myself.
6136 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
6138         * Makefile.def: Build fixincludes for the host, too.
6139         * Makefile.in: Regenerate.
6140         * configure.in (host_tools): Add fixincludes.
6141         * configure: Regenerate.
6143 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
6145         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6146         * configure: Regenerated.
6148 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
6150         PR other/17783
6151         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6152         * configure: Regenerated.
6154 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
6156         * README.SCO: Update per FSF instructions.
6158 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
6160         PR target/18151
6161         * configure.in (case ${target}): Do not build fixincludes for avr.
6162         * configure: Regenerated.
6164 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
6166         * configure.in (case ${target}): Do not build fixincludes
6167         on platforms where it is not used.
6168         * configure: Regenerated.
6170 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
6172         * configure.in: Use an absolute path to install-sh.
6173         * configure: Regenerated.
6175 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
6177         * MAINTAINERS (Write After Approval): Add myself.
6179 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
6181         * MAINTAINERS: Remove from Write After Approval those that are
6182         already maintainers.
6184 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
6186         * MAINTAINERS:  Update my email address.
6188 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
6190         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6191         * configure: Regenerate.
6193 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
6195         * MAINTAINERS:  Update my email address.
6197 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
6199         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
6200         entries belonging to this category.
6202 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
6204         * MAINTAINERS: Update my e-mail address.
6206 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
6208         Fix wrong conflict resolution in:
6210         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
6212         * Makefile.in: Regenerate.
6213         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6214         in the recursive `make', instead of hardwiring `all'.
6215         (Autogenerated TARGET-* variables): New.
6217 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
6219         * configure.in: Enable target-libgloss for crx-*-*.
6220         * configure: Regenerate.
6222 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
6224         * MAINTAINERS (Various Maintainers): Move the "windows,
6225         cygwin, mingw" maintainer to ...
6226         (OS Port Maintainers): ... here.
6228 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
6230         * MAINTAINERS (Write After Approval): Remove those that are
6231         maintainers of some subsystem.
6233 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
6235         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6236         * ltcf-cxx.sh (tpf*): Likewise.
6237         * ltconfig (tpf*): Add TPF OS configuration support.
6239 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
6241         * MAINTAINERS: Change my email address to my new work account.
6243 2004-09-24  Michael Roth  <mroth@nessie.de>
6245         * configure.in (--without-headers): Add missing double quotes.
6246         * configure: Regenerate.
6248 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
6250         * ylwrap: Revert to previous version.
6252 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
6254         PR bootstrap/17369
6255         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6256         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6257         SET_GCC_LIB_PATH_CMD.
6258         (BASE_TARGET_EXPORTS): Likewise.
6259         * Makefile.in: Regenerated.
6261         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6262         * configure: Regenerated.
6264 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
6266         * config.guess: New upstream version
6267         * compile, depcomp, install-sh, ylwrap: Likewise.
6269 2004-09-19  Roger Sayle  <roger@eyesopen.com>
6271         * config/mh-x86omitfp: New host makefile fragment.  Add
6272         -fomit-frame-pointer to the default BOOT_CFLAGS.
6273         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6274         * configure: Regenerate.
6276 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
6278         PR target/11572
6279         * configure.in (*-*-darwin*): Renable libobjc.
6280         * configure: Regenerate.
6282 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
6284         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
6286 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
6288         * Makefile.def: Remove libbanshee.
6289         * Makefile.tpl: Ditto.
6290         * configure.in: Ditto.
6291         * Makefile.in: Regen.
6292         * configure: Ditto.
6294 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
6296         * ltmain.sh: Use $pic_object as $non_pic_object if
6297         $non_pic_object=none.
6299 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
6301         * missing: Import latest version from master repository.
6303 2004-09-06  Nick Clifton  <nickc@redhat.com>
6305         * config.sub: Import latest version from master repository.
6306         * config.guess: Likewise.
6307         This includes these changes:
6309         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
6311         * config.sub: Handle crisv32, alias etraxfs.
6312         * config.guess (crisv32:Linux:*:*): Handle.
6314         2004-08-13  Brad Smith  <brad@comstyle.com>
6316         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6317         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6319         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6321         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6322         assume the processor is a powerpc.  This is because coreutils
6323         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6324         in this case, due to a MacOS X bug that causes
6325         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6326         to return a negative number.
6327         Problem reported by Petter Reinholdtsen in:
6328         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6330         2004-07-19  Ben Elliston  <bje@gnu.org>
6332         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6334         2004-06-24  Ben Elliston  <bje@gnu.org>
6336         * config.guess: Update copyright years.
6337         * config.sub: Likewise.
6339         2004-06-22  Robert Millan  <robertmh@gnu.org>
6341         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6342         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6344         2004-06-22  Stanley F. Quayle <stan@stanq.com>
6346         * config.guess (*:*VMS:*:*): New entry. Replaces
6347         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6348         manufacturer.
6350         2004-06-22  Ben Elliston  <bje@gnu.org>
6352         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6353         * config.sub: Likewise.
6355         2004-06-22  Ben Elliston  <bje@gnu.org>
6357         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6358         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6360         2004-06-11  Ben Elliston  <bje@gnu.org>
6362         * config.guess (pegasos:OpenBSD:*:*): Remove.
6364         2004-06-11  Ben Elliston  <bje@gnu.org>
6366         From Wouter Verhelst <wouter@grep.be>:
6367         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6369         2004-06-11  Ben Elliston  <bje@gnu.org>
6371         * config.guess (luna88k:OpenBSD:*:*): New.
6373         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
6375         * config.guess (m32r*:Linux:*:*): New case.
6376         * config.sub: Handle m32rle.
6378         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
6380         From Jens Petersen  <petersen@redhat.com>:
6381         * config.sub: Handle sparcv8.
6383         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
6385         From Tom Smith <smith@cag.lkg.hp.com>:
6386         * config.guess: Version suffixes are equally significant on Tru64
6387         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
6388         prefix of "P" (patched kernel).
6390         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
6392         * config.sub: Add support for National Semiconductor CRX target.
6394 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
6396         * MAINTAINERS (Various Maintainers): Remove myself as web page
6397         maintainer, add myself as maintainer of build status lists.
6399 2004-09-03  Jan Beulich  <jbeulich@novell.com>
6401         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6402         *-*-netware, but add target-libmudflap.
6403         Consolidate *-*-netware targets (of which really only i?86 exists)
6404         into a single entry.
6405         * configure: Likewise.
6407 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
6409         * Makefile.tpl (sorry): Remove.
6410         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6411         (cleanstrap targets): Depend on distclean, not distclean-stage1.
6412         (do-clean): Clean per-stage directories too.
6413         (do-distclean): Run distclean-stage1 too.
6414         (.NOTPARALLEL): Enable during toplevel bootstrap.
6415         (stage[+id+]-bubble): Enable parallel execution during
6416         the recursive invocation.
6417         * Makefile.in: Regenerate.
6419         Fix previous checkin:
6421         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6422         include.
6423         * configure.in: Fix indentation.
6424         * configure: Regenerate.
6426 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
6428         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6429         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6430         * configure: regenerate
6431         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6432         -mdynamic-no-pic
6434 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
6436         * Makefile.def (build_modules): Add fixincludes.
6437         (dependencies): Make gcc depend on fixincludes.
6438         * configure.in (build_tools): Add fixincludes.
6439         (build_configdirs): Always include build_libs.
6440         * Makefile.in: Regenerate.
6441         * configure: Regenerate.
6443 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
6445         * Makefile.def (bootstrap stages): Add 'lean' parameter.
6446         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6447         phony targets; do not generate timestamp files.
6448         (distclean-stageN): Remove references to their timestamp files.
6449         (restageN, touch-stageN): Remove.
6450         (stageN-bubble): Rewritten.
6451         (compare): Support lean bootstraps.
6452         * Makefile.in: Regenerate.
6454         * configure.in: Only warn when bootstrapping but
6455         build != host or build != target.  Support lean bootstraps.
6456         * configure: Regenerate.
6458 2004-08-26  Phil Edwards  <phil@codesourcery.com>
6460         * configure.in:  Give a better error message if GMP/MPFR are missing
6461         and a language needing them has been requested.
6462         * configure:  Regenerated.
6464 2004-08-25  Phil Edwards  <phil@codesourcery.com>
6466         * configure.in:  Print a list of available language front-ends if
6467         a requested one is missing.  Tidy stray tab characters.
6468         * configure:  Regenerated.
6470 2004-08-19  Michael Koch  <konqueror@gmx.de>
6472         * gcc/doc/install.texi: Update entry about automake for libjava.
6474 2004-08-17  Robert Millan  <robertmh@gnu.org>
6476         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6477         (instead of FreeBSD).
6478         * configure: Regenerate.
6480 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
6482         * Makefile.in: Regenerate.
6483         * configure: Regenerate.
6485         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6486         stage_*_flags.
6487         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6488         for bootstrapped modules if toplevel bootstrap is going.
6489         (GCC bootstrap): Generate per-stage targets for all bootstrapped
6490         modules.  Adjust for changes in Makefile.def.  Enable several
6491         rules even in non-bootstrap mode, just to avoid peppering the
6492         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6493         (stage-[+prev+]-bubble): Remove.
6495         * Makefile.def (Dependencies): Depend on all-build-bison,
6496         all-build-flex, all-build-byacc, all-build-texinfo, rather
6497         than the host variations.
6498         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
6499         with BUILD_SUBDIR.
6500         (BISON): Update for recent Bisons.
6501         (YACC): Fix typo.
6502         (cross): Depend on all-build.
6503         (all): Do not depend on all-build.
6504         (prebootstrap): Remove.
6505         (dep-kind): Accept separate prefixes for MODULE and ON variables.
6506         (Prebootstrap dependencies): Add them to the per-stage targets
6507         and to all-prebootstrap.
6508         * configure.in (build_configdirs): Always enable build_tools.
6509         (BUILD_DIR_PREFIX): Remove.
6511         * Makefile.def (gcc): Add target variable.
6512         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6513         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6514         in the recursive `make', instead of hardwiring `all'.
6515         (Autogenerated TARGET-* variables): New.
6517 2004-08-13  Brian Booth  <bbooth@redhat.com>
6519         * MAINTAINERS: Remove myself from write-after-approval.
6521 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6523         * src-release: Stop distributing mmalloc with gdb (which doesn't
6524         use it).
6525         * Makefile.def: GDB doesn't depend on mmalloc anymore.
6526         * Makefile.in: Regenerate.
6528 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
6530         * configure.in (arm*-*-eabi*): New target.
6531         * configure: Regenerate.
6533 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
6535         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6536         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6537         (Dependencies): New section.
6538         * Makefile.tpl (Dependencies): Generate from Makefile.def.
6539         (configure-target-[+module+]): Depend on maybe-all-gcc
6540         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
6541         (toplevel profiledbootstrap): Fix dependencies.
6542         * Makefile.in: Regenerate.
6544 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
6546         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6547         target-libiberty to noconfigdirs.
6548         * configure: Regenerate.
6550 2004-08-03  Paul Brook  <paul@codesourcery.com>
6552         * configure.in: Check for MPFR as well as GMP.
6553         * configure: Regenerate.
6555 2004-08-01  Robert Millan  <robertmh@gnu.org>
6557         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6558         libmudflap for all GNU-based systems (with Glibc).
6559         * configure: Regenerate.
6561 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
6563         * Makefile.def (host-modules): Add gcc.
6564         * Makefile.in: Regenerate.
6565         * Makefile.tpl (sorry): New rule.
6566         (configure-host, all-host, [+make_target+]-host, do-check,
6567         install-host): Do not add gcc as a special case.
6568         (host modules): Add a small special-casing for gcc.  Export
6569         extra_make_flags through the environment.
6570         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6571         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6572         other recursive targets for gcc): Remove.
6574         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6575         (stage, unstage): New rules.
6576         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6577         distclean-stage[+id+]): Use stage_current.
6578         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6579         the stage*-start rules.
6581 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
6583         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
6584         use -all_load flag.
6586 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
6588         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
6589         * configure: Regenerate.
6591 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
6593         * maintainer-scripts/gcc_release: Revert yesterday's change.
6595 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
6597         * MAINTAINERS: Add myself to write-after-approval.
6599 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
6601         * libf2c: Removed.
6602         * gcc/gccbug.in: Updated because of libf2c removal.
6603         * maintainer-scripts/gcc_release: Ditto.
6605 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
6607         * configure.in: Build libmudflap by default on FreeBSD.
6608         * configure: Regenerated.
6610 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
6612         * configure.in: Do not build libmudflap by default on non-GNU/Linux
6613         systems.
6614         * configure: Regenerated.
6616 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6618         PR target/16344
6619         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6620         feedback based compiler.
6621         * Makefile.in: Rebuilt.
6623 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
6625         * Makefile.def (host_modules): Set bootstrap=true for flex.
6626         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6627         * Makefile.in: Rebuilt.
6629 2004-07-07  Jan Hubicka  <jh@suse.cz>
6631         * MAINTAINERS: Add self as a profile feedback maintainer.
6633 2004-07-05  Phil Edwards  <phil@codesourcery.com>
6635         * configure.in:  Do not prepend $srcdir to /dev/null in
6636         makefile fragments.
6637         * configure:  Regenerate.
6639 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
6641         * Makefile.def (build_modules): Add bison, byacc, flex,
6642         m4, texinfo.
6643         (flags_to_pass): Add FLEX.
6644         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6645         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6646         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6647         DEFAULT_MAKEINFO): Remove.
6648         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6649         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6650         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6651         objdir or else use configured tool.
6652         (all-build): New.
6653         (all): Depend on it.
6654         (Build module dependencies): Add.
6655         * Makefile.in: Regenerate.
6656         * configure.in: Better support for multiple build modules,
6657         matching what is done for host/target modules.  Do not look
6658         for "plausible" locations of build tools if Canadian cross.
6659         Use autoconf's AC_PROG_CC to find a C compiler.  Define
6660         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
6661         * configure: Regenerate.
6663 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6665         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6666         * Makefile.in: Regenerate.
6668 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6670         * Makefile.tpl (configure-build-[+module+],
6671         configure-[+module+], configure-target-[+module+]): Pass
6672         [+extra_configure_args+].
6673         (all-build-[+module+], all-[+module+], check-[+module+],
6674         install-[+module+], [+make_target+]-[+module+],
6675         all-target-[+module+], check-target-[+module+],
6676         install-target-[+module+], [+make_target+]-target-[+module+]):
6677         Pass [+extra_make_args+].
6678         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6679         (GCC_HOST_EXPORTS): Remove.
6680         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6681         cross, check-gcc, check-gcc-c++, install-gcc,
6682         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6683         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6684         * Makefile.in: Regenerate.
6686 2004-06-21  Matthew Sachs  <msachs@apple.com>
6688         * MAINTAINERS: Added self to write-after-approval.
6690 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
6692         * configure.in: Check for srcdir/winsup rather than build directory
6693         winsup.
6694         * configure: Regenerate.
6696 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
6698         * configure.in: Don't build Cygwin native newlib if winsup
6699         directory is missing.  Emit warning instead.
6700         * configure: Regenerate.
6702 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
6704         * Makefile.tpl (touch-stage[+id+]): New.
6705         (restage[+prev+]): Depend on touch-stage[+id+].
6707         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6708         Use it throughout.
6710         * Makefile.def: Add profile and feedback bootstrap stages.
6711         Remove next field from bootstrap stages.
6712         * Makefile.tpl (LN, LN_S): Substitute.
6713         (stageN-start, stageN-end): Use double-colon rules, to
6714         provide a hook for additional setup commands.
6715         (distclean-stageN-gcc, restageN): Create dependencies from
6716         [+prev+], not from [+next+].
6717         (stageN-bubble): Add commands for successive stages from
6718         [+prev+], using double-colon rules.
6719         (all-stageN-gcc): Fix typo.
6720         (stagefeedback-start, profiledbootstrap): New.
6721         * Makefile.in: Regenerate.
6722         * configure.in: Call ACX_PROG_LN.
6723         * configure: Regenerate.
6725 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
6727         * MAINTAINERS (Write After Approval): Add myself.
6729 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
6731         * MAINTAINERS (Write After Approval): Add myself.
6733 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
6735         * configure.in: Fix --enable-bootstrap breakage introduced in trees
6736         without gcc.
6737         * configure: Regenerate.
6739 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6741         * Makefile.tpl: Fix typo.
6742         * Makefile.in: Regenerate.
6744 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6746         * configure.in: Remove new- prefix from toplevel
6747         bootstrap targets.
6748         * configure: Regenerate.
6750 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6752         * Makefile.tpl (all.normal): Rename to all.
6753         (all): Replace with a rule to pick the default
6754         target from configure.
6755         (all-gcc, configure-gcc): Use conditionals to
6756         do nothing when toplevel bootstrap is going on.
6757         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6758         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6759         * configure.in: Support --enable-bootstrap.
6761         * Makefile.def: Remove new- prefix from toplevel
6762         bootstrap targets.
6763         * Makefile.tpl: Likewise.
6765         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
6766         target.
6768         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6769         $(RECURSE_FLAGS) to recursive invocation of make.
6771         * Makefile.in: Regenerate.
6772         * configure: Regenerate.
6774 2004-05-30  Andreas Jaeger  <aj@suse.de>
6775             Jim Wilson  <wilson@specifixinc.com>
6777         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6778         like CC.
6780 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
6782         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6783         * configure: Regenerate.
6785 2004-05-25  Daniel Jacobowitz  <drow@false.org>
6787         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6788         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6789         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
6790         targets.
6791         * Makefile.in: Regenerate.
6793 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
6795         * configure.in: Test the ability to symlink directories.
6796         * configure: Regenerate.
6798         * Makefile.def (bootstrap-stage): New definitions.
6799         * Makefile.tpl (configure-stage1-gcc,
6800         configure-stage2-gcc, configure-stage3-gcc,
6801         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6802         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6803         new-restage3, compare): Autogenerate, see Makefile.in
6804         entry for behavioral changes.
6805         (distclean-stage1, new-stage1-start, new-stage1-end,
6806         new-stage1-bubble, distclean-stage2, new-stage2-start,
6807         new-stage2-end, new-stage2-bubble, distclean-stage3,
6808         new-stage3-start, new-stage3-end): New autogenerated targets.
6809         (objext, prebootstrap, BOOT_CFLAGS,
6810         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6811         targets.
6813         * Makefile.in: Regenerate.
6814         (distclean-stage1, new-stage1-start, new-stage1-end,
6815         new-stage1-bubble, distclean-stage2, new-stage2-start,
6816         new-stage2-end, new-stage2-bubble, distclean-stage3,
6817         new-stage3-start, new-stage3-end): New targets.
6818         (all-stage1-gcc): Move prebootstrap dependency from here...
6819         (configure-stage1-gcc): ...to here.
6820         (new-bootstrap): Use bubble targets.
6821         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6822         Use per-stage distclean targets.
6823         (configure-stage1-gcc, configure-stage2-gcc,
6824         configure-stage3-gcc, all-stage1-gcc,
6825         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6826         Use new-stageN-start to prepare the tree.
6828 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
6830         * Makefile.def (host_modules): add libcpp.
6831         * Makefile.tpl: Add dependencies on and for libcpp.
6832         * Makefile.in: Regenerate.
6833         * configure.in: Add libcpp host module.
6834         * configure: Regenerate.
6836 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
6838         * Makefile.tpl: Whenever a recursive target is defined, wrap
6839         it in a special @if/@endif block, and prepare its maybe
6840         dependency in the @if/@endif block
6841         * configure.in: Instead of writing maybe dependencies, remove
6842         the @if/@endif statements, and remove the @if/@endif blocks
6843         that remain.
6844         * configure: Regenerate.
6845         * Makefile.in: Regenerate.
6847 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
6849         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
6851 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
6853         PR bootstrap/15120
6854         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
6855         * */configure: Rebuilt.
6857 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
6859         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6860         of libf2c.
6861         * configure, Makefile.in: Regenerate.
6863 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
6865         * MAINTAINERS (Write After Approval): Add myself.
6867 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
6869         Merge from tree-ssa-20020619-branch.
6871         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6872         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6873         (HOST_GMPLIBS): Define.
6874         (HOST_GMPINC): Define.
6875         (TARGET_LIB_PATH): Add libmudflap.
6876         (GFORTRAN_FOR_TARGET): Define.
6877         (configure-build*): Export GFORTRAN.
6878         (configure-gcc): Export GMPLIBS and GMPINC.
6879         (all-gcc): Add maybe-all-libbanshee.
6880         (configure-target-libgfortran): Define.
6881         * Makefile.in: Regenerate.
6882         * configure.in (host_libs): Add libbanshee.
6883         (target_libraries): Add target-libmudflap and target-libgfortran.
6884         Add --with-libbanshee.
6885         Handle --disable-libmudflap.
6886         (*-*-freebsd*): Use with_gmp.
6887         Add $(libgcj) to noconfigdirs.
6888         * configure: Regenerate.
6889         * depcomp: New file.
6890         * MAINTAINERS: Add tree-ssa maintainers.
6892 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
6894         * MAINTAINERS (Various Maintainers): Add myself.
6896 2004-04-30  Brian Ford  <ford@vss.fsi.com>
6898         * MAINTAINERS (Write After Approval): Add myself.
6900 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
6902         * MAINTAINERS (Write After Approval): Add myself.
6904 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
6906         * config/acx.m4: Fix fastcompare support for new-bootstrap.
6907         * configure: Regenerate.
6909 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
6911         Revert:
6912         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6914         * Makefile.def (flags_to_pass): Remove *dir variables that
6915         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6916         as well as prefix and exec_prefix.
6917         * Makefile.in: Regenerate.
6919 2004-04-26  Robert Millan  <robertmh@gnu.org>
6921         Add patches from libtool CVS.
6922         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6923         * ltconfig: Likewise.
6924         * ltcf-c.sh: Likewise.
6925         * ltcf-cxx.sh: Likewise.
6926         * ltcf-gcj.sh: Likewise.
6928 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6930         * Makefile.def (host_modules): Mark with the bootstrap
6931         flag packages on which gcc depends.
6932         * Makefile.tpl (all-bootstrap): Use it.
6933         * Makefile.in: Regenerate.
6935 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6937         * Makefile.def (flags_to_pass): Remove *dir variables that
6938         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6939         as well as prefix and exec_prefix.
6940         * Makefile.in: Regenerate.
6942 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6944         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6945         * configure: Regenerate.
6946         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6947         * gcc/Makefile.tpl (compare): Use the result of the test.
6948         * gcc/Makefile.in: Regenerate.
6950 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
6952         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6953         Always relocate gcc and prev-gcc to the original names, even
6954         if the build fails.
6955         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6956         New targets.
6958 2004-04-23  Laurent GUERBY <laurent@guerby.net>
6960         * MAINTAINERS: Update my email address.
6962 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6964         * configure.in (mips*-*-irix5*): Enable ld.
6965         * configure: Regenerate.
6967 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6969         * configure: Regenerate.
6971 2004-04-15  James E Wilson  <wilson@specifixinc.com>
6973         * Makefile.tpl (configure-[+module+], configure-gcc,
6974         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6975         Set and export LDFLAGS.
6976         * Makefile.in: Regenerate.
6978 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
6980         * MAINTAINERS: Add myself to write-after-approval.
6982 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6984         PR bootstrap/14871
6985         * Makefile.tpl: If we don't have built-in-tree target tools,
6986         use the ones found by configure rather than hacking around with
6987         program_transform_name.
6988         * configure.in: Give Makefile.tpl the information necessary
6989         to do that.
6990         * Makefile.in: Regenerate.
6991         * configure: Regenerate.
6993 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
6995         PR bootstrap/14760
6996         * configure.in: When computing baseargs, strip *all* copies of
6997         offending options.  Also, don't match/substitute the trailing space,
6998         so that this actually works when two similar options are separated by
6999         only one space.
7000         * configure: Regenerate.
7002 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
7004         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
7005         (rs6000-*-aix*): Same.
7006         * configure: Regenerate.
7008 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
7010         * MAINTAINERS: Add myself to write-after-approval.
7012 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
7014         * MAINTAINERS: Add myself to write-after-approval.
7016 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
7018         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
7019         STRICT_WARN, WARN_CFLAGS flags passed down to make.
7020         * Makefile.in: Regenerate.
7022         * configure.in (top level bootstrap support): Rework --enable-werror
7023         to set @stage2_werror_flag@.
7024         * configure: Regenerate.
7025         * Makefile.tpl (top level bootstrap support): Pass
7026         @stage2_werror_flag@ down to configure in stages 2 and 3.
7027         * Makefile.in: Regenerate.
7029 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7031         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
7032         for stages 2 and 3 as well as in make.  As a consequence, remove
7033         OUTPUT_OPTION (now detected by configure) from the flags passed down
7034         to make.
7035         * Makefile.in: Regenerate.
7037         * Makefile.tpl (new-bootstrap): Fix typo.
7038         * Makefile.in: Regenerate.
7040 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7042         * Makefile.tpl: Rearrange by moving recursive_targets rules
7043         into their proper sections.
7044         * Makefile.tpl (top level bootstrap support): Move disabling
7045         of coverage flags from 'make' to 'configure'; improve comments.
7046         * Makefile.in: Regenerate.
7048         * Makefile.tpl (experimental top level bootstrap) Move stage1
7049         language setting from all- target to configure- target; disable
7050         intermodule optimization in stage 1; prevent gratuitous rebuilds
7051         of stage 1.
7052         * Makefile.in: Regenerate.
7053         * configure.in: Comma-separate stage 1 language list for top
7054         level bootstrap.
7055         * configure: Regenerate.
7057         * Makefile.tpl: Clean up experimental top level bootstrap support:
7058         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
7059         prev-gcc in configure- targets as well as all- targets.
7060         * Makefile.in: Regenerate.
7062 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
7064         * compile: New file imported from automake.
7066 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
7068         * configure.in: Remove symbolic link section.
7069         * configure: Regenerate.
7070         * Makefile.tpl (links): Remove.
7071         * Makefile.in: Regenerate.
7073 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
7074             Nathanael Nerode  <neroden@gcc.gnu.org>
7076         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
7077         Set with AC_CHECK_PROGS.
7078         * configure.in: Fix comment typo from last patch.
7079         * configure: Regenerate.
7081 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
7083         * Makefile.tpl: Introduce experimental top level bootstrap support.
7084         * Makefile.in: Regenerate.
7085         * configure.in: Introduce support for top level bootstrap.
7086         * configure: Regenerate.
7088 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
7089             Paolo Bonzini  <bonzini@gnu.org>
7091         PR bootstrap/14522
7092         * configure.in: Cope with shells that do not support unquoted ^
7093         * configure: Regenerate.
7095 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
7096             Paolo Bonzini  <bonzini@gnu.org>
7098         PR bootstrap/14522
7099         * configure.in: Cope with shells that do not support nesting
7100         quotes inside quoted backquote substitutions.
7101         * configure: Regenerate.
7103 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
7105         PR bootstrap/14522
7106         * configure.in: Fix escaping of $.
7107         * configure: Regenerate.
7109 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7111         * configure: Regenerate, since I forgot to while committing Paolo's
7112         changes.
7114 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
7116         PR ada/14131
7117         Move language detection to the top level.
7118         * configure.in: Find default values for the tools as
7119         soon as possible.  Disable ada if GNAT is not found.
7120         Emit error message about missing languages.  Expand
7121         --enable-languages=all for the gcc subdirectory.
7123 2004-03-10  Ben Elliston  <bje@gnu.org>
7125         * MAINTAINERS: Update my email address.
7127 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
7129         * ltconfig: Disable building static libraries if building shared
7130         libraries on AIX 5L.
7132 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
7134         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
7135         and disable libgcj.
7136         * configure: Regenerated.
7138 2004-03-01  Brian Booth  <bbooth@redhat.com>
7140         * MAINTAINERS: Add myself to write-after-approval.
7142 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
7144         * MAINTAINERS: Add myself to write-after-approval.
7146 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7148         PR bootstrap/7087
7149         * Makefile.tpl: Guard XFOO sed statements better.
7150         * Makefile.tpl: Add dependency for configure-target-libada.
7151         * Makefile.in: Regenerate (incidentally fixes broken
7152         commit when libada-branch was merged).
7154 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
7156         * MAINTAINERS: Add myself to write-after-approval.
7158 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
7160         * MAINTAINERS: Add Nicola Pero and myself as libobjc
7161         maintainers.
7163 2004-02-20  Andrew Cagney  <cagney@redhat.com>
7165         * config.guess: Update from version 2003-10-16 to 2004-02-16.
7166         * config.sub: Update from version 2003-11-03 to 2004-02-16.
7168 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7170         PR bootstrap/11932
7171         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
7173 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
7175         * MAINTAINERS: Added myself to write-after-approval.
7177 2004-02-14  Michael Koch  <konqueror@gmx.de>
7179         * MAINTAINERS: Added myself to write-after-approval.
7181 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
7183         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
7184         some OS port maintainers to OS port maintainers section.
7186 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
7188         * MAINTAINERS: Add self.
7190 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
7192         * MAINTAINERS: Alphabetize.
7194 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
7196         * MAINTAINERS: Remove myself.
7198 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
7200         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7201         (rs6000-*-aix*): Same.
7202         * configure: Regenerate.
7204 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
7206         * configure.in (host): Add in missing $noconfigdirs to defines.
7207         * configure: Regenerate.
7209 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
7210             Nathanael Nerode  <neroden@gcc.gnu.org>
7212         PR ada/6637, PR ada/5911
7213         Merge with libada-branch:
7214         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
7215         with appropriate dependencies. Add --enable-libada configure switch.
7216         * configure, Makefile.in: Regenerate.
7218 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
7220         * MAINTAINERS: Add myself to write-after-approval.
7222 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7224         * configure.in: Don't pass --with-stabs on IRIX 5 either.
7225         * configure: Regenerate.
7227 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
7229         Merge from upstream:
7231         * ltmain.in: When setting IFS to '~', be careful about user
7232         arguments that contain '~'.
7234         2004-02-04  Peter O'Gorman  <peter@pogma.com>
7236         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
7237         Also test $base_compile against $CC with escaped arguments. Bug
7238         reported by Geoff Keating <geoffk@apple.com>.
7240 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
7242         * MAINTAINERS: Remove i960 port.
7244 2004-01-23  DJ Delorie  <dj@redhat.com>
7246         * Makefile.def (target_modules) [libiberty]: Don't stage.
7247         * Makefile.in: Rebuilt.
7249 2004-01-20  Caroline Tice  <ctice@apple.com>
7251         * MAINTAINERS: Add myself to write-after-approval.
7253 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
7255         * MAINTAINERS: Update my email address.
7257 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
7259         * MAINTAINERS: Add myself to write-after-approval.
7261 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7263         * MAINTAINERS: Remove entries without email address.
7265 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
7267         * MAINTAINERS: Add myself to write-after-approval.
7269 2004-01-15  Steven Bosscher  <stevenb@suse.de>
7271         * MAINTAINERS: Update my email address.
7273 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
7275         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7276         * Makefile.tpl (configure-target-[+module+]): Support stage.
7277         * Makefile.in: Rebuilt.
7279 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
7281         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
7283 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
7285         * MAINTAINERS: Add myself as a MIPS maintainer.
7287 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7289         * configure.in: Use ./config.cache, not config.cache.
7290         * configure: Regenerate.
7291         * Makefile.tpl: Special-casing not needed for GCC any more.
7292         * Makefile.in: Regenerate.
7294         * configure.in: Don't share a cache file for host dirs.
7295         * configure: Regenerate.
7297         * config-ml.in: Don't mess with the cache file.
7299 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7301         * MAINTAINERS: Move myself from 'Write After Approval' to
7302         'CPU Port Maintainers' section as SPARC maintainer.
7304 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7306         * Makefile.tpl: Make GCC use a separate config.cache.
7307         * Makefile.in: Regenerate.
7309         PR bootstrap/11932, PR bootstrap/11933
7310         (I don't know if it will fix either of them, but it relates
7311         to them.)
7312         * configure.in: Don't use shared config.cache for target
7313         directories.
7314         * configure: Regenerate.
7316 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
7318         * MAINTAINERS: Add myself to 'Write After Approval' section.
7320 2003-12-31  Roger Sayle  <roger@eyesopen.com>
7322         * configure.in (ia64*-*-hpux*): Disable building java libraries.
7323         * configure: Regenerated.
7325 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
7327         * MAINTAINERS: Remove the mn10200 maintainer.
7329 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
7331         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7332         * configure: Regenerated.
7334 2003-12-16  Jan Hubicka  <jh@suse.cz>
7336         * MAINTAINERS: Add myself as callgraph maintainer.
7338 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
7340         * configure.in (raw_libstdcxx_flags): Remove the leading space.
7341         * configure: Regenerate.
7343 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7345         * MAINTAINERS: Move myself from 'Bug database only accounts' to
7346         'Write After Approval' section. Update email.
7348 2003-12-01  James Lemke  <jim@wasabisystems.com>
7350         * MAINTAINERS (Write After Approval): Add myself.
7352 2003-11-20  Matt Thomas  <matt@3am-software.com>
7354         * MAINTAINERS: Add myself as a vax port maintainer.
7356 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
7358         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7359         (configure-build-[+module+], configure-[+module+]): Likewise.
7360         (configure-target-[+module+], configure-gcc, config.status): Likewise.
7361         * Makefile.in: Regenerate.
7363 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
7365         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
7366         shared/dylibed libraries.
7367         * ltmain.sh: Likewise.
7368         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
7369         * ltcf-cxx.sh: Likewise.
7370         * ltcf-gcj.sh: Likewise.
7371         * ltconfig: Likewise.
7373 2003-11-17  Stan Cox  <scox@redhat.com>
7375         * MAINTAINERS: Add myself as iq2000 port maintainer.
7377 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
7379         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7380         * Makefile.in: Regenerate.
7382 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
7384         * config.sub: Update to 2003-11-03 version.
7386 2003-10-20  Phil Edwards  <phil@codesourcery.com>
7388         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
7389         * configure:  Regenerate.
7391 2003-10-20  Nicolas Pitre  <nico@cam.org>
7393         * MAINTAINERS: Add myself to 'Write After Approval' section.
7395 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
7397         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7399 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
7401         * MAINTAINERS: Update my email address.
7403 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7405         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
7407 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
7409         * MAINTAINERS: Add myself to 'Write After Approval' section.
7411 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
7413         * config.guess: Update to 2003-10-16 version.
7414         * config.sub: Update to 2003-10-16 version.
7416 2003-10-15  David Daney  <ddaney@avtrex.com>
7418         * MAINTAINERS: Added myself to 'Write After Approval' section.
7420 2003-10-15  Falk Hueffner  <falk@debian.org>
7422         * MAINTAINERS: Move myself from 'Bug database only accounts' to
7423         'Write After Approval' section. Update email.
7425 2003-10-14  Roger Sayle  <roger@eyesopen.com>
7427         * MAINTAINERS: Move myself from 'Write After Approval' to
7428         'Various Maintainers' section as middle-end maintainer.
7430 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7432         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7433         HOST_FLAGS_TO_PASS.
7434         * Makefile.in: Regenerate.
7436 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
7438         * config.guess: Update to 2003-10-07 version.
7439         * config.sub: Update to 2003-10-07 version.
7441 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7443         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
7444         * ltconfig (irix5*, irix6*): Don't override version_type.
7446 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
7448         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7449         * configure: Rebuilt
7450         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7451         * Makefile.in: Rebuilt
7453 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
7455         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7457 2003-09-30  Carlo Wood  <carlo@alinoe.com>
7459         * MAINTAINERS (Write After Approval): Add myself.
7461 2003-09-29  Paul Koning  <ni1d@arrl.net>
7463         * MAINTAINERS: Move myself from "Write After Approval"
7464         to CPU platform maintainers for pdp11 platform.
7466 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
7468         * MAINTAINERS: Move myself from 'Write After Approval' to
7469         'Various Maintainers' section as libffi testsuite maintainer.
7471 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
7473         * configure.in: Pass a computed --program-transform-name
7474         to subconfigures.
7475         * configure: Regenerated.
7477 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7479         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7480         * Makefile.in: Regenerate.
7482         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7483         * Makefile.in: Regenerate.
7485 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
7487         * MAINTAINERS: Move myself from 'Write After Approval'
7488         to 'Various Maintainers' (objective-c) section.
7490 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
7492         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7493         quoting.
7494         * configure: Regenerated.
7496 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
7498         * MAINTAINERS (Write After Approval): Add myself to write after
7499         approval list.
7501 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
7503         * MAINTAINERS (Write After Approval): Add myself.
7505 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
7507         * MAINTAINERS: Update my e-mail address.
7509 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
7511         * libtool.m4 (LD): Correct powerpc64 host match.
7513 2003-09-06  James E Wilson  <wilson@tuliptree.org>
7515         * MAINTAINTERS: Update my affiliation and email address.
7517 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7519         * MAINTAINERS (Write After Approval): Add myself.
7521 2003-09-04  DJ Delorie  <dj@redhat.com>
7523         * configure: Regenerate.
7525 2003-09-04  Robert Millan  <robertmh@gnu.org>
7527         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7529 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7531         * configure.in: Ensure arguments to sed are properly spaced.
7532         * configure: Regenerate.
7534 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
7536         * MAINTAINERS: Update my e-mail address.
7538 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
7540         * MAINTAINERS (Write After Approval): Add myself.
7542 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
7544         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7545         * configure: Regenerated.
7547 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7549         * MAINTAINERS: Update my email address.
7551 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
7553         * configure.in:  Use newline instead of semicolon when assuming
7554         shell arguments in a for loop.
7555         * configure:  Regenerated.
7557 2003-08-22  Jason Eckhardt  <jle@rice.edu>
7559         * MAINTAINERS: Resurrect the i860 maintainer.
7561 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
7563         PR 8180
7564         * configure.in: When testing with_libs and with_headers, treat
7565         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
7566         * configure: Regenerate.
7568         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7569         make, shell, etc.
7570         (baseargs): Likewise.
7571         * configure: Regenerate.
7573 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
7575         * MAINTAINERS (Write After Approval): Add myself.
7577 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
7579         * configure.in: Disable libgcj for darwin not on powerpc.
7580         * configure: Rebuild.
7582 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
7584         * config-ml.in, symlink-tree: Add license.
7586 2003-08-03  Richard Stallman  <rms@gnu.org>
7587             Eben Moglen  <moglen@columbia.edu>
7589         * README.SCO: New file.
7591 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
7593         * Makefile.tpl (check, check-c++): Express dependencies using
7594         dependencies rather than commands.
7595         * Makefile.in: Regenerate.
7597 2003-08-01  Andrew Cagney  <cagney@redhat.com>
7599         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7600         * configure: Ditto.
7602 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
7604         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7605         * Makefile.in: Update.
7607 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
7609         * configure.in: Enable libgcj for darwin.
7610         * configure: Rebuild.
7612 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
7614         * config-ml.in:  Use ac_configure_args directly instead of
7615         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
7616         actually seen.
7618 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7620         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7621         creating target and build subdirs to build all parent dirs as needed.
7622         * Makefile.in: Rebuild.
7623         * configure.in: Don't build dirs explicitly here.
7624         * configure: Rebuild.
7626 2003-07-26  Paul Brook  <paul@nowt.org>
7628         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
7630 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
7632         * Makefile.tpl (all-make): Depend on intl.
7633         * Makefile.in: Rebuilt.
7635 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
7637         * install-sh:  Update to newer upstream versions (associated with
7638         aclocal 1.7).
7639         * mkinstalldirs:  Likewise.
7640         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
7642 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
7644         * MAINTAINERS: Move self from Bug database only accounts
7645         to write-after-approval.
7647 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
7649         * config.if: Remove unused libc_interface determination.
7651 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7653         * MAINTAINERS: Move self from write-after-approval to
7654         build machinery (*.in).
7656 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7658         PR bootstrap/11273
7659         PR bootstrap/11408
7660         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
7661         unused INSTALL_PROGRAM_ARGS.
7662         * configure.in: Use AC_PROG_INSTALL.
7663         * Makefile.in: Regenerate.
7664         * configure: Regenerate.
7666 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
7668         * MAINTAINERS: Alphabetize.
7670 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
7672         * configure: Rebuilt.
7673         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
7674         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7675         newlib nor libgloss.
7676         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
7677         * configure.in (am33_2.0-*-linux*): Added.
7679 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
7681         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7682         * configure: Regenerate.
7684 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
7686         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
7687         * Makefile.in: Regenerate.
7689 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7691         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
7692         * Makefile.in: Regenerate.
7694 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
7696         * Makefile.tpl: Replace PWD with PWD_COMMAND.
7697         * Makefile.in: Regenerated.
7699         * config-ml.in: Replace PWD with PWD_COMMAND.
7701 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7703         * intl: New directory; see intl/ChangeLog for details.
7704         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
7705         * Makefile.tpl: all-gcc depends on maybe-all-intl.
7706         * Makefile.in: Regenerate.
7708 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7710         * configure.in: Clean up config-lang.in handling.  Delete
7711         useless assignment to "subdirs".
7712         * configure: Regenerate.
7714 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7716         * configure.in: Rename 'target_libs' to 'target_libraries'.
7717         Remove useless reference to 'target_libs'.
7718         * configure: Regenerate.
7720 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
7722         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7723         * Makefile.in: Regenerate.
7725 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7727         * Makefile.def: Introduce flags_to_pass.
7728         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7729         * Makefile.in: Regenerate.
7731 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
7733         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7734         and target-libgloss.
7735         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7736         <h8300*-*-*>: Disable libf2c and ${libgcj}.
7737         * configure: Regenerate.
7739 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
7741         * configure.in: Update testsuite_flags to new location.
7742         * configure. Regenerate.
7744 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7746         * Makefile.tpl: Remove BUILD_CC stuff.
7747         * Makefile.in: Regenerate.
7749 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
7751         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
7753 2003-06-16  Graeme Peterson  <gp@qnx.com>
7755         * MAINTAINERS (Write After Approval): Add myself.
7757 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
7759         * config.guess: Update to 2003-06-12 version.
7760         * config.sub: Update to 2003-06-13 version.
7762 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
7764         * config.guess: Update to 2003-06-06 version.
7765         * config.sub: Update to 2003-06-06 version.
7767 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7769         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7770         * configure. Regenerate.
7772 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7774         * configure.in: Disable serial configure by default.
7775         * configure: Regenerate.
7776         * Makefile.tpl: Abolish .NOTPARALLEL.
7777         * Makefile.in: Regenerate.
7779         * Makefile.tpl: Replace {build,host,target}_canonical by
7780         {build,host,target}.
7781         * Makefile.in: Regenerate.
7783         * Makefile.tpl: Fix stupid pasto.
7784         * Makefile.in: Regenerate.
7786 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7788         * Makefile.tpl: Remove bogus conditional.
7789         * Makefile.in: Regenerate.
7791 2003-06-05  Jan Hubicka  <jh@suse.cz>
7793         * Makefile.tpl (profiledbootstrap): New target.
7794         * Makefile.in (profiledbootstrap): New target.
7796 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
7798         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
7799         Pinski. Remove user names from other bugzilla-only maintainers.
7801 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7803         * Makefile.tpl: Make 'recursive targets' using autogen rather
7804         than shell loop.  Remove duplicate 'clean' targets and false
7805         comments.
7806         * Makefile.def: Add systematic dependencies to 'recursive' targets.
7807         Add systematic method of specifying missing targets in subdirs.
7808         Add copyright boilerplate.
7809         * Makefile.in: Regenerate.
7810         * configure.in: Add 'recursive targets' to maybe list.
7811         * configure: Regenerate.
7813         * MAINTAINERS: "GNATS only" -> "Bug database only".
7815         * Makefile.tpl: Rename [+target+] to [+make_target+].
7816         * Makefile.def: Rename 'target' to 'make_target'.
7818 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
7820         * MAINTAINERS: Add self as options handling maintainer.
7822 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
7824         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
7825         been too long since I touched those ports.
7827 2003-05-28  DJ Delorie  <dj@redhat.com>
7829         * Makefile.tpl: Make maybe-check-gcc .PHONY.
7830         * Makefile.in: Regenerate.
7832 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
7834         * configure.in: Use curly braces in the definition of tooldir.
7835         * configure: Regenerate.
7837 2003-05-21  DJ Delorie  <dj@redhat.com>
7839         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7840         newlib or libgloss.
7841         * Makefile.in: Regenerate.
7843 2003-05-21  DJ Delorie  <dj@redhat.com>
7845         * Makefile.tpl: Add missing empty maybe-check-gcc target.
7846         * Makefile.in: Regenerate.
7848 2003-05-20  Ian Lance Taylor  <ian@airs.com>
7850         * MAINTAINERS: Update my e-mail address.
7852 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7854         * configure.in: Switch more things to use maybe dependencies.
7855         * Makefile.tpl: Switch more things to use maybe dependencies.
7856         Factor out common code from autogen IF statements.
7857         * configure: Regenerate.
7858         * Makefile.in: Regenerate.
7860 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
7862         * configure.in: Accept i[3456789]86 for machine type.
7863         * configure: Regenerate.
7865 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7867         * configure.in: Switch more things to use maybe dependencies.
7868         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
7869         * configure: Regenerate.
7870         * Makefile.tpl: Switch more things to use maybe dependencies.
7871         * Makefile.in: Regenerate.
7873 2003-05-16  Andreas Schwab  <schwab@suse.de>
7875         * Makefile.tpl (install-opcodes): Define.
7876         * Makefile.in: Rebuild.
7878 2003-05-13  Andreas Jaeger  <aj@suse.de>
7880         * config.guess: Update to 2003-05-09 version.
7881         * config.sub: Update to 2003-05-09 version.
7883 2003-05-13  Michael Eager  <eager@mvista.com>
7885         * configure.in: Correct sed script so that options in quotes are not
7886         deleted.
7887         * configure: Rebuild.
7889 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
7891         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7892         and $$s/newlib/libc/sys/cygwin32 include paths.
7893         * configure: Ditto.
7895 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
7897         * MAINTAINERS: Update my email addresses.
7899 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
7901         * config-ml.in: Propagate INSTALL variables.
7903 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7905         * MAINTAINERS: Remove duplicate entries in Write After Approval.
7907 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
7909         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7910         * Makefile.in: Regenerate.
7912 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
7914         * MAINTAINERS (GNATS only): Add Falk Hueffner.
7916 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
7918         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
7920 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
7922         * Makefile.tpl: Clean $(BUILD_SUBDIR).
7923         * Makefile.in: Regenerated.
7925 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
7927         * MAINTAINERS (Write After Approval): Upgrade myself from
7928         GNATS only to write-after-approval. Update my mail address.
7930 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
7932         (OS Port Maintainers: freebsd): Add myself.
7934 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
7936         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
7938 2003-04-22  Kean Johnston  <jkj@sco.com>
7940         * MAINTAINERS (SCO ports): Added myself.
7942 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
7944         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
7946 2003-04-19  Kean Johnston  <jkj@sco.com>
7948         * MAINTAINERS (Write After Approval): Add myself.
7950 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7952         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7953         * Makefile.in: Regenerate.
7955 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
7957         * configure.in (powerpc64*-*-linux*): Remove.
7958         * configure: Rebuilt.
7960 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
7962         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
7963         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7964         and restrap.
7965         * Makefile.in:  Regenerate.
7967 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
7969         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7970         * configure: Regenerated.
7972 2003-04-15  DJ Delorie  <dj@redhat.com>
7974         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
7976 2003-04-13  Nick Clifton  <nickc@redhat.com>
7978         * config-ml.in: Remove support for --disable-aix removing
7979         call-aix multilibs.
7981 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
7983         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7984         * */configure: Rebuilt.
7986 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
7988         * MAINTAINERS: Add my email address.
7990 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
7992         * MAINTAINERS (Write After Approval): Add myself.
7994 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7996         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7997         * Makefile.in: Regenerate.
7999 2003-03-14  Michael Chastain  <mec@shout.net>
8001         * Makefile.in: Regenerate with correct Makefile.def.
8003 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8005         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
8006         Make macro.
8007         * Makefile.in: Regenerate.
8008         * configure.in: Clean up gxx_include_dir logic.
8009         * configure: Regenerate.
8011 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
8013         * MAINTAINERS (Write After Approval): Add myself.
8015 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
8017         * MAINTAINERS: Update my mail address.
8019 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8021         * configure.in (gxx_include_dir): Fix typo.
8022         * configure: Regenerated.
8024 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
8026         * Makefile.tpl: Reindent.
8027         * Makefile.in: Regenerate.
8028         * configure.in: Reindent.  Don't set unused variables.
8029         * configure: Regenerate.
8031 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
8033         * configure.in: Include $(build_tooldir)/sys-include in
8034         FLAGS_FOR_TARGET.
8035         * configure: Regenerated.
8037 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
8039         * Makefile.tpl: Always pass down RANLIB.
8040         * Makefile.in: Regenerate.
8042         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
8043         * Makefile.in: Regenerate.
8044         * configure.in: Remove unused logic relating to --enable-shared
8045         and --enable-threads.  Remove bogus comments.  Remove redundant
8046         noconfigdirs.
8047         * configure: Regenerate.
8049         * configure.in: Replace ${libstdcxx_version} by its value.
8050         Remove reference to mh-dgux.
8051         * configure: Regenerate.
8053 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
8055         * MAINTAINERS (Write After Approval): Add myself.
8057 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8059         * Makefile.tpl: Rearrange.
8060         * Makefile.in: Regenerate.
8062 2003-02-25  Uwe Stieber  <uwe@wwws.de>
8064         * configure.in: Add support for kaOS as cross build target system.
8065         * configure: Regenerated.
8067 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
8069         * MAINTAINERS (Write after approval): Add myself.
8071 2003-02-21  James E Wilson  <wilson@tuliptree.org>
8073         * MAINTAINERS: Update my email address.
8075 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
8077         * MAINTAINERS: Add self to blanket write privs. section.
8079 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
8081         * Makefile.tpl: Add definition of CPPFLAGS to pass into
8082         configure-target-* as some target builds may require additional
8083         flags for preprocessor tests.
8084         * Makefile.in: Regenerated.
8086 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
8088         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
8089         * ltconfig: Handle it.
8090         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
8091         auto-detecting it.
8093         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
8094         it is used as argument to $CC.
8095         * ltcf-gcj.sh: Likewise.
8097         * configure.in: Introduce --enable-maintainer-mode.
8098         * configure: Rebuilt.
8099         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
8100         for maintainer mode.
8101         * Makefile.in: Rebuilt.
8103 2003-02-18  Jason Merrill  <jason@redhat.com>
8105         * Makefile.tpl (check-c++): Allow parallelism.
8107 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8109         * MAINTAINERS: Remove John Carr (who never actually had access to
8110         gcc.gnu.org).
8112 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
8114         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
8115         don't configure target-libobjc.
8116         * configure: Regenerate.
8118 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8120         * Makefile.tpl (RANLIB): Define.
8121         * Makefile.in: Regenerate.
8123 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
8125         * MAINTAINERS: Update my email.
8127 2003-02-06  Keith R Seitz  <keiths@redhat.com>
8129         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
8130         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
8131         * Makefile.in: Regenerated.
8132         * configure.in: Remove all traces of snavigator, db, and grep.
8133         * configure: Regenerated.
8135 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8137         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
8138         After Approval.
8140 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
8142         * MAINTAINERS (Write after approval): Add myself.
8144 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
8146         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
8147         * Makefile.in: Regenerated.
8149 2003-01-30  Roger Sayle  <roger@eyesopen.com>
8151         * config.guess: Updated to 2003-01-30's version.
8152         * config.sub: Updated to 2003-01-28's version.
8154 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
8156         * config.if: If gcc_version is already set, just use it.  Don't set
8157         gcc_version_trigger if it's already set, otherwise set it to
8158         gcc/version.c, but only if the file exists.  If it is not set and
8159         gcc/version.c does not exist, try to extract the version number from
8160         $CC.
8162 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
8164         * MAINTAINERS: Add myself to write-after-approval list.
8166 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
8168         * configure.in:  Revert 24Jan change.
8169         * configure:  Regenerate.
8171 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8173         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
8174         entry of HJ Lu.
8176 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8178         * configure.in: Revert previous change.
8179         * configure: Regenerate.
8181 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8183         * configure.in: Make rda native-only.
8184         * configure: Regenerate.
8186 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8188         * MAINTAINERS: Move myself from GNATS-only-accounts to
8189         write-after-approval.
8191 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8193         * configure.in: Add missing \.
8194         * configure: Rebuilt.
8196 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
8198         * configure.in (baseargs): Avoid using \| in sed regular
8199         expressions.
8200         * configure: Rebuilt.
8202 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
8204         * configure.in (baseargs): Remove all supported forms of
8205         --cache-file, --srcdir, --host, --build and --target options
8206         from argument lists.
8207         * configure: Rebuilt.
8209 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
8211         * MAINTAINERS: Add myself to write-after-approval list.
8213 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
8215         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
8216         * configure: Rebuilt.
8218 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8220         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
8221         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
8222         * Makefile.in: Regenerate.
8223         * configure: Regenerate.
8225 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
8227         * configure.in: Remove Makefile in build, host and target modules
8228         unless configure was run with --no-recursion.
8229         * configure: Rebuilt.
8231 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
8233         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
8234         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
8235         * Makefile.in: Regenerate.
8237 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
8239         * config.guess: Update to 2003-01-03 version.
8240         * config.sub: Update to 2003-01-03 version.
8242 2003-01-07  Christopher Faylor  <cgf@redhat.com>
8244         * configure: Regenerate with proper autoconf 2.13.
8246 2003-01-07  Christopher Faylor  <cgf@redhat.com>
8248         * configure.in: Add AC_PREREQ for consistency.
8249         * configure: Regenerate.
8251 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
8253         * configure.in (GDB_TK): Add tcl directories conditional on
8254         gdb/gdbtk directory being present.
8255         * configure: Regenerate.
8257 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
8259         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
8260         used by gcc if LD is not defined and we are not doing a Canadian Cross.
8261         * configure: Rebuilt.
8263 2002-12-31  Tom Tromey  <tromey@redhat.com>
8265         * Makefile.in: Rebuilt.
8266         * Makefile.def (target_modules) [libffi]: Allow installation.
8268 2002-12-31  Andreas Schwab  <schwab@suse.de>
8270         * configure.in: Fix use of $program_transform_name.
8271         * configure: Regenerated.
8273 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
8275         * configure.in (baseargs): Don't remove first configure argument.
8276         * configure: Regenerated.
8278 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
8280         * Makefile.tpl (local-distclean): Don't remove...
8281         (multilib.ts): ... this.  Moved into...
8282         (multilib.out): ... this.  Don't use sub-make.
8283         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
8284         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
8285         (configure-build-[+module+], configure-[+module+],
8286         configure-target-[+module+], configure-gcc): ... these.  Test
8287         for Makefile existence.  Drop config.status from dependencies.
8288         * Makefile.in: Rebuilt.
8289         * configure.in: Move gcc-version-trigger to the end of
8290         ac_configure_args.  Add comments to maybedep.tmp and
8291         serdep.tmp.  Introduce --disable-serial-configure.  Remove
8292         nonopt from baseargs, matching and removing corresponding
8293         whitespace while at it.
8294         * configure: Rebuilt.
8296 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
8298         * configure.in (host_configargs): Replace reference to
8299         no-longer-defined buildopts with --build=${build_alias}.
8300         * configure: Rebuilt.
8302         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
8303         program_transform_name to standard idiom.
8304         (AUTOGEN, AUTOCONF): Define.
8305         (Makefile.in): Use $(AUTOGEN).
8306         (Makefile): Depend on config.status, and use autoconf-style rule to
8307         build it.  Move original commands to...
8308         (config.status): ... this new target.
8309         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
8310         $(AUTOCONF).
8311         * Makefile.in: Rebuilt.
8313 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8315         * Makefile.tpl: Fix dramatic bustage due to change in
8316         program_transform_name.
8317         * Makefile.in: Regenerate.
8319         * configure.in: Remove unnecessary PATH setting.
8320         * configure: Regnerate.
8322         * configure.in: Don't default to unprefixed tools unless
8323         the native tools will work.
8324         * configure: Regenerate.
8326         * configure.in: Convert to autoconf script.  Blow away lots
8327         of now-redundant Makefile fragments.
8328         * configure: Generate using Autoconf.
8329         * Makefile.tpl: Rewrite to reflect autoconfiscation.
8330         * Makefile.in: Regenerate.
8332 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
8334         * configure: Fix stupid bug where RANLIB was mistakenly included.
8336         * configure.in: Rename (buildargs, hostargs, targargs) to
8337         (build_configargs, host_configargs, target_configargs).
8339         * configure.in: Move logic out of sed statement.
8341         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
8342         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
8344 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
8346         * config.sub: Import from master repository
8347         * config.guess: Ditto
8349 2002-12-24  Andreas Schwab  <schwab@suse.de>
8351         * Makefile.tpl (multilib.out): Fix missing space.
8352         * Makefile.in: Regenerate.
8354 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8356         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
8357         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
8358         * Makefile.in: Regenerate.
8359         * configure.in: Remove unnecessary leftovers.
8361 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
8363         * configure.in (extra_ranlibflags_for_target): New variable.
8364         (*-*-darwin): Add -c to ranlib commands.
8365         * configure (tooldir): Handle extra_ranlibflags_for_target.
8367 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8369         * Makefile.tpl: Revert HJL's change.
8370         * Makefile.in: Regenerated.
8371         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
8372         always.
8374 2002-12-19  Andreas Schwab  <schwab@suse.de>
8376         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
8377         * Makefile.in: Regenerate.
8379 2002-12-18  H.J. Lu  <hjl@gnu.org>
8381         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
8382         * Makefile.in: Regenerated.
8384         * configure.in (build_prefix): New. Substitute.
8386 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
8388         * Makefile.tpl: Don't let real targets depend on phony targets.
8389         * Makefile.in: Regenerate.
8391         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
8392         * Makefile.in: Regenerate.
8394 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
8396         * config.sub: Import from master repository
8397         * config.guess: Ditto
8399 2002-12-16  Jason Merrill  <jason@redhat.com>
8401         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
8402         previous 'make bootstrap'.
8403         * Makefile.in: Regenerate.
8405 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
8407         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
8409 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
8411         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
8412         * Makefile.in: Regenerate.
8414 2002-12-13  Jason Merrill  <jason@redhat.com>
8416         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
8417         library tests.
8418         (check-c++): Just depend on it and check-target-libstdc++-v3.
8419         * Makefile.in: Regenerate.
8421 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
8423         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
8424         * Makefile.in: Rebuilt.
8426 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
8428         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
8430 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8432         * configure: Fix bug put in by gremlins.
8434         * Makefile.tpl: Substitute more autoconfily.
8435         * configure: Substitute more autoconfily.
8436         * Makefile.in: Regenerate.
8438 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
8440         * config.sub: Import from master repository
8441         * config.guess: Ditto
8442         * MAINTAINERS: Added Svein Seldal under write after approval
8444 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
8446         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
8447         * Makefile.in (all-sim): Ditto.
8449 2002-12-06  DJ Delorie  <dj@redhat.com>
8451         * Makefile.tpl: Change configure dependencies to not have real
8452         targets depend on phony targets.
8454 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
8456         * configure.in: Revert unintentional change.
8458         * Makefile.tpl: Change dependency for */multilib.out so that
8459         it works when gcc isn't in the tree.
8461         * configure.in: Substitute more.
8462         * configure: Run subconfigures from the Makefile.
8463         * Makefile.tpl: Run subconfigures from the Makefile; add a few
8464         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
8466 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8468         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
8470 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8472         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
8473         and corresponding dependencies.
8474         * Makefile.in: Regenerate.
8476         * configure.in (host_tools): Order binutils, gas and ld for
8477         convenience in running the testsuites.
8479         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
8480         * Makefile.in: Regenerate.
8481         * configure.in: Introduce rules to serialize subconfigure runs.
8483         * configure.in: Introduce BASE_CC_FOR_TARGET.
8484         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
8485         Realize configure-build-* targets.  Realize configure-target-* targets.
8486         * Makefile.in: Regenerate.
8488 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8490         * configure: Move gcc_version_trigger stuff from here...
8491         * configure.in: ...to here.
8493         * configure.in: Separate subconfigure options added by this file from
8494         options given by the user.  Add machinery to put args for host
8495         subconfigures into the Makefile.
8497         * Makefile.tpl: Remove 'vault' targets.
8498         * Makefile.tpl: Reorder and comment dependencies.
8499         * Makefile.in: Regenerate.
8501 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8502         * configure.in: Fix my broken commit of previous patch. (sigh)
8504 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
8506         * configure.in: Move host-specific darwin noconfigdirs into
8507         the host-specific section.
8509 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
8511         * configure.in: Move host-specific darwin noconfigdirs into
8512         the host-specific section.
8514 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
8516         * configure: Remove skip-this-dir support.
8517         * Makefile.tpl: Remove skip-this-dir support.
8519         * Makefile.tpl: Remove leftover support for non-autoconfiscated
8520         subdirectories.
8521         * Makefile.in: Regenerate.
8523         * Makefile.tpl: Strip out useless setting of 'dir'.
8524         * Makefile.in: Regenerate.
8526 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8528         * configure.in: Fix deeply stupid bug.
8530         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8531         shell code in CXX_FOR_TARGET
8532         * Makefile.def: Introduce raw_cxx.
8533         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8534         RAW_CXX_FOR_TARGET.
8535         * Makefile.in: Regenerate.
8537 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
8539         * Makefile.tpl: Remove unnecessary ifs.
8540         * Makefile.in: Regenerate.
8542         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
8543         dependencies.  Maybe-ize build-libiberty.  Create dummy install
8544         targets for 'no_install' modules.
8545         * configure: Move GDB_TK substitution to configure.in.  Move
8546         build_modules stuff to configure.in.
8547         * configure.in: Implement soft dependency machinery.  Maybe-ize
8548         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
8549         * Makefile.in: Regenerate.
8551 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8553         * Makefile.tpl: Make all-target, install-target behave similarly
8554         to all, install (only hitting configured targets).  Eliminate
8555         unused macro defintions.
8557         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8558         build != host.
8560         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8562         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8564         * configure.in: Produce lists of subdir targets we're actually
8565         configuring.  Remove references to "dosrel".
8566         * Makefile.tpl: Let configure set which subdir targets are hit.
8567         Remove install-cross; clean up install; remove ALL.  Remove
8568         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
8569         Autogenerate host module targets.  Remove empty dependency lines
8570         and redundant dependency; rearrange slightly.
8571         * Makefile.def: Add host-side libtermcap, utils.
8573         * Makefile.in: Regenerate.
8575 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8577         * ltconfig (osf[345]): Append $major to soname_spec.
8578         Reflect this in library_names_spec.
8579         * ltmain.sh (osf): Prefix $major with . for use as extension.
8581 2002-11-19  Andreas Jaeger  <aj@suse.de>
8583         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
8584         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
8585         and sparc64 GNU/Linux systems.
8587 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
8589         * MAINTAINERS: Update email.
8591 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8593         * MAINTAINERS: Complete James Dennett's entry.
8595 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
8597         * MAINTAINERS (Write After Approval): Add myself.
8599 2002-11-13  Bruce Korb  <bkorb@gnu.org>
8601         * Makefile.tpl: syntactic cleanup
8603 2002-11-13  Stuart Hastings  <stuart@apple.com>
8605         * MAINTAINERS: Add myself to write-after-approval list.
8607 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8609         * Makefile.def: Add list of recursive targets to autogenerate.
8610         Add build_modules.
8611         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
8612         targets.  Autogenerate *-build-* targets.
8613         * Makefile.in: Regenerate.
8615 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8617         * configure: More autoconf-style substitutions.
8618         * Makefile.tpl: More autoconf-style substitutions.
8619         * Makefile.in: Regenerate.
8621 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8623         * configure: Substitute more variables in a more autoconf-friendly
8624         way.  Simplify slightly.
8625         * Makefile.tpl: Make more variables substitutable in an
8626         autoconf-friendly way.
8627         * Makefile.in: Regenerate.
8629 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
8631         * MAINTAINERS (Write After Approval): Add myself.
8633 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8635         * configure.in (v810*): Remove special setting of tools.
8637         * configure: Add support for extra required flags for ar or nm.
8638         * configure.in (aix4.3+): Use above support for target-specific
8639         issues, rather than using config/mt-aix43.
8641 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8643         * configure: Remove 'removing', which doesn't work.  Replace $subdir
8644         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
8645         with $srcdir.  Reformat indentation.  Substitute some variables
8646         formerly hard-coded in the Makefile for build=host.
8647         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8648         * Makefile.def: Autogenerate more.
8649         * Makefile.in: Regenerate.
8651 2002-11-04  Adam Nemet  <anemet@lnxw.com>
8653         * MAINTAINERS (Write After Approval): Add myself.
8655 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
8657         * Makefile.def (host_modules): Add rda.
8658         * Makefile.in: Regenerate.
8659         * configure.in (target_tool): Add target-rda to list.
8661 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8663         * MAINTAINERS: Remove "co-maintainer" note for web pages.
8665 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
8667         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
8668         and restrap targets to this rule.
8669         * Makefile.in:  Regenerate.
8671 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8673         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
8674         GNATS only accounts.
8676 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
8678         * configure.in (i[3456]86-*-linux*): Add check to disable
8679         ${libgcj} for glibc1.
8681 2002-10-24  Denis Chertykov  <denisc@overta.ru>
8683         * MAINTAINERS: Add myself as ip2k port maintainer.
8685 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
8687         * configure.in: Add tic4x target.
8689 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8691         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8692         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8693         * Makefile.in: Regenerate.
8695         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8696         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8697         * Makefile.in: Regenerate.
8699 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
8701         * MAINTAINERS: Add myself as web pages co-maintainer.
8703 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8705         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8706         * Makefile.in: Regenerate.
8708 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
8710         * MAINTAINERS: Add myself and Nathan Sidwell
8711         <nathan@codesourcery.com> as VxWorks maintainers.
8713 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8715         * Makefile.def: Remove order dependency comments.
8716         * Makefile.tpl: Add explicit install-install dependencies.
8717         * Makefile.in: Regenerate.
8719         * Makefile.tpl: Remove material now in src-release.  (Finally!)
8720         * Makefile.in: Regenerate.
8722         * Makefile.tpl: Add configure-target (for src-release in src)
8723         * Makefile.in: Regenerate.
8725 2002-09-30  Nick Clifton  <nickc@redhat.com>
8727         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8729 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
8731         * configure.in (s390*-*-linux*): Enable libgcj.
8733 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
8735         * configure: Revert accidentally applied changes.
8737         * Makefile.tpl: Make more autoconf-friendly.
8738         * Makefile.in: Regenerate.
8739         * configure: Make substitution more autoconf-like.
8741 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
8743         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8744         single entry to handle all these.
8745         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
8746         libjava on arm-*-elf.
8748 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
8750         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8751         things that depend on them.
8753 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8755         * Makefile.tpl: Make subsituted variables more autoconfy.
8756         * Makefile.in: Regenerate.
8757         * configure: Make seds more autoconfy.
8759 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8761         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8762         * Makefile.in: Regenerate.
8763         * configure.in: Rewrite sed statements to look autoconfy.
8765         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8766         all-target-foo on configure-target-foo.
8767         * Makefile.def: Ditto.
8768         * Makefile.in: Rebuild.
8770 2002-09-25  Andrew Haley  <aph@redhat.com>
8772         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
8774 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8776         * Makefile.def: New file.
8777         * Makefile.tpl: New file.
8778         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8779         * contrib/gcc_update: Note that Makefile.in is a generated file.
8781         * configure.in: Minor rearrangement.  Simplify tests.
8783 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
8785         * configure.in (with_headers): Skip copy if value is "yes".
8786         (with_libs): Likewise.
8788 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
8790         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8791         * configure.in (sh*-*-pe*): Ditto.
8792         * configure.in (mips*-*-pe*): Ditto.
8793         * configure.in (*arm-wince-pe): Ditto.
8795         * configure.in: Rearrange.
8797 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
8799         * MAINTAINERS: Update my email address.
8801 2002-08-30  Paul Koning  <pkoning@equallogic.com>
8803         * MAINTAINERS: (Write After Approval): Add myself.
8805 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
8807         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
8809 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
8811         * MAINTAINERS: Change my mailing address.
8813 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
8815         * MAINTAINERS (Write After Approval): Remove myself.
8816         (Various Maintainers: c++ runtime libs): Add myself.
8818 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
8820         * MAINTAINERS (Write After Approval): Remove myself.
8821         (Various Maintainers: c++ runtime libs): Add myself.
8823 2002-08-15  Eric Christopher  <echristo@redhat.com>
8825         * config.sub: Import from master repository.
8826         * config.guess: Ditto.
8828 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
8830         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8831         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8832         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8834 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
8836         * MAINTAINERS: Add self to rs6000 vector extensions.
8838 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
8840         * libiberty/configure: Reverted unintended yesterday's check in.
8842 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
8844         * boehm-gc/configure, libf2c/configure: Rebuilt.
8845         * libffi/configure, libiberty/configure: Ditto.
8846         * libjava/configure, libobjc/configure: Ditto.
8847         * libstdc++-v3/configure, zlib/configure: Ditto.
8848         Merged from binutils:
8849         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
8850         From Steve Ellcey <sje@cup.hp.com>:
8851         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8852         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8853         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8854         IA64.
8855         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8856         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8857         soname_spec, sys_lib_search_path_spec): Ditto.
8859 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
8861         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8863 2002-08-04  H.J. Lu  (hjl@gnu.org)
8865         * configure.in (mips*-*-linux*): Don't skip target-libffi.
8867 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
8869         * MAINTAINERS (Write After Approval): Add myself.
8871 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
8873         * configure.in: Move generic linux case to end.  Copy generic
8874         linux noconfigdirs to mips*-*-linux* entry and new
8875         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
8877 2002-07-19  Michael Matz  <matz@suse.de>
8879         * MAINTAINERS: Add myself as ra* maintainer.
8881 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
8883         * config.guess: Update to 2002-07-09 version.
8884         * config.sub: Update to 2002-07-03 version.
8886 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
8888         * MAINTAINERS: Fix typo in a maintainer email address.
8890 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8892         * configure.in: Remove two redundant tests.
8894 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8896         * configure.in (mips*-*-irix6*o32): Enable stabs.
8898 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
8900         * configure.in: Don't build grez.
8901         * Makefile.in: Ditto.
8903         * Makefile.in: Remove references to bsp, cygmon, libstub.
8904         * configure.in: Ditto.
8906         * configure.in: Remove leftover reference to gdbtest.
8908 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
8910         * configure.in (gxx_include_dir):  Change to match versioned
8911         C++ headers if --enable-version-specific-runtime-libs is used.
8913 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
8915         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8917 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8919         * configure.in: Make --without-x work.
8921 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8923         * configure.in: Rearrange target Makefile fragment collection.
8925         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8926         cvs[src].
8927         * configure.in: Ditto.
8929 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
8931         * MAINTAINERS (Write After Approval): Update my e-mail address.
8933 2002-06-24  Ben Elliston  <bje@redhat.com>
8935         * configure.in (host_tools): Remove cgen.
8937         * Makefile.in (all-cgen): Remove; runs from its source directory.
8938         (check-cgen, install-cgen, clean-cgen): Likewise.
8939         (all-opcodes): Do not depend on all-cgen.
8940         (all-sim): Likewise.
8942 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8944         * Makefile.in: Eliminate 'apache' targets.
8945         * configure.in: Eliminate 'apache' targets.
8947         * configure.in: Eliminate redundant tests.  Reorganize.
8949         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8951         * config-ml.in: Eliminate references to Cygnus configure.
8953         * Makefile.in: Eliminate references to building emacs.
8955 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
8957         * MAINTAINERS: Update my email address.
8959 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
8961         * config.if (libstdcxx_incdir): Version C++ headers.
8962         (cxx_incdir): Remove.
8964 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8966         * MAINTAINERS (Write After Approval): Add self.
8968 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
8970         * configure.in: Add support for ip2k.
8972 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
8974         * configure.in: Fix AIX configury bug.
8976 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
8978         * MAINTAINERS (Write After Approval): Add self.
8980 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8982         * configure.in: replace ${topsrcdir} with ${srcdir}
8984         * configure.in: Move definition of libstdcxx_flags
8985         right above usage, rather than waaay earlier.
8987         * configure.in: Pull definition of is_cross_compiler earlier.
8989         * configure.in: Rearrange a little.
8991         * configure.in: Remove references to librx.
8992         * Makefile.in: Remove references to librx.
8994 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
8996         * config.sub: Add support for avr target.
8997         Import from master sources, rev 1.255
8999 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
9001         * configure, .cvsignore:  Revert previous change...
9002         * Makefile:  ...delete.
9004 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
9006         * configure.in: Eliminate ${gasdir} variable.
9008 2002-06-18  Dave Brolley  <brolley@redhat.com>
9010         * configure.in: Add support for frv.
9011         * config.sub: Add support for frv.
9013 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
9015         * configure:  Remove garbage from previous commit.
9017 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
9019         * configure:  For in-source builds, make a subdir and re-exec there.
9020         * Makefile:  New file.  Pass targets through to build directory.
9021         * .cvsignore:  No longer ignore "Makefile".
9023 2002-06-16  Douglas Rupp  <rupp@gnat.com>
9025         * MAINTAINERS (Write After Approval): Add self.
9027 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9029         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
9031 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
9033         * configure.in (vax-*-netbsd*): Re-enable gas.
9035 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
9037         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
9038         BUILD_PREFIX_1, to correct nomenclature.
9039         * configure: Likewise.
9041         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
9042         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
9044 2002-05-31  Olaf Hering  <olh@suse.de>
9046         * config-ml.in: Propogate DESTDIR also.
9048 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
9050         * configure.in (vax-*-netbsd*): Don't build gas for this
9051         platform.
9053 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
9055         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9056         and libgcj for AVR.
9058 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
9060         * MAINTAINERS (Write After Approval): Add myself.
9062 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
9064         * config.guess: Update to 2002-05-22 version.
9065         * config.sub: Likewise.
9067 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9069         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
9070         * config-ml.in: Likewise.
9071         * configure: Likewise.
9072         * configure.in: Likewise.
9074 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
9076         * MAINTAINERS: Update my email address.
9078 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
9080         * configure.in: Simplify makefile fragment collection.
9082         * configure.in: Remove code to build emacs.
9084         * configure.in : Remove --srcdir argument from targargs and buildargs
9085         (it's always overridden in the Makefile anyway).  Rearrange a bit.
9087         * configure: Move some logic to configure.in.
9088         * configure.in: Move some logic from configure.
9090 2002-05-11  Tom Tromey  <tromey@redhat.com>
9092         * MAINTAINERS: Reflect libgcj reality.
9094 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
9096         * Makefile.in: Honour DESTDIR.
9098 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
9100         * config.guess: Import 2002-03-20 version.
9101         * config.sub: Import 2002-04-26 version.
9103 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9105         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
9107 2002-05-07  Tim Josling  <tej@melbpc.org.au>
9109         * MAINTAINERS: Add self.
9111 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
9113         * ltmain.sh: Detect and handle object name conflicts
9114         while piecewise linking a static library.
9116 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
9118         * configure.in (noconfigdirs): Don't disable libgcj on
9119         sparc64-*-solaris* and sparcv9-*-solaris*.
9121 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
9123         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
9125 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
9127         * configure.in (FLAGS_FOR_TARGET): Do not add
9128         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
9129         on i[3456]86-*-linux*.
9131 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
9133         * configure.in (noconfigdirs): Replace [ ] with test.
9135         * configure.in (noconfigdirs): Do not add target-newlib if
9136         target == i[3456]86-*-linux*, and host == target.
9138 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
9140         * configure.in: delete reference to absent file
9142         * configure.in: replace '[' with 'test'
9144         * configure.in: Eliminate references to gash.
9145         * Makefile.in: Eliminate references to gash.
9147         * configure.in: remove useless references to 'pic' makefile fragments.
9149         * configure.in: (*-*-windows*) Finish removing.
9151         * configure.in: Eliminate redundant test for libgui.
9153 2002-04-29  Roger Sayle  <roger@eyesopen.com>
9155         * MAINTAINERS: Add self and realphabetize.  Update entries
9156         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
9157         entry for a29k port maintainer.
9159 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
9161         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
9162         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
9164 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
9166         * configure.in: remove references to dead files
9168 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
9170         * MAINTAINERS: Add information about purpose of this file.
9172 2002-04-18  Tom Tromey  <tromey@redhat.com>
9174         * configure.in: Disallow configuring libgcj when it is already
9175         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
9176         Solaris 2.8 by default.  For PR libgcj/6158.
9178 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
9180         * configure.in:  Move default CC setting out of config/mh-* fragments
9181         directly into here.
9183 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
9185         * configure.in: don't even try to configure or make a subdirectory
9186         if there's no configure script for it.
9188 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
9190         * MAINTAINERS: Remove chill maintainers.
9191         * Makefile.in (CHILLFLAGS): Remove.
9192         (CHILL_LIB): Remove.
9193         (TARGET_CONFIGDIRS): Remove libchill.
9194         (CHILL_FOR_TARGET): Remove.
9195         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
9196         CHILL_LIB.
9197         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
9198         (CHECK_TARGET_MODULES): Likewise.
9199         (INSTALL_TARGET_MODULES): Likewise.
9200         (CLEAN_TARGET_MODULES): Likewise.
9201         (configure-target-libchill): Remove.
9202         (all-target-libchill): Remove.
9203         * configure.in (target_libs): Remove target-libchill.
9204         Do not compute CHILL_FOR_TARGET.
9205         * libchill: Remove directory.
9207 2002-04-11  DJ Delorie  <dj@redhat.com>
9209         * Makefile.in, configure.in: Sync with binutils, entries
9210         follow...
9212 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9214         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
9215         (do-tar, do-bz2): New rules.
9216         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
9217         (gdb-tar): New rule.
9218         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
9219         (insight_dejagnu.tar): New rule.
9220         (insight.tar): New rule.
9221         (gdb+dejagnu.tar): New rule.
9222         (gdb.tar): New rule.
9224 2002-02-01  Mo DeJong  <supermo@bayarea.net>
9226         * Makefile.in: Add all-tix to deps for all-snavigator
9227         so that tix is built when building snavigator.
9229 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
9231         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9232         ld and gdb are not supported.
9234 2002-01-07  Mark Salter  <msalter@redhat.com>
9236         * configure.in: Remove target-bsp and target-cygmon from arm builds.
9237         Allow target-libgloss to be built for arm, strongarm, and xscale.
9239 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
9241         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9242         options for i[3456]86-pc-linux* native builds.
9244 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
9246         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9247         files from .po files for a distribution.
9249 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
9251         * configure.in: Enable libstdc++-v3 for h8300 targets.
9253 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
9255         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
9256         version from bfd/.
9258 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
9260         * Makefile.in (VER): When present, extract the version number from
9261         the file version.in.
9263 2001-05-24  Tom Rix  <trix@redhat.com>
9265         * configure.in : enable ld for aix
9267 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9269         * config.guess: Add linux target for S/390.
9271 2000-11-07  Philip Blundell  <pb@futuretv.com>
9273         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9275 2000-11-03  Philip Blundell  <pb@futuretv.com>
9277         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9278         files.
9280 2001-01-15  Ben Elliston  <bje@redhat.com>
9282         * configure.in (host_tools): Add sid.
9283         Always configure cgen.
9285 2000-11-24  Nick Clifton  <nickc@redhat.com>
9287         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
9290 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
9292         * Makefile.in (ALL_MODULES): Add all-cgen.
9293         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9294         (all-cgen): New target.
9295         (all-opcodes,all-sim): Depend on all-cgen.
9296         * configure.in (host_tools): Add cgen.
9297         Only configure cgen if --enable-cgen-maint.
9299 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
9301         * configure.in: Add *-*-freebsd* configurations.
9303 2002-04-08  Tom Tromey  <tromey@redhat.com>
9305         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
9306         Fixes PR libgcj/6068.
9308 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
9310         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
9312 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9314         * configure.in (alpha*-dec-osf*): Enable libgcj.
9316 2003-03-27  Matthew Gingell  <gingell@gnat.com>
9318         * MAINTAINERS (Write After Approval): Add myself.
9320 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
9322         Fix for: PR bootstrap/3591, target/5676
9323         * configure.in (mcore-pe): Disable the configuration of
9324         libstdc++-v3 since exceptions are not supported.
9326 2002-03-20  Anthony Green  <green@redhat.com>
9328         * configure.in: Enable libgcj for xscale-elf target.
9330 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
9332         * MAINTAINERS:  Update my email address.
9334 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
9336         * ltmain.sh (relink_command): Fix typo in previous change.
9338 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
9340         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
9341         (relink_command): Added --tag flags.
9342         (mode=install): If relinking fails; error out.
9344 2002-03-12  Richard Henderson  <rth@redhat.com>
9346         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
9347         .NOTPARALLEL tag.
9348         (do-check): Rename from check.
9349         (check): Allow parallel check.
9351 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
9353         * MAINTAINERS: Add myself as maintainer for xtensa port.
9354         Fix alphabetical order in CPU port maintainer list.
9355         Remove myself from Write After Approval list.
9357 2002-03-11  Richard Henderson  <rth@redhat.com>
9359         * Makefile.in (.NOTPARALLEL): Add fake tag.
9361 2002-03-07  H.J. Lu  (hjl@gnu.org)
9363         * configure.in: Enable gprof for mips*-*-linux*.
9365 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
9367         * MAINTAINERS (Write After Approval): Add myself.
9369 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
9371         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9372         libjava.
9373         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
9375 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
9377         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9378         because its Makefile is there; test for the executable instead.
9380 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
9382         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
9383         libstdc++-v3 and libjava.
9385 2002-02-11  Adam Megacz  <adam@xwt.org>
9387         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
9388         boehm-gc
9390 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
9392         * config.guess: Updated to 2002-01-30's version.
9393         * config.sub: Updated to 2002-02-01's version.
9394         Contribute sh64-elf.
9395         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
9396         * configure.in: Added sh64-*-*.
9398 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
9400         * MAINTAINERS: Belatedly add myself to write after approval list.
9402 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
9404         * MAINTAINERS: Put self in as maintainer for x86-64 port.
9405         Remove self as Write After Approval.
9407 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
9409         * MAINTAINERS: Put self in as maintainer for contrib/regression
9410         directory.
9412 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
9414         * MAINTAINERS:  Update my email address.
9416 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
9418         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
9419         target-libiberty, and target-libgloss.  Skip Java-related
9420         libraries if not supported for NetBSD on target CPU.
9422 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
9424         * install-sh: Use _inst.$$_ for temp file name.
9426 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
9428         * MAINTAINERS (Write After Approval): Move my contact info
9429         from here...
9430         (OS Port Maintainers): ...to here (netbsd).
9432 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
9434         * MAINTAINERS (Write After Approval): Add myself.
9436 2002-01-17  H.J. Lu  <hjl@gnu.org>
9438         * Makefile.in (all-fastjar): Also depend on all-libiberty.
9439         (all-target-fastjar): Also depend on all-target-libiberty.
9441 2002-01-16  H.J. Lu  (hjl@gnu.org)
9443         * config.guess: Import from master sources, rev 1.225.
9444         * config.sub: Import from master sources, rev 1.238.
9446 2002-01-16  Kazu Hirata  <kazu@hxi.com>
9448         * MAINTAINERS (Write After Approval): Remove myself.
9450 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
9452         * MAINTAINERS (Write After Approval): Add myself.
9454 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9456         * MAINTAINERS: Add self as docs co-maintainer.
9458 2001-12-11  Matthias Klose  <doko@debian.org>
9460         * MAINTAINERS (Write After Approval): Add myself.
9462 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
9464         * MAINTAINERS: Update my email address.
9466 2001-12-07  Turly O'Connor  <turly@apple.com>
9467         * MAINTAINERS (Write After Approval): Add myself.
9468         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
9469         (rs6000_initialize_trampoline): Call __trampoline_setup for
9470         ABI_DARWIN too.
9471         * darwin-tramp.asm: New file, implements __trampoline_setup.
9472         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
9474 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
9476         * MAINTAINERS (Write After Approval): Add myself.
9478 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
9480         * configure, configure.in: Use temp file for long sed commands.
9482 2001-12-03  Laurent Guerby  <guerby@acm.org>
9484         * config.sub: Update to version 1.232 on subversion.
9486 2001-12-03  Ben Elliston  <bje@redhat.com>
9488         * MAINTAINERS: Update mail address for config.* patches.
9490 2001-11-27  DJ Delorie  <dj@redhat.com>
9491             Zack Weinberg  <zack@codesourcery.com>
9493         When build != host, create libiberty for the build machine.
9495         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9496         CONFIG_ARGUMENTS.
9497         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9498         New variables.
9499         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9500         and rules.
9501         (all.normal): Depend on ALL_BUILD_MODULES.
9502         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9503         (all-build-libiberty): Depend on configure-build-libiberty.
9505         * configure: Calculate and substitute proper value for
9506         ALL_BUILD_MODULES.
9507         * configure.in: Create the build subdirectory.
9508         Calculate and substitute TARGET_CONFIGARGS (formerly
9509         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9511 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
9513         * MAINTAINERS (write-after-approval): Add self.
9515 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
9517         * MAINTAINERS (GNATS only accounts): Remove self.
9519 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
9521         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
9522         libf2c.
9524 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
9526         * MAINTAINERS (Write After Approval): Add self.
9528 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
9530         * MAINTAINERS: mips and s390 are also CPU ports.
9532 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
9534         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
9536 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
9538         * MAINTAINERS: Alphabetize.
9540 2001-11-09  Kazu Hirata  <kazu@hxi.com>
9542         * MAINTAINERS (Various maintainers: h8 port): Add myself.
9544 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9546         * MAINTAINERS (Various maintainers: hppa port): Added myself.
9548 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
9550         * configure.in (--enable-languages): Be more permissive about
9551         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
9553 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
9555         * config.sub: Import from master sources, rev. 1.230.
9556         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
9558 2001-11-07  Laurent Guerby  <guerby@acm.org>
9560         * MAINTAINERS (Write After Approval): Add self.
9562 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
9564         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9566 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
9568         * config.sub: Import from master sources, rev 1.226.
9569         * config.guess: Import from master sources, rev 1.216.
9571 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
9573         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
9574         * MAINTAINERS: Add self as maintainer of MMIX port.
9575         Remove old after-approval entry.
9577 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
9579         * ChangeLog, configure: Fix spelling errors.
9581 2001-10-20  Brendan Kehoe  <brendan@zen.org>
9583         * MAINTAINERS: Tweak my address.
9585 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
9587         * MAINTAINERS: Update my email address.
9589 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
9591         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
9592         * MAINTAINERS: Add self as maintainer of CRIS port.
9594 2001-10-10  Geert Bosch  <bosch@gnat.com>
9596         * MAINTAINERS (Various maintainers: Ada front end):
9597         Added Robert Dewar.
9599 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
9601         * MAINTAINERS (Write After Approval): Added self
9603 2001-10-02  Geert Bosch  <bosch@gnat.com>
9605         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9607 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9609         * configure: Handle temporary files securely using mkdir.
9611 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
9613         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9615 2001-09-26  Will Cohen  <wcohen@redhat.com>
9617         * configure.in (*-*-linux*): Disable configuration of target-newlib
9618         and target-libgloss.
9620 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
9622         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
9623         RANLIB.
9625 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
9627         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9628         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9629         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9630         avoid quotes nesting problems.
9631         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9632         (DO_X): Export only variables that are set.
9634 2001-09-19  Ben Elliston  <bje@redhat.com>
9636         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9637         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9638         semantics.  Use the shell built-in "type" command instead.
9640 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
9642         Merged from gcc-3_0-branch:
9643         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
9644         * ltcf-c.sh: Use $objext, not $ac_objext.
9645         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
9646         * ltcf-cxx.sh: Add support for GNU.
9647         2001-07-22  Timothy Wall  <twall@redhat.com>
9648         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
9649         default settings if using GNU tools with that configuration.
9650         * ltcf-cxx.sh: Ditto.
9651         * ltcf-gcj.sh: Ditto.
9652         2001-07-21  Michael Chastain  <chastain@redhat.com>
9653         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9654         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
9655         * ltmain.sh: Mark as gcc-local.
9657 2001-08-30  Eric Christopher  <echristo@redhat.com>
9658             Jason Eckhardt  <jle@redhat.com>
9660         * config.guess: Merge from master sources.
9661         * config.sub: Merge from master sources, add support for mipsisa32.
9663 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
9664         * config.sub: Merge from master sources, rev 1.219.
9665         * MAINTAINERS: Add self as contact for stormy16 port.
9667 2001-08-14  Zack Weinberg  <zackw@panix.com>
9669         * config.sub: Merge from master sources, rev 1.218.
9670         * config.guess: Merge from master sources, rev 1.209.
9672 2001-08-11  Graham Stott  <grahams@redhat.com>
9674         * Makefile.in (check-c++): Add missing semicolon.
9676 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
9678         * MAINTAINERS (Various maitainers: predict.def): Added myself.
9680 2001-07-30  Eric Christopher  <echristo@redhat.com>
9682         * MAINTAINERS (Various maintainers: mips port): Added myself.
9684 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
9686         * configure.in (sh-*-linux*): New.
9688 2001-07-27  Richard Henderson  <rth@redhat.com>
9690         * .cvsignore: Add LAST_UPDATED.
9692 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
9694         * MAINTAINERS (Various maintainers: s390 port): Added myself.
9696 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
9698         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
9700 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
9702         * MAINTAINERS (Write After Approval): Added myself.
9704 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9706         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9707         and libgcj on m68hc11/m68hc12.
9709 2001-06-27  H.J. Lu  (hjl@gnu.org)
9711         * Makefile (CFLAGS_FOR_BUILD): New.
9712         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
9714 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9716         * README: Remove version number.
9718 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9720         * INSTALL/README: Update wrt. to the installation instructions now
9721         residing in gcc/doc/install.texi.
9723 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9725         * README: Replace with a cut-down and updated version of gcc/README.
9727 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
9729         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
9730         multilibs to be disabled.
9732 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
9734         * MAINTAINERS (Write After Approval): Add myself.
9736 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
9738         * config.guess: Import CVS version 1.195.
9739         * config.sub: Import CVS version 1.212.
9741 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
9743         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9744         gcc/xgcc is built, use -print-prog-name to find out the program
9745         name to use.
9747 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
9749         * config.guess:  Import CVS version 1.194.  All gcc-local changes
9750         appear to also be in the master copy.
9751         * config.sub:  Import CVS version 1.211.
9753 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
9755         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9756         with_gcc]: Use `gcc -shared' to build a shared library.
9758 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9760         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9761         archives.
9763 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9765         * MAINTAINERS (Write After Approval): Add myself.
9767 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
9769         * configure.in (libstdcxx_flags): Do not try to execute
9770         libstdc++-v3/testsuite_flags until it exists.
9772 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
9774         * MAINTAINERS: Update my email address.
9776 2001-05-31  Graham Stott  <grahams@redhat.com>
9778         * MAINTAINERS (Write After Approval): Add myself.
9780 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
9782         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
9783         libraries when using g++ with native linker.
9785 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
9787         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9789 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
9791         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9792         [aix4*|aix5*]: Prepend blank.
9794 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
9796         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9797         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
9798         of subdir/configure scripts to use the new libtool.m4.
9800 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
9802         * MAINTAINERS (Write After Approval): Add myself.
9804 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
9806         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
9808 2001-05-11  Ben Elliston  <bje@redhat.com>
9810         * Makefile.in (all-sid): New target.
9811         (check-sid, clean-sid, install-sid): Likewise.
9813 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
9815         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
9817 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9819         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9820         libgcj.
9822 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9824         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9825         gcc/xgcc is built, use -print-prog-name to find out the program
9826         name to use.
9828 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
9830         * configure.in (noconfigdirs): Don't reset it from scratch in the
9831         target case; only append to it.
9833         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9834         sparc-*-solaris2.8]: Disable ${libgcj}.
9836 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
9838         * configure.in (libgcj_saved): Copy from $libgcj.
9839         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9840         --disable-libgcj.
9842 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
9844         * MAINTAINERS: Remove self as MIPS maintainer and
9845         C front end maintainer.
9847 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
9849         * configure.in: Move *-chorusos target case to the proper switch.
9850         Disable libgcj.
9852 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9854         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9855         1.641.2.228.
9857 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9859         * Makefile.in (STAGE1_CFLAGS): Pass down.
9861 2001-04-13  Alan Modra  <amodra@one.net.au>
9863         * config.guess: Add hppa64-linux support.  Note for next import that
9864         this is already in the master file.
9865         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
9867 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9869         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9870         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9872 2001-04-11  Stan Shebs  <shebs@apple.com>
9874         * MAINTAINERS: Add self as Darwin port maintainer.
9876 2001-04-11  Alan Modra  <amodra@one.net.au>
9878         * MAINTAINERS: Update my email address.
9880 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
9882         * ltcf-cxx.sh: Support creation of C++ shared libraries on
9883         recent versions of FreeBSD (release 3 or later).
9884         * ltconfig: On FreeBSD, -lc must not be provided when building
9885         a shared library or else the standard -pthread gcc option is
9886         rendered worthless to later users of the built library.
9888 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
9890         * MAINTAINERS: Add self and RTH as C front end maintainers.
9892 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
9894         * config.sub: Make sure to match an already-canonicalized
9895         machine name (eg. mn10300-unknown-elf).
9897 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
9899         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9900         New macros.
9901         (bootstrap, cross): Use RECURSE_FLAGS.
9902         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9904 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
9906         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9908 2001-03-22  Colin Howell  <chowell@redhat.com>
9910         * Makefile.in (DO_X): Do not backslash single-quotes in
9911         backquotes (two places).
9913 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
9915         Re-installed:
9916         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9917         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
9918         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9919         * ltcf-cxx.sh: Likewise.
9920         * ltcf-gcj.sh: Likewise.
9922 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9924         * MAINTAINERS: Add myself as "documentation co-maintainer".
9926 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
9928         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9929         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9931 2001-03-19  Tom Tromey  <tromey@redhat.com>
9933         * config-ml.in: Handle GCJ and GCJFLAGS.
9935 2001-03-21  Michael Chastain  <chastain@redhat.com>
9937         * Makefile.in: all-m4 depends on all-texinfo.
9939 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
9941         * MAINTAINERS: Add myself to write after approval list.
9943 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
9945         * Makefile.in (DO_X): Quote nested quotes.
9947 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
9949         * MAINTAINERS: Add myself to write after approval list.
9951 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
9953         * Makefile.in (DO_X): Use double quotes for quoting
9954         "RANLIB=$${RANLIB}".
9956 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
9958         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
9960 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
9962         * configure.in: Only use `lang_requires' for languages athat are
9963         actually enabled.
9965 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
9967         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
9969 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
9971         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9973 2001-03-07  Tom Tromey  <tromey@redhat.com>
9975         * configure.in: Allow config-lang.in to set `lang_requires' to list
9976         of other required languages.
9978 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
9980         * Makefile.in: Remove RANLIB definition. Use RANLIB
9981         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
9982         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
9984 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
9985             Alexandre Oliva  <aoliva@redhat.com>
9987         * Makefile.in (check-c++): Use tabs, not spaces.
9989 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
9991         * MAINTAINERS: add myself to Write After Approval list.
9993 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
9995         * Makefile.in (check-c++): New rule.
9997         * configure.in (target_libs): Remove libg++.
9998         (noconfigdirs): Remove libg++.
9999         (noconfigdirs): Same.
10000         (noconfigdirs): Same.
10001         (noconfigdirs): Same.
10003         * config-ml.in: Remove libg++ references.
10005         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
10006         (ALL_TARGET_MODULES): Same.
10007         (configure-target-libg++): Remove.
10008         (all-target-libg++): Remove.
10009         (configure-target-libio): Remove.
10010         (all-target-libio): Remove.
10011         (check-target-libio): Remove.
10012         (.PHONY): Remove.
10013         (libg++.tar.bz2): Remove.
10014         (all-target-cygmon): Remove libio.
10015         (all-target-libstdc++): Remove.
10016         (configure-target-libstdc++): Remove.
10017         (TARGET_LIB_PATH): Remove libstdc++.
10018         (ALL_GCC_CXX): Remove libstdc++.
10019         (all-target-gperf): Correct.
10021 2001-02-16  Nick Clifton  <nickc@redhat.com>
10023         * configure.in (noconfigdirs): Allow configuration of texinfo
10024         for Cygwin hosts.
10026 2001-02-15  Anthony Green  <green@redhat.com>
10028         * configure: Introduce GCJ_FOR_TARGET.
10029         * configure.in: Ditto.
10030         * Makefile.in: Ditto.
10032 2001-02-13  Andreas Schwab  <schwab@suse.de>
10034         * MAINTAINERS: Update mail address.
10036 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10038         * config.guess: Add linux target for S/390.
10039         * config.sub: Likewise.
10041 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
10043         * configure.in: for *-chorusos, don't config target-newlib and
10044         target-libgloss.
10046 2001-02-06  Ben Elliston  <bje@redhat.com>
10048         * configure: Output host type to stdout, not stderr.
10050 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
10052         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
10053         * ltcf-cxx.sh: Likewise.
10055         * config.if: Assume enable_libstdcxx_v3 is defined.
10057 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
10059         Remove V2 C++ library.
10060         * configure.in: Remove --enable-libstdcxx_v3 support.
10062 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
10064         * include/demangle.h: Add prototype for java_demangle_v3.
10066 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
10068         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
10070 2001-01-27  Richard Henderson  <rth@redhat.com>
10072         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
10074 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10076         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
10077         Don't unset, it's non-portable and no longer necessary, set to empty
10078         instead.
10080 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10082         * ltconfig: Shell portability fix for the tagname validity check.
10084 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
10086         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
10087         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
10089 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10091         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
10093 2001-01-26  Tom Tromey  <tromey@redhat.com>
10095         * configure.in: Allow libgcj to be built on Sparc Solaris.
10097 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
10099         * ltcf-c.sh: Add aix5 case.
10100         * ltcf-cxx.sh: Likewise.
10101         * ltconfig: Likewise.
10103 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
10105         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
10106         keep at least one of build_libtool_libs or build_old_libs set to
10107         yes.
10109         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
10110         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
10112 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
10114         * configure.in: Enable libgcj on several additional platforms.
10116 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
10118         * configure.in: Enable libgcj for linux targets.
10120 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10122         * MAINTAINERS (Write After Approval): Add myself.
10124 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10126         * MAINTAINERS: Add myself as vax port maintainer.
10128 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
10130         * MAINTAINERS: Add myself as Mercury front-end maintainer.
10132 2001-01-09  Mike Stump  <mrs@wrs.com>
10134         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
10135         failures of subdirectories.
10137 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10139         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
10140         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10141         * ltcf-cxx.sh: Likewise.
10142         * ltcf-gcj.sh: Likewise.
10143         * ltconfig.sh: Fix typo.
10145 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10147         * configure: handle DOS-style absolute paths.
10149 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10151         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
10153 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
10155         * MAINTAINERS: Add myself as avr port co-maintainer.
10157 2000-12-28  Ben Elliston  <bje@redhat.com>
10159         * MAINTAINERS: Add myself under ``Write After Approval''.
10161 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
10163         * texinfo: Remove directory from GCC.
10165 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
10167         * COPYING: Update to current
10168         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
10169         to 19yy as example year in copyright notice).
10171 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
10173         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
10174         (libstdcxx_incdir): Pass down.
10175         * config.if: Remove expired bits for cxx_interface, add stub.
10176         (libstdcxx_incdir): Add variable for g++ include directory.
10177         * configure.in (gxx_include_dir): Use it.
10179 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
10181         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
10182         with old-email address from ``Write After Approval''.
10184 2000-12-15  Andreas Jaeger  <aj@suse.de>
10186         * configure.in: Handle lang_dirs.
10188 2000-12-14  Tom Tromey  <tromey@redhat.com>
10190         * MAINTAINERS: Removed brads.
10192         * MAINTAINERS: Added gcj developers.
10194 2000-12-13  Anthony Green  <green@redhat.com>
10196         * configure.in: Disable libgcj for any target not specifically
10197         listed.  Disable libgcj for x86 and Alpha Linux until compatible
10198         with g++ abi.
10200 2000-12-13  Mike Stump  <mrs@wrs.com>
10202         * Makefile.in (local-distclean): Also remove fastjar.
10204 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
10206         * contrib/gcc_update: Add fastjar --touch entries.
10208 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
10210         * configure.in: Disable language-specific target libraries for
10211         languages that aren't enabled.
10213 2000-12-10  Anthony Green  <green@redhat.com>
10215         * configure.in: Define libgcj.  Disable libgcj target libraries for
10216         most targets.
10218 2000-12-10  Neil Booth  <neilb@earthling.net>
10220         * MAINTAINERS: Update mail address, remove from WAA list.
10222 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10224         * libjava: Imported from /cvs/java.
10225         * libffi: Likewise.
10226         * Boehm-gc: Likewise.
10228 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10230         * configure.in (target_libs): Revert 2000-12-08 patch.
10231         (noconfigdirs): Added target-libjava.
10233 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
10235         * djunpack.bat: removed.
10237 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
10239         * Makefile.in: handle DOS-style absolute paths.
10240         * config-ml.in: likewise.
10241         * symlink-tree: likewise.
10243 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10245         * fastjar: Imported.
10247 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10249         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
10250         libjava.
10251         * configure.in (target_libs): Removed `target-libjava'.
10253 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10255         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
10256         (ALL_MODULES): Added fastjar.
10257         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
10258         (all-target-libjava): all-fastjar replaces all-zip.
10259         (all-fastjar): Added.
10260         (configure-target-fastjar, all-target-fastjar): Likewise.
10261         * configure.in (host_tools): Added fastjar.
10263 2000-12-07  Mike Stump  <mrs@wrs.com>
10265         * Makefile.in (local-distclean): Remove leftover built files.
10267 2000-11-24  Nick Clifton  <nickc@redhat.com>
10269         * configure.in (xscale-elf): Add target.
10270         (xscale-coff): Add target.
10272 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
10274         * ltcf-cxx.sh: Support creation of C++ shared libraries on
10275         recent versions of FreeBSD (release 3 or later).
10276         * ltconfig: On FreeBSD, -lc must not be provided when building
10277         a shared library or else the standard -pthread gcc option is
10278         rendered worthless to later users of the built library.
10280 2000-11-16  Fred Fish  <fnf@be.com>
10282         * configure.in (enable_libstdcxx_v3): Fix typo,
10283         libstd++ -> libstdc++.
10285 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10287         * MAINTAINERS: Add self to Write After Approval list.
10289 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
10291         * MAINTAINERS: Update my email address.  Add myself to global write
10292         privs list.
10294 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
10296         * Makefile.in: Merge with src and libgcj.
10297         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
10298         configure-target-<library> when their configure scripts need the C
10299         or C++ library to have already been built to work properly.
10300         (do_proto_toplev): Set them to an empty string.
10302         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
10303         (REALLY_SET_LIB_PATH): Use them.
10305 2000-11-17  Stan Shebs  <shebs@apple.com>
10307         * MAINTAINERS: Add self to Write After Approval list.
10309 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10311         * configure: Provide the original toplevel configure arguments
10312         (including $0) to subprocesses in the environment rather than
10313         through gcc/configargs.h.
10315 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10317         * MAINTAINERS: Remove references to cccp. Change C9X reference to
10318         C99.  Alphabetise "Write After Approval" list.
10320 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
10322         * configure: Turn on libstdc++ V3 by default.
10324         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
10325         if we've got GCC.
10327 2000-11-11  Philip Blundell  <philb@gnu.org>
10329         * MAINTAINERS: Add self to Write After Approval list.
10331 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
10333         * ltcf-c.sh (aix4): Improve shared library configuration; require
10334         exporting symbols.
10335         * ltcf-cxx.sh (aix4): Define.
10336         * ltconfig (aix4): Define library and soname specs appropriate for
10337         AIX.  Define command to create export symbols list.
10339 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
10341         * config.sub: Add support for Sun Chorus
10343 2000-10-31  Nick Clifton  <nickc@redhat.com>
10345         * MAINTAINERS: Rename <name>@cygnus.com addresses to
10346         <name>@redhat.com.  Also installed new email address for Clint
10347         Popetz.
10349 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
10351         * etc: Remove directory from GCC.
10353 2000-10-16  Michael Meissner  <meissner@redhat.com>
10355         * configure (gcc/configargs.h): Only create if there is a build GCC
10356         directory created.
10358 2000-10-16  Matthias Klose  <doko@debian.org>
10360         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
10361         when configured for libstdc++-v3.
10363 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
10365         * configure: Save configure arguments to gcc/configargs.h.
10367 2000-10-04  Philipp Thomas  <pthomas@suse.de>
10369         * config.guess: Import CVS version 1.157.
10370         * config.sub: Import CVS version 1.181.
10372 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
10374         * Makefile.in (bootstrap): avoid recursion if subdir missing
10375         (cross): ditto
10376         (do-proto-toplev): ditto
10378 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
10380         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
10381         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
10383         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
10384         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
10385         all affected `configure' scripts.
10387 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
10389         * MAINTAINERS: Add self as cpplib co-maintainer.
10391 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
10393         * MAINTAINERS: Add self to Write After Approval list.
10395 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10397         * INSTALL/README: egcs -> GCC update.
10399 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
10401         * MAINTAINERS: Add myself to Write After Approval list.
10403 2000-09-15  Kazu Hirata  <kazu@hxi.com>
10405         * MAINTAINERS: Add myself to Write After Approval list.
10407 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
10409         * configure.in: Do not build byacc for hppa64.  Provide paths to the
10410         X11 libraries for hppa64.
10412 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10414         * MAINTAINERS: Add myself as 68hc11 port maintainer.
10416 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
10418         * Makefile.in (all-zlib): Added dummy target.
10420         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10421         ltcf-gcj.sh: Updated from libtool multi-language branch.
10423 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
10425         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
10426         (bootstrap*): Depend on all-bootstrap.
10428 2000-09-05  Philipp Thomas  <pthomas@suse.de>
10430         * config.guess: Import CVS version 1.156.
10431         * config.sub: Import CVS version 1.179.
10433 2000-09-02  Anthony Green  <green@cygnus.com>
10435         * Makefile.in (all-gcc): Depend on all-zlib.
10436         (CLEAN_MODULES): Add clean-zlib.
10437         (ALL_MODULES): Add all-zlib.
10438         * configure.in (host_libs): Add zlib.
10440 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
10442         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
10443         crosses, but add gcc/include to the header search path for them.
10445 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
10447         * MAINTAINERS: Add self to Write After Approval list.
10449 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10451         * config.guess: Import CVS version 1.152.
10452         * config.sub: Import CVS version 1.177.
10454 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
10456         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
10457         $targargs to tell whether newlib is going to be built.
10459         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
10460         $$r/TARGET_SUBDIR/libio for _G_config.h.
10462 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
10464         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
10466 2000-08-22  DJ Delorie  <dj@redhat.com>
10468         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
10470 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
10472         * config-ml.in (CC, CXX): Avoid trailing whitespace.
10473         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
10474         sub-configures.
10476 2000-08-21  DJ Delorie  <dj@redhat.com>
10478         * MAINTAINERS: Add self as a libiberty maintainer
10480 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
10482         * configure.in (libstdcxx_flags): Use
10483         libstdc++-v3/src/libstdc++.INC.
10485 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
10487         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
10489 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
10491         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
10493         * configure: Make enable_threads and enable_shared defaults
10494         explicit.  Substitute enable_threads into generated Makefiles.
10495         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
10496         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
10498 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
10500         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
10502 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
10504         * config-ml.in (CC): Remove bogus duplicate quotation mark from
10505         previous delta.
10507 2000-08-11  Jason Merrill  <jason@redhat.com>
10509         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
10510         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
10511         (FLAGS_FOR_TARGET): Not here.
10512         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
10514 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
10516         * config-ml.in (CC, CXX): Don't introduce a leading space.
10518 2000-08-07  DJ Delorie  <dj@delorie.com>
10520         * MAINTAINERS: Add self as a DJGPP maintainer
10522 2000-08-07  DJ Delorie  <dj@redhat.com>
10524         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
10525         "if we're also building gcc, and it's a gcc that will run on the
10526         build machine, we want to use its includes instead of the system's
10527         default includes".
10529 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10531         * MAINTAINERS: Add self to Write After Approval list.
10533 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
10535         * configure.in (libstdcxx_flags): Don't use `"'.
10537         * config-ml.in: Adjust multilib search paths to the
10538         appropriate multilib tree.
10540 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
10542         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
10543         commas in $LANGUAGES.
10545 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
10547         * configure.in: Re-enable all references to libg++ and librx.
10549 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
10551         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
10552         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
10553         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
10554         * ltcf-cxx.sh (need_lc): Set based on postdeps.
10556         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
10558 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
10560         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
10561         CXX_FOR_TARGET for sed.
10563 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
10565         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
10566         Do not override if already set in the environment or in configure.
10567         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
10568         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
10570 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
10572         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
10573         the libtool CVS tree multi-language branch.
10574         * ltconfig, ltmain.sh: Updated.
10576 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
10578         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
10579         (clean-target): Depend on it.
10581         * Makefile.in (FLAGS_FOR_TARGET): New macro.
10582         (GCC_FOR_TARGET): Use it.
10583         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
10584         * configure.in: ... here.
10585         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
10586         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
10588 2000-07-24  Eric Christopher  <echristo@cygnus.com>
10590         * MAINTAINERS: Add self to Write After Approval list.
10592 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
10594         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
10595         (configure-target-libchill, configure-target-libobjc): Likewise.
10597         * configure.in: Use the same cache file for all target libs.
10598         * config-ml.in: But different cache files per multilib variant.
10600 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10602         * configure (topsrcdir): Don't use dirname.
10604 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
10606         * MAINTAINERS: Add self to Write After Approval list.
10608 2000-07-20  Jason Merrill  <jason@redhat.com>
10610         * configure.in: Remove all references to libg++ and librx.
10612         * configure, configure.in, Makefile.in: Unify gcc and binutils.
10614 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
10616         * config.sub: Update to subversions version 2000-07-06.
10618 2000-07-12  Andrew Haley  <aph@cygnus.com>
10620         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
10621         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
10623 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
10625         * symlink-tree:  Check number of arguments.
10627 2000-07-05  Jim Wilson  <wilson@cygnus.com>
10629         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
10630         search path for a g++ extracted from the build tree.  This
10631         will allow link tests run by configure scripts in
10632         subdirectories to succeed.
10634 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
10636         * ltconfig: Add support for mips-dde-sysv4.2MP
10638 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10640         * MAINTAINERS: Add myself as loop discovery maintainer.
10642 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
10644         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
10645         `os2'. Force ac_cv_exeext to be ".exe" in that case.
10647 2000-06-19  Timothy Wall  <twall@cygnus.com>
10649         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
10650         * config.sub: Add tic54x target.
10652 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10654         * MAINTAINERS: Add self as Fortran maintainer,
10655         remove Craig Burley.
10657 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10659         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
10660         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
10662 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
10664         * MAINTAINERS: Add self as i18n maintainer
10666 20000-05-21  H.J. Lu  (hjl@gnu.org)
10668         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
10669         directory are used if they exist. Make sure
10670         $(build_tooldir)/include is searched for header files,
10671         $(build_tooldir)/lib/ for library files.
10672         (GCC_FOR_TARGET): Likewise.
10673         (CXX_FOR_TARGET): Likewise.
10675 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
10677         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
10679 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
10681         * Makefile.in (configure-target-libiberty): Depend on
10682         configure-target-newlib.
10684 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
10686         * configure.in, Makefile.in: Merge all libffi-related
10687         configury stuff from the libgcj tree.
10689 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10691         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10692         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
10694 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10696         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10697         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
10698         current version information.  Add to proto-toplev directory.
10699         (gdb-taz): Build do-djunpack.
10701 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
10703         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
10705 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10707         * MAINTAINERS: Add self to Write After Approval list.
10709 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10711         * ltmain.sh: Preserve in relink_command any environment
10712         variables that may affect the linker behavior.
10714 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
10716         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
10718 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
10720         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
10722 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
10724         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
10725         with the version name.
10727 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
10729         * MAINTAINERS: Add self as bb-reorder maintainer.
10731 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
10733         * config.if: Tweak.
10735 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
10737         * djunpack.bat: New file.
10739 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10741         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
10742         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
10743         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
10744         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
10746 2000-04-16  Dave Pitts  <dpitts@cozx.com>
10748         * config.sub (case $basic_machine): Change default for "ibm-*"
10749         to "openedition".
10751 2000-04-13  Andreas Jaeger  <aj@suse.de>
10753         * MAINTAINERS: Added myself.
10755 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10757         * Makefile.in (gdb-taz): New target.  GDB specific archive.
10758         (do-md5sum): New target.
10759         (MD5PROG): Define.
10760         (PACKAGE): Default to TOOL.
10761         (VER): Default to a shell script.
10762         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
10763         md5 checksum generation.
10764         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
10765         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
10766         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
10767         insight.tar.bz2): Use gdb-taz to create archive.
10769 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10771         * configure (warn_cflags): Delete.
10773 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
10775         * MAINTAINERS: Added myself.
10777 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
10778             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
10780         * configure.in (enable_libstdcxx_v3): Add.
10781         (target_libs): Add bits here to switch between libstdc++-v2 and
10782         libstdc++-v3.
10783         * config.if: And this file too.
10784         * Makefile.in: Add libstdc++-v3 targets.
10786 2000-04-05  Michael Meissner  <meissner@redhat.com>
10788         * config.sub (d30v): Add d30v as a basic machine type.
10790 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
10792         * configure.in: -linux-gnu*, not -linux-gnu.
10794 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10796         * MAINTAINERS: Add self in write-after-approval section.
10798 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
10800         * MAINTAINERS: Add self as ia64 port maintainer.
10802 2000-03-08  Neil Booth  <NeilB@earthling.net>
10804         * MAINTAINERS: Add self in write-after-approval section.
10806 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10808         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
10809         (do-tar-bz2): Replace TOOL with PACKAGE.
10810         (gdb.tar.bz2): Remove GDBTK from GDB package.
10811         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
10812         dejagnu.tar.bz2): New packages.
10814 2000-02-27  Andreas Jaeger  <aj@suse.de>
10816         * configure.in: Add entry for mips*-*-linux*, move catch all
10817         *-*-*linux* entry below this one.
10819 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
10821         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
10823 2000-02-24  Nick Clifton  <nickc@cygnus.com>
10825         * config.sub: Support an OS of "wince".
10827 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10829         * config.guess, config.sub: Updated to match config's 2000-02-15
10830         version.
10832 2000-02-23  Linas Vepstas  <linas@linas.org>
10834         * config.sub: Add support for Linux/IBM 370.
10835         * configure.in: Likewise.
10837 2000-02-22  Nick Clifton  <nickc@cygnus.com>
10839         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
10841 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
10843         * config.guess: Guess "cygwin" rather than "cygwin32".
10845 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10847         * configure (gcc_version): When setting, narrow search to
10848         lines containing `version_string'.
10850 2000-02-15  Denis Chertykov  <denisc@overta.ru>
10852         * config.sub: Add support for avr target.
10854 2000-02-14  Nick Clifton  <nickc@cygnus.com>
10856         * MAINTAINERS: Add maintainers for MCore port.
10858 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
10860         * config.sub: Add mmix-knuth-mmixware.
10862 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10864         * MAINTAINERS: Pair cccp with cpplib maintainership.
10866 2000-01-27  Christopher Faylor  <cgf@redhat.com>
10868         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
10869         structure stuff to -L library search.
10870         (CXX_FOR_TARGET): Ditto.
10871         (CROSS_CHECK_MODULES): Fix spelling mistake.
10873 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
10875         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
10876         the C++ compiler.
10878 2000-01-12  Richard Henderson  <rth@cygnus.com>
10880         * configure.in: Don't build some bits for beos.
10882 2000-01-12  Joel Sherrill (joel@OARcorp.com)
10884         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
10885         as include files.
10887 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
10889         * Add self as cpplib maintainer, as requested by Jason
10890         Merrill.  Correct my e-mail address.
10892 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
10894         * configure.in: Use mt-aix43 to handle *_TARGET defs,
10895         not mh-aix43.
10897 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
10899         * MAINTAINERS: Add myself to "write after approval" list.
10901 1999-12-14  Richard Henderson  <rth@cygnus.com>
10903         * config.guess (alpha-osf, alpha-linux): Detect ev67.
10904         * config.sub: Accept alphaev[78], alphaev8.
10906 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10908         * config.guess, config.sub: Update from autoconf.
10910 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
10912         * MAINTAINERS:  update my playtime e-address.
10914 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10916         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
10917         necessary libraries are missing.
10919 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
10921         * MAINTAINERS: Add new 'write after approval' maintainer.
10923 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10925         * MAINTAINERS: Add new Java maintainer.
10927 1999-10-25  Andreas Schwab  <schwab@suse.de>
10929         * configure: Fix quoting inside arguments of eval.
10931 1999-10-21  Nick Clifton  <nickc@cygnus.com>
10933         * config-ml.in: Allow suppression of some ARM multilibs.
10935 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
10937         * config.guess: Add OS/390 match pattern.
10938         * config.sub: Add mvs, openedition targets.
10939         * configure.in (i370-ibm-opened*): New.
10941 1999-09-04  Steve Chamberlain  <sac@pobox.com>
10943         * config.sub: Add support for configuring for pj.
10945 1999-08-31  Nick Clifton  <nickc@cygnus.com>
10947         * config.sub (maybe_os): Add support for configuring for fr30.
10949 1999-08-25  Nick Clifton  <nickc@cygnus.com>
10951         * configure.in: Do not configure or build ld for AIX
10952         platforms.  ld is known to be broken on these platforms.
10954 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10956         * config-ml.in: Pass compiler flag corresponding to multidirs to
10957         subdir configures.
10959 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
10961         * Makefile.in (LDFLAGS): Define.
10963 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
10965         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
10966         noconfigdirs.
10967         (*-*-cygwin*): Likewise.
10969 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
10971         * mkdep: New file.
10972         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
10973         (BINUTILS_SUPPORT_DIRS): Add mkdep.
10975         From Eli Zaretskii <eliz@is.elta.co.il>:
10976         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
10977         long file name when using DJGPP on MS-DOS.
10979 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
10981         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
10983 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
10985         * Makefile.in (check-target-libio): Remove all-target-libstdc++
10986         dependency as this causes "make check" to globally "make all"
10988 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
10990         * configure.in (target_libs): Added target-zlib.
10991         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
10992         (CONFIGURE_TARGET_MODULES): Likewise.
10993         (CHECK_TARGET_MODULES): Likewise.
10994         (INSTALL_TARGET_MODULES): Likewise.
10995         (CLEAN_TARGET_MODULES): Likewise.
10996         (configure-target-zlib): New target.
10997         (all-target-zlib): Likewise.
10998         (all-target-libjava): Depend on all-target-zlib.
10999         (configure-target-libjava): Depend on configure-target-zlib.
11001         * Makefile.in (configure-target-libjava): Depend on
11002         configure-target-newlib.
11003         (configure-target-boehm-gc): New target.
11004         (configure-target-qthreads): New target.
11006         * configure.in (target_libs): Added target-qthreads.
11007         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
11008         (CONFIGURE_TARGET_MODULES): Likewise.
11009         (CHECK_TARGET_MODULES): Likewise.
11010         (INSTALL_TARGET_MODULES): Likewise.
11011         (CLEAN_TARGET_MODULES): Likewise.
11012         (all-target-qthreads): New target.
11013         (configure-target-libjava): Depend on configure-target-qthreads.
11014         (all-target-libjava): Depend on all-target-qthreads.
11016         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
11017         (CONFIGURE_TARGET_MODULES): Likewise.
11018         (CHECK_TARGET_MODULES): Likewise.
11019         (INSTALL_TARGET_MODULES): Likewise.
11020         (CLEAN_TARGET_MODULES): Likewise.
11021         (all-target-libjava): New target.
11022         (all-target-boehm-gc): Likewise.
11023         * configure.in (target_libs): Added libjava, boehm-gc.
11025 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
11027         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
11028         configure.bat in SUPPORT_FILES.
11029         (gas+binutils.tar.bz2): Likewise.
11031         * makeall.bat: Remove; obsolete.
11033 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
11035         From Mark Elbrecht:
11036         * configure.bat: Remove; obsolete.
11038 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
11040         * configure: Add -W -Wall to the default CFLAGS when compiling with
11041         gcc.
11043 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
11045         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
11047 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
11049         * configure.in: Build ld on IRIX6.
11051 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
11053         * Makefile.in: Change distribution targets to use bzip2 instead of
11054         gzip.
11055         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
11056         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
11058 1999-06-04  Nick Clifton  <nickc@cygnus.com>
11060         * config.sub: Add mcore target.
11062 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
11064         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
11066 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
11068         * config.guess (dummy): Changed to $dummy.
11070 1999-05-24  Nick Clifton  <nickc@cygnus.com>
11072         * config.sub: Tidied up case statements.
11074 1999-05-22  Ben Elliston  <bje@cygnus.com>
11076         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
11077         <jiro@din.or.jp>.
11079         * config.guess: Merge with FSF version. Future changes will be
11080         more accurately recorded in this ChangeLog.
11081         * config.sub: Likewise.
11083 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
11085          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
11087 1999-04-30  Tom Tromey  <tromey@cygnus.com>
11089         * ltmain.sh: [mode link] Always use CC given by ltconfig.
11091 1999-04-23  Tom Tromey  <tromey@cygnus.com>
11093         * ltconfig, ltmain.sh: Update to libtool 1.2f.
11095 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
11097         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
11098         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
11099         Bad merge removed these two changes.
11101 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
11102                           Martin Heller (Ing.-Buero_Heller@t-online.de)
11104         * config.guess (interix Alpha): Add.
11106 1999-04-11  Richard Henderson  <rth@cygnus.com>
11108         * configure.in (i?86-*-beos*): Do config gperf; don't config
11109         gdb, newlib, or libgloss.
11111 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
11113         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
11114         link a trivial program with -mabi=64.  If it fails, remove mabi=64
11115         from multidirs.
11117 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
11119         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
11121 1999-04-08  Nick Clifton  <nickc@cygnus.com>
11123         * config.sub: Add support for mcore targets.
11125 1999-04-07  Michael Meissner  <meissner@cygnus.com>
11127         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
11128         not mt-ospace, in order to shut up assembler warning about using
11129         symbols that are named the same as registers.
11131 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
11133         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
11134         dependency list for all-target-cygmon.
11136 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
11138         * config-ml.in: Check $host, not $target, for selective multilibs.
11139         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
11140         thumb interworking, and underscore prefix multilibs.
11142 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
11144         * missing: Update to version from current automake.
11146 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
11148         * configure (gxx_include_dir): Removed.
11150         * configure.in (gxx_include_dir): Handle it.
11151         * Makefile.in: Likewise.
11153 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
11155         * config.sub (mips64vr4111,mips64vr4111el) Add.
11157 1999-03-21  Ben Elliston  <bje@cygnus.com>
11159         * config.guess: Correct typo for detecting ELF on FreeBSD.
11161 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
11163         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
11164         config/mh-djgpp.
11166 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
11168         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
11169         all-target-newlib to dependency list for all-target-bsp.
11171 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11173         * config.sub: Add i386-uwin support.
11174         * config.guess: Likewise.
11176 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11178         * configure.in: cleanup, add mh-*pic handling for arm, special
11179         case powerpc*-*-aix*
11181 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
11183         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
11184         can be built.
11186 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
11188         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
11189         targets.
11191 1999-03-02  Nick Clifton  <nickc@cygnus.com>
11193         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
11195 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
11197         * config.sub: Check for "cygwin*" rather than "cygwin32*"
11199 1999-02-24  Nick Clifton  <nickc@cygnus.com>
11201         * config.sub: Fix typo in arm recognition.
11203 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
11205         * configure.in (noconfigdirs): Changed target_configdirs to
11206         include target-bsp only for m68k-*-elf* and m68k-*-coff*
11207         rather than m68k-*-* since it is not known to work on
11208         m68k-aout. Ditto for arm-*-*oabi.
11210 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
11212         * configure.in (*-*-windows*): Remove, no longer used.
11214 1999-02-19  Ben Elliston <bje@cygnus.com>
11216         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
11217         Smart and improved by Andrew Cagney.
11219 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
11221         * config.guess: Recognize openbsd-*-hppa.
11223 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
11225         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
11226         only if it is not empty.
11228 1999-02-17  Nick Clifton  <nickc@cygnus.com>
11230         Patch from: Scott Bambrough <scottb@corelcomputer.com>
11232         * config.guess: Modified to recognize uname's armv* syntax.
11234         * config.sub: Modified to recognize uname's armv* syntax.
11236 1999-02-17  Mark Salter  <msalter@cygnus.com>
11238         * configure.in: Added target-bsp for sparclite.
11240 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
11242         * config.sub: Recognize alphapca5[67] and up to alphaev8.
11244 1999-02-08  Nick Clifton  <nickc@cygnus.com>
11246         * configure.in: Add support for strongarm port.
11247         * config.sub: Add support for strongarm target.
11249 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11251         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
11252         the old name config/mh-cygwin32.
11253         Enable texinfo.
11255 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
11257         * configure.in: Do build ld for ix86 Solaris.
11259 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
11261         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
11262         $AR_FOR_TARGET.  Likewise for RANLIB.
11264 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
11266         * config.sub (oabi):  Recognize.
11267         * configure.in (arm-*-oabi):  Handle.
11269 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
11271         * config.guess: Improve detection of i686 on UnixWare 7.
11273 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11275         * config.guess: Add support for i386-pc-interix.
11276         * config.sub: Likewise.
11277         * configure.in: Likewise.
11279 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
11281         * Makefile.in: Remove unneeded all-target-libio from
11282         from all-target-winsup target since it is now unneeded.
11283         Add all-target-libtermcap in its place since it is now
11284         needed.
11286 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
11288         * configure.in: makefile stub for cygwin target is probably
11289         unnecessary.  Remove it for now.
11291 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
11293         * configure.in: libtermcap.a should be built when cygwin is the
11294         target as well as the host.
11295         * config.guess: Allow mixed case in cygwin uname output.
11296         * Makefile.in: Add libtermcap target.
11298 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
11300         * config.sub: Clean up handling of hppa2.0.
11302 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
11304         * config.guess: Use C code to identify more HP machines.
11306 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
11308         * config.sub: Handle hppa2.0.
11310 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
11312         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
11313         cygmon for all sparclite targets, regardless of object format.
11315 1998-12-15  Mark Salter  <msalter@cygnus.com>
11317         * configure.in: Added target-bsp for several target architectures.
11319         * Makefile.in: Added rules for bsp.
11321 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
11323         * config.guess: Improve detection of hppa2.0 processors.
11325 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
11327         * config.guess: Recognize FreeBSD using ELF automatically.
11329 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
11331         * configure (skip-this-dir): Add handling for new shell script, which
11332         might be created by a sub-directory's configure to indicate, this particular
11333         directory is "unwanted".
11334         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
11336 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
11338         * ltconfig: import from libtool, after changing libtool to
11339         account for the cygwin name change.
11341 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
11343         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
11344         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
11346 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
11348         * configure.in: Add libtermcap to list of cygwin dependencies.
11350 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
11352         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
11353         they include winsup/include when it's a cygwin target.
11355 1998-11-12  Tom Tromey  <tromey@cygnus.com>
11357         * configure.in (host_tools): Added zip.
11358         * Makefile.in (all-target-libjava): Depend on all-zip.
11359         (all-zip): New target.
11360         (ALL_MODULES): Added all-zip.
11361         (NATIVE_CHECK_MODULES): Added check-zip.
11362         (INSTALL_MODULES): Added install-zip.
11363         (CLEAN_MODULES): Added clean-zip.
11365 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
11367         * Makefile.in: lose "32" from comment about cygwin.
11369 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
11371         * configure.in: Use -Os to build target libraries for the fr30.
11373 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
11375         * config.sub: Add fr30.
11377 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
11379         * configure.in: drop "32" from config/mh-cygwin32.  Check
11380         cygwin* instead of cygwin32*.
11381         * config.sub: Check cygwin* instead of cygwin32*.
11383 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
11385         * config.guess: Match any version of Unixware7.
11387 1998-10-20  Syd Polk  <spolk@cygnus.com>
11389         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
11390         if desired.
11392 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
11394         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
11395         these if the appropriate directories and files to not exist.
11397 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
11399         * Makefile.in (DEVO_SUPPORT): Add config.if.
11401 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11403         * configure: Add pattern to replace "build_tooldir"'s
11404         definition in the generated Makefile with "tooldir"'s
11405         actual value.
11407 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
11409         * config.sub: Bring back lost sparcv9.
11411         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
11413 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
11415         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
11416         CC_FOR_TARGET and friends.
11418 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
11420         * Makefile.in (build_tooldir): New variable, same as tooldir.
11421         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
11422         -B$(build_tooldir)/bin/.
11423         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
11425 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11427         * README: Remove installation instructions and refer to the
11428         INSTALL directory instead.
11430 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
11432         * config.sub: Add support for i[34567]86-pc-udk.
11433         * configure.in: Likewise.
11435 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
11437         * Makefile.in: add bzip2 package building bits for user
11438         tools module
11439         * configure.in: ditto
11441 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
11443         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
11444         (ALL_TARGET_MODULES): Add all-target-libobjc.
11445         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11446         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11447         (all-target-libchill): Add dependencies.
11448         * configure.in (target_libs): Add libchill.
11450 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
11452         * configure.in (target_subdir): Remove duplicate line.
11454 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
11456         * Makefile.in (all-automake): fix dependencies.
11458 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
11460         * configure.in: Minor cleanups for building in the $(target_alias)
11461         subdir.
11463 1998-09-22  Jim Wilson  <wilson@cygnus.com>
11465         * Makefile.in (bootstrap): Set r and s before make all.  Use
11466         BASE_FLAGS_TO_PASS in make all.
11467         (cross): Likewise.
11469 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
11471         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
11473 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
11475         * config.sub: Fix typo in last change.
11477 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11479         * config.sub: Add support for C4x target.
11480         * configure.in: Likewise.
11482 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
11484         * config.sub: Recognize sparcv9 just like sparc64.
11486 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
11488         * config.guess: Match "Pent II" or "PentII" for OpenServer.
11490 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
11492         * config.guess: Correctly identify Pentium II sco boxes.
11494         * config.guess: Fix "tr" code.  From Weiwen Liu.
11496 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
11498         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
11499         stabs.
11501 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
11503         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
11504         (ALL_TARGET_MODULES): Add all-target-libchill.
11505         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11506         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11507         (all-target-libchill): Add dependencies.
11508         * configure.in (target_libs): Add libchill.
11510 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
11512         * config.guess: Avoid assumptions about "tr" behaves when
11513         LANG is set to something other than English.
11515 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
11517         * configure (gxx_include_dir): Changed to
11518         '${prefix}/include/g++'-${libstdcxx_interface}.
11520         * config.if: New to determine the interfaces.
11522 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
11524         * config.guess: Detect and handle MPE/IX.
11525         * config.sub: Deal with MPE/IX.
11527 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
11529         * configure.in: Use mh-aix43.
11531 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
11533         * configure: Fix --without/--disable cases for gxx-include-dir.
11535 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
11537         * mdata-sh:  Imported.  Needed for automake support.
11539 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
11541         * Makefile.in (taz): Try "chmod -R og=u ." before
11542         "chmod og=u `find . -print`".
11544 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
11546         * configure.in: Add arm-elf and thumb-elf support.
11548 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
11550         * Makefile.in: Undo previous patch.
11552 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
11554         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
11555         to here ...
11556         (install-no-fixedincludes): and here
11557         (INSTALL_MODULES): ... from here.
11559 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11561         * config.sub: Merge with FSF.
11563         * config.guess: Merge with FSF.
11565 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
11567         * configure (extraconfigdirs): New variable.
11568         (SUBDIRS): Add extraconfigdirs and recurse on them too.
11569         * Makefile.in (all): Move higher in file.
11570         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
11571         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
11572         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
11573         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
11574         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
11576 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
11578         * Makefile.in (all-target-libjava): Depend on all-gcc and
11579         all-target-newlib.
11580         (configure-target-libjava): Depend on $(ALL_GCC).
11582 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
11584         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
11585         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
11587 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
11589         * INSTALL/README: Fix typo.
11591 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11593         * ylwrap: Change absolute path checks to check for DOS style path
11594         names.
11596         * ylwrap: Don't use a full path name if the source file is in the
11597         same directory.  From hjl@lucon.org (H.J. Lu).
11599         * config-ml.in: Default to being verbose, to match Feb 18 change to
11600         configure.
11602 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
11604         Brought over from egcs:
11606         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
11608         * configure.in (target_subdir): Set to ${target_alias} instead
11609         of "libraries".
11611         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11613         * configure.in (target_subdir): Set to libraries if enable_multilib.
11615 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
11617         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
11618         multilibs, force reconfiguration the first time we create
11619         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
11621 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
11623         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
11624         avoid confusion with --no-recursion.
11626 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
11628         * configure.in: Win32 hosts shouldn't use install -x
11629         * install-sh: remove -x option, and special .exe-handling
11630         hack.
11632 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
11634         * config.guess: Recognize i586-pc-beos.
11635         * configure.in: Don't build some bits for beos.
11637 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11639         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
11640         CFLAGS default to -O2.
11642         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
11643         when using GNU ld.
11645 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
11647         * ltmain.sh: Correct install when using a different shell.
11649 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11651         * ltconfig, ltmain.sh: Update to libtool 1.2b.
11653 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
11655         * makefile.vms: Update to build binutils/makefile.vms.  Add install
11656         target.
11658 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
11660         * ltconfig: Update to correct AIX handling.
11662 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
11664         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
11666         * configure.in (target_subdir): Set to ${target_alias} instead
11667         of "libraries".
11669 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
11671         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
11672         (Makefile): Depend on $(gcc_version_trigger).
11674         * configure (gcc_version): Change default initializer to empty
11675         string.
11676         (gcc_version_trigger): New variable; pass this variable down
11677         to subdir configures to enable them checking gcc's version
11678         themselves. Emit make macros for both gcc_version vars.
11679         (topsrcdir): Initialize reliably.
11680         (recursion line): Remove --with-gcc-version=${gcc_version}.
11682 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11684         * configure (enable_version_specific_runtime_libs): Implement new flag
11685         --enable-version-specific-runtime-libs which installs C++ runtime stuff
11686         in $(libsubdir); emit definition in each generated Makefile.
11687         (gxx_include_dir): Initialize depending on
11688         $enable_version_specific_runtime_libs.
11690 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11692         * configure (gcc_version): Initialize properly depending on
11693         how and where configure is started.
11694         (recursion line): Pass a --with-gcc-version=${gcc_version}
11695         to configures in subdirs.
11697 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
11699         * configure.in (noconfigdirs): Add configure pattern for mips tx39
11700         cygmon
11702 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
11704         * configure.in: Add cygmon and libstub support for mn10200.
11706 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
11708         * configure (gcc_version): Add new variable describing the
11709         particular gcc version we're building.
11710         * Makefile.in (libsubdir): Add new macro for the directory
11711         in which the compiler finds executables, libraries, etc.
11712         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
11713         and libsubdir.
11715 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11717         * Makefile.in (local-clean): Remove *.log.
11718         (warning.log): Built with warn_summary from build.log.
11719         (mail-report.log): Run test_summary.
11720         (mail-report-with-warnings.log): Run test_summary including
11721         warning.log in the report.
11723 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
11725         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
11727 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11729         * Makefile.in (grep): Grep no longer depends on libiberty.
11731 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
11733         * Makefile.in: all-snavigator needs all-libgui.
11735 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
11737         * configure.in: Add cygmon and libstub support for mn10300.
11739 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
11741         * missing: Update to version from automake 1.3.
11743         * ltmain.sh: On installation, don't get confused if the same name
11744         appears more than once in the list of library names.
11746 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11748         * config.sub: Accept m68060 and m5200 as CPU names.
11750 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
11752         * configure: Use && rather than using -a in test, because odd
11753         strings can confuse test.
11754         * configure.in: Likewise.
11756 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11758         * ltconfig, ltmain.sh: Bring in Visual C++ support.
11760 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11762         * Makefile.in (boostrap2-lean, bootstrap3-lean,
11763         bootstrap4-lean): New targets.
11765 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
11767         * mpw-* Delete.  Not used.
11769 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
11771         * COPYING.LIB: Update FSF address.
11773 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
11775         * ltconfig, ltmain.sh: Update to libtool 1.2a.
11777         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
11778         GAS_SUPPORT_DIRS.
11780 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
11782         * ltconfig, ltmain.sh: Avoid producing a version number if
11783         -version-info was not used.
11785 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11787         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
11788         building with newlib.
11790 1998-04-30  Paul Eggert  <eggert@twinsun.com>
11792         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
11793         Solaris `make' causes it to continue to next definition.
11795 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11797         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
11798         the right GUI libraries and files are installed along with GDB.
11800 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11802         * configure.in: Change alpha to alpha* in several places.
11804 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
11806         * config.sub: Recognize sparc86x.
11808 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
11810         * configure.in (--enable-target-optspace): Remove debug echo.
11812 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
11814         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
11816 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11818         * ltconfig: Update cygwin32 support.
11820         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
11821         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
11822         (GDB_SUPPORT_DIRS): Likewise.
11824 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
11826         * configure.in (target_makefile_frag): If --enable-target-optspace,
11827         use -Os to compile target libraries rather than -O2.  Default to
11828         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
11829         not used.
11830         * configure.in (target_cflags): Ditto for d30v.
11832 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
11834         * Makefile.in (all-bfd): Depend on all-intl.
11835         (all-binutils): Likewise.
11836         (all-gas): Likewise.
11837         (all-gprof): Likewise.
11838         (all-ld): Likewise.
11840 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
11842         * configure.in (host_tools): Fix typo, lbtool -> libtool.
11844 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11846         * Makefile.in (all-bfd): Depend upon all-libiberty.
11848         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
11850 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
11852         * Makefile.in: Add libstub.
11854         * configure.in: Ditto. Build libstub for targets that have cygmon
11855         support.
11857 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
11859         * configure.in: Don't set PICFLAG on ix86-cygwin32.
11861 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
11863         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
11864         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
11866 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
11868         * configure: Define DEFAULT_M4 by searching PATH.
11869         * Makfile.in: Use DEFAULT_M4.
11871 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11873         * ltconfig: Add cygwin32 support.
11875         * Makefile.in, configure.in: Add libtool as a native only directory
11876         to configure and build.
11878 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
11880         * Makefile.in (INSTALL_MODULES): Remove texinfo.
11882 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
11884         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
11886 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
11888         * Makefile.in: add ash make rules
11889         * configure.in: add ash to native_only and host_tools lists
11891 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
11893         * Makefile.in (all-gettext, all-intl): New targets.
11894         (ALL_MODULES): Added all-gettext, all-intl.
11895         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
11896         (INSTALL_MODULES): Added install-gettext, install-intl.
11897         (CLEAN_MODULES): Added clean-gettext, clean-intl.
11899         * configure.in (host_tools): Added gettext.
11900         (native_only): Likewise.
11901         (noconfigdirs) [various cases]: Likewise.
11902         (host_libs): Added intl.
11904 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
11906         * configure: Do not disable building gdbtk for cygwin32 hosts.
11908 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
11910         * configure.in: Add thumb-coff target.
11911         * config.sub: Add thumb-coff target.
11913 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11915         * Makefile.in: Revert yesterday's change.
11916         (all-target-winsup):  all-target-librx stays out of here.
11918 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11920         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
11921         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
11922         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
11923         Remove references to librx and libg++.
11925 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
11927         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
11928         recursive makes
11930 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
11932         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
11933         for newlib directory.
11934         (CXX_FOR_TARGET): Likewise.
11936 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
11938         * ltconfig: Update after libtool/ltconfig.in change for
11939         hpux11.
11941 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
11943         * ltconfig, ltmain.sh: Update to libtool 1.2.
11945 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11947         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
11948         (install-gcc-cross): Instead, override LANGUAGES here.
11950 1998-03-18  Dave Love  <d.love@dl.ac.uk>
11952         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
11953         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
11955 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
11957         * configure.in: Add Thumb-pe target.
11959 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
11961         * Makefile.in - changed sn targets to snavigator
11962         * configure.in - changed sn targets to snavigator
11964 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11966         * config-ml.in: After building symlink tree call make distclean
11967         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
11968         to be the case for libiberty.
11970 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
11972         * configure: When making link, also check the current
11973         directory. The configure scripts may create one.
11975 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
11977         * config.sub: Accept alphapca56 and alphaev6 properly.
11979 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11981         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
11983 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
11985         * config.sub (sco5): Fix typo.
11987 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
11989         * Makefile.in (INSTALL_MODULES): Move install-tcl before
11990         install-itcl.
11991         (install-itcl): Remove dependency on install-tcl.
11993 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
11995         * configure.in: Remove libgloss from noconfigdirs for MN10300.
11997 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
11999         * configure.in: Don't build libgui for a cygwin32 target when not on
12000         a cygwin32 host.
12002 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12004         * configure (redirect): Set to null, so default behavior of
12005         configure is now --verbose.
12007 1998-02-16  Dave Love  <d.love@dl.ac.uk>
12009         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
12010         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
12012 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
12014         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
12015         this change to sync Makefile.in with its ChangeLog entries.
12017 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
12019         * ltmain.sh (mkdir): Check that the directory doesn't exist
12020         before we exit with error, so that we don't get races during
12021         parallel builds.
12023 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
12025         * ltconfig, ltmain.sh: Update from libtool 1.0i.
12027 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12029         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
12030         PICFLAG_FOR_TARGET.
12031         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
12033         * configure: Emit a definition for the new macro enable_shared
12034         into each Makefile.
12036 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12038         * configure.in (host_tools, native_only): Add libtool.
12040 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
12042         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
12043         Fix typo in ming config comment.
12045 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
12047         * ltconfig, ltmain.sh: Update from libtool 1.0h.
12049 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
12051         * config.sub: Add tic30 cases, and map c30 to tic30.
12053 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
12055         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
12056         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
12057         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
12058         (CLEAN_TARGET_MODULES): Similarly
12059         (all-target-libf2c): Add dependences.
12060         * configure.in (target_libs): Add libf2c.
12062 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
12064         * configure.in: Remove expect from noconfigdirs when target
12065         is cygwin32.  OK to build expect and dejagnu with Canadian
12066         Cross.
12068 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
12070         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
12071         host.
12073         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
12074         and mingw32.
12076 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12078         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
12079         here as it is not defined in the toplevel Makefile.
12081 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12083         * configure (package_makefile_rules_frag): New variable, which names
12084         a file with generic rules, ...
12085         Change comment to mention we now have FIVE parts.
12086         * configure: Undo last change.
12088 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
12090         * config.guess: More accurate determination of HP processor types.
12091         * config.sub: More accurate determination of HP processor types.
12093 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12095         * configure (package_makefile_frag): Move inserting the
12096         ${package_makefile_frag} to where it should be according
12097         to the comment.
12099 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
12101         * config.guess: Add support for Linux/ARM.
12103 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
12105         * .cvsignore: Remove *-info and *-install since they match
12106         release-info and mpw-install, which we don't want to just ignore.
12108 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
12110         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
12112 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
12114         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
12115         local_prefix to sub-make invocations.
12117 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
12119         * configure.in: Check makefile fragments in the source
12120         directory.
12122 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
12124         * configure.in: Check whether host and target makefile
12125         fragments exist before adding them to *_makefile_frag.
12127 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
12129         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
12131 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
12133         * configure.in: Make sure we only replace RPATH_ENVVAR on
12134         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
12135         regexp to sed.
12137         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
12138         to sub-makes.
12140 1998-01-13  Lee Iverson   (leei@ai.sri.com)
12142         * config-ml.in (multi-do): LDFLAGS must include multilib
12143         designator.
12145 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
12147         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
12149 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
12151         * config.sub: Add mingw32 support.
12152         * configure.in: Likewise.
12154 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
12156         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
12158 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
12160         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12161         * configure (gxx_include_dir): Provide a definition for subdirs
12162         which do not use autoconf.
12164 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
12166         * config.guess: Sync with egcs.  Picks up new alpha support,
12167         BeOS & some additional linux support.
12169 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
12171         * config.guess: HP 9000/803 is a PA1.1 machine.
12173 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
12175         * configure.in: It's alpha*-...
12177 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
12179         * configure.in (host_makefile_frag, target_makefile_frag):
12180         Handle multiple config files.
12181         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
12182         alpha-*-*.
12184 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
12186         * mkdep: New file.
12188 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
12190         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
12192 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
12194         * Makefile.in: Add libgui directory.
12195         (GDB_TK): Add all-libgui.
12196         * configure.in: Add libgui directory.
12197         * configure: Add all-libgui to GDB_TK.
12199 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
12201         * config-ml.in (multidirs): Add m32r to multilib list.
12203 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
12205         * Makefile.in (all-target-gperf): Change dependency to
12206         all-target-libstdc++.
12208 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
12210         * config.guess: Add BeOS support.
12212 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
12214         Source directory cvs renamed to cvssrc:
12215         * configure.in (host_tools): Change cvs to cvssrc.
12216         (native_only): Likewise.
12217         (noconfigdirs) [various cases]: Likewise.
12218         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
12219         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
12220         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
12221         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
12222         (all-cvssrc): Rename target from all-cvs.
12224 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
12226         * configure (gxx_include_dir): Fix thinko.
12228 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
12230         * Makefile.in (INSTALL_TARGET_CROSS): Define.
12231         (install-cross, install-gcc-cross): New targets.
12233 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
12235         * configure.in (noconfigdirs): Add support for Thumb target.
12237         * config.sub (maybe_os): Add support for Thumb target.
12239 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
12241         * Makefile.in: Add rules for cygmon.
12243         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
12245 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
12247         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12248         * configure (gxx_include_dir): Provide a definition for subdirs
12249         which do not use autoconf.
12251 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
12253         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
12254         11/18/97 build
12256 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
12258         * From Franz Sirl.
12259         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
12260         found on RedHat Linux systems.
12262 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
12264         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
12265         guesses.
12267 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
12269         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
12271 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
12273         * ltmain.sh: If mkdir fails, check whether the directory was created
12274         anyhow by some other process.
12276 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
12278         * configure.in (d30v-*-*): Configure all directories.
12280 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
12282         * configure.in (d30v-*-*): Configure newlib, libiberty directories
12283         for the D30V.
12285 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
12287         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
12289 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
12291         * include/libiberty.h: Add extern "C" { so it can be used with C++
12292         progrms.
12293         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
12294         programs.
12296 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
12298         * configure.in (d30v-*-*): Configure GCC now.
12300 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
12302         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
12303         is no longer needed.
12305 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
12307         * Makefile.in: check-target-libio depends on all-target-libstdc++.
12309 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
12311         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
12312         targets using "$@" to provide support for similar but not identical
12313         targets without having to duplicate code.
12315 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
12317         * makefile.vms: Fix to work with DEC C.
12319 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
12321         * config.sub: Add mips-tx39-elf to marketing names.
12323 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
12325         * ltmain.sh: Handle symlinks in generated script.
12327 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
12329         * configure: Handle autoconf style directory options: --bindir,
12330         --datadir, --includedir, --infodir, --libdir, --libexecdir,
12331         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
12332         --sysconfdir.
12333         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
12334         (sharedstatedir, localstatedir, oldincludedir): New variables.
12335         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
12336         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
12337         sbindir, sharedstatedir, and sysconfdir.
12339 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
12341         * Makefile.in (bootstrap-lean): New target.
12343 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
12345         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
12346         sn, and gnuserv from noconfigdirs.
12348 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
12350         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
12352 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
12354         * Makefile.in (cross): New target.
12356 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
12357                           Jeff Law         <law@cygnus.com>
12359         * Makefile.in (bootstrap2, bootstrap3): New targets.
12360         (all-bootstrap): Remove outdated and confusing target.
12361         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
12363 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12365         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
12366         windows.  Consistent with gdb/configure.
12368 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
12370         * configure.in: Name Linux target fragment.
12372         * configure: Rewrite so that project Makefile fragment is inserted
12373         first and appears last in the resulting Makefile.
12375 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12377         * Makefile.in (install-itcl): Install tcl first.
12379 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
12381         * configure.in: remove bison from noconfigdirs for Cygwin32 host
12383 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
12385         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
12387         * configure.in (skipdirs): Add target-librx for Linux.
12388         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
12390 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
12392         * Makefile.in (bootstrap): New target.
12394 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
12396         * config.sub: Accept 'amigados' for backward compatibility.
12398 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
12400         * config.guess: Merge with FSF.
12402 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
12404         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
12406 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
12408         * config.sub: Add "marketing-names" patch.
12410 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
12412         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
12414 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
12416         * config.sub: Handle v850-elf.
12418 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
12420         * .cvsignore (*-install): Remove.
12422 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
12424         * ltconfig: Set CONFIG_SHELL in libtool.
12425         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
12427 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
12429         * configure.in (target_subdir): Set to libraries if enable_multilib.
12431 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
12433         * config.guess: Update from gcc directory.
12435 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12437         * Makefile.in (all-sim): Depends on all-readline.
12439 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
12441         * Makefile.in (BISON, YACC): Use $$s.
12442         (all-bison): Depend on all-texinfo.
12444 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
12446         * Makefile.in (BISON): Add -L flag.
12447         (YACC): Likewise.
12449 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
12451         * configure.in (noconfigdirs): Add support for v850e target.
12453         * config.sub (maybe_os): Add support for v850e target.
12455 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
12457         * configure.in (noconfigdirs): Add support for v850ea target.
12459         * config.sub (maybe_os): Add support for v850ea target.
12461 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
12463         * config.sub: Add mipstx39.  Delete r3900.
12465 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12467         * Makefile.in (all-autoconf): Depends on all-texinfo.
12469 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
12471         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
12472         eabi targets.
12474 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
12476         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
12478         * configure: When handling a Canadian Cross, handle YACC as well as
12479         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
12480         * Makefile.in (all-bison): Depend upon all-texinfo.
12482 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
12484         * Makefile.in (BISON): bison, not byacc or bison -y.
12485         (YACC): bison -y or byacc or yacc.
12486         (various): Add *-bison as appropriate.
12487         (taz): No need to mess with BISON anymore.
12489 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
12491         * configure: If OSTYPE matches *win32*, try to find a good value for
12492         CONFIG_SHELL.
12494 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
12496         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
12497         configure.in if it is present.
12499 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
12501         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
12503 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
12505         * config.sub: Recognize `arc' cpu.
12506         * configure.in: Likewise.
12507         * config-ml.in: Likewise.
12509 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
12511         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
12513 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
12515         * configure: Changed sed delimiter from ':' to '|' when
12516         attempting to substitute ${config_shell} for SHELL. On
12517         NT ${config_shell} may contain a ':' in it.
12519 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
12521         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
12523 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
12525         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
12527 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
12529         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
12531         * ylwrap: If the program is a relative path, force it to be
12532         absolute.
12534 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12536         * configure (tooldir): Set BISON to `bison -y' and not just bison.
12538 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12540         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
12541         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
12542         for libraries.
12544 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
12546         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
12547         separated by spaces.
12549 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
12551         * ylwrap: New file.
12552         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
12554         * ltmain.sh: Handle /bin/sh at start of install program.
12556         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
12558         * ltconfig, ltmain.sh: New files, from libtool 1.0.
12559         * missing: New file, from automake 1.2.
12561 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
12563         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
12564         check-tk to CHECK_X11_MODULES.
12566 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
12568         * config.sub: Merge with FSF.
12570 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
12572         * config.guess: Merge with FSF.
12574 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
12576         * configure: Treat msdosdjgpp like go32.
12577         * configure.in: Likewise.  Don't remove gprof for go32.
12579         * configure: Change Makefile.tem2 to Makefile.tm2.
12581 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
12583         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
12585 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12587         * install-sh (chmodcmd): Set to null if the DST directory already
12588         exists.  Same as Nov 11th change.
12590 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
12592         * configure (GDB_TK): Needs itcl and tix.
12594 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
12596         * config.guess: Update from FSF.
12598 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
12600         * Makefile.in (GDB_TK): Depend on itcl and tix.
12602 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
12604         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
12605         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
12606         (INSTALL_SCRIPT): New variable.
12607         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
12608         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
12609         to -x.
12610         * install-sh: Add support for -x option.
12612 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
12614         * configure.in, Makefile.in: Treat tix like itcl.
12616 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
12618         * Makefile.in (WINDRES): New variable.
12619         (WINDRES_FOR_TARGET): New variable.
12620         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
12621         (EXTRA_HOST_FLAGS): Add WINDRES.
12622         (EXTRA_TARGET_FLAGS): Add WINDRES.
12623         (EXTRA_GCC_FLAGS): Add WINDRES.
12624         ($(DO_X)): Pass down WINDRES.
12625         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
12626         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
12627         DLLTOOL_FOR_TARGET.
12629 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
12631         * configure.in: configure sim before gdb for win32-x-ppc
12633 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12635         Move gperf into the toplevel, from libg++.
12636         * configure.in (target_tools): Add target-gperf.
12637         (native_only): Add target-gperf.
12638         * Makefile.in (all-target-gperf): New target, depend on
12639         all-target-libg++.
12640         (configure-target-gperf): Empty rule.
12641         (ALL_TARGET_MODULES): Add all-target-gperf.
12642         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
12643         (CHECK_TARGET_MODULES): Add check-target-gperf.
12644         (INSTALL_TARGET_MODULES): Add install-target-gperf.
12645         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
12647 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
12649         * config.sub (mn10200): Recognize new basic machine.
12651 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12653         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
12654         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
12656 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12658         * configure.in: If we're building mips-sgi-irix6* native, turn on
12659         ENABLE_MULTILIB and set TARGET_SUBDIR.
12661 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
12663         * Makefile.in (all-sn): Depend on all-grep.
12665 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
12667         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
12669         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
12670         Makefile.  From Jeff Makey <jeff@cts.com>.
12671         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
12673         * Makefile.in (DISTBISONFILES): Remove.
12674         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
12675         $(DEFAULT_YACC).
12677         * configure.in: Build itl, db, sn, etc., when building for native
12678         cygwin32.
12680         * Makefile.in (LD): New variable.
12681         (EXTRA_HOST_FLAGS): Pass down LD.
12682         ($(DO_X)): Likewise.
12684 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
12686         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
12688 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
12690         * configure.in (targargs): Strip out any supplied --build argument
12691         before adding our own. Always add --build.
12693 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
12695         * configure.in (targargs): Pass --build if we're doing
12696         a cross-compile.
12698 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
12700         * configure: Use '|' instead of ":" as the separator in
12701         sed. Otherwise sed chokes on NT path names with drive
12702         designators. Also look for "?:*" as the leading characters in an
12703         absolute pathname.
12705 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
12707         * config.sub: Support for r3900.
12709 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
12711         * configure.in: Use install-sh, not install.sh.
12713 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
12715         * Makefile.in (taz): Improve check for BISON so it doesn't try to
12716         apply it twice.
12718 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
12720         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
12721         install-binutils.
12723 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
12725         * Makefile.in: Add automake targets.
12726         * configure.in (host_tools): Add automake.
12728 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12730         * configure: Default CXX to c++, not gcc.
12731         * Makefile.in (CXX): Set to c++, not gcc.
12732         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
12734 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
12736         * install-sh: try appending a .exe if source file doesn't
12737         exist
12739 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
12741         * configure.in: Turn on multilib by default.
12742         (cross_only): Remove target-libiberty.
12744         * Makefile.in (all-gcc): Don't depend on libiberty.
12746 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
12748         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
12750 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12752         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
12753         (DISTBISONFILES): Add ld/Makefile.in
12755 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
12757         * configure.in: if target is cygwin32 but host isn't cygwin32,
12758         don't configure gdb tcl tk expect, not just gdb.
12760 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
12762         * configure.in: Added gnuserv everywhere sn appears.
12764         * Makefile.in (ALL_MODULES): Added all-gnuserv.
12765         (CROSS_CHECK_MODULES): Added check-gnuserv.
12766         (INSTALL_MODULES): Added install-gnuserv.
12767         (CLEAN_MODULES): Added clean-gnuserv.
12768         (all-gnuserv): New target.
12770 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
12772         * config.guess: Fixes for MIPS OpenBSD systems.
12774 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12776         * Makefile.in (INSTALL_XFORM): Remove.
12777         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
12779         * mkinstalldirs: New file, copied from automake.
12780         * Makefile.in (installdirs): Rename from install-dirs.  Use
12781         mkinstalldirs.  Change all users.
12782         (DEVO_SUPPORT): Add mkinstalldirs.
12784 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
12786         * install-sh: Rename from install.sh.
12787         * Makefile.in (INSTALL): Change install.sh to install-sh.
12788         (DEVO_SUPPORT): Likewise.
12790         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
12791         Graichen <graichen@rzpd.de>.
12793 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
12795         * config.guess: Recognize OpenBSD systems correctly.
12797 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12799         * README, Makefile.in (ETC_SUPPORT): Remove references to
12800         cfg-paper*, configure.{texi,man,info*}._
12802 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
12804         * Makefile.in (all.normal): Ensure that gcc is built after all
12805         the x11 - ie gdb - targets.
12807 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
12809         * makefile.vms: Don't run conf-a-gas.
12811 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
12813         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
12815 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
12817         * configure.in: Remove noconfigdirs case since gdb also
12818         configures and builds for tic80-coff.
12820 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12822         * configure: Set cache_file to config.cache.
12823         * Makefile.in (local-distclean): Remove config.cache.
12825 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12827         * COPYING: Update FSF address.
12829 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
12831         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
12832         noconfigdirs.
12834 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12836         * Makefile.in (install-dirs): Don't crash if prefix, and hence
12837         MAKEDIRS, is empty.
12839 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
12841         * config.sub: Tweak mn10300 entry.
12843 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
12845         * configure.in (host_tools): Put sim before gdb, so gdb's
12846         configure.tgt can determine if the simulator was configured.
12848 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
12850         * config.sub: Move BeOS $os case to be with other Cygnus
12851         local cases.
12853 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
12855         * config.sub: Remove misplaced comment that broke Linux.
12857 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
12859         * config.sub: Add BeOS support.
12861 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
12863         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
12865 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
12867         * configure.in (noconfigdirs): Remove tcl and tk from
12868         noconfigdirs for cygwin32 builds.
12870 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
12872         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
12874 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
12876         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
12877         make-all.com, use makefile.vms instead.
12879 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
12881         * config.sub: Accept -lnews*.
12883 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
12885         * configure.in (noconfigdirs): Disable target-newlib,
12886         target-examples and target-libiberty for d30v.
12888 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12890         * configure.in (noconfigdirs): Enable ld for d30v.
12892 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
12894         * configure.in (tic80-*-*): Build compiler.
12896 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
12898         * configure.in (d30v-*): Remove sim directory from list of
12899         unsupported d30v directories
12901 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12903         * config.sub, configure.in: Add d30v target cpu.
12905 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
12907         * makefile.vms: New file.
12908         * make-all.com: Remove.
12910 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
12912         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
12914 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
12916         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
12918 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
12920         * Makefile.in (ALL_MODULES): Added all-db.
12921         (CROSS_CHECK_MODULES): Addec check-db.
12922         (INSTALL_MODULES): Added install-db.
12923         (CLEAN_MODULES): Added clean-db.
12925 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
12927         * config.guess: Merge with latest FSF sources.
12929 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
12931         * Makefile.in (ALL_MODULES): Added all-itcl.
12932         (CROSS_CHECK_MODULES): Added check-itcl.
12933         (INSTALL_MODULES): Added install-itcl.
12934         (CLEAN_MODULES): Added clean-itcl.
12936 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
12938         * configure.in: build gdb for mn10200
12940 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
12942         * Makefile.in (all-target-winsup): Depend on all-target-libio.
12944 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
12946         * configure.in (tic80-*-*): Turn off most targets right now.
12948 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
12950         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
12951         rather than the makeinfo program.
12952         (do-info): Depend upon all-texinfo.
12954 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
12956         * configure.in: Remove uses of config/mh-linux.
12958         * config.sub, config.guess: Merge with latest FSF sources.
12960 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
12962         * config.sub (case $basic_machine): Add tic80 entries.
12964 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
12966         * config.sub, config.guess: Merge with latest FSF sources.
12968 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12970         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
12971         * mpw-config.in: Test for NewFolderRecursive.
12972         * mpw-install: Use symbolic name for startup filename.
12973         * mpw-README: Add various additional details.
12975 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
12977         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
12979 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
12981         * configure.in: Do build gcc and the target libraries for
12982         the mn10200.
12984 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
12986         * configure.in: don't avoid building gdb for mn10300 any more
12987         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
12988         instead of single-quoting it.
12990 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
12992         * configure.in: Don't use --with-stabs on IRIX 6.
12994 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
12996         * configure.in (m32r): Build gdb, libg++ now.
12998 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13000         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
13001         directories from noconfigdirs.
13003 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
13005         * config.sub (basic_machine): added mips16 configuration
13007 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13009         * config.sub: Handle d10v-unknown.
13011 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
13013         * config.sub: Handle v850-unknown.
13015 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
13017         * Makefile.in: add findutils
13018         * configure.in: add findutils to list of host_tools
13020 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
13022         * config.sub: Handle mn10200 and mn10300.
13024 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13026         * configure.in (d10v-*): Do not build librx.
13028 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
13030         * configure.in (mn10300): Build everything except gdb & libgloss.
13032 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
13034         * config.guess:  Patch for Dansk Data Elektronik servers,
13035         from Niels Skou Olsen <nso@dde.dk>.
13037         For ncr, use /bin/uname rather than uname, since GNU uname does not
13038         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
13040         Patch for MIPS R4000 running System V,
13041         from Eric S. Raymond <esr@snark.thyrsus.com>.
13043         Fix thinko for nextstep.
13045         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
13047         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
13048         * config.guess: Guess mips-dec-mach_bsd4.3.
13050         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
13051         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
13052         release numbers.
13053         * config.guess (mips-mips-riscos*):  Emit just enough of the
13054         release number.
13056         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
13057         * config.guess (sparc-auspex-sunos*):  Added.
13058         (f300-fujitsu-*): Added.
13060         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
13061         * config.guess:  Recognize a Tadpole as a sparc.
13063 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
13065         * config.guess: Don't assume that NextStep version is either 2 or
13066         3.  NextStep 4 (aka OpenStep 4) has come out now.
13068 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
13070         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
13071         From Rik Faith <faith@cs.unc.edu>.
13073 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
13075         * config.sub: Contributions from bug-gnu-utils to:
13076         Support plain "hppa" (no version given) architecture, reported by
13077         OpenStep.
13078         OpenBSD like NetBSD.
13079         LynxOs is not a hardware supplier.
13081         * config.guess: Contributions from bug-gnu-utils to add support for:
13082         OpenBSD like NetBSD.
13083         Stratus systems.
13084         More Pyramid systems.
13085         i[n>4]86 Intel chips.
13086         M680[n>4]0 Motorola chips.
13087         Use unknown instead of lynx for hardware manufacturer.
13089 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13091         * install.sh (chmodcmd): Set to null if the DST directory already
13092         exists.
13094 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13096         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
13097         not use mt-ppc target Makefile fragment any more.
13099 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
13101         * configure.in (*-*-windows):  Exclude everything but those dirs
13102         needed to build windows.
13104 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
13106         * Makefile.in (all-target-winsup): Depend on all-target-librx.
13108 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
13110         * configure.in:  Exclude mmalloc from i386-windows.
13112 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
13114         * Undo my previous change.
13116 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
13118         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
13119         unconditionally.
13120         (MAKEOVERRIDES): Define (revert this part of October 18 change).
13122 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
13124         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
13125         host to add it's own flags.
13127 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
13129         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
13131 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
13133         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
13134         (CXX_FOR_TARGET): Likewise.
13135         (GCC_FOR_TARGET): Define.
13136         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
13137         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
13138         CC_FOR_TARGET was specified on the command line.
13139         (MAKEOVERRIDES): Don't define.
13141 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
13143         * configure.in (m32r): Fix spelling of libg++ libs.
13145 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
13147         * config.sub (-apple*): Remove, now redundant.
13149 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
13151         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
13153         * configure: Rework yesterday's sed script patch.
13155         * config.sub: Merge with FSF.
13157 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
13159         * config.guess:  Merge from FSF.
13161         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
13162         * config.guess: Use pc instead of unknown, for pc clone systems.
13163         Change linux to linux-gnu.
13165         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
13166         * config.guess: Avoid non-portable tr syntax.
13168 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
13170         * test-build.mk (HOLES): Add "xargs" for gdb.
13172         * configure: Avoid hpux10.20 sed bug.
13174 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
13176         * configure.in:  Add support for windows host
13177         (that is a build done under the Microsoft build environment).
13179 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
13181         * Makefile.in: Replace all uses of srcroot with s, to shrink
13182         command line lengths.
13184         Patches from Geoffrey Noer <noer@cygnus.com>:
13185         * configure.in: If configuring for newlib, pass --with-newlib to
13186         subdirectories.
13187         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
13188         -Bnewlib/ and -Lwinsup to gcc.
13189         (CXX_FOR_TARGET): Likewise.
13191 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13193         * Makefile.in (ETC_SUPPORT): Add configure.
13195 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
13197         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
13198         host configuration file.
13200 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
13202         * configure.in: Break mn10x00 support into separate
13203         mn10200 and mn10300 configurations.
13204         * config.sub: Likewise.
13206 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
13208         * configure.in: Add lots of stuff to noconfigdirs for
13209         the mn10x00 targets.
13211         * config.sub, configure.in: Add mn10x00 support.
13213 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
13215         * make-all.com: Call conf-a-gas, not config-a-gas.
13217 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
13219         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
13220         targets.
13222 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
13224         * mpw-README: Add much more detail for native PowerMac.
13225         * mpw-install: New file.
13226         * mpw-configure: Add --norecursion and --help options.
13227         * mpw-config.in: Translate readme and install files when
13228         copying to objdir.
13229         * mpw-build.in: Don't always depend on byacc and flex.
13230         (install-only-top): New action.
13232 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
13234         * configure.in:  You can now configure GDB for the v850.
13236 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
13238         * configure.in (noconfigdirs): Don't configure any C++ dirs
13239         if targeting D10V.
13241 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
13243         * config.sub: Recognize mips64vr5000.
13245 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
13247         * configure.in: Use a single line for host_tools and native_only.
13249 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
13251         * config.sub, configure.in: Add entries for m32r.
13253 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
13255         * Makefile.in (inet-install): Don't run install-gzip.
13257 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
13259         * configure.in:  Don't config lots of things for *-*-windows*.
13261 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
13263         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
13264         (host_libs, host_tools): Copy from configure.in.
13265         * mpw-configure: Don't complain about directories not found.
13267 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13269         * configure.in (i[345]86): Recognize i686 for pentium pro.
13270         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
13271         file.
13273         * config.guess (i[345]86): Ditto.
13275 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13277         * configure.in (noconfigdirs): Removed gdb for D10V.
13279 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
13281         * configure.in: Remove ld, target-libio, target-libg++, and
13282         target-libstdc++ from noconfigdirs.
13284 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
13286         * configure: Fix three locations where shell scripts were
13287         being run directly rather than with config_shell.
13289 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
13291         * configure.in (v850-*-*): Set up initial $noconfigdirs.
13292         * config.sub (basic_machine): Recognize v850.
13294 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
13296         * mpw-configure: Handle multiple enable/disable options and
13297         pass them down recursively, handle -c and -s flags appropriately
13298         depending on choice of compiler, add escape mechanism for
13299         quoted arguments to gC.
13301 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13303         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
13304         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
13305         so that -mrelocatable-lib and -mno-eabi are used.
13307         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
13308         not support --print-multi-lib, don't abort.
13310 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
13312         * make-all.com: Run config-a-gas.
13313         * setup.com: Don't copy subdirectory files around.
13315 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
13317         * configure.in (*-*-ose): Remove exclusion of libgloss for this
13318         target, it now compiles correctly.
13320 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
13322         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
13324 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13326         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
13328 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13330         * configure.in (native_only): Add prms.
13332 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
13334         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
13335         (BINUTILS_SUPPORT_DIRS): Likewise.
13337 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13339         * configure.in (d10v-*-*): Don't configure ld or gdb until the
13340         d10v support is added.
13342 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13344         * configure.in (d10v-*-*): New target.
13346 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
13348         * config.guess (HP 9000/811): Recognize this as a PA1.1
13349         machine.
13351 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
13353         * Makefile.in (do-tar-gz): New target, split out from tail end of
13354         taz target.  Run each command separately, don't use pipes.
13355         (taz): Use it.
13357 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
13359         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
13360         * mpw-build.in: No builds should depend on building byacc or flex,
13361         they are assumed to be installed already.
13363 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13365         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
13366         variable that CC_FOR_TARGET needs.
13368 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13370         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
13371         options have changed since the last time the subdirectory was
13372         configured, and if it has, reconfigure.
13373         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
13374         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
13376 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
13378         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
13379         CLEAN_MODULES): Add bash.
13380         (all-bash): New target.
13382 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
13384         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
13386 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13388         * config.sub (basic_machine): Recognize d10v as a valid processor.
13390 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
13392         * mpw-configure: Add support for --bindir.
13393         * mpw-build.in: Use a GCC-specific build script for GCC actions.
13395 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
13397         * configure.in: add bash, time, gawk to list of hosttools and things
13398         to only build for native toolchains
13400 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13402         * Makefile.in (docdir): Remove.
13404 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13406         * Makefile.in (datadir): Set to $(prefix)/share.
13408 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
13410         * configure.in: build diff and patch for cygwin32-hosted
13411         toolchains.
13413 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
13415         * config.sub: Accept -rtems*.
13417 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
13419         * configure.in: enable dosrel for cygwin32-hosted builds,
13420                 remove diff from the list of things not buildable
13421                 via Canadian Cross
13423 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
13425         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
13426         don't get ". ".
13428 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
13430         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
13432 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
13434         * Makefile.in (taz): Handle case where tex3patch didn't even get
13435         checked out.  Also, if it was found, put the symlink in a new util
13436         subdirectory.
13438 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13440         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
13442 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
13444         * config.sub: Recognize -openvms.
13445         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
13446         * make-all.com, setup.com: New files.
13448 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
13450         * Makefile.in (taz): tex3patch moved to texinfo/util.
13452 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
13454         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
13455         * configure.in: remove make from disable-if-Can-Cross list
13456                 enable gdb if ${host} and ${target} are cygwin32
13458 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
13460         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
13461         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
13463 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
13465         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
13466         distinguish sysv/svr4/bsd variants.
13467         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
13469 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
13471         * configure.in: Added copyright notice.
13472         * move-if-change: Added copyright notice.
13474 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13476         * configure.in (powerpcle-*-solaris*): Until we get shared
13477         libraries working, don't build gdb, sim, make, tcl, tk, or
13478         expect.
13480 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
13482         * config.guess:  Merge with FSF:
13484         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
13485         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
13487         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
13488         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
13490         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
13491         * config.guess:  Combine two OSF1 rules.
13492         Also recognize field test versions.  From mjr@zk3.dec.com.
13493         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
13494         because GNU uname does not support -p.  From pmr@pajato.com.
13496 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
13498         * Makefile.in (MAKEDIRS): Removed $(tooldir).
13500 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
13502         * mpw-README: Document GCCIncludes.
13504 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
13506         * configure.in (alpha-*-linux*): Set enable_shared to yes.
13508 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
13510         * mpw-configure: Handle --enable-FOO and --disable-FOO.
13512 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
13514         * configure.in (*-*-cygwin32): Configure make.
13516 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
13518         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
13520 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
13522         * Makefile.in (all-inet): Depend on all-perl.
13524         * Makefile.in (inet-install): New target.
13526         * Makefile.in (all-inet): Depend on all-tcl.
13527         (all-inet): Depend on all-send-pr.
13529 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13531         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
13532         temporarily.
13534 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
13536         * configure.in: Don't configure --with-gnu-ld on AIX.
13538 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
13540         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
13542 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
13544         * Makefile.in (ALL_MODULES): Added all-inet.
13545         (CROSS_CHECK_MODULES): Added check-inet.
13546         (INSTALL_MODULES): Added install-inet.
13547         (CLEAN_MODULES): Added clean-inet.
13548         (all-indent): New target.
13550         * configure.in (host_tools): Added inet.
13551         (native_only): Added inet.
13552         (noconfigdirs): Added inet.
13554 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
13556         * configure.in: Don't configure libgloss if we are not configuring
13557         newlib.
13559 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
13561         * configure.in: Don't configure libgloss for unsupported
13562         architectures.
13564 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13566         * Makefile.in (CLEAN_MODULES): Add clean-apache.
13568 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
13570         * Makefile.in (ALL_MODULES): Include all-apache.
13571         (CROSS_CHECK_MODULES): Include check-apache.
13572         (INSTALL_MODULES): Include install-apache.
13573         (all-apache): New target.
13575         * configure.in: Added apache everywhere perl is seen.
13577 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13579         * Makefile.in: Add support for clean-{module} and
13580         clean-target-{module} rules.
13582 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
13584         * configure.in (*-*-ose) do not build libgloss.
13586 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13588         * config.guess (prep*:SunOS:5.*:*): Turn into
13589         powerpele-unknown-solaris2.
13591 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
13593         * configure.in: Permit --enable-shared to specify a list of
13594         directories.
13596 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
13598         * configure.in (host==solaris): Pass only the first word of $CC
13599         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
13601 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
13603         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
13605 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
13607         * Makefile.in (ALL_MODULES): Include all-perl.
13608         (CROSS_CHECK_MODULES): Include check-perl.
13609         (INSTALL_MODULES): Include install-perl.
13610         (ALL_X11_MODULES): Include all-guile.
13611         (CHECK_X11_MODULES): Include check-guile.
13612         (INSTALL_X11_MODULES): Include install-guile.
13613         (all-perl): New target.
13614         (all-guile): New target.
13616         * configure.in (host_tools): Include perl and guile.
13617         (native_only): Include perl and guile.
13618         (noconfigdirs): Don't build guile and perl; no ports have been
13619         done.
13621 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
13623         * configure (--enable-*): Handle quoted option lists such as
13624         --enable-sim-cflags='-g0 -O' better.
13626 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13628         * Makefile.in ({,inst}all-target): New rule so we can make and
13629         install all of the target directories easily.
13631 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13633         * configure.in: Add missing global flag in sed substitution when
13634         deleting `target-' from ${configdirs}.
13636 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
13638         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
13639         option.
13641         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
13642         config/mh-necv4.
13644         * install.sh: Correct misspelling of transformbasename.
13646         * config.guess: Recognize mips-*-sysv*.
13648 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
13650         * config.sub: Recognize mon960.
13652 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
13654         * configure: Restore Canadian Cross handling of BISON and LEX,
13655         removed in Feb 20 change.
13657 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
13659         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
13660         Mention make install.  Remove the old copyright date as well the
13661         clumsy and rather pointless copyright on the README file.
13663 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13665         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
13666         Makefile after running symlink-tree, then run `make distclean' to
13667         avoid clobbering any generated files in srcdir.
13669 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
13671         * configure.in (m68k-*-netbsd*): Build everything now.
13673 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
13675         * Makefile.in (taz): Fix quoting.
13677 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
13679         * configure.in (sparclet-*-*): Build everything now.
13681 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13683         * configure.in (m68k-*-linux*): New host.
13685 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
13687         * configure: Check for bison before byacc.
13689 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
13691         * Makefile.in configure:  Change the way LEX and BISON/YACC are
13692         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
13693         searching PATH.  These are used as fallbacks by Makefile.in if
13694         flex/bison/byacc aren't in objdir.
13696 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
13698         * Makefile.in: Make everything which depends upon all-bfd also
13699         depend upon all-opcodes, in case --with-commonbfdlib is used.
13701 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13703         * configure.in (host *-*-cygwin32): Don't build gdb if we are
13704         building NT native compilers on Unix.
13706 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
13708         * configure.in: Don't get CC from the host Makefile fragment if we
13709         can find gcc in PATH, or if this is a Canadian Cross.  Move the
13710         Solaris test for /usr/ucb/cc to the post target script, just after
13711         the compiler sanity test.
13713 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
13715         * config.sub: Merge with FSF.
13717 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
13719         * Makefile.in (RPATH_ENVVAR): New variable.
13720         (REALLY_SET_LIB_PATH): Use it.
13721         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
13723 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
13725         * config.sub, configure.in: Recognize sparclet cpu.
13727 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
13729         * config.guess:  Support m68k-cbm-sysv4.
13731 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13733         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
13734         m68k-unknown-linuxaout from linker help string.  Put quotes around
13735         $ld_help_string.
13737 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
13739         * config.guess (powerpc-harris-powerunix): Add guess for port
13740         to new target.
13742 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13744         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
13746 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
13748         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
13749         $(REALLY_SET_LIB_PATH) in Makefile.
13750         * Makefile.in (SET_LIB_PATH): New variable.
13751         (REALLY_SET_LIB_PATH): New variable.
13752         ($(DO_X)): Use $(SET_LIB_PATH).
13753         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
13754         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
13755         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
13756         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
13757         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
13758         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
13759         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
13760         (install-dosrel): Likewise.
13761         (all-opcodes): Depend upon all-libiberty.
13763 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13765         * config.guess (*:CYGWIN*): New
13767 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13769         * Makefile.in (all-target-winsup): All all-target-libiberty.
13771 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13773         * configure.in (noconfigdirs): Add missing # in front of comment.
13775 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
13777         * configure.in: add second pass to things added to noconfigdirs
13778         so *-gm-magic can exclude libgloss properly.
13780 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
13782         * mpw-configure (extralibs_name, rez_name): Set correctly
13783         for MWC68K compiler.
13785         * mpw-README: Add more info on the necessary build tools.
13787 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13789         * configure.in, config.sub: Recognize cygwin32.
13791 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
13793         * config.guess, config.sub: Recognize A/UX.
13795 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
13797         * config.sub: Merge with gcc/config.sub.
13799 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
13801         * mpw-build.in (do-binutils): Add build of stamps.
13803 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
13805         * config.sub: Add recognition for mips64vr4100*-* targets.
13807 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13809         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
13810         Add creation of gconfigargs with `--enable-shared' turned on.
13811         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
13812         ($(host)-stamp-stage3-configured): Likewise.
13813         (HOLES): Add chatr and ldd.
13814         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
13816 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
13818         * configure: Pass --nfp to recursive configures.
13820 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13822         * Makefile.in (DLLTOOL): New.
13823         (DLLTOOL_FOR_TARGET): New.
13824         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
13825         (EXTRA_TARGET_FLAGS): Ditto.
13826         (EXTRA_GCC_FLAGS): Ditto.
13827         (CONFIGURE_TARGET_MODULES): Ditto.
13828         (DO_X): Ditto.
13829         * configure: Add DLLTOOL.
13831 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
13833         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
13834         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
13835         mh-sco, since old workarounds no longer needed, and don't
13836         build ld, since libraries have weak symbols in COFF.
13838 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
13840         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
13842 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13844         * configure.in: Make sure that ${CC} can be used to compile an
13845         executable.
13847 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
13849         * Makefile.in (all-gdb): Depend on $(GDB_TK).
13850         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
13851         nothing depending on whether gdbtk is being built.
13853 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
13855         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
13857 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
13859         * configure.in (noconfigdirs): Put ld or gas in this early, if the
13860         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
13862 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
13864         * config-ml.in: Add support for
13865         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
13866         Simplify setting of multidirs from --disable-foo.
13868 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13870         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
13871         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
13872         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
13873         non-empty, pass them on to the  GCC make.
13874         (all-bootstrap): New rule that is like all-gcc, except it executes
13875         the GCC bootstrap rule instead of the GCC all rule.
13877 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
13879         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
13881 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13883         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
13884         DG/UX support.
13886 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
13888         * config.sub (i*86*) Change [345] to [3456]
13890 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13892         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
13893         --with-gnu-ld=no.
13895 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13897         * config-ml.in (rs6000*, powerpc*): Add switches to control which
13898         AIX multilibs get built.
13900 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13902         * configure.in (i386-win32): Don't build expect if we're not
13903         building the tcl subdir.
13905 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
13907         * Makefile.in: (configure-target-examples, all-target-examples):
13908         New targets, configure and build example programs.
13910 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
13912         * mpw-configure: If an mpw-config.in generated a file mk.sed,
13913         use it as input to sedit the generated MPW makefile.
13914         * mpw-README: Add a suggestion about Gestalt.h.
13916 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
13918         * config.sub: Accept *-*-ieee*.
13920 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
13922         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
13923         Ronald F. Guilmette <rfg@monkeys.com>.
13925 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13927         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
13928         for powerpc-pe native.
13929         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
13930         (target==powerpc-pe): duplicate i386-win32 entry.
13932 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13934         * configure.in (noconfigdirs): Exclude target-newlib for all versions
13935         of vxworks, not just vxworks5.1.
13937 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
13939         * mpw-configure: Add support for exec-prefix.
13941 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13943         * config.guess: Recognize HP model 816 machines as having
13944         a PA1.1 processor.
13946 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13948         * configure: Ignore new autoconf configure options.
13950 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
13952         * config.guess:  Recognize Pentium under SCO.
13953         From Robert Lipe <robertl@arnet.com>.
13955 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13957         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
13959 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
13961         * configure.in: Don't configure gas for alpha-dec-osf*.
13963 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
13965         * configure.in: Default to --with-stabs for some targets for which
13966         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
13967         i[345]86*-*-unixware*.
13969 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13971         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
13972         rather than basing it on the target.  Simplify handling of options
13973         controlling which directories to configure.  Remove extraneous
13974         slash in multi-clean target.
13976 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
13978         * config-ml.in: Prefix more variables with ml_ so they don't collide
13979         with configure's.
13981 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
13983         * configure: Don't turn -v into --v.
13985 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
13987         * configure.in (targargs): Fix typo.
13989         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
13991 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
13993         * configure.in: Strip --host and --target options from
13994         CONFIG_ARGUMENTS, and always configure for --host only.  Add
13995         --with-cross-host option when building with a cross-compiler.
13996         * configure: Canonicalize the arguments put into config.status by
13997         always using `=' for an option with an argument.  Pass a presumed
13998         --host or --target explicitly.
14000 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
14002         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
14003         into general OS recognition case.
14005 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14007         * configure.in (target_configdirs): add target-winsup only
14008         for win32 target systems.
14010 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
14012         * Makefile.in (all-target-libgloss): Depend upon
14013         configure-target-newlib, since when libgloss is built it looks to
14014         see if the newlib directory exists.
14016 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
14018         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
14019         cfg-ml-*.in.
14021 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
14023         * configure: Handle LD and LD_FOR_TARGET when configuring a
14024         Canadian Cross.
14026 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14028         * configure.in (target_libs): add target-winsup.
14029         (target==i386-win32): add patch diff flex make to $noconfigdirs.
14030         (target==ppcle-pe): remove ld from $noconfigdirs.
14032 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
14034         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
14035         Preserve relative path names in $srcdir.  Build symlink tree if
14036         configuring cross target dir and srcdir=. (= no VPATH support).
14037         (configure-target-libg++): Depend on configure-target-librx.
14038         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
14039         * config-ml.in: New file.
14040         * symlink-tree: New file.
14041         * configure: Ensure srcdir="." if that's what it is.
14043 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
14045         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
14046         includes and FLEX_SKELETON setting.
14047         * mpw-configure (--with-gnu-ld): New option, controls whether
14048         to use PPCLink or ld with PowerMac GCC.
14049         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
14050         * mpw-config.in: Configure grez if targeting Mac.
14052         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
14053         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
14054         just macos.
14055         * configure.in: Configure grez resource compiler if targeting Mac.
14056         * Makefile.in (all-grez, install-grez): New targets.
14058 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
14060         * configure: CXX defaults to gcc, not g++.  If we find
14061         gcc in the path, set CC to gcc -O2.
14063 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
14065         * configure: Default ${build} correctly.  Avoid picking up extra
14066         spaces when reading CC and CXX from Makefile.  When doing a
14067         Canadian Cross, use plausible default values for numerous
14068         variables.
14069         * configure.in: When doing a Canadian Cross, don't try to
14070         configure tools whose configure script can't handle it.
14072 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14074         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
14076 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14078         * configure:  Remove dubious bug reporting address.
14080 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14082         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
14083         configure script, run that instead of this directory's configure.
14084         In either case, print a message that we're configuring the sub-dir.
14086 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14088         * configure.in: Before checking for the existence of various files,
14089         use sed to filter out "target-".
14091 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
14093         * Makefile.in (DO_X): Split rule to decrease command line length
14094         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
14095         (Philippe De Muyter).
14097 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14099         * Makefile.in (all-patch): depend on all-libiberty.
14101 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
14103         * configure.in: If the only directory in target_configdirs which
14104         actually exists is libiberty, then set target_configdirs to empty,
14105         to avoid trying to build a target libiberty in a gas or gdb
14106         distribution.
14108 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
14110         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
14111         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
14112         systems.
14114 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14116         * configure.in (copy_dirs): Use sys-include instead of include
14117         for --with-headers option.
14119 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
14121         * Makefile.in, configure.in: Make winsup builds work with
14122         new scheme.
14124 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
14126         * configure.in: Build the linker on AIX.
14128 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14130         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
14131         where needed.
14133 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
14135         * Makefile.in (all-gcc): Fix typo.
14137 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14139         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
14141 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14143         * configure.in:  Rename libFOO to target-libFOO, and xiberty
14144         to target-xiberty, to provide more flexibility.
14145         (target_subdir):  Define.  Create if cross.
14146         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
14147         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
14148         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
14149         check-libFOO -> check-target-libFOO, etc.
14150         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
14151         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
14152         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
14153         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
14154         allow ALL_GCC="" to only configure.
14155         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
14156         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
14157         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
14159 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
14161         * Makefile.in (taz): Build "info" in etc explicitly.
14163 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
14165         * configure.in:  Make sure that CC is undefined (as opposed to
14166         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
14167         problem with autoconf trying to configure on a host without GCC.
14169 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
14171         * mpw-configure: Set host alias from choice of host compiler,
14172         only use generic MPW Makefile sed if present, edit a file
14173         named "hacked_Makefile.in" instead of "Makefile.in" if present.
14174         * mpw-README: Add problem notes about CW6 and CW7.
14176 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
14178         * Makefile.in (taz): Use ";" instead of ";;".
14180 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14182         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
14183         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
14184         DISTDOCDIRS.
14185         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
14186         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
14188 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14190         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
14191         and gnats, because they are now subsumed by DISTSTUFFDIRS.
14192         Move bfd to DISTSTUFFDIRS.
14194 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14196         * Makefile.in (X11_LIB): Removed.
14197         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
14199         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
14201 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14203         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
14204         names.
14206 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14208         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
14210 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
14212         * configure.in (i[345]86-*-win32): Always build newlib.
14213         Don't configure cvs, autoconf or texinfo.
14214         * Makefile.in (LD_FOR_TARGET): New.
14215         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
14216         Pass down LD_FOR_TARGET.
14218 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
14220         * winsup: New directory.
14221         * Makefile.in: Build winsup.
14222         * configure.in: Winsup is configured when target is win32.
14223         Can only build win32 target GDB when native.
14225 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
14227         * config.guess: Recognize HP model 819 machines as having
14228         a PA 1.1 processor.
14230 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
14232         * configure: Fix sed loop which substitutes for CC and CXX to
14233         avoid bug found in various sed implementations.
14235 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14237         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
14238         simulator.  Use standard powerpc-*-eabi*.
14240 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
14242         * configure.in: Stop putting gas and binutils in noconfigdirs for
14243         powerpc-*-aix* and rs6000-*-*.
14245 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
14247         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
14248         -mcall-aixdesc libraries.
14250 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
14252         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14254         * config.sub (arm | armel | armeb): Fix shell syntax.
14256 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14258         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
14259         -msoft-float and -mcpu=common support.
14260         (powerpc*-*-eabisim*): Add support for building -mcall-aix
14261         libraries.
14263 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14265         * configure.in: Allow configuration and build of emacs19 for the alpha.
14267 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14269         * configure.in (CC): Get ^CC, not just any old CC, from
14270         ${host_makefile_frag}.
14272 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14274         * configure.in (CC): Try to get CC from
14275         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
14277 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14279         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
14280         only if it exists in $(srcdir).
14282 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
14284         * configure: If CC and CXX are not set in the environment, set
14285         them, based on either an existing Makefile or on searching for gcc
14286         in PATH.  Substitute for CC and CXX in Makefile.
14287         * configure.in: Remove libm from target_libs.  Separate
14288         target_configdirs from configdirs.  If CC is not set in
14289         environment, try to get it from a host Makefile fragment.  Rewrite
14290         changes of configdirs to use skipdirs instead.  A few minor
14291         tweaks.  Take directories out of target_configdirs as they are
14292         taken out of configdirs.  Remove existing Makefile files from
14293         subdirectories.  Substitute for TARGET_CONFIGDIRS and
14294         CONFIG_ARGUMENTS in Makefile.
14295         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
14296         by configure.in.
14297         (CONFIG_ARGUMENTS): Likewise.
14298         (CONFIGURE_TARGET_MODULES): New variable.
14299         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
14300         ($(CONFIGURE_TARGET_MODULES)): New target.
14301         (configure-libg++, configure-libio): New targets.
14302         (all-libg++): Depend upon configure-libg++.
14303         (all-libio): Depend upon configure-libio.
14304         (configure-libgloss, all-libgloss): New targets.
14305         (configure-libstdc++): New target.
14306         (all-libstdc++): Depend upon configure-libstdc++.
14307         (configure-librx, all-librx): New targets.
14308         (configure-newlib): New target.
14309         (all-newlib): Depend upon configure-newlib
14310         (configure-xiberty): New target.
14311         (all-xiberty): Depend upon configure-xiberty.
14313 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14315         * configure.in (host i[345]86-*-win32):  Expand the
14316         noconfigdirs again.
14318 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
14320         * mpw-configure: Fix sed command file name.
14322 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
14324         * configure.in (host i[345]86-*-win32): Reduce the
14325         noconfigdirs again.
14327 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
14329         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
14330         or powerpc*-*-pe*, since they are not yet supported.
14332 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
14334         Add PowerMac support and many other enhancements.
14335         * mpw-configure: New option --cc to select compiler to use,
14336         paste options set according to --cc into the generated
14337         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
14338         if mpw-make.sed is present.
14339         * mpw-config.in: Don't test for gC1, test for mpw-touch,
14340         add forward includes for PowerPC include files.
14341         * mpw-build.in: Build using Makefile.PPC if present.
14342         (do-byacc, etc): Remove separate version resource builds.
14343         (do-gas): Build "stamps" before "all".
14344         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
14345         * mpw-README: Update to reflect --cc option, PowerMac support,
14346         and recently-reported compatibility problems.
14348 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
14350         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
14351         embedded m68k systems (-aout, -coff, -elf, -vxworks).
14352         (--with-multilib-top): Pass to recursive invocations.
14354 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
14356         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
14357         v810-*-*.
14359 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14361         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
14362         gdb, ld and opcodes on v810-*-*.
14364 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
14366         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
14367         (local-maintainer-clean): New target.
14368         (maintainer-clean): New target.
14369         (realclean): Just depend upon maintainer-clean.
14371 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14373         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
14375 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
14377         * configure.in: Build ld in mips*-*-bsd* case.
14379 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
14381         * config.sub: Accept -lites* OS.  From Ian Dall.
14383 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
14385         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
14386         targets.
14388 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14390         * configure.in: treat i386-win32 canadian cross the same as
14391         i386-go32 canadian cross.
14393 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14395         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
14396         running under the simulator to build a reduced set of libraries.
14397         (powerpc-*-eabiaix): Add fine grained multilib support added to
14398         other powerpc targets yesterday.
14400 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14402         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
14403         -disable-softfloat, -disable-relocatable, -disable-aix, and
14404         -disable-sysv to control which multilib libraries get built.
14406 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
14408         * configure: Add Makefile.tem to list of files to remove in trap
14409         handler.
14411 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14413         * config.guess (*Linux*):  Add missing "exit"s.
14414         Also, need specific check for alpha-unknown-linux (uses COFF).
14416 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14418         * config.guess:  Merge with FSF:
14420         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
14421         * config.guess (AIX4): More robust release numbering discovery.
14423         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
14424         * config.guess (i386-sequent-ptx): Properly get version number.
14426         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
14427         * config.guess (mips:*:4*:UMIPS): New case.
14429 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
14431         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
14432         (i386-win32 host): Likewise.  Don't build readline.
14434 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
14436         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
14437         SUPPORT_FILES to submakes.
14439 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
14441         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
14442         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
14443         mpw-configure.
14445 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
14447         * configure.in (appdirs): Use =, not ==, in test expression when
14448         trying to build the text to print in the warning message for
14449         Solaris users.
14451 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
14453         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
14455 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14457         * config.guess: Recognize lynx-2.3.
14459 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
14461         * config.sub (z8ksim): Deleted
14462         (z8k-*-coff): New, this is the one true name of the target.
14464 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
14466         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
14468 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
14470         * config.guess (*:Linux:*:*): First try asking the linker what the
14471         default object file format is (elf, aout, or coff).  Then if this
14472         fails, try previous methods.
14474 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14476         * configure.in: Don't build newlib for *-*-vxworks5.1.
14478 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14480         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
14481         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
14483 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
14485         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
14487 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
14489         * cfg-ml-com.in: New file.
14490         * cfg-ml-pos.in: New file.
14492 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14494         * COPYING.NEWLIB: Add HP free copyright to list.
14496 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14498         * config.sub: Recognize -eabi* for the system, not just -eabi.
14500 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
14502         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
14503         * config.sub, configure.in (win32): New target and host.
14505 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
14507         * configure.in: Add i386-pe configuration.
14509 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
14511         * mpw-build.in (install): Install GDB after LD.
14513 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
14515         * mpw-config.in (elf/mips.h): Always forward-include, needed
14516         for GDB to build.
14518 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14520         * testsuite: New directory for customer acceptance and whole tool
14521         chain tests.
14523 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
14525         * configure: If per-host line isn't found, but AC_OUTPUT is found
14526         and a configure script exists, run it instead.
14528 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14530         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
14532 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14534         * configure: Set build_{cpu,vendor,os,alias} to host values when
14535         --build isn't specified.
14537 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14539         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
14540         (FLAGS_TO_PASS): Pass them.
14541         (EXTRA_TARGET_FLAGS): Ditto.
14543 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14545         * Makefile.in (all-libg++): Depend on all-libstdc++.
14547 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14549         * configure.in (noconfigdirs): Enable all packages for
14550           i386-unknown-netbsd.
14552 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
14554         * configure.in (noconfigdirs): Don't configure tk for i386-go32
14555         hosted builds (DOS builds)
14557 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
14559         Changes for ARM based on patches from Richard Earnshaw:
14560         * config.sub: Handle armeb and armel.
14561         * configure.in: Omit arm linker only for riscix.
14563 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14565         * config.guess:  Update from FSF.
14567 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
14569         * config.sub: Recognize powerpcle as the little endian variant of
14570         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
14571         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
14572         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
14573         temporarily.
14575 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
14577         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
14579 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
14581         * config.sub: Accept -lites* as a basic system type.
14583 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
14585         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
14586         installed, and if so return linuxoldld as the system name.
14588 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
14590         * config.guess: Add hppa1.1-hp-lites support.
14592 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14594         * configure.in: Don't build newlib for m68k-vxworks5.1.
14596 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14598         * configure.in (mips-sgi-irix6): Use mh-irix5.
14600 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
14602         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
14604 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14606         * test-build.mk: Enable building of shared libraries on IRIX 5 and
14607         OSF/1.  Fix compiler flags.
14608         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
14610 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
14612         * configure.in: Recognize --with-newlib.
14613         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
14615 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14617         * Makefile.in: move {all,check,install}-gdb from *_MODULES
14618         to *_X11_MODULES due to gdbtk needing X include files et al.
14620 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
14622         Merge in support for Mac MPW as a host.
14623         (Old change descriptions retained for informational value.)
14625         * mpw-config.in: Add generic include forwards for cpu-specific
14626         include files in aout and elf directories.
14628         * mpw-configure: Added copyright.
14629         * mpw-config.in: Check for presence of required build tools.
14630         (target_libs): Add newlib.
14631         (target_tools): Add examples.
14632         (Read Me): Generate as "Read Me for MPW" instead.
14633         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
14634         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
14635         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
14637         * mpw-configure: Remove subdir-specific makefile hackery,
14638         delete mk.tmp after using it.
14640         * mpw-build.in (all): Display start and end times.
14642         * mpw-configure (host_canonical): Set.
14643         (target_cpu): Always add to makefiles.
14644         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
14645         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
14646         (mpw-mh-mpw): Look for in srcdir and srcroot.
14647         Use sed instead of mpw-edit-prefix to edit prefix definitions.
14649         * mpw-build.in: (install-only): New target.
14651         * mpw-configure (host_alias, target_alias): Rename from hostalias
14652         and targetalias, add into generated Makefile.
14653         (mk.tmp): If present, add into generated Makefile.
14654         * mpw-build.in (all-gas): Build config.h first before gas proper.
14656         * mpw-configure (config.status): Write only if changed.
14657         * mpw-config.in (readline): Configure it (not built, just used for
14658         definitions).
14660         * mpw-config.in (elf/mips.h): Add a forward include.
14662         * mpw-config.in: Forward-include most .h files in include into
14663         extra-include.
14664         (readline): Don't build.
14665         mpw-build.in (install): Install GDB.
14667         * mpw-configure (prefix, mpw_prefix): Handle it.
14668         * mpw-config.in (mmalloc, readline): Don't configure.
14669         * mpw-build.in (thisscript): Rename to ThisScript.
14670         Use mpw-build instead of BuildProgram everywhere.
14671         (mmalloc, readline): Don't build.
14672         * mpw-README: New file, basic documentation about the MPW port.
14674         * mpw-config.in: Use forward-include to create include files.
14676         * mpw-configure: Add more things to the top of each configured
14677         Makefile, including contents of config/mpw-mh-mpw.
14678         * mpw-config.in (extra-include): Create this directory and fill it
14679         with Posix-like include files when configuring.
14681         * config.sub (apple, mac, mpw): Add various aliases.
14683         * mpw-build.in: New file, top-level build script fragment for MPW.
14684         * mpw-configure: New file, configure script for MPW.
14685         * mpw-config.in: New file, config fragment for MPW.
14687 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14689         * configure.in (host_libs): Remove glob, since it is gone from the
14690         sources.
14692 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14694         * Makefile.in: define empty GDB_NLM_DEPS var.
14696         * configure.in(target_makefile_frag): use config/mt-netware
14697         for netware targets.
14699 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
14701         * config.sub: Merge in recent FSF changes.  Remove linux special
14702         cases.
14704 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14706         Revert this change:
14708         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
14710                 * build-all.mk: Use CC=cc -Xs on Solaris.
14712 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14714         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
14715         stop using it.
14716         * Makefile.in: Nuke all references to glob subdirectory.
14718 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14720         * configure.in: Fix --enable-shared logic in per-host.
14722 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
14724         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
14726 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14728         * configure.in (noconfigdirs): Don't build gas on AIX, for
14729         powerpc*-*-aix* as well as for rs6000*-*-aix*.
14731 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
14733         * configure: Fix --cache-file to work if the file argument is a
14734         relative path.
14736 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
14738         * configure: If the --cache-file is used, pass it down to
14739         configure in subdirectories.
14741 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
14743         * config.sub: add vxworks29k configuration.
14745 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
14747         * Makefile.in (taz): Do "diststuff" part quietly.
14749 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
14751         * config.sub: Mini-merge with gcc/config.sub.
14753 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14755         * config.guess (IRIX): Sed - to _.
14757 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14759         * Makefile.in (source-vault, binary-vault): New targets.
14761 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
14763         * config.sub: Recognize -eabi as a basic system type.
14765 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14767         * configure.in (enable_shared stuff): Fix typo.
14769 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
14771         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
14773 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14775         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
14777 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
14779         * configure.in (rs6000-*-*): Don't build gas.
14781 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
14783         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
14784         reduce command line length.
14785         (AS_FOR_TARGET): Check for as.new, not Makefile.
14786         (NM_FOR_TARGET): Check for nm.new, not Makefile.
14788 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14790         * config.guess:  Merge from FSF.
14792 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14794         * configure: Don't use $ when handling program_suffix.
14796 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
14798         * configure.in:  Configure tk for hppa/hpux.
14800 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14802         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
14804 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14806         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
14807         to LIBCXXFLAGS.  Tests are better run without it.
14809 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
14811         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
14813 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
14815         * configure.in (*-*-netware*): Don't configure xiberty.
14817 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
14819         * configure.in:  Remove tk from native_only list.
14821 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
14823         * build-all.mk: Add mips-ncd-elf target to sun4 targets
14824           for special NCD build.
14826 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14828         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
14829         makeall.bat, they're only useful for binutils snapshots.
14830         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
14831         makeall.bat to specified SUPPORT_FILES.
14833 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
14835         * build-all.mk: Add Ericsson targets to sun4 and solaris
14836           hosts.  Add  BNR's sun4 target to solaris host, so their
14837           build-from-source will be tested in-house first.
14839 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14841         * Makefile.in (LIBCFLAGS): New variable.
14842         (CFLAGS_FOR_TARGET): Ditto.
14843         (LIBCFLAGS_FOR_TARGET): Ditto.
14844         (LIBCXXFLAGS): Ditto.
14845         (CXXFLAGS_FOR_TARGET): Ditto.
14846         (LIBCXXFLAGS_FOR_TARGET): Ditto.
14847         (BASE_FLAGS_TO_PASS): Pass them.
14848         (EXTRA_TARGET_FLAGS): Ditto.
14850         * configure.in: Support --enable-shared.
14852 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14854         * configure.in (target_libs):  Include libstdc++ again.
14855         * config.guess:  Update from FSF (for FreeBSD).
14857 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14859         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
14860         makeall.bat.
14861         (DISTDOCDIRS): Add `etc'.
14862         (ETC_SUPPORT_PFX): New variable.
14863         (taz): Include anything from etc starting with a word in
14864         ETC_SUPPORT_PFX.
14866 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14868         * config.sub: Update for recent FSF changes.  Remove obsolete
14869         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
14870         spacing changes.
14872 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14874         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
14876         * config.guess:  Merge with FSF.
14877         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
14879 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14881         * configure: Since the "trap 0" handler will override the exit
14882         status on many systems, only use it for "exit 1", and make it set
14883         a non-zero exit status; reset it before "exit 0".  Also, check
14884         exit status of config.sub, and error out if it failed.
14886 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
14888         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
14889         and install libgloss.
14891 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14893         * Makefile.in (all-binutils): Depend upon all-byacc.
14895         * configure.in: Don't build emacs on Irix 5.
14897 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14899         * configure.in (*-*-netware*): Add libio.
14901 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14903         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
14904         (CHECK_TARGET_MODULES): Ditto.
14905         (INSTALL_TARGET_MODULES): Ditto.
14906         (TARGET_LIBS): Ditto.
14907         (all-libstdc++): Note dependencies.
14909 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14911         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
14913 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14915         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
14916         -fexternal-templates.
14918         * configure.in (target_libs): Add libstdc++.
14919         (noconfigdirs): Add libstdc++ as appropriate.
14921 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14923         * config.guess:  Update from FSF.
14925 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14927         * configure: Use ${config_shell} when running ${configsub}.
14929 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
14931         * config.sub: No longer recognize h8300h.
14933 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14935         * config.sub: Remove extraneous differences between config.sub and
14936         gcc/config.sub.
14938 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14940         * Makefile.in (DISTSTUFFDIRS): Add gas.
14942 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
14944         * COPYING.NEWLIB: New file.
14946 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14948         * config.guess (HP-UX):  Patch from Harlan Stenn
14949         <harlan@landmark.com> to also emit release level.
14951 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14953         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
14955 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14957         * config.sub:  Merge nextstep cleanup from FSF.
14959 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14961         * configure.in (arm-*-*): Don't configure ld for this target.
14963 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14965         * configure.in (*-*-netware): don't configure libg++, libio,
14966           librx, or newlib.
14968 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14970         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
14971         configure ld--it works, but it doesn't support shared libraries.
14973 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14975         * config.guess (*-unknown-freebsd*):  Get rid of possible
14976         trailing "(Release)" in version string.
14977         Patch from Paul Richards <paul@isl.cf.ac.uk>.
14979 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14981         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
14982         Fix type: *-next-neststep -> *-next-nextstep.
14984         * config.guess:  Merge from FSF:
14986         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
14988         * config.guess: Recognize powerpc-ibm-aix3.2.5.
14990         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
14992         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
14993         instead of UNIX_SV for UnixWare 1.0).
14995 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
14997         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
14998         to make gdb/nlm/* build after the compiler and linker.
15000 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15002         * config.guess (netbsd, freebsd, linux):  Accept any machine,
15003         not just i[34]86.
15004         (m68k-atari-sysv4):  Relocate to match FSF version.
15006         * config.guess:  More merges from the FSF:
15008         Add a space before function call or macro invocation.
15010         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15012         * config.guess: Add trap cmd to remove dummy.c and dummy when
15013         interrupted.
15015         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15017         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
15018         (dummy): Redirect stderr from compilation of dummy.c.
15020         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
15022         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
15024 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
15026         * configure: Accept and ignore --cache*, for compatibility with
15027         new autoconf.
15029 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15031         * config.guess:  Merge from FSF:
15033         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
15035         * config.guess (Pyramid*:OSx*:*:*): New case.
15036         (PATH): Add /.attbin at end for finding uname.
15037         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
15039         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
15041         * config.guess (M88*:DolphinOS:*:*): New case.
15043         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
15045         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
15046         to select whether to use ELF or COFF.
15048         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
15050         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
15052         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
15054         * config.guess: Guess the OS version for HPUX.
15056         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
15058         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
15060 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15062         * configure.in: Recognize --with-headers, --with-libs, and
15063         --without-newlib.
15064         * Makefile.in (all-xiberty): Depend upon all-ld.
15066 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15068         * configure.in: Change i[34]86 to i[345]86.
15070 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15072         * configure (version): A few more tweaks to help message.
15074 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15076         * Makefile.in:  Remove (for now) librx as a host library,
15077         now that we're building it for target.
15079 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15081         * configure: Fix up help message; from karl@owl.hq.ileaf.com
15082         (Karl Berry).
15084 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15086         * configure.in:  Also configure librx.
15088 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15090         * Makefile.in:  Update various rules to reflect that librx
15091         is now needed for libg++.
15093 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15095         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
15097 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
15099         * configure.in: Configure the examples directory.
15101 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15103         * configure: Simplify Jun 2 1994 change.
15105 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15107         * change CC to /usr/latest/bin/gcc for lynx host builds, since
15108         /bin/gcc isn't good enough to build gcc.
15110 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
15112         * Makefile.in (GDB_SUPPORT_FILES): Remove
15113         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
15114         (gdb.tar.gz): Add new rule to use standard distribution building
15115         mechanism.
15117 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15119         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
15120         Bill Cox <bill@cygnus.com>.
15122 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15124         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
15126 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
15128         * configure:  Search current dir first in .gdbinit.
15130 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15132         * config.sub:  Recognize freebsd (merged from gcc config.sub).
15134 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15136         * config.sub:  Refer to NeXT's operating system as nextstep.
15138         * config.sub (case $basic_machine):  Re-order the cases, to match
15139         the order in the FSF version (which is mostly alphabethical).
15140         Merge in some additions and changes from the FSF.
15142 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
15144         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
15145         * config.sub: Recognize cxux7.
15146         * configure.in: Use mh-cxux for m88k-harris-cxux*.
15148 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15150         * config.sub:  Fix typo powerpc -> powerpc-*.
15152 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
15154         * Makefile.in: `all-emacs19' depends on `all-byacc'.
15156         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
15157         parallel with all-emacs and install-emacs).  Top-level command
15158         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
15160 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15162         * test-build.mk ($(host)-stamp-stage2-installed): Remove
15163         $(relbindir)/make before doing ``make install'', and use
15164         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
15165         installing over running make binary.
15166         ($(host)-stamp-stage3-installed): Likewise.
15168 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15170         * config.guess: Recognize Mach.
15172 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15174         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
15175         see whether --exec-prefix was used.
15177 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15179         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
15181 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15183         * Makefile.in: Add all-librx target similar to all-libproc.
15185 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
15187         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
15188         with post 1.2 uname bogosity.
15190 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15192         * configure: Remove temporary files on receipt of a signal.
15194 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
15196         * configure: If there is a package_makefile_frag, remove
15197         ${subdir}/Makefile.tem after copying it in.
15199 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15201         * build_all.mk: support rs6000 lynx identifies itself as
15202         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
15203         since /bin/gcc is too feeble to compile a modern gcc.
15205 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
15207         * brought devo/test-build.mk update-to-date with progressive/
15208           test-build.mk. Add lynx targets and hppa flag info.
15210 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15212         * configure.in:  Use mh-ncrsvr43.  Patch from
15213         Tom McConnell <tmcconne@sedona.intel.com>.
15215 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15217         * config.guess (i386-unknown-bsdi):  No longer need to
15218         check #if defined(__bsdi__) && defined(__i386__).
15220 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15222         * configure: Set program_transform_nameoption correctly.
15224 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
15226         * brought build-all.mk update-to-date with progressive build-all.mk,
15227           added new targets and hppa info.
15229 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15231         * configure: If config.guess result is a prefix of the user
15232         specified target, assume a native build and use the user specified
15233         target as the host alias.  Remove SunOS patch suffix removal hack.
15234         * configure.in: Remove SunOS patch suffix removal hack.
15236         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
15237         in NATIVE_CHECK_MODULES.
15239 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
15241         * Makefile.in: Rename HOST_ONLY to NATIVE.
15242         * configure: Delete SunOs patch suffix from host_canonical
15243           and build_canonical variables that are prepended to Makefiles.
15244         * configure.in: Add comments for easier maintenance.
15246 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15248         * Makefile.in: Add all-libproc target similar to all-gui.
15250 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
15252         * Makefile.in (CHECK_MODULES): split into
15253         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
15255 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
15257         * config.guess (i386-unknown-bsdi): New system to guess.
15259 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15261         * Makefile.in: Add all-gui target (but not yet build by "all").
15263 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
15265         * config.sub: Move deletion of patch suffix from here...
15266         * configure.in: To here, at Ian's suggestion.  The top-
15267           level scripts might need to know of a patch level.
15269 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
15271         * config.sub: Strip off patch suffix so rtl is recognized
15272           as a sunos4.1.3 machine, even though it's been patched.
15274 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
15276         * Makefile.in (INSTALL_LAST): Delete.
15277         (INSTALL_DOSREL): New.
15279 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15281         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
15282         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
15283         whether we pass down --with-gnu-ld anyhow.
15285 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
15287         * Makefile.in (INSTALL_LAST): Change operation so it works
15288         on more flavors of make.
15289         * configure.in (go32): Don't build libg++ or libio.
15291 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
15293         * Makefile.in (Move HOST_PREFIX_1 and friends up so
15294         they can be overriden by templates.
15296 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
15298         * configure.in (target==go32): Don't build gdb.
15299         * dosrel: New directory.
15301 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
15303         * configure.in (host==go32): Configure dosrel too.
15304         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
15305         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
15306         be set by incoming names or templates.
15307         (INSTALL_LAST): New rule.
15309 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
15311         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
15313 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15315         * configure.in (appdirs): New variable.  Currently empty, but will
15316         be used in gas distribution.  If nonempty, lists a set of
15317         directories at least one of which must get configured, or top
15318         level configuration is considered to have failed.
15319         (rs6000-*-lynxos*): Use new file name.
15321 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15323         Eliminate XTRAFLAGS.
15324         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
15325         newlib include files using -idirafter, and also use -nostdinc.
15326         (CXX_FOR_TARGET): Likewise.
15327         (XTRAFLAGS): Removed.
15328         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
15329         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
15330         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
15331         ($(DO_X)): Don't pass down XTRAFLAGS.
15333 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15335         * configure.in (mips*-dec-bsd*): New target; do build linker.
15336         (mips*-*-bsd*): New target; don't build linker.
15338 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15340         * configure.in: support rs6000-*-lynxos* configuration.
15341         support sunos4 as a cross target.
15343         * config.sub: look for lynx*, not lynx since the OS version may
15344         legitimately be part of the name.
15346 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15348         * configure.in (i[34]86-*-sco*): Move to be with other i386
15349         targets.
15350         (romp-*-*): New target.  Skip various binary utilities.
15351         (vax-*-*): New target.  Don't build newlib.
15352         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
15354 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15356         * configure.in: Only set host_makefile_frag if config
15357         directory exists.
15359 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15361         * install.sh: If $dstdir exists, don't check whether each
15362         component does.
15364 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15366         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
15368 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
15370         * configure.in (*-*-lynxos*): Don't configure newlib for either
15371         native or cross Lynx.
15373 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
15375         * config.sub (sparc64-elf): Fix os.
15376         (z8k): Remove duplicate.
15378 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15380         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
15381         gcc/stmp-fixproto, to try to prevent fixproto from being run.
15383 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
15385         * configure: Make file links cleanly even if Lynx fails on
15386           an NFS symlink (at least fail cleanly).
15388 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
15390         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
15391         -XNh2000.
15393 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15395         * configure: Unknown options are fatal again.
15397 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
15399         * configure: Ignore --x-includes and --x-libraries, for Autoconf
15400         compatibility.
15402 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
15404         * build-all.mk: Add `clean' target.
15406 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15408         * config.guess:  Add SINIX support.
15409         * configure.in:  Add mips-*-sysv4* support.
15411 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
15413         * build-all.mk: Document all useful targets.
15414         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
15415         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
15417 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15419         * configure: Support --silent, --quiet.
15421 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15423         * configure: Support --disable-FEATURE.
15425 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15427         * config.guess: Recognize NCR running SVR4.3.
15429 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15431         * config.guess:  Make BSDI generate i386-unknown-bsd386.
15432         Patch from Paul Eggert <eggert@twinsun.com>.
15434 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15436         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
15438 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15440         * configure: Make unrecognized options give nonfatal warnings
15441         instead of fatal errors, and pass them to any subdirectory
15442         configures in case they recognize them.
15443         Make --x equivalent to --with-x.
15445 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15447         * configure: Add --enable-* options.  Clean up usage message and
15448         some comments.
15450 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
15452         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
15454 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15456         * configure.in (hppa*-*-*): Enable binutils.
15458 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15460         * config.sub: Recognize cisco.
15462 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
15464         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
15466 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15468         * config.guess: about target *-hitachi-hiuxwe2, don't print more
15469         than one configuration name.  Add comment.
15471 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
15473         * config.guess: about target *-hitachi-hiuxwe2, fixed
15474         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
15475         macro is incorrect.]
15477 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15479         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
15480         than the "make ls" stuff which used to be here.
15482 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15484         * config.guess:  Recognize i[34]86-unknown-freebsd.
15485         From Shawn M Carey <smcarey@rodan.syr.edu>.
15487 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15489         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
15491 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
15493         * config.guess: Check for ptx.
15495 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
15497         * config.sub: Add os9k checking.
15499 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15501         * config.guess: Handle OSF1 running on HPPA processors
15503 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
15505         * configure: If subdir configure fails, print out a message with
15506         subdirectory name, in case subdir's configure code didn't identify
15507         itself.
15509 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
15511         * configure.in: Remove embedded newlines from configdirs.
15512         Avoid mismatches of substrings.  Fix matching strings at end
15513         of configdirs.
15515 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
15517         * config.guess:  Add Lynx/rs6000 config support.
15519 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
15521         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
15523 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
15525         * configure.in (hppa*-*-osf*): Treat this just like most other
15526         PA configurations (eg no binutils or ld).
15527         (hppa*-*-*elf*): These configurations have binutils and ld.
15529 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15531         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
15533 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15535         * configure.in (rs6000-*-*): Build gas.
15537 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15539         * Makefile.in:  Avoid bug in losing hpux sed.
15541 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15543         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
15544         for GDB and GDB has been fixed to not need it.
15546 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15548         * config.guess: Recognize vax hosts.
15550 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15552         * configure (while loop): Don't use "break 2" inside case
15553         statement -- the case statement isn't an enclosing loop.
15555 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15557         * config.guess:  Clean up NeXT support, to allow nextstep
15558         on Intel machines.  Make OS be nextstep.
15560 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
15562         * config.guess: Add alternate forms for Convex.
15564 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
15566         * configure:  Completely rewrite option processing.  Take
15567         advantage of pattern-matching to avoid invoking test frequently.
15568         Also clean up host and target defaulting logic.
15570 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15572         * Makefile.in: Replace all occurrances of "rootme" with "r" and
15573         "$${rootme}" with "$$r", to increase the likelihood that the do-*
15574         commands (plus user environment) will fit SCO limits.
15576 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15578         * configure.in: Don't issue warnings about directories which are
15579         not being configured if -norecursion is set.  Correct test for
15580         --with-gnu-as and --with-gnu-ld to not get confused by substring
15581         matches.
15583         * configure.in: Don't build gas for alpha-dec-osf1*.
15585 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
15587         * configure:  Back out Per's change of 12/19/1993.  It changes the
15588         behavior of configure in unexpected and confusing ways.
15590         Also, use different delim char when calculating
15591         program_transform_name so that the name can contain slashes.
15593 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
15595         * configure.in, config.sub: Add support for VSTa micro-kernel.
15597 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
15599         * configure.in: Nuke hacks which were used to get a special
15600         version of GAS for HPPA configurations.
15602 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15604         * configure:  If only ${target_alias} is given, use that
15605         as the default for ${host_alias}.
15606         * configure:  Add missing back-slashes before nested quotes.
15608 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
15610         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
15612 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
15614         * config.guess:  Recognize some Tektronix configurations.
15615         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
15617 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15619         * config.sub: Match any flavor of SH.
15621 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
15623         * configure.in: Don't try to configure newlib for Alpha.
15625 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15627         * configure.in: Don't build ld for Irix 5.  Don't build gas,
15628         libg++ or libio for any Alpha target.
15630         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
15632 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
15634         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
15635         default arguments -- so it tried to compress itself.
15637 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
15639         * configure.in (notsupp): ensure that a space is always at the end
15640           of the configdirs list, since the grep checks for an explicit space
15642 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15644         * configure.in (target i386-sysv4.2): don't build ld, since static
15645           versions of many libraries are not available.
15647 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15649         * config.guess: Recognize Apollos (using environment variables).
15650         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
15652 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15654         * config.guess: Recognize Sony news mips running newsos.
15656 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
15658         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
15659         "fi ; else" for bash.
15661 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
15663         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
15665 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
15667         * config.sub: accept unixware as an alias for svr4.2.
15668         Fix some inconsistancies with the gcc version.
15670 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15672         * Makefile.in (DISTDOCDIRS):  Add gdb.
15674 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15676         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
15678 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15680         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
15681         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
15682         this now.
15684 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15686         * config.sub: Accept hiux* as an OS name.
15688         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
15689         etc/make-stds.texi.  The underscore came from gcc, and dje now
15690         agrees that RUNTESTFLAGS is the correct name.
15692 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15694         * install.sh:  Remove 'set -e'.  It makes any conditionals
15695         in the script useless.
15697         * config.guess: Automatically recognize arm-acorn-riscix
15698         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
15700 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
15702         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
15704 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15706         * Makefile.in (DISTDOCDIRS): New variable.
15707         (taz): Edit local Makefile.in sooner, instead of proto-toplev
15708         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
15710 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15712         * configure.in (hppa target): check the source directory for the
15713           pagas sub-directory
15715 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
15717         * config.sub: Allow -aout* and -elf*.
15719 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15721         * configure.in: Don't build ld on i386-solaris2, same as for
15722         sparc-solaris2.
15724 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15726         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
15728 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15730         * configure.in:  Configure gdb for alpha.
15732 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15734         * Makefile.in (CXXFLAGS): Add -O.
15736 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15738         * config.guess: added support for DG Aviion
15740 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15742         * configure.in: Produce warning message for subdirectories not
15743         configurable for this host/target combination.  Don't try to
15744         configure gdb for vms.
15746 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15748         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
15749         appropriate files before making "diststuff".
15750         (DISTBISONFILES): New var: list of files to be edited.
15751         (DISTSTUFFDIRS): Add binutils.
15753 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15755         * config.sub: also handle mipsel and mips64el (for little endian mips)
15757 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15759         * configure.in: Add * to end of all OS names.
15761 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
15763         * configure.in: Build newlib for LynxOS native.
15765 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15767         * config.guess: Add support for delta 88k running SVR3.
15769         * configure.in: Add comment about HP compiler vs. emacs.
15771 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15773         * configure.in: don't build ld on solaris2 (not a viable option
15774           due to bugs in getpwnam & getpwuid)
15776 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15778         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
15779         config.guess will produce a full version number.
15781 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15783         * configure.in: Build linker and binutils for alpha-dec-osf1.
15785 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15787         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
15788         and gdb/testsuite/Makefile.in.
15790 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15792         * configure.in: recognize mips*- instead of mips-
15794 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15796         * config.sub: Accept linux*coff and linux*elf as operating
15797         systems.
15799 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15801         * config.sub: Recognize mips64, and mips3 as an alias for it.
15803 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15805         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
15806         gdb knows how to handle OSF/1 shared libraries.
15808 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15810         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
15811         * config.guess: Recognize Hitachi's HIUX.
15812         * config.sub: Recognize h3050r* and hppahitachi.
15813         Remove redundant cases for hp9k[23]*.
15815 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15817         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
15818         if gas and ld are in the source tree and are in ${configdirs}.
15819         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
15820         --with options (but still pass them down on the command line,
15821         if they were explicitly specified).
15823 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15825         * configure: substitute SHELL value in Makefile.in with
15826         ${CONFIG_SHELL}
15828 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15830         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
15831         *-*-solaris2* targets.
15833 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15835         * Makefile.in: define M4, and pass it down to sub-makes;
15836         all-autoconf now depends on all-m4
15838 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15840         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
15841         presence of {ar,ranlib} instead of a configured directory
15843 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
15845         * config.guess: Accept 34?? as well as 33?? for NCR.
15847 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15849         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
15850         of 'gas' in sed commands, since 'gash' is now in the tree as well.
15852 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15854         * configure: grab values for $(CC) and $(CXX) from the
15855         environment, so that someone can do "CC=gcc configure; make" and
15856         have it work right (matching the way that autoconf works now)
15858         * configure.in, Makefile.in: add support for gash, the tcl
15859         interface to Galaxy
15861         * config.guess: add NetBSD variants (hp300, x86)
15863 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
15865         * install.sh: Support -d option (in the manner of SunOS 4 install,
15866         as it is more deterministic than that of GNU install)
15867         (chmodcmd): Set file to mode 755 by default (should also do default
15868         chgrp and chown, but I don't feel like dealing with that now)
15870 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
15872         * config.sub: Remove h8300hhms alias.
15874 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15876         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
15878 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15880         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
15881         as stmp-fixinc
15883 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15885         * config.sub: recognize m88110-bug-coff.
15887 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15889         * Makefile.in (all-libio): all dependencies on the toolchain used
15890         to build this (gcc, gas, ld, etc)
15892 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15894         * config.guess: Deal with OSF/1 1.3 on alpha.
15896 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15898         * install.sh: add some 'else true' clauses for portability
15900         * configure.in: don't build libio for h8[35]00-*-* targets
15902 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15904         * Makefile.in:  Add support for new libio.
15906 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15908         * install.sh: If one command fails, don't try the rest.  Don't try
15909         to remove $dsttmp (via trap) unless we have already created it.
15910         If $src doesn't exist, detect it and exit with an error.
15912         * config.guess: Recognize BSD on hp300.
15914 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15916         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
15917         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
15919 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
15921         * Makefile.in (all-send-pr): depends on all-prms
15923 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15925         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
15927 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15929         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
15930         Added test for mips-mips-riscos5.
15932 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15934         * configure.in: use mh-hp300 for 68k HP hosts
15936 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15938         * configure: add support for CONFIG_SHELL, so that you can use
15939         some alternate shell for evaluating configure scripts
15941 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
15943         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
15944         in configure script to bug-gdb@prep.ai.mit.edu when building
15945         distribution archive.
15946         * Makefile.in (COMPRESS):  Remove def.
15947         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
15948         gdb.tar.Z and make-gdb.tar.Z respectively.
15949         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
15950         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
15951         to convergence with 'taz' target in Makefile.in.
15953 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15955         * install.sh (dsttmp): use trap to ensure that tmp files go
15956         away on error conditions
15958 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15960         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
15962 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15964         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
15965         its parent is '/' not ''.
15967         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
15969 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
15971         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
15972         that ${newsrcdir}/configure.in does.
15974 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15976         * test-build.mk: support for CONFIG_SHELL
15978 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
15980         * config.sub (netware):  Add as a basic system type.
15982 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15984         * Makefile.in (Makefile): depend on configure.in.  Also drop the
15985           $(srcdir)/ from the dependency on Makefile.in.
15987 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
15989         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
15990         (h8300hhms is temporary until multi-libraries are implemented).
15991         * configure.in: Handle h8300h too.
15993 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15995         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
15997 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
15999         * configure:  Remove extraneous output when guessing host type.
16000         * config.guess:  Remove extraneous output when guessing using C
16001         compiler rather than uname, or when guessing fails.
16003 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
16005         * Makefile.in: remove all.cross and install.cross targets
16007         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
16008           definitions
16010 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
16012         * configure.in (target sh): Build gprof.
16014 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16016         * config.sub: change -solaris to -solaris2
16018 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16020         * configure.in: Use config/mh-riscos for mips-*-sysv*.
16022 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
16024         * configure: Correct error message for missing Makefile.in to
16025         print correct directory.
16027 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16029         * install.sh: kludge around 386BSD shell bug
16031 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
16033         * config.guess:  Recognize NeXT.
16034         * config.guess:  Recognize i486-ncr-sysv4.
16035         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
16037 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
16039         * Makefile.in (MAKEINFOFLAGS): New variable.
16040         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
16041         * build-all.mk, test-build.mk: Pass down --no-split as
16042         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
16044 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
16046         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
16048 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
16050         * Makefile.in (libg++.tar.z):  New rule.
16051         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
16052         * Makefile.in (taz):  Only do a single chmod.
16054 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
16056         * install.sh: don't use dirname anymore (replaced with sed usage)
16058 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
16060         * Makefile.in:  Change extension for gzip'd files from '.z' to
16061         '.gz' per new FSF standard usage.
16063 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
16065         * configure: put quotes around the final value of program_transform_name
16067 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16069         * Makefile.in: new install.sh support; update install-info rules
16071 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
16073         * configure.in: Build diff for crosses, but not for go32 host.
16075         * configure.in: Build gprof only for native, and don't build it
16076         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
16078 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
16080         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
16082 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16084         * configure.in (host_tools): Add prms.
16086 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16088         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
16089         with $(FLAGS_TO_PASS) on the command line
16091         * config.sub: Recognize lynx and lynxos
16093 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
16095         * config.sub: Accept -ecoff*, not just -ecoff.
16097 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16099         * Makefile.in (taz): Use .gz suffix instead of .z.
16100         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
16101         names.
16103 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16105         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
16107 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16109         * Makefile.in (install-no-fixedincludes):  install gcc last, so
16110         that rebuilds that might happen during 'make install' don't get
16111         bogus gcc include files
16113 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16115         Change from Utah for HPPA support:
16116         * config.guess: Recognize hppa1.x-hp-bsd.
16118 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
16120         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
16121         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
16123 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16125         * config.sub: Add support for rom68k and bug boot monitors.
16127 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
16129         * Makefile.in: Make all-opcodes depend on all-bfd.
16131 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
16133         * config.guess: Added special check for i[34]86-univel-sysv4*.
16135 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
16137         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
16138         the processor rather than assuming i486.
16140 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16142         * config.guess: Recognize SunOS6 as Solaris3.
16144 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
16146         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
16147         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
16149 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
16151         * build-all.mk (all-cross): New target for Canadian Cross.
16152         Added Q2 go32 targets.
16153         * test-build.mk: Configure go32 cross sparclite-aout and
16154         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
16155         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
16157 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16159         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
16160         GO32 hosted toolchains
16162 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16164         * configure: change  so "-exec-prefix" gets passed down rather
16165         than "-exec_prefix" so autoconf generated Makefiles get the
16166         exec_prefix set right.
16168 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16170         * config.guess: get the Solaris2 minor version number
16172         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
16174 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16176         * config.guess: Recognize some Sequent platforms.
16178 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16180         * Makefile.in: added the vault-install target
16182         * configure.in: actually use the Sun3 makefile fragment that's in
16183         config, also added the release dir to configdirs
16185 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16187         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
16189 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16191         * configure.in: remove some program from Alpha targetted toolchains
16193 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
16195         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
16196         gprof.
16197         (taz): Run "make diststuff" in those directories instead of "make
16198         proto-dir".  Look for "VERSION=" only at start of line in subdir
16199         Makefile.  Use "gzip -9" for compression.
16200         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
16201         (binutils.tar.z): New target.
16203 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16205         * Makefile.in (taz): Include gpl.texinfo.
16207 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16209         * Makefile.in (setup-dirs): Merged into "taz" target.
16210         (taz): Only do `proto-dir' stuff if a directory is actually needed
16211         for this target.
16213 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
16215         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
16216         (FLAGS_TO_PASS): Pass down MUNCH_NM.
16217         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
16218         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
16219         (gcc-no-fixedincludes): Correct for current gcc Makefile.
16221 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
16223         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
16224         config.sub, and move-if-change to gdb testsuite distribution
16225         archive, so the testsuite can be extracted, configured, and
16226         run separately from the gdb distribution.  Blow away the Chill
16227         tests that require a Chill compiled executable, since GNU Chill
16228         is not yet publically available.
16230 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16232         * test-build.mk: set environment variables in a single command,
16233         instead of a list of assignments and exports
16235         * config.guess: recognize Alpha/OSF1 systems
16237 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16239         * configure: Change help message to prefer --options rather than
16240           -options.
16242 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16244         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
16245         zippy@ecst.csuchico.edu.
16246         * config.guess: Recognize miniframe.
16248 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16250         * Makefile.in: Use srcroot to find runtest rather than rootme.
16251         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
16253 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
16255         * test-build.mk: Extensive additions to support building on a
16256         machine other than the host.
16258 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16260         * configure (tooldir): Fix for i386-aix again.
16262 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
16264         * configure, Makefile.in:  Change definition of $(tooldir)
16265         to match the FSF.
16267 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
16269         * config.guess:  Recognize i[34]86/SVR4.
16271 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16273         * Makefile.in (all-gdb): gdb depends on sim.
16275 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
16277         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
16278         at the same time we make the prototype gdb directory.
16279         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
16280         files at the same time as the gdb base release distribution.
16282 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
16284         * Makefile.in (check): Use individual check targets rather than
16285         DO_X rule.
16286         (check-gcc): Added.
16288 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
16290         * config.sub: Use sysv3.2 not sysv32 for canonical OS
16291         for System V release 3.2.
16293 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16295         * config.sub: Recognize hppaosf.
16296         * configure.in: Do configure ld/binutils/gas for it.
16298 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16300         * configure (tooldir): Alter syntax used to set this, for systems
16301         where "\$" isn't handled right, like i386-aix.
16303 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16305         * configure: Pass program-transform-name, not
16306         program_transform_name, to recursive configures.
16308 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
16310         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
16311         of gas+ld+binutils.
16313 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
16315         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
16317 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16319         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
16321 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16323         * Makefile.in (PRMS): Set back to all-prms.
16325 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
16327         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
16328         targets, rather than for MIPS hosts.
16330 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16332         * configure.in: add comment for --with-x default values
16334         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
16336         * Makefile.in: add check-* targets for each of the directories in
16337         the tree.  Add a definition of RUNTEST that will use the one we
16338         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
16340 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
16342         * configure.in: Removed obsolete references to bfd_target and
16343         target_makefile_frag.
16345         * build-all.mk: Set assorted targets for Q2.
16346         * config.sub: Recognize z8k-sim and h8300-hms.
16347         * test-build.mk: Really don't pass host to configure.
16348         (HOLES): Added uname.
16350 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
16352         * configure: Handle an empty program-prefix, program-suffix or
16353         program-transform-name correctly.
16355 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
16357         * build-all.mk: -G 8 no longer required for MIPS targets.
16358         * test-build.mk: Don't pass host argument to configure; make it
16359         guess.
16361 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
16363         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
16364         * Makefile.in (COMPRESS):  New macro, like GZIP.
16366 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
16368         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
16370         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
16371         with gas currently defaults to -G 0.
16373 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
16375         * Makefile.in (all-flex): flex depends on byacc.
16377         * build-all.mk: If host not specified, use config.guess.  Pass TAG
16378         to test-build.mk as RELEASE_TAG.
16379         * test-build.mk (configargs): New variable containing arguments to
16380         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
16381         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
16383         * config.guess: Use /bin/uname when checking -X argument on SCO,
16384         to avoid invoking GNU uname which doesn't understand -X.
16386         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
16388         * configure.in: Build gas for mips-*-*.
16390 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16392         * Makefile.in (all.normal): insert missing backslash.
16394 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
16396         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
16398         * Makefile.in: Complete overhaul to merge many almost identical
16399         targets.
16401 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16403         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
16404         (gdb.tar.Z): Adjusted.
16406         * Makefile.in (setup-dirs, taz): New targets; should be general
16407         enough to adapt for gdb sometime.  Build only .z file.
16408         (gas.tar.z): New target.
16410 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
16412         * build-all.mk: Use CC=cc -Xs on Solaris.
16414 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
16416         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
16417         for handling BISON for FSF releases.
16419 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16421         * configure: Actually implement the change zoo just documented.
16423 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
16425         * configure: when using config.guess, only set target_alias when
16426         it's not already been set (ie, on the command line)
16428 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16430         * Makefile.in: add installcheck target, set PRMS to install-prms
16432 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16434         * configure: add support for package_makefile_fragment, handle the
16435         case where a directory has a configure.in file but no Makefile.in
16436         more gracefully (with an actual understandable error message, even);
16437         add support for --without (and add this to the usage message); also
16438         explicitly add a --host=${host_alias} to the command line when
16439         config.guess is used
16441 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16443         * configure: Must use both --host and --target in recursive calls.
16445 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16447         * Makefile.in: Change deja-gnu to dejagnu.
16449 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16451         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
16453 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16455         * configure.in: canonicalize all instances to *-*-solaris2*,
16456         also strip out a number of tools to not build for go32 host
16458 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16460         * config.guess: add GPL.
16462         * Makefile.in, config.guess, config.sub, configure: bump
16463           copyrights to 93.
16465 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
16467         * Makefile.in (do-info): Removed obsolete check for existence of
16468         localenv file.
16470         * Makefile.in (MAKEOVERRIDES): Define to be empty.
16472 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16474         * Makefile.in: a couple of 'else true' for decstation,
16475         support for TclX
16477         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
16479 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
16481         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
16483 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
16485         * config.guess: Recognize i386-ibm-aix (PS/2).
16486         * configure.in: Use config/mh-aix386 file for it.
16488 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
16490         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
16491         CC_FOR_TARGET instead.
16492         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
16494 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
16496         * Makefile.in: Add sim to list of directories sent with gdb
16498 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
16500         * configure.in: Put back mips-dec-bsd* case.
16502 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
16504         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
16505         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
16506         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
16508 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16510         * configure.in: remove no-op mips-dec-bsd* in "case $target"
16512         * Makefile.in (dir.info): only run gen-info-dir if it exists,
16513         (install-info): install dir.info only if it exists,
16514         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
16516 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
16518         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
16519         gas for mips-dec-bsd.
16521 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
16523         * configure (makesrcdir): If ${srcdir} is relative and not ".",
16524         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
16526 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
16528         * configure.in: Added "dejagnu" to hosttools list.
16530 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
16532         * config.sub, configure.in, config.guess:  Add support
16533         for Bosx, an AIX variant from Bull.
16534         Patches from F.Pierresteguy@frcl.bull.fr.
16536 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
16538         * devo/dejagnu: Initial creation of devo/dejagnu.
16539         Migrated dejagnu testcases and support files for testing software
16540         tools to reside as subdirectories, currently called "testsuite",
16541         within the directory of the software tool.  Migrated all programs,
16542         support libraries, etc. beloging to dejagnu proper from
16543         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
16544         with no modifications.  The changes to these files which will
16545         allow them to configure, build, and execute properly will be made
16546         in a future update.
16548 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16550         * Makefile.in: Change send_pr to send-pr.
16551         * configure.in: Likewise.
16552         * send_pr: Renamed directory to send-pr.
16554 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
16556         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
16558 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
16560         * README:  Update for gdb-4.8 release.
16561         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
16562         gdb-xxx.tar.z (gzip'd) file also.
16564 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16566         * Makefile.in: make all-diff depend on all-libiberty
16568 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
16570         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
16572 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16574         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
16576 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
16578         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
16579         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
16580         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
16582 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16584         * Makefile.in:  makeinfo binary is in a new location
16586 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
16588         * config.sub: Accept -ecoff as an OS.
16590         * Makefile.in: Various changes to eliminate a level of make
16591         recursion and reduce the required command line length.
16592         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
16593         sub-makes.
16594         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
16595         variables holding settings for specific sub-makes.
16596         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
16597         in terms of BASE_FLAGS_TO_PASS.
16598         (TARGET_LIBS): New variable listing directories which use
16599         TARGET_FLAGS_TO_PASS.
16600         (subdir_do): Eliminated.
16601         (do-*): New set of targets to replace subdir_do.
16602         (various): All targets which used subdir_do now depend on do-*.
16603         (local-clean): Renamed from do_clean.
16604         (local-distclean): New target, dependency of distclean and
16605         realclean.
16606         (install-info): Don't create directories.  Depend on dir.info
16607         rather than calling make recursively.
16608         (install-dir.info): Eliminated.
16609         (install-info-dirs): Create all info directories here.
16610         (dir.info): Depend upon do-install-info.
16612         * test-build.mk (HOLES): Added false.
16614 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
16616         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
16618 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16620         * Makefile.in (info): remove dependency on all-texinfo.  The
16621         problem was really in texinfo/C, not at this level.
16623 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
16625         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
16627 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
16629         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
16630         GDB releases.
16632 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16634         * configure: Include srcdir in message about target of link not
16635         being found.  Don't convert `-' to `_' in `with' options being
16636         passed to subdirs.
16638 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16640         * configure.in: add uudecode to host_tools
16642         * Makefile.in: added {all,install}-uudecode targets, added them to
16643         the appropriate lists
16645 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
16647         * Makefile.in (all-gcc): Added dependency on all-gas.
16649         * configure.in (mips-*-*): Build ld and binutils.
16651 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16653         * configure: check return code from mkdir, print error message and
16654           exit on failure.
16656 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
16658         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
16660 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
16662         * test-build.mk (HOLES): Added tar, cpio and uudecode.
16664 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16666         * config.sub (h8500):  Recognize this as a cpu type.
16668 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16670         * configure: source directory missing is no longer a warning
16672         * configure.in: recognize irix[34]* instead of irix[34]
16674         * Makefile.in: define and pass down X11_LIB
16676 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
16678         * guess-systype: Renamed to ...
16679         * config.guess:  ... by popular request.
16680         * configure.in, Makefile.in:  Update accordingly.
16682 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
16684         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
16685         + Add Convex, Cray/Unicos, and Encore/Multimax support.
16686         + Execute ./dummy instead of assuming . is in PATH.
16688 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
16690         * guess-systype:  New shell script.  Attempts to guess the
16691         canonical host name of the executing host.
16692         Only a few hosts are supported so far.
16693         * configure:  Call guess-systype if no host is specified.
16695 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
16697         * Makefile.in (gcc-no-fixedincludes): Made to work with current
16698         gcc Makefile.
16701 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
16703         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
16704         (all-gcc, install-gcc, subdir_do): Use it.
16706 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16708         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
16710 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
16712         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
16713           set exclusively by configure, using configure.in .
16715 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16717         * test-build.mk: set $PATH for all builds
16719         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
16721 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
16723         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
16724         the one used in gcc/Makefile.in, so that a null expansion doesn't
16725         override the one needed to build gcc with a native cc.
16728 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16730         * configure: Accept -with arguments.
16732 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16734         * Makefile.in: added h8300sim
16736 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
16738         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
16739         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
16740         (all-cygnus, native, build-cygnus): Make
16741         $(canonhost)-stamp-3stage-done, not $(host)....
16742         * test-build.mk (stamp-3stage-compared): Use tail +10c for
16743         i386-sco3.2v4.  Added else true to if command.
16745 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
16747         * config.sub: (from FSF) Sequent uses a BSD-like OS.
16749 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
16751         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
16753 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16755         * configure.in: don't remove binutils from Solaris builds
16757 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
16759         * Makefile.in: get rid of earlier definitions for *clean,
16760         also handle the recursive info rule better
16762 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
16764         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
16765         do more-or-less the right thing.
16767 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
16769         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
16770         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
16772 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16774         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
16775         $(host_canonical).
16777         * configure.in: split the configdirs list into 4 categories (native
16778         v. cross, library v. tool) and handle the cross-only and native-
16779         only in more reasonable (and correct!) way.
16781 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
16783         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
16784         configdirs anymore.
16786 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16788         * Makefile.in: extensive cleanup::  removed all of the explicit
16789         clean-* targets, collapsed many wrappers around subdir_do into
16790         one, added additional targets to satisfy standards.texi, deleted
16791         some old targets, some changes for consistency
16793 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16795         * configure.in: handle some programs as cross-only, and others as
16796         native only
16798         * test-build.mk: handle partial holes in a more generic manner
16800         * Makefile.in: m4 depends on libiberty
16802 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16804         * configure.in: add m4, textutils, fileutils, sed, shellutils,
16805         time, wdiff, and find to configdirs
16807         * Makefile.in: all, clean, and install rules for the new programs
16808         added to configure.in
16810 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16812         * configure.in: use mh-sun for all *-sun-* hosts
16814 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16816         * Makefile.in: define flags for X11 include files and library file
16817         locations, pass them down to the programs that need this info
16819         * build-all.mk: added a 'native' target, to 3stage the native toolchain
16821 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16823         * configure.in: start building libg++ for HP-UX targets
16825 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
16827         * README:  Update references to files moved into etc/.
16829 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
16831         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
16832         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
16834 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16836         * configure: accept dash as well as underscore in long option
16837         names for FSF compatibility.
16839 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
16841         * config.sub: added -sco3.2v4 support from FSF.
16843 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16845         * configure.in: expand the section that adds or removes
16846         directories from the list of programs to build, to handle native
16847         vs. cross in addition to host v. native
16849 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
16851         * Makefile.in:  Replace C++ in macro names with CXX.
16852         This is less likely to break ...
16854 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16856         * test-build.mk: add -w to GNU_MAKE
16858 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16860         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
16861         add 'sparc' to list of recognized cpus.  This needed to make
16862         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
16863         Delete some redundant ose68 variants.  Recognize -wrs as an os,
16864         then changes that into $CPU-wrs-vxworks.
16866         * configure.in: remove most references to gdbtest, regularize
16867         target based program removal
16869         * test-build.mk: import from p3 tree (many fixes and changes)
16871 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
16873         * Makefile.in: added rules to handle tcl, tk, and expect
16875         * configure.in: handle those directories if they exist
16877 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16879         * config.sub: removed bogus hppabsd and hppahpux names, since
16880         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
16882 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16884         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
16885         depends upon all-xiberty
16887         * Makefile.in: changes from p3, including:
16889         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
16891         * Makefile.in (XTRAFLAGS): include newlib directories if
16892         newlib/Makefile exists, rather than if host != target.
16894         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
16896         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16897         from the same source tree and not building a cross-compiler.  This
16898         matters for the libg++ configuration if reconfiguring a tree that
16899         has already been installed.
16901         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
16903         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16904         pick up the machine and system specific header files.
16906         * Makefile.in: added AS_FOR_TARGET, passed down in
16907         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16908         the C compiler to use to create programs which are run in the
16909         build environment, set it to default to $(CC), and passed it down
16910         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16912         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
16914         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
16915         We need them for unusual native builds, like systems without
16916         ranlib.
16918         * configure: also define $(host_canonical) and
16919         $(target_canonical), which are the full, canonical names for the
16920         given host and target
16922 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
16924         * Makefile.in:  Added separate definitions for C++.
16926 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
16928         * configure.in (configdirs):  Add deja-gnu.
16930 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
16932         * README:  Update for configure.texi and gdb-4.7 release.
16934 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
16936         * Makefile.in:  Move "all" target to top of file.
16937         Previously, first target was ".PHONY" which caused BSD4.4 make
16938         to build .PHONY when make was run without arguments.
16940 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
16942         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
16943         Library-copylefted code in libiberty.
16945 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
16947         * config.sub:  Replace m68kmote with plain old m68k.
16949 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
16951         * Makefile.in:  Remove space from blank line, avoid Make complaints.
16953 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
16955         * config.sub: Complain if no argument is given.  Added support for
16956         386bsd as OS and target alias.
16958 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
16960         * Makefile.in (XTRAFLAGS): include newlib directories if
16961         newlib/Makefile exists, rather than if host != target.
16963 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
16965         * config.sub: recognize sparclite-wrs-vxworks.
16967         * Makefile.in (install-xiberty): added *-xiberty make rules (from
16968         p3.) Added clean-xiberty to clean.
16970 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16972         * configure.in: use *-*-* instead of nested cases for host and target
16974 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
16976         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16977         from the same source tree and not building a cross-compiler.  This
16978         matters for the libg++ configuration if reconfiguring a tree that
16979         has already been installed.
16981 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
16983         * config.sub (i486v/i486v4):  Merge in from FSF version.
16985 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
16987         * configure: only set PWD if it is already set.
16989 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
16991         * configure: just set PWD=`pwd` at the top, since Ultrix sh
16992         doesn't have unset and all success paths (and most error paths)
16993         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
16994         to just ${PWD} to avoid confusion.)
16996 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
16998         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
16999         even for a native compilation.
17001 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
17003         Changes to make the gdb.tar.Z rule work better.
17005         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
17006         (DEVO_SUPPORT):  Add configure.texi.
17007         (bfd-ilrt.tar.Z):  Remove ancient rule.
17009 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
17011         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17012         pick up the machine and system specific header files.
17014         * configure.in, config.sub: added new target m68010-adobe-scout,
17015         with alias of adobe68k.  Changed configure.in to check for
17016         -scout before -sco* to avoid a false match.
17018         * Makefile.in: added AS_FOR_TARGET, passed down in
17019         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
17020         the C compiler to use to create programs which are run in the
17021         build environment, set it to default to $(CC), and passed it down
17022         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17024 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
17026         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
17027         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
17028         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
17029         FOR_TARGET variants, to newlib and libg++.
17031 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17033         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
17034         first.
17036 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
17038         * config.sub:  Accept `elf' as an environment.
17040 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
17042         * Makefile.in (all-opcodes):  cd into the right directory
17044 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
17046         * configure: added -program_transform_name option, used as
17047         argument to sed when installing programs.
17048         configure.texi: added documentation for -program_prefix,
17049         -program_suffix and -program_transform_name.
17051 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
17053         * config.sub:  Accept i486 where i386 ok.
17055 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
17057         * config.sub: accept we32k
17059 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
17061         * config.sub, configure.in: accept OSE68000 and OSE68k.
17063         * Makefile.in: don't create all directories for ``make install'';
17064         let the subdirectories create the ones they need.
17066 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17068         * COPYING: new file, GPL v2
17070 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17072         * Makefile.in: use the new gen-info-dir, which needs a template
17073         argument (which also lives in texinfo)
17075         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
17077 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
17079         * config.sub (ncr3000):  Change i386 to i486.
17081 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17083         * Makefile.in: add install-rcs, install-grep to
17084         install-no-fixedincludes, removed install-bison and install-libgcc
17086 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
17088         * configure.in: grab the HPUX makefile fragment if on HPUX
17090 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
17092         * Makefile.in: eradicate bison spoor (ditto libgcc).
17093          configure.in: recognise m68{k,000}-ericsson-OSE.
17094          es1800 is alias for m68k-ericsson-OSE
17096 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17098         * configure.in: rearrange the parts that remove programs from
17099         configdirs, based now on HOST==TARGET or by canonical triple.
17101 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17103         * test-build.mk: recurse explicitly with -f test-build.mk when
17104           appropriate.  predicate stage3 and comparison on the existence
17105           of gcc.  That is, if gcc isn't around, we aren't three-staging.
17106           On very clean, also remove ...stamp-co.  Build in-place before
17107           doing other builds.
17109 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
17111         * Makefile.in, configure.in: add tgas
17113 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17115         * Makefile.in: a number of changes merged in from progressive.
17117         * configure.in: add libm.
17119         * .cvsignore: ignore some stuff that comes from test-build.mk.
17121 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
17123         * config.sub:  Add es1800 (m68k-ericsson-es1800).
17125 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
17127         * configure: Add program_suffix (parallel to program_prefix)
17128         * Makefile.in: adjust directory-creating script for losing decstation
17130 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
17132         * configure:  Minor $subdir-related fixes.
17134 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
17136         * configure: fix various problems with propogating
17137         makefile_target_frag in subdirs.
17138         * configure.in: config libgcc if its there
17140 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
17142         * config.sub:  HPPA merge.
17144 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
17146         * Makefile.in:  Replace all-bison with all-byacc in all
17147         dependency lines for other tools (which now use byacc).
17149 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
17151         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
17153 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
17155         * Makefile.in: make gprof rules similar to byacc rules (instead of
17156         vestigal $(unsubdir) that didn't work...)
17158 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
17160         * config.sub:  Add support for Linux.
17161         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
17162         (at least for libg++).
17164 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
17166         * configure.texi: fix doc for the -nfp option to configure
17168 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
17170         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
17172 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
17174         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
17175         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
17176         * configure.in: added solaris* host_makefile_frag hook.
17178 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17180         * config.sub: changed recognition of m68000 so that various
17181         m68k types can be specified via m680[01234]0
17183 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17185         * config.sub (basic_machine): fix sed so that '-foo' isn't
17186         completely substituted out while .+'-foo' loses the '-foo'
17188 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
17190         * config.sub ($os): Add -aout.
17192 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
17194         * configure:  If host_makefile_frag is absolute, don't
17195         prefix ${invsubdir} (relevant to libg++ auto-configure).
17197 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
17199         * Makefile.in (tooldir): Define it.
17200         (all-ld): Depend on all-flex.
17202 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
17204         * Makefile.in (check):  Fix libg++ special case.
17206 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
17208         * configure: do not bury `pwd` into config.status, thus do fewer
17209           pwd's.
17211         * configure: print the "Building in" message only when building in
17212           other than "." AND verbose.
17214         * configure: remove -s, rework -v to better accommodate guested
17215           configures.
17217         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
17219 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
17221         * Makefile.in: macroize flags passed on recursion.  remove
17222           fileutils.
17224 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
17226         * configure: get makesrcdir right for subdirs deeper than 1.
17228         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
17229           install.
17231 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
17233         * Makefile.in: don't print subdir_do or recursion lines.
17235 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
17237         * standards.texi: added menu item.
17239         * Makefile.in: build and install standards.info.
17241         * standards.texi: new file.
17243 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17245         * configure: test for and move config.status pieces from
17246           ${subdir}/.
17248 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
17250         * configure:  Test for existance of files before trying to mv
17251         them, to avoid numerous non-existance messages.
17253 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
17255         * configure: correct final line of config.status.
17257         * configure: patch from eggert.  Avoids a protection problem if
17258           the original Makefile.in is read only.
17260         * configure: use move-if-change from gcc to create config.status.
17261           Some makefiles depend on config.status to tell if a directory
17262           has been reconfigured for a different host.  This change
17263           prevents those directories from remaking everything in the case
17264           where the reconfig was only intended to rebuild a Makefile.
17266         * configure: test for config.sub with "config.sub sun4" rather
17267           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
17268           host alias from a missing config.sub.
17270 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17272         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
17273           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
17275 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
17277         * configure: mkdir ${subdir} as needed.
17279 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
17281         * Makefile.in,configure.in: added autoconf.
17283 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17285         * Makefile.in: no longer pass against on recursion.
17287         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
17288           definitions are not inherited.
17290         * configure: correct makesrcdir when subdir is .
17292 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
17294         * configure:  Add support for 'subdirs' variable, which is
17295         like 'configdirs', except that configure doesn't re-invoke
17296         itself for subdirs, it just creates a Makefile for each subdir.
17297         * configure.texi:  Document subdirs.
17299 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17301         * configure.in: added flex to configdirs
17303 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
17305         * Makefile.in: remove clean-stamps from clean.
17307 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
17309         * configure.in:  Add gdbtest to configdirs.
17311 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
17313         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
17314         to recursive makes.
17315         * configure.in:  Recognize new ncr3000 config.
17317 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
17319         * Makefile.in, configure.in: removed references to gdbm.
17321 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
17323         * config.sub:  Don't canonicalize os value
17324         newsos* to bsd (readline needs to check for newsos).
17325         (This fix was earlier made Jan 31, but got re-broken.)
17327 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
17329         * configure.in:  sco is an os, not a vendor!
17331         * configure:  Quote $( better.  Keep various shells happy.
17333 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
17335         * Makefile.in: eliminate stamp-files.
17337 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
17339         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
17340           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
17342 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
17344         * config.sub:  fix iris/iris3.
17346 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
17348         * configure: re-add -rm.
17350 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
17352         * Maskefile.in: add .stmp-rcs to all.
17354         * configure.in: remove gas from rs6000 build, use aix host fragment.
17356 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
17358         * configure: pass down site_option during recursion.
17360 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
17362         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
17364 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
17366         * configure: Change exec_prefix so that it really defaults to prefix.
17368 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
17370         * Makefile.in, configure.in:  Add support for mmalloc library.
17372 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
17374         * Makefile.in: add stmp dependencies for a few more things.
17376 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
17378         * configure: adjusted error message on objdir/srcdir configure
17379           collision, per john's suggestion.
17381         * Makefile.in: add libiberty stmp to all and all.cross.
17383 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
17385         * Makefile.in: remove force dependencies, add grep to all.
17387 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
17389         * Makefile.in: drop flex.  make stamp files work.
17391         * configure: added test for conflicting configuration in srcdir,
17392           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
17393           gets cranky.  use relative paths for configure and srcdir
17394           whenever possible.  Send some error messages to stderr that were
17395           going to stdout.
17397 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
17399         * Makefile.in:  Fix libg++ rule to check for gcc directory
17400         before using gcc/gcc.  Also pass XTRAFLAGS.
17402 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
17404         * Makefile.in: added stmp-files so that directories aren't polled
17405           when they are already built.
17407         * configure.texi: fixed a node pointer problem.
17409 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
17411         * config.sub configure.in gdb/configure.in
17412         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
17413         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
17414         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
17416 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17418         * configure: -recurring becomes -silent.  corrected help message
17419           for -site= option.
17421         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
17423 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17425         * configure: when building Makefile for crosses, replace
17426           tooldir and program_prefix.  default srcdir from location of
17427           config.sub.  remove "for host in hosts" and "for target in
17428           targets" loops.
17430 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17432         * Makefile.in: Do not pass bindir or mandir to cvs.
17434 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
17436         * Makefile.in, configure.in: removed traces of namesubdir,
17437           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
17438           copyrights to '92, changed some from Cygnus to FSF.
17440         * configure.texi: remove most references to multiple hosts,
17441           multiple targets, subdirs, etc.
17443         * configure.man: removed rcsid. reference config.sub not
17444           config.subr.
17446         * Makefile.in: mkdir $(infodir) on install-info.
17448 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
17450         * configure.texi:  Explain better about .gdbinit and about
17451         the environment that configure.in sections run in.
17453 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
17455         * configure.in:  Ultrix is only a decstation if it's a MIPS.
17457 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
17459         * README:  DOC.configure => cfg-paper.texi.
17461 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
17463         * config.sub (near case $os):  Don't convert newsos* to bsd!
17465 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
17467         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
17468         the number of copies of COPYING that go into the GDB tar file.
17470 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
17472         * bfd/configure.in, gdb/config/mh-i386sco,
17473         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
17474         Fix SCO configuration stuff.
17476 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
17478         * Makefile.in:  For libg++, make sure the -I pointing
17479         to the gcc directory goes *after* all the libg++-local -I flags.
17480         Also, move just-gcc dependency from just-libg++ to all-libg++.
17482 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
17484         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
17486 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
17488         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
17490 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
17492         * config.sub:  Add stratus configuration frags.  Also
17493         submitted to FSF.
17495 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
17497         * Makefile.in (DEV_SUPPORT):  add configure.man.
17499         * config.sub(Decode manufacturer-specific):  add -none*.
17501 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
17503         * Makefile.in:  remove form feeds to make Sun's make happy.
17504         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
17506 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
17508         * Makefile.in (AR_FLAGS):  Make quieter.
17510 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
17512         * configure.in:  Add libg++.
17513         * configure:  When verbose, don't output the command line at each
17514         level; it will be unremarkably the same as the previous version,
17515         which will be the same as what the user typed.
17517 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
17519         * configure.in, Makefile.in: fix clean-info, add flex.  add
17520           fileutils.
17522         * configure: be less sensitive to spaces in Makefile.in.  Do not
17523           look for sources in "..".  Doing so breaks subdirectories that
17524           might have their own configure.  If a subdir has it's own
17525           configure script, use it.
17527 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
17529         * cfg-paper.texi: some changes suggested by rms.
17531 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
17533         * config.sub:  Merge in some small additions from the FSF version,
17534         taken from the gcc distribution, to bring the Cygnus and FSF
17535         versions into closer sync.
17537 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
17539         * configure.in:  Changed svr4 references to sysv4.
17541 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
17543         * configure: added -V for version number option.
17545 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
17547         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
17548           renamed from DOC.configure to cfg-paper.texi.
17550 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17552         * configure, config.subr, config.sub: config.subr is now
17553           config.sub again.
17555 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
17557         * configure.texi: new file, in progress.
17559         * Makefile.in: build info file and install the man page for
17560           configure.
17562         * configure.man: new file, first cut.
17564         * configure: find config.subr again now that configuration "none"
17565           has gone.  removed all traces of the -ansi option.  removed all
17566           traces of the -languages option.
17568         * config.subr: resync from rms.
17570 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17572         * configure, config.sub, config.subr: merge config.sub into
17573           config.subr, call the result config.subr, remove config.sub, use
17574           config.subr.
17576         * Makefile.in: revised install for dir.info.
17578 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17580         * configure.in: add decstation host makefile frag.
17582         * Makefile.in: BISON now bison -y again.  also install-gcc on
17583           install.  clean-gdbm on clean.  infodir belongs in datadir.
17584           Make directories for info install.  Build dir.info here then
17585           install it.
17587 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17589         * Makefile.in: fix for bad directory tests.
17591 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17593         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
17594           regexp.  -srcdir relative was being handled incorrectly.
17596         * Makefile.in: unwrapped some for loops so that parallel makes
17597           work again and so one can focus one's attention on a particular
17598           package.
17600 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17602         * configure: added PWD as a stand in for `pwd` (for speed). use
17603           elif wherever possible.  make -srcdir work without -objdir.
17604           -objdir= commented out.
17606 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17608         * configure: +options become --options.  -subdirs commented out.
17609           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
17610           Makefile now at top of generated Makefile.  Removed cvs log
17611           entries.  added -srcdir.  create .gdbinit only if there is one
17612           in ${srcdir}.
17614         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
17615           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
17616           and mandir now keyed off datadir by default.
17618 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17620         * Freshly created ChangeLog.
17623 Local Variables:
17624 mode: change-log
17625 left-margin: 8
17626 fill-column: 76
17627 version-control: never
17628 End: